diff --git a/package.json b/package.json index b1fb743..4a33719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@usagi-coffee/tree-sitter-abl", - "version": "0.0.42", + "version": "0.0.43", "description": "ABL grammar for tree-sitter", "main": "bindings/node", "scripts": { diff --git a/src/grammar.json b/src/grammar.json index 0e3b266..215ac87 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -967,6 +967,22 @@ }, "named": false, "value": "MODULO" + }, + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "PATTERN", + "value": "[mM][oO][dD]" + } + } + }, + "named": false, + "value": "MOD" } ] }, @@ -3681,40 +3697,28 @@ ] }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "on_error_phrase" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "on_quit_phrase" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "on_stop_phrase" - }, - { - "type": "BLANK" - } - ] + "type": "REPEAT", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "on_error_phrase" + }, + { + "type": "SYMBOL", + "name": "on_quit_phrase" + }, + { + "type": "SYMBOL", + "name": "on_stop_phrase" + }, + { + "type": "SYMBOL", + "name": "on_endkey_phrase" + } + ] + } }, { "type": "REPEAT", @@ -8588,6 +8592,267 @@ } ] }, + "on_endkey_phrase": { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "PATTERN", + "value": "[oO][nN]" + } + } + }, + "named": false, + "value": "ON" + }, + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "PATTERN", + "value": "[eE][nN][dD][kK][eE][yY]" + } + } + }, + "named": false, + "value": "ENDKEY" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "PATTERN", + "value": "[uU][nN][dD][oO]" + } + } + }, + "named": false, + "value": "UNDO" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "identifier" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "," + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "PATTERN", + "value": "[lL][eE][aA][vV][eE]" + } + } + }, + "named": false, + "value": "LEAVE" + }, + { + "type": "FIELD", + "name": "label", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "identifier" + }, + { + "type": "BLANK" + } + ] + } + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "PATTERN", + "value": "[nN][eE][xX][tT]" + } + } + }, + "named": false, + "value": "NEXT" + }, + { + "type": "FIELD", + "name": "label", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "identifier" + }, + { + "type": "BLANK" + } + ] + } + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "PATTERN", + "value": "[rR][eE][tT][rR][yY]" + } + } + }, + "named": false, + "value": "RETRY" + }, + { + "type": "FIELD", + "name": "label", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "identifier" + }, + { + "type": "BLANK" + } + ] + } + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "PATTERN", + "value": "[rR][eE][tT][uU][rR][nN]" + } + } + }, + "named": false, + "value": "RETURN" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "PATTERN", + "value": "[eE][rR][rR][oO][rR]" + } + } + }, + "named": false, + "value": "ERROR" + } + ] + }, + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "PATTERN", + "value": "[nN][oO][--][aA][pP][pP][lL][yY]" + } + } + }, + "named": false, + "value": "NO-APPLY" + } + ] + } + ] + } + ] + } + ] + }, "stop_after_phrase": { "type": "SEQ", "members": [ @@ -8771,29 +9036,28 @@ ] }, { - "type": "CHOICE", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "on_error_phrase" - }, - { - "type": "SYMBOL", - "name": "on_stop_phrase" - }, - { - "type": "SYMBOL", - "name": "on_quit_phrase" - } - ] - }, - { - "type": "BLANK" - } - ] + "type": "REPEAT", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "on_error_phrase" + }, + { + "type": "SYMBOL", + "name": "on_quit_phrase" + }, + { + "type": "SYMBOL", + "name": "on_stop_phrase" + }, + { + "type": "SYMBOL", + "name": "on_endkey_phrase" + } + ] + } }, { "type": "SYMBOL", @@ -9051,21 +9315,8 @@ "value": "CASE" }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "identifier" - }, - { - "type": "SYMBOL", - "name": "qualified_name" - }, - { - "type": "SYMBOL", - "name": "object_access" - } - ] + "type": "SYMBOL", + "name": "_expression" }, { "type": "ALIAS", @@ -9202,6 +9453,22 @@ "named": false, "value": "NO-ERROR" }, + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "PATTERN", + "value": "[nN][oO][--][pP][rR][eE][fF][eE][tT][cC][hH]" + } + } + }, + "named": false, + "value": "NO-PREFETCH" + }, { "type": "SEQ", "members": [ @@ -9528,40 +9795,28 @@ ] }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "on_error_phrase" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "on_quit_phrase" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "on_stop_phrase" - }, - { - "type": "BLANK" - } - ] + "type": "REPEAT", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "on_error_phrase" + }, + { + "type": "SYMBOL", + "name": "on_quit_phrase" + }, + { + "type": "SYMBOL", + "name": "on_stop_phrase" + }, + { + "type": "SYMBOL", + "name": "on_endkey_phrase" + } + ] + } } ] }, @@ -9714,55 +9969,35 @@ } }, { - "type": "CHOICE", - "members": [ - { - "type": "REPEAT", - "content": { - "type": "SYMBOL", - "name": "sort_clause" - } - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "on_error_phrase" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "on_quit_phrase" - }, - { - "type": "BLANK" - } - ] + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "sort_clause" + } }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "on_stop_phrase" - }, - { - "type": "BLANK" - } - ] + "type": "REPEAT", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "on_error_phrase" + }, + { + "type": "SYMBOL", + "name": "on_quit_phrase" + }, + { + "type": "SYMBOL", + "name": "on_stop_phrase" + }, + { + "type": "SYMBOL", + "name": "on_endkey_phrase" + } + ] + } }, { "type": "REPEAT", diff --git a/src/node-types.json b/src/node-types.json index 17c6282..86f2216 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -829,19 +829,11 @@ "required": true, "types": [ { - "type": "body", - "named": true - }, - { - "type": "identifier", - "named": true - }, - { - "type": "object_access", + "type": "_expression", "named": true }, { - "type": "qualified_name", + "type": "body", "named": true } ] @@ -1240,6 +1232,10 @@ "type": "label", "named": true }, + { + "type": "on_endkey_phrase", + "named": true + }, { "type": "on_error_phrase", "named": true @@ -1608,6 +1604,10 @@ "type": "of", "named": true }, + { + "type": "on_endkey_phrase", + "named": true + }, { "type": "on_error_phrase", "named": true @@ -1692,6 +1692,10 @@ "type": "of", "named": true }, + { + "type": "on_endkey_phrase", + "named": true + }, { "type": "on_error_phrase", "named": true @@ -2540,6 +2544,32 @@ ] } }, + { + "type": "on_endkey_phrase", + "named": true, + "fields": { + "label": { + "multiple": false, + "required": false, + "types": [ + { + "type": "identifier", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "identifier", + "named": true + } + ] + } + }, { "type": "on_error_phrase", "named": true, @@ -3026,6 +3056,10 @@ "type": "label", "named": true }, + { + "type": "on_endkey_phrase", + "named": true + }, { "type": "on_error_phrase", "named": true @@ -4289,6 +4323,10 @@ "type": "END", "named": false }, + { + "type": "ENDKEY", + "named": false + }, { "type": "ENUM", "named": false @@ -4569,6 +4607,10 @@ "type": "MINIMUM", "named": false }, + { + "type": "MOD", + "named": false + }, { "type": "MODULO", "named": false @@ -4625,6 +4667,10 @@ "type": "NO-MAP", "named": false }, + { + "type": "NO-PREFETCH", + "named": false + }, { "type": "NO-UNDO", "named": false diff --git a/src/parser.c b/src/parser.c index 0076c01..5488bdc 100644 --- a/src/parser.c +++ b/src/parser.c @@ -14,14 +14,14 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 7078 -#define LARGE_STATE_COUNT 206 -#define SYMBOL_COUNT 552 +#define STATE_COUNT 6759 +#define LARGE_STATE_COUNT 207 +#define SYMBOL_COUNT 557 #define ALIAS_COUNT 0 -#define TOKEN_COUNT 309 +#define TOKEN_COUNT 312 #define EXTERNAL_TOKEN_COUNT 8 #define FIELD_COUNT 26 -#define MAX_ALIAS_SEQUENCE_LENGTH 15 +#define MAX_ALIAS_SEQUENCE_LENGTH 13 #define PRODUCTION_ID_COUNT 64 enum { @@ -71,511 +71,516 @@ enum { anon_sym_PLUS = 44, anon_sym_DASH = 45, aux_sym__multiplicative_operator_token1 = 46, - anon_sym_LT = 47, - anon_sym_LT_EQ = 48, - anon_sym_LT_GT = 49, - anon_sym_GT = 50, - anon_sym_GT_EQ = 51, - aux_sym__comparison_operator_token1 = 52, - aux_sym__comparison_operator_token2 = 53, - aux_sym__comparison_operator_token3 = 54, - aux_sym__comparison_operator_token4 = 55, - aux_sym__comparison_operator_token5 = 56, - aux_sym__comparison_operator_token6 = 57, - aux_sym__comparison_operator_token7 = 58, - aux_sym__comparison_operator_token8 = 59, - aux_sym__comparison_operator_token9 = 60, - aux_sym_include_argument_token1 = 61, - aux_sym_primitive_type_token1 = 62, - aux_sym_primitive_type_token2 = 63, - aux_sym_primitive_type_token3 = 64, - aux_sym_primitive_type_token4 = 65, - aux_sym_primitive_type_token5 = 66, - aux_sym_primitive_type_token6 = 67, - aux_sym_primitive_type_token7 = 68, - aux_sym_primitive_type_token8 = 69, - aux_sym_primitive_type_token9 = 70, - aux_sym_primitive_type_token10 = 71, - aux_sym_primitive_type_token11 = 72, - aux_sym_primitive_type_token12 = 73, - aux_sym_primitive_type_token13 = 74, - aux_sym_primitive_type_token14 = 75, - aux_sym_primitive_type_token15 = 76, - aux_sym_primitive_type_token16 = 77, - aux_sym_primitive_type_token17 = 78, - aux_sym_primitive_type_token18 = 79, - aux_sym_class_type_token1 = 80, - aux_sym_when_expression_token1 = 81, - aux_sym_variable_tuning_token1 = 82, - aux_sym_variable_tuning_token2 = 83, - aux_sym_variable_tuning_token3 = 84, - aux_sym_variable_tuning_token4 = 85, - aux_sym_variable_tuning_token5 = 86, - aux_sym_variable_tuning_token6 = 87, - aux_sym_variable_tuning_token7 = 88, - aux_sym_variable_tuning_token8 = 89, - aux_sym_scope_tuning_token1 = 90, - aux_sym_scope_tuning_token2 = 91, - aux_sym_scope_tuning_token3 = 92, - aux_sym_scope_tuning_token4 = 93, - aux_sym_access_tuning_token1 = 94, - aux_sym_access_tuning_token2 = 95, - aux_sym_access_tuning_token3 = 96, - aux_sym_access_tuning_token4 = 97, - aux_sym_access_tuning_token5 = 98, - aux_sym_serialization_tuning_token1 = 99, - aux_sym_serialization_tuning_token2 = 100, - aux_sym_variable_definition_token1 = 101, - aux_sym_variable_definition_token2 = 102, - aux_sym_variable_definition_token3 = 103, - aux_sym_variable_definition_token4 = 104, - aux_sym_buffer_definition_token1 = 105, - aux_sym_buffer_definition_token2 = 106, - aux_sym_query_definition_tuning_token1 = 107, - anon_sym_SCROLLING = 108, - aux_sym_query_definition_tuning_token2 = 109, - aux_sym_query_definition_token1 = 110, - aux_sym_query_definition_token2 = 111, - aux_sym_query_definition_token3 = 112, - aux_sym_return_type_token1 = 113, - aux_sym_return_type_token2 = 114, - aux_sym_argument_mode_token1 = 115, - aux_sym_argument_mode_token2 = 116, - aux_sym_argument_mode_token3 = 117, - aux_sym_argument_pass_type_token1 = 118, - aux_sym_argument_pass_type_token2 = 119, - aux_sym_argument_pass_type_token3 = 120, - aux_sym__function_argument_with_mode_token1 = 121, - aux_sym__function_argument_with_mode_token2 = 122, - aux_sym__function_argument_with_mode_token3 = 123, - aux_sym__function_argument_with_mode_token4 = 124, - aux_sym_function_call_token1 = 125, - aux_sym_if_statement_token1 = 126, - aux_sym_if_statement_token2 = 127, - aux_sym_else_statement_token1 = 128, - aux_sym_while_phrase_token1 = 129, - aux_sym_repeat_tuning_token1 = 130, - aux_sym_repeat_statement_token1 = 131, - aux_sym__procedure_terminator_token1 = 132, - aux_sym_procedure_parameter_definition_token1 = 133, - aux_sym_procedure_parameter_definition_token2 = 134, - aux_sym__function_terminator_token1 = 135, - aux_sym_interface_statement_token1 = 136, - aux_sym_property_type_token1 = 137, - aux_sym_property_type_token2 = 138, - aux_sym_getter_token1 = 139, - aux_sym_setter_token1 = 140, - aux_sym_property_definition_token1 = 141, - aux_sym_event_definition_token1 = 142, - aux_sym_event_definition_token2 = 143, - aux_sym_method_tuning_token1 = 144, - aux_sym_method_definition_token1 = 145, - aux_sym_data_relation_token1 = 146, - aux_sym_data_relation_token2 = 147, - aux_sym_using_statement_token1 = 148, - aux_sym_using_statement_token2 = 149, - aux_sym_using_statement_token3 = 150, - aux_sym_using_statement_token4 = 151, - aux_sym_constructor_definition_token1 = 152, - aux_sym_destructor_definition_token1 = 153, - aux_sym_inherits_token1 = 154, - aux_sym_implements_token1 = 155, - aux_sym_use_widget_pool_token1 = 156, - anon_sym_NO_DASHERROR = 157, - aux_sym_stream_definition_token1 = 158, - aux_sym_input_close_statement_token1 = 159, - aux_sym_input_close_statement_token2 = 160, - aux_sym_input_stream_tuning_token1 = 161, - aux_sym_input_stream_tuning_token2 = 162, - aux_sym_input_stream_tuning_token3 = 163, - aux_sym_input_stream_tuning_token4 = 164, - aux_sym_input_stream_tuning_token5 = 165, - aux_sym_input_stream_tuning_token6 = 166, - aux_sym_input_stream_tuning_token7 = 167, - aux_sym_input_stream_tuning_token8 = 168, - aux_sym_input_stream_tuning_token9 = 169, - aux_sym_input_stream_tuning_token10 = 170, - aux_sym_input_stream_tuning_token11 = 171, - aux_sym_output_stream_tuning_token1 = 172, - aux_sym_output_stream_tuning_token2 = 173, - aux_sym_output_stream_tuning_token3 = 174, - aux_sym_output_stream_tuning_token4 = 175, - aux_sym_output_stream_tuning_token5 = 176, - aux_sym_output_stream_tuning_token6 = 177, - aux_sym_output_stream_tuning_token7 = 178, - aux_sym_output_stream_statement_token1 = 179, - aux_sym_on_error_phrase_token1 = 180, - aux_sym_on_error_phrase_token2 = 181, - aux_sym_on_error_phrase_token3 = 182, - aux_sym_on_error_phrase_token4 = 183, - aux_sym_on_error_phrase_token5 = 184, - aux_sym_on_error_phrase_token6 = 185, - aux_sym_on_error_phrase_token7 = 186, - aux_sym_on_error_phrase_token8 = 187, - aux_sym_on_stop_phrase_token1 = 188, - aux_sym_on_quit_phrase_token1 = 189, - aux_sym_stop_after_phrase_token1 = 190, - aux_sym_do_tuning_token1 = 191, - aux_sym_to_phrase_token1 = 192, - aux_sym_do_block_token1 = 193, - aux_sym__case_terminator_token1 = 194, - aux_sym_case_conditon_token1 = 195, - aux_sym_case_otherwise_branch_token1 = 196, - aux_sym_where_clause_token1 = 197, - aux_sym_query_tuning_token1 = 198, - aux_sym_query_tuning_token2 = 199, - aux_sym_query_tuning_token3 = 200, - aux_sym_query_tuning_token4 = 201, - aux_sym_query_tuning_token5 = 202, - aux_sym_sort_order_token1 = 203, - aux_sym_sort_order_token2 = 204, - aux_sym_sort_order_token3 = 205, - aux_sym_sort_order_token4 = 206, - aux_sym_sort_clause_token1 = 207, - aux_sym_for_phrase_token1 = 208, - aux_sym_for_phrase_token2 = 209, - aux_sym_for_phrase_token3 = 210, - aux_sym__find_type_token1 = 211, - aux_sym__find_type_token2 = 212, - aux_sym_find_statement_token1 = 213, - aux_sym_can_find_expression_token1 = 214, - aux_sym_of_token1 = 215, - aux_sym_using_token1 = 216, - aux_sym_assign_statement_token1 = 217, - aux_sym_catch_statement_token1 = 218, - aux_sym_finally_statement_token1 = 219, - aux_sym_accumulate_aggregate_token1 = 220, - aux_sym_accumulate_aggregate_token2 = 221, - aux_sym_accumulate_aggregate_token3 = 222, - aux_sym_accumulate_aggregate_token4 = 223, - aux_sym_accumulate_aggregate_token5 = 224, - aux_sym_accumulate_aggregate_token6 = 225, - aux_sym_accumulate_aggregate_token7 = 226, - aux_sym_accumulate_aggregate_token8 = 227, - aux_sym_accumulate_aggregate_token9 = 228, - aux_sym_accumulate_aggregate_token10 = 229, - aux_sym_accumulate_statement_token1 = 230, - anon_sym_ = 231, - aux_sym_accumulate_expression_token1 = 232, - aux_sym_available_expression_token1 = 233, - aux_sym_available_expression_token2 = 234, - aux_sym_error_scope_statement_token1 = 235, - aux_sym_error_scope_statement_token2 = 236, - aux_sym_temp_table_tuning_token1 = 237, - aux_sym_field_option_token1 = 238, - aux_sym_field_option_token2 = 239, - aux_sym_field_option_token3 = 240, - aux_sym_field_option_token4 = 241, - aux_sym_field_option_token5 = 242, - aux_sym_field_option_token6 = 243, - aux_sym_field_option_token7 = 244, - aux_sym_field_definition_token1 = 245, - aux_sym_index_tuning_token1 = 246, - aux_sym_index_tuning_token2 = 247, - aux_sym_index_tuning_token3 = 248, - aux_sym_index_tuning_token4 = 249, - aux_sym_index_definition_token1 = 250, - aux_sym_workfile_definition_token1 = 251, - aux_sym_workfile_definition_token2 = 252, - aux_sym_widget_field_token1 = 253, - aux_sym_of_phrase_token1 = 254, - aux_sym_of_phrase_token2 = 255, - aux_sym_prompt_for_statement_token1 = 256, - aux_sym_prompt_for_statement_token2 = 257, - aux_sym_var_statement_token1 = 258, - aux_sym_image_phrase_token1 = 259, - aux_sym_image_phrase_token2 = 260, - aux_sym_image_phrase_token3 = 261, - aux_sym_image_phrase_token4 = 262, - aux_sym_image_phrase_token5 = 263, - aux_sym_image_phrase_token6 = 264, - aux_sym_image_phrase_token7 = 265, - aux_sym_image_phrase_token8 = 266, - aux_sym_image_phrase_token9 = 267, - aux_sym_image_phrase_token10 = 268, - aux_sym_size_phrase_token1 = 269, - aux_sym_size_phrase_token2 = 270, - aux_sym_size_phrase_token3 = 271, - aux_sym_button_tuning_token1 = 272, - aux_sym_button_tuning_token2 = 273, - aux_sym_button_tuning_token3 = 274, - aux_sym_button_tuning_token4 = 275, - aux_sym_button_tuning_token5 = 276, - aux_sym_button_tuning_token6 = 277, - aux_sym_button_tuning_token7 = 278, - aux_sym_button_tuning_token8 = 279, - aux_sym_button_tuning_token9 = 280, - aux_sym_button_tuning_token10 = 281, - aux_sym_button_tuning_token11 = 282, - aux_sym_button_tuning_token12 = 283, - aux_sym_button_tuning_token13 = 284, - aux_sym_button_tuning_token14 = 285, - aux_sym_button_tuning_token15 = 286, - aux_sym_button_tuning_token16 = 287, - aux_sym_button_tuning_token17 = 288, - aux_sym_button_definition_token1 = 289, - aux_sym_run_tuning_token1 = 290, - aux_sym_run_tuning_token2 = 291, - aux_sym_run_tuning_token3 = 292, - aux_sym_run_tuning_token4 = 293, - aux_sym_run_tuning_token5 = 294, - aux_sym_run_tuning_token6 = 295, - aux_sym_run_tuning_token7 = 296, - aux_sym_run_statement_token1 = 297, - aux_sym_enum_member_token1 = 298, - aux_sym_enum_definition_token1 = 299, - aux_sym_enum_tuning_token1 = 300, - sym__namedot = 301, - sym__namecolon = 302, - sym__namedoublecolon = 303, - sym__or_operator = 304, - sym__and_operator = 305, - sym__augmented_assignment = 306, - sym__escaped_string = 307, - sym__special_character = 308, - sym_source_code = 309, - sym_body = 310, - sym_dot_body = 311, - sym_comment = 312, - sym_constant = 313, - sym_qualified_name = 314, - sym__block_terminator = 315, - sym_boolean_literal = 316, - sym__decimal_literal = 317, - sym_number_literal = 318, - sym_string_literal = 319, - sym_array_literal = 320, - sym_double_quoted_string = 321, - sym_parenthesized_expression = 322, - sym__logical_operator = 323, - sym_logical_expression = 324, - sym_type_tuning = 325, - sym_assignment_operator = 326, - sym__unary_minus_expressions = 327, - sym_unary_expression = 328, - sym_ambiguous_expression = 329, - sym_temp_table_expression = 330, - sym_current_changed_expression = 331, - sym_locked_expression = 332, - sym_dataset_expression = 333, - sym_input_expression = 334, - sym__additive_operator = 335, - sym_additive_expression = 336, - sym__multiplicative_operator = 337, - sym_multiplicative_expression = 338, - sym__comparison_operator = 339, - sym_comparison_expression = 340, - sym__binary_expression = 341, - sym_array_access = 342, - sym_include_argument = 343, - sym_include = 344, - sym_primitive_type = 345, - sym_class_type = 346, - sym_generic_parameter = 347, - sym_generic_expression = 348, - sym_generic_type = 349, - sym__type = 350, - sym_when_expression = 351, - sym_assignment = 352, - sym_variable_assignment = 353, - sym_variable_tuning = 354, - sym_scope_tuning = 355, - sym_access_tuning = 356, - sym_serialization_tuning = 357, - sym_variable_definition = 358, - sym_buffer_definition = 359, - sym_query_definition_tuning = 360, - sym_query_fields = 361, - sym_query_definition = 362, - sym_return_type = 363, - sym_function_call_statement = 364, - sym_argument_mode = 365, - sym_argument_pass_type = 366, - sym__function_argument_with_mode = 367, - sym_function_call_argument = 368, - sym_function_arguments = 369, - sym_function_call = 370, - sym_if_statement = 371, - sym_else_statement = 372, - sym_ternary_expression = 373, - sym_label = 374, - sym_while_phrase = 375, - sym_repeat_tuning = 376, - sym_repeat_statement = 377, - sym__procedure_terminator = 378, - sym_procedure_statement = 379, - sym_procedure_parameter_definition = 380, - sym__function_terminator = 381, - sym_function_parameter_mode = 382, - sym_function_parameter_tuning = 383, - sym_function_parameter = 384, - sym_function_parameters = 385, - sym_function_statement = 386, - sym_return_statement = 387, - sym_interface_body = 388, - sym_interface_tuning = 389, - sym_interface_statement = 390, - sym_property_type = 391, - sym_property_tuning = 392, - sym_getter = 393, - sym_setter = 394, - sym_property_definition = 395, - sym_event_definition = 396, - sym_method_tuning = 397, - sym_method_definition = 398, - sym_data_relation = 399, - sym_dataset_definition = 400, - sym_using_statement = 401, - sym_class_body = 402, - sym_constructor_definition = 403, - sym_destructor_definition = 404, - sym_class_tuning = 405, - sym_class_statement = 406, - sym_inherits = 407, - sym_implements = 408, - sym_use_widget_pool = 409, - sym_abstract = 410, - sym_final = 411, - sym_serializable = 412, - sym_new_expression = 413, - sym_object_access = 414, - sym_member_access = 415, - sym_stream_definition = 416, - sym_input_close_statement = 417, - sym_output_close_statement = 418, - sym__stream_statement = 419, - sym_input_stream_tuning = 420, - sym_input_stream_statement = 421, - sym_output_stream_tuning = 422, - sym_output_stream_statement = 423, - sym_on_error_phrase = 424, - sym_on_stop_phrase = 425, - sym_on_quit_phrase = 426, - sym_stop_after_phrase = 427, - sym_do_tuning = 428, - sym_to_phrase = 429, - sym_do_block = 430, - sym__case_terminator = 431, - sym__case_branch_body = 432, - sym_case_conditon = 433, - sym_case_when_branch = 434, - sym_case_otherwise_branch = 435, - sym_case_body = 436, - sym_case_statement = 437, - sym_where_clause = 438, - sym__pre_tuning = 439, - sym_query_tuning = 440, - sym_sort_order = 441, - sym_sort_column = 442, - sym_sort_clause = 443, - sym_for_phrase = 444, - sym_for_statement = 445, - sym__find_type = 446, - sym_find_statement = 447, - sym_can_find_expression = 448, - sym_of = 449, - sym_using = 450, - sym_using_field = 451, - sym_abl_statement = 452, - sym_assign_statement = 453, - sym_catch_statement = 454, - sym_finally_statement = 455, - sym_accumulate_aggregate = 456, - sym_accumulate_statement = 457, - sym_accumulate_expression = 458, - sym_available_expression = 459, - sym_undo_statement = 460, - sym_error_scope_statement = 461, - sym_temp_table_tuning = 462, - sym_field_option = 463, - sym_field_definition = 464, - sym_index_tuning = 465, - sym_index_definition = 466, - sym_workfile_tuning = 467, - sym_workfile_definition = 468, - sym_temp_table_definition = 469, - sym_widget_field = 470, - sym_widget_phrase = 471, - sym_of_phrase = 472, - sym_on_statement = 473, - sym_data_source_definition = 474, - sym_prompt_for_statement = 475, - sym_variable = 476, - sym_var_statement = 477, - sym_image_phrase = 478, - sym_size_phrase = 479, - sym_button_tuning = 480, - sym_button_definition = 481, - sym_run_tuning = 482, - sym_run_statement = 483, - sym_enum_body = 484, - sym_enum_member = 485, - sym_enum_definition = 486, - sym_enum_tuning = 487, - sym_enum_statement = 488, - sym__expression = 489, - sym__statement = 490, - aux_sym_source_code_repeat1 = 491, - aux_sym_qualified_name_repeat1 = 492, - aux_sym_array_literal_repeat1 = 493, - aux_sym_double_quoted_string_repeat1 = 494, - aux_sym_include_repeat1 = 495, - aux_sym_include_repeat2 = 496, - aux_sym_generic_expression_repeat1 = 497, - aux_sym_variable_definition_repeat1 = 498, - aux_sym_variable_definition_repeat2 = 499, - aux_sym_buffer_definition_repeat1 = 500, - aux_sym_query_fields_repeat1 = 501, - aux_sym_query_definition_repeat1 = 502, - aux_sym_function_arguments_repeat1 = 503, - aux_sym_if_statement_repeat1 = 504, - aux_sym_repeat_statement_repeat1 = 505, - aux_sym_function_parameter_repeat1 = 506, - aux_sym_function_parameters_repeat1 = 507, - aux_sym_interface_body_repeat1 = 508, - aux_sym_interface_statement_repeat1 = 509, - aux_sym_property_definition_repeat1 = 510, - aux_sym_property_definition_repeat2 = 511, - aux_sym_property_definition_repeat3 = 512, - aux_sym_event_definition_repeat1 = 513, - aux_sym_method_definition_repeat1 = 514, - aux_sym_data_relation_repeat1 = 515, - aux_sym_class_body_repeat1 = 516, - aux_sym_destructor_definition_repeat1 = 517, - aux_sym_class_statement_repeat1 = 518, - aux_sym_inherits_repeat1 = 519, - aux_sym_object_access_repeat1 = 520, - aux_sym_member_access_repeat1 = 521, - aux_sym_input_stream_statement_repeat1 = 522, - aux_sym_output_stream_statement_repeat1 = 523, - aux_sym_do_block_repeat1 = 524, - aux_sym_case_when_branch_repeat1 = 525, - aux_sym_case_body_repeat1 = 526, - aux_sym_sort_clause_repeat1 = 527, - aux_sym_for_phrase_repeat1 = 528, - aux_sym_for_phrase_repeat2 = 529, - aux_sym_for_statement_repeat1 = 530, - aux_sym_can_find_expression_repeat1 = 531, - aux_sym_using_repeat1 = 532, - aux_sym_abl_statement_repeat1 = 533, - aux_sym_assign_statement_repeat1 = 534, - aux_sym_accumulate_statement_repeat1 = 535, - aux_sym_field_definition_repeat1 = 536, - aux_sym_index_definition_repeat1 = 537, - aux_sym_workfile_definition_repeat1 = 538, - aux_sym_workfile_definition_repeat2 = 539, - aux_sym_workfile_definition_repeat3 = 540, - aux_sym_temp_table_definition_repeat1 = 541, - aux_sym_temp_table_definition_repeat2 = 542, - aux_sym_widget_phrase_repeat1 = 543, - aux_sym_on_statement_repeat1 = 544, - aux_sym_var_statement_repeat1 = 545, - aux_sym_button_definition_repeat1 = 546, - aux_sym_run_statement_repeat1 = 547, - aux_sym_enum_body_repeat1 = 548, - aux_sym_enum_member_repeat1 = 549, - aux_sym_enum_definition_repeat1 = 550, - aux_sym_enum_statement_repeat1 = 551, + aux_sym__multiplicative_operator_token2 = 47, + anon_sym_LT = 48, + anon_sym_LT_EQ = 49, + anon_sym_LT_GT = 50, + anon_sym_GT = 51, + anon_sym_GT_EQ = 52, + aux_sym__comparison_operator_token1 = 53, + aux_sym__comparison_operator_token2 = 54, + aux_sym__comparison_operator_token3 = 55, + aux_sym__comparison_operator_token4 = 56, + aux_sym__comparison_operator_token5 = 57, + aux_sym__comparison_operator_token6 = 58, + aux_sym__comparison_operator_token7 = 59, + aux_sym__comparison_operator_token8 = 60, + aux_sym__comparison_operator_token9 = 61, + aux_sym_include_argument_token1 = 62, + aux_sym_primitive_type_token1 = 63, + aux_sym_primitive_type_token2 = 64, + aux_sym_primitive_type_token3 = 65, + aux_sym_primitive_type_token4 = 66, + aux_sym_primitive_type_token5 = 67, + aux_sym_primitive_type_token6 = 68, + aux_sym_primitive_type_token7 = 69, + aux_sym_primitive_type_token8 = 70, + aux_sym_primitive_type_token9 = 71, + aux_sym_primitive_type_token10 = 72, + aux_sym_primitive_type_token11 = 73, + aux_sym_primitive_type_token12 = 74, + aux_sym_primitive_type_token13 = 75, + aux_sym_primitive_type_token14 = 76, + aux_sym_primitive_type_token15 = 77, + aux_sym_primitive_type_token16 = 78, + aux_sym_primitive_type_token17 = 79, + aux_sym_primitive_type_token18 = 80, + aux_sym_class_type_token1 = 81, + aux_sym_when_expression_token1 = 82, + aux_sym_variable_tuning_token1 = 83, + aux_sym_variable_tuning_token2 = 84, + aux_sym_variable_tuning_token3 = 85, + aux_sym_variable_tuning_token4 = 86, + aux_sym_variable_tuning_token5 = 87, + aux_sym_variable_tuning_token6 = 88, + aux_sym_variable_tuning_token7 = 89, + aux_sym_variable_tuning_token8 = 90, + aux_sym_scope_tuning_token1 = 91, + aux_sym_scope_tuning_token2 = 92, + aux_sym_scope_tuning_token3 = 93, + aux_sym_scope_tuning_token4 = 94, + aux_sym_access_tuning_token1 = 95, + aux_sym_access_tuning_token2 = 96, + aux_sym_access_tuning_token3 = 97, + aux_sym_access_tuning_token4 = 98, + aux_sym_access_tuning_token5 = 99, + aux_sym_serialization_tuning_token1 = 100, + aux_sym_serialization_tuning_token2 = 101, + aux_sym_variable_definition_token1 = 102, + aux_sym_variable_definition_token2 = 103, + aux_sym_variable_definition_token3 = 104, + aux_sym_variable_definition_token4 = 105, + aux_sym_buffer_definition_token1 = 106, + aux_sym_buffer_definition_token2 = 107, + aux_sym_query_definition_tuning_token1 = 108, + anon_sym_SCROLLING = 109, + aux_sym_query_definition_tuning_token2 = 110, + aux_sym_query_definition_token1 = 111, + aux_sym_query_definition_token2 = 112, + aux_sym_query_definition_token3 = 113, + aux_sym_return_type_token1 = 114, + aux_sym_return_type_token2 = 115, + aux_sym_argument_mode_token1 = 116, + aux_sym_argument_mode_token2 = 117, + aux_sym_argument_mode_token3 = 118, + aux_sym_argument_pass_type_token1 = 119, + aux_sym_argument_pass_type_token2 = 120, + aux_sym_argument_pass_type_token3 = 121, + aux_sym__function_argument_with_mode_token1 = 122, + aux_sym__function_argument_with_mode_token2 = 123, + aux_sym__function_argument_with_mode_token3 = 124, + aux_sym__function_argument_with_mode_token4 = 125, + aux_sym_function_call_token1 = 126, + aux_sym_if_statement_token1 = 127, + aux_sym_if_statement_token2 = 128, + aux_sym_else_statement_token1 = 129, + aux_sym_while_phrase_token1 = 130, + aux_sym_repeat_tuning_token1 = 131, + aux_sym_repeat_statement_token1 = 132, + aux_sym__procedure_terminator_token1 = 133, + aux_sym_procedure_parameter_definition_token1 = 134, + aux_sym_procedure_parameter_definition_token2 = 135, + aux_sym__function_terminator_token1 = 136, + aux_sym_interface_statement_token1 = 137, + aux_sym_property_type_token1 = 138, + aux_sym_property_type_token2 = 139, + aux_sym_getter_token1 = 140, + aux_sym_setter_token1 = 141, + aux_sym_property_definition_token1 = 142, + aux_sym_event_definition_token1 = 143, + aux_sym_event_definition_token2 = 144, + aux_sym_method_tuning_token1 = 145, + aux_sym_method_definition_token1 = 146, + aux_sym_data_relation_token1 = 147, + aux_sym_data_relation_token2 = 148, + aux_sym_using_statement_token1 = 149, + aux_sym_using_statement_token2 = 150, + aux_sym_using_statement_token3 = 151, + aux_sym_using_statement_token4 = 152, + aux_sym_constructor_definition_token1 = 153, + aux_sym_destructor_definition_token1 = 154, + aux_sym_inherits_token1 = 155, + aux_sym_implements_token1 = 156, + aux_sym_use_widget_pool_token1 = 157, + anon_sym_NO_DASHERROR = 158, + aux_sym_stream_definition_token1 = 159, + aux_sym_input_close_statement_token1 = 160, + aux_sym_input_close_statement_token2 = 161, + aux_sym_input_stream_tuning_token1 = 162, + aux_sym_input_stream_tuning_token2 = 163, + aux_sym_input_stream_tuning_token3 = 164, + aux_sym_input_stream_tuning_token4 = 165, + aux_sym_input_stream_tuning_token5 = 166, + aux_sym_input_stream_tuning_token6 = 167, + aux_sym_input_stream_tuning_token7 = 168, + aux_sym_input_stream_tuning_token8 = 169, + aux_sym_input_stream_tuning_token9 = 170, + aux_sym_input_stream_tuning_token10 = 171, + aux_sym_input_stream_tuning_token11 = 172, + aux_sym_output_stream_tuning_token1 = 173, + aux_sym_output_stream_tuning_token2 = 174, + aux_sym_output_stream_tuning_token3 = 175, + aux_sym_output_stream_tuning_token4 = 176, + aux_sym_output_stream_tuning_token5 = 177, + aux_sym_output_stream_tuning_token6 = 178, + aux_sym_output_stream_tuning_token7 = 179, + aux_sym_output_stream_statement_token1 = 180, + aux_sym_on_error_phrase_token1 = 181, + aux_sym_on_error_phrase_token2 = 182, + aux_sym_on_error_phrase_token3 = 183, + aux_sym_on_error_phrase_token4 = 184, + aux_sym_on_error_phrase_token5 = 185, + aux_sym_on_error_phrase_token6 = 186, + aux_sym_on_error_phrase_token7 = 187, + aux_sym_on_error_phrase_token8 = 188, + aux_sym_on_stop_phrase_token1 = 189, + aux_sym_on_quit_phrase_token1 = 190, + aux_sym_on_endkey_phrase_token1 = 191, + aux_sym_stop_after_phrase_token1 = 192, + aux_sym_do_tuning_token1 = 193, + aux_sym_to_phrase_token1 = 194, + aux_sym_do_block_token1 = 195, + aux_sym__case_terminator_token1 = 196, + aux_sym_case_conditon_token1 = 197, + aux_sym_case_otherwise_branch_token1 = 198, + aux_sym_where_clause_token1 = 199, + aux_sym_query_tuning_token1 = 200, + aux_sym_query_tuning_token2 = 201, + aux_sym_query_tuning_token3 = 202, + aux_sym_query_tuning_token4 = 203, + aux_sym_query_tuning_token5 = 204, + aux_sym_query_tuning_token6 = 205, + aux_sym_sort_order_token1 = 206, + aux_sym_sort_order_token2 = 207, + aux_sym_sort_order_token3 = 208, + aux_sym_sort_order_token4 = 209, + aux_sym_sort_clause_token1 = 210, + aux_sym_for_phrase_token1 = 211, + aux_sym_for_phrase_token2 = 212, + aux_sym_for_phrase_token3 = 213, + aux_sym__find_type_token1 = 214, + aux_sym__find_type_token2 = 215, + aux_sym_find_statement_token1 = 216, + aux_sym_can_find_expression_token1 = 217, + aux_sym_of_token1 = 218, + aux_sym_using_token1 = 219, + aux_sym_assign_statement_token1 = 220, + aux_sym_catch_statement_token1 = 221, + aux_sym_finally_statement_token1 = 222, + aux_sym_accumulate_aggregate_token1 = 223, + aux_sym_accumulate_aggregate_token2 = 224, + aux_sym_accumulate_aggregate_token3 = 225, + aux_sym_accumulate_aggregate_token4 = 226, + aux_sym_accumulate_aggregate_token5 = 227, + aux_sym_accumulate_aggregate_token6 = 228, + aux_sym_accumulate_aggregate_token7 = 229, + aux_sym_accumulate_aggregate_token8 = 230, + aux_sym_accumulate_aggregate_token9 = 231, + aux_sym_accumulate_aggregate_token10 = 232, + aux_sym_accumulate_statement_token1 = 233, + anon_sym_ = 234, + aux_sym_accumulate_expression_token1 = 235, + aux_sym_available_expression_token1 = 236, + aux_sym_available_expression_token2 = 237, + aux_sym_error_scope_statement_token1 = 238, + aux_sym_error_scope_statement_token2 = 239, + aux_sym_temp_table_tuning_token1 = 240, + aux_sym_field_option_token1 = 241, + aux_sym_field_option_token2 = 242, + aux_sym_field_option_token3 = 243, + aux_sym_field_option_token4 = 244, + aux_sym_field_option_token5 = 245, + aux_sym_field_option_token6 = 246, + aux_sym_field_option_token7 = 247, + aux_sym_field_definition_token1 = 248, + aux_sym_index_tuning_token1 = 249, + aux_sym_index_tuning_token2 = 250, + aux_sym_index_tuning_token3 = 251, + aux_sym_index_tuning_token4 = 252, + aux_sym_index_definition_token1 = 253, + aux_sym_workfile_definition_token1 = 254, + aux_sym_workfile_definition_token2 = 255, + aux_sym_widget_field_token1 = 256, + aux_sym_of_phrase_token1 = 257, + aux_sym_of_phrase_token2 = 258, + aux_sym_prompt_for_statement_token1 = 259, + aux_sym_prompt_for_statement_token2 = 260, + aux_sym_var_statement_token1 = 261, + aux_sym_image_phrase_token1 = 262, + aux_sym_image_phrase_token2 = 263, + aux_sym_image_phrase_token3 = 264, + aux_sym_image_phrase_token4 = 265, + aux_sym_image_phrase_token5 = 266, + aux_sym_image_phrase_token6 = 267, + aux_sym_image_phrase_token7 = 268, + aux_sym_image_phrase_token8 = 269, + aux_sym_image_phrase_token9 = 270, + aux_sym_image_phrase_token10 = 271, + aux_sym_size_phrase_token1 = 272, + aux_sym_size_phrase_token2 = 273, + aux_sym_size_phrase_token3 = 274, + aux_sym_button_tuning_token1 = 275, + aux_sym_button_tuning_token2 = 276, + aux_sym_button_tuning_token3 = 277, + aux_sym_button_tuning_token4 = 278, + aux_sym_button_tuning_token5 = 279, + aux_sym_button_tuning_token6 = 280, + aux_sym_button_tuning_token7 = 281, + aux_sym_button_tuning_token8 = 282, + aux_sym_button_tuning_token9 = 283, + aux_sym_button_tuning_token10 = 284, + aux_sym_button_tuning_token11 = 285, + aux_sym_button_tuning_token12 = 286, + aux_sym_button_tuning_token13 = 287, + aux_sym_button_tuning_token14 = 288, + aux_sym_button_tuning_token15 = 289, + aux_sym_button_tuning_token16 = 290, + aux_sym_button_tuning_token17 = 291, + aux_sym_button_definition_token1 = 292, + aux_sym_run_tuning_token1 = 293, + aux_sym_run_tuning_token2 = 294, + aux_sym_run_tuning_token3 = 295, + aux_sym_run_tuning_token4 = 296, + aux_sym_run_tuning_token5 = 297, + aux_sym_run_tuning_token6 = 298, + aux_sym_run_tuning_token7 = 299, + aux_sym_run_statement_token1 = 300, + aux_sym_enum_member_token1 = 301, + aux_sym_enum_definition_token1 = 302, + aux_sym_enum_tuning_token1 = 303, + sym__namedot = 304, + sym__namecolon = 305, + sym__namedoublecolon = 306, + sym__or_operator = 307, + sym__and_operator = 308, + sym__augmented_assignment = 309, + sym__escaped_string = 310, + sym__special_character = 311, + sym_source_code = 312, + sym_body = 313, + sym_dot_body = 314, + sym_comment = 315, + sym_constant = 316, + sym_qualified_name = 317, + sym__block_terminator = 318, + sym_boolean_literal = 319, + sym__decimal_literal = 320, + sym_number_literal = 321, + sym_string_literal = 322, + sym_array_literal = 323, + sym_double_quoted_string = 324, + sym_parenthesized_expression = 325, + sym__logical_operator = 326, + sym_logical_expression = 327, + sym_type_tuning = 328, + sym_assignment_operator = 329, + sym__unary_minus_expressions = 330, + sym_unary_expression = 331, + sym_ambiguous_expression = 332, + sym_temp_table_expression = 333, + sym_current_changed_expression = 334, + sym_locked_expression = 335, + sym_dataset_expression = 336, + sym_input_expression = 337, + sym__additive_operator = 338, + sym_additive_expression = 339, + sym__multiplicative_operator = 340, + sym_multiplicative_expression = 341, + sym__comparison_operator = 342, + sym_comparison_expression = 343, + sym__binary_expression = 344, + sym_array_access = 345, + sym_include_argument = 346, + sym_include = 347, + sym_primitive_type = 348, + sym_class_type = 349, + sym_generic_parameter = 350, + sym_generic_expression = 351, + sym_generic_type = 352, + sym__type = 353, + sym_when_expression = 354, + sym_assignment = 355, + sym_variable_assignment = 356, + sym_variable_tuning = 357, + sym_scope_tuning = 358, + sym_access_tuning = 359, + sym_serialization_tuning = 360, + sym_variable_definition = 361, + sym_buffer_definition = 362, + sym_query_definition_tuning = 363, + sym_query_fields = 364, + sym_query_definition = 365, + sym_return_type = 366, + sym_function_call_statement = 367, + sym_argument_mode = 368, + sym_argument_pass_type = 369, + sym__function_argument_with_mode = 370, + sym_function_call_argument = 371, + sym_function_arguments = 372, + sym_function_call = 373, + sym_if_statement = 374, + sym_else_statement = 375, + sym_ternary_expression = 376, + sym_label = 377, + sym_while_phrase = 378, + sym_repeat_tuning = 379, + sym_repeat_statement = 380, + sym__procedure_terminator = 381, + sym_procedure_statement = 382, + sym_procedure_parameter_definition = 383, + sym__function_terminator = 384, + sym_function_parameter_mode = 385, + sym_function_parameter_tuning = 386, + sym_function_parameter = 387, + sym_function_parameters = 388, + sym_function_statement = 389, + sym_return_statement = 390, + sym_interface_body = 391, + sym_interface_tuning = 392, + sym_interface_statement = 393, + sym_property_type = 394, + sym_property_tuning = 395, + sym_getter = 396, + sym_setter = 397, + sym_property_definition = 398, + sym_event_definition = 399, + sym_method_tuning = 400, + sym_method_definition = 401, + sym_data_relation = 402, + sym_dataset_definition = 403, + sym_using_statement = 404, + sym_class_body = 405, + sym_constructor_definition = 406, + sym_destructor_definition = 407, + sym_class_tuning = 408, + sym_class_statement = 409, + sym_inherits = 410, + sym_implements = 411, + sym_use_widget_pool = 412, + sym_abstract = 413, + sym_final = 414, + sym_serializable = 415, + sym_new_expression = 416, + sym_object_access = 417, + sym_member_access = 418, + sym_stream_definition = 419, + sym_input_close_statement = 420, + sym_output_close_statement = 421, + sym__stream_statement = 422, + sym_input_stream_tuning = 423, + sym_input_stream_statement = 424, + sym_output_stream_tuning = 425, + sym_output_stream_statement = 426, + sym_on_error_phrase = 427, + sym_on_stop_phrase = 428, + sym_on_quit_phrase = 429, + sym_on_endkey_phrase = 430, + sym_stop_after_phrase = 431, + sym_do_tuning = 432, + sym_to_phrase = 433, + sym_do_block = 434, + sym__case_terminator = 435, + sym__case_branch_body = 436, + sym_case_conditon = 437, + sym_case_when_branch = 438, + sym_case_otherwise_branch = 439, + sym_case_body = 440, + sym_case_statement = 441, + sym_where_clause = 442, + sym__pre_tuning = 443, + sym_query_tuning = 444, + sym_sort_order = 445, + sym_sort_column = 446, + sym_sort_clause = 447, + sym_for_phrase = 448, + sym_for_statement = 449, + sym__find_type = 450, + sym_find_statement = 451, + sym_can_find_expression = 452, + sym_of = 453, + sym_using = 454, + sym_using_field = 455, + sym_abl_statement = 456, + sym_assign_statement = 457, + sym_catch_statement = 458, + sym_finally_statement = 459, + sym_accumulate_aggregate = 460, + sym_accumulate_statement = 461, + sym_accumulate_expression = 462, + sym_available_expression = 463, + sym_undo_statement = 464, + sym_error_scope_statement = 465, + sym_temp_table_tuning = 466, + sym_field_option = 467, + sym_field_definition = 468, + sym_index_tuning = 469, + sym_index_definition = 470, + sym_workfile_tuning = 471, + sym_workfile_definition = 472, + sym_temp_table_definition = 473, + sym_widget_field = 474, + sym_widget_phrase = 475, + sym_of_phrase = 476, + sym_on_statement = 477, + sym_data_source_definition = 478, + sym_prompt_for_statement = 479, + sym_variable = 480, + sym_var_statement = 481, + sym_image_phrase = 482, + sym_size_phrase = 483, + sym_button_tuning = 484, + sym_button_definition = 485, + sym_run_tuning = 486, + sym_run_statement = 487, + sym_enum_body = 488, + sym_enum_member = 489, + sym_enum_definition = 490, + sym_enum_tuning = 491, + sym_enum_statement = 492, + sym__expression = 493, + sym__statement = 494, + aux_sym_source_code_repeat1 = 495, + aux_sym_qualified_name_repeat1 = 496, + aux_sym_array_literal_repeat1 = 497, + aux_sym_double_quoted_string_repeat1 = 498, + aux_sym_include_repeat1 = 499, + aux_sym_include_repeat2 = 500, + aux_sym_generic_expression_repeat1 = 501, + aux_sym_variable_definition_repeat1 = 502, + aux_sym_variable_definition_repeat2 = 503, + aux_sym_buffer_definition_repeat1 = 504, + aux_sym_query_fields_repeat1 = 505, + aux_sym_query_definition_repeat1 = 506, + aux_sym_function_arguments_repeat1 = 507, + aux_sym_if_statement_repeat1 = 508, + aux_sym_repeat_statement_repeat1 = 509, + aux_sym_repeat_statement_repeat2 = 510, + aux_sym_function_parameter_repeat1 = 511, + aux_sym_function_parameters_repeat1 = 512, + aux_sym_interface_body_repeat1 = 513, + aux_sym_interface_statement_repeat1 = 514, + aux_sym_property_definition_repeat1 = 515, + aux_sym_property_definition_repeat2 = 516, + aux_sym_property_definition_repeat3 = 517, + aux_sym_event_definition_repeat1 = 518, + aux_sym_method_definition_repeat1 = 519, + aux_sym_data_relation_repeat1 = 520, + aux_sym_class_body_repeat1 = 521, + aux_sym_destructor_definition_repeat1 = 522, + aux_sym_class_statement_repeat1 = 523, + aux_sym_inherits_repeat1 = 524, + aux_sym_object_access_repeat1 = 525, + aux_sym_member_access_repeat1 = 526, + aux_sym_input_stream_statement_repeat1 = 527, + aux_sym_output_stream_statement_repeat1 = 528, + aux_sym_do_block_repeat1 = 529, + aux_sym_case_when_branch_repeat1 = 530, + aux_sym_case_body_repeat1 = 531, + aux_sym_sort_clause_repeat1 = 532, + aux_sym_for_phrase_repeat1 = 533, + aux_sym_for_phrase_repeat2 = 534, + aux_sym_for_statement_repeat1 = 535, + aux_sym_can_find_expression_repeat1 = 536, + aux_sym_using_repeat1 = 537, + aux_sym_abl_statement_repeat1 = 538, + aux_sym_assign_statement_repeat1 = 539, + aux_sym_accumulate_statement_repeat1 = 540, + aux_sym_field_definition_repeat1 = 541, + aux_sym_index_definition_repeat1 = 542, + aux_sym_workfile_definition_repeat1 = 543, + aux_sym_workfile_definition_repeat2 = 544, + aux_sym_workfile_definition_repeat3 = 545, + aux_sym_temp_table_definition_repeat1 = 546, + aux_sym_temp_table_definition_repeat2 = 547, + aux_sym_widget_phrase_repeat1 = 548, + aux_sym_on_statement_repeat1 = 549, + aux_sym_var_statement_repeat1 = 550, + aux_sym_button_definition_repeat1 = 551, + aux_sym_run_statement_repeat1 = 552, + aux_sym_enum_body_repeat1 = 553, + aux_sym_enum_member_repeat1 = 554, + aux_sym_enum_definition_repeat1 = 555, + aux_sym_enum_statement_repeat1 = 556, }; static const char * const ts_symbol_names[] = { @@ -626,6 +631,7 @@ static const char * const ts_symbol_names[] = { [anon_sym_PLUS] = "+", [anon_sym_DASH] = "-", [aux_sym__multiplicative_operator_token1] = "MODULO", + [aux_sym__multiplicative_operator_token2] = "MOD", [anon_sym_LT] = "<", [anon_sym_LT_EQ] = "<=", [anon_sym_LT_GT] = "<>", @@ -769,6 +775,7 @@ static const char * const ts_symbol_names[] = { [aux_sym_on_error_phrase_token8] = "THROW", [aux_sym_on_stop_phrase_token1] = "STOP", [aux_sym_on_quit_phrase_token1] = "QUIT", + [aux_sym_on_endkey_phrase_token1] = "ENDKEY", [aux_sym_stop_after_phrase_token1] = "STOP-AFTER", [aux_sym_do_tuning_token1] = "TRANSACTION", [aux_sym_to_phrase_token1] = "BY", @@ -781,7 +788,8 @@ static const char * const ts_symbol_names[] = { [aux_sym_query_tuning_token2] = "SHARE-LOCK", [aux_sym_query_tuning_token3] = "EXCLUSIVE-LOCK", [aux_sym_query_tuning_token4] = "NO-WAIT", - [aux_sym_query_tuning_token5] = "USE-INDEX", + [aux_sym_query_tuning_token5] = "NO-PREFETCH", + [aux_sym_query_tuning_token6] = "USE-INDEX", [aux_sym_sort_order_token1] = "ASCENDING", [aux_sym_sort_order_token2] = "DESCENDING", [aux_sym_sort_order_token3] = "DESC", @@ -1006,6 +1014,7 @@ static const char * const ts_symbol_names[] = { [sym_on_error_phrase] = "on_error_phrase", [sym_on_stop_phrase] = "on_stop_phrase", [sym_on_quit_phrase] = "on_quit_phrase", + [sym_on_endkey_phrase] = "on_endkey_phrase", [sym_stop_after_phrase] = "stop_after_phrase", [sym_do_tuning] = "do_tuning", [sym_to_phrase] = "to_phrase", @@ -1085,6 +1094,7 @@ static const char * const ts_symbol_names[] = { [aux_sym_function_arguments_repeat1] = "function_arguments_repeat1", [aux_sym_if_statement_repeat1] = "if_statement_repeat1", [aux_sym_repeat_statement_repeat1] = "repeat_statement_repeat1", + [aux_sym_repeat_statement_repeat2] = "repeat_statement_repeat2", [aux_sym_function_parameter_repeat1] = "function_parameter_repeat1", [aux_sym_function_parameters_repeat1] = "function_parameters_repeat1", [aux_sym_interface_body_repeat1] = "interface_body_repeat1", @@ -1181,6 +1191,7 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_PLUS] = anon_sym_PLUS, [anon_sym_DASH] = anon_sym_DASH, [aux_sym__multiplicative_operator_token1] = aux_sym__multiplicative_operator_token1, + [aux_sym__multiplicative_operator_token2] = aux_sym__multiplicative_operator_token2, [anon_sym_LT] = anon_sym_LT, [anon_sym_LT_EQ] = anon_sym_LT_EQ, [anon_sym_LT_GT] = anon_sym_LT_GT, @@ -1324,6 +1335,7 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_on_error_phrase_token8] = aux_sym_on_error_phrase_token8, [aux_sym_on_stop_phrase_token1] = aux_sym_on_stop_phrase_token1, [aux_sym_on_quit_phrase_token1] = aux_sym_on_quit_phrase_token1, + [aux_sym_on_endkey_phrase_token1] = aux_sym_on_endkey_phrase_token1, [aux_sym_stop_after_phrase_token1] = aux_sym_stop_after_phrase_token1, [aux_sym_do_tuning_token1] = aux_sym_do_tuning_token1, [aux_sym_to_phrase_token1] = aux_sym_to_phrase_token1, @@ -1337,6 +1349,7 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_query_tuning_token3] = aux_sym_query_tuning_token3, [aux_sym_query_tuning_token4] = aux_sym_query_tuning_token4, [aux_sym_query_tuning_token5] = aux_sym_query_tuning_token5, + [aux_sym_query_tuning_token6] = aux_sym_query_tuning_token6, [aux_sym_sort_order_token1] = aux_sym_sort_order_token1, [aux_sym_sort_order_token2] = aux_sym_sort_order_token2, [aux_sym_sort_order_token3] = aux_sym_sort_order_token3, @@ -1561,6 +1574,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_on_error_phrase] = sym_on_error_phrase, [sym_on_stop_phrase] = sym_on_stop_phrase, [sym_on_quit_phrase] = sym_on_quit_phrase, + [sym_on_endkey_phrase] = sym_on_endkey_phrase, [sym_stop_after_phrase] = sym_stop_after_phrase, [sym_do_tuning] = sym_do_tuning, [sym_to_phrase] = sym_to_phrase, @@ -1640,6 +1654,7 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_function_arguments_repeat1] = aux_sym_function_arguments_repeat1, [aux_sym_if_statement_repeat1] = aux_sym_if_statement_repeat1, [aux_sym_repeat_statement_repeat1] = aux_sym_repeat_statement_repeat1, + [aux_sym_repeat_statement_repeat2] = aux_sym_repeat_statement_repeat2, [aux_sym_function_parameter_repeat1] = aux_sym_function_parameter_repeat1, [aux_sym_function_parameters_repeat1] = aux_sym_function_parameters_repeat1, [aux_sym_interface_body_repeat1] = aux_sym_interface_body_repeat1, @@ -1877,6 +1892,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [aux_sym__multiplicative_operator_token2] = { + .visible = true, + .named = false, + }, [anon_sym_LT] = { .visible = true, .named = false, @@ -2449,6 +2468,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [aux_sym_on_endkey_phrase_token1] = { + .visible = true, + .named = false, + }, [aux_sym_stop_after_phrase_token1] = { .visible = true, .named = false, @@ -2501,6 +2524,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [aux_sym_query_tuning_token6] = { + .visible = true, + .named = false, + }, [aux_sym_sort_order_token1] = { .visible = true, .named = false, @@ -3397,6 +3424,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_on_endkey_phrase] = { + .visible = true, + .named = true, + }, [sym_stop_after_phrase] = { .visible = true, .named = true, @@ -3715,6 +3746,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [aux_sym_repeat_statement_repeat2] = { + .visible = false, + .named = false, + }, [aux_sym_function_parameter_repeat1] = { .visible = false, .named = false, @@ -4263,118 +4298,118 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [52] = 52, [53] = 53, [54] = 54, - [55] = 55, + [55] = 11, [56] = 56, [57] = 57, - [58] = 58, + [58] = 8, [59] = 59, - [60] = 54, - [61] = 61, + [60] = 59, + [61] = 10, [62] = 62, [63] = 63, - [64] = 12, + [64] = 64, [65] = 65, - [66] = 17, - [67] = 20, + [66] = 66, + [67] = 67, [68] = 68, [69] = 69, - [70] = 68, - [71] = 69, - [72] = 72, - [73] = 72, - [74] = 69, - [75] = 72, - [76] = 68, - [77] = 68, + [70] = 69, + [71] = 71, + [72] = 69, + [73] = 69, + [74] = 68, + [75] = 71, + [76] = 69, + [77] = 71, [78] = 68, - [79] = 68, + [79] = 69, [80] = 80, - [81] = 80, - [82] = 80, - [83] = 80, - [84] = 80, - [85] = 85, - [86] = 86, - [87] = 85, - [88] = 85, - [89] = 86, - [90] = 85, - [91] = 85, - [92] = 86, - [93] = 86, - [94] = 85, - [95] = 85, - [96] = 86, - [97] = 86, - [98] = 86, - [99] = 85, - [100] = 86, - [101] = 85, - [102] = 86, - [103] = 85, - [104] = 86, - [105] = 86, - [106] = 85, - [107] = 85, - [108] = 86, - [109] = 86, - [110] = 85, - [111] = 86, - [112] = 85, + [81] = 81, + [82] = 82, + [83] = 81, + [84] = 81, + [85] = 80, + [86] = 82, + [87] = 81, + [88] = 80, + [89] = 81, + [90] = 80, + [91] = 80, + [92] = 81, + [93] = 80, + [94] = 81, + [95] = 82, + [96] = 81, + [97] = 80, + [98] = 80, + [99] = 81, + [100] = 82, + [101] = 80, + [102] = 80, + [103] = 80, + [104] = 80, + [105] = 81, + [106] = 81, + [107] = 80, + [108] = 81, + [109] = 81, + [110] = 82, + [111] = 81, + [112] = 80, [113] = 113, - [114] = 114, - [115] = 114, - [116] = 114, - [117] = 113, - [118] = 114, - [119] = 114, - [120] = 113, + [114] = 113, + [115] = 115, + [116] = 115, + [117] = 115, + [118] = 115, + [119] = 115, + [120] = 115, [121] = 113, - [122] = 114, - [123] = 114, + [122] = 115, + [123] = 113, [124] = 113, - [125] = 114, + [125] = 115, [126] = 113, - [127] = 113, - [128] = 114, + [127] = 115, + [128] = 113, [129] = 113, - [130] = 113, - [131] = 114, - [132] = 113, - [133] = 114, - [134] = 113, - [135] = 114, + [130] = 115, + [131] = 113, + [132] = 115, + [133] = 115, + [134] = 115, + [135] = 113, [136] = 113, - [137] = 114, + [137] = 113, [138] = 113, - [139] = 114, - [140] = 113, + [139] = 113, + [140] = 115, [141] = 141, [142] = 141, [143] = 141, [144] = 141, [145] = 141, - [146] = 146, - [147] = 147, - [148] = 3, - [149] = 2, + [146] = 3, + [147] = 2, + [148] = 148, + [149] = 149, [150] = 150, [151] = 150, [152] = 150, - [153] = 150, - [154] = 154, - [155] = 155, - [156] = 150, - [157] = 150, + [153] = 153, + [154] = 150, + [155] = 150, + [156] = 156, + [157] = 157, [158] = 150, - [159] = 22, + [159] = 150, [160] = 150, - [161] = 150, - [162] = 150, + [161] = 161, + [162] = 162, [163] = 150, [164] = 150, - [165] = 150, - [166] = 166, + [165] = 26, + [166] = 150, [167] = 150, [168] = 150, [169] = 150, @@ -4384,1476 +4419,1476 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [173] = 150, [174] = 150, [175] = 150, - [176] = 176, + [176] = 150, [177] = 150, [178] = 150, [179] = 150, [180] = 150, - [181] = 150, + [181] = 3, [182] = 150, [183] = 150, [184] = 150, - [185] = 185, - [186] = 42, - [187] = 35, - [188] = 2, - [189] = 3, + [185] = 150, + [186] = 150, + [187] = 2, + [188] = 49, + [189] = 189, [190] = 190, [191] = 191, [192] = 192, - [193] = 155, + [193] = 193, [194] = 194, [195] = 195, - [196] = 196, + [196] = 28, [197] = 197, [198] = 198, [199] = 199, [200] = 200, [201] = 201, [202] = 202, - [203] = 203, + [203] = 162, [204] = 204, [205] = 205, - [206] = 206, - [207] = 185, - [208] = 208, - [209] = 209, + [206] = 156, + [207] = 191, + [208] = 15, + [209] = 189, [210] = 197, - [211] = 20, - [212] = 4, - [213] = 8, - [214] = 6, - [215] = 5, - [216] = 14, - [217] = 217, - [218] = 12, - [219] = 20, - [220] = 17, - [221] = 7, - [222] = 62, - [223] = 15, - [224] = 11, - [225] = 9, - [226] = 12, - [227] = 198, - [228] = 17, - [229] = 200, - [230] = 195, - [231] = 10, - [232] = 203, - [233] = 204, - [234] = 196, - [235] = 205, - [236] = 19, - [237] = 202, - [238] = 201, - [239] = 23, - [240] = 191, - [241] = 199, - [242] = 18, - [243] = 24, - [244] = 244, - [245] = 21, - [246] = 13, - [247] = 25, - [248] = 248, + [211] = 198, + [212] = 17, + [213] = 199, + [214] = 190, + [215] = 215, + [216] = 11, + [217] = 201, + [218] = 14, + [219] = 10, + [220] = 220, + [221] = 202, + [222] = 195, + [223] = 11, + [224] = 10, + [225] = 8, + [226] = 192, + [227] = 54, + [228] = 4, + [229] = 194, + [230] = 18, + [231] = 6, + [232] = 5, + [233] = 233, + [234] = 234, + [235] = 27, + [236] = 13, + [237] = 200, + [238] = 8, + [239] = 19, + [240] = 7, + [241] = 9, + [242] = 12, + [243] = 20, + [244] = 12, + [245] = 16, + [246] = 25, + [247] = 26, + [248] = 23, [249] = 22, - [250] = 244, - [251] = 26, - [252] = 244, - [253] = 244, - [254] = 9, + [250] = 21, + [251] = 9, + [252] = 24, + [253] = 253, + [254] = 2, [255] = 255, - [256] = 27, - [257] = 257, - [258] = 7, - [259] = 259, - [260] = 244, - [261] = 16, - [262] = 32, - [263] = 2, - [264] = 264, - [265] = 24, - [266] = 264, - [267] = 264, - [268] = 30, - [269] = 269, - [270] = 52, - [271] = 264, - [272] = 264, - [273] = 38, - [274] = 50, - [275] = 19, - [276] = 10, - [277] = 42, - [278] = 264, - [279] = 264, - [280] = 269, - [281] = 3, - [282] = 264, - [283] = 31, - [284] = 15, - [285] = 28, - [286] = 264, - [287] = 35, - [288] = 37, - [289] = 33, - [290] = 264, - [291] = 34, - [292] = 14, + [256] = 43, + [257] = 40, + [258] = 46, + [259] = 41, + [260] = 51, + [261] = 11, + [262] = 255, + [263] = 10, + [264] = 8, + [265] = 11, + [266] = 10, + [267] = 8, + [268] = 9, + [269] = 47, + [270] = 44, + [271] = 53, + [272] = 255, + [273] = 12, + [274] = 274, + [275] = 24, + [276] = 54, + [277] = 30, + [278] = 31, + [279] = 13, + [280] = 32, + [281] = 18, + [282] = 6, + [283] = 5, + [284] = 19, + [285] = 29, + [286] = 33, + [287] = 15, + [288] = 27, + [289] = 34, + [290] = 35, + [291] = 7, + [292] = 17, [293] = 36, - [294] = 264, - [295] = 23, - [296] = 18, - [297] = 264, - [298] = 11, - [299] = 40, - [300] = 44, - [301] = 45, - [302] = 5, - [303] = 6, - [304] = 8, - [305] = 47, - [306] = 39, - [307] = 4, - [308] = 62, - [309] = 9, - [310] = 7, - [311] = 17, - [312] = 20, - [313] = 12, - [314] = 41, - [315] = 43, - [316] = 46, - [317] = 48, - [318] = 49, - [319] = 51, - [320] = 17, - [321] = 20, - [322] = 12, - [323] = 217, - [324] = 269, - [325] = 264, - [326] = 53, - [327] = 29, - [328] = 269, - [329] = 269, - [330] = 264, - [331] = 331, - [332] = 259, - [333] = 333, - [334] = 334, - [335] = 335, - [336] = 336, - [337] = 334, - [338] = 334, - [339] = 334, - [340] = 340, - [341] = 340, - [342] = 340, + [294] = 14, + [295] = 37, + [296] = 4, + [297] = 297, + [298] = 45, + [299] = 42, + [300] = 38, + [301] = 52, + [302] = 39, + [303] = 255, + [304] = 49, + [305] = 255, + [306] = 48, + [307] = 28, + [308] = 215, + [309] = 309, + [310] = 50, + [311] = 3, + [312] = 25, + [313] = 313, + [314] = 2, + [315] = 21, + [316] = 313, + [317] = 313, + [318] = 313, + [319] = 313, + [320] = 320, + [321] = 16, + [322] = 20, + [323] = 26, + [324] = 313, + [325] = 313, + [326] = 313, + [327] = 313, + [328] = 253, + [329] = 313, + [330] = 320, + [331] = 313, + [332] = 24, + [333] = 313, + [334] = 320, + [335] = 3, + [336] = 313, + [337] = 320, + [338] = 22, + [339] = 313, + [340] = 320, + [341] = 23, + [342] = 342, [343] = 343, [344] = 344, - [345] = 340, - [346] = 340, - [347] = 340, - [348] = 340, - [349] = 340, - [350] = 340, - [351] = 340, - [352] = 340, - [353] = 353, - [354] = 354, - [355] = 340, - [356] = 356, - [357] = 340, - [358] = 340, - [359] = 340, - [360] = 340, - [361] = 340, - [362] = 340, - [363] = 340, - [364] = 364, - [365] = 365, - [366] = 366, - [367] = 340, - [368] = 340, - [369] = 340, - [370] = 340, - [371] = 340, - [372] = 372, - [373] = 334, - [374] = 340, - [375] = 340, - [376] = 340, - [377] = 340, - [378] = 340, - [379] = 340, - [380] = 340, - [381] = 381, - [382] = 331, - [383] = 383, - [384] = 365, - [385] = 340, - [386] = 386, - [387] = 383, - [388] = 333, - [389] = 340, - [390] = 343, - [391] = 344, - [392] = 340, - [393] = 364, - [394] = 331, - [395] = 340, - [396] = 386, - [397] = 354, - [398] = 386, - [399] = 383, - [400] = 333, - [401] = 343, - [402] = 344, - [403] = 353, - [404] = 404, - [405] = 366, - [406] = 331, - [407] = 407, - [408] = 27, - [409] = 365, - [410] = 386, - [411] = 383, - [412] = 333, - [413] = 343, - [414] = 344, - [415] = 16, - [416] = 331, - [417] = 364, - [418] = 354, - [419] = 419, - [420] = 353, - [421] = 366, - [422] = 386, - [423] = 383, - [424] = 333, - [425] = 343, - [426] = 25, - [427] = 344, - [428] = 404, + [345] = 345, + [346] = 346, + [347] = 342, + [348] = 348, + [349] = 349, + [350] = 350, + [351] = 345, + [352] = 346, + [353] = 342, + [354] = 348, + [355] = 349, + [356] = 350, + [357] = 357, + [358] = 345, + [359] = 346, + [360] = 342, + [361] = 348, + [362] = 349, + [363] = 350, + [364] = 345, + [365] = 346, + [366] = 342, + [367] = 348, + [368] = 349, + [369] = 350, + [370] = 345, + [371] = 346, + [372] = 342, + [373] = 348, + [374] = 349, + [375] = 350, + [376] = 345, + [377] = 346, + [378] = 342, + [379] = 348, + [380] = 349, + [381] = 350, + [382] = 345, + [383] = 350, + [384] = 349, + [385] = 348, + [386] = 342, + [387] = 346, + [388] = 345, + [389] = 346, + [390] = 342, + [391] = 348, + [392] = 349, + [393] = 350, + [394] = 345, + [395] = 346, + [396] = 342, + [397] = 348, + [398] = 349, + [399] = 350, + [400] = 345, + [401] = 350, + [402] = 349, + [403] = 403, + [404] = 348, + [405] = 342, + [406] = 346, + [407] = 345, + [408] = 346, + [409] = 342, + [410] = 348, + [411] = 349, + [412] = 345, + [413] = 350, + [414] = 350, + [415] = 345, + [416] = 346, + [417] = 342, + [418] = 348, + [419] = 349, + [420] = 349, + [421] = 350, + [422] = 348, + [423] = 342, + [424] = 424, + [425] = 346, + [426] = 345, + [427] = 350, + [428] = 342, [429] = 429, - [430] = 353, - [431] = 21, - [432] = 404, - [433] = 354, + [430] = 349, + [431] = 346, + [432] = 432, + [433] = 345, [434] = 434, - [435] = 22, - [436] = 366, - [437] = 364, - [438] = 365, - [439] = 439, - [440] = 365, + [435] = 348, + [436] = 436, + [437] = 342, + [438] = 438, + [439] = 346, + [440] = 345, [441] = 441, - [442] = 364, - [443] = 443, - [444] = 354, - [445] = 353, - [446] = 446, - [447] = 404, - [448] = 366, - [449] = 449, - [450] = 331, - [451] = 365, - [452] = 364, - [453] = 419, - [454] = 354, - [455] = 443, - [456] = 353, - [457] = 457, - [458] = 404, - [459] = 366, - [460] = 365, - [461] = 386, - [462] = 383, - [463] = 333, - [464] = 343, - [465] = 419, - [466] = 443, - [467] = 364, - [468] = 468, - [469] = 344, - [470] = 354, - [471] = 331, - [472] = 26, - [473] = 366, - [474] = 404, - [475] = 353, - [476] = 419, - [477] = 443, - [478] = 354, - [479] = 13, - [480] = 353, - [481] = 468, - [482] = 364, - [483] = 404, - [484] = 366, - [485] = 331, - [486] = 365, - [487] = 364, - [488] = 354, - [489] = 419, - [490] = 443, - [491] = 353, - [492] = 386, - [493] = 493, - [494] = 383, - [495] = 333, - [496] = 343, - [497] = 344, - [498] = 365, - [499] = 429, - [500] = 429, - [501] = 429, - [502] = 429, - [503] = 429, - [504] = 429, - [505] = 429, - [506] = 429, - [507] = 429, - [508] = 429, - [509] = 429, - [510] = 429, - [511] = 429, - [512] = 404, - [513] = 366, - [514] = 429, + [442] = 350, + [443] = 349, + [444] = 348, + [445] = 342, + [446] = 345, + [447] = 346, + [448] = 342, + [449] = 348, + [450] = 349, + [451] = 350, + [452] = 345, + [453] = 346, + [454] = 342, + [455] = 348, + [456] = 349, + [457] = 350, + [458] = 346, + [459] = 345, + [460] = 429, + [461] = 350, + [462] = 349, + [463] = 438, + [464] = 348, + [465] = 342, + [466] = 346, + [467] = 467, + [468] = 346, + [469] = 350, + [470] = 349, + [471] = 345, + [472] = 346, + [473] = 342, + [474] = 348, + [475] = 349, + [476] = 350, + [477] = 345, + [478] = 346, + [479] = 342, + [480] = 348, + [481] = 349, + [482] = 350, + [483] = 348, + [484] = 348, + [485] = 346, + [486] = 345, + [487] = 429, + [488] = 488, + [489] = 350, + [490] = 349, + [491] = 357, + [492] = 438, + [493] = 343, + [494] = 494, + [495] = 495, + [496] = 467, + [497] = 497, + [498] = 348, + [499] = 342, + [500] = 345, + [501] = 348, + [502] = 346, + [503] = 342, + [504] = 348, + [505] = 349, + [506] = 350, + [507] = 345, + [508] = 346, + [509] = 342, + [510] = 348, + [511] = 349, + [512] = 350, + [513] = 513, + [514] = 345, [515] = 515, - [516] = 331, - [517] = 429, - [518] = 429, - [519] = 429, - [520] = 520, - [521] = 429, - [522] = 2, - [523] = 365, - [524] = 524, - [525] = 386, - [526] = 383, - [527] = 333, - [528] = 343, - [529] = 529, - [530] = 429, - [531] = 429, - [532] = 429, - [533] = 429, - [534] = 429, - [535] = 344, - [536] = 364, - [537] = 537, - [538] = 538, - [539] = 429, - [540] = 537, - [541] = 538, - [542] = 354, - [543] = 429, - [544] = 537, - [545] = 353, - [546] = 538, - [547] = 429, - [548] = 537, - [549] = 538, - [550] = 404, - [551] = 366, - [552] = 429, - [553] = 365, - [554] = 537, - [555] = 538, - [556] = 429, - [557] = 537, - [558] = 538, - [559] = 429, - [560] = 364, - [561] = 354, - [562] = 537, - [563] = 538, - [564] = 429, - [565] = 537, - [566] = 353, - [567] = 538, - [568] = 429, - [569] = 537, - [570] = 404, - [571] = 538, - [572] = 366, - [573] = 573, - [574] = 366, - [575] = 331, - [576] = 404, - [577] = 353, - [578] = 354, - [579] = 366, - [580] = 404, - [581] = 353, - [582] = 24, - [583] = 354, - [584] = 364, - [585] = 365, - [586] = 364, - [587] = 365, - [588] = 365, - [589] = 364, - [590] = 354, - [591] = 386, - [592] = 383, - [593] = 333, - [594] = 343, - [595] = 353, - [596] = 344, - [597] = 404, - [598] = 366, - [599] = 365, - [600] = 364, - [601] = 354, - [602] = 353, - [603] = 404, - [604] = 520, - [605] = 366, - [606] = 365, - [607] = 366, - [608] = 404, - [609] = 353, - [610] = 446, - [611] = 354, - [612] = 429, - [613] = 364, - [614] = 344, - [615] = 537, - [616] = 365, - [617] = 364, - [618] = 343, - [619] = 354, - [620] = 620, - [621] = 333, - [622] = 538, - [623] = 365, - [624] = 624, - [625] = 364, - [626] = 354, - [627] = 353, - [628] = 404, - [629] = 366, - [630] = 383, - [631] = 353, - [632] = 632, - [633] = 386, - [634] = 331, - [635] = 468, - [636] = 404, - [637] = 344, - [638] = 343, - [639] = 333, - [640] = 383, - [641] = 386, - [642] = 366, - [643] = 331, - [644] = 644, - [645] = 344, - [646] = 343, - [647] = 333, - [648] = 383, - [649] = 386, - [650] = 344, - [651] = 520, - [652] = 343, - [653] = 333, - [654] = 383, - [655] = 386, - [656] = 446, - [657] = 365, - [658] = 331, - [659] = 364, - [660] = 344, - [661] = 429, - [662] = 343, - [663] = 333, - [664] = 383, - [665] = 386, - [666] = 354, - [667] = 353, - [668] = 668, - [669] = 669, - [670] = 331, - [671] = 537, - [672] = 344, - [673] = 343, - [674] = 333, - [675] = 383, - [676] = 386, - [677] = 331, - [678] = 331, - [679] = 344, - [680] = 343, - [681] = 333, - [682] = 620, - [683] = 383, - [684] = 386, - [685] = 331, - [686] = 538, - [687] = 404, - [688] = 344, - [689] = 624, - [690] = 343, - [691] = 333, - [692] = 383, - [693] = 386, - [694] = 366, - [695] = 331, - [696] = 344, - [697] = 343, - [698] = 333, - [699] = 383, - [700] = 386, - [701] = 537, - [702] = 331, - [703] = 344, - [704] = 343, - [705] = 333, - [706] = 383, - [707] = 386, - [708] = 331, - [709] = 344, - [710] = 343, - [711] = 333, - [712] = 383, - [713] = 713, - [714] = 386, - [715] = 331, - [716] = 344, - [717] = 520, - [718] = 343, - [719] = 333, - [720] = 383, - [721] = 386, - [722] = 404, - [723] = 446, - [724] = 429, - [725] = 331, - [726] = 344, - [727] = 343, - [728] = 537, - [729] = 333, - [730] = 730, - [731] = 383, - [732] = 386, - [733] = 331, - [734] = 344, - [735] = 343, - [736] = 333, - [737] = 383, - [738] = 620, - [739] = 538, - [740] = 386, - [741] = 624, - [742] = 331, - [743] = 386, - [744] = 383, - [745] = 333, - [746] = 343, - [747] = 3, - [748] = 344, - [749] = 340, - [750] = 365, - [751] = 364, - [752] = 354, - [753] = 353, - [754] = 404, - [755] = 366, - [756] = 365, - [757] = 364, - [758] = 344, - [759] = 343, - [760] = 333, - [761] = 383, - [762] = 386, - [763] = 331, - [764] = 344, - [765] = 344, - [766] = 365, - [767] = 364, - [768] = 768, - [769] = 769, - [770] = 354, - [771] = 353, - [772] = 404, - [773] = 366, - [774] = 343, - [775] = 333, - [776] = 383, - [777] = 344, - [778] = 386, - [779] = 331, - [780] = 331, - [781] = 344, - [782] = 343, - [783] = 520, - [784] = 333, - [785] = 383, - [786] = 386, - [787] = 331, - [788] = 333, - [789] = 343, - [790] = 386, - [791] = 446, - [792] = 429, - [793] = 383, - [794] = 333, - [795] = 537, + [516] = 350, + [517] = 517, + [518] = 345, + [519] = 519, + [520] = 429, + [521] = 349, + [522] = 348, + [523] = 357, + [524] = 438, + [525] = 403, + [526] = 342, + [527] = 346, + [528] = 528, + [529] = 346, + [530] = 467, + [531] = 342, + [532] = 434, + [533] = 434, + [534] = 534, + [535] = 535, + [536] = 343, + [537] = 494, + [538] = 495, + [539] = 497, + [540] = 519, + [541] = 534, + [542] = 343, + [543] = 494, + [544] = 495, + [545] = 497, + [546] = 519, + [547] = 534, + [548] = 343, + [549] = 494, + [550] = 495, + [551] = 497, + [552] = 519, + [553] = 534, + [554] = 343, + [555] = 494, + [556] = 495, + [557] = 497, + [558] = 519, + [559] = 534, + [560] = 343, + [561] = 494, + [562] = 495, + [563] = 497, + [564] = 519, + [565] = 534, + [566] = 343, + [567] = 494, + [568] = 495, + [569] = 497, + [570] = 519, + [571] = 534, + [572] = 535, + [573] = 535, + [574] = 343, + [575] = 535, + [576] = 494, + [577] = 495, + [578] = 497, + [579] = 519, + [580] = 348, + [581] = 534, + [582] = 349, + [583] = 350, + [584] = 343, + [585] = 494, + [586] = 495, + [587] = 497, + [588] = 519, + [589] = 345, + [590] = 534, + [591] = 343, + [592] = 494, + [593] = 495, + [594] = 497, + [595] = 519, + [596] = 534, + [597] = 343, + [598] = 494, + [599] = 495, + [600] = 497, + [601] = 519, + [602] = 534, + [603] = 350, + [604] = 343, + [605] = 494, + [606] = 495, + [607] = 497, + [608] = 519, + [609] = 349, + [610] = 534, + [611] = 343, + [612] = 494, + [613] = 495, + [614] = 497, + [615] = 519, + [616] = 534, + [617] = 343, + [618] = 494, + [619] = 495, + [620] = 497, + [621] = 519, + [622] = 534, + [623] = 343, + [624] = 494, + [625] = 495, + [626] = 497, + [627] = 519, + [628] = 534, + [629] = 629, + [630] = 342, + [631] = 346, + [632] = 343, + [633] = 494, + [634] = 495, + [635] = 497, + [636] = 519, + [637] = 637, + [638] = 345, + [639] = 639, + [640] = 350, + [641] = 519, + [642] = 534, + [643] = 349, + [644] = 343, + [645] = 494, + [646] = 495, + [647] = 497, + [648] = 519, + [649] = 497, + [650] = 495, + [651] = 494, + [652] = 534, + [653] = 343, + [654] = 348, + [655] = 343, + [656] = 494, + [657] = 342, + [658] = 346, + [659] = 495, + [660] = 497, + [661] = 661, + [662] = 662, + [663] = 519, + [664] = 345, + [665] = 534, + [666] = 350, + [667] = 349, + [668] = 515, + [669] = 343, + [670] = 494, + [671] = 495, + [672] = 497, + [673] = 519, + [674] = 348, + [675] = 342, + [676] = 534, + [677] = 346, + [678] = 345, + [679] = 438, + [680] = 494, + [681] = 495, + [682] = 497, + [683] = 519, + [684] = 350, + [685] = 534, + [686] = 349, + [687] = 348, + [688] = 342, + [689] = 343, + [690] = 494, + [691] = 495, + [692] = 497, + [693] = 519, + [694] = 346, + [695] = 534, + [696] = 345, + [697] = 350, + [698] = 343, + [699] = 494, + [700] = 495, + [701] = 497, + [702] = 519, + [703] = 349, + [704] = 348, + [705] = 342, + [706] = 706, + [707] = 346, + [708] = 534, + [709] = 534, + [710] = 345, + [711] = 343, + [712] = 494, + [713] = 495, + [714] = 497, + [715] = 629, + [716] = 519, + [717] = 717, + [718] = 718, + [719] = 639, + [720] = 424, + [721] = 441, + [722] = 534, + [723] = 513, + [724] = 724, + [725] = 629, + [726] = 535, + [727] = 717, + [728] = 718, + [729] = 639, + [730] = 343, + [731] = 494, + [732] = 495, + [733] = 497, + [734] = 519, + [735] = 424, + [736] = 350, + [737] = 349, + [738] = 348, + [739] = 342, + [740] = 346, + [741] = 345, + [742] = 441, + [743] = 513, + [744] = 629, + [745] = 717, + [746] = 718, + [747] = 747, + [748] = 639, + [749] = 424, + [750] = 2, + [751] = 534, + [752] = 441, + [753] = 513, + [754] = 343, + [755] = 494, + [756] = 495, + [757] = 497, + [758] = 519, + [759] = 759, + [760] = 760, + [761] = 717, + [762] = 534, + [763] = 717, + [764] = 718, + [765] = 639, + [766] = 343, + [767] = 494, + [768] = 495, + [769] = 497, + [770] = 519, + [771] = 519, + [772] = 424, + [773] = 40, + [774] = 534, + [775] = 42, + [776] = 776, + [777] = 52, + [778] = 441, + [779] = 513, + [780] = 343, + [781] = 494, + [782] = 495, + [783] = 497, + [784] = 519, + [785] = 717, + [786] = 639, + [787] = 424, + [788] = 717, + [789] = 639, + [790] = 424, + [791] = 534, + [792] = 717, + [793] = 639, + [794] = 28, + [795] = 424, [796] = 343, - [797] = 343, - [798] = 344, - [799] = 333, - [800] = 383, - [801] = 383, - [802] = 386, - [803] = 386, - [804] = 620, - [805] = 331, - [806] = 538, - [807] = 624, - [808] = 365, - [809] = 809, - [810] = 364, - [811] = 354, - [812] = 353, - [813] = 404, - [814] = 366, - [815] = 344, - [816] = 343, - [817] = 333, - [818] = 383, - [819] = 386, - [820] = 331, - [821] = 344, - [822] = 343, - [823] = 333, - [824] = 443, - [825] = 383, - [826] = 386, - [827] = 331, - [828] = 344, - [829] = 354, - [830] = 343, - [831] = 333, - [832] = 383, - [833] = 386, - [834] = 331, - [835] = 344, - [836] = 343, - [837] = 333, - [838] = 383, - [839] = 386, - [840] = 331, - [841] = 620, - [842] = 730, - [843] = 843, - [844] = 331, - [845] = 843, - [846] = 846, - [847] = 335, - [848] = 356, - [849] = 434, - [850] = 365, - [851] = 364, - [852] = 386, - [853] = 354, - [854] = 383, - [855] = 353, - [856] = 404, - [857] = 366, - [858] = 333, - [859] = 343, - [860] = 344, - [861] = 353, - [862] = 372, - [863] = 366, - [864] = 404, - [865] = 353, - [866] = 365, - [867] = 364, - [868] = 354, - [869] = 353, - [870] = 404, - [871] = 366, - [872] = 354, - [873] = 364, - [874] = 365, - [875] = 365, - [876] = 364, - [877] = 366, - [878] = 404, - [879] = 331, - [880] = 353, - [881] = 354, - [882] = 353, - [883] = 404, - [884] = 366, - [885] = 354, - [886] = 364, - [887] = 365, - [888] = 331, - [889] = 538, - [890] = 404, - [891] = 730, - [892] = 366, - [893] = 624, - [894] = 335, - [895] = 356, - [896] = 335, - [897] = 366, - [898] = 404, - [899] = 365, - [900] = 386, - [901] = 383, - [902] = 333, - [903] = 343, - [904] = 353, - [905] = 434, - [906] = 344, - [907] = 354, - [908] = 365, - [909] = 364, - [910] = 364, - [911] = 354, - [912] = 353, - [913] = 365, - [914] = 404, - [915] = 366, - [916] = 364, - [917] = 354, - [918] = 353, - [919] = 404, - [920] = 366, - [921] = 365, - [922] = 365, - [923] = 364, - [924] = 354, - [925] = 353, - [926] = 404, - [927] = 846, - [928] = 366, - [929] = 366, - [930] = 404, - [931] = 364, - [932] = 353, - [933] = 354, - [934] = 364, - [935] = 365, - [936] = 365, - [937] = 364, - [938] = 366, - [939] = 354, - [940] = 404, - [941] = 353, - [942] = 353, - [943] = 404, - [944] = 366, - [945] = 354, - [946] = 364, - [947] = 365, - [948] = 730, - [949] = 335, - [950] = 434, - [951] = 366, - [952] = 404, - [953] = 353, - [954] = 354, - [955] = 28, - [956] = 53, - [957] = 51, - [958] = 30, - [959] = 48, - [960] = 46, - [961] = 52, - [962] = 2, - [963] = 43, - [964] = 41, - [965] = 39, - [966] = 36, - [967] = 34, - [968] = 45, - [969] = 37, - [970] = 32, - [971] = 31, - [972] = 38, - [973] = 50, - [974] = 35, - [975] = 49, - [976] = 47, - [977] = 33, - [978] = 44, - [979] = 40, - [980] = 42, - [981] = 29, - [982] = 204, - [983] = 205, - [984] = 202, - [985] = 201, - [986] = 986, - [987] = 191, - [988] = 199, - [989] = 198, - [990] = 197, - [991] = 196, - [992] = 195, - [993] = 203, - [994] = 38, - [995] = 995, - [996] = 200, - [997] = 3, - [998] = 195, - [999] = 205, - [1000] = 191, - [1001] = 199, - [1002] = 198, - [1003] = 197, - [1004] = 201, - [1005] = 202, - [1006] = 196, - [1007] = 1007, - [1008] = 200, - [1009] = 203, - [1010] = 204, - [1011] = 14, - [1012] = 19, - [1013] = 217, - [1014] = 12, - [1015] = 15, - [1016] = 9, - [1017] = 20, - [1018] = 17, - [1019] = 62, - [1020] = 20, - [1021] = 17, - [1022] = 4, - [1023] = 12, - [1024] = 8, - [1025] = 7, - [1026] = 6, - [1027] = 10, - [1028] = 5, - [1029] = 11, - [1030] = 18, - [1031] = 23, - [1032] = 217, - [1033] = 12, - [1034] = 8, - [1035] = 22, - [1036] = 259, - [1037] = 13, - [1038] = 21, - [1039] = 25, - [1040] = 17, - [1041] = 14, - [1042] = 12, - [1043] = 26, - [1044] = 16, - [1045] = 10, + [797] = 494, + [798] = 495, + [799] = 497, + [800] = 717, + [801] = 519, + [802] = 802, + [803] = 639, + [804] = 424, + [805] = 424, + [806] = 639, + [807] = 49, + [808] = 424, + [809] = 39, + [810] = 38, + [811] = 37, + [812] = 36, + [813] = 717, + [814] = 35, + [815] = 34, + [816] = 33, + [817] = 534, + [818] = 32, + [819] = 639, + [820] = 31, + [821] = 424, + [822] = 535, + [823] = 528, + [824] = 717, + [825] = 30, + [826] = 53, + [827] = 639, + [828] = 424, + [829] = 718, + [830] = 717, + [831] = 639, + [832] = 44, + [833] = 47, + [834] = 497, + [835] = 343, + [836] = 494, + [837] = 495, + [838] = 497, + [839] = 51, + [840] = 519, + [841] = 41, + [842] = 424, + [843] = 717, + [844] = 717, + [845] = 639, + [846] = 424, + [847] = 424, + [848] = 424, + [849] = 424, + [850] = 424, + [851] = 46, + [852] = 45, + [853] = 424, + [854] = 43, + [855] = 424, + [856] = 424, + [857] = 29, + [858] = 50, + [859] = 48, + [860] = 424, + [861] = 495, + [862] = 534, + [863] = 494, + [864] = 343, + [865] = 424, + [866] = 424, + [867] = 424, + [868] = 343, + [869] = 494, + [870] = 495, + [871] = 497, + [872] = 519, + [873] = 424, + [874] = 874, + [875] = 424, + [876] = 424, + [877] = 424, + [878] = 534, + [879] = 534, + [880] = 424, + [881] = 424, + [882] = 424, + [883] = 424, + [884] = 534, + [885] = 434, + [886] = 424, + [887] = 350, + [888] = 424, + [889] = 349, + [890] = 747, + [891] = 343, + [892] = 494, + [893] = 495, + [894] = 497, + [895] = 348, + [896] = 519, + [897] = 897, + [898] = 342, + [899] = 899, + [900] = 629, + [901] = 901, + [902] = 346, + [903] = 747, + [904] = 345, + [905] = 535, + [906] = 897, + [907] = 467, + [908] = 535, + [909] = 519, + [910] = 497, + [911] = 535, + [912] = 495, + [913] = 913, + [914] = 899, + [915] = 534, + [916] = 916, + [917] = 494, + [918] = 901, + [919] = 535, + [920] = 343, + [921] = 921, + [922] = 345, + [923] = 346, + [924] = 535, + [925] = 897, + [926] = 535, + [927] = 535, + [928] = 899, + [929] = 534, + [930] = 342, + [931] = 348, + [932] = 349, + [933] = 350, + [934] = 343, + [935] = 494, + [936] = 495, + [937] = 497, + [938] = 747, + [939] = 519, + [940] = 519, + [941] = 941, + [942] = 350, + [943] = 535, + [944] = 497, + [945] = 495, + [946] = 494, + [947] = 343, + [948] = 535, + [949] = 349, + [950] = 897, + [951] = 899, + [952] = 952, + [953] = 747, + [954] = 897, + [955] = 345, + [956] = 346, + [957] = 342, + [958] = 348, + [959] = 349, + [960] = 350, + [961] = 899, + [962] = 747, + [963] = 535, + [964] = 535, + [965] = 535, + [966] = 535, + [967] = 535, + [968] = 535, + [969] = 535, + [970] = 535, + [971] = 535, + [972] = 535, + [973] = 901, + [974] = 534, + [975] = 535, + [976] = 535, + [977] = 535, + [978] = 535, + [979] = 535, + [980] = 535, + [981] = 535, + [982] = 535, + [983] = 535, + [984] = 434, + [985] = 535, + [986] = 535, + [987] = 987, + [988] = 202, + [989] = 201, + [990] = 199, + [991] = 198, + [992] = 197, + [993] = 993, + [994] = 189, + [995] = 190, + [996] = 191, + [997] = 192, + [998] = 194, + [999] = 200, + [1000] = 3, + [1001] = 195, + [1002] = 1002, + [1003] = 40, + [1004] = 200, + [1005] = 195, + [1006] = 202, + [1007] = 201, + [1008] = 199, + [1009] = 198, + [1010] = 197, + [1011] = 194, + [1012] = 192, + [1013] = 191, + [1014] = 190, + [1015] = 189, + [1016] = 18, + [1017] = 10, + [1018] = 14, + [1019] = 13, + [1020] = 215, + [1021] = 11, + [1022] = 10, + [1023] = 8, + [1024] = 11, + [1025] = 54, + [1026] = 5, + [1027] = 7, + [1028] = 27, + [1029] = 17, + [1030] = 15, + [1031] = 6, + [1032] = 9, + [1033] = 19, + [1034] = 4, + [1035] = 8, + [1036] = 12, + [1037] = 253, + [1038] = 24, + [1039] = 16, + [1040] = 25, + [1041] = 215, + [1042] = 13, + [1043] = 14, + [1044] = 10, + [1045] = 17, [1046] = 27, - [1047] = 15, - [1048] = 23, - [1049] = 20, - [1050] = 62, - [1051] = 11, - [1052] = 4, - [1053] = 7, - [1054] = 19, - [1055] = 24, - [1056] = 17, - [1057] = 20, - [1058] = 6, - [1059] = 18, - [1060] = 5, - [1061] = 9, - [1062] = 4, - [1063] = 44, - [1064] = 200, - [1065] = 40, - [1066] = 30, - [1067] = 28, - [1068] = 52, - [1069] = 38, - [1070] = 22, + [1047] = 12, + [1048] = 11, + [1049] = 5, + [1050] = 15, + [1051] = 6, + [1052] = 8, + [1053] = 8, + [1054] = 7, + [1055] = 9, + [1056] = 4, + [1057] = 19, + [1058] = 26, + [1059] = 54, + [1060] = 23, + [1061] = 22, + [1062] = 10, + [1063] = 11, + [1064] = 21, + [1065] = 18, + [1066] = 20, + [1067] = 6, + [1068] = 39, + [1069] = 26, + [1070] = 52, [1071] = 42, - [1072] = 35, - [1073] = 47, - [1074] = 45, - [1075] = 24, - [1076] = 50, - [1077] = 29, - [1078] = 53, - [1079] = 51, - [1080] = 49, - [1081] = 48, - [1082] = 46, - [1083] = 43, - [1084] = 41, - [1085] = 39, - [1086] = 36, - [1087] = 34, - [1088] = 203, - [1089] = 259, - [1090] = 204, - [1091] = 205, - [1092] = 33, - [1093] = 202, - [1094] = 201, - [1095] = 37, - [1096] = 32, - [1097] = 31, - [1098] = 5, - [1099] = 6, - [1100] = 1100, - [1101] = 13, - [1102] = 26, - [1103] = 27, - [1104] = 25, - [1105] = 21, - [1106] = 16, - [1107] = 195, - [1108] = 196, - [1109] = 197, - [1110] = 198, - [1111] = 199, - [1112] = 191, - [1113] = 44, - [1114] = 38, - [1115] = 37, - [1116] = 35, - [1117] = 36, - [1118] = 42, - [1119] = 43, - [1120] = 13, - [1121] = 33, - [1122] = 46, - [1123] = 47, - [1124] = 49, - [1125] = 48, - [1126] = 50, - [1127] = 29, - [1128] = 34, - [1129] = 16, - [1130] = 28, - [1131] = 8, + [1072] = 40, + [1073] = 4, + [1074] = 29, + [1075] = 51, + [1076] = 47, + [1077] = 16, + [1078] = 44, + [1079] = 195, + [1080] = 202, + [1081] = 201, + [1082] = 199, + [1083] = 198, + [1084] = 197, + [1085] = 25, + [1086] = 189, + [1087] = 190, + [1088] = 191, + [1089] = 53, + [1090] = 30, + [1091] = 192, + [1092] = 253, + [1093] = 194, + [1094] = 31, + [1095] = 1095, + [1096] = 200, + [1097] = 32, + [1098] = 33, + [1099] = 34, + [1100] = 5, + [1101] = 45, + [1102] = 24, + [1103] = 41, + [1104] = 20, + [1105] = 23, + [1106] = 35, + [1107] = 21, + [1108] = 36, + [1109] = 43, + [1110] = 22, + [1111] = 46, + [1112] = 48, + [1113] = 37, + [1114] = 28, + [1115] = 49, + [1116] = 50, + [1117] = 38, + [1118] = 29, + [1119] = 52, + [1120] = 43, + [1121] = 16, + [1122] = 42, + [1123] = 215, + [1124] = 48, + [1125] = 39, + [1126] = 30, + [1127] = 53, + [1128] = 35, + [1129] = 50, + [1130] = 33, + [1131] = 49, [1132] = 32, - [1133] = 31, - [1134] = 45, - [1135] = 41, - [1136] = 52, - [1137] = 30, - [1138] = 53, - [1139] = 51, - [1140] = 39, - [1141] = 217, - [1142] = 40, - [1143] = 20, - [1144] = 18, - [1145] = 17, - [1146] = 11, - [1147] = 259, - [1148] = 10, - [1149] = 26, - [1150] = 14, - [1151] = 20, - [1152] = 23, - [1153] = 9, - [1154] = 17, - [1155] = 12, - [1156] = 15, - [1157] = 19, - [1158] = 62, - [1159] = 12, - [1160] = 7, - [1161] = 1161, - [1162] = 22, - [1163] = 1163, - [1164] = 1161, - [1165] = 21, - [1166] = 1163, - [1167] = 1163, - [1168] = 1163, - [1169] = 1163, - [1170] = 1161, - [1171] = 25, - [1172] = 1161, - [1173] = 24, - [1174] = 1161, - [1175] = 27, - [1176] = 205, - [1177] = 40, - [1178] = 197, - [1179] = 29, - [1180] = 33, - [1181] = 45, - [1182] = 196, - [1183] = 53, - [1184] = 195, - [1185] = 51, - [1186] = 35, - [1187] = 44, - [1188] = 30, - [1189] = 46, - [1190] = 37, - [1191] = 32, - [1192] = 39, - [1193] = 42, - [1194] = 52, - [1195] = 38, - [1196] = 31, - [1197] = 43, + [1133] = 34, + [1134] = 31, + [1135] = 40, + [1136] = 20, + [1137] = 18, + [1138] = 45, + [1139] = 46, + [1140] = 36, + [1141] = 41, + [1142] = 51, + [1143] = 28, + [1144] = 38, + [1145] = 37, + [1146] = 44, + [1147] = 47, + [1148] = 8, + [1149] = 12, + [1150] = 7, + [1151] = 27, + [1152] = 17, + [1153] = 25, + [1154] = 15, + [1155] = 19, + [1156] = 10, + [1157] = 14, + [1158] = 11, + [1159] = 8, + [1160] = 11, + [1161] = 13, + [1162] = 10, + [1163] = 253, + [1164] = 54, + [1165] = 9, + [1166] = 22, + [1167] = 1167, + [1168] = 1167, + [1169] = 1169, + [1170] = 1167, + [1171] = 1169, + [1172] = 23, + [1173] = 26, + [1174] = 1169, + [1175] = 21, + [1176] = 1167, + [1177] = 1167, + [1178] = 1169, + [1179] = 24, + [1180] = 1169, + [1181] = 1181, + [1182] = 194, + [1183] = 44, + [1184] = 53, + [1185] = 50, + [1186] = 30, + [1187] = 43, + [1188] = 45, + [1189] = 195, + [1190] = 202, + [1191] = 201, + [1192] = 47, + [1193] = 29, + [1194] = 31, + [1195] = 40, + [1196] = 32, + [1197] = 33, [1198] = 199, - [1199] = 200, - [1200] = 203, - [1201] = 204, - [1202] = 47, - [1203] = 28, + [1199] = 198, + [1200] = 197, + [1201] = 189, + [1202] = 190, + [1203] = 34, [1204] = 191, - [1205] = 50, - [1206] = 201, - [1207] = 36, - [1208] = 34, - [1209] = 49, - [1210] = 48, - [1211] = 1211, - [1212] = 41, - [1213] = 198, - [1214] = 202, - [1215] = 1215, - [1216] = 200, - [1217] = 203, - [1218] = 195, - [1219] = 196, - [1220] = 2, - [1221] = 204, - [1222] = 1222, - [1223] = 205, - [1224] = 202, - [1225] = 201, + [1205] = 35, + [1206] = 42, + [1207] = 192, + [1208] = 48, + [1209] = 36, + [1210] = 37, + [1211] = 28, + [1212] = 52, + [1213] = 49, + [1214] = 51, + [1215] = 46, + [1216] = 38, + [1217] = 39, + [1218] = 200, + [1219] = 41, + [1220] = 1220, + [1221] = 189, + [1222] = 192, + [1223] = 197, + [1224] = 190, + [1225] = 2, [1226] = 191, [1227] = 199, - [1228] = 198, - [1229] = 217, - [1230] = 197, - [1231] = 1231, - [1232] = 191, - [1233] = 199, - [1234] = 259, - [1235] = 205, + [1228] = 201, + [1229] = 195, + [1230] = 202, + [1231] = 198, + [1232] = 194, + [1233] = 200, + [1234] = 1234, + [1235] = 215, [1236] = 1236, - [1237] = 203, - [1238] = 200, - [1239] = 196, - [1240] = 202, - [1241] = 217, - [1242] = 198, - [1243] = 201, - [1244] = 3, - [1245] = 195, - [1246] = 197, - [1247] = 204, - [1248] = 200, - [1249] = 217, + [1237] = 215, + [1238] = 3, + [1239] = 200, + [1240] = 194, + [1241] = 192, + [1242] = 191, + [1243] = 190, + [1244] = 189, + [1245] = 197, + [1246] = 198, + [1247] = 199, + [1248] = 201, + [1249] = 202, [1250] = 195, - [1251] = 196, - [1252] = 203, - [1253] = 197, - [1254] = 198, - [1255] = 204, - [1256] = 202, - [1257] = 199, - [1258] = 205, - [1259] = 201, - [1260] = 191, - [1261] = 259, - [1262] = 1236, - [1263] = 1263, - [1264] = 1264, - [1265] = 1264, - [1266] = 1263, - [1267] = 1264, - [1268] = 1268, - [1269] = 1268, - [1270] = 1263, - [1271] = 1268, - [1272] = 1268, - [1273] = 1264, - [1274] = 1268, - [1275] = 1264, - [1276] = 1264, - [1277] = 1268, - [1278] = 1264, - [1279] = 1264, - [1280] = 1268, - [1281] = 1264, - [1282] = 1282, - [1283] = 1268, - [1284] = 1263, - [1285] = 1264, - [1286] = 1263, - [1287] = 1268, - [1288] = 1268, - [1289] = 1289, - [1290] = 1264, - [1291] = 1264, - [1292] = 1268, - [1293] = 1268, - [1294] = 217, - [1295] = 259, - [1296] = 1264, - [1297] = 1268, - [1298] = 1264, - [1299] = 1268, - [1300] = 62, - [1301] = 259, - [1302] = 198, - [1303] = 6, - [1304] = 191, - [1305] = 1305, - [1306] = 199, - [1307] = 203, - [1308] = 4, - [1309] = 201, - [1310] = 197, - [1311] = 196, - [1312] = 204, - [1313] = 202, - [1314] = 205, - [1315] = 200, - [1316] = 5, - [1317] = 195, - [1318] = 8, - [1319] = 1319, - [1320] = 1319, - [1321] = 13, - [1322] = 203, - [1323] = 1323, - [1324] = 204, - [1325] = 205, - [1326] = 1319, - [1327] = 202, - [1328] = 201, - [1329] = 195, - [1330] = 1319, - [1331] = 217, - [1332] = 1319, - [1333] = 2, - [1334] = 1334, - [1335] = 1334, - [1336] = 16, - [1337] = 1334, - [1338] = 200, - [1339] = 196, - [1340] = 197, - [1341] = 1334, - [1342] = 198, - [1343] = 199, - [1344] = 191, - [1345] = 1334, - [1346] = 196, - [1347] = 14, - [1348] = 11, - [1349] = 17, - [1350] = 20, - [1351] = 3, - [1352] = 12, - [1353] = 62, - [1354] = 9, - [1355] = 2, - [1356] = 19, - [1357] = 18, - [1358] = 23, - [1359] = 7, - [1360] = 217, - [1361] = 259, - [1362] = 200, - [1363] = 203, - [1364] = 204, - [1365] = 205, - [1366] = 202, - [1367] = 201, - [1368] = 7, - [1369] = 10, - [1370] = 197, - [1371] = 26, - [1372] = 198, - [1373] = 17, - [1374] = 199, - [1375] = 1375, - [1376] = 15, - [1377] = 191, - [1378] = 12, - [1379] = 9, - [1380] = 20, - [1381] = 195, - [1382] = 196, - [1383] = 195, - [1384] = 1384, - [1385] = 200, - [1386] = 203, - [1387] = 204, - [1388] = 197, - [1389] = 205, - [1390] = 198, + [1251] = 253, + [1252] = 1252, + [1253] = 1252, + [1254] = 1254, + [1255] = 1255, + [1256] = 1254, + [1257] = 189, + [1258] = 197, + [1259] = 198, + [1260] = 199, + [1261] = 201, + [1262] = 202, + [1263] = 1255, + [1264] = 190, + [1265] = 191, + [1266] = 1255, + [1267] = 192, + [1268] = 194, + [1269] = 1254, + [1270] = 200, + [1271] = 1254, + [1272] = 253, + [1273] = 1255, + [1274] = 1254, + [1275] = 1255, + [1276] = 1254, + [1277] = 1255, + [1278] = 1255, + [1279] = 1254, + [1280] = 1255, + [1281] = 195, + [1282] = 1255, + [1283] = 1254, + [1284] = 1254, + [1285] = 1255, + [1286] = 1255, + [1287] = 1254, + [1288] = 1254, + [1289] = 1255, + [1290] = 1254, + [1291] = 1255, + [1292] = 1254, + [1293] = 1255, + [1294] = 1254, + [1295] = 215, + [1296] = 253, + [1297] = 215, + [1298] = 54, + [1299] = 1299, + [1300] = 1300, + [1301] = 1301, + [1302] = 253, + [1303] = 1300, + [1304] = 1300, + [1305] = 1300, + [1306] = 1300, + [1307] = 192, + [1308] = 194, + [1309] = 189, + [1310] = 190, + [1311] = 191, + [1312] = 192, + [1313] = 194, + [1314] = 197, + [1315] = 198, + [1316] = 200, + [1317] = 199, + [1318] = 201, + [1319] = 202, + [1320] = 195, + [1321] = 5, + [1322] = 6, + [1323] = 4, + [1324] = 1324, + [1325] = 191, + [1326] = 190, + [1327] = 189, + [1328] = 197, + [1329] = 198, + [1330] = 199, + [1331] = 201, + [1332] = 1332, + [1333] = 202, + [1334] = 195, + [1335] = 200, + [1336] = 1336, + [1337] = 1336, + [1338] = 2, + [1339] = 1336, + [1340] = 1336, + [1341] = 1341, + [1342] = 1341, + [1343] = 215, + [1344] = 18, + [1345] = 215, + [1346] = 20, + [1347] = 1341, + [1348] = 16, + [1349] = 1341, + [1350] = 1341, + [1351] = 1336, + [1352] = 54, + [1353] = 197, + [1354] = 192, + [1355] = 191, + [1356] = 190, + [1357] = 189, + [1358] = 197, + [1359] = 198, + [1360] = 199, + [1361] = 201, + [1362] = 202, + [1363] = 195, + [1364] = 12, + [1365] = 1324, + [1366] = 2, + [1367] = 12, + [1368] = 199, + [1369] = 253, + [1370] = 11, + [1371] = 13, + [1372] = 200, + [1373] = 198, + [1374] = 27, + [1375] = 15, + [1376] = 9, + [1377] = 194, + [1378] = 189, + [1379] = 19, + [1380] = 14, + [1381] = 25, + [1382] = 190, + [1383] = 11, + [1384] = 191, + [1385] = 10, + [1386] = 192, + [1387] = 8, + [1388] = 3, + [1389] = 194, + [1390] = 195, [1391] = 202, - [1392] = 201, - [1393] = 191, - [1394] = 25, - [1395] = 24, + [1392] = 7, + [1393] = 200, + [1394] = 253, + [1395] = 201, [1396] = 1396, - [1397] = 3, - [1398] = 24, - [1399] = 1399, - [1400] = 199, - [1401] = 191, - [1402] = 201, - [1403] = 199, - [1404] = 198, - [1405] = 197, - [1406] = 21, - [1407] = 259, - [1408] = 27, - [1409] = 1323, - [1410] = 1410, - [1411] = 2, - [1412] = 202, - [1413] = 195, - [1414] = 205, - [1415] = 204, - [1416] = 203, + [1397] = 8, + [1398] = 9, + [1399] = 17, + [1400] = 10, + [1401] = 22, + [1402] = 2, + [1403] = 202, + [1404] = 24, + [1405] = 201, + [1406] = 199, + [1407] = 1407, + [1408] = 198, + [1409] = 197, + [1410] = 215, + [1411] = 189, + [1412] = 190, + [1413] = 191, + [1414] = 192, + [1415] = 1415, + [1416] = 194, [1417] = 200, - [1418] = 22, - [1419] = 2, - [1420] = 217, - [1421] = 196, - [1422] = 201, - [1423] = 44, - [1424] = 30, - [1425] = 53, - [1426] = 191, - [1427] = 203, - [1428] = 202, - [1429] = 205, - [1430] = 35, - [1431] = 29, - [1432] = 42, - [1433] = 204, - [1434] = 195, - [1435] = 50, - [1436] = 199, - [1437] = 33, - [1438] = 217, - [1439] = 28, - [1440] = 200, - [1441] = 47, - [1442] = 45, - [1443] = 34, - [1444] = 38, - [1445] = 259, - [1446] = 40, - [1447] = 3, - [1448] = 2, - [1449] = 36, - [1450] = 2, - [1451] = 1451, - [1452] = 31, - [1453] = 217, - [1454] = 52, - [1455] = 37, - [1456] = 2, - [1457] = 51, - [1458] = 49, - [1459] = 48, - [1460] = 196, - [1461] = 46, - [1462] = 43, - [1463] = 197, - [1464] = 32, - [1465] = 3, - [1466] = 198, - [1467] = 41, - [1468] = 39, - [1469] = 1469, - [1470] = 1470, - [1471] = 217, - [1472] = 200, - [1473] = 3, - [1474] = 203, - [1475] = 1475, - [1476] = 1476, - [1477] = 204, - [1478] = 205, - [1479] = 202, - [1480] = 1480, - [1481] = 3, - [1482] = 201, - [1483] = 191, - [1484] = 199, - [1485] = 198, - [1486] = 1469, - [1487] = 1487, + [1418] = 24, + [1419] = 215, + [1420] = 3, + [1421] = 195, + [1422] = 21, + [1423] = 1423, + [1424] = 2, + [1425] = 23, + [1426] = 26, + [1427] = 42, + [1428] = 40, + [1429] = 31, + [1430] = 32, + [1431] = 33, + [1432] = 34, + [1433] = 200, + [1434] = 194, + [1435] = 46, + [1436] = 1436, + [1437] = 49, + [1438] = 1324, + [1439] = 45, + [1440] = 191, + [1441] = 197, + [1442] = 43, + [1443] = 35, + [1444] = 52, + [1445] = 28, + [1446] = 192, + [1447] = 44, + [1448] = 53, + [1449] = 195, + [1450] = 202, + [1451] = 29, + [1452] = 201, + [1453] = 50, + [1454] = 48, + [1455] = 199, + [1456] = 198, + [1457] = 197, + [1458] = 189, + [1459] = 190, + [1460] = 30, + [1461] = 3, + [1462] = 191, + [1463] = 192, + [1464] = 189, + [1465] = 1465, + [1466] = 253, + [1467] = 194, + [1468] = 41, + [1469] = 200, + [1470] = 2, + [1471] = 190, + [1472] = 39, + [1473] = 198, + [1474] = 2, + [1475] = 38, + [1476] = 3, + [1477] = 37, + [1478] = 36, + [1479] = 51, + [1480] = 195, + [1481] = 215, + [1482] = 2, + [1483] = 253, + [1484] = 202, + [1485] = 201, + [1486] = 47, + [1487] = 199, [1488] = 3, - [1489] = 1476, - [1490] = 1475, - [1491] = 259, - [1492] = 1470, - [1493] = 1487, - [1494] = 197, - [1495] = 196, - [1496] = 195, - [1497] = 1323, - [1498] = 1470, - [1499] = 259, - [1500] = 1487, - [1501] = 1469, - [1502] = 1470, - [1503] = 1503, - [1504] = 1487, - [1505] = 1469, - [1506] = 1480, - [1507] = 1507, - [1508] = 203, - [1509] = 204, - [1510] = 205, - [1511] = 202, - [1512] = 201, - [1513] = 217, - [1514] = 200, + [1489] = 215, + [1490] = 3, + [1491] = 3, + [1492] = 1492, + [1493] = 253, + [1494] = 215, + [1495] = 197, + [1496] = 1496, + [1497] = 1497, + [1498] = 194, + [1499] = 1499, + [1500] = 192, + [1501] = 198, + [1502] = 199, + [1503] = 201, + [1504] = 202, + [1505] = 195, + [1506] = 191, + [1507] = 190, + [1508] = 189, + [1509] = 1509, + [1510] = 1510, + [1511] = 200, + [1512] = 1512, + [1513] = 1509, + [1514] = 1496, [1515] = 4, - [1516] = 6, - [1517] = 1517, - [1518] = 5, - [1519] = 191, - [1520] = 199, - [1521] = 198, - [1522] = 197, - [1523] = 1523, - [1524] = 196, - [1525] = 195, - [1526] = 1526, - [1527] = 259, - [1528] = 1528, - [1529] = 1529, - [1530] = 1530, - [1531] = 1531, - [1532] = 1532, + [1516] = 1510, + [1517] = 1496, + [1518] = 253, + [1519] = 6, + [1520] = 5, + [1521] = 1510, + [1522] = 1522, + [1523] = 1509, + [1524] = 1496, + [1525] = 1525, + [1526] = 1509, + [1527] = 1527, + [1528] = 1510, + [1529] = 253, + [1530] = 1497, + [1531] = 1499, + [1532] = 1525, [1533] = 1533, - [1534] = 1534, - [1535] = 1535, - [1536] = 1536, - [1537] = 1537, - [1538] = 1538, - [1539] = 1539, - [1540] = 1540, - [1541] = 1541, - [1542] = 1542, - [1543] = 1543, - [1544] = 1544, - [1545] = 1545, - [1546] = 1546, + [1534] = 189, + [1535] = 199, + [1536] = 194, + [1537] = 200, + [1538] = 4, + [1539] = 195, + [1540] = 202, + [1541] = 201, + [1542] = 199, + [1543] = 198, + [1544] = 197, + [1545] = 190, + [1546] = 191, [1547] = 1547, - [1548] = 1548, - [1549] = 1549, - [1550] = 1550, - [1551] = 1551, - [1552] = 1552, - [1553] = 1553, - [1554] = 1554, - [1555] = 1555, - [1556] = 1556, - [1557] = 1557, + [1548] = 192, + [1549] = 194, + [1550] = 200, + [1551] = 6, + [1552] = 5, + [1553] = 191, + [1554] = 200, + [1555] = 190, + [1556] = 189, + [1557] = 197, [1558] = 1558, - [1559] = 1559, - [1560] = 1543, - [1561] = 1561, + [1559] = 194, + [1560] = 192, + [1561] = 198, [1562] = 1562, - [1563] = 1563, - [1564] = 1564, - [1565] = 1565, - [1566] = 205, - [1567] = 1567, - [1568] = 1568, - [1569] = 1569, - [1570] = 1570, - [1571] = 1571, - [1572] = 1572, - [1573] = 1573, - [1574] = 1561, - [1575] = 1562, - [1576] = 1565, - [1577] = 201, - [1578] = 202, - [1579] = 1579, - [1580] = 1580, - [1581] = 204, - [1582] = 203, - [1583] = 1583, - [1584] = 1584, - [1585] = 1585, - [1586] = 1586, - [1587] = 1587, - [1588] = 1588, - [1589] = 1589, - [1590] = 1590, - [1591] = 1591, - [1592] = 1592, - [1593] = 1593, + [1563] = 192, + [1564] = 201, + [1565] = 202, + [1566] = 191, + [1567] = 18, + [1568] = 190, + [1569] = 189, + [1570] = 20, + [1571] = 195, + [1572] = 1527, + [1573] = 16, + [1574] = 1558, + [1575] = 200, + [1576] = 194, + [1577] = 192, + [1578] = 191, + [1579] = 190, + [1580] = 189, + [1581] = 1547, + [1582] = 199, + [1583] = 197, + [1584] = 198, + [1585] = 198, + [1586] = 197, + [1587] = 199, + [1588] = 201, + [1589] = 202, + [1590] = 195, + [1591] = 195, + [1592] = 202, + [1593] = 201, [1594] = 1594, [1595] = 1595, - [1596] = 1595, - [1597] = 1597, - [1598] = 1598, - [1599] = 1599, - [1600] = 1600, - [1601] = 1601, - [1602] = 1602, - [1603] = 1603, - [1604] = 1604, - [1605] = 1605, - [1606] = 1606, - [1607] = 1607, - [1608] = 1608, - [1609] = 1609, - [1610] = 1610, - [1611] = 1611, - [1612] = 1612, - [1613] = 1613, - [1614] = 1614, - [1615] = 1615, - [1616] = 1616, + [1596] = 1596, + [1597] = 1596, + [1598] = 1596, + [1599] = 4, + [1600] = 1596, + [1601] = 195, + [1602] = 202, + [1603] = 201, + [1604] = 199, + [1605] = 198, + [1606] = 197, + [1607] = 189, + [1608] = 190, + [1609] = 191, + [1610] = 192, + [1611] = 6, + [1612] = 194, + [1613] = 5, + [1614] = 200, + [1615] = 12, + [1616] = 8, [1617] = 1617, [1618] = 1618, [1619] = 1619, [1620] = 1620, [1621] = 1621, [1622] = 1622, - [1623] = 1620, - [1624] = 1621, - [1625] = 1622, - [1626] = 1626, - [1627] = 1627, + [1623] = 1623, + [1624] = 1624, + [1625] = 1625, + [1626] = 9, + [1627] = 10, [1628] = 1628, [1629] = 1629, [1630] = 1630, [1631] = 1631, [1632] = 1632, [1633] = 1633, - [1634] = 1634, - [1635] = 1635, - [1636] = 1636, + [1634] = 11, + [1635] = 5, + [1636] = 6, [1637] = 1637, - [1638] = 1628, - [1639] = 1629, - [1640] = 1630, + [1638] = 1638, + [1639] = 1639, + [1640] = 1640, [1641] = 1641, [1642] = 1642, [1643] = 1643, [1644] = 1644, - [1645] = 1645, + [1645] = 4, [1646] = 1646, [1647] = 1647, [1648] = 1648, @@ -5863,130 +5898,130 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1652] = 1652, [1653] = 1653, [1654] = 1654, - [1655] = 1655, + [1655] = 215, [1656] = 1656, - [1657] = 1657, + [1657] = 8, [1658] = 1658, - [1659] = 200, + [1659] = 1659, [1660] = 1660, - [1661] = 1661, - [1662] = 1662, - [1663] = 1663, - [1664] = 1652, - [1665] = 1665, + [1661] = 10, + [1662] = 11, + [1663] = 215, + [1664] = 16, + [1665] = 1646, [1666] = 1653, - [1667] = 1654, - [1668] = 1668, - [1669] = 1669, - [1670] = 1670, + [1667] = 1667, + [1668] = 1658, + [1669] = 1646, + [1670] = 1658, [1671] = 1671, - [1672] = 1672, - [1673] = 1673, - [1674] = 1674, - [1675] = 259, - [1676] = 1676, - [1677] = 1677, + [1672] = 1658, + [1673] = 1646, + [1674] = 1653, + [1675] = 1658, + [1676] = 1596, + [1677] = 1653, [1678] = 1678, [1679] = 1679, - [1680] = 1658, - [1681] = 1660, + [1680] = 1680, + [1681] = 1617, [1682] = 1682, [1683] = 1683, - [1684] = 1684, - [1685] = 1663, + [1684] = 1618, + [1685] = 1620, [1686] = 1686, - [1687] = 1665, - [1688] = 1688, - [1689] = 1689, + [1687] = 1687, + [1688] = 1621, + [1689] = 1622, [1690] = 1690, - [1691] = 1674, + [1691] = 1691, [1692] = 1692, [1693] = 1693, - [1694] = 1694, - [1695] = 1695, - [1696] = 1696, + [1694] = 1623, + [1695] = 1624, + [1696] = 1625, [1697] = 1697, [1698] = 1698, - [1699] = 1528, + [1699] = 1699, [1700] = 1700, - [1701] = 1580, - [1702] = 1529, - [1703] = 1688, - [1704] = 1684, - [1705] = 1683, - [1706] = 1700, - [1707] = 1682, - [1708] = 191, - [1709] = 1679, - [1710] = 1673, - [1711] = 1672, - [1712] = 1669, - [1713] = 1698, - [1714] = 1539, - [1715] = 1696, - [1716] = 1668, - [1717] = 1662, - [1718] = 1661, - [1719] = 1695, - [1720] = 1657, - [1721] = 1694, + [1701] = 1701, + [1702] = 1702, + [1703] = 1703, + [1704] = 1704, + [1705] = 1705, + [1706] = 1628, + [1707] = 1629, + [1708] = 1630, + [1709] = 1631, + [1710] = 1632, + [1711] = 1633, + [1712] = 1712, + [1713] = 1713, + [1714] = 1671, + [1715] = 1715, + [1716] = 1716, + [1717] = 1717, + [1718] = 1718, + [1719] = 1719, + [1720] = 1720, + [1721] = 1721, [1722] = 1722, - [1723] = 1655, - [1724] = 1649, - [1725] = 1647, - [1726] = 1646, - [1727] = 1642, - [1728] = 1641, + [1723] = 1723, + [1724] = 1724, + [1725] = 1725, + [1726] = 1726, + [1727] = 1727, + [1728] = 1728, [1729] = 1729, - [1730] = 1619, - [1731] = 1617, - [1732] = 195, - [1733] = 1608, - [1734] = 1604, - [1735] = 1600, - [1736] = 1598, - [1737] = 1597, - [1738] = 1548, - [1739] = 1739, + [1730] = 1637, + [1731] = 1638, + [1732] = 1639, + [1733] = 1640, + [1734] = 1734, + [1735] = 1641, + [1736] = 1642, + [1737] = 1737, + [1738] = 1643, + [1739] = 1644, [1740] = 1740, - [1741] = 1740, - [1742] = 1591, - [1743] = 1588, - [1744] = 1584, - [1745] = 1583, - [1746] = 1579, - [1747] = 1573, - [1748] = 1554, - [1749] = 1569, - [1750] = 195, - [1751] = 1568, - [1752] = 196, - [1753] = 197, + [1741] = 1741, + [1742] = 200, + [1743] = 1743, + [1744] = 1744, + [1745] = 1745, + [1746] = 1746, + [1747] = 1747, + [1748] = 1748, + [1749] = 1749, + [1750] = 1750, + [1751] = 1751, + [1752] = 1752, + [1753] = 1753, [1754] = 1754, - [1755] = 1557, - [1756] = 8, + [1755] = 1755, + [1756] = 1756, [1757] = 1757, - [1758] = 1545, - [1759] = 198, - [1760] = 1538, - [1761] = 1536, - [1762] = 1762, - [1763] = 199, - [1764] = 16, - [1765] = 1533, - [1766] = 191, - [1767] = 1531, - [1768] = 201, - [1769] = 1769, - [1770] = 1610, - [1771] = 1771, - [1772] = 1690, - [1773] = 1773, - [1774] = 1774, + [1758] = 1758, + [1759] = 1759, + [1760] = 1760, + [1761] = 1761, + [1762] = 1654, + [1763] = 1656, + [1764] = 1764, + [1765] = 1765, + [1766] = 1647, + [1767] = 1767, + [1768] = 1768, + [1769] = 1648, + [1770] = 1649, + [1771] = 1650, + [1772] = 1772, + [1773] = 1651, + [1774] = 1652, [1775] = 1775, [1776] = 1776, [1777] = 1777, - [1778] = 1778, + [1778] = 1595, [1779] = 1779, [1780] = 1780, [1781] = 1781, @@ -5994,1554 +6029,1554 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1783] = 1783, [1784] = 1784, [1785] = 1785, - [1786] = 202, - [1787] = 1697, - [1788] = 1546, + [1786] = 1786, + [1787] = 1787, + [1788] = 1788, [1789] = 1789, - [1790] = 205, + [1790] = 1790, [1791] = 1791, [1792] = 1792, [1793] = 1793, [1794] = 1794, - [1795] = 204, + [1795] = 1795, [1796] = 1796, [1797] = 1797, - [1798] = 203, - [1799] = 200, + [1798] = 1798, + [1799] = 1799, [1800] = 1800, [1801] = 1801, - [1802] = 1540, + [1802] = 1802, [1803] = 1803, [1804] = 1804, - [1805] = 1805, - [1806] = 1769, - [1807] = 1762, - [1808] = 1757, - [1809] = 1754, - [1810] = 1729, - [1811] = 1722, - [1812] = 1656, - [1813] = 1611, + [1805] = 1659, + [1806] = 1660, + [1807] = 1807, + [1808] = 1808, + [1809] = 1809, + [1810] = 1810, + [1811] = 1811, + [1812] = 1812, + [1813] = 1813, [1814] = 1814, [1815] = 1815, [1816] = 1816, - [1817] = 1739, - [1818] = 1530, - [1819] = 1532, - [1820] = 1534, - [1821] = 1535, - [1822] = 1537, - [1823] = 1541, - [1824] = 1542, - [1825] = 1616, - [1826] = 1544, - [1827] = 1547, - [1828] = 1771, - [1829] = 1773, - [1830] = 1804, - [1831] = 1549, - [1832] = 4, - [1833] = 1550, - [1834] = 1834, - [1835] = 1835, - [1836] = 1803, - [1837] = 1551, - [1838] = 1552, - [1839] = 1553, - [1840] = 1555, - [1841] = 1556, - [1842] = 1558, - [1843] = 1559, - [1844] = 196, - [1845] = 197, - [1846] = 1567, - [1847] = 1570, - [1848] = 1571, - [1849] = 1572, - [1850] = 198, - [1851] = 1585, - [1852] = 1586, - [1853] = 1587, - [1854] = 1589, - [1855] = 1590, - [1856] = 1592, - [1857] = 1593, - [1858] = 1594, - [1859] = 1599, - [1860] = 1601, - [1861] = 1602, - [1862] = 199, - [1863] = 1603, - [1864] = 1517, - [1865] = 1605, - [1866] = 1606, - [1867] = 191, - [1868] = 201, - [1869] = 1607, - [1870] = 1609, - [1871] = 1816, - [1872] = 1815, - [1873] = 1612, - [1874] = 1613, - [1875] = 1614, - [1876] = 1615, - [1877] = 1801, - [1878] = 1618, - [1879] = 1814, - [1880] = 1805, - [1881] = 202, - [1882] = 1791, - [1883] = 205, - [1884] = 1797, - [1885] = 204, - [1886] = 1796, - [1887] = 203, - [1888] = 1626, - [1889] = 1627, - [1890] = 200, - [1891] = 1891, - [1892] = 1631, - [1893] = 1632, - [1894] = 1633, - [1895] = 1634, - [1896] = 1635, - [1897] = 5, - [1898] = 1636, - [1899] = 1637, - [1900] = 1800, - [1901] = 6, - [1902] = 1643, - [1903] = 1644, - [1904] = 1645, - [1905] = 1648, - [1906] = 1906, - [1907] = 1650, - [1908] = 1651, - [1909] = 1789, - [1910] = 1794, - [1911] = 1793, - [1912] = 1686, - [1913] = 1792, - [1914] = 1785, - [1915] = 1784, - [1916] = 1783, - [1917] = 1782, - [1918] = 1781, - [1919] = 1780, - [1920] = 1779, - [1921] = 1778, - [1922] = 1777, - [1923] = 1776, - [1924] = 1775, - [1925] = 1834, - [1926] = 1563, - [1927] = 1835, - [1928] = 195, - [1929] = 196, - [1930] = 1774, - [1931] = 197, - [1932] = 1671, - [1933] = 1670, - [1934] = 13, - [1935] = 1564, - [1936] = 198, - [1937] = 1937, - [1938] = 1938, - [1939] = 1939, - [1940] = 1693, - [1941] = 1692, - [1942] = 199, - [1943] = 1943, - [1944] = 1689, - [1945] = 1678, - [1946] = 1677, - [1947] = 1676, - [1948] = 1948, - [1949] = 1545, - [1950] = 196, - [1951] = 1682, - [1952] = 1683, - [1953] = 1684, - [1954] = 1663, - [1955] = 1665, - [1956] = 1688, - [1957] = 1529, - [1958] = 1674, - [1959] = 1580, - [1960] = 1700, - [1961] = 1528, - [1962] = 1698, - [1963] = 1696, - [1964] = 1695, - [1965] = 1694, - [1966] = 1634, - [1967] = 1538, - [1968] = 1633, - [1969] = 1722, - [1970] = 1769, - [1971] = 1559, - [1972] = 1632, - [1973] = 1762, - [1974] = 19, - [1975] = 1757, - [1976] = 1678, - [1977] = 1671, - [1978] = 1670, - [1979] = 1607, - [1980] = 1631, - [1981] = 1583, - [1982] = 1658, - [1983] = 1563, - [1984] = 1539, - [1985] = 10, - [1986] = 26, - [1987] = 1679, - [1988] = 1673, - [1989] = 1672, - [1990] = 1669, - [1991] = 1668, - [1992] = 1654, - [1993] = 15, - [1994] = 1540, - [1995] = 1653, - [1996] = 1564, - [1997] = 1652, - [1998] = 1662, - [1999] = 1661, - [2000] = 1754, - [2001] = 1545, - [2002] = 1729, - [2003] = 1650, - [2004] = 1657, - [2005] = 1558, - [2006] = 1655, - [2007] = 1649, - [2008] = 1647, - [2009] = 1646, - [2010] = 1642, - [2011] = 1641, - [2012] = 1630, - [2013] = 1629, - [2014] = 1606, - [2015] = 1628, - [2016] = 1622, - [2017] = 1621, - [2018] = 1620, - [2019] = 1619, - [2020] = 1617, - [2021] = 1608, - [2022] = 1604, - [2023] = 1605, - [2024] = 1600, - [2025] = 1598, - [2026] = 1597, - [2027] = 1595, - [2028] = 1651, - [2029] = 1546, - [2030] = 1556, - [2031] = 1740, - [2032] = 1554, - [2033] = 1557, - [2034] = 1591, - [2035] = 1588, - [2036] = 1584, - [2037] = 1803, - [2038] = 1579, - [2039] = 1627, - [2040] = 1567, - [2041] = 1573, - [2042] = 1603, - [2043] = 1569, - [2044] = 1568, - [2045] = 1565, - [2046] = 1562, - [2047] = 1561, - [2048] = 1543, - [2049] = 1557, - [2050] = 1602, - [2051] = 1554, - [2052] = 1546, - [2053] = 2053, - [2054] = 1540, - [2055] = 1539, - [2056] = 1656, - [2057] = 1538, - [2058] = 1536, - [2059] = 195, - [2060] = 196, - [2061] = 197, - [2062] = 1555, - [2063] = 200, - [2064] = 1533, - [2065] = 1531, - [2066] = 1610, - [2067] = 1771, - [2068] = 1690, - [2069] = 1773, - [2070] = 198, - [2071] = 1774, - [2072] = 1775, - [2073] = 1543, - [2074] = 1561, - [2075] = 1601, - [2076] = 14, - [2077] = 1562, - [2078] = 1565, - [2079] = 1536, - [2080] = 1776, - [2081] = 1777, - [2082] = 1778, - [2083] = 1779, - [2084] = 1780, - [2085] = 1781, - [2086] = 1782, - [2087] = 1783, - [2088] = 199, - [2089] = 1784, - [2090] = 1785, - [2091] = 191, - [2092] = 1677, - [2093] = 1609, - [2094] = 1568, - [2095] = 1792, - [2096] = 1690, - [2097] = 1793, - [2098] = 1614, - [2099] = 1794, - [2100] = 1789, - [2101] = 1796, - [2102] = 1797, - [2103] = 1791, - [2104] = 1805, - [2105] = 1814, - [2106] = 1801, - [2107] = 1815, - [2108] = 1816, - [2109] = 1594, - [2110] = 1804, - [2111] = 201, - [2112] = 1769, - [2113] = 1762, - [2114] = 1599, - [2115] = 1757, - [2116] = 1754, - [2117] = 16, - [2118] = 1729, - [2119] = 1722, - [2120] = 8, - [2121] = 217, - [2122] = 1569, - [2123] = 1656, - [2124] = 1611, - [2125] = 1594, - [2126] = 1739, - [2127] = 1530, - [2128] = 1532, - [2129] = 1534, - [2130] = 1535, - [2131] = 1537, - [2132] = 1541, - [2133] = 1542, - [2134] = 202, - [2135] = 1544, - [2136] = 205, - [2137] = 1547, - [2138] = 4, - [2139] = 1548, - [2140] = 1611, - [2141] = 1549, - [2142] = 1550, - [2143] = 1551, - [2144] = 1552, - [2145] = 1553, - [2146] = 204, - [2147] = 203, - [2148] = 1555, - [2149] = 1556, - [2150] = 1558, - [2151] = 1559, - [2152] = 1563, - [2153] = 1564, - [2154] = 1542, - [2155] = 1567, - [2156] = 1570, - [2157] = 1571, - [2158] = 1572, - [2159] = 1693, - [2160] = 1573, - [2161] = 1612, - [2162] = 1579, - [2163] = 1533, - [2164] = 2164, - [2165] = 1585, - [2166] = 1586, - [2167] = 1587, - [2168] = 1739, - [2169] = 1589, - [2170] = 1590, - [2171] = 1592, - [2172] = 1593, - [2173] = 1650, - [2174] = 1599, - [2175] = 1553, - [2176] = 200, - [2177] = 1601, - [2178] = 1602, - [2179] = 1603, - [2180] = 1593, - [2181] = 1592, - [2182] = 2053, - [2183] = 1605, - [2184] = 1606, - [2185] = 1570, - [2186] = 1571, - [2187] = 1607, - [2188] = 9, - [2189] = 1609, - [2190] = 1612, - [2191] = 1613, - [2192] = 1614, - [2193] = 1615, - [2194] = 1616, - [2195] = 1618, - [2196] = 1692, - [2197] = 2197, - [2198] = 1590, - [2199] = 1583, - [2200] = 1589, - [2201] = 203, - [2202] = 1531, - [2203] = 204, - [2204] = 205, - [2205] = 202, - [2206] = 1572, - [2207] = 201, - [2208] = 1584, - [2209] = 1588, - [2210] = 1591, - [2211] = 1626, + [1817] = 1817, + [1818] = 1818, + [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] = 1667, + [1832] = 1594, + [1833] = 194, + [1834] = 192, + [1835] = 191, + [1836] = 190, + [1837] = 189, + [1838] = 215, + [1839] = 1839, + [1840] = 1840, + [1841] = 1653, + [1842] = 1842, + [1843] = 1843, + [1844] = 1844, + [1845] = 1845, + [1846] = 1846, + [1847] = 1847, + [1848] = 1848, + [1849] = 18, + [1850] = 20, + [1851] = 1851, + [1852] = 1852, + [1853] = 1853, + [1854] = 1854, + [1855] = 54, + [1856] = 1856, + [1857] = 1857, + [1858] = 19, + [1859] = 197, + [1860] = 198, + [1861] = 199, + [1862] = 201, + [1863] = 202, + [1864] = 1864, + [1865] = 1865, + [1866] = 195, + [1867] = 1867, + [1868] = 1868, + [1869] = 1869, + [1870] = 1870, + [1871] = 1871, + [1872] = 1872, + [1873] = 15, + [1874] = 27, + [1875] = 1868, + [1876] = 1865, + [1877] = 1864, + [1878] = 1678, + [1879] = 1679, + [1880] = 1680, + [1881] = 1682, + [1882] = 1683, + [1883] = 13, + [1884] = 1686, + [1885] = 1687, + [1886] = 1690, + [1887] = 1691, + [1888] = 1888, + [1889] = 1889, + [1890] = 1872, + [1891] = 1871, + [1892] = 1870, + [1893] = 1692, + [1894] = 1693, + [1895] = 1697, + [1896] = 1646, + [1897] = 1869, + [1898] = 1867, + [1899] = 1698, + [1900] = 1699, + [1901] = 1700, + [1902] = 1701, + [1903] = 1702, + [1904] = 1703, + [1905] = 1704, + [1906] = 1705, + [1907] = 1712, + [1908] = 1713, + [1909] = 14, + [1910] = 25, + [1911] = 1715, + [1912] = 1716, + [1913] = 1717, + [1914] = 1718, + [1915] = 1719, + [1916] = 1720, + [1917] = 17, + [1918] = 1721, + [1919] = 1722, + [1920] = 1723, + [1921] = 1724, + [1922] = 1725, + [1923] = 1726, + [1924] = 1727, + [1925] = 1728, + [1926] = 1729, + [1927] = 1734, + [1928] = 1737, + [1929] = 1740, + [1930] = 1857, + [1931] = 1856, + [1932] = 1741, + [1933] = 1854, + [1934] = 1853, + [1935] = 1852, + [1936] = 1851, + [1937] = 1743, + [1938] = 1744, + [1939] = 1745, + [1940] = 1848, + [1941] = 1847, + [1942] = 1846, + [1943] = 1845, + [1944] = 1844, + [1945] = 1843, + [1946] = 1842, + [1947] = 1746, + [1948] = 1747, + [1949] = 1748, + [1950] = 1840, + [1951] = 1839, + [1952] = 1749, + [1953] = 1750, + [1954] = 1751, + [1955] = 1955, + [1956] = 1752, + [1957] = 1753, + [1958] = 1754, + [1959] = 1755, + [1960] = 1756, + [1961] = 1757, + [1962] = 1758, + [1963] = 1759, + [1964] = 1760, + [1965] = 1965, + [1966] = 1761, + [1967] = 1830, + [1968] = 1829, + [1969] = 1828, + [1970] = 1827, + [1971] = 1764, + [1972] = 1765, + [1973] = 1826, + [1974] = 1767, + [1975] = 1825, + [1976] = 1768, + [1977] = 1772, + [1978] = 1824, + [1979] = 1823, + [1980] = 1775, + [1981] = 1776, + [1982] = 1822, + [1983] = 1777, + [1984] = 1821, + [1985] = 1820, + [1986] = 1819, + [1987] = 1818, + [1988] = 1817, + [1989] = 1816, + [1990] = 1815, + [1991] = 1814, + [1992] = 1813, + [1993] = 1812, + [1994] = 1811, + [1995] = 1995, + [1996] = 7, + [1997] = 1810, + [1998] = 1809, + [1999] = 1808, + [2000] = 1807, + [2001] = 1804, + [2002] = 1803, + [2003] = 1802, + [2004] = 1801, + [2005] = 1800, + [2006] = 1799, + [2007] = 1798, + [2008] = 1797, + [2009] = 1796, + [2010] = 1795, + [2011] = 1794, + [2012] = 1793, + [2013] = 1792, + [2014] = 1791, + [2015] = 1790, + [2016] = 1789, + [2017] = 1788, + [2018] = 1787, + [2019] = 1786, + [2020] = 1785, + [2021] = 1784, + [2022] = 1783, + [2023] = 1782, + [2024] = 1781, + [2025] = 1780, + [2026] = 1779, + [2027] = 1851, + [2028] = 1798, + [2029] = 1846, + [2030] = 1651, + [2031] = 1845, + [2032] = 1660, + [2033] = 1775, + [2034] = 2034, + [2035] = 2035, + [2036] = 1864, + [2037] = 1687, + [2038] = 1772, + [2039] = 16, + [2040] = 1865, + [2041] = 194, + [2042] = 1749, + [2043] = 2043, + [2044] = 1727, + [2045] = 1650, + [2046] = 1649, + [2047] = 200, + [2048] = 1869, + [2049] = 1867, + [2050] = 197, + [2051] = 1777, + [2052] = 1639, + [2053] = 1648, + [2054] = 192, + [2055] = 12, + [2056] = 1640, + [2057] = 1828, + [2058] = 1686, + [2059] = 191, + [2060] = 1734, + [2061] = 1659, + [2062] = 1768, + [2063] = 1641, + [2064] = 190, + [2065] = 1652, + [2066] = 189, + [2067] = 197, + [2068] = 198, + [2069] = 199, + [2070] = 9, + [2071] = 201, + [2072] = 202, + [2073] = 2034, + [2074] = 1767, + [2075] = 1647, + [2076] = 1776, + [2077] = 195, + [2078] = 1844, + [2079] = 1843, + [2080] = 1808, + [2081] = 1809, + [2082] = 1842, + [2083] = 1868, + [2084] = 2034, + [2085] = 2034, + [2086] = 1642, + [2087] = 1737, + [2088] = 1810, + [2089] = 1621, + [2090] = 1765, + [2091] = 20, + [2092] = 1864, + [2093] = 18, + [2094] = 1870, + [2095] = 1643, + [2096] = 2034, + [2097] = 1872, + [2098] = 1871, + [2099] = 200, + [2100] = 1748, + [2101] = 1747, + [2102] = 54, + [2103] = 1764, + [2104] = 1746, + [2105] = 194, + [2106] = 192, + [2107] = 1827, + [2108] = 191, + [2109] = 2109, + [2110] = 190, + [2111] = 189, + [2112] = 1622, + [2113] = 198, + [2114] = 199, + [2115] = 201, + [2116] = 24, + [2117] = 1871, + [2118] = 1622, + [2119] = 1804, + [2120] = 1728, + [2121] = 1644, + [2122] = 1872, + [2123] = 195, + [2124] = 202, + [2125] = 202, + [2126] = 1857, + [2127] = 1856, + [2128] = 1745, + [2129] = 201, + [2130] = 195, + [2131] = 199, + [2132] = 198, + [2133] = 1853, + [2134] = 197, + [2135] = 1847, + [2136] = 1854, + [2137] = 1848, + [2138] = 1853, + [2139] = 189, + [2140] = 190, + [2141] = 1744, + [2142] = 191, + [2143] = 1852, + [2144] = 1851, + [2145] = 1743, + [2146] = 1848, + [2147] = 192, + [2148] = 1620, + [2149] = 194, + [2150] = 1847, + [2151] = 200, + [2152] = 1595, + [2153] = 1779, + [2154] = 1846, + [2155] = 1811, + [2156] = 1845, + [2157] = 18, + [2158] = 20, + [2159] = 1780, + [2160] = 1844, + [2161] = 1843, + [2162] = 1803, + [2163] = 1842, + [2164] = 1699, + [2165] = 1638, + [2166] = 1781, + [2167] = 1829, + [2168] = 1750, + [2169] = 2169, + [2170] = 1782, + [2171] = 1840, + [2172] = 1839, + [2173] = 1783, + [2174] = 16, + [2175] = 1802, + [2176] = 253, + [2177] = 1839, + [2178] = 1761, + [2179] = 1784, + [2180] = 8, + [2181] = 1812, + [2182] = 26, + [2183] = 1785, + [2184] = 1690, + [2185] = 1786, + [2186] = 1787, + [2187] = 1788, + [2188] = 1789, + [2189] = 1691, + [2190] = 1751, + [2191] = 1692, + [2192] = 5, + [2193] = 23, + [2194] = 1801, + [2195] = 1790, + [2196] = 2169, + [2197] = 1852, + [2198] = 1854, + [2199] = 6, + [2200] = 1830, + [2201] = 195, + [2202] = 1813, + [2203] = 1678, + [2204] = 1679, + [2205] = 1680, + [2206] = 1617, + [2207] = 1637, + [2208] = 202, + [2209] = 201, + [2210] = 1800, + [2211] = 22, [2212] = 1740, - [2213] = 1595, - [2214] = 1597, - [2215] = 1627, - [2216] = 1530, - [2217] = 17, - [2218] = 1631, - [2219] = 1632, - [2220] = 1633, - [2221] = 1634, - [2222] = 1532, - [2223] = 1635, - [2224] = 1636, - [2225] = 1637, - [2226] = 1598, - [2227] = 1534, - [2228] = 1535, - [2229] = 1600, - [2230] = 1643, - [2231] = 6, - [2232] = 1644, - [2233] = 1645, - [2234] = 1648, - [2235] = 1604, - [2236] = 1552, - [2237] = 2197, - [2238] = 1651, - [2239] = 1804, - [2240] = 1637, - [2241] = 1608, - [2242] = 2242, - [2243] = 7, - [2244] = 5, - [2245] = 2053, - [2246] = 1587, - [2247] = 1586, - [2248] = 1610, - [2249] = 20, - [2250] = 1537, - [2251] = 1585, - [2252] = 1635, - [2253] = 1551, - [2254] = 1619, - [2255] = 1771, - [2256] = 1550, - [2257] = 23, - [2258] = 1626, - [2259] = 2164, - [2260] = 2164, - [2261] = 191, - [2262] = 18, - [2263] = 1541, - [2264] = 1773, - [2265] = 199, - [2266] = 198, - [2267] = 197, - [2268] = 1620, - [2269] = 196, - [2270] = 195, - [2271] = 12, - [2272] = 1613, - [2273] = 1621, - [2274] = 1774, - [2275] = 1775, - [2276] = 2242, - [2277] = 1776, - [2278] = 1622, - [2279] = 1628, - [2280] = 2053, - [2281] = 5, - [2282] = 1670, - [2283] = 1671, - [2284] = 1629, - [2285] = 1630, - [2286] = 195, - [2287] = 1660, - [2288] = 197, - [2289] = 198, - [2290] = 199, - [2291] = 191, - [2292] = 1641, - [2293] = 2164, - [2294] = 1544, - [2295] = 6, - [2296] = 1642, - [2297] = 1676, - [2298] = 1677, - [2299] = 1777, - [2300] = 1678, - [2301] = 1547, - [2302] = 1548, - [2303] = 11, - [2304] = 1643, - [2305] = 1689, - [2306] = 62, - [2307] = 1646, - [2308] = 1615, - [2309] = 2164, - [2310] = 1803, - [2311] = 1645, - [2312] = 1778, - [2313] = 1617, - [2314] = 2242, - [2315] = 1649, - [2316] = 2242, - [2317] = 1816, - [2318] = 1616, - [2319] = 1644, - [2320] = 1655, - [2321] = 1815, - [2322] = 1689, - [2323] = 1648, - [2324] = 1657, - [2325] = 1618, - [2326] = 1692, - [2327] = 1693, - [2328] = 4, - [2329] = 1694, - [2330] = 1779, - [2331] = 1695, - [2332] = 201, - [2333] = 202, - [2334] = 205, - [2335] = 204, - [2336] = 203, - [2337] = 1696, - [2338] = 1661, - [2339] = 1801, - [2340] = 1780, - [2341] = 1662, - [2342] = 1781, - [2343] = 1647, - [2344] = 1636, - [2345] = 1782, - [2346] = 1783, - [2347] = 1698, - [2348] = 1784, - [2349] = 1549, - [2350] = 1652, - [2351] = 1528, - [2352] = 1653, - [2353] = 1654, - [2354] = 200, - [2355] = 1785, - [2356] = 1814, - [2357] = 1805, - [2358] = 1791, - [2359] = 1676, - [2360] = 2242, - [2361] = 1668, - [2362] = 1669, - [2363] = 1700, - [2364] = 1672, - [2365] = 1673, - [2366] = 1580, - [2367] = 1679, + [2213] = 1752, + [2214] = 1693, + [2215] = 253, + [2216] = 1623, + [2217] = 1624, + [2218] = 1682, + [2219] = 1683, + [2220] = 1618, + [2221] = 1620, + [2222] = 1686, + [2223] = 1687, + [2224] = 1621, + [2225] = 1699, + [2226] = 1690, + [2227] = 1691, + [2228] = 1625, + [2229] = 1692, + [2230] = 1840, + [2231] = 199, + [2232] = 1693, + [2233] = 1623, + [2234] = 1624, + [2235] = 1625, + [2236] = 1697, + [2237] = 1667, + [2238] = 198, + [2239] = 1698, + [2240] = 1818, + [2241] = 197, + [2242] = 1729, + [2243] = 1700, + [2244] = 1856, + [2245] = 1697, + [2246] = 1698, + [2247] = 1701, + [2248] = 1702, + [2249] = 1703, + [2250] = 1704, + [2251] = 1705, + [2252] = 1628, + [2253] = 21, + [2254] = 1629, + [2255] = 1630, + [2256] = 1631, + [2257] = 1632, + [2258] = 1633, + [2259] = 1704, + [2260] = 1857, + [2261] = 10, + [2262] = 1700, + [2263] = 1712, + [2264] = 1701, + [2265] = 1702, + [2266] = 1713, + [2267] = 1715, + [2268] = 1703, + [2269] = 1716, + [2270] = 1717, + [2271] = 1718, + [2272] = 1791, + [2273] = 1719, + [2274] = 1720, + [2275] = 1721, + [2276] = 1722, + [2277] = 1723, + [2278] = 1724, + [2279] = 1725, + [2280] = 1683, + [2281] = 1726, + [2282] = 1792, + [2283] = 4, + [2284] = 1705, + [2285] = 1753, + [2286] = 189, + [2287] = 1628, + [2288] = 1629, + [2289] = 11, + [2290] = 1682, + [2291] = 190, + [2292] = 1814, + [2293] = 1727, + [2294] = 1728, + [2295] = 1729, + [2296] = 1637, + [2297] = 1638, + [2298] = 1639, + [2299] = 1640, + [2300] = 1734, + [2301] = 1641, + [2302] = 1642, + [2303] = 1630, + [2304] = 1737, + [2305] = 1643, + [2306] = 1644, + [2307] = 1740, + [2308] = 1631, + [2309] = 1741, + [2310] = 191, + [2311] = 1617, + [2312] = 8, + [2313] = 1680, + [2314] = 1743, + [2315] = 1744, + [2316] = 1745, + [2317] = 1746, + [2318] = 1747, + [2319] = 1748, + [2320] = 1815, + [2321] = 1632, + [2322] = 1749, + [2323] = 1750, + [2324] = 1751, + [2325] = 1752, + [2326] = 192, + [2327] = 1633, + [2328] = 194, + [2329] = 1793, + [2330] = 1753, + [2331] = 1754, + [2332] = 1755, + [2333] = 1756, + [2334] = 1757, + [2335] = 1758, + [2336] = 10, + [2337] = 1759, + [2338] = 1760, + [2339] = 1679, + [2340] = 11, + [2341] = 200, + [2342] = 1594, + [2343] = 1678, + [2344] = 1761, + [2345] = 1764, + [2346] = 1816, + [2347] = 1594, + [2348] = 195, + [2349] = 1765, + [2350] = 1647, + [2351] = 1767, + [2352] = 1768, + [2353] = 1648, + [2354] = 1649, + [2355] = 1650, + [2356] = 202, + [2357] = 1772, + [2358] = 1651, + [2359] = 1652, + [2360] = 1775, + [2361] = 1776, + [2362] = 201, + [2363] = 1817, + [2364] = 253, + [2365] = 199, + [2366] = 198, + [2367] = 1618, [2368] = 1792, - [2369] = 1674, - [2370] = 1793, - [2371] = 1658, - [2372] = 1660, - [2373] = 13, - [2374] = 1682, - [2375] = 217, - [2376] = 12, - [2377] = 1683, - [2378] = 1684, - [2379] = 20, - [2380] = 1797, - [2381] = 1796, - [2382] = 1529, - [2383] = 2053, - [2384] = 17, - [2385] = 1794, - [2386] = 1688, - [2387] = 1663, - [2388] = 1789, - [2389] = 1665, - [2390] = 18, - [2391] = 23, - [2392] = 203, - [2393] = 202, - [2394] = 200, - [2395] = 201, - [2396] = 17, - [2397] = 4, - [2398] = 22, - [2399] = 259, - [2400] = 2400, - [2401] = 191, - [2402] = 195, - [2403] = 196, - [2404] = 17, - [2405] = 197, - [2406] = 198, - [2407] = 199, - [2408] = 191, - [2409] = 199, - [2410] = 198, - [2411] = 197, - [2412] = 20, - [2413] = 201, - [2414] = 202, - [2415] = 205, - [2416] = 204, - [2417] = 196, - [2418] = 203, - [2419] = 195, - [2420] = 13, - [2421] = 20, - [2422] = 12, - [2423] = 19, - [2424] = 12, - [2425] = 6, - [2426] = 2426, - [2427] = 5, - [2428] = 2428, - [2429] = 2429, - [2430] = 5, - [2431] = 2431, - [2432] = 6, - [2433] = 2433, - [2434] = 2434, - [2435] = 10, - [2436] = 2431, - [2437] = 26, - [2438] = 24, - [2439] = 200, - [2440] = 2440, - [2441] = 5, - [2442] = 16, - [2443] = 8, - [2444] = 15, - [2445] = 4, - [2446] = 195, - [2447] = 195, - [2448] = 196, - [2449] = 196, - [2450] = 197, - [2451] = 9, - [2452] = 198, - [2453] = 197, - [2454] = 198, - [2455] = 199, - [2456] = 199, - [2457] = 191, - [2458] = 201, - [2459] = 202, - [2460] = 205, - [2461] = 204, - [2462] = 203, - [2463] = 200, - [2464] = 191, - [2465] = 259, - [2466] = 201, - [2467] = 202, - [2468] = 205, - [2469] = 62, - [2470] = 204, - [2471] = 259, - [2472] = 195, - [2473] = 196, - [2474] = 197, - [2475] = 198, - [2476] = 199, - [2477] = 191, - [2478] = 14, - [2479] = 201, - [2480] = 202, - [2481] = 11, - [2482] = 205, - [2483] = 204, - [2484] = 203, - [2485] = 200, - [2486] = 4, - [2487] = 13, - [2488] = 27, - [2489] = 203, - [2490] = 7, - [2491] = 2426, + [2369] = 1777, + [2370] = 1595, + [2371] = 1779, + [2372] = 1780, + [2373] = 1819, + [2374] = 1781, + [2375] = 1782, + [2376] = 1783, + [2377] = 1784, + [2378] = 1785, + [2379] = 1786, + [2380] = 1787, + [2381] = 1788, + [2382] = 1789, + [2383] = 1790, + [2384] = 1791, + [2385] = 1824, + [2386] = 197, + [2387] = 1793, + [2388] = 1820, + [2389] = 1794, + [2390] = 1795, + [2391] = 1796, + [2392] = 1821, + [2393] = 1794, + [2394] = 1667, + [2395] = 1797, + [2396] = 1830, + [2397] = 1807, + [2398] = 1799, + [2399] = 1800, + [2400] = 1795, + [2401] = 1822, + [2402] = 1801, + [2403] = 1802, + [2404] = 1803, + [2405] = 1804, + [2406] = 1659, + [2407] = 1660, + [2408] = 1807, + [2409] = 1808, + [2410] = 1809, + [2411] = 1810, + [2412] = 2035, + [2413] = 1796, + [2414] = 1726, + [2415] = 1829, + [2416] = 189, + [2417] = 1865, + [2418] = 190, + [2419] = 1823, + [2420] = 1811, + [2421] = 1812, + [2422] = 1813, + [2423] = 1814, + [2424] = 1815, + [2425] = 1816, + [2426] = 1817, + [2427] = 1818, + [2428] = 1819, + [2429] = 1824, + [2430] = 1820, + [2431] = 19, + [2432] = 4, + [2433] = 191, + [2434] = 192, + [2435] = 1799, + [2436] = 1754, + [2437] = 1755, + [2438] = 1821, + [2439] = 1798, + [2440] = 1756, + [2441] = 194, + [2442] = 1828, + [2443] = 200, + [2444] = 1797, + [2445] = 1827, + [2446] = 13, + [2447] = 5, + [2448] = 6, + [2449] = 1868, + [2450] = 1757, + [2451] = 1758, + [2452] = 1867, + [2453] = 1869, + [2454] = 14, + [2455] = 25, + [2456] = 1712, + [2457] = 1713, + [2458] = 1822, + [2459] = 1826, + [2460] = 2043, + [2461] = 1826, + [2462] = 1715, + [2463] = 1716, + [2464] = 1717, + [2465] = 1825, + [2466] = 1718, + [2467] = 1719, + [2468] = 17, + [2469] = 4, + [2470] = 1725, + [2471] = 253, + [2472] = 1870, + [2473] = 6, + [2474] = 15, + [2475] = 5, + [2476] = 1825, + [2477] = 7, + [2478] = 1759, + [2479] = 1720, + [2480] = 1760, + [2481] = 27, + [2482] = 1721, + [2483] = 1741, + [2484] = 1724, + [2485] = 215, + [2486] = 1723, + [2487] = 1722, + [2488] = 1823, + [2489] = 18, + [2490] = 19, + [2491] = 26, [2492] = 2492, - [2493] = 200, - [2494] = 217, - [2495] = 205, - [2496] = 21, - [2497] = 16, - [2498] = 8, - [2499] = 6, - [2500] = 204, - [2501] = 217, - [2502] = 25, + [2493] = 31, + [2494] = 32, + [2495] = 13, + [2496] = 53, + [2497] = 30, + [2498] = 33, + [2499] = 34, + [2500] = 35, + [2501] = 199, + [2502] = 201, [2503] = 2503, - [2504] = 40, - [2505] = 8, - [2506] = 2506, - [2507] = 62, - [2508] = 9, - [2509] = 16, - [2510] = 21, - [2511] = 217, - [2512] = 15, - [2513] = 26, - [2514] = 10, - [2515] = 9, - [2516] = 2503, - [2517] = 12, - [2518] = 217, - [2519] = 17, - [2520] = 2503, - [2521] = 2521, - [2522] = 2506, - [2523] = 20, - [2524] = 38, - [2525] = 25, - [2526] = 2526, - [2527] = 7, - [2528] = 20, - [2529] = 1686, - [2530] = 19, - [2531] = 7, - [2532] = 195, - [2533] = 196, - [2534] = 24, - [2535] = 197, - [2536] = 2506, - [2537] = 198, - [2538] = 199, - [2539] = 191, - [2540] = 23, - [2541] = 2503, - [2542] = 2506, - [2543] = 11, - [2544] = 201, - [2545] = 18, - [2546] = 202, - [2547] = 2526, - [2548] = 205, - [2549] = 204, - [2550] = 203, - [2551] = 200, - [2552] = 12, - [2553] = 2506, - [2554] = 12, - [2555] = 18, - [2556] = 259, - [2557] = 2506, + [2504] = 14, + [2505] = 25, + [2506] = 12, + [2507] = 2507, + [2508] = 18, + [2509] = 2509, + [2510] = 52, + [2511] = 202, + [2512] = 195, + [2513] = 24, + [2514] = 17, + [2515] = 20, + [2516] = 44, + [2517] = 23, + [2518] = 47, + [2519] = 28, + [2520] = 215, + [2521] = 2503, + [2522] = 36, + [2523] = 2507, + [2524] = 37, + [2525] = 38, + [2526] = 2507, + [2527] = 11, + [2528] = 253, + [2529] = 15, + [2530] = 2530, + [2531] = 189, + [2532] = 27, + [2533] = 10, + [2534] = 20, + [2535] = 18, + [2536] = 7, + [2537] = 2530, + [2538] = 2538, + [2539] = 215, + [2540] = 27, + [2541] = 2541, + [2542] = 16, + [2543] = 2543, + [2544] = 2544, + [2545] = 51, + [2546] = 2503, + [2547] = 15, + [2548] = 41, + [2549] = 22, + [2550] = 46, + [2551] = 42, + [2552] = 9, + [2553] = 40, + [2554] = 215, + [2555] = 1527, + [2556] = 39, + [2557] = 8, [2558] = 2558, - [2559] = 17, - [2560] = 217, - [2561] = 2526, - [2562] = 22, - [2563] = 2506, - [2564] = 13, - [2565] = 23, - [2566] = 217, - [2567] = 259, - [2568] = 44, - [2569] = 45, - [2570] = 47, - [2571] = 14, - [2572] = 2506, - [2573] = 13, - [2574] = 2506, - [2575] = 28, - [2576] = 50, - [2577] = 29, - [2578] = 16, - [2579] = 2506, - [2580] = 1686, - [2581] = 11, - [2582] = 15, - [2583] = 8, - [2584] = 53, - [2585] = 51, - [2586] = 49, - [2587] = 48, - [2588] = 2506, - [2589] = 217, - [2590] = 14, - [2591] = 26, - [2592] = 17, - [2593] = 10, - [2594] = 1517, - [2595] = 8, - [2596] = 46, - [2597] = 27, - [2598] = 43, - [2599] = 42, - [2600] = 19, - [2601] = 30, - [2602] = 16, - [2603] = 2603, - [2604] = 41, - [2605] = 2526, - [2606] = 39, - [2607] = 2506, - [2608] = 2503, - [2609] = 36, - [2610] = 2506, - [2611] = 2506, - [2612] = 34, - [2613] = 33, - [2614] = 37, - [2615] = 35, - [2616] = 52, - [2617] = 20, - [2618] = 13, - [2619] = 32, - [2620] = 31, - [2621] = 2526, - [2622] = 191, - [2623] = 7, - [2624] = 2624, - [2625] = 23, - [2626] = 18, - [2627] = 1517, - [2628] = 14, - [2629] = 195, - [2630] = 196, - [2631] = 259, - [2632] = 197, - [2633] = 204, - [2634] = 11, - [2635] = 198, - [2636] = 199, - [2637] = 12, - [2638] = 201, - [2639] = 20, - [2640] = 259, - [2641] = 25, - [2642] = 27, - [2643] = 15, - [2644] = 17, - [2645] = 217, - [2646] = 202, - [2647] = 205, - [2648] = 12, - [2649] = 259, - [2650] = 20, - [2651] = 26, - [2652] = 9, - [2653] = 10, - [2654] = 21, - [2655] = 19, - [2656] = 52, - [2657] = 17, - [2658] = 10, - [2659] = 19, - [2660] = 26, - [2661] = 195, - [2662] = 22, - [2663] = 15, - [2664] = 38, - [2665] = 196, - [2666] = 203, - [2667] = 217, - [2668] = 2434, - [2669] = 12, - [2670] = 200, - [2671] = 20, - [2672] = 197, - [2673] = 200, - [2674] = 203, - [2675] = 204, - [2676] = 205, - [2677] = 202, + [2559] = 45, + [2560] = 43, + [2561] = 2503, + [2562] = 2530, + [2563] = 190, + [2564] = 191, + [2565] = 192, + [2566] = 215, + [2567] = 19, + [2568] = 194, + [2569] = 200, + [2570] = 29, + [2571] = 49, + [2572] = 215, + [2573] = 12, + [2574] = 8, + [2575] = 11, + [2576] = 2530, + [2577] = 16, + [2578] = 21, + [2579] = 13, + [2580] = 9, + [2581] = 2530, + [2582] = 198, + [2583] = 197, + [2584] = 10, + [2585] = 10, + [2586] = 2530, + [2587] = 11, + [2588] = 7, + [2589] = 54, + [2590] = 50, + [2591] = 48, + [2592] = 1547, + [2593] = 2503, + [2594] = 2594, + [2595] = 2530, + [2596] = 2530, + [2597] = 2507, + [2598] = 2530, + [2599] = 14, + [2600] = 2530, + [2601] = 2530, + [2602] = 2530, + [2603] = 8, + [2604] = 2507, + [2605] = 1547, + [2606] = 2606, + [2607] = 2607, + [2608] = 17, + [2609] = 2530, + [2610] = 2530, + [2611] = 16, + [2612] = 25, + [2613] = 20, + [2614] = 54, + [2615] = 2615, + [2616] = 25, + [2617] = 14, + [2618] = 9, + [2619] = 13, + [2620] = 27, + [2621] = 17, + [2622] = 189, + [2623] = 54, + [2624] = 52, + [2625] = 2625, + [2626] = 21, + [2627] = 2627, + [2628] = 253, + [2629] = 2629, + [2630] = 195, + [2631] = 202, + [2632] = 19, + [2633] = 7, + [2634] = 201, + [2635] = 2635, + [2636] = 11, + [2637] = 39, + [2638] = 42, + [2639] = 215, + [2640] = 13, + [2641] = 200, + [2642] = 15, + [2643] = 192, + [2644] = 26, + [2645] = 191, + [2646] = 190, + [2647] = 200, + [2648] = 10, + [2649] = 24, + [2650] = 189, + [2651] = 197, + [2652] = 15, + [2653] = 8, + [2654] = 195, + [2655] = 215, + [2656] = 27, + [2657] = 14, + [2658] = 25, + [2659] = 194, + [2660] = 7, + [2661] = 198, + [2662] = 11, + [2663] = 199, + [2664] = 201, + [2665] = 199, + [2666] = 1527, + [2667] = 192, + [2668] = 253, + [2669] = 202, + [2670] = 40, + [2671] = 10, + [2672] = 8, + [2673] = 253, + [2674] = 195, + [2675] = 198, + [2676] = 197, + [2677] = 22, [2678] = 17, - [2679] = 25, - [2680] = 62, - [2681] = 201, - [2682] = 198, - [2683] = 12, - [2684] = 20, - [2685] = 2428, - [2686] = 199, - [2687] = 191, - [2688] = 191, - [2689] = 42, - [2690] = 2429, - [2691] = 199, - [2692] = 198, - [2693] = 17, - [2694] = 197, - [2695] = 196, - [2696] = 195, - [2697] = 201, - [2698] = 202, - [2699] = 205, - [2700] = 21, - [2701] = 204, - [2702] = 14, - [2703] = 203, - [2704] = 200, - [2705] = 23, - [2706] = 19, - [2707] = 18, - [2708] = 30, - [2709] = 200, - [2710] = 203, - [2711] = 204, - [2712] = 10, - [2713] = 205, - [2714] = 202, - [2715] = 201, + [2679] = 215, + [2680] = 17, + [2681] = 215, + [2682] = 190, + [2683] = 28, + [2684] = 11, + [2685] = 10, + [2686] = 189, + [2687] = 8, + [2688] = 197, + [2689] = 12, + [2690] = 194, + [2691] = 19, + [2692] = 25, + [2693] = 14, + [2694] = 200, + [2695] = 2635, + [2696] = 198, + [2697] = 23, + [2698] = 191, + [2699] = 190, + [2700] = 7, + [2701] = 191, + [2702] = 11, + [2703] = 48, + [2704] = 50, + [2705] = 192, + [2706] = 29, + [2707] = 13, + [2708] = 27, + [2709] = 194, + [2710] = 194, + [2711] = 26, + [2712] = 192, + [2713] = 202, + [2714] = 15, + [2715] = 200, [2716] = 191, - [2717] = 199, - [2718] = 24, - [2719] = 198, - [2720] = 197, - [2721] = 26, - [2722] = 15, - [2723] = 62, - [2724] = 196, - [2725] = 11, - [2726] = 7, - [2727] = 195, - [2728] = 27, - [2729] = 62, - [2730] = 2730, - [2731] = 35, - [2732] = 14, - [2733] = 2733, - [2734] = 1517, - [2735] = 31, - [2736] = 32, - [2737] = 37, - [2738] = 23, - [2739] = 40, - [2740] = 18, + [2717] = 10, + [2718] = 43, + [2719] = 190, + [2720] = 189, + [2721] = 45, + [2722] = 46, + [2723] = 1527, + [2724] = 8, + [2725] = 2635, + [2726] = 2635, + [2727] = 2635, + [2728] = 197, + [2729] = 23, + [2730] = 199, + [2731] = 54, + [2732] = 41, + [2733] = 51, + [2734] = 19, + [2735] = 198, + [2736] = 12, + [2737] = 8, + [2738] = 47, + [2739] = 44, + [2740] = 24, [2741] = 9, - [2742] = 44, - [2743] = 33, - [2744] = 45, - [2745] = 12, - [2746] = 24, - [2747] = 217, - [2748] = 259, - [2749] = 20, - [2750] = 47, - [2751] = 34, - [2752] = 36, - [2753] = 28, - [2754] = 7, - [2755] = 50, - [2756] = 22, - [2757] = 39, - [2758] = 29, - [2759] = 41, - [2760] = 217, - [2761] = 53, - [2762] = 51, + [2742] = 201, + [2743] = 199, + [2744] = 53, + [2745] = 30, + [2746] = 201, + [2747] = 202, + [2748] = 10, + [2749] = 253, + [2750] = 9, + [2751] = 31, + [2752] = 32, + [2753] = 22, + [2754] = 33, + [2755] = 12, + [2756] = 34, + [2757] = 35, + [2758] = 49, + [2759] = 195, + [2760] = 21, + [2761] = 36, + [2762] = 37, [2763] = 11, - [2764] = 43, - [2765] = 49, - [2766] = 17, - [2767] = 48, - [2768] = 9, - [2769] = 46, - [2770] = 2770, - [2771] = 2770, - [2772] = 2770, - [2773] = 2773, + [2764] = 38, + [2765] = 192, + [2766] = 2766, + [2767] = 2767, + [2768] = 2767, + [2769] = 2769, + [2770] = 2767, + [2771] = 2767, + [2772] = 2767, + [2773] = 2767, [2774] = 2774, - [2775] = 24, - [2776] = 2776, - [2777] = 41, - [2778] = 39, - [2779] = 36, - [2780] = 34, - [2781] = 259, - [2782] = 33, - [2783] = 27, - [2784] = 43, - [2785] = 2785, - [2786] = 2786, - [2787] = 2787, - [2788] = 2788, - [2789] = 2787, - [2790] = 259, - [2791] = 2787, - [2792] = 37, - [2793] = 35, - [2794] = 2770, - [2795] = 38, - [2796] = 2787, - [2797] = 2787, - [2798] = 25, - [2799] = 2799, - [2800] = 2787, - [2801] = 2787, - [2802] = 2770, - [2803] = 2773, - [2804] = 2774, - [2805] = 2770, - [2806] = 2770, - [2807] = 2770, - [2808] = 2770, - [2809] = 2785, - [2810] = 42, - [2811] = 2776, - [2812] = 2770, - [2813] = 32, - [2814] = 31, - [2815] = 2770, - [2816] = 2770, - [2817] = 2431, - [2818] = 2770, - [2819] = 46, - [2820] = 2770, - [2821] = 2821, - [2822] = 2770, - [2823] = 259, - [2824] = 2773, - [2825] = 2786, - [2826] = 2826, - [2827] = 21, - [2828] = 2787, - [2829] = 2770, - [2830] = 2770, - [2831] = 2774, - [2832] = 2786, - [2833] = 48, - [2834] = 2834, - [2835] = 2787, - [2836] = 2770, - [2837] = 24, - [2838] = 49, - [2839] = 22, - [2840] = 2774, - [2841] = 2770, - [2842] = 51, - [2843] = 53, - [2844] = 2773, - [2845] = 2787, - [2846] = 30, - [2847] = 2847, - [2848] = 2770, - [2849] = 2787, - [2850] = 2787, - [2851] = 2770, - [2852] = 2786, - [2853] = 198, - [2854] = 2773, - [2855] = 2787, - [2856] = 29, - [2857] = 50, - [2858] = 28, - [2859] = 47, - [2860] = 52, - [2861] = 2787, - [2862] = 2787, - [2863] = 2787, - [2864] = 2787, - [2865] = 25, - [2866] = 2787, - [2867] = 2774, - [2868] = 45, - [2869] = 2774, - [2870] = 44, + [2775] = 253, + [2776] = 2767, + [2777] = 2767, + [2778] = 2767, + [2779] = 2767, + [2780] = 26, + [2781] = 2781, + [2782] = 48, + [2783] = 50, + [2784] = 2784, + [2785] = 2767, + [2786] = 2767, + [2787] = 29, + [2788] = 2767, + [2789] = 2789, + [2790] = 2790, + [2791] = 2767, + [2792] = 2767, + [2793] = 2790, + [2794] = 2035, + [2795] = 2767, + [2796] = 2767, + [2797] = 2767, + [2798] = 2790, + [2799] = 43, + [2800] = 52, + [2801] = 2790, + [2802] = 45, + [2803] = 46, + [2804] = 200, + [2805] = 2805, + [2806] = 2805, + [2807] = 2805, + [2808] = 2805, + [2809] = 2805, + [2810] = 2805, + [2811] = 2805, + [2812] = 2805, + [2813] = 41, + [2814] = 2769, + [2815] = 51, + [2816] = 2805, + [2817] = 2805, + [2818] = 2805, + [2819] = 2805, + [2820] = 2805, + [2821] = 2805, + [2822] = 2805, + [2823] = 194, + [2824] = 2805, + [2825] = 2805, + [2826] = 2766, + [2827] = 47, + [2828] = 2805, + [2829] = 44, + [2830] = 2805, + [2831] = 2805, + [2832] = 2805, + [2833] = 2805, + [2834] = 192, + [2835] = 191, + [2836] = 190, + [2837] = 2805, + [2838] = 53, + [2839] = 30, + [2840] = 189, + [2841] = 23, + [2842] = 31, + [2843] = 32, + [2844] = 2769, + [2845] = 33, + [2846] = 34, + [2847] = 35, + [2848] = 2805, + [2849] = 36, + [2850] = 37, + [2851] = 38, + [2852] = 39, + [2853] = 2805, + [2854] = 197, + [2855] = 2855, + [2856] = 2767, + [2857] = 198, + [2858] = 2858, + [2859] = 49, + [2860] = 22, + [2861] = 199, + [2862] = 2544, + [2863] = 2855, + [2864] = 2805, + [2865] = 2805, + [2866] = 2805, + [2867] = 2805, + [2868] = 2767, + [2869] = 2766, + [2870] = 2543, [2871] = 40, - [2872] = 21, - [2873] = 2785, - [2874] = 2787, - [2875] = 2773, - [2876] = 2785, - [2877] = 2770, - [2878] = 2847, - [2879] = 31, - [2880] = 32, - [2881] = 217, - [2882] = 2770, - [2883] = 2770, - [2884] = 37, - [2885] = 2821, - [2886] = 217, - [2887] = 2770, - [2888] = 2770, - [2889] = 2431, - [2890] = 22, - [2891] = 217, - [2892] = 2774, - [2893] = 199, - [2894] = 2773, - [2895] = 27, - [2896] = 33, - [2897] = 2821, - [2898] = 204, - [2899] = 34, - [2900] = 36, - [2901] = 2787, - [2902] = 195, - [2903] = 196, - [2904] = 197, - [2905] = 198, - [2906] = 199, - [2907] = 191, - [2908] = 201, - [2909] = 202, - [2910] = 39, - [2911] = 205, - [2912] = 41, - [2913] = 2913, - [2914] = 203, - [2915] = 2913, - [2916] = 62, - [2917] = 2776, - [2918] = 2918, - [2919] = 2787, - [2920] = 2785, - [2921] = 2913, - [2922] = 200, - [2923] = 2787, - [2924] = 43, - [2925] = 2770, - [2926] = 46, - [2927] = 2787, - [2928] = 2787, - [2929] = 2787, - [2930] = 2770, - [2931] = 27, - [2932] = 2847, - [2933] = 2776, - [2934] = 2774, - [2935] = 48, - [2936] = 49, - [2937] = 2937, - [2938] = 2787, - [2939] = 51, - [2940] = 53, - [2941] = 2787, - [2942] = 29, - [2943] = 50, - [2944] = 28, - [2945] = 2773, - [2946] = 47, - [2947] = 45, - [2948] = 44, - [2949] = 40, - [2950] = 2785, - [2951] = 2847, - [2952] = 2787, - [2953] = 191, - [2954] = 2774, - [2955] = 2773, - [2956] = 35, - [2957] = 2770, - [2958] = 2770, - [2959] = 2770, - [2960] = 200, - [2961] = 2787, - [2962] = 2787, - [2963] = 2773, - [2964] = 2918, - [2965] = 1939, - [2966] = 2774, - [2967] = 2913, - [2968] = 203, - [2969] = 2787, - [2970] = 217, - [2971] = 2774, - [2972] = 38, - [2973] = 2787, - [2974] = 2774, - [2975] = 2776, - [2976] = 2773, - [2977] = 2787, - [2978] = 2847, - [2979] = 2773, - [2980] = 52, - [2981] = 2770, - [2982] = 24, - [2983] = 204, - [2984] = 2770, - [2985] = 195, - [2986] = 205, - [2987] = 196, - [2988] = 2787, - [2989] = 202, - [2990] = 2990, - [2991] = 30, - [2992] = 2773, - [2993] = 259, - [2994] = 2774, - [2995] = 2773, - [2996] = 42, - [2997] = 201, - [2998] = 2770, - [2999] = 199, - [3000] = 2786, - [3001] = 2918, - [3002] = 195, - [3003] = 191, - [3004] = 25, - [3005] = 2787, - [3006] = 201, - [3007] = 2913, - [3008] = 202, - [3009] = 205, - [3010] = 204, - [3011] = 196, + [2872] = 2855, + [2873] = 2805, + [2874] = 2805, + [2875] = 2769, + [2876] = 2769, + [2877] = 2855, + [2878] = 2858, + [2879] = 2805, + [2880] = 21, + [2881] = 2855, + [2882] = 2790, + [2883] = 201, + [2884] = 2767, + [2885] = 202, + [2886] = 22, + [2887] = 24, + [2888] = 2769, + [2889] = 2767, + [2890] = 215, + [2891] = 2855, + [2892] = 195, + [2893] = 2784, + [2894] = 2767, + [2895] = 2789, + [2896] = 2805, + [2897] = 2767, + [2898] = 2035, + [2899] = 28, + [2900] = 195, + [2901] = 202, + [2902] = 201, + [2903] = 253, + [2904] = 2767, + [2905] = 2767, + [2906] = 2784, + [2907] = 253, + [2908] = 2805, + [2909] = 2606, + [2910] = 24, + [2911] = 199, + [2912] = 23, + [2913] = 2805, + [2914] = 2767, + [2915] = 198, + [2916] = 2766, + [2917] = 2767, + [2918] = 197, + [2919] = 189, + [2920] = 190, + [2921] = 2767, + [2922] = 2769, + [2923] = 191, + [2924] = 194, + [2925] = 2855, + [2926] = 2767, + [2927] = 200, + [2928] = 194, + [2929] = 192, + [2930] = 26, + [2931] = 191, + [2932] = 215, + [2933] = 26, + [2934] = 190, + [2935] = 189, + [2936] = 2781, + [2937] = 2805, + [2938] = 200, + [2939] = 197, + [2940] = 198, + [2941] = 199, + [2942] = 201, + [2943] = 202, + [2944] = 23, + [2945] = 195, + [2946] = 2789, + [2947] = 48, + [2948] = 50, + [2949] = 2767, + [2950] = 2858, + [2951] = 2767, + [2952] = 49, + [2953] = 29, + [2954] = 2784, + [2955] = 2855, + [2956] = 2769, + [2957] = 21, + [2958] = 2767, + [2959] = 2858, + [2960] = 2781, + [2961] = 2855, + [2962] = 22, + [2963] = 2781, + [2964] = 215, + [2965] = 2769, + [2966] = 45, + [2967] = 46, + [2968] = 41, + [2969] = 42, + [2970] = 2970, + [2971] = 52, + [2972] = 2769, + [2973] = 2767, + [2974] = 51, + [2975] = 2855, + [2976] = 2766, + [2977] = 2769, + [2978] = 2855, + [2979] = 24, + [2980] = 2769, + [2981] = 2766, + [2982] = 2781, + [2983] = 42, + [2984] = 2767, + [2985] = 2767, + [2986] = 2855, + [2987] = 28, + [2988] = 54, + [2989] = 47, + [2990] = 2769, + [2991] = 44, + [2992] = 2855, + [2993] = 253, + [2994] = 2858, + [2995] = 39, + [2996] = 43, + [2997] = 2855, + [2998] = 53, + [2999] = 40, + [3000] = 30, + [3001] = 38, + [3002] = 2784, + [3003] = 37, + [3004] = 215, + [3005] = 31, + [3006] = 36, + [3007] = 35, + [3008] = 32, + [3009] = 34, + [3010] = 2769, + [3011] = 33, [3012] = 21, - [3013] = 2787, - [3014] = 197, - [3015] = 22, - [3016] = 2821, - [3017] = 203, - [3018] = 2770, - [3019] = 197, - [3020] = 198, - [3021] = 2774, - [3022] = 2770, - [3023] = 200, - [3024] = 2821, - [3025] = 3025, - [3026] = 37, - [3027] = 29, - [3028] = 50, - [3029] = 28, - [3030] = 47, - [3031] = 45, - [3032] = 44, - [3033] = 40, - [3034] = 259, - [3035] = 38, - [3036] = 259, - [3037] = 35, - [3038] = 217, - [3039] = 52, - [3040] = 3040, - [3041] = 48, - [3042] = 42, - [3043] = 30, - [3044] = 35, - [3045] = 51, - [3046] = 40, - [3047] = 44, - [3048] = 45, - [3049] = 47, - [3050] = 49, - [3051] = 28, - [3052] = 50, - [3053] = 29, - [3054] = 53, - [3055] = 51, - [3056] = 3040, - [3057] = 49, - [3058] = 48, - [3059] = 3025, - [3060] = 3060, - [3061] = 53, - [3062] = 3060, - [3063] = 259, - [3064] = 46, - [3065] = 46, - [3066] = 43, - [3067] = 43, - [3068] = 42, - [3069] = 42, - [3070] = 3070, - [3071] = 41, - [3072] = 39, - [3073] = 3070, - [3074] = 30, - [3075] = 36, - [3076] = 3060, - [3077] = 41, - [3078] = 34, - [3079] = 3025, + [3013] = 37, + [3014] = 3014, + [3015] = 42, + [3016] = 3016, + [3017] = 3017, + [3018] = 43, + [3019] = 49, + [3020] = 3020, + [3021] = 45, + [3022] = 3014, + [3023] = 29, + [3024] = 3016, + [3025] = 50, + [3026] = 3014, + [3027] = 48, + [3028] = 3028, + [3029] = 3017, + [3030] = 3016, + [3031] = 40, + [3032] = 41, + [3033] = 52, + [3034] = 51, + [3035] = 3035, + [3036] = 3036, + [3037] = 3037, + [3038] = 3020, + [3039] = 3017, + [3040] = 39, + [3041] = 38, + [3042] = 37, + [3043] = 28, + [3044] = 52, + [3045] = 36, + [3046] = 47, + [3047] = 215, + [3048] = 44, + [3049] = 253, + [3050] = 48, + [3051] = 3051, + [3052] = 3028, + [3053] = 3016, + [3054] = 3014, + [3055] = 35, + [3056] = 42, + [3057] = 53, + [3058] = 30, + [3059] = 34, + [3060] = 1889, + [3061] = 31, + [3062] = 32, + [3063] = 3028, + [3064] = 33, + [3065] = 34, + [3066] = 35, + [3067] = 33, + [3068] = 36, + [3069] = 37, + [3070] = 38, + [3071] = 39, + [3072] = 40, + [3073] = 3020, + [3074] = 48, + [3075] = 50, + [3076] = 35, + [3077] = 49, + [3078] = 49, + [3079] = 29, [3080] = 39, - [3081] = 33, - [3082] = 3060, - [3083] = 3025, - [3084] = 35, - [3085] = 3040, - [3086] = 3086, - [3087] = 32, - [3088] = 31, - [3089] = 38, - [3090] = 40, - [3091] = 44, - [3092] = 3040, - [3093] = 45, - [3094] = 47, - [3095] = 28, - [3096] = 36, - [3097] = 38, - [3098] = 31, - [3099] = 32, - [3100] = 50, - [3101] = 34, - [3102] = 3070, - [3103] = 37, - [3104] = 29, - [3105] = 33, - [3106] = 3070, - [3107] = 52, - [3108] = 53, - [3109] = 51, - [3110] = 217, - [3111] = 49, - [3112] = 48, - [3113] = 52, - [3114] = 259, - [3115] = 33, - [3116] = 46, - [3117] = 3060, - [3118] = 34, - [3119] = 36, - [3120] = 43, - [3121] = 30, - [3122] = 3025, - [3123] = 217, - [3124] = 3070, - [3125] = 3040, - [3126] = 31, - [3127] = 37, - [3128] = 41, - [3129] = 39, - [3130] = 32, - [3131] = 3131, - [3132] = 3132, - [3133] = 259, + [3081] = 3017, + [3082] = 38, + [3083] = 46, + [3084] = 50, + [3085] = 32, + [3086] = 34, + [3087] = 33, + [3088] = 32, + [3089] = 31, + [3090] = 30, + [3091] = 43, + [3092] = 53, + [3093] = 3014, + [3094] = 45, + [3095] = 46, + [3096] = 44, + [3097] = 253, + [3098] = 47, + [3099] = 31, + [3100] = 3020, + [3101] = 40, + [3102] = 36, + [3103] = 3016, + [3104] = 215, + [3105] = 41, + [3106] = 51, + [3107] = 51, + [3108] = 41, + [3109] = 3028, + [3110] = 30, + [3111] = 42, + [3112] = 53, + [3113] = 215, + [3114] = 3028, + [3115] = 46, + [3116] = 45, + [3117] = 43, + [3118] = 28, + [3119] = 47, + [3120] = 3020, + [3121] = 44, + [3122] = 253, + [3123] = 29, + [3124] = 3017, + [3125] = 253, + [3126] = 28, + [3127] = 52, + [3128] = 3128, + [3129] = 3129, + [3130] = 3130, + [3131] = 253, + [3132] = 3128, + [3133] = 3133, [3134] = 3134, - [3135] = 3132, - [3136] = 3136, - [3137] = 3132, - [3138] = 3131, - [3139] = 259, - [3140] = 3140, - [3141] = 3141, - [3142] = 3142, - [3143] = 3131, - [3144] = 3132, - [3145] = 3141, - [3146] = 3146, - [3147] = 3147, - [3148] = 3148, - [3149] = 3141, - [3150] = 3150, - [3151] = 259, - [3152] = 3152, - [3153] = 3141, + [3135] = 3128, + [3136] = 3129, + [3137] = 3137, + [3138] = 3128, + [3139] = 3139, + [3140] = 253, + [3141] = 3129, + [3142] = 3134, + [3143] = 3128, + [3144] = 3134, + [3145] = 3130, + [3146] = 253, + [3147] = 3134, + [3148] = 3129, + [3149] = 3130, + [3150] = 3130, + [3151] = 3130, + [3152] = 3129, + [3153] = 3134, [3154] = 3154, [3155] = 3155, [3156] = 3156, [3157] = 3157, [3158] = 3158, - [3159] = 3132, - [3160] = 3141, + [3159] = 3159, + [3160] = 3160, [3161] = 3161, [3162] = 3162, [3163] = 3163, - [3164] = 3163, - [3165] = 3165, + [3164] = 3164, + [3165] = 3157, [3166] = 3166, - [3167] = 3163, + [3167] = 3167, [3168] = 3168, - [3169] = 3163, - [3170] = 3163, - [3171] = 3171, - [3172] = 3171, - [3173] = 3168, - [3174] = 3168, - [3175] = 1938, - [3176] = 3171, - [3177] = 3165, + [3169] = 3155, + [3170] = 3170, + [3171] = 3164, + [3172] = 3172, + [3173] = 3173, + [3174] = 3174, + [3175] = 3175, + [3176] = 3176, + [3177] = 3177, [3178] = 3168, - [3179] = 3168, - [3180] = 3165, - [3181] = 3171, - [3182] = 3182, - [3183] = 3165, - [3184] = 3171, - [3185] = 3165, + [3179] = 3179, + [3180] = 3180, + [3181] = 3166, + [3182] = 3167, + [3183] = 3160, + [3184] = 3159, + [3185] = 3161, [3186] = 3186, - [3187] = 3187, + [3187] = 3157, [3188] = 3188, - [3189] = 3189, - [3190] = 3190, - [3191] = 3191, - [3192] = 3192, + [3189] = 3156, + [3190] = 3166, + [3191] = 3161, + [3192] = 3177, [3193] = 3193, - [3194] = 3194, - [3195] = 3195, - [3196] = 3196, - [3197] = 3197, - [3198] = 3198, - [3199] = 3199, + [3194] = 3164, + [3195] = 3158, + [3196] = 3193, + [3197] = 3168, + [3198] = 3158, + [3199] = 3154, [3200] = 3200, - [3201] = 3201, - [3202] = 3202, - [3203] = 3197, + [3201] = 3177, + [3202] = 3167, + [3203] = 3160, [3204] = 3204, [3205] = 3205, - [3206] = 3196, - [3207] = 3207, - [3208] = 3208, - [3209] = 3198, - [3210] = 3210, - [3211] = 3197, - [3212] = 3212, - [3213] = 3204, - [3214] = 3205, - [3215] = 3210, - [3216] = 3204, - [3217] = 3212, - [3218] = 3212, - [3219] = 3219, - [3220] = 3199, - [3221] = 3207, - [3222] = 3219, - [3223] = 3223, - [3224] = 3199, - [3225] = 3219, - [3226] = 3199, + [3206] = 3154, + [3207] = 3159, + [3208] = 3156, + [3209] = 3160, + [3210] = 3159, + [3211] = 3177, + [3212] = 3159, + [3213] = 3160, + [3214] = 3193, + [3215] = 3168, + [3216] = 3164, + [3217] = 3177, + [3218] = 3155, + [3219] = 3173, + [3220] = 3161, + [3221] = 3221, + [3222] = 3166, + [3223] = 3168, + [3224] = 3154, + [3225] = 3164, + [3226] = 3156, [3227] = 3227, - [3228] = 3228, - [3229] = 3208, - [3230] = 3199, - [3231] = 3231, - [3232] = 3232, + [3228] = 3161, + [3229] = 3157, + [3230] = 3166, + [3231] = 3173, + [3232] = 3155, [3233] = 3233, - [3234] = 3232, - [3235] = 3223, - [3236] = 3236, - [3237] = 3227, - [3238] = 3201, - [3239] = 3202, - [3240] = 3227, - [3241] = 3223, - [3242] = 3208, - [3243] = 3205, - [3244] = 3207, - [3245] = 3196, - [3246] = 3210, - [3247] = 3247, - [3248] = 3198, - [3249] = 3204, - [3250] = 3231, - [3251] = 3201, - [3252] = 3207, - [3253] = 3202, - [3254] = 3254, - [3255] = 3227, - [3256] = 3196, - [3257] = 3223, - [3258] = 3236, - [3259] = 3201, - [3260] = 3201, - [3261] = 3208, - [3262] = 3197, - [3263] = 3236, - [3264] = 3208, - [3265] = 3202, - [3266] = 3219, - [3267] = 3212, - [3268] = 3202, - [3269] = 3231, - [3270] = 3232, - [3271] = 3219, - [3272] = 3232, - [3273] = 3232, - [3274] = 3212, - [3275] = 3205, - [3276] = 3196, - [3277] = 3198, - [3278] = 3197, - [3279] = 3205, - [3280] = 3210, - [3281] = 3231, - [3282] = 3227, - [3283] = 3231, - [3284] = 3236, - [3285] = 3207, - [3286] = 3198, - [3287] = 3210, - [3288] = 3204, - [3289] = 3223, - [3290] = 3236, - [3291] = 1938, - [3292] = 3292, - [3293] = 1939, - [3294] = 7, - [3295] = 9, + [3234] = 3158, + [3235] = 3167, + [3236] = 3158, + [3237] = 3154, + [3238] = 3156, + [3239] = 3155, + [3240] = 3167, + [3241] = 3241, + [3242] = 3173, + [3243] = 3173, + [3244] = 3157, + [3245] = 3245, + [3246] = 3246, + [3247] = 3245, + [3248] = 3248, + [3249] = 3248, + [3250] = 3250, + [3251] = 3245, + [3252] = 3252, + [3253] = 3250, + [3254] = 3250, + [3255] = 3255, + [3256] = 3256, + [3257] = 3252, + [3258] = 3250, + [3259] = 3250, + [3260] = 3252, + [3261] = 3252, + [3262] = 3245, + [3263] = 3248, + [3264] = 3248, + [3265] = 3245, + [3266] = 3248, + [3267] = 3252, + [3268] = 1888, + [3269] = 3269, + [3270] = 3270, + [3271] = 3271, + [3272] = 3272, + [3273] = 3273, + [3274] = 3274, + [3275] = 3275, + [3276] = 3276, + [3277] = 3277, + [3278] = 3278, + [3279] = 3279, + [3280] = 3280, + [3281] = 3281, + [3282] = 3282, + [3283] = 3283, + [3284] = 3284, + [3285] = 3285, + [3286] = 3286, + [3287] = 3287, + [3288] = 3288, + [3289] = 3289, + [3290] = 3290, + [3291] = 12, + [3292] = 9, + [3293] = 1888, + [3294] = 1889, + [3295] = 3295, [3296] = 3296, [3297] = 3297, [3298] = 3298, [3299] = 3299, - [3300] = 3297, - [3301] = 3301, - [3302] = 3298, - [3303] = 3303, - [3304] = 3304, + [3300] = 3300, + [3301] = 3300, + [3302] = 3299, + [3303] = 3296, + [3304] = 3300, [3305] = 3305, - [3306] = 3306, - [3307] = 3307, - [3308] = 3308, - [3309] = 3309, - [3310] = 3298, - [3311] = 24, + [3306] = 3300, + [3307] = 3296, + [3308] = 3296, + [3309] = 3299, + [3310] = 3300, + [3311] = 3299, [3312] = 3299, - [3313] = 3299, - [3314] = 3297, - [3315] = 3299, - [3316] = 3297, - [3317] = 3298, - [3318] = 3299, + [3313] = 3313, + [3314] = 24, + [3315] = 3296, + [3316] = 3316, + [3317] = 3317, + [3318] = 3317, [3319] = 3319, - [3320] = 3297, + [3320] = 3317, [3321] = 3321, - [3322] = 3298, - [3323] = 3323, - [3324] = 3324, + [3322] = 3322, + [3323] = 3317, + [3324] = 3322, [3325] = 3325, [3326] = 3326, - [3327] = 3327, + [3327] = 3322, [3328] = 3328, - [3329] = 3329, + [3329] = 3317, [3330] = 3330, - [3331] = 3331, + [3331] = 3322, [3332] = 3332, - [3333] = 3333, + [3333] = 3322, [3334] = 3334, [3335] = 3335, [3336] = 3336, @@ -7551,1335 +7586,1335 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3340] = 3340, [3341] = 3341, [3342] = 3342, - [3343] = 3332, - [3344] = 3344, - [3345] = 3340, + [3343] = 3343, + [3344] = 3340, + [3345] = 3345, [3346] = 3346, - [3347] = 3342, - [3348] = 3342, - [3349] = 3349, - [3350] = 3340, - [3351] = 3351, - [3352] = 3333, + [3347] = 3347, + [3348] = 3348, + [3349] = 3340, + [3350] = 3343, + [3351] = 3346, + [3352] = 3343, [3353] = 3353, - [3354] = 3341, - [3355] = 3341, - [3356] = 3356, - [3357] = 3357, - [3358] = 3342, - [3359] = 3357, - [3360] = 3346, - [3361] = 3346, - [3362] = 3341, - [3363] = 3357, - [3364] = 3340, - [3365] = 3341, - [3366] = 3346, - [3367] = 3342, + [3354] = 3346, + [3355] = 3355, + [3356] = 3321, + [3357] = 3316, + [3358] = 3335, + [3359] = 3359, + [3360] = 3340, + [3361] = 3340, + [3362] = 3346, + [3363] = 3346, + [3364] = 3343, + [3365] = 3343, + [3366] = 3366, + [3367] = 3367, [3368] = 3368, - [3369] = 3369, - [3370] = 3346, - [3371] = 3340, - [3372] = 3357, - [3373] = 3339, + [3369] = 3367, + [3370] = 3370, + [3371] = 3370, + [3372] = 3370, + [3373] = 3367, [3374] = 3374, [3375] = 3375, - [3376] = 3357, - [3377] = 3377, + [3376] = 3376, + [3377] = 3367, [3378] = 3378, [3379] = 3379, - [3380] = 3380, + [3380] = 3367, [3381] = 3381, - [3382] = 3382, + [3382] = 3370, [3383] = 3383, [3384] = 3384, - [3385] = 3385, + [3385] = 3295, [3386] = 3386, [3387] = 3387, - [3388] = 3292, + [3388] = 3388, [3389] = 3389, [3390] = 3390, - [3391] = 3391, + [3391] = 3370, [3392] = 3392, [3393] = 3393, - [3394] = 3394, - [3395] = 3395, - [3396] = 3392, + [3394] = 3392, + [3395] = 3393, + [3396] = 3396, [3397] = 3397, - [3398] = 3394, - [3399] = 3397, + [3398] = 3398, + [3399] = 3396, [3400] = 3400, - [3401] = 3394, - [3402] = 3393, - [3403] = 3392, - [3404] = 3394, - [3405] = 3405, - [3406] = 3406, - [3407] = 3395, - [3408] = 3393, - [3409] = 3392, - [3410] = 3395, - [3411] = 3397, + [3401] = 3398, + [3402] = 3392, + [3403] = 3393, + [3404] = 3393, + [3405] = 3398, + [3406] = 3397, + [3407] = 3396, + [3408] = 3400, + [3409] = 3397, + [3410] = 3400, + [3411] = 3400, [3412] = 3412, - [3413] = 3394, - [3414] = 3414, - [3415] = 3395, - [3416] = 3416, - [3417] = 3417, - [3418] = 3395, - [3419] = 3392, + [3413] = 3393, + [3414] = 3392, + [3415] = 3396, + [3416] = 3392, + [3417] = 3392, + [3418] = 3397, + [3419] = 3393, [3420] = 3393, - [3421] = 3397, - [3422] = 3397, - [3423] = 3393, - [3424] = 3424, - [3425] = 3425, - [3426] = 3426, - [3427] = 3427, - [3428] = 3428, - [3429] = 3427, - [3430] = 3427, - [3431] = 3427, - [3432] = 3432, - [3433] = 3426, - [3434] = 3434, - [3435] = 3425, - [3436] = 3436, - [3437] = 3437, - [3438] = 3425, - [3439] = 3426, - [3440] = 3428, - [3441] = 3437, - [3442] = 3425, - [3443] = 3426, - [3444] = 3428, - [3445] = 3445, - [3446] = 3428, - [3447] = 3437, - [3448] = 3437, - [3449] = 3426, - [3450] = 3437, - [3451] = 3428, - [3452] = 7, - [3453] = 3437, - [3454] = 3425, - [3455] = 3428, - [3456] = 9, - [3457] = 3437, - [3458] = 3425, - [3459] = 3428, - [3460] = 3425, - [3461] = 3426, - [3462] = 3426, - [3463] = 3428, - [3464] = 3426, - [3465] = 3425, - [3466] = 3426, - [3467] = 3437, - [3468] = 3425, - [3469] = 3425, - [3470] = 3428, - [3471] = 3426, - [3472] = 3428, - [3473] = 3437, - [3474] = 3437, - [3475] = 3425, - [3476] = 3426, + [3421] = 3400, + [3422] = 3400, + [3423] = 3398, + [3424] = 3412, + [3425] = 3397, + [3426] = 3412, + [3427] = 3393, + [3428] = 3397, + [3429] = 3392, + [3430] = 3393, + [3431] = 3400, + [3432] = 3393, + [3433] = 3396, + [3434] = 3392, + [3435] = 3400, + [3436] = 3400, + [3437] = 3397, + [3438] = 3400, + [3439] = 3397, + [3440] = 3397, + [3441] = 3412, + [3442] = 3412, + [3443] = 3400, + [3444] = 3398, + [3445] = 3397, + [3446] = 3446, + [3447] = 3392, + [3448] = 3397, + [3449] = 3449, + [3450] = 3392, + [3451] = 3392, + [3452] = 3452, + [3453] = 3393, + [3454] = 3400, + [3455] = 3400, + [3456] = 3456, + [3457] = 3393, + [3458] = 3397, + [3459] = 3459, + [3460] = 3392, + [3461] = 3397, + [3462] = 3392, + [3463] = 3392, + [3464] = 3400, + [3465] = 3393, + [3466] = 3393, + [3467] = 3397, + [3468] = 3468, + [3469] = 3469, + [3470] = 3470, + [3471] = 3471, + [3472] = 12, + [3473] = 3469, + [3474] = 3470, + [3475] = 3475, + [3476] = 3476, [3477] = 3477, - [3478] = 3478, - [3479] = 3428, - [3480] = 3437, + [3478] = 3476, + [3479] = 3479, + [3480] = 9, [3481] = 3481, - [3482] = 3437, - [3483] = 3425, - [3484] = 3426, - [3485] = 3428, - [3486] = 3437, - [3487] = 3425, - [3488] = 3426, - [3489] = 3428, - [3490] = 3437, - [3491] = 3425, - [3492] = 3426, - [3493] = 3428, - [3494] = 3427, - [3495] = 3495, - [3496] = 3496, + [3482] = 3469, + [3483] = 3469, + [3484] = 3476, + [3485] = 3470, + [3486] = 3486, + [3487] = 3471, + [3488] = 3477, + [3489] = 3477, + [3490] = 3471, + [3491] = 3470, + [3492] = 3470, + [3493] = 3477, + [3494] = 3471, + [3495] = 3471, + [3496] = 3479, [3497] = 3497, - [3498] = 3497, + [3498] = 3476, [3499] = 3499, - [3500] = 3500, - [3501] = 3501, - [3502] = 3497, - [3503] = 3500, - [3504] = 3497, - [3505] = 3505, - [3506] = 3496, - [3507] = 3507, - [3508] = 2788, - [3509] = 3496, - [3510] = 3497, - [3511] = 3500, - [3512] = 3505, - [3513] = 3500, - [3514] = 3507, - [3515] = 24, - [3516] = 3505, - [3517] = 3496, - [3518] = 3500, - [3519] = 3507, - [3520] = 3505, - [3521] = 3496, - [3522] = 3507, - [3523] = 3505, - [3524] = 3524, - [3525] = 3507, + [3500] = 3479, + [3501] = 3469, + [3502] = 3476, + [3503] = 3477, + [3504] = 3504, + [3505] = 3499, + [3506] = 3499, + [3507] = 3479, + [3508] = 3499, + [3509] = 3499, + [3510] = 3479, + [3511] = 3511, + [3512] = 3512, + [3513] = 3513, + [3514] = 3514, + [3515] = 3515, + [3516] = 3516, + [3517] = 3517, + [3518] = 3051, + [3519] = 3519, + [3520] = 3520, + [3521] = 3520, + [3522] = 3522, + [3523] = 3517, + [3524] = 3519, + [3525] = 3525, [3526] = 3526, [3527] = 3527, - [3528] = 3528, - [3529] = 3478, - [3530] = 3528, - [3531] = 3531, - [3532] = 3532, + [3528] = 3513, + [3529] = 3529, + [3530] = 3530, + [3531] = 3515, + [3532] = 3525, [3533] = 3533, [3534] = 3534, - [3535] = 3528, - [3536] = 3532, - [3537] = 3537, - [3538] = 3527, - [3539] = 3539, - [3540] = 3540, - [3541] = 3528, - [3542] = 3528, - [3543] = 3537, - [3544] = 3540, - [3545] = 3545, - [3546] = 3546, - [3547] = 3547, + [3535] = 3535, + [3536] = 3530, + [3537] = 3522, + [3538] = 3512, + [3539] = 3517, + [3540] = 3512, + [3541] = 3533, + [3542] = 3534, + [3543] = 3543, + [3544] = 3513, + [3545] = 3529, + [3546] = 3543, + [3547] = 3527, [3548] = 3548, - [3549] = 3528, - [3550] = 3528, - [3551] = 3551, - [3552] = 3539, - [3553] = 3553, - [3554] = 3554, - [3555] = 3555, - [3556] = 3556, - [3557] = 3557, - [3558] = 3558, - [3559] = 3528, - [3560] = 3560, - [3561] = 3558, - [3562] = 3555, - [3563] = 3558, - [3564] = 3528, - [3565] = 3540, - [3566] = 3566, - [3567] = 3567, - [3568] = 3568, - [3569] = 3537, - [3570] = 3558, - [3571] = 3528, - [3572] = 3572, - [3573] = 3531, - [3574] = 3545, - [3575] = 3545, - [3576] = 3556, + [3549] = 3519, + [3550] = 3515, + [3551] = 3548, + [3552] = 3548, + [3553] = 3543, + [3554] = 3522, + [3555] = 3514, + [3556] = 24, + [3557] = 3530, + [3558] = 3543, + [3559] = 3520, + [3560] = 3520, + [3561] = 3525, + [3562] = 3529, + [3563] = 3563, + [3564] = 3534, + [3565] = 3543, + [3566] = 3535, + [3567] = 3535, + [3568] = 3530, + [3569] = 3548, + [3570] = 3533, + [3571] = 3522, + [3572] = 3534, + [3573] = 3512, + [3574] = 3527, + [3575] = 3533, + [3576] = 3513, [3577] = 3577, - [3578] = 3555, - [3579] = 3555, - [3580] = 3532, - [3581] = 3556, - [3582] = 3539, - [3583] = 3540, - [3584] = 3553, - [3585] = 3531, - [3586] = 3537, - [3587] = 3554, - [3588] = 3527, - [3589] = 3540, - [3590] = 3537, - [3591] = 3528, - [3592] = 3539, - [3593] = 3531, - [3594] = 3528, - [3595] = 3527, - [3596] = 3532, - [3597] = 3556, - [3598] = 3532, - [3599] = 3545, - [3600] = 3527, - [3601] = 3553, - [3602] = 3531, + [3578] = 3514, + [3579] = 3527, + [3580] = 3514, + [3581] = 3517, + [3582] = 3519, + [3583] = 3535, + [3584] = 3548, + [3585] = 3514, + [3586] = 3529, + [3587] = 3519, + [3588] = 3529, + [3589] = 3520, + [3590] = 3517, + [3591] = 3535, + [3592] = 3527, + [3593] = 3533, + [3594] = 3534, + [3595] = 3515, + [3596] = 3513, + [3597] = 3512, + [3598] = 3525, + [3599] = 3525, + [3600] = 3522, + [3601] = 3530, + [3602] = 3515, [3603] = 3603, - [3604] = 3556, - [3605] = 3553, + [3604] = 3604, + [3605] = 3605, [3606] = 3606, [3607] = 3607, - [3608] = 3554, - [3609] = 3553, - [3610] = 3610, - [3611] = 3611, - [3612] = 3558, - [3613] = 3539, + [3608] = 3608, + [3609] = 3609, + [3610] = 3608, + [3611] = 3606, + [3612] = 3605, + [3613] = 3607, [3614] = 3614, - [3615] = 3528, - [3616] = 3554, - [3617] = 3545, - [3618] = 3528, - [3619] = 3554, - [3620] = 3555, - [3621] = 3621, + [3615] = 3615, + [3616] = 3607, + [3617] = 3617, + [3618] = 3618, + [3619] = 3608, + [3620] = 3614, + [3621] = 3609, [3622] = 3622, [3623] = 3623, [3624] = 3624, - [3625] = 3623, + [3625] = 3625, [3626] = 3626, - [3627] = 3626, + [3627] = 3609, [3628] = 3628, [3629] = 3629, - [3630] = 3628, - [3631] = 3146, + [3630] = 3604, + [3631] = 3617, [3632] = 3632, - [3633] = 3632, + [3633] = 3625, [3634] = 3634, - [3635] = 3134, - [3636] = 3636, - [3637] = 3637, - [3638] = 3142, - [3639] = 3639, - [3640] = 3147, - [3641] = 3634, + [3635] = 3632, + [3636] = 3615, + [3637] = 3624, + [3638] = 3623, + [3639] = 3623, + [3640] = 3629, + [3641] = 3641, [3642] = 3642, [3643] = 3643, - [3644] = 3639, - [3645] = 23, - [3646] = 3637, - [3647] = 3629, - [3648] = 3642, - [3649] = 3643, - [3650] = 3622, - [3651] = 3623, - [3652] = 3652, - [3653] = 17, + [3644] = 3644, + [3645] = 3625, + [3646] = 3617, + [3647] = 3647, + [3648] = 3604, + [3649] = 3624, + [3650] = 3650, + [3651] = 3603, + [3652] = 3614, + [3653] = 3634, [3654] = 3654, - [3655] = 3624, - [3656] = 3652, - [3657] = 3643, - [3658] = 3624, - [3659] = 3636, - [3660] = 3629, - [3661] = 3652, - [3662] = 3623, - [3663] = 3624, - [3664] = 3629, - [3665] = 3626, - [3666] = 3626, - [3667] = 3652, - [3668] = 3628, + [3655] = 3655, + [3656] = 3625, + [3657] = 3632, + [3658] = 3625, + [3659] = 3659, + [3660] = 3609, + [3661] = 3625, + [3662] = 3662, + [3663] = 3626, + [3664] = 3634, + [3665] = 3629, + [3666] = 3618, + [3667] = 3667, + [3668] = 3634, [3669] = 3624, - [3670] = 3636, - [3671] = 3626, - [3672] = 3161, - [3673] = 3628, - [3674] = 3622, - [3675] = 3632, + [3670] = 3628, + [3671] = 3623, + [3672] = 3672, + [3673] = 3625, + [3674] = 3625, + [3675] = 3615, [3676] = 3632, - [3677] = 3634, - [3678] = 3639, - [3679] = 3642, + [3677] = 3625, + [3678] = 3678, + [3679] = 3628, [3680] = 3628, - [3681] = 3634, - [3682] = 3637, - [3683] = 3642, - [3684] = 3637, - [3685] = 3643, - [3686] = 3639, - [3687] = 3632, - [3688] = 3629, - [3689] = 25, - [3690] = 3642, - [3691] = 3691, - [3692] = 12, - [3693] = 5, - [3694] = 3623, - [3695] = 3643, - [3696] = 3622, - [3697] = 3697, - [3698] = 3622, - [3699] = 3155, - [3700] = 3634, - [3701] = 3652, - [3702] = 3636, - [3703] = 3639, - [3704] = 20, - [3705] = 3705, - [3706] = 3706, - [3707] = 4, - [3708] = 3636, - [3709] = 6, - [3710] = 3637, - [3711] = 3711, - [3712] = 3712, + [3681] = 3626, + [3682] = 3625, + [3683] = 3629, + [3684] = 3604, + [3685] = 3626, + [3686] = 3603, + [3687] = 3617, + [3688] = 3625, + [3689] = 3689, + [3690] = 3690, + [3691] = 3607, + [3692] = 3626, + [3693] = 3497, + [3694] = 3625, + [3695] = 3603, + [3696] = 3696, + [3697] = 3625, + [3698] = 3615, + [3699] = 3614, + [3700] = 3628, + [3701] = 3608, + [3702] = 3614, + [3703] = 3608, + [3704] = 3704, + [3705] = 3606, + [3706] = 3606, + [3707] = 3605, + [3708] = 3605, + [3709] = 3618, + [3710] = 3606, + [3711] = 3609, + [3712] = 3615, [3713] = 3713, - [3714] = 3714, - [3715] = 3715, - [3716] = 3716, - [3717] = 3712, - [3718] = 3718, + [3714] = 3624, + [3715] = 3603, + [3716] = 3618, + [3717] = 3632, + [3718] = 3604, [3719] = 3719, - [3720] = 3720, - [3721] = 3721, - [3722] = 3722, - [3723] = 3723, - [3724] = 3724, - [3725] = 3725, - [3726] = 3726, - [3727] = 3727, - [3728] = 3713, - [3729] = 38, - [3730] = 3730, - [3731] = 3731, + [3720] = 3629, + [3721] = 3605, + [3722] = 3607, + [3723] = 3618, + [3724] = 3634, + [3725] = 3623, + [3726] = 3617, + [3727] = 3625, + [3728] = 3728, + [3729] = 3729, + [3730] = 3186, + [3731] = 3188, [3732] = 3732, [3733] = 3733, [3734] = 3734, [3735] = 3735, - [3736] = 3736, + [3736] = 3735, [3737] = 3737, - [3738] = 3738, - [3739] = 3715, + [3738] = 3737, + [3739] = 3739, [3740] = 3740, [3741] = 3741, [3742] = 3742, - [3743] = 3730, - [3744] = 3730, - [3745] = 3714, - [3746] = 3734, + [3743] = 3728, + [3744] = 3739, + [3745] = 3745, + [3746] = 3746, [3747] = 3747, - [3748] = 3730, - [3749] = 3730, - [3750] = 3730, - [3751] = 3730, - [3752] = 3730, - [3753] = 3730, - [3754] = 3730, - [3755] = 3730, + [3748] = 3748, + [3749] = 3741, + [3750] = 11, + [3751] = 3204, + [3752] = 3752, + [3753] = 3728, + [3754] = 3754, + [3755] = 3755, [3756] = 3756, - [3757] = 3730, - [3758] = 3730, - [3759] = 3730, - [3760] = 3730, - [3761] = 3735, - [3762] = 3736, - [3763] = 3737, - [3764] = 3764, - [3765] = 3738, - [3766] = 3719, - [3767] = 3767, - [3768] = 3768, - [3769] = 3730, - [3770] = 3770, - [3771] = 3771, + [3757] = 3757, + [3758] = 3758, + [3759] = 3759, + [3760] = 3760, + [3761] = 3729, + [3762] = 3734, + [3763] = 3729, + [3764] = 3760, + [3765] = 3759, + [3766] = 3200, + [3767] = 3758, + [3768] = 3734, + [3769] = 3755, + [3770] = 3754, + [3771] = 3752, [3772] = 3772, - [3773] = 3718, - [3774] = 3774, - [3775] = 3742, - [3776] = 3776, - [3777] = 3777, - [3778] = 3730, - [3779] = 3715, - [3780] = 3747, - [3781] = 3764, - [3782] = 3782, - [3783] = 3716, - [3784] = 3784, - [3785] = 2521, - [3786] = 3786, - [3787] = 3787, - [3788] = 3788, - [3789] = 3727, - [3790] = 3770, - [3791] = 3730, - [3792] = 3714, - [3793] = 3793, - [3794] = 3726, - [3795] = 3733, - [3796] = 3719, - [3797] = 16, - [3798] = 3793, - [3799] = 3771, - [3800] = 3768, - [3801] = 3756, - [3802] = 3730, - [3803] = 3741, - [3804] = 3732, - [3805] = 3777, - [3806] = 3720, - [3807] = 3772, - [3808] = 3722, - [3809] = 3809, - [3810] = 3723, - [3811] = 3786, - [3812] = 3724, - [3813] = 3725, - [3814] = 3776, - [3815] = 3715, - [3816] = 3816, - [3817] = 3817, - [3818] = 3730, - [3819] = 3733, - [3820] = 3786, - [3821] = 3821, - [3822] = 3772, - [3823] = 3777, - [3824] = 3727, - [3825] = 3713, - [3826] = 3730, - [3827] = 3788, - [3828] = 3772, - [3829] = 3776, - [3830] = 3712, - [3831] = 3733, - [3832] = 3788, - [3833] = 3821, - [3834] = 3712, - [3835] = 3730, - [3836] = 3784, - [3837] = 3721, - [3838] = 3730, - [3839] = 3839, - [3840] = 3740, - [3841] = 3770, - [3842] = 3713, - [3843] = 3786, - [3844] = 3844, + [3773] = 3741, + [3774] = 3756, + [3775] = 3775, + [3776] = 3241, + [3777] = 3747, + [3778] = 3746, + [3779] = 3745, + [3780] = 3746, + [3781] = 3756, + [3782] = 3747, + [3783] = 3729, + [3784] = 3745, + [3785] = 3756, + [3786] = 3747, + [3787] = 3746, + [3788] = 3745, + [3789] = 3760, + [3790] = 3732, + [3791] = 3759, + [3792] = 3758, + [3793] = 3732, + [3794] = 3735, + [3795] = 3737, + [3796] = 3728, + [3797] = 3739, + [3798] = 3227, + [3799] = 3799, + [3800] = 3739, + [3801] = 3801, + [3802] = 3737, + [3803] = 8, + [3804] = 3735, + [3805] = 3728, + [3806] = 3806, + [3807] = 3745, + [3808] = 3746, + [3809] = 3755, + [3810] = 27, + [3811] = 3732, + [3812] = 3747, + [3813] = 3756, + [3814] = 22, + [3815] = 3754, + [3816] = 3758, + [3817] = 3759, + [3818] = 3752, + [3819] = 3760, + [3820] = 3820, + [3821] = 3729, + [3822] = 3734, + [3823] = 3823, + [3824] = 3824, + [3825] = 3755, + [3826] = 3754, + [3827] = 3752, + [3828] = 3732, + [3829] = 3741, + [3830] = 10, + [3831] = 3831, + [3832] = 3741, + [3833] = 3833, + [3834] = 3834, + [3835] = 3752, + [3836] = 3754, + [3837] = 3755, + [3838] = 3739, + [3839] = 3734, + [3840] = 3735, + [3841] = 3737, + [3842] = 3758, + [3843] = 3759, + [3844] = 3760, [3845] = 3845, - [3846] = 3731, - [3847] = 3718, - [3848] = 3740, - [3849] = 3730, - [3850] = 3716, - [3851] = 3767, - [3852] = 3771, - [3853] = 3768, - [3854] = 3767, - [3855] = 3816, - [3856] = 3756, - [3857] = 3764, - [3858] = 3730, - [3859] = 3747, + [3846] = 3846, + [3847] = 3846, + [3848] = 3848, + [3849] = 3846, + [3850] = 3850, + [3851] = 3851, + [3852] = 3852, + [3853] = 3846, + [3854] = 3854, + [3855] = 3846, + [3856] = 40, + [3857] = 3857, + [3858] = 3846, + [3859] = 3857, [3860] = 3860, - [3861] = 3741, - [3862] = 3732, - [3863] = 3742, - [3864] = 3734, - [3865] = 3809, - [3866] = 3793, - [3867] = 3720, - [3868] = 3730, - [3869] = 3738, - [3870] = 3821, - [3871] = 3730, - [3872] = 3737, - [3873] = 3736, - [3874] = 3735, - [3875] = 3740, + [3861] = 3861, + [3862] = 3862, + [3863] = 3863, + [3864] = 3864, + [3865] = 3860, + [3866] = 3866, + [3867] = 3867, + [3868] = 3846, + [3869] = 3869, + [3870] = 3846, + [3871] = 3871, + [3872] = 3846, + [3873] = 3846, + [3874] = 3871, + [3875] = 3846, [3876] = 3876, - [3877] = 3877, - [3878] = 3767, - [3879] = 3860, - [3880] = 3735, - [3881] = 3718, - [3882] = 3716, - [3883] = 3784, - [3884] = 3726, - [3885] = 3736, - [3886] = 3730, - [3887] = 3722, - [3888] = 3730, - [3889] = 3737, - [3890] = 3740, - [3891] = 3738, - [3892] = 3784, - [3893] = 3723, - [3894] = 3724, - [3895] = 3784, - [3896] = 3725, - [3897] = 3770, - [3898] = 3725, - [3899] = 3726, - [3900] = 3730, - [3901] = 3770, - [3902] = 3767, - [3903] = 3788, - [3904] = 3742, - [3905] = 3772, - [3906] = 3747, - [3907] = 3788, - [3908] = 3764, - [3909] = 3715, - [3910] = 3860, - [3911] = 3734, - [3912] = 3727, - [3913] = 3730, - [3914] = 3733, - [3915] = 3720, - [3916] = 3731, - [3917] = 3917, - [3918] = 3730, - [3919] = 3809, - [3920] = 3816, - [3921] = 3731, - [3922] = 3816, - [3923] = 3732, - [3924] = 3776, - [3925] = 3786, - [3926] = 3777, - [3927] = 3713, - [3928] = 3727, - [3929] = 3771, - [3930] = 3741, - [3931] = 3768, - [3932] = 3756, - [3933] = 3741, - [3934] = 3722, - [3935] = 3935, - [3936] = 3730, - [3937] = 3756, - [3938] = 3938, - [3939] = 3725, - [3940] = 3732, - [3941] = 3768, - [3942] = 3771, - [3943] = 3720, - [3944] = 3860, - [3945] = 3735, - [3946] = 3736, - [3947] = 3737, - [3948] = 3738, - [3949] = 3712, - [3950] = 3724, - [3951] = 3821, - [3952] = 3742, - [3953] = 3747, - [3954] = 3764, - [3955] = 3809, - [3956] = 3730, - [3957] = 3723, - [3958] = 3821, - [3959] = 3719, - [3960] = 3809, - [3961] = 3722, - [3962] = 3962, - [3963] = 3714, - [3964] = 3723, - [3965] = 3730, - [3966] = 3966, - [3967] = 3793, - [3968] = 3776, - [3969] = 3724, - [3970] = 3719, - [3971] = 3714, - [3972] = 3793, - [3973] = 3860, - [3974] = 3777, - [3975] = 3726, - [3976] = 3731, - [3977] = 3716, - [3978] = 3978, - [3979] = 3718, - [3980] = 3730, - [3981] = 3816, - [3982] = 3734, - [3983] = 3983, - [3984] = 3984, - [3985] = 3985, - [3986] = 3986, - [3987] = 3987, - [3988] = 3987, - [3989] = 3989, - [3990] = 3990, - [3991] = 3991, - [3992] = 3984, - [3993] = 3991, - [3994] = 3994, - [3995] = 3995, - [3996] = 3983, - [3997] = 3997, - [3998] = 3994, + [3877] = 4, + [3878] = 3878, + [3879] = 3876, + [3880] = 3846, + [3881] = 3846, + [3882] = 3876, + [3883] = 3846, + [3884] = 3884, + [3885] = 3848, + [3886] = 3846, + [3887] = 3869, + [3888] = 3861, + [3889] = 3889, + [3890] = 3890, + [3891] = 3891, + [3892] = 3861, + [3893] = 3893, + [3894] = 3846, + [3895] = 3895, + [3896] = 3893, + [3897] = 3891, + [3898] = 3890, + [3899] = 3846, + [3900] = 3889, + [3901] = 3901, + [3902] = 3867, + [3903] = 3869, + [3904] = 3890, + [3905] = 3845, + [3906] = 3846, + [3907] = 3846, + [3908] = 3908, + [3909] = 3908, + [3910] = 3871, + [3911] = 3891, + [3912] = 3893, + [3913] = 3913, + [3914] = 3860, + [3915] = 3848, + [3916] = 3846, + [3917] = 3846, + [3918] = 3846, + [3919] = 3846, + [3920] = 3878, + [3921] = 3921, + [3922] = 3850, + [3923] = 3851, + [3924] = 3857, + [3925] = 3852, + [3926] = 3846, + [3927] = 3852, + [3928] = 3851, + [3929] = 3850, + [3930] = 3869, + [3931] = 3931, + [3932] = 3846, + [3933] = 3846, + [3934] = 3860, + [3935] = 3878, + [3936] = 3871, + [3937] = 3846, + [3938] = 3890, + [3939] = 3891, + [3940] = 3893, + [3941] = 3893, + [3942] = 3891, + [3943] = 3890, + [3944] = 3878, + [3945] = 3945, + [3946] = 3913, + [3947] = 3871, + [3948] = 3860, + [3949] = 3869, + [3950] = 3908, + [3951] = 3845, + [3952] = 2627, + [3953] = 3852, + [3954] = 3954, + [3955] = 3851, + [3956] = 3956, + [3957] = 3850, + [3958] = 3958, + [3959] = 3959, + [3960] = 3846, + [3961] = 3954, + [3962] = 3867, + [3963] = 3889, + [3964] = 3857, + [3965] = 3846, + [3966] = 3846, + [3967] = 6, + [3968] = 3861, + [3969] = 3889, + [3970] = 3867, + [3971] = 3971, + [3972] = 3878, + [3973] = 3846, + [3974] = 3848, + [3975] = 3876, + [3976] = 3857, + [3977] = 3852, + [3978] = 3851, + [3979] = 3850, + [3980] = 3980, + [3981] = 3846, + [3982] = 3876, + [3983] = 3913, + [3984] = 3846, + [3985] = 3913, + [3986] = 3848, + [3987] = 3913, + [3988] = 3846, + [3989] = 5, + [3990] = 3846, + [3991] = 3845, + [3992] = 3908, + [3993] = 3845, + [3994] = 3908, + [3995] = 3867, + [3996] = 3889, + [3997] = 3846, + [3998] = 3861, [3999] = 3999, - [4000] = 3994, - [4001] = 3991, - [4002] = 3991, + [4000] = 4000, + [4001] = 4001, + [4002] = 4002, [4003] = 4003, - [4004] = 3995, - [4005] = 3995, - [4006] = 3989, - [4007] = 3984, + [4004] = 4004, + [4005] = 4005, + [4006] = 4006, + [4007] = 4007, [4008] = 4008, - [4009] = 3997, - [4010] = 3984, + [4009] = 4008, + [4010] = 4010, [4011] = 4011, - [4012] = 4012, - [4013] = 3989, + [4012] = 4000, + [4013] = 4013, [4014] = 4014, - [4015] = 3984, - [4016] = 3987, - [4017] = 3983, - [4018] = 4018, - [4019] = 3994, - [4020] = 3983, - [4021] = 3987, - [4022] = 3654, - [4023] = 4023, - [4024] = 4024, - [4025] = 4025, - [4026] = 3995, - [4027] = 3991, - [4028] = 3997, - [4029] = 3997, - [4030] = 3987, - [4031] = 1938, - [4032] = 4018, - [4033] = 3989, - [4034] = 3989, - [4035] = 1939, - [4036] = 3994, - [4037] = 4037, - [4038] = 3995, + [4015] = 4006, + [4016] = 3999, + [4017] = 4017, + [4018] = 4007, + [4019] = 3999, + [4020] = 4005, + [4021] = 4021, + [4022] = 4010, + [4023] = 4003, + [4024] = 4007, + [4025] = 4014, + [4026] = 4021, + [4027] = 4003, + [4028] = 4005, + [4029] = 4013, + [4030] = 4010, + [4031] = 4031, + [4032] = 4032, + [4033] = 4017, + [4034] = 4032, + [4035] = 4006, + [4036] = 4006, + [4037] = 4003, + [4038] = 4008, [4039] = 4039, - [4040] = 4040, - [4041] = 4041, - [4042] = 4042, - [4043] = 3983, - [4044] = 4044, - [4045] = 3997, - [4046] = 4046, - [4047] = 4047, - [4048] = 1539, - [4049] = 4049, - [4050] = 4050, - [4051] = 4051, - [4052] = 4052, - [4053] = 4053, + [4040] = 4013, + [4041] = 4004, + [4042] = 4004, + [4043] = 4013, + [4044] = 1888, + [4045] = 4017, + [4046] = 4008, + [4047] = 4013, + [4048] = 4010, + [4049] = 3999, + [4050] = 4021, + [4051] = 4017, + [4052] = 4008, + [4053] = 4017, [4054] = 4054, - [4055] = 1564, - [4056] = 1563, - [4057] = 1616, - [4058] = 4058, + [4055] = 4004, + [4056] = 4000, + [4057] = 4057, + [4058] = 4011, [4059] = 4059, - [4060] = 1816, - [4061] = 4061, - [4062] = 4062, - [4063] = 4063, - [4064] = 4051, - [4065] = 1814, - [4066] = 4062, - [4067] = 4047, - [4068] = 1805, - [4069] = 1791, - [4070] = 4051, - [4071] = 4071, - [4072] = 2799, - [4073] = 4073, - [4074] = 4054, - [4075] = 4059, - [4076] = 4062, - [4077] = 1789, - [4078] = 4047, - [4079] = 1815, - [4080] = 4059, - [4081] = 4051, - [4082] = 4062, - [4083] = 1540, - [4084] = 1546, - [4085] = 1554, - [4086] = 1543, - [4087] = 1561, - [4088] = 4062, - [4089] = 1562, - [4090] = 4059, - [4091] = 1565, - [4092] = 4059, - [4093] = 4054, - [4094] = 4047, - [4095] = 4054, - [4096] = 4051, - [4097] = 1620, - [4098] = 4098, - [4099] = 1621, - [4100] = 1622, - [4101] = 1628, - [4102] = 4102, - [4103] = 1629, - [4104] = 1630, - [4105] = 1652, - [4106] = 1653, - [4107] = 1654, - [4108] = 1658, - [4109] = 4047, - [4110] = 1660, - [4111] = 4054, - [4112] = 1663, + [4060] = 4007, + [4061] = 4011, + [4062] = 4014, + [4063] = 1889, + [4064] = 4059, + [4065] = 4032, + [4066] = 4066, + [4067] = 4004, + [4068] = 4059, + [4069] = 4057, + [4070] = 4070, + [4071] = 4010, + [4072] = 4006, + [4073] = 4021, + [4074] = 4032, + [4075] = 4032, + [4076] = 4021, + [4077] = 4000, + [4078] = 4059, + [4079] = 4079, + [4080] = 4000, + [4081] = 4005, + [4082] = 4005, + [4083] = 4007, + [4084] = 4014, + [4085] = 4059, + [4086] = 4011, + [4087] = 4011, + [4088] = 20, + [4089] = 4014, + [4090] = 3775, + [4091] = 3999, + [4092] = 4003, + [4093] = 1640, + [4094] = 1620, + [4095] = 4095, + [4096] = 1621, + [4097] = 1622, + [4098] = 1623, + [4099] = 4099, + [4100] = 1624, + [4101] = 1644, + [4102] = 1647, + [4103] = 4103, + [4104] = 1625, + [4105] = 1648, + [4106] = 1643, + [4107] = 1628, + [4108] = 4108, + [4109] = 1629, + [4110] = 1630, + [4111] = 1631, + [4112] = 1667, [4113] = 4113, - [4114] = 1665, - [4115] = 1674, + [4114] = 1641, + [4115] = 4115, [4116] = 4116, - [4117] = 2521, - [4118] = 4118, - [4119] = 4119, + [4117] = 1649, + [4118] = 3037, + [4119] = 1632, [4120] = 4120, - [4121] = 4119, - [4122] = 4122, - [4123] = 4123, - [4124] = 4124, - [4125] = 4116, - [4126] = 4126, + [4121] = 1633, + [4122] = 1650, + [4123] = 1637, + [4124] = 1660, + [4125] = 1639, + [4126] = 1659, [4127] = 4127, - [4128] = 4119, + [4128] = 1617, [4129] = 4129, [4130] = 4130, - [4131] = 4131, - [4132] = 4118, - [4133] = 4120, - [4134] = 4124, - [4135] = 4120, - [4136] = 4119, - [4137] = 4137, + [4131] = 1642, + [4132] = 1618, + [4133] = 4133, + [4134] = 1651, + [4135] = 4135, + [4136] = 1638, + [4137] = 1652, [4138] = 4138, [4139] = 4139, - [4140] = 2521, - [4141] = 4124, + [4140] = 4140, + [4141] = 4140, [4142] = 4142, - [4143] = 4122, - [4144] = 4137, + [4143] = 4143, + [4144] = 4130, [4145] = 4145, - [4146] = 4146, - [4147] = 4118, - [4148] = 4120, - [4149] = 4124, - [4150] = 4137, - [4151] = 4122, - [4152] = 4142, - [4153] = 4116, - [4154] = 4122, - [4155] = 4155, - [4156] = 4156, + [4146] = 2627, + [4147] = 4147, + [4148] = 4148, + [4149] = 4149, + [4150] = 4150, + [4151] = 4151, + [4152] = 4139, + [4153] = 4153, + [4154] = 4154, + [4155] = 4143, + [4156] = 4149, [4157] = 4157, - [4158] = 4158, - [4159] = 4118, - [4160] = 4127, - [4161] = 4116, - [4162] = 4118, + [4158] = 4151, + [4159] = 4159, + [4160] = 4160, + [4161] = 4161, + [4162] = 4149, [4163] = 4163, - [4164] = 4137, + [4164] = 4164, [4165] = 4165, - [4166] = 4166, + [4166] = 4159, [4167] = 4167, - [4168] = 4116, - [4169] = 4120, - [4170] = 4142, - [4171] = 4127, - [4172] = 4122, + [4168] = 4142, + [4169] = 4169, + [4170] = 4170, + [4171] = 4164, + [4172] = 4172, [4173] = 4173, [4174] = 4174, - [4175] = 4175, - [4176] = 4137, - [4177] = 4119, - [4178] = 4124, - [4179] = 4127, + [4175] = 4138, + [4176] = 4160, + [4177] = 4164, + [4178] = 4178, + [4179] = 4138, [4180] = 4180, - [4181] = 4142, - [4182] = 4182, - [4183] = 4183, - [4184] = 4127, - [4185] = 4185, + [4181] = 4147, + [4182] = 4160, + [4183] = 4142, + [4184] = 4139, + [4185] = 4143, [4186] = 4186, - [4187] = 4187, + [4187] = 4150, [4188] = 4188, - [4189] = 4189, - [4190] = 4190, - [4191] = 4191, - [4192] = 4192, - [4193] = 4193, + [4189] = 4151, + [4190] = 4142, + [4191] = 4148, + [4192] = 4160, + [4193] = 4160, [4194] = 4194, - [4195] = 4195, - [4196] = 4196, - [4197] = 4190, - [4198] = 4198, - [4199] = 4199, + [4195] = 4161, + [4196] = 4149, + [4197] = 4194, + [4198] = 4153, + [4199] = 4139, [4200] = 4200, [4201] = 4201, - [4202] = 4202, + [4202] = 4140, [4203] = 4203, - [4204] = 4204, + [4204] = 4186, [4205] = 4205, - [4206] = 4206, - [4207] = 4207, - [4208] = 4208, + [4206] = 4186, + [4207] = 4201, + [4208] = 4148, [4209] = 4209, [4210] = 4210, - [4211] = 4211, - [4212] = 4212, - [4213] = 4205, + [4211] = 4142, + [4212] = 4154, + [4213] = 4147, [4214] = 4214, [4215] = 4215, - [4216] = 4191, - [4217] = 4215, - [4218] = 4218, - [4219] = 4214, + [4216] = 4138, + [4217] = 4217, + [4218] = 4154, + [4219] = 4143, [4220] = 4220, [4221] = 4221, - [4222] = 4222, + [4222] = 4150, [4223] = 4223, [4224] = 4224, - [4225] = 4204, - [4226] = 4188, - [4227] = 4205, - [4228] = 4198, - [4229] = 4214, + [4225] = 4225, + [4226] = 4139, + [4227] = 4159, + [4228] = 4186, + [4229] = 4201, [4230] = 4230, - [4231] = 4210, - [4232] = 4193, - [4233] = 4195, - [4234] = 4234, - [4235] = 4235, - [4236] = 4223, - [4237] = 4205, - [4238] = 4215, - [4239] = 4239, - [4240] = 4240, - [4241] = 4214, - [4242] = 4199, - [4243] = 4201, - [4244] = 4203, - [4245] = 4245, - [4246] = 4215, + [4231] = 4151, + [4232] = 4161, + [4233] = 4151, + [4234] = 4159, + [4235] = 4159, + [4236] = 4154, + [4237] = 4148, + [4238] = 4140, + [4239] = 4201, + [4240] = 4194, + [4241] = 4241, + [4242] = 4147, + [4243] = 4243, + [4244] = 4149, + [4245] = 4161, + [4246] = 4153, [4247] = 4247, - [4248] = 4247, - [4249] = 4221, - [4250] = 4200, - [4251] = 4204, - [4252] = 4252, - [4253] = 4189, - [4254] = 4196, - [4255] = 4188, - [4256] = 4187, - [4257] = 4199, - [4258] = 4202, - [4259] = 4201, - [4260] = 4260, - [4261] = 4245, - [4262] = 4203, + [4248] = 4153, + [4249] = 4154, + [4250] = 4148, + [4251] = 4147, + [4252] = 4138, + [4253] = 4164, + [4254] = 4150, + [4255] = 4255, + [4256] = 4161, + [4257] = 4153, + [4258] = 4201, + [4259] = 4186, + [4260] = 4143, + [4261] = 4150, + [4262] = 4164, [4263] = 4263, - [4264] = 4264, - [4265] = 4204, - [4266] = 4240, - [4267] = 4239, - [4268] = 4222, - [4269] = 4218, + [4264] = 4194, + [4265] = 4140, + [4266] = 2627, + [4267] = 4267, + [4268] = 4268, + [4269] = 4269, [4270] = 4270, - [4271] = 4188, - [4272] = 4235, - [4273] = 4234, - [4274] = 4220, - [4275] = 4234, - [4276] = 4235, + [4271] = 4271, + [4272] = 4272, + [4273] = 4272, + [4274] = 4272, + [4275] = 4275, + [4276] = 4276, [4277] = 4277, [4278] = 4278, - [4279] = 4220, - [4280] = 4209, - [4281] = 4208, - [4282] = 4264, - [4283] = 4239, - [4284] = 4240, - [4285] = 4202, - [4286] = 4200, + [4279] = 4279, + [4280] = 4280, + [4281] = 4281, + [4282] = 4282, + [4283] = 4283, + [4284] = 4284, + [4285] = 4285, + [4286] = 4286, [4287] = 4287, - [4288] = 4221, - [4289] = 4199, - [4290] = 4198, - [4291] = 4206, - [4292] = 22, - [4293] = 4208, - [4294] = 4201, - [4295] = 4203, - [4296] = 4296, - [4297] = 4222, - [4298] = 4209, - [4299] = 4245, - [4300] = 4221, - [4301] = 4206, - [4302] = 4195, - [4303] = 4123, - [4304] = 4264, - [4305] = 4189, - [4306] = 4220, - [4307] = 4206, - [4308] = 4221, + [4288] = 4288, + [4289] = 4272, + [4290] = 4275, + [4291] = 4276, + [4292] = 4288, + [4293] = 4293, + [4294] = 4277, + [4295] = 4278, + [4296] = 4286, + [4297] = 4285, + [4298] = 4284, + [4299] = 4283, + [4300] = 4283, + [4301] = 4282, + [4302] = 4302, + [4303] = 4278, + [4304] = 4277, + [4305] = 4281, + [4306] = 4280, + [4307] = 4279, + [4308] = 4279, [4309] = 4309, - [4310] = 4234, - [4311] = 4230, - [4312] = 4235, - [4313] = 4230, - [4314] = 4239, - [4315] = 4218, - [4316] = 4247, - [4317] = 4240, - [4318] = 4209, - [4319] = 4208, - [4320] = 4203, - [4321] = 4201, - [4322] = 4230, - [4323] = 4199, - [4324] = 4202, - [4325] = 4190, - [4326] = 4191, - [4327] = 4196, - [4328] = 4223, - [4329] = 4200, - [4330] = 4234, - [4331] = 4235, - [4332] = 4200, - [4333] = 4210, - [4334] = 4210, - [4335] = 4193, - [4336] = 4193, - [4337] = 4202, - [4338] = 4245, - [4339] = 4188, - [4340] = 4208, - [4341] = 4198, - [4342] = 4239, - [4343] = 4240, - [4344] = 4187, - [4345] = 4218, - [4346] = 9, - [4347] = 4222, - [4348] = 4348, - [4349] = 4264, - [4350] = 4204, - [4351] = 4187, - [4352] = 7, - [4353] = 4209, - [4354] = 4195, - [4355] = 4189, - [4356] = 4247, - [4357] = 4215, - [4358] = 4220, - [4359] = 4223, - [4360] = 4214, - [4361] = 4206, - [4362] = 4195, - [4363] = 4193, - [4364] = 4223, - [4365] = 4210, - [4366] = 4230, - [4367] = 4205, - [4368] = 4190, - [4369] = 4191, - [4370] = 4196, - [4371] = 4371, - [4372] = 4198, - [4373] = 4196, - [4374] = 4187, - [4375] = 4218, - [4376] = 4191, - [4377] = 4245, - [4378] = 4190, - [4379] = 4222, - [4380] = 4264, - [4381] = 4189, - [4382] = 4247, + [4310] = 4310, + [4311] = 4276, + [4312] = 4275, + [4313] = 4287, + [4314] = 4314, + [4315] = 4288, + [4316] = 4286, + [4317] = 4287, + [4318] = 4277, + [4319] = 4278, + [4320] = 4320, + [4321] = 4278, + [4322] = 4277, + [4323] = 4286, + [4324] = 4324, + [4325] = 4285, + [4326] = 4282, + [4327] = 4327, + [4328] = 4281, + [4329] = 4329, + [4330] = 4280, + [4331] = 4331, + [4332] = 4272, + [4333] = 4281, + [4334] = 4284, + [4335] = 4282, + [4336] = 4283, + [4337] = 4287, + [4338] = 4275, + [4339] = 4276, + [4340] = 4340, + [4341] = 4288, + [4342] = 4287, + [4343] = 4285, + [4344] = 4282, + [4345] = 4281, + [4346] = 4346, + [4347] = 4347, + [4348] = 4280, + [4349] = 4288, + [4350] = 4283, + [4351] = 4145, + [4352] = 4279, + [4353] = 26, + [4354] = 4280, + [4355] = 4355, + [4356] = 4279, + [4357] = 4357, + [4358] = 4284, + [4359] = 12, + [4360] = 9, + [4361] = 4286, + [4362] = 4362, + [4363] = 4284, + [4364] = 4285, + [4365] = 4365, + [4366] = 4275, + [4367] = 4276, + [4368] = 4368, + [4369] = 4369, + [4370] = 1496, + [4371] = 1509, + [4372] = 4372, + [4373] = 2627, + [4374] = 4374, + [4375] = 4375, + [4376] = 4376, + [4377] = 4372, + [4378] = 4378, + [4379] = 4372, + [4380] = 1510, + [4381] = 4375, + [4382] = 1496, [4383] = 4383, - [4384] = 4384, + [4384] = 4369, [4385] = 4385, [4386] = 4386, [4387] = 4387, [4388] = 4388, - [4389] = 4389, - [4390] = 4390, - [4391] = 4391, + [4389] = 1509, + [4390] = 4385, + [4391] = 4374, [4392] = 4392, - [4393] = 42, + [4393] = 4393, [4394] = 4394, [4395] = 4395, - [4396] = 4396, - [4397] = 4397, - [4398] = 4398, + [4396] = 24, + [4397] = 1889, + [4398] = 4376, [4399] = 4399, [4400] = 4400, [4401] = 4401, [4402] = 4402, [4403] = 4403, - [4404] = 4404, + [4404] = 4372, [4405] = 4405, - [4406] = 4403, - [4407] = 2521, - [4408] = 4405, - [4409] = 4409, + [4406] = 4375, + [4407] = 4386, + [4408] = 4408, + [4409] = 4385, [4410] = 4410, - [4411] = 4411, - [4412] = 2799, + [4411] = 1497, + [4412] = 1499, [4413] = 4413, - [4414] = 2799, - [4415] = 4392, + [4414] = 1525, + [4415] = 4415, [4416] = 4416, - [4417] = 4395, - [4418] = 4418, - [4419] = 4419, - [4420] = 4420, - [4421] = 4395, - [4422] = 4422, - [4423] = 4422, - [4424] = 4424, - [4425] = 4384, - [4426] = 4426, - [4427] = 4427, - [4428] = 4404, - [4429] = 4429, - [4430] = 4430, + [4417] = 4417, + [4418] = 4388, + [4419] = 4393, + [4420] = 4387, + [4421] = 4374, + [4422] = 49, + [4423] = 4401, + [4424] = 4387, + [4425] = 4388, + [4426] = 4368, + [4427] = 4369, + [4428] = 28, + [4429] = 1510, + [4430] = 4402, [4431] = 4431, - [4432] = 4432, - [4433] = 1475, + [4432] = 4368, + [4433] = 4403, [4434] = 4434, - [4435] = 1476, - [4436] = 4401, - [4437] = 1480, + [4435] = 4385, + [4436] = 4403, + [4437] = 4437, [4438] = 4438, [4439] = 4401, - [4440] = 4409, - [4441] = 4397, - [4442] = 4422, - [4443] = 4392, + [4440] = 4378, + [4441] = 4415, + [4442] = 4385, + [4443] = 4386, [4444] = 4444, - [4445] = 4405, + [4445] = 4434, [4446] = 4410, - [4447] = 4397, - [4448] = 4448, - [4449] = 4431, - [4450] = 4450, - [4451] = 35, - [4452] = 4389, - [4453] = 4453, - [4454] = 4438, - [4455] = 4404, + [4447] = 4447, + [4448] = 4408, + [4449] = 4438, + [4450] = 3051, + [4451] = 4451, + [4452] = 4452, + [4453] = 4434, + [4454] = 4376, + [4455] = 4455, [4456] = 4456, [4457] = 4457, - [4458] = 4403, - [4459] = 4459, - [4460] = 4453, - [4461] = 4434, + [4458] = 4458, + [4459] = 4413, + [4460] = 4368, + [4461] = 4393, [4462] = 4462, - [4463] = 4463, + [4463] = 4369, [4464] = 4464, - [4465] = 1939, + [4465] = 4374, [4466] = 4466, - [4467] = 4467, + [4467] = 4393, [4468] = 4468, - [4469] = 4448, - [4470] = 4470, - [4471] = 4409, - [4472] = 4444, - [4473] = 4431, - [4474] = 4438, - [4475] = 4383, - [4476] = 24, - [4477] = 4477, + [4469] = 4469, + [4470] = 4375, + [4471] = 4471, + [4472] = 4434, + [4473] = 4473, + [4474] = 4376, + [4475] = 4413, + [4476] = 4408, + [4477] = 4438, [4478] = 4478, - [4479] = 4389, - [4480] = 4444, + [4479] = 4479, + [4480] = 4401, [4481] = 4481, - [4482] = 4482, + [4482] = 4403, [4483] = 4483, - [4484] = 4483, - [4485] = 4387, - [4486] = 1470, - [4487] = 1469, - [4488] = 4483, - [4489] = 4489, - [4490] = 1487, - [4491] = 4483, - [4492] = 4492, - [4493] = 4468, - [4494] = 4494, - [4495] = 4384, - [4496] = 4388, + [4484] = 4378, + [4485] = 4485, + [4486] = 4486, + [4487] = 4487, + [4488] = 3037, + [4489] = 4403, + [4490] = 4401, + [4491] = 4402, + [4492] = 4376, + [4493] = 4493, + [4494] = 4402, + [4495] = 4468, + [4496] = 4496, [4497] = 4497, - [4498] = 2788, - [4499] = 4499, - [4500] = 4489, + [4498] = 4369, + [4499] = 4413, + [4500] = 4500, [4501] = 4501, - [4502] = 4444, - [4503] = 4399, - [4504] = 4400, - [4505] = 4438, - [4506] = 4394, - [4507] = 4481, - [4508] = 4481, - [4509] = 4395, - [4510] = 4409, - [4511] = 4422, - [4512] = 4463, - [4513] = 4513, - [4514] = 4489, - [4515] = 4456, - [4516] = 4387, - [4517] = 4517, - [4518] = 4459, - [4519] = 4403, - [4520] = 4482, - [4521] = 4384, - [4522] = 4395, - [4523] = 4478, - [4524] = 4405, - [4525] = 4470, - [4526] = 4467, - [4527] = 4394, - [4528] = 4404, - [4529] = 4529, - [4530] = 4481, - [4531] = 4453, - [4532] = 4387, - [4533] = 4405, - [4534] = 4534, - [4535] = 4464, - [4536] = 4489, - [4537] = 4463, - [4538] = 4434, - [4539] = 4468, - [4540] = 4450, - [4541] = 4389, - [4542] = 4431, - [4543] = 4384, - [4544] = 4544, - [4545] = 4482, - [4546] = 4391, + [4502] = 4502, + [4503] = 4503, + [4504] = 4415, + [4505] = 4410, + [4506] = 4410, + [4507] = 4507, + [4508] = 4415, + [4509] = 4387, + [4510] = 4388, + [4511] = 4511, + [4512] = 4393, + [4513] = 4374, + [4514] = 4468, + [4515] = 4515, + [4516] = 4408, + [4517] = 4468, + [4518] = 4402, + [4519] = 4388, + [4520] = 4520, + [4521] = 4521, + [4522] = 4522, + [4523] = 4413, + [4524] = 4387, + [4525] = 4525, + [4526] = 4438, + [4527] = 4378, + [4528] = 4368, + [4529] = 3037, + [4530] = 4468, + [4531] = 4434, + [4532] = 4532, + [4533] = 4372, + [4534] = 4375, + [4535] = 4535, + [4536] = 4438, + [4537] = 4378, + [4538] = 4538, + [4539] = 4539, + [4540] = 4415, + [4541] = 4410, + [4542] = 4542, + [4543] = 4386, + [4544] = 4408, + [4545] = 4386, + [4546] = 4546, [4547] = 4547, [4548] = 4548, - [4549] = 4400, - [4550] = 4450, + [4549] = 4549, + [4550] = 4550, [4551] = 4551, - [4552] = 4399, - [4553] = 4390, + [4552] = 4552, + [4553] = 5, [4554] = 4554, - [4555] = 4477, - [4556] = 4401, - [4557] = 4383, - [4558] = 4448, - [4559] = 4385, - [4560] = 4478, - [4561] = 4481, - [4562] = 4386, - [4563] = 4392, - [4564] = 4410, - [4565] = 4456, - [4566] = 4459, - [4567] = 4394, - [4568] = 4390, - [4569] = 4387, - [4570] = 4388, + [4555] = 4555, + [4556] = 4556, + [4557] = 4548, + [4558] = 4558, + [4559] = 4559, + [4560] = 4560, + [4561] = 4561, + [4562] = 4558, + [4563] = 4563, + [4564] = 4564, + [4565] = 4565, + [4566] = 4566, + [4567] = 4567, + [4568] = 4568, + [4569] = 4566, + [4570] = 4570, [4571] = 4571, - [4572] = 4391, - [4573] = 4391, - [4574] = 4477, - [4575] = 4410, - [4576] = 4390, - [4577] = 4388, - [4578] = 4470, - [4579] = 4448, - [4580] = 4448, - [4581] = 4482, - [4582] = 4394, - [4583] = 4399, + [4572] = 4572, + [4573] = 4548, + [4574] = 4574, + [4575] = 4575, + [4576] = 4, + [4577] = 4563, + [4578] = 4578, + [4579] = 4579, + [4580] = 4580, + [4581] = 4560, + [4582] = 4582, + [4583] = 4583, [4584] = 4584, [4585] = 4585, - [4586] = 4400, - [4587] = 1470, - [4588] = 4588, - [4589] = 4386, - [4590] = 4385, - [4591] = 4410, - [4592] = 4386, - [4593] = 1487, - [4594] = 4389, - [4595] = 1469, - [4596] = 4404, - [4597] = 4403, - [4598] = 4467, - [4599] = 4478, - [4600] = 4464, + [4586] = 4586, + [4587] = 4587, + [4588] = 4582, + [4589] = 4589, + [4590] = 4590, + [4591] = 4591, + [4592] = 4592, + [4593] = 4578, + [4594] = 4585, + [4595] = 4595, + [4596] = 4596, + [4597] = 4597, + [4598] = 4598, + [4599] = 4599, + [4600] = 4560, [4601] = 4601, - [4602] = 4602, - [4603] = 4392, - [4604] = 4409, - [4605] = 4385, - [4606] = 4383, - [4607] = 4397, - [4608] = 4608, - [4609] = 4459, + [4602] = 18, + [4603] = 4547, + [4604] = 4561, + [4605] = 4605, + [4606] = 4547, + [4607] = 4547, + [4608] = 4560, + [4609] = 6, [4610] = 4610, - [4611] = 4456, - [4612] = 4464, - [4613] = 4438, - [4614] = 4614, - [4615] = 4444, - [4616] = 4422, - [4617] = 4388, - [4618] = 4483, - [4619] = 4477, + [4611] = 4611, + [4612] = 4547, + [4613] = 4560, + [4614] = 4578, + [4615] = 4615, + [4616] = 2627, + [4617] = 4617, + [4618] = 4618, + [4619] = 4619, [4620] = 4620, - [4621] = 4621, - [4622] = 4489, - [4623] = 4399, - [4624] = 4434, - [4625] = 4400, - [4626] = 4385, - [4627] = 4397, - [4628] = 4391, - [4629] = 4386, - [4630] = 4482, - [4631] = 4390, - [4632] = 4632, - [4633] = 4453, - [4634] = 4463, - [4635] = 4401, - [4636] = 4478, - [4637] = 4450, - [4638] = 4459, - [4639] = 4470, - [4640] = 4456, - [4641] = 4468, - [4642] = 4642, - [4643] = 4470, - [4644] = 4467, - [4645] = 4464, + [4621] = 4575, + [4622] = 4622, + [4623] = 4575, + [4624] = 4548, + [4625] = 4585, + [4626] = 4582, + [4627] = 4563, + [4628] = 4582, + [4629] = 4558, + [4630] = 4561, + [4631] = 4558, + [4632] = 4592, + [4633] = 4633, + [4634] = 4592, + [4635] = 4635, + [4636] = 4636, + [4637] = 4637, + [4638] = 4622, + [4639] = 4575, + [4640] = 4585, + [4641] = 4578, + [4642] = 4582, + [4643] = 4622, + [4644] = 4563, + [4645] = 4645, [4646] = 4646, - [4647] = 4434, - [4648] = 4467, + [4647] = 4578, + [4648] = 4648, [4649] = 4649, - [4650] = 4468, - [4651] = 4450, - [4652] = 4477, - [4653] = 4383, + [4650] = 4561, + [4651] = 4651, + [4652] = 4652, + [4653] = 4558, [4654] = 4654, [4655] = 4655, - [4656] = 4656, - [4657] = 4453, - [4658] = 4463, - [4659] = 4659, - [4660] = 4431, - [4661] = 4661, - [4662] = 2521, + [4656] = 4561, + [4657] = 4622, + [4658] = 4658, + [4659] = 4575, + [4660] = 4660, + [4661] = 4548, + [4662] = 4662, [4663] = 4663, [4664] = 4664, - [4665] = 4665, - [4666] = 4666, - [4667] = 4667, - [4668] = 4661, + [4665] = 4566, + [4666] = 4585, + [4667] = 4563, + [4668] = 1807, [4669] = 4669, [4670] = 4670, - [4671] = 4671, + [4671] = 3037, [4672] = 4672, [4673] = 4673, [4674] = 4674, @@ -8887,2405 +8922,2086 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [4676] = 4676, [4677] = 4677, [4678] = 4678, - [4679] = 4679, - [4680] = 4680, - [4681] = 4681, - [4682] = 4667, - [4683] = 4683, - [4684] = 4684, - [4685] = 4671, - [4686] = 4686, + [4679] = 4676, + [4680] = 4673, + [4681] = 4676, + [4682] = 4673, + [4683] = 4676, + [4684] = 4673, + [4685] = 4676, + [4686] = 4673, [4687] = 4687, - [4688] = 4675, + [4688] = 4688, [4689] = 4689, [4690] = 4690, [4691] = 4691, - [4692] = 4664, - [4693] = 4667, - [4694] = 4675, - [4695] = 4695, - [4696] = 4696, - [4697] = 4676, + [4692] = 1701, + [4693] = 4693, + [4694] = 1678, + [4695] = 1679, + [4696] = 1680, + [4697] = 4697, [4698] = 4698, - [4699] = 4674, - [4700] = 4700, - [4701] = 4701, - [4702] = 4666, - [4703] = 4703, - [4704] = 4704, - [4705] = 4664, - [4706] = 4706, - [4707] = 4671, + [4699] = 1682, + [4700] = 1683, + [4701] = 1686, + [4702] = 1687, + [4703] = 1690, + [4704] = 1691, + [4705] = 1692, + [4706] = 1693, + [4707] = 4707, [4708] = 4708, - [4709] = 4683, - [4710] = 4661, - [4711] = 4678, - [4712] = 4695, - [4713] = 4713, - [4714] = 4714, - [4715] = 4701, - [4716] = 4667, - [4717] = 4717, - [4718] = 4718, - [4719] = 4695, - [4720] = 4720, - [4721] = 4721, - [4722] = 4661, - [4723] = 4671, - [4724] = 4701, + [4709] = 1697, + [4710] = 4710, + [4711] = 4697, + [4712] = 4698, + [4713] = 1698, + [4714] = 4707, + [4715] = 1700, + [4716] = 1775, + [4717] = 1702, + [4718] = 1703, + [4719] = 1704, + [4720] = 1705, + [4721] = 4697, + [4722] = 4698, + [4723] = 1699, + [4724] = 4724, [4725] = 4725, - [4726] = 4726, - [4727] = 4727, - [4728] = 4675, - [4729] = 4729, - [4730] = 8, + [4726] = 1713, + [4727] = 4710, + [4728] = 1715, + [4729] = 4669, + [4730] = 4730, [4731] = 4731, [4732] = 4732, - [4733] = 4695, - [4734] = 6, - [4735] = 4701, - [4736] = 4736, - [4737] = 4737, - [4738] = 4695, - [4739] = 4661, - [4740] = 4740, - [4741] = 4741, - [4742] = 4667, - [4743] = 4743, - [4744] = 4678, - [4745] = 4701, - [4746] = 4746, - [4747] = 5, - [4748] = 4748, - [4749] = 4740, - [4750] = 4, - [4751] = 4740, - [4752] = 4676, - [4753] = 4674, - [4754] = 4754, - [4755] = 4666, + [4733] = 1716, + [4734] = 1717, + [4735] = 1718, + [4736] = 12, + [4737] = 15, + [4738] = 4697, + [4739] = 4698, + [4740] = 1719, + [4741] = 1720, + [4742] = 1721, + [4743] = 1722, + [4744] = 4744, + [4745] = 1723, + [4746] = 1724, + [4747] = 1725, + [4748] = 1726, + [4749] = 1727, + [4750] = 1728, + [4751] = 4710, + [4752] = 3227, + [4753] = 1729, + [4754] = 1734, + [4755] = 1737, [4756] = 4756, - [4757] = 4666, - [4758] = 4664, - [4759] = 4759, - [4760] = 4760, - [4761] = 4674, - [4762] = 4762, - [4763] = 4740, - [4764] = 4676, - [4765] = 4765, - [4766] = 4766, - [4767] = 4767, - [4768] = 4768, - [4769] = 4769, - [4770] = 4683, - [4771] = 4740, - [4772] = 4772, + [4757] = 4756, + [4758] = 4697, + [4759] = 1712, + [4760] = 4756, + [4761] = 4744, + [4762] = 4756, + [4763] = 4756, + [4764] = 4756, + [4765] = 1740, + [4766] = 1741, + [4767] = 4756, + [4768] = 1743, + [4769] = 4756, + [4770] = 4707, + [4771] = 4689, + [4772] = 4756, [4773] = 4773, - [4774] = 4671, - [4775] = 4675, - [4776] = 4666, - [4777] = 4676, - [4778] = 4674, - [4779] = 4779, - [4780] = 4780, - [4781] = 1557, - [4782] = 1545, - [4783] = 1538, - [4784] = 1569, + [4774] = 1744, + [4775] = 4775, + [4776] = 4776, + [4777] = 4777, + [4778] = 4778, + [4779] = 4690, + [4780] = 4691, + [4781] = 1745, + [4782] = 4782, + [4783] = 4783, + [4784] = 1746, [4785] = 4785, - [4786] = 7, + [4786] = 1747, [4787] = 4787, - [4788] = 4746, - [4789] = 4789, - [4790] = 4790, + [4788] = 1748, + [4789] = 1749, + [4790] = 1750, [4791] = 4791, - [4792] = 1536, - [4793] = 4793, - [4794] = 4794, - [4795] = 4795, + [4792] = 1751, + [4793] = 4674, + [4794] = 1752, + [4795] = 1753, [4796] = 4796, - [4797] = 4797, - [4798] = 1568, - [4799] = 4799, - [4800] = 4800, - [4801] = 1533, - [4802] = 4802, - [4803] = 1573, - [4804] = 4804, - [4805] = 4805, - [4806] = 4780, - [4807] = 1531, - [4808] = 3155, - [4809] = 4791, - [4810] = 7, - [4811] = 4811, - [4812] = 4812, - [4813] = 4813, - [4814] = 4814, - [4815] = 1610, + [4797] = 12, + [4798] = 1754, + [4799] = 1755, + [4800] = 1756, + [4801] = 4677, + [4802] = 4670, + [4803] = 1757, + [4804] = 1758, + [4805] = 4693, + [4806] = 1759, + [4807] = 4708, + [4808] = 1761, + [4809] = 4809, + [4810] = 1764, + [4811] = 1765, + [4812] = 1767, + [4813] = 1768, + [4814] = 1772, + [4815] = 1776, [4816] = 4816, [4817] = 4817, - [4818] = 1771, - [4819] = 1690, + [4818] = 1777, + [4819] = 1595, [4820] = 4820, - [4821] = 4821, - [4822] = 4822, - [4823] = 3146, - [4824] = 1661, - [4825] = 4821, - [4826] = 4826, - [4827] = 4822, - [4828] = 4780, - [4829] = 4829, - [4830] = 4830, + [4821] = 9, + [4822] = 1779, + [4823] = 1760, + [4824] = 4773, + [4825] = 1780, + [4826] = 1781, + [4827] = 1782, + [4828] = 1783, + [4829] = 1784, + [4830] = 1785, [4831] = 4831, - [4832] = 1773, - [4833] = 4833, - [4834] = 1774, - [4835] = 4826, - [4836] = 4836, - [4837] = 3147, - [4838] = 1775, - [4839] = 1776, - [4840] = 1579, - [4841] = 4831, - [4842] = 1778, - [4843] = 4833, - [4844] = 4826, - [4845] = 2799, - [4846] = 4846, + [4832] = 4832, + [4833] = 1786, + [4834] = 1787, + [4835] = 1788, + [4836] = 1789, + [4837] = 4756, + [4838] = 1790, + [4839] = 1791, + [4840] = 1792, + [4841] = 1822, + [4842] = 1793, + [4843] = 4843, + [4844] = 1794, + [4845] = 1795, + [4846] = 4675, [4847] = 4847, - [4848] = 1779, - [4849] = 4794, - [4850] = 1780, - [4851] = 1583, - [4852] = 3142, - [4853] = 4853, - [4854] = 1584, - [4855] = 1781, - [4856] = 1782, - [4857] = 4826, - [4858] = 1777, - [4859] = 4859, - [4860] = 4860, - [4861] = 4847, - [4862] = 4862, - [4863] = 4863, - [4864] = 4864, - [4865] = 4865, - [4866] = 4866, - [4867] = 4867, - [4868] = 4868, - [4869] = 4869, - [4870] = 9, - [4871] = 4871, + [4848] = 4672, + [4849] = 4776, + [4850] = 1796, + [4851] = 4777, + [4852] = 4778, + [4853] = 1797, + [4854] = 4782, + [4855] = 1798, + [4856] = 4783, + [4857] = 1799, + [4858] = 1800, + [4859] = 1801, + [4860] = 4785, + [4861] = 1802, + [4862] = 4787, + [4863] = 1803, + [4864] = 1804, + [4865] = 4670, + [4866] = 4791, + [4867] = 1808, + [4868] = 1809, + [4869] = 4674, + [4870] = 4710, + [4871] = 1810, [4872] = 4872, - [4873] = 4873, - [4874] = 1784, - [4875] = 4875, - [4876] = 4876, - [4877] = 1588, - [4878] = 1591, - [4879] = 4879, - [4880] = 4867, - [4881] = 4881, - [4882] = 4868, - [4883] = 4879, - [4884] = 4884, - [4885] = 4885, + [4873] = 4796, + [4874] = 4874, + [4875] = 1811, + [4876] = 1812, + [4877] = 4693, + [4878] = 4708, + [4879] = 1814, + [4880] = 1815, + [4881] = 1816, + [4882] = 1817, + [4883] = 1813, + [4884] = 1819, + [4885] = 1820, [4886] = 4886, [4887] = 4887, - [4888] = 4888, - [4889] = 4889, - [4890] = 4779, - [4891] = 4891, - [4892] = 1785, - [4893] = 4817, - [4894] = 1792, - [4895] = 1740, - [4896] = 4896, - [4897] = 1834, - [4898] = 4898, - [4899] = 1793, - [4900] = 4873, - [4901] = 4901, - [4902] = 4902, - [4903] = 4903, - [4904] = 1794, - [4905] = 1796, - [4906] = 18, - [4907] = 4907, + [4888] = 1821, + [4889] = 4817, + [4890] = 4890, + [4891] = 1823, + [4892] = 4809, + [4893] = 1824, + [4894] = 4820, + [4895] = 1825, + [4896] = 4773, + [4897] = 1826, + [4898] = 1827, + [4899] = 1828, + [4900] = 1829, + [4901] = 1830, + [4902] = 1594, + [4903] = 4832, + [4904] = 4904, + [4905] = 4817, + [4906] = 4906, + [4907] = 4756, [4908] = 4908, - [4909] = 1797, - [4910] = 1801, - [4911] = 11, + [4909] = 4776, + [4910] = 4809, + [4911] = 4677, [4912] = 4912, - [4913] = 4913, - [4914] = 4879, - [4915] = 4915, - [4916] = 1803, - [4917] = 1804, - [4918] = 4918, - [4919] = 4919, - [4920] = 4829, - [4921] = 4859, - [4922] = 4922, - [4923] = 4923, - [4924] = 1769, - [4925] = 4821, - [4926] = 1595, - [4927] = 4918, - [4928] = 1597, - [4929] = 4912, - [4930] = 4930, - [4931] = 4879, - [4932] = 4922, - [4933] = 4805, - [4934] = 4919, - [4935] = 4935, - [4936] = 9, - [4937] = 4879, - [4938] = 4822, - [4939] = 1762, - [4940] = 1757, - [4941] = 4813, - [4942] = 4814, - [4943] = 4876, - [4944] = 1835, - [4945] = 4875, - [4946] = 4946, - [4947] = 1754, - [4948] = 1729, - [4949] = 4949, - [4950] = 4836, - [4951] = 4833, - [4952] = 4831, - [4953] = 1722, - [4954] = 4780, - [4955] = 1656, - [4956] = 1611, - [4957] = 1739, - [4958] = 4958, + [4913] = 4670, + [4914] = 1839, + [4915] = 1840, + [4916] = 4916, + [4917] = 1842, + [4918] = 4707, + [4919] = 4675, + [4920] = 4672, + [4921] = 4776, + [4922] = 1843, + [4923] = 4777, + [4924] = 4778, + [4925] = 1818, + [4926] = 4782, + [4927] = 1845, + [4928] = 4710, + [4929] = 4783, + [4930] = 1846, + [4931] = 1847, + [4932] = 1848, + [4933] = 4785, + [4934] = 4787, + [4935] = 1851, + [4936] = 1852, + [4937] = 1853, + [4938] = 1854, + [4939] = 4791, + [4940] = 1856, + [4941] = 1857, + [4942] = 4674, + [4943] = 4943, + [4944] = 4796, + [4945] = 4693, + [4946] = 4708, + [4947] = 1867, + [4948] = 1869, + [4949] = 1870, + [4950] = 4943, + [4951] = 4908, + [4952] = 1871, + [4953] = 4904, + [4954] = 1872, + [4955] = 4955, + [4956] = 4956, + [4957] = 4832, + [4958] = 4817, [4959] = 4959, [4960] = 4960, - [4961] = 4791, - [4962] = 1530, - [4963] = 1598, - [4964] = 4793, - [4965] = 4965, - [4966] = 1600, - [4967] = 4915, - [4968] = 1532, - [4969] = 4873, - [4970] = 4769, - [4971] = 1534, - [4972] = 4872, - [4973] = 4973, - [4974] = 4785, - [4975] = 4975, - [4976] = 4787, - [4977] = 4860, - [4978] = 4913, - [4979] = 1535, - [4980] = 4869, - [4981] = 4866, - [4982] = 1537, - [4983] = 4794, - [4984] = 4859, - [4985] = 4985, - [4986] = 1541, - [4987] = 1604, - [4988] = 1608, - [4989] = 4799, - [4990] = 1542, - [4991] = 4766, - [4992] = 1544, - [4993] = 4879, - [4994] = 4908, - [4995] = 4907, - [4996] = 1617, - [4997] = 4804, - [4998] = 1547, - [4999] = 1619, - [5000] = 4903, - [5001] = 5001, - [5002] = 5002, - [5003] = 4901, - [5004] = 4731, - [5005] = 1783, - [5006] = 1549, + [4961] = 4820, + [4962] = 1868, + [4963] = 4773, + [4964] = 1865, + [4965] = 1864, + [4966] = 4966, + [4967] = 4832, + [4968] = 4710, + [4969] = 1844, + [4970] = 4724, + [4971] = 42, + [4972] = 4691, + [4973] = 3204, + [4974] = 4756, + [4975] = 3200, + [4976] = 26, + [4977] = 52, + [4978] = 4675, + [4979] = 4672, + [4980] = 4776, + [4981] = 4777, + [4982] = 4690, + [4983] = 4778, + [4984] = 4710, + [4985] = 4782, + [4986] = 4731, + [4987] = 4783, + [4988] = 4669, + [4989] = 4785, + [4990] = 4787, + [4991] = 40, + [4992] = 4791, + [4993] = 4993, + [4994] = 4674, + [4995] = 4725, + [4996] = 4724, + [4997] = 4796, + [4998] = 4693, + [4999] = 1656, + [5000] = 4708, + [5001] = 4809, + [5002] = 4691, + [5003] = 1654, + [5004] = 4689, + [5005] = 4690, + [5006] = 1671, [5007] = 4817, - [5008] = 4729, - [5009] = 5009, - [5010] = 1550, - [5011] = 5011, - [5012] = 4898, - [5013] = 4896, - [5014] = 4887, - [5015] = 4779, - [5016] = 1641, - [5017] = 1642, - [5018] = 4779, + [5008] = 4820, + [5009] = 4773, + [5010] = 5010, + [5011] = 4724, + [5012] = 4677, + [5013] = 4832, + [5014] = 4725, + [5015] = 4689, + [5016] = 4669, + [5017] = 4756, + [5018] = 4731, [5019] = 5019, - [5020] = 4887, - [5021] = 4868, - [5022] = 4867, - [5023] = 5023, - [5024] = 4793, - [5025] = 1646, - [5026] = 4985, - [5027] = 1551, - [5028] = 38, + [5020] = 5020, + [5021] = 3186, + [5022] = 4777, + [5023] = 4791, + [5024] = 5024, + [5025] = 4596, + [5026] = 4675, + [5027] = 4672, + [5028] = 3241, [5029] = 5029, - [5030] = 4836, - [5031] = 4830, - [5032] = 4875, - [5033] = 1552, - [5034] = 4836, - [5035] = 4872, - [5036] = 1553, - [5037] = 1555, - [5038] = 1556, - [5039] = 4869, - [5040] = 1558, - [5041] = 4866, - [5042] = 4879, - [5043] = 4879, - [5044] = 4876, - [5045] = 1559, - [5046] = 4864, - [5047] = 1567, - [5048] = 4830, - [5049] = 4863, - [5050] = 4793, - [5051] = 4879, - [5052] = 4985, - [5053] = 4973, - [5054] = 4862, - [5055] = 1570, - [5056] = 4826, - [5057] = 5057, - [5058] = 4817, - [5059] = 4847, - [5060] = 4859, - [5061] = 3134, - [5062] = 5062, - [5063] = 30, - [5064] = 4804, - [5065] = 4860, - [5066] = 4862, - [5067] = 4123, - [5068] = 4847, - [5069] = 4862, - [5070] = 4830, - [5071] = 4863, - [5072] = 4864, - [5073] = 1647, - [5074] = 4866, - [5075] = 4869, - [5076] = 4793, - [5077] = 4799, - [5078] = 1649, - [5079] = 4872, - [5080] = 4794, - [5081] = 4873, - [5082] = 5082, - [5083] = 4896, - [5084] = 4898, - [5085] = 1571, + [5030] = 5030, + [5031] = 3188, + [5032] = 5032, + [5033] = 4820, + [5034] = 4796, + [5035] = 4555, + [5036] = 5036, + [5037] = 5037, + [5038] = 4574, + [5039] = 4636, + [5040] = 4710, + [5041] = 5041, + [5042] = 5042, + [5043] = 5043, + [5044] = 5044, + [5045] = 5045, + [5046] = 5046, + [5047] = 4698, + [5048] = 5048, + [5049] = 4652, + [5050] = 4658, + [5051] = 4664, + [5052] = 4633, + [5053] = 5053, + [5054] = 20, + [5055] = 4635, + [5056] = 5056, + [5057] = 4145, + [5058] = 4637, + [5059] = 4787, + [5060] = 4689, + [5061] = 4756, + [5062] = 4690, + [5063] = 4691, + [5064] = 5064, + [5065] = 5065, + [5066] = 4874, + [5067] = 4887, + [5068] = 4906, + [5069] = 9, + [5070] = 4778, + [5071] = 19, + [5072] = 5072, + [5073] = 4710, + [5074] = 4785, + [5075] = 4731, + [5076] = 4669, + [5077] = 5077, + [5078] = 4710, + [5079] = 5079, + [5080] = 5080, + [5081] = 4710, + [5082] = 4725, + [5083] = 4710, + [5084] = 4809, + [5085] = 4707, [5086] = 5086, - [5087] = 4830, - [5088] = 52, - [5089] = 4867, - [5090] = 5090, - [5091] = 4868, - [5092] = 5092, - [5093] = 16, - [5094] = 4887, - [5095] = 4779, - [5096] = 1572, - [5097] = 1589, - [5098] = 4830, - [5099] = 4896, - [5100] = 4985, - [5101] = 4879, - [5102] = 4898, - [5103] = 4787, - [5104] = 4863, - [5105] = 4830, - [5106] = 4973, - [5107] = 4785, - [5108] = 4901, - [5109] = 1677, - [5110] = 4903, - [5111] = 4830, - [5112] = 1692, + [5087] = 4710, + [5088] = 5019, + [5089] = 5089, + [5090] = 4710, + [5091] = 4783, + [5092] = 4677, + [5093] = 4670, + [5094] = 5094, + [5095] = 5089, + [5096] = 4710, + [5097] = 5046, + [5098] = 4710, + [5099] = 5099, + [5100] = 5100, + [5101] = 4782, + [5102] = 4710, + [5103] = 4731, + [5104] = 4725, + [5105] = 4724, + [5106] = 5106, + [5107] = 5107, + [5108] = 5108, + [5109] = 5109, + [5110] = 5110, + [5111] = 5111, + [5112] = 5112, [5113] = 5113, - [5114] = 1585, + [5114] = 5107, [5115] = 5115, - [5116] = 4901, - [5117] = 4903, + [5116] = 5116, + [5117] = 5117, [5118] = 5118, - [5119] = 4879, - [5120] = 4907, - [5121] = 1657, - [5122] = 4908, - [5123] = 4830, - [5124] = 5124, - [5125] = 4814, - [5126] = 5126, - [5127] = 1586, - [5128] = 1587, - [5129] = 4813, - [5130] = 5130, - [5131] = 4864, - [5132] = 1689, - [5133] = 4913, - [5134] = 4915, - [5135] = 4791, + [5119] = 5119, + [5120] = 5110, + [5121] = 5106, + [5122] = 5122, + [5123] = 5123, + [5124] = 5108, + [5125] = 5112, + [5126] = 5122, + [5127] = 5123, + [5128] = 5112, + [5129] = 5122, + [5130] = 5123, + [5131] = 5131, + [5132] = 5117, + [5133] = 5133, + [5134] = 5112, + [5135] = 5135, [5136] = 5136, - [5137] = 5137, + [5137] = 5122, [5138] = 5138, - [5139] = 4884, - [5140] = 4830, - [5141] = 5141, - [5142] = 1693, - [5143] = 1590, - [5144] = 1592, - [5145] = 4805, - [5146] = 4919, - [5147] = 22, - [5148] = 4922, + [5139] = 5139, + [5140] = 5123, + [5141] = 5112, + [5142] = 5142, + [5143] = 5143, + [5144] = 5144, + [5145] = 5145, + [5146] = 18, + [5147] = 5147, + [5148] = 5148, [5149] = 5149, - [5150] = 1593, - [5151] = 1594, - [5152] = 1599, - [5153] = 4885, - [5154] = 4918, - [5155] = 4912, - [5156] = 1678, - [5157] = 4879, - [5158] = 5158, - [5159] = 4973, - [5160] = 1548, - [5161] = 1602, - [5162] = 4889, - [5163] = 4831, - [5164] = 4876, + [5150] = 5150, + [5151] = 5151, + [5152] = 5152, + [5153] = 5108, + [5154] = 5147, + [5155] = 5155, + [5156] = 5156, + [5157] = 5107, + [5158] = 5113, + [5159] = 5107, + [5160] = 5113, + [5161] = 5110, + [5162] = 5162, + [5163] = 5150, + [5164] = 5147, [5165] = 5165, - [5166] = 4891, - [5167] = 5167, - [5168] = 4833, + [5166] = 4145, + [5167] = 5117, + [5168] = 5168, [5169] = 5169, - [5170] = 4875, - [5171] = 3161, - [5172] = 5172, - [5173] = 4830, - [5174] = 1634, - [5175] = 1603, - [5176] = 4789, - [5177] = 1528, - [5178] = 4830, - [5179] = 5082, - [5180] = 4833, - [5181] = 1662, - [5182] = 1676, - [5183] = 4831, - [5184] = 1605, - [5185] = 4780, - [5186] = 1606, - [5187] = 1671, - [5188] = 1670, - [5189] = 5189, - [5190] = 4875, - [5191] = 4802, - [5192] = 4876, - [5193] = 4902, - [5194] = 4853, - [5195] = 1668, - [5196] = 1669, - [5197] = 4907, - [5198] = 4908, - [5199] = 4830, - [5200] = 1700, - [5201] = 5201, - [5202] = 4791, - [5203] = 1607, - [5204] = 4912, - [5205] = 4785, - [5206] = 4860, - [5207] = 4912, - [5208] = 4879, - [5209] = 1609, - [5210] = 4865, - [5211] = 4814, - [5212] = 4865, - [5213] = 4879, - [5214] = 4785, - [5215] = 4813, - [5216] = 4918, - [5217] = 4787, - [5218] = 4918, - [5219] = 1651, - [5220] = 4799, - [5221] = 4787, - [5222] = 1612, - [5223] = 1672, - [5224] = 4922, - [5225] = 4919, - [5226] = 1613, - [5227] = 4804, - [5228] = 1673, - [5229] = 5229, - [5230] = 1679, - [5231] = 5231, - [5232] = 5232, - [5233] = 4805, - [5234] = 4973, - [5235] = 1682, - [5236] = 4794, - [5237] = 5237, - [5238] = 5238, + [5170] = 5145, + [5171] = 5133, + [5172] = 5133, + [5173] = 5133, + [5174] = 5133, + [5175] = 5133, + [5176] = 5147, + [5177] = 5133, + [5178] = 5178, + [5179] = 5179, + [5180] = 5133, + [5181] = 5113, + [5182] = 5107, + [5183] = 5133, + [5184] = 5131, + [5185] = 5185, + [5186] = 5133, + [5187] = 5133, + [5188] = 5188, + [5189] = 5108, + [5190] = 5148, + [5191] = 5133, + [5192] = 5131, + [5193] = 5155, + [5194] = 5147, + [5195] = 24, + [5196] = 5115, + [5197] = 5169, + [5198] = 5198, + [5199] = 5199, + [5200] = 5200, + [5201] = 5108, + [5202] = 5202, + [5203] = 5149, + [5204] = 5106, + [5205] = 5152, + [5206] = 5113, + [5207] = 5107, + [5208] = 5198, + [5209] = 5209, + [5210] = 5210, + [5211] = 5147, + [5212] = 5155, + [5213] = 5213, + [5214] = 5107, + [5215] = 5215, + [5216] = 5185, + [5217] = 5217, + [5218] = 5133, + [5219] = 5118, + [5220] = 5108, + [5221] = 5221, + [5222] = 5222, + [5223] = 5223, + [5224] = 5113, + [5225] = 4145, + [5226] = 5226, + [5227] = 5107, + [5228] = 5113, + [5229] = 5147, + [5230] = 5230, + [5231] = 5108, + [5232] = 5113, + [5233] = 5107, + [5234] = 5169, + [5235] = 5235, + [5236] = 5236, + [5237] = 5150, + [5238] = 5113, [5239] = 5239, - [5240] = 1650, - [5241] = 4913, - [5242] = 4915, - [5243] = 1614, - [5244] = 4891, - [5245] = 4889, + [5240] = 5199, + [5241] = 5241, + [5242] = 5242, + [5243] = 5147, + [5244] = 5202, + [5245] = 5115, [5246] = 5246, - [5247] = 4789, - [5248] = 4802, - [5249] = 4822, - [5250] = 5250, - [5251] = 4799, - [5252] = 5252, - [5253] = 1615, - [5254] = 4884, - [5255] = 1683, - [5256] = 4985, - [5257] = 4804, - [5258] = 4885, - [5259] = 1618, + [5247] = 5107, + [5248] = 5149, + [5249] = 5106, + [5250] = 5108, + [5251] = 5152, + [5252] = 5155, + [5253] = 5253, + [5254] = 5213, + [5255] = 5113, + [5256] = 5107, + [5257] = 5257, + [5258] = 5185, + [5259] = 5133, [5260] = 5260, - [5261] = 4884, - [5262] = 4915, - [5263] = 4821, - [5264] = 4822, - [5265] = 4885, - [5266] = 4913, - [5267] = 1694, - [5268] = 1695, - [5269] = 4879, - [5270] = 4817, - [5271] = 1648, - [5272] = 1645, - [5273] = 4884, - [5274] = 4908, - [5275] = 4885, - [5276] = 1684, - [5277] = 4907, - [5278] = 1696, - [5279] = 5279, - [5280] = 1644, - [5281] = 1643, - [5282] = 4879, - [5283] = 4830, - [5284] = 1626, - [5285] = 1627, - [5286] = 4836, - [5287] = 1631, - [5288] = 1632, - [5289] = 4789, - [5290] = 4903, - [5291] = 1633, - [5292] = 5292, - [5293] = 1601, - [5294] = 1688, - [5295] = 4802, - [5296] = 4901, - [5297] = 5297, - [5298] = 4802, - [5299] = 4898, - [5300] = 4889, - [5301] = 1635, - [5302] = 4896, - [5303] = 1698, - [5304] = 4805, - [5305] = 1655, - [5306] = 4902, - [5307] = 4789, - [5308] = 4889, - [5309] = 1697, - [5310] = 4821, - [5311] = 4891, - [5312] = 4887, - [5313] = 4891, - [5314] = 1636, - [5315] = 4859, - [5316] = 5316, - [5317] = 4860, - [5318] = 1580, - [5319] = 4879, - [5320] = 4847, - [5321] = 4862, - [5322] = 4863, - [5323] = 4864, - [5324] = 4813, - [5325] = 4922, - [5326] = 4814, - [5327] = 4866, - [5328] = 4869, - [5329] = 4919, - [5330] = 4868, - [5331] = 4867, - [5332] = 1529, - [5333] = 4872, - [5334] = 4873, - [5335] = 5082, - [5336] = 5115, - [5337] = 1637, - [5338] = 5338, - [5339] = 5339, - [5340] = 5340, - [5341] = 5341, - [5342] = 5342, + [5261] = 5118, + [5262] = 5116, + [5263] = 5147, + [5264] = 5264, + [5265] = 5108, + [5266] = 5145, + [5267] = 5115, + [5268] = 5113, + [5269] = 5107, + [5270] = 5270, + [5271] = 5271, + [5272] = 5270, + [5273] = 5273, + [5274] = 5274, + [5275] = 5169, + [5276] = 5276, + [5277] = 5277, + [5278] = 5278, + [5279] = 5199, + [5280] = 5280, + [5281] = 5202, + [5282] = 5282, + [5283] = 5283, + [5284] = 5149, + [5285] = 5106, + [5286] = 5152, + [5287] = 5253, + [5288] = 5147, + [5289] = 5198, + [5290] = 5213, + [5291] = 5246, + [5292] = 5147, + [5293] = 5293, + [5294] = 5294, + [5295] = 49, + [5296] = 5162, + [5297] = 5145, + [5298] = 5108, + [5299] = 5108, + [5300] = 5185, + [5301] = 5133, + [5302] = 5139, + [5303] = 5118, + [5304] = 5113, + [5305] = 5107, + [5306] = 5116, + [5307] = 5307, + [5308] = 5308, + [5309] = 5147, + [5310] = 5150, + [5311] = 5311, + [5312] = 5199, + [5313] = 5108, + [5314] = 28, + [5315] = 5148, + [5316] = 5113, + [5317] = 5213, + [5318] = 5107, + [5319] = 5319, + [5320] = 5110, + [5321] = 40, + [5322] = 5322, + [5323] = 5323, + [5324] = 5242, + [5325] = 5169, + [5326] = 5198, + [5327] = 5122, + [5328] = 5199, + [5329] = 5329, + [5330] = 5253, + [5331] = 5331, + [5332] = 5202, + [5333] = 5246, + [5334] = 5148, + [5335] = 5110, + [5336] = 5242, + [5337] = 5149, + [5338] = 5152, + [5339] = 5147, + [5340] = 5253, + [5341] = 5246, + [5342] = 5115, [5343] = 5343, - [5344] = 5344, - [5345] = 5345, - [5346] = 5346, + [5344] = 5117, + [5345] = 5108, + [5346] = 5213, [5347] = 5347, - [5348] = 5348, - [5349] = 5349, - [5350] = 5350, - [5351] = 5351, - [5352] = 5352, + [5348] = 5107, + [5349] = 5185, + [5350] = 3037, + [5351] = 5150, + [5352] = 5145, [5353] = 5353, - [5354] = 5354, - [5355] = 5355, - [5356] = 5356, + [5354] = 5133, + [5355] = 5118, + [5356] = 5116, [5357] = 5357, - [5358] = 5358, + [5358] = 5165, [5359] = 5359, [5360] = 5360, [5361] = 5361, - [5362] = 5362, - [5363] = 5363, - [5364] = 5364, - [5365] = 5365, - [5366] = 5366, - [5367] = 5345, - [5368] = 5368, - [5369] = 5341, - [5370] = 5342, - [5371] = 5371, - [5372] = 5372, - [5373] = 5344, - [5374] = 5344, - [5375] = 5375, - [5376] = 5362, - [5377] = 5344, - [5378] = 5378, - [5379] = 5342, - [5380] = 5341, - [5381] = 5362, - [5382] = 5382, - [5383] = 5345, - [5384] = 38, - [5385] = 5385, - [5386] = 5350, - [5387] = 5387, - [5388] = 5348, - [5389] = 5340, - [5390] = 5390, + [5362] = 5107, + [5363] = 5108, + [5364] = 5107, + [5365] = 5108, + [5366] = 5107, + [5367] = 5367, + [5368] = 5108, + [5369] = 5131, + [5370] = 5107, + [5371] = 5117, + [5372] = 5108, + [5373] = 5107, + [5374] = 5108, + [5375] = 3051, + [5376] = 5107, + [5377] = 5108, + [5378] = 5108, + [5379] = 5107, + [5380] = 5107, + [5381] = 5108, + [5382] = 5139, + [5383] = 5383, + [5384] = 5384, + [5385] = 5165, + [5386] = 5107, + [5387] = 5108, + [5388] = 5123, + [5389] = 5242, + [5390] = 5246, [5391] = 5391, [5392] = 5392, - [5393] = 5393, - [5394] = 35, - [5395] = 5395, - [5396] = 5351, - [5397] = 5397, + [5393] = 5139, + [5394] = 5202, + [5395] = 5107, + [5396] = 5108, + [5397] = 5147, [5398] = 5398, - [5399] = 5371, + [5399] = 5399, [5400] = 5400, - [5401] = 5341, - [5402] = 5342, - [5403] = 5403, - [5404] = 5404, - [5405] = 5391, - [5406] = 5366, - [5407] = 5341, - [5408] = 5342, - [5409] = 5409, - [5410] = 5347, - [5411] = 5344, - [5412] = 5409, - [5413] = 5363, - [5414] = 5414, - [5415] = 5345, - [5416] = 5345, - [5417] = 5417, + [5401] = 5108, + [5402] = 5242, + [5403] = 5107, + [5404] = 5108, + [5405] = 5113, + [5406] = 5107, + [5407] = 5108, + [5408] = 5408, + [5409] = 5107, + [5410] = 5108, + [5411] = 5411, + [5412] = 5412, + [5413] = 5413, + [5414] = 5107, + [5415] = 5108, + [5416] = 5108, + [5417] = 5148, [5418] = 5418, - [5419] = 5419, - [5420] = 5361, + [5419] = 5215, + [5420] = 5420, [5421] = 5421, - [5422] = 5390, - [5423] = 5344, - [5424] = 5424, - [5425] = 5361, - [5426] = 5361, - [5427] = 5366, - [5428] = 5342, - [5429] = 5341, - [5430] = 5349, - [5431] = 5431, - [5432] = 5432, - [5433] = 5339, + [5422] = 5107, + [5423] = 5131, + [5424] = 5165, + [5425] = 24, + [5426] = 5426, + [5427] = 23, + [5428] = 5428, + [5429] = 5429, + [5430] = 5430, + [5431] = 5198, + [5432] = 5108, + [5433] = 5155, [5434] = 5434, [5435] = 5435, - [5436] = 5361, - [5437] = 5418, - [5438] = 5361, - [5439] = 5341, - [5440] = 5342, - [5441] = 5355, - [5442] = 5341, + [5436] = 5436, + [5437] = 5437, + [5438] = 5438, + [5439] = 5439, + [5440] = 5440, + [5441] = 5441, + [5442] = 5442, [5443] = 5443, - [5444] = 5344, - [5445] = 5357, + [5444] = 5444, + [5445] = 5445, [5446] = 5446, [5447] = 5447, - [5448] = 5345, - [5449] = 5344, - [5450] = 5404, - [5451] = 5371, + [5448] = 5448, + [5449] = 5449, + [5450] = 5450, + [5451] = 5451, [5452] = 5452, - [5453] = 5342, - [5454] = 5339, - [5455] = 5344, + [5453] = 5453, + [5454] = 5454, + [5455] = 5455, [5456] = 5456, [5457] = 5457, [5458] = 5458, - [5459] = 5347, + [5459] = 5459, [5460] = 5460, [5461] = 5461, - [5462] = 5361, - [5463] = 5362, + [5462] = 5462, + [5463] = 5463, [5464] = 5464, - [5465] = 5345, + [5465] = 5465, [5466] = 5466, - [5467] = 5404, - [5468] = 5361, - [5469] = 5341, - [5470] = 5342, - [5471] = 5361, - [5472] = 5344, - [5473] = 5344, - [5474] = 21, - [5475] = 5345, - [5476] = 5345, - [5477] = 5342, - [5478] = 5341, - [5479] = 5363, - [5480] = 5361, - [5481] = 5481, - [5482] = 5482, - [5483] = 5452, + [5467] = 5467, + [5468] = 5462, + [5469] = 5453, + [5470] = 5470, + [5471] = 5452, + [5472] = 5472, + [5473] = 5473, + [5474] = 5474, + [5475] = 5475, + [5476] = 5476, + [5477] = 5477, + [5478] = 5478, + [5479] = 5465, + [5480] = 5217, + [5481] = 5470, + [5482] = 5448, + [5483] = 5483, [5484] = 5484, - [5485] = 2788, - [5486] = 5400, - [5487] = 5487, - [5488] = 5361, - [5489] = 5489, - [5490] = 5339, - [5491] = 5418, - [5492] = 5492, - [5493] = 5361, - [5494] = 5494, - [5495] = 5391, - [5496] = 5496, - [5497] = 5390, - [5498] = 5498, - [5499] = 5340, - [5500] = 5351, - [5501] = 5501, - [5502] = 5409, - [5503] = 5355, - [5504] = 5464, - [5505] = 5361, - [5506] = 5345, - [5507] = 5378, - [5508] = 5341, - [5509] = 5342, - [5510] = 5349, - [5511] = 5487, - [5512] = 4123, - [5513] = 5350, - [5514] = 5344, - [5515] = 5351, - [5516] = 5368, - [5517] = 5361, - [5518] = 5344, - [5519] = 5409, - [5520] = 5343, - [5521] = 5341, + [5485] = 5462, + [5486] = 5486, + [5487] = 5453, + [5488] = 5488, + [5489] = 5465, + [5490] = 5490, + [5491] = 5436, + [5492] = 5462, + [5493] = 5493, + [5494] = 5461, + [5495] = 5495, + [5496] = 5475, + [5497] = 5497, + [5498] = 5465, + [5499] = 5445, + [5500] = 5453, + [5501] = 5271, + [5502] = 5474, + [5503] = 5503, + [5504] = 5453, + [5505] = 5462, + [5506] = 5506, + [5507] = 5461, + [5508] = 5508, + [5509] = 5509, + [5510] = 5510, + [5511] = 5511, + [5512] = 5512, + [5513] = 5513, + [5514] = 5514, + [5515] = 5515, + [5516] = 5453, + [5517] = 5509, + [5518] = 5518, + [5519] = 5453, + [5520] = 5520, + [5521] = 5509, [5522] = 5522, - [5523] = 5364, - [5524] = 5345, - [5525] = 5525, - [5526] = 8, - [5527] = 5527, - [5528] = 4731, - [5529] = 5368, + [5523] = 5523, + [5524] = 5524, + [5525] = 5450, + [5526] = 5526, + [5527] = 5461, + [5528] = 5528, + [5529] = 5529, [5530] = 5530, [5531] = 5531, - [5532] = 5487, - [5533] = 5345, + [5532] = 5488, + [5533] = 5533, [5534] = 5534, - [5535] = 5535, - [5536] = 5364, - [5537] = 5378, - [5538] = 5340, - [5539] = 5390, - [5540] = 5540, - [5541] = 5361, - [5542] = 5391, - [5543] = 5350, - [5544] = 2799, + [5535] = 5470, + [5536] = 5536, + [5537] = 5515, + [5538] = 5538, + [5539] = 5539, + [5540] = 5515, + [5541] = 5541, + [5542] = 5493, + [5543] = 5493, + [5544] = 5453, [5545] = 5545, - [5546] = 5349, - [5547] = 5527, - [5548] = 5522, - [5549] = 5400, - [5550] = 5344, - [5551] = 5551, - [5552] = 5363, - [5553] = 5341, - [5554] = 5404, - [5555] = 5487, - [5556] = 5387, - [5557] = 5522, - [5558] = 5341, - [5559] = 5344, - [5560] = 5387, - [5561] = 5348, - [5562] = 5341, + [5546] = 5546, + [5547] = 5547, + [5548] = 5548, + [5549] = 5549, + [5550] = 5257, + [5551] = 5475, + [5552] = 5552, + [5553] = 5452, + [5554] = 5476, + [5555] = 5455, + [5556] = 5449, + [5557] = 5557, + [5558] = 5558, + [5559] = 5538, + [5560] = 5530, + [5561] = 5561, + [5562] = 5562, [5563] = 5563, - [5564] = 5564, - [5565] = 5565, - [5566] = 5344, - [5567] = 5345, - [5568] = 5341, - [5569] = 5464, - [5570] = 4123, - [5571] = 5344, - [5572] = 5572, - [5573] = 5487, - [5574] = 5574, - [5575] = 5347, - [5576] = 5576, - [5577] = 5341, - [5578] = 5339, - [5579] = 5344, - [5580] = 5344, - [5581] = 5341, - [5582] = 5341, - [5583] = 5371, - [5584] = 5344, - [5585] = 5434, + [5564] = 5019, + [5565] = 5453, + [5566] = 5566, + [5567] = 5534, + [5568] = 5568, + [5569] = 5536, + [5570] = 5541, + [5571] = 5509, + [5572] = 5463, + [5573] = 5573, + [5574] = 5513, + [5575] = 5575, + [5576] = 5475, + [5577] = 5530, + [5578] = 5578, + [5579] = 5435, + [5580] = 5580, + [5581] = 5548, + [5582] = 5582, + [5583] = 5578, + [5584] = 5584, + [5585] = 5455, [5586] = 5586, - [5587] = 5387, - [5588] = 24, - [5589] = 4881, + [5587] = 5449, + [5588] = 5461, + [5589] = 5452, [5590] = 5590, - [5591] = 5409, - [5592] = 5592, - [5593] = 4769, - [5594] = 5594, - [5595] = 5368, + [5591] = 5568, + [5592] = 5538, + [5593] = 5593, + [5594] = 5534, + [5595] = 5536, [5596] = 5596, - [5597] = 5341, - [5598] = 5344, - [5599] = 5522, - [5600] = 5527, - [5601] = 5341, - [5602] = 5344, - [5603] = 5341, - [5604] = 5387, - [5605] = 5344, - [5606] = 5237, - [5607] = 5341, - [5608] = 5608, - [5609] = 5345, - [5610] = 5362, - [5611] = 5611, - [5612] = 5350, - [5613] = 5361, - [5614] = 5614, - [5615] = 5452, - [5616] = 5364, - [5617] = 5342, - [5618] = 5418, - [5619] = 5418, - [5620] = 5355, - [5621] = 5344, - [5622] = 5368, - [5623] = 5464, - [5624] = 5624, - [5625] = 5452, - [5626] = 5626, - [5627] = 5366, - [5628] = 5341, - [5629] = 5344, - [5630] = 5344, - [5631] = 5378, - [5632] = 5341, - [5633] = 5452, - [5634] = 24, - [5635] = 5341, - [5636] = 5342, - [5637] = 5637, - [5638] = 5400, - [5639] = 5527, - [5640] = 5347, - [5641] = 5340, - [5642] = 5390, + [5597] = 5509, + [5598] = 5541, + [5599] = 5599, + [5600] = 5545, + [5601] = 5601, + [5602] = 5436, + [5603] = 5453, + [5604] = 5438, + [5605] = 5461, + [5606] = 5509, + [5607] = 5607, + [5608] = 5548, + [5609] = 5513, + [5610] = 5451, + [5611] = 5531, + [5612] = 5455, + [5613] = 5449, + [5614] = 5528, + [5615] = 5476, + [5616] = 5534, + [5617] = 5461, + [5618] = 5536, + [5619] = 5619, + [5620] = 5536, + [5621] = 5621, + [5622] = 5453, + [5623] = 5619, + [5624] = 8, + [5625] = 5476, + [5626] = 5541, + [5627] = 5627, + [5628] = 5628, + [5629] = 5528, + [5630] = 5470, + [5631] = 5451, + [5632] = 5632, + [5633] = 5582, + [5634] = 5634, + [5635] = 5548, + [5636] = 5474, + [5637] = 5455, + [5638] = 5442, + [5639] = 5449, + [5640] = 5453, + [5641] = 5446, + [5642] = 5538, [5643] = 5643, - [5644] = 5391, - [5645] = 5645, - [5646] = 5419, - [5647] = 5351, - [5648] = 5527, - [5649] = 5419, - [5650] = 5400, - [5651] = 5341, - [5652] = 5344, - [5653] = 5404, - [5654] = 5364, - [5655] = 5344, - [5656] = 5522, - [5657] = 5341, - [5658] = 5342, - [5659] = 5659, - [5660] = 5344, - [5661] = 5371, - [5662] = 5419, - [5663] = 5419, - [5664] = 5341, - [5665] = 5665, - [5666] = 5363, - [5667] = 42, - [5668] = 5668, - [5669] = 5464, - [5670] = 5344, - [5671] = 5341, + [5644] = 5456, + [5645] = 5458, + [5646] = 5643, + [5647] = 5451, + [5648] = 5461, + [5649] = 5509, + [5650] = 5465, + [5651] = 5575, + [5652] = 5652, + [5653] = 5653, + [5654] = 5654, + [5655] = 5655, + [5656] = 5434, + [5657] = 5652, + [5658] = 5442, + [5659] = 5538, + [5660] = 5511, + [5661] = 5442, + [5662] = 5548, + [5663] = 5663, + [5664] = 5513, + [5665] = 5511, + [5666] = 5508, + [5667] = 5442, + [5668] = 5562, + [5669] = 5599, + [5670] = 5530, + [5671] = 5671, [5672] = 5672, - [5673] = 5673, - [5674] = 5674, - [5675] = 5675, - [5676] = 12, - [5677] = 5677, - [5678] = 20, - [5679] = 5679, - [5680] = 5680, - [5681] = 5681, - [5682] = 5682, - [5683] = 5683, + [5673] = 10, + [5674] = 5530, + [5675] = 5511, + [5676] = 5607, + [5677] = 5534, + [5678] = 5561, + [5679] = 5566, + [5680] = 5511, + [5681] = 5442, + [5682] = 5562, + [5683] = 5511, [5684] = 5684, [5685] = 5685, - [5686] = 5686, - [5687] = 17, + [5686] = 5442, + [5687] = 5687, [5688] = 5688, - [5689] = 12, - [5690] = 5690, - [5691] = 5680, - [5692] = 5692, + [5689] = 5689, + [5690] = 5684, + [5691] = 5562, + [5692] = 5444, [5693] = 5693, - [5694] = 5694, + [5694] = 5511, [5695] = 5695, [5696] = 5696, - [5697] = 5697, - [5698] = 5698, - [5699] = 5699, + [5697] = 5689, + [5698] = 5442, + [5699] = 5562, [5700] = 5700, - [5701] = 5701, + [5701] = 5443, [5702] = 5702, - [5703] = 5703, + [5703] = 5509, [5704] = 5704, - [5705] = 5705, - [5706] = 5677, - [5707] = 5707, - [5708] = 5708, - [5709] = 5709, - [5710] = 5710, - [5711] = 5711, - [5712] = 5705, + [5705] = 5511, + [5706] = 5607, + [5707] = 5442, + [5708] = 5562, + [5709] = 5562, + [5710] = 5578, + [5711] = 5547, + [5712] = 5511, [5713] = 5713, - [5714] = 5714, - [5715] = 5715, - [5716] = 5716, - [5717] = 5674, - [5718] = 5718, - [5719] = 5719, - [5720] = 5720, - [5721] = 5703, - [5722] = 5722, - [5723] = 5702, - [5724] = 5718, + [5714] = 5448, + [5715] = 5442, + [5716] = 5461, + [5717] = 5531, + [5718] = 5562, + [5719] = 5652, + [5720] = 5453, + [5721] = 5721, + [5722] = 5511, + [5723] = 5461, + [5724] = 5724, [5725] = 5725, [5726] = 5726, [5727] = 5727, - [5728] = 5728, - [5729] = 5729, - [5730] = 5730, - [5731] = 5731, - [5732] = 5732, - [5733] = 5733, - [5734] = 5677, - [5735] = 5735, - [5736] = 5736, - [5737] = 5677, - [5738] = 5709, - [5739] = 5729, + [5728] = 5713, + [5729] = 5442, + [5730] = 5472, + [5731] = 5477, + [5732] = 5515, + [5733] = 5562, + [5734] = 5734, + [5735] = 5549, + [5736] = 5511, + [5737] = 5442, + [5738] = 5562, + [5739] = 5464, [5740] = 5740, - [5741] = 5741, - [5742] = 5731, + [5741] = 5463, + [5742] = 5742, [5743] = 5743, - [5744] = 5744, + [5744] = 5435, [5745] = 5745, - [5746] = 5729, + [5746] = 11, [5747] = 5747, - [5748] = 5748, - [5749] = 5749, - [5750] = 5750, - [5751] = 5751, - [5752] = 5731, - [5753] = 5753, - [5754] = 5677, - [5755] = 5745, - [5756] = 5747, - [5757] = 5743, + [5748] = 5463, + [5749] = 5511, + [5750] = 5461, + [5751] = 5442, + [5752] = 5562, + [5753] = 5568, + [5754] = 5453, + [5755] = 5511, + [5756] = 5727, + [5757] = 5442, [5758] = 5758, - [5759] = 5729, - [5760] = 5760, - [5761] = 5709, - [5762] = 5762, - [5763] = 5763, - [5764] = 5731, - [5765] = 5722, - [5766] = 5766, - [5767] = 5735, - [5768] = 5701, - [5769] = 5769, - [5770] = 5770, - [5771] = 5771, - [5772] = 5772, - [5773] = 5700, - [5774] = 5747, - [5775] = 5677, - [5776] = 5732, - [5777] = 5777, - [5778] = 5778, - [5779] = 5779, - [5780] = 20, - [5781] = 5781, - [5782] = 5782, - [5783] = 5783, - [5784] = 5784, - [5785] = 5785, - [5786] = 5722, - [5787] = 5744, - [5788] = 5788, + [5759] = 5578, + [5760] = 5434, + [5761] = 5450, + [5762] = 5580, + [5763] = 5453, + [5764] = 5582, + [5765] = 5435, + [5766] = 5450, + [5767] = 5441, + [5768] = 5768, + [5769] = 5539, + [5770] = 5470, + [5771] = 5503, + [5772] = 5506, + [5773] = 5520, + [5774] = 5696, + [5775] = 5441, + [5776] = 5490, + [5777] = 4633, + [5778] = 5568, + [5779] = 4636, + [5780] = 5643, + [5781] = 54, + [5782] = 5742, + [5783] = 5655, + [5784] = 5486, + [5785] = 5545, + [5786] = 5488, + [5787] = 5452, + [5788] = 5745, [5789] = 5789, - [5790] = 5790, - [5791] = 5791, - [5792] = 5792, - [5793] = 4829, - [5794] = 5794, - [5795] = 5795, - [5796] = 5796, - [5797] = 5740, - [5798] = 5677, - [5799] = 5799, - [5800] = 5800, - [5801] = 5732, - [5802] = 5772, - [5803] = 5803, - [5804] = 5804, - [5805] = 5805, - [5806] = 5680, - [5807] = 5745, - [5808] = 5693, - [5809] = 5809, - [5810] = 5810, - [5811] = 5769, - [5812] = 5812, + [5790] = 5593, + [5791] = 5599, + [5792] = 5652, + [5793] = 5475, + [5794] = 5789, + [5795] = 5464, + [5796] = 5438, + [5797] = 5789, + [5798] = 5745, + [5799] = 5593, + [5800] = 5743, + [5801] = 5486, + [5802] = 5575, + [5803] = 5445, + [5804] = 5443, + [5805] = 5695, + [5806] = 5497, + [5807] = 5509, + [5808] = 5713, + [5809] = 5768, + [5810] = 5520, + [5811] = 5506, + [5812] = 5503, [5813] = 5813, - [5814] = 5679, - [5815] = 5815, - [5816] = 5718, - [5817] = 5817, - [5818] = 5818, + [5814] = 5814, + [5815] = 5509, + [5816] = 5497, + [5817] = 5513, + [5818] = 5702, [5819] = 5819, - [5820] = 5735, - [5821] = 5730, - [5822] = 5747, - [5823] = 5747, - [5824] = 5677, - [5825] = 5732, - [5826] = 5740, - [5827] = 5731, - [5828] = 5799, - [5829] = 5772, - [5830] = 5830, - [5831] = 5763, - [5832] = 5832, - [5833] = 5693, - [5834] = 5782, - [5835] = 5835, - [5836] = 5763, - [5837] = 5837, - [5838] = 5838, - [5839] = 5710, - [5840] = 5840, - [5841] = 5841, - [5842] = 5842, - [5843] = 5843, - [5844] = 5727, - [5845] = 5845, - [5846] = 5762, - [5847] = 5815, - [5848] = 5845, - [5849] = 5743, - [5850] = 5850, - [5851] = 5699, - [5852] = 5819, - [5853] = 5853, - [5854] = 5854, - [5855] = 5730, - [5856] = 5837, - [5857] = 5790, - [5858] = 5740, - [5859] = 5799, - [5860] = 5803, - [5861] = 5772, - [5862] = 5794, - [5863] = 5863, - [5864] = 5832, - [5865] = 5779, - [5866] = 5866, - [5867] = 5777, - [5868] = 5747, - [5869] = 5840, - [5870] = 5690, - [5871] = 5692, - [5872] = 5694, - [5873] = 5873, - [5874] = 5815, - [5875] = 5677, - [5876] = 5876, - [5877] = 5720, - [5878] = 5732, - [5879] = 5873, - [5880] = 5880, - [5881] = 5881, - [5882] = 5882, - [5883] = 5789, - [5884] = 5748, - [5885] = 5819, - [5886] = 5876, - [5887] = 5730, - [5888] = 5888, - [5889] = 5889, - [5890] = 5890, - [5891] = 5891, - [5892] = 5892, - [5893] = 5893, - [5894] = 5740, - [5895] = 5895, - [5896] = 5714, + [5820] = 5713, + [5821] = 5442, + [5822] = 5740, + [5823] = 5434, + [5824] = 5446, + [5825] = 5819, + [5826] = 5528, + [5827] = 5456, + [5828] = 5458, + [5829] = 5734, + [5830] = 5663, + [5831] = 5573, + [5832] = 5508, + [5833] = 5476, + [5834] = 5743, + [5835] = 5580, + [5836] = 5742, + [5837] = 5464, + [5838] = 5655, + [5839] = 5438, + [5840] = 5467, + [5841] = 5490, + [5842] = 5539, + [5843] = 5580, + [5844] = 5477, + [5845] = 5493, + [5846] = 5453, + [5847] = 5472, + [5848] = 5734, + [5849] = 5549, + [5850] = 5461, + [5851] = 5509, + [5852] = 5671, + [5853] = 5448, + [5854] = 5740, + [5855] = 5531, + [5856] = 5511, + [5857] = 5671, + [5858] = 5509, + [5859] = 5561, + [5860] = 5566, + [5861] = 5734, + [5862] = 5461, + [5863] = 5713, + [5864] = 5547, + [5865] = 5438, + [5866] = 5819, + [5867] = 5562, + [5868] = 5687, + [5869] = 5688, + [5870] = 5545, + [5871] = 5444, + [5872] = 5652, + [5873] = 5593, + [5874] = 5695, + [5875] = 5696, + [5876] = 5702, + [5877] = 5443, + [5878] = 5655, + [5879] = 5643, + [5880] = 5582, + [5881] = 5702, + [5882] = 5696, + [5883] = 5695, + [5884] = 5549, + [5885] = 5599, + [5886] = 5509, + [5887] = 5562, + [5888] = 5490, + [5889] = 5444, + [5890] = 5547, + [5891] = 5453, + [5892] = 5461, + [5893] = 5688, + [5894] = 5687, + [5895] = 5436, + [5896] = 5539, [5897] = 5897, - [5898] = 5799, - [5899] = 5899, + [5898] = 5445, + [5899] = 5493, [5900] = 5900, - [5901] = 5901, - [5902] = 5902, - [5903] = 5903, - [5904] = 5772, - [5905] = 5905, - [5906] = 5906, - [5907] = 5907, - [5908] = 5908, - [5909] = 5866, - [5910] = 5675, + [5901] = 5566, + [5902] = 5561, + [5903] = 5724, + [5904] = 5904, + [5905] = 5511, + [5906] = 5472, + [5907] = 5477, + [5908] = 5740, + [5909] = 5575, + [5910] = 5671, [5911] = 5911, - [5912] = 5912, - [5913] = 5880, - [5914] = 5815, - [5915] = 5716, - [5916] = 5819, - [5917] = 5677, - [5918] = 5918, - [5919] = 5919, - [5920] = 5674, + [5912] = 5529, + [5913] = 5463, + [5914] = 5529, + [5915] = 5549, + [5916] = 5467, + [5917] = 5488, + [5918] = 5742, + [5919] = 5743, + [5920] = 5509, [5921] = 5921, - [5922] = 5817, - [5923] = 5819, - [5924] = 5924, + [5922] = 5607, + [5923] = 5529, + [5924] = 5688, [5925] = 5925, - [5926] = 5730, - [5927] = 5900, - [5928] = 5699, + [5926] = 5435, + [5927] = 5927, + [5928] = 5458, [5929] = 5929, - [5930] = 5830, - [5931] = 5741, - [5932] = 5741, - [5933] = 5791, - [5934] = 5818, - [5935] = 5901, - [5936] = 5747, - [5937] = 5736, - [5938] = 5902, - [5939] = 5888, - [5940] = 5769, - [5941] = 5850, - [5942] = 5769, - [5943] = 5677, - [5944] = 5903, - [5945] = 5732, - [5946] = 5889, - [5947] = 5850, - [5948] = 5830, - [5949] = 5949, - [5950] = 5707, - [5951] = 5711, - [5952] = 5719, - [5953] = 5953, - [5954] = 5954, - [5955] = 5769, - [5956] = 5897, - [5957] = 5899, - [5958] = 5789, - [5959] = 5843, - [5960] = 5784, - [5961] = 5837, - [5962] = 5962, - [5963] = 5850, - [5964] = 5853, - [5965] = 5900, - [5966] = 17, - [5967] = 5813, - [5968] = 5769, - [5969] = 5789, - [5970] = 5674, - [5971] = 5949, - [5972] = 5953, - [5973] = 5850, - [5974] = 5747, - [5975] = 5716, - [5976] = 5769, - [5977] = 5789, - [5978] = 5863, - [5979] = 5925, - [5980] = 5732, - [5981] = 5925, - [5982] = 5854, - [5983] = 5983, - [5984] = 62, - [5985] = 5985, - [5986] = 5843, - [5987] = 5673, - [5988] = 5988, - [5989] = 5812, - [5990] = 5850, - [5991] = 5866, - [5992] = 5732, - [5993] = 5714, - [5994] = 5769, - [5995] = 5789, - [5996] = 5850, - [5997] = 5760, - [5998] = 5748, - [5999] = 5747, + [5930] = 5578, + [5931] = 5456, + [5932] = 5582, + [5933] = 5446, + [5934] = 5687, + [5935] = 5442, + [5936] = 5515, + [5937] = 5441, + [5938] = 5474, + [5939] = 5939, + [5940] = 8, + [5941] = 5467, + [5942] = 5467, + [5943] = 5503, + [5944] = 5506, + [5945] = 5520, + [5946] = 5573, + [5947] = 5768, + [5948] = 5734, + [5949] = 5448, + [5950] = 5461, + [5951] = 5441, + [5952] = 5486, + [5953] = 5464, + [5954] = 5453, + [5955] = 5955, + [5956] = 5451, + [5957] = 5573, + [5958] = 5663, + [5959] = 5443, + [5960] = 5745, + [5961] = 5789, + [5962] = 5619, + [5963] = 5509, + [5964] = 5789, + [5965] = 5539, + [5966] = 54, + [5967] = 5745, + [5968] = 5528, + [5969] = 5593, + [5970] = 5663, + [5971] = 11, + [5972] = 5580, + [5973] = 5486, + [5974] = 5619, + [5975] = 5474, + [5976] = 5976, + [5977] = 5726, + [5978] = 5599, + [5979] = 5509, + [5980] = 5740, + [5981] = 5768, + [5982] = 5508, + [5983] = 5461, + [5984] = 5529, + [5985] = 11, + [5986] = 5575, + [5987] = 5987, + [5988] = 5520, + [5989] = 5506, + [5990] = 5453, + [5991] = 5461, + [5992] = 5442, + [5993] = 3180, + [5994] = 5503, + [5995] = 5446, + [5996] = 5996, + [5997] = 5619, + [5998] = 5456, + [5999] = 5458, [6000] = 6000, - [6001] = 17, - [6002] = 6002, - [6003] = 5769, - [6004] = 5843, - [6005] = 5789, - [6006] = 5677, - [6007] = 5732, - [6008] = 5760, - [6009] = 5810, - [6010] = 5850, - [6011] = 5805, - [6012] = 6012, - [6013] = 5800, - [6014] = 5925, - [6015] = 5840, - [6016] = 5782, - [6017] = 5769, - [6018] = 5900, - [6019] = 5789, - [6020] = 5850, - [6021] = 5673, - [6022] = 5803, - [6023] = 5769, - [6024] = 5789, - [6025] = 5850, - [6026] = 6026, - [6027] = 5747, - [6028] = 5769, - [6029] = 5790, - [6030] = 5769, - [6031] = 5679, - [6032] = 6032, - [6033] = 5789, - [6034] = 5817, - [6035] = 5818, - [6036] = 5899, - [6037] = 5677, - [6038] = 5732, - [6039] = 5830, - [6040] = 5850, - [6041] = 5845, - [6042] = 6042, - [6043] = 5769, - [6044] = 5789, - [6045] = 5897, - [6046] = 5850, - [6047] = 5906, - [6048] = 5741, - [6049] = 5873, - [6050] = 6050, - [6051] = 5919, - [6052] = 5769, - [6053] = 5813, - [6054] = 5710, - [6055] = 5812, - [6056] = 5889, - [6057] = 5810, - [6058] = 5677, - [6059] = 5727, - [6060] = 5888, - [6061] = 5762, - [6062] = 5805, - [6063] = 5800, + [6001] = 5450, + [6002] = 5453, + [6003] = 5508, + [6004] = 5568, + [6005] = 5663, + [6006] = 5655, + [6007] = 5768, + [6008] = 5528, + [6009] = 5434, + [6010] = 5436, + [6011] = 6011, + [6012] = 5819, + [6013] = 10, + [6014] = 5725, + [6015] = 5497, + [6016] = 5545, + [6017] = 5643, + [6018] = 10, + [6019] = 5497, + [6020] = 5488, + [6021] = 5453, + [6022] = 6022, + [6023] = 5671, + [6024] = 5743, + [6025] = 5742, + [6026] = 5509, + [6027] = 5511, + [6028] = 8, + [6029] = 5607, + [6030] = 5561, + [6031] = 5566, + [6032] = 5531, + [6033] = 5490, + [6034] = 5724, + [6035] = 5477, + [6036] = 5472, + [6037] = 5541, + [6038] = 6038, + [6039] = 5687, + [6040] = 5688, + [6041] = 5573, + [6042] = 5444, + [6043] = 5819, + [6044] = 5547, + [6045] = 5695, + [6046] = 5696, + [6047] = 6047, + [6048] = 6048, + [6049] = 6049, + [6050] = 5562, + [6051] = 6051, + [6052] = 5702, + [6053] = 5445, + [6054] = 6054, + [6055] = 6055, + [6056] = 6056, + [6057] = 21, + [6058] = 6058, + [6059] = 6059, + [6060] = 6060, + [6061] = 6061, + [6062] = 6062, + [6063] = 6063, [6064] = 6064, - [6065] = 5850, - [6066] = 5880, - [6067] = 5795, - [6068] = 5853, - [6069] = 5854, - [6070] = 5838, - [6071] = 5766, + [6065] = 6065, + [6066] = 6066, + [6067] = 6067, + [6068] = 6068, + [6069] = 6069, + [6070] = 6070, + [6071] = 6071, [6072] = 6072, - [6073] = 5781, - [6074] = 5681, - [6075] = 5683, - [6076] = 5684, - [6077] = 5794, - [6078] = 5863, - [6079] = 5832, - [6080] = 5696, - [6081] = 5777, + [6073] = 6073, + [6074] = 6074, + [6075] = 6075, + [6076] = 6076, + [6077] = 6077, + [6078] = 6078, + [6079] = 6079, + [6080] = 6080, + [6081] = 6081, [6082] = 6082, - [6083] = 5697, - [6084] = 5690, - [6085] = 5692, - [6086] = 5694, - [6087] = 6000, - [6088] = 5907, - [6089] = 20, - [6090] = 5698, - [6091] = 5720, - [6092] = 5700, - [6093] = 6093, - [6094] = 5701, + [6083] = 6083, + [6084] = 6084, + [6085] = 6085, + [6086] = 6086, + [6087] = 6087, + [6088] = 6088, + [6089] = 6089, + [6090] = 6090, + [6091] = 6091, + [6092] = 6092, + [6093] = 6085, + [6094] = 6094, [6095] = 6095, - [6096] = 5747, - [6097] = 5789, - [6098] = 5674, - [6099] = 5702, - [6100] = 5876, - [6101] = 5703, - [6102] = 5705, - [6103] = 5698, - [6104] = 5677, - [6105] = 5732, - [6106] = 5988, - [6107] = 6107, - [6108] = 5716, - [6109] = 5697, - [6110] = 5873, - [6111] = 5918, - [6112] = 5988, - [6113] = 5673, - [6114] = 6114, - [6115] = 5901, - [6116] = 5903, - [6117] = 6117, - [6118] = 6118, - [6119] = 5906, - [6120] = 5907, - [6121] = 5908, - [6122] = 6122, - [6123] = 5880, - [6124] = 5795, - [6125] = 5732, - [6126] = 5677, - [6127] = 5953, - [6128] = 5949, - [6129] = 5838, - [6130] = 5840, - [6131] = 5918, - [6132] = 5919, - [6133] = 5908, - [6134] = 5747, - [6135] = 5745, - [6136] = 5784, - [6137] = 5837, - [6138] = 5747, - [6139] = 5748, - [6140] = 5699, - [6141] = 3157, - [6142] = 5743, - [6143] = 5709, - [6144] = 5719, - [6145] = 5791, - [6146] = 5677, - [6147] = 5711, - [6148] = 5732, - [6149] = 5736, - [6150] = 5707, - [6151] = 5722, - [6152] = 5675, - [6153] = 5736, - [6154] = 5766, - [6155] = 5714, - [6156] = 5677, - [6157] = 6072, - [6158] = 5760, - [6159] = 5791, + [6096] = 6076, + [6097] = 6063, + [6098] = 6098, + [6099] = 6099, + [6100] = 6100, + [6101] = 6101, + [6102] = 6102, + [6103] = 6103, + [6104] = 6104, + [6105] = 6105, + [6106] = 6106, + [6107] = 6094, + [6108] = 6062, + [6109] = 6109, + [6110] = 6062, + [6111] = 6111, + [6112] = 6112, + [6113] = 6085, + [6114] = 6092, + [6115] = 6063, + [6116] = 6116, + [6117] = 6073, + [6118] = 6070, + [6119] = 6119, + [6120] = 6120, + [6121] = 6121, + [6122] = 6070, + [6123] = 6063, + [6124] = 6124, + [6125] = 6073, + [6126] = 6126, + [6127] = 6062, + [6128] = 6128, + [6129] = 6129, + [6130] = 6130, + [6131] = 6058, + [6132] = 6132, + [6133] = 6133, + [6134] = 6134, + [6135] = 6135, + [6136] = 6092, + [6137] = 6137, + [6138] = 6132, + [6139] = 6085, + [6140] = 6140, + [6141] = 6121, + [6142] = 6142, + [6143] = 6143, + [6144] = 6062, + [6145] = 52, + [6146] = 6062, + [6147] = 6106, + [6148] = 6148, + [6149] = 6149, + [6150] = 6081, + [6151] = 6073, + [6152] = 6070, + [6153] = 6153, + [6154] = 6154, + [6155] = 6155, + [6156] = 6156, + [6157] = 6081, + [6158] = 6132, + [6159] = 6077, [6160] = 6160, - [6161] = 5707, - [6162] = 5711, - [6163] = 5719, + [6161] = 6103, + [6162] = 6112, + [6163] = 6163, [6164] = 6164, - [6165] = 5744, - [6166] = 5782, - [6167] = 5803, - [6168] = 5763, - [6169] = 5790, - [6170] = 5843, - [6171] = 5784, - [6172] = 5919, - [6173] = 5845, - [6174] = 5918, - [6175] = 5735, - [6176] = 5680, - [6177] = 5693, - [6178] = 5675, - [6179] = 5718, - [6180] = 5866, - [6181] = 6181, - [6182] = 5949, - [6183] = 5953, - [6184] = 5747, - [6185] = 5908, - [6186] = 5907, - [6187] = 5906, - [6188] = 5850, - [6189] = 6189, - [6190] = 5677, - [6191] = 5732, - [6192] = 5729, - [6193] = 5799, - [6194] = 6194, - [6195] = 6195, - [6196] = 5718, - [6197] = 5693, - [6198] = 5673, - [6199] = 5988, - [6200] = 5735, - [6201] = 5680, - [6202] = 6000, - [6203] = 6203, - [6204] = 5876, + [6165] = 6165, + [6166] = 6100, + [6167] = 6088, + [6168] = 6072, + [6169] = 6135, + [6170] = 6170, + [6171] = 6058, + [6172] = 6172, + [6173] = 6105, + [6174] = 6104, + [6175] = 6102, + [6176] = 6099, + [6177] = 6067, + [6178] = 6178, + [6179] = 6094, + [6180] = 6180, + [6181] = 6090, + [6182] = 6106, + [6183] = 6183, + [6184] = 6184, + [6185] = 6185, + [6186] = 6165, + [6187] = 6084, + [6188] = 6082, + [6189] = 6111, + [6190] = 6089, + [6191] = 6063, + [6192] = 6192, + [6193] = 6075, + [6194] = 6165, + [6195] = 6074, + [6196] = 6116, + [6197] = 6197, + [6198] = 6079, + [6199] = 6199, + [6200] = 6078, + [6201] = 6077, + [6202] = 6076, + [6203] = 6055, + [6204] = 6204, [6205] = 6205, - [6206] = 5789, - [6207] = 5781, - [6208] = 5744, - [6209] = 5720, - [6210] = 12, - [6211] = 6000, - [6212] = 5763, - [6213] = 5694, - [6214] = 5692, - [6215] = 5690, - [6216] = 5777, - [6217] = 5747, - [6218] = 5813, - [6219] = 5812, - [6220] = 5863, - [6221] = 5794, - [6222] = 5677, - [6223] = 5732, - [6224] = 5810, - [6225] = 5888, - [6226] = 5889, - [6227] = 5805, - [6228] = 5681, - [6229] = 5800, - [6230] = 5683, + [6206] = 6064, + [6207] = 6065, + [6208] = 6060, + [6209] = 6068, + [6210] = 6066, + [6211] = 6211, + [6212] = 6085, + [6213] = 6056, + [6214] = 6095, + [6215] = 6092, + [6216] = 6124, + [6217] = 6056, + [6218] = 6078, + [6219] = 6083, + [6220] = 6066, + [6221] = 6134, + [6222] = 6065, + [6223] = 6133, + [6224] = 6076, + [6225] = 6060, + [6226] = 6077, + [6227] = 6227, + [6228] = 6140, + [6229] = 6064, + [6230] = 6062, [6231] = 6231, - [6232] = 5854, - [6233] = 6233, - [6234] = 5853, - [6235] = 5699, - [6236] = 6236, - [6237] = 5850, - [6238] = 5769, - [6239] = 5795, - [6240] = 5837, - [6241] = 5679, - [6242] = 5762, - [6243] = 5838, - [6244] = 5817, - [6245] = 5818, - [6246] = 5727, - [6247] = 5714, - [6248] = 5840, - [6249] = 5710, - [6250] = 5722, - [6251] = 6251, - [6252] = 5873, - [6253] = 5880, - [6254] = 5675, - [6255] = 5709, - [6256] = 5743, + [6232] = 6137, + [6233] = 6078, + [6234] = 6079, + [6235] = 6089, + [6236] = 6142, + [6237] = 6063, + [6238] = 6073, + [6239] = 6074, + [6240] = 6075, + [6241] = 6070, + [6242] = 6063, + [6243] = 6243, + [6244] = 6165, + [6245] = 6089, + [6246] = 6099, + [6247] = 6082, + [6248] = 6248, + [6249] = 6084, + [6250] = 6102, + [6251] = 6063, + [6252] = 6104, + [6253] = 6105, + [6254] = 6062, + [6255] = 6255, + [6256] = 6178, [6257] = 6257, - [6258] = 5818, - [6259] = 5817, - [6260] = 5722, - [6261] = 5888, - [6262] = 5747, - [6263] = 5679, - [6264] = 5710, - [6265] = 5889, - [6266] = 5769, - [6267] = 5745, - [6268] = 5677, - [6269] = 5727, - [6270] = 5732, - [6271] = 5762, - [6272] = 5897, - [6273] = 5899, - [6274] = 5696, - [6275] = 5850, - [6276] = 5866, - [6277] = 6277, - [6278] = 5853, - [6279] = 5854, - [6280] = 5747, - [6281] = 5815, - [6282] = 5925, - [6283] = 5900, - [6284] = 5830, - [6285] = 5732, - [6286] = 5703, - [6287] = 5794, - [6288] = 5863, - [6289] = 6000, - [6290] = 5777, - [6291] = 6291, - [6292] = 6072, - [6293] = 5690, - [6294] = 5692, - [6295] = 5694, + [6258] = 6070, + [6259] = 6106, + [6260] = 6073, + [6261] = 6137, + [6262] = 6135, + [6263] = 6070, + [6264] = 6094, + [6265] = 6100, + [6266] = 6073, + [6267] = 6112, + [6268] = 6103, + [6269] = 6085, + [6270] = 6094, + [6271] = 6092, + [6272] = 6272, + [6273] = 6273, + [6274] = 6100, + [6275] = 6140, + [6276] = 6083, + [6277] = 6056, + [6278] = 6073, + [6279] = 6070, + [6280] = 6280, + [6281] = 6281, + [6282] = 6134, + [6283] = 6178, + [6284] = 6058, + [6285] = 3241, + [6286] = 6121, + [6287] = 6111, + [6288] = 6288, + [6289] = 6086, + [6290] = 6063, + [6291] = 6116, + [6292] = 6073, + [6293] = 6137, + [6294] = 6121, + [6295] = 6295, [6296] = 6296, - [6297] = 5684, - [6298] = 5705, - [6299] = 5741, - [6300] = 5720, - [6301] = 4746, - [6302] = 5702, - [6303] = 5501, - [6304] = 5701, - [6305] = 5988, - [6306] = 5789, - [6307] = 5700, - [6308] = 6072, - [6309] = 5876, - [6310] = 5698, - [6311] = 5697, - [6312] = 5897, - [6313] = 5696, - [6314] = 5684, - [6315] = 5683, - [6316] = 5681, - [6317] = 5781, - [6318] = 6072, + [6297] = 6062, + [6298] = 6055, + [6299] = 6299, + [6300] = 6068, + [6301] = 6301, + [6302] = 6302, + [6303] = 6124, + [6304] = 6304, + [6305] = 6305, + [6306] = 6090, + [6307] = 6255, + [6308] = 6121, + [6309] = 6309, + [6310] = 6083, + [6311] = 6311, + [6312] = 6312, + [6313] = 6095, + [6314] = 6092, + [6315] = 6135, + [6316] = 6063, + [6317] = 6085, + [6318] = 6318, [6319] = 6319, - [6320] = 5781, - [6321] = 5766, - [6322] = 6322, - [6323] = 5906, - [6324] = 5907, - [6325] = 5908, - [6326] = 5838, - [6327] = 5795, - [6328] = 5681, - [6329] = 5683, - [6330] = 5800, - [6331] = 5805, - [6332] = 5918, - [6333] = 5919, - [6334] = 5810, - [6335] = 5684, - [6336] = 5812, - [6337] = 5813, - [6338] = 6338, - [6339] = 5791, - [6340] = 5696, - [6341] = 5736, - [6342] = 5697, - [6343] = 5845, - [6344] = 5698, - [6345] = 5700, - [6346] = 5701, - [6347] = 5790, - [6348] = 5803, - [6349] = 5707, - [6350] = 5711, - [6351] = 5719, - [6352] = 5702, - [6353] = 5703, - [6354] = 5705, - [6355] = 5782, - [6356] = 5744, - [6357] = 5784, - [6358] = 5360, - [6359] = 5760, - [6360] = 4729, - [6361] = 5748, - [6362] = 5899, - [6363] = 5766, + [6320] = 6103, + [6321] = 6134, + [6322] = 6100, + [6323] = 6296, + [6324] = 3227, + [6325] = 6325, + [6326] = 6092, + [6327] = 6081, + [6328] = 6120, + [6329] = 6085, + [6330] = 6087, + [6331] = 6080, + [6332] = 6088, + [6333] = 6333, + [6334] = 6155, + [6335] = 6090, + [6336] = 6231, + [6337] = 6178, + [6338] = 6197, + [6339] = 6333, + [6340] = 6084, + [6341] = 6211, + [6342] = 6070, + [6343] = 6343, + [6344] = 6082, + [6345] = 6070, + [6346] = 6155, + [6347] = 6073, + [6348] = 6124, + [6349] = 6075, + [6350] = 6092, + [6351] = 6074, + [6352] = 6090, + [6353] = 6142, + [6354] = 6354, + [6355] = 6255, + [6356] = 6085, + [6357] = 6092, + [6358] = 6064, + [6359] = 6354, + [6360] = 6360, + [6361] = 6060, + [6362] = 6132, + [6363] = 6363, [6364] = 6364, - [6365] = 62, - [6366] = 5949, - [6367] = 5953, - [6368] = 5586, - [6369] = 4766, - [6370] = 6370, - [6371] = 5716, - [6372] = 6372, - [6373] = 6373, + [6365] = 6086, + [6366] = 6366, + [6367] = 6083, + [6368] = 6066, + [6369] = 6369, + [6370] = 6211, + [6371] = 6056, + [6372] = 6073, + [6373] = 6070, [6374] = 6374, [6375] = 6375, - [6376] = 6372, - [6377] = 6377, + [6376] = 6063, + [6377] = 6231, [6378] = 6378, [6379] = 6379, - [6380] = 6380, + [6380] = 6065, [6381] = 6381, - [6382] = 6382, - [6383] = 6383, - [6384] = 6384, - [6385] = 6385, + [6382] = 6076, + [6383] = 6062, + [6384] = 6077, + [6385] = 6197, [6386] = 6386, - [6387] = 52, - [6388] = 6388, - [6389] = 6389, + [6387] = 6387, + [6388] = 6078, + [6389] = 6062, [6390] = 6390, [6391] = 6391, - [6392] = 6392, - [6393] = 6393, - [6394] = 6394, - [6395] = 6395, + [6392] = 6079, + [6393] = 6288, + [6394] = 6386, + [6395] = 6089, [6396] = 6396, [6397] = 6397, - [6398] = 6386, - [6399] = 6373, - [6400] = 6400, - [6401] = 6374, - [6402] = 6402, - [6403] = 6403, - [6404] = 6404, - [6405] = 6405, + [6398] = 3204, + [6399] = 6399, + [6400] = 6288, + [6401] = 6363, + [6402] = 6149, + [6403] = 6079, + [6404] = 3200, + [6405] = 6111, [6406] = 6406, - [6407] = 6407, - [6408] = 6408, - [6409] = 6409, + [6407] = 6066, + [6408] = 6178, + [6409] = 6099, [6410] = 6410, - [6411] = 6411, - [6412] = 6412, - [6413] = 6413, + [6411] = 6099, + [6412] = 6102, + [6413] = 6104, [6414] = 6414, [6415] = 6415, [6416] = 6416, - [6417] = 6417, - [6418] = 6418, - [6419] = 6419, - [6420] = 6420, + [6417] = 6102, + [6418] = 6104, + [6419] = 6105, + [6420] = 6333, [6421] = 6421, - [6422] = 6422, - [6423] = 6423, + [6422] = 6105, + [6423] = 6092, [6424] = 6424, - [6425] = 6425, - [6426] = 6426, - [6427] = 6425, - [6428] = 6426, - [6429] = 6429, - [6430] = 6430, + [6425] = 6116, + [6426] = 6143, + [6427] = 6112, + [6428] = 6428, + [6429] = 6211, + [6430] = 6091, [6431] = 6431, - [6432] = 6422, + [6432] = 6410, [6433] = 6433, [6434] = 6434, - [6435] = 6435, - [6436] = 6436, - [6437] = 6437, - [6438] = 6438, - [6439] = 6414, + [6435] = 6431, + [6436] = 6054, + [6437] = 6085, + [6438] = 6416, + [6439] = 6092, [6440] = 6440, - [6441] = 6441, - [6442] = 6422, - [6443] = 6423, - [6444] = 6444, + [6441] = 6257, + [6442] = 6063, + [6443] = 6391, + [6444] = 6387, [6445] = 6445, - [6446] = 6378, + [6446] = 6318, [6447] = 6447, - [6448] = 6448, - [6449] = 6449, - [6450] = 6450, - [6451] = 6451, - [6452] = 6452, - [6453] = 6453, - [6454] = 6454, - [6455] = 6455, - [6456] = 6456, - [6457] = 6452, - [6458] = 6451, - [6459] = 6456, - [6460] = 6460, - [6461] = 6461, - [6462] = 6455, - [6463] = 6382, - [6464] = 6464, + [6448] = 6172, + [6449] = 6063, + [6450] = 6085, + [6451] = 6302, + [6452] = 6305, + [6453] = 6304, + [6454] = 6281, + [6455] = 6273, + [6456] = 6156, + [6457] = 6280, + [6458] = 6325, + [6459] = 6103, + [6460] = 6063, + [6461] = 6434, + [6462] = 6301, + [6463] = 6072, + [6464] = 6063, [6465] = 6465, - [6466] = 6466, - [6467] = 6467, - [6468] = 6468, - [6469] = 6469, - [6470] = 6449, - [6471] = 6471, - [6472] = 6464, - [6473] = 6473, - [6474] = 6441, + [6466] = 6445, + [6467] = 6440, + [6468] = 6063, + [6469] = 6063, + [6470] = 6067, + [6471] = 6301, + [6472] = 6063, + [6473] = 6143, + [6474] = 6086, [6475] = 6475, - [6476] = 6476, - [6477] = 6444, - [6478] = 6478, - [6479] = 6388, - [6480] = 6480, - [6481] = 3155, - [6482] = 6374, - [6483] = 6466, - [6484] = 6426, - [6485] = 6425, - [6486] = 6424, - [6487] = 6487, + [6476] = 6428, + [6477] = 6257, + [6478] = 6126, + [6479] = 6143, + [6480] = 42, + [6481] = 6433, + [6482] = 6434, + [6483] = 6431, + [6484] = 6062, + [6485] = 6063, + [6486] = 6416, + [6487] = 6410, [6488] = 6488, - [6489] = 6396, - [6490] = 6422, - [6491] = 6418, - [6492] = 6423, - [6493] = 6410, - [6494] = 6494, - [6495] = 6449, - [6496] = 6464, - [6497] = 6466, - [6498] = 6498, - [6499] = 6469, - [6500] = 6500, - [6501] = 6415, - [6502] = 6383, - [6503] = 6503, - [6504] = 6409, - [6505] = 6464, + [6489] = 6124, + [6490] = 6302, + [6491] = 6391, + [6492] = 6387, + [6493] = 6465, + [6494] = 6068, + [6495] = 6172, + [6496] = 6085, + [6497] = 6296, + [6498] = 6054, + [6499] = 6305, + [6500] = 6304, + [6501] = 6281, + [6502] = 6273, + [6503] = 6156, + [6504] = 6280, + [6505] = 6063, [6506] = 6506, - [6507] = 6507, - [6508] = 6447, - [6509] = 6403, - [6510] = 6393, - [6511] = 6469, - [6512] = 6375, - [6513] = 6402, - [6514] = 6514, - [6515] = 6515, - [6516] = 6516, - [6517] = 6517, - [6518] = 3161, - [6519] = 6519, - [6520] = 6520, - [6521] = 6521, - [6522] = 6449, - [6523] = 6523, - [6524] = 6433, - [6525] = 6380, - [6526] = 6381, - [6527] = 6378, - [6528] = 6423, - [6529] = 6400, - [6530] = 6520, + [6507] = 6091, + [6508] = 6085, + [6509] = 6063, + [6510] = 6465, + [6511] = 6445, + [6512] = 6440, + [6513] = 6197, + [6514] = 6084, + [6515] = 6255, + [6516] = 3188, + [6517] = 6063, + [6518] = 6073, + [6519] = 6433, + [6520] = 6428, + [6521] = 6070, + [6522] = 6063, + [6523] = 6063, + [6524] = 6062, + [6525] = 6433, + [6526] = 6434, + [6527] = 6431, + [6528] = 21, + [6529] = 6231, + [6530] = 6416, [6531] = 6531, - [6532] = 6516, - [6533] = 6382, - [6534] = 6449, - [6535] = 6372, - [6536] = 6464, - [6537] = 6466, - [6538] = 6469, - [6539] = 6469, - [6540] = 6540, - [6541] = 6377, - [6542] = 6397, - [6543] = 6503, - [6544] = 6500, - [6545] = 6379, - [6546] = 6385, - [6547] = 6547, - [6548] = 6548, - [6549] = 6549, + [6532] = 6132, + [6533] = 3186, + [6534] = 6386, + [6535] = 6391, + [6536] = 6387, + [6537] = 6063, + [6538] = 6538, + [6539] = 6172, + [6540] = 6318, + [6541] = 6116, + [6542] = 6231, + [6543] = 6305, + [6544] = 6304, + [6545] = 6281, + [6546] = 6273, + [6547] = 6156, + [6548] = 6197, + [6549] = 6055, [6550] = 6550, - [6551] = 6551, - [6552] = 6410, - [6553] = 6395, - [6554] = 6554, - [6555] = 6555, - [6556] = 6373, - [6557] = 6430, - [6558] = 6466, - [6559] = 6464, - [6560] = 6449, - [6561] = 6561, - [6562] = 6422, - [6563] = 6433, - [6564] = 6564, - [6565] = 6454, + [6551] = 6354, + [6552] = 6257, + [6553] = 6465, + [6554] = 6445, + [6555] = 6440, + [6556] = 6155, + [6557] = 6557, + [6558] = 6142, + [6559] = 6288, + [6560] = 6085, + [6561] = 6054, + [6562] = 6428, + [6563] = 6092, + [6564] = 6063, + [6565] = 6085, [6566] = 6566, - [6567] = 6567, - [6568] = 6373, - [6569] = 6395, - [6570] = 6453, - [6571] = 6571, - [6572] = 6572, - [6573] = 6422, - [6574] = 6423, - [6575] = 6476, - [6576] = 6576, - [6577] = 6449, - [6578] = 6377, - [6579] = 6468, - [6580] = 6464, - [6581] = 6440, - [6582] = 6436, + [6567] = 6433, + [6568] = 6434, + [6569] = 6431, + [6570] = 6062, + [6571] = 6081, + [6572] = 6416, + [6573] = 6149, + [6574] = 6082, + [6575] = 6410, + [6576] = 6092, + [6577] = 6391, + [6578] = 6387, + [6579] = 6055, + [6580] = 6211, + [6581] = 6172, + [6582] = 6582, [6583] = 6583, - [6584] = 6384, - [6585] = 6430, - [6586] = 6397, - [6587] = 6466, - [6588] = 6469, - [6589] = 6389, - [6590] = 6423, - [6591] = 6422, - [6592] = 6372, - [6593] = 6593, - [6594] = 6411, - [6595] = 6382, - [6596] = 6465, - [6597] = 6597, - [6598] = 6598, - [6599] = 6391, - [6600] = 6381, - [6601] = 6460, - [6602] = 6461, - [6603] = 6380, - [6604] = 6392, - [6605] = 6388, - [6606] = 6420, - [6607] = 6461, - [6608] = 27, - [6609] = 6402, - [6610] = 6422, - [6611] = 6423, - [6612] = 6403, - [6613] = 6409, - [6614] = 6449, - [6615] = 6415, - [6616] = 6464, - [6617] = 6466, - [6618] = 6469, - [6619] = 6418, - [6620] = 6417, - [6621] = 6621, - [6622] = 6424, - [6623] = 6425, - [6624] = 6460, - [6625] = 6426, - [6626] = 6378, + [6584] = 6068, + [6585] = 6305, + [6586] = 6304, + [6587] = 6281, + [6588] = 6273, + [6589] = 6156, + [6590] = 6133, + [6591] = 6591, + [6592] = 6592, + [6593] = 6063, + [6594] = 6091, + [6595] = 6465, + [6596] = 6445, + [6597] = 6440, + [6598] = 6126, + [6599] = 6126, + [6600] = 6133, + [6601] = 6133, + [6602] = 6602, + [6603] = 6433, + [6604] = 6086, + [6605] = 6433, + [6606] = 6063, + [6607] = 6433, + [6608] = 6070, + [6609] = 6433, + [6610] = 6610, + [6611] = 6433, + [6612] = 6612, + [6613] = 6433, + [6614] = 6614, + [6615] = 6433, + [6616] = 6073, + [6617] = 6433, + [6618] = 6092, + [6619] = 6433, + [6620] = 6073, + [6621] = 6070, + [6622] = 6296, + [6623] = 6091, + [6624] = 6063, + [6625] = 6410, + [6626] = 6626, [6627] = 6627, - [6628] = 6374, + [6628] = 6073, [6629] = 6629, - [6630] = 6388, - [6631] = 6424, - [6632] = 6632, - [6633] = 6447, - [6634] = 6404, - [6635] = 6396, - [6636] = 6441, - [6637] = 6464, - [6638] = 6407, - [6639] = 6412, - [6640] = 6640, - [6641] = 6383, - [6642] = 6642, - [6643] = 6393, - [6644] = 6644, - [6645] = 6645, - [6646] = 6423, - [6647] = 6375, - [6648] = 6414, - [6649] = 6451, - [6650] = 6452, - [6651] = 6456, - [6652] = 6455, - [6653] = 6379, + [6630] = 6070, + [6631] = 6092, + [6632] = 6063, + [6633] = 6633, + [6634] = 6634, + [6635] = 6635, + [6636] = 6063, + [6637] = 6140, + [6638] = 6067, + [6639] = 6073, + [6640] = 6302, + [6641] = 6072, + [6642] = 6085, + [6643] = 6062, + [6644] = 6301, + [6645] = 6070, + [6646] = 6646, + [6647] = 6647, + [6648] = 6421, + [6649] = 6649, + [6650] = 6415, + [6651] = 6414, + [6652] = 6652, + [6653] = 6333, [6654] = 6654, - [6655] = 6655, - [6656] = 6452, - [6657] = 6381, - [6658] = 6422, - [6659] = 6423, + [6655] = 6129, + [6656] = 6128, + [6657] = 6119, + [6658] = 6658, + [6659] = 6061, [6660] = 6660, - [6661] = 6444, - [6662] = 6413, - [6663] = 6663, - [6664] = 6385, + [6661] = 6318, + [6662] = 6060, + [6663] = 6095, + [6664] = 6646, [6665] = 6665, - [6666] = 6666, - [6667] = 6449, - [6668] = 6464, - [6669] = 6465, - [6670] = 6466, - [6671] = 6384, - [6672] = 6478, - [6673] = 6380, - [6674] = 6469, - [6675] = 6421, + [6666] = 6421, + [6667] = 6070, + [6668] = 6415, + [6669] = 6414, + [6670] = 6063, + [6671] = 6095, + [6672] = 6672, + [6673] = 6129, + [6674] = 6128, + [6675] = 6119, [6676] = 6676, - [6677] = 6386, - [6678] = 6678, - [6679] = 6551, - [6680] = 6396, - [6681] = 6681, + [6677] = 6054, + [6678] = 6149, + [6679] = 6106, + [6680] = 6318, + [6681] = 6646, [6682] = 6682, - [6683] = 6422, - [6684] = 6423, - [6685] = 6685, - [6686] = 6449, - [6687] = 6420, - [6688] = 6389, - [6689] = 6391, - [6690] = 6571, - [6691] = 6466, - [6692] = 6392, - [6693] = 6469, - [6694] = 6420, - [6695] = 6433, - [6696] = 6436, - [6697] = 6451, - [6698] = 6416, - [6699] = 6422, - [6700] = 6466, - [6701] = 6468, - [6702] = 6423, - [6703] = 6411, - [6704] = 6400, - [6705] = 6404, - [6706] = 6449, - [6707] = 6464, - [6708] = 6466, - [6709] = 6407, - [6710] = 6469, - [6711] = 6421, - [6712] = 6413, - [6713] = 6713, - [6714] = 6377, - [6715] = 6715, - [6716] = 6414, - [6717] = 6383, - [6718] = 6393, - [6719] = 6572, - [6720] = 6417, + [6683] = 6421, + [6684] = 6067, + [6685] = 6415, + [6686] = 6414, + [6687] = 6386, + [6688] = 6072, + [6689] = 6354, + [6690] = 6129, + [6691] = 6128, + [6692] = 6119, + [6693] = 6063, + [6694] = 6694, + [6695] = 6142, + [6696] = 6065, + [6697] = 6257, + [6698] = 6646, + [6699] = 6699, + [6700] = 6421, + [6701] = 6075, + [6702] = 6415, + [6703] = 6414, + [6704] = 6704, + [6705] = 6705, + [6706] = 6155, + [6707] = 6129, + [6708] = 6128, + [6709] = 6119, + [6710] = 6333, + [6711] = 6302, + [6712] = 6243, + [6713] = 6255, + [6714] = 6354, + [6715] = 6064, + [6716] = 6063, + [6717] = 6717, + [6718] = 6718, + [6719] = 6143, + [6720] = 6386, [6721] = 6721, - [6722] = 6416, - [6723] = 6422, - [6724] = 6423, - [6725] = 6551, - [6726] = 6412, - [6727] = 6476, - [6728] = 6478, - [6729] = 6395, - [6730] = 6416, - [6731] = 6417, - [6732] = 6422, - [6733] = 6412, - [6734] = 6449, - [6735] = 6572, - [6736] = 6736, - [6737] = 6418, - [6738] = 6413, - [6739] = 6421, + [6722] = 6722, + [6723] = 6646, + [6724] = 6724, + [6725] = 6063, + [6726] = 6296, + [6727] = 6063, + [6728] = 6149, + [6729] = 6126, + [6730] = 6730, + [6731] = 6301, + [6732] = 6732, + [6733] = 6074, + [6734] = 6734, + [6735] = 6140, + [6736] = 6428, + [6737] = 6112, + [6738] = 6288, + [6739] = 6134, [6740] = 6740, [6741] = 6741, - [6742] = 6742, - [6743] = 6407, - [6744] = 6404, - [6745] = 6464, - [6746] = 6746, - [6747] = 6747, - [6748] = 6375, - [6749] = 6397, - [6750] = 6466, - [6751] = 6507, - [6752] = 6506, - [6753] = 6547, - [6754] = 6400, - [6755] = 6469, + [6742] = 6165, + [6743] = 6743, + [6744] = 6744, + [6745] = 6243, + [6746] = 6137, + [6747] = 6058, + [6748] = 6243, + [6749] = 6062, + [6750] = 6111, + [6751] = 6243, + [6752] = 6752, + [6753] = 6135, + [6754] = 6754, + [6755] = 6755, [6756] = 6756, [6757] = 6757, - [6758] = 6397, - [6759] = 6447, - [6760] = 6386, - [6761] = 6654, - [6762] = 6678, - [6763] = 6372, - [6764] = 6392, - [6765] = 6420, - [6766] = 6766, - [6767] = 6391, - [6768] = 6382, - [6769] = 6433, - [6770] = 6390, - [6771] = 6405, - [6772] = 6406, - [6773] = 6660, - [6774] = 6435, - [6775] = 6593, - [6776] = 6776, - [6777] = 6777, - [6778] = 6460, - [6779] = 6455, - [6780] = 6780, - [6781] = 6389, - [6782] = 6381, - [6783] = 6742, - [6784] = 6741, - [6785] = 6740, - [6786] = 6380, - [6787] = 6461, - [6788] = 6788, - [6789] = 6414, - [6790] = 6790, - [6791] = 6421, - [6792] = 6792, - [6793] = 6402, - [6794] = 6746, - [6795] = 6402, - [6796] = 6796, - [6797] = 6447, - [6798] = 6798, - [6799] = 6507, - [6800] = 6506, - [6801] = 6547, - [6802] = 6384, - [6803] = 6403, - [6804] = 6756, - [6805] = 6805, - [6806] = 6409, - [6807] = 6460, - [6808] = 6415, - [6809] = 6654, - [6810] = 6678, - [6811] = 6461, - [6812] = 6721, - [6813] = 6375, - [6814] = 6766, - [6815] = 6551, - [6816] = 27, - [6817] = 6454, - [6818] = 6390, - [6819] = 6405, - [6820] = 6406, - [6821] = 6660, - [6822] = 6435, - [6823] = 6593, - [6824] = 6465, - [6825] = 6411, - [6826] = 6468, - [6827] = 6423, - [6828] = 6418, - [6829] = 6742, - [6830] = 6741, - [6831] = 6740, - [6832] = 6832, - [6833] = 6449, - [6834] = 6385, - [6835] = 6424, - [6836] = 6425, - [6837] = 6426, - [6838] = 6838, - [6839] = 6746, - [6840] = 6840, - [6841] = 6464, - [6842] = 6476, - [6843] = 6374, - [6844] = 6507, - [6845] = 6506, - [6846] = 6547, - [6847] = 6478, - [6848] = 6466, - [6849] = 6756, - [6850] = 6379, - [6851] = 6403, - [6852] = 6469, - [6853] = 6465, - [6854] = 6654, - [6855] = 6678, - [6856] = 6856, - [6857] = 6441, - [6858] = 6766, - [6859] = 6379, - [6860] = 6468, - [6861] = 3147, - [6862] = 6390, - [6863] = 6405, - [6864] = 6406, - [6865] = 6660, - [6866] = 6435, - [6867] = 6393, - [6868] = 6576, - [6869] = 6500, - [6870] = 6503, - [6871] = 6413, - [6872] = 6742, - [6873] = 6741, - [6874] = 6740, - [6875] = 6875, - [6876] = 6451, - [6877] = 6452, - [6878] = 6456, - [6879] = 6386, - [6880] = 6455, - [6881] = 6746, - [6882] = 6469, - [6883] = 6422, - [6884] = 6476, - [6885] = 6449, - [6886] = 6507, - [6887] = 6506, - [6888] = 6547, - [6889] = 6383, - [6890] = 6516, - [6891] = 6756, - [6892] = 3134, - [6893] = 6500, - [6894] = 6520, - [6895] = 6464, - [6896] = 6654, - [6897] = 6678, - [6898] = 6466, - [6899] = 6444, - [6900] = 6766, - [6901] = 6469, - [6902] = 6503, - [6903] = 6396, - [6904] = 6390, - [6905] = 6405, - [6906] = 6406, - [6907] = 6660, - [6908] = 6435, - [6909] = 6385, - [6910] = 6466, - [6911] = 6377, - [6912] = 6466, - [6913] = 6913, - [6914] = 6742, - [6915] = 6741, - [6916] = 6740, - [6917] = 6466, - [6918] = 6417, - [6919] = 6388, - [6920] = 6466, - [6921] = 6416, - [6922] = 6507, - [6923] = 6466, - [6924] = 6507, - [6925] = 6478, - [6926] = 6507, - [6927] = 6571, - [6928] = 6507, - [6929] = 6466, - [6930] = 6507, - [6931] = 6423, - [6932] = 6507, - [6933] = 6466, - [6934] = 6507, - [6935] = 3142, - [6936] = 6507, - [6937] = 6937, - [6938] = 6507, - [6939] = 6776, - [6940] = 6777, - [6941] = 6466, - [6942] = 6942, - [6943] = 6410, - [6944] = 6944, - [6945] = 30, - [6946] = 6469, - [6947] = 6378, - [6948] = 6948, - [6949] = 6949, - [6950] = 6466, - [6951] = 6466, - [6952] = 6464, - [6953] = 6953, - [6954] = 6441, - [6955] = 6955, - [6956] = 6449, - [6957] = 6464, - [6958] = 6409, - [6959] = 6466, - [6960] = 6466, - [6961] = 6430, - [6962] = 6962, - [6963] = 6551, - [6964] = 6454, - [6965] = 6715, - [6966] = 6948, - [6967] = 6780, - [6968] = 6466, - [6969] = 6969, - [6970] = 6970, - [6971] = 6453, - [6972] = 6972, - [6973] = 6453, - [6974] = 6494, - [6975] = 6498, - [6976] = 6566, - [6977] = 6500, - [6978] = 6840, - [6979] = 6503, - [6980] = 6466, - [6981] = 6981, - [6982] = 6440, - [6983] = 6715, - [6984] = 6412, - [6985] = 6780, - [6986] = 6466, - [6987] = 6969, - [6988] = 6970, - [6989] = 6989, - [6990] = 6466, - [6991] = 6436, - [6992] = 6494, - [6993] = 6498, - [6994] = 6566, - [6995] = 6444, - [6996] = 6436, - [6997] = 6430, - [6998] = 6756, - [6999] = 6999, - [7000] = 6715, - [7001] = 7001, - [7002] = 6780, - [7003] = 6440, - [7004] = 6969, - [7005] = 6970, - [7006] = 7006, - [7007] = 6516, - [7008] = 6969, - [7009] = 6494, - [7010] = 6498, - [7011] = 6566, - [7012] = 6423, - [7013] = 6395, - [7014] = 6422, - [7015] = 6407, - [7016] = 6469, - [7017] = 6715, - [7018] = 6411, - [7019] = 6780, - [7020] = 6516, - [7021] = 6969, - [7022] = 6970, - [7023] = 7023, - [7024] = 6970, - [7025] = 6456, - [7026] = 6494, - [7027] = 6498, - [7028] = 6566, - [7029] = 7029, - [7030] = 6453, - [7031] = 6466, - [7032] = 6466, - [7033] = 6746, - [7034] = 6454, - [7035] = 6373, - [7036] = 7036, - [7037] = 6404, - [7038] = 6415, - [7039] = 7039, - [7040] = 6384, - [7041] = 7041, - [7042] = 6400, - [7043] = 6520, - [7044] = 6520, - [7045] = 7045, - [7046] = 3146, - [7047] = 6449, - [7048] = 6464, - [7049] = 6466, - [7050] = 7050, - [7051] = 7051, - [7052] = 6466, - [7053] = 6389, - [7054] = 6391, - [7055] = 6466, - [7056] = 6422, - [7057] = 7057, - [7058] = 6392, - [7059] = 7059, - [7060] = 7060, - [7061] = 7061, - [7062] = 6410, - [7063] = 7063, - [7064] = 6948, - [7065] = 7065, - [7066] = 7066, - [7067] = 6948, - [7068] = 7068, - [7069] = 6466, - [7070] = 6948, - [7071] = 6440, - [7072] = 6766, - [7073] = 7073, - [7074] = 7074, - [7075] = 7075, - [7076] = 7076, - [7077] = 7077, + [6758] = 6758, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -11293,76 +11009,76 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(1325); - if (lookahead == '"') ADVANCE(2470); - if (lookahead == '&') ADVANCE(1348); - if (lookahead == '\'') ADVANCE(2475); - if (lookahead == '(') ADVANCE(2476); - if (lookahead == ')') ADVANCE(2477); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '.') ADVANCE(1327); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2726); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == 'N') ADVANCE(1409); - if (lookahead == 'S') ADVANCE(1400); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == ']') ADVANCE(2469); - if (lookahead == 'n') ADVANCE(1620); - if (lookahead == 's') ADVANCE(1625); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == '}') ADVANCE(1349); + if (eof) ADVANCE(1343); + if (lookahead == '"') ADVANCE(2498); + if (lookahead == '&') ADVANCE(1366); + if (lookahead == '\'') ADVANCE(2503); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '.') ADVANCE(1345); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2758); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == 'N') ADVANCE(1427); + if (lookahead == 'S') ADVANCE(1418); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == ']') ADVANCE(2497); + if (lookahead == 'n') ADVANCE(1640); + if (lookahead == 's') ADVANCE(1645); + if (lookahead == '{') ADVANCE(1362); + if (lookahead == '}') ADVANCE(1367); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1523); + lookahead == 'a') ADVANCE(1541); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1626); + lookahead == 'b') ADVANCE(1646); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1425); + lookahead == 'c') ADVANCE(1443); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1433); + lookahead == 'd') ADVANCE(1451); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1434); + lookahead == 'e') ADVANCE(1452); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1817); + lookahead == 'f') ADVANCE(1841); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1632); + lookahead == 'g') ADVANCE(1652); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1634); + lookahead == 'h') ADVANCE(1654); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1974); + lookahead == 'i') ADVANCE(1999); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1702); + lookahead == 'k') ADVANCE(1723); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1426); + lookahead == 'l') ADVANCE(1444); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1427); + lookahead == 'm') ADVANCE(1445); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1785); + lookahead == 'o') ADVANCE(1808); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1428); + lookahead == 'p') ADVANCE(1446); if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2382); + lookahead == 'q') ADVANCE(2409); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1548); + lookahead == 'r') ADVANCE(1566); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1446); + lookahead == 't') ADVANCE(1464); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2006); + lookahead == 'u') ADVANCE(2030); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1448); + lookahead == 'v') ADVANCE(1466); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1824); + lookahead == 'w') ADVANCE(1849); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2692); + lookahead == 'x') ADVANCE(2724); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2693); + lookahead == 'y') ADVANCE(2725); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -11373,8 +11089,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(25); if (('J' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('j' <= lookahead && lookahead <= '|')) ADVANCE(2458); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + ('j' <= lookahead && lookahead <= '|')) ADVANCE(2485); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); END_STATE(); case 1: if (lookahead == '\n') SKIP(33) @@ -11384,10 +11100,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(1) END_STATE(); case 3: - if (lookahead == '\n') SKIP(35) + if (lookahead == '\n') SKIP(34) END_STATE(); case 4: - if (lookahead == '\n') SKIP(35) + if (lookahead == '\n') SKIP(34) if (lookahead == '\r') SKIP(3) END_STATE(); case 5: @@ -11398,17 +11114,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(5) END_STATE(); case 7: - if (lookahead == '\n') SKIP(38) + if (lookahead == '\n') SKIP(35) END_STATE(); case 8: - if (lookahead == '\n') SKIP(38) + if (lookahead == '\n') SKIP(35) if (lookahead == '\r') SKIP(7) END_STATE(); case 9: - if (lookahead == '\n') SKIP(34) + if (lookahead == '\n') SKIP(37) END_STATE(); case 10: - if (lookahead == '\n') SKIP(34) + if (lookahead == '\n') SKIP(37) if (lookahead == '\r') SKIP(9) END_STATE(); case 11: @@ -11419,31 +11135,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(11) END_STATE(); case 13: - if (lookahead == '\n') SKIP(71) + if (lookahead == '\n') SKIP(74) END_STATE(); case 14: - if (lookahead == '\n') SKIP(71) + if (lookahead == '\n') SKIP(74) if (lookahead == '\r') SKIP(13) END_STATE(); case 15: - if (lookahead == '\n') SKIP(37) + if (lookahead == '\n') SKIP(38) END_STATE(); case 16: - if (lookahead == '\n') SKIP(37) + if (lookahead == '\n') SKIP(38) if (lookahead == '\r') SKIP(15) END_STATE(); case 17: if (lookahead == '\n') SKIP(31) - if (lookahead == '\r') ADVANCE(2474); - if (lookahead != 0) ADVANCE(2474); + if (lookahead == '\r') ADVANCE(2502); + if (lookahead != 0) ADVANCE(2502); END_STATE(); case 18: - if (lookahead == '\n') SKIP(218) + if (lookahead == '\n') SKIP(217) END_STATE(); case 19: - if (lookahead == '\n') SKIP(218) + if (lookahead == '\n') SKIP(217) if (lookahead == '\r') SKIP(18) - if (lookahead == '.') ADVANCE(249); + if (lookahead == '.') ADVANCE(248); if (('-' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'z') || lookahead == '|') ADVANCE(194); @@ -11458,20 +11174,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 22: if (lookahead == '\n') ADVANCE(136); if (lookahead == '\r') ADVANCE(23); - if (lookahead == '*') ADVANCE(1342); + if (lookahead == '*') ADVANCE(1360); if (lookahead != 0) ADVANCE(137); END_STATE(); case 23: if (lookahead == '\n') ADVANCE(136); - if (lookahead == '*') ADVANCE(1342); + if (lookahead == '*') ADVANCE(1360); if (lookahead != 0) ADVANCE(137); END_STATE(); case 24: - if (lookahead == ' ') ADVANCE(2659); - if (lookahead == ')') ADVANCE(2477); + if (lookahead == ' ') ADVANCE(2691); + if (lookahead == ')') ADVANCE(2505); if (lookahead == '/') ADVANCE(135); if (lookahead == '\\') SKIP(21) - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '{') ADVANCE(1362); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -11481,75 +11197,75 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(24) END_STATE(); case 25: - if (lookahead == '"') ADVANCE(2470); - if (lookahead == '&') ADVANCE(1348); - if (lookahead == '\'') ADVANCE(2475); - if (lookahead == '(') ADVANCE(2476); - if (lookahead == ')') ADVANCE(2477); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '.') ADVANCE(1327); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2726); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == 'N') ADVANCE(1409); - if (lookahead == 'S') ADVANCE(1400); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == ']') ADVANCE(2469); - if (lookahead == 'n') ADVANCE(1620); - if (lookahead == 's') ADVANCE(1625); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == '}') ADVANCE(1349); + if (lookahead == '"') ADVANCE(2498); + if (lookahead == '&') ADVANCE(1366); + if (lookahead == '\'') ADVANCE(2503); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '.') ADVANCE(1345); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2758); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == 'N') ADVANCE(1427); + if (lookahead == 'S') ADVANCE(1418); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == ']') ADVANCE(2497); + if (lookahead == 'n') ADVANCE(1640); + if (lookahead == 's') ADVANCE(1645); + if (lookahead == '{') ADVANCE(1362); + if (lookahead == '}') ADVANCE(1367); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1523); + lookahead == 'a') ADVANCE(1541); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1626); + lookahead == 'b') ADVANCE(1646); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1425); + lookahead == 'c') ADVANCE(1443); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1433); + lookahead == 'd') ADVANCE(1451); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1434); + lookahead == 'e') ADVANCE(1452); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1817); + lookahead == 'f') ADVANCE(1841); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1632); + lookahead == 'g') ADVANCE(1652); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1634); + lookahead == 'h') ADVANCE(1654); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1974); + lookahead == 'i') ADVANCE(1999); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1702); + lookahead == 'k') ADVANCE(1723); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1426); + lookahead == 'l') ADVANCE(1444); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1427); + lookahead == 'm') ADVANCE(1445); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1785); + lookahead == 'o') ADVANCE(1808); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1428); + lookahead == 'p') ADVANCE(1446); if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2382); + lookahead == 'q') ADVANCE(2409); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1548); + lookahead == 'r') ADVANCE(1566); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1446); + lookahead == 't') ADVANCE(1464); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2006); + lookahead == 'u') ADVANCE(2030); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1448); + lookahead == 'v') ADVANCE(1466); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1824); + lookahead == 'w') ADVANCE(1849); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2692); + lookahead == 'x') ADVANCE(2724); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2693); + lookahead == 'y') ADVANCE(2725); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -11560,42 +11276,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(25); if (('J' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('j' <= lookahead && lookahead <= '|')) ADVANCE(2458); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + ('j' <= lookahead && lookahead <= '|')) ADVANCE(2485); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); END_STATE(); case 26: - if (lookahead == '"') ADVANCE(2470); - if (lookahead == '&') ADVANCE(2511); - if (lookahead == '(') ADVANCE(2476); - if (lookahead == ')') ADVANCE(2477); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == ']') ADVANCE(2469); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == '}') ADVANCE(1349); + if (lookahead == '"') ADVANCE(2498); + if (lookahead == '&') ADVANCE(2541); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == ']') ADVANCE(2497); + if (lookahead == '{') ADVANCE(1362); + if (lookahead == '}') ADVANCE(1367); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -11606,42 +11323,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(26); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 27: - if (lookahead == '"') ADVANCE(2470); - if (lookahead == '&') ADVANCE(2511); - if (lookahead == '(') ADVANCE(2476); - if (lookahead == ')') ADVANCE(2477); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == ']') ADVANCE(2469); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == '}') ADVANCE(1349); + if (lookahead == '"') ADVANCE(2498); + if (lookahead == '&') ADVANCE(2541); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == ']') ADVANCE(2497); + if (lookahead == '{') ADVANCE(1362); + if (lookahead == '}') ADVANCE(1367); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -11652,23 +11370,22 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(27); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 28: - if (lookahead == '"') ADVANCE(2470); - if (lookahead == '&') ADVANCE(2511); - if (lookahead == '(') ADVANCE(2476); - if (lookahead == ')') ADVANCE(2477); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '.') ADVANCE(2460); + if (lookahead == '"') ADVANCE(2498); + if (lookahead == '&') ADVANCE(2541); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '.') ADVANCE(2487); if (lookahead == '/') ADVANCE(135); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2493); - if (lookahead == '=') ADVANCE(2726); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == '}') ADVANCE(1349); + if (lookahead == '<') ADVANCE(2523); + if (lookahead == '=') ADVANCE(2758); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); + if (lookahead == '}') ADVANCE(1367); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -11677,39 +11394,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(28); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2465); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2493); if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 29: - if (lookahead == '"') ADVANCE(2470); - if (lookahead == '&') ADVANCE(2511); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == 'N') ADVANCE(1415); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == 'n') ADVANCE(1685); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == '}') ADVANCE(1349); + if (lookahead == '"') ADVANCE(2498); + if (lookahead == '&') ADVANCE(2541); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == 'N') ADVANCE(1433); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == 'n') ADVANCE(1705); + if (lookahead == '{') ADVANCE(1362); + if (lookahead == '}') ADVANCE(1367); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -11720,35 +11437,35 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(29) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 30: - if (lookahead == '"') ADVANCE(2470); - if (lookahead == '&') ADVANCE(2511); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == '}') ADVANCE(1349); + if (lookahead == '"') ADVANCE(2498); + if (lookahead == '&') ADVANCE(2541); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); + if (lookahead == '}') ADVANCE(1367); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1683); + lookahead == 'n') ADVANCE(1703); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -11759,13 +11476,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(30) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 31: - if (lookahead == '"') ADVANCE(2470); - if (lookahead == '/') ADVANCE(2471); + if (lookahead == '"') ADVANCE(2498); + if (lookahead == '/') ADVANCE(2499); if (lookahead == '\\') ADVANCE(17); - if (lookahead == '{') ADVANCE(1346); + if (lookahead == '{') ADVANCE(1364); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -11773,14 +11490,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) ADVANCE(2472); - if (lookahead != 0) ADVANCE(2473); + lookahead == 65279) ADVANCE(2500); + if (lookahead != 0) ADVANCE(2501); END_STATE(); case 32: - if (lookahead == '&') ADVANCE(1348); + if (lookahead == '&') ADVANCE(1366); if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -11789,76 +11506,76 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(32) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2465); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2493); if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 33: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == ')') ADVANCE(2477); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2490); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == 'N') ADVANCE(234); - if (lookahead == 'S') ADVANCE(222); - if (lookahead == '[') ADVANCE(2467); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2518); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == 'N') ADVANCE(233); + if (lookahead == 'S') ADVANCE(221); + if (lookahead == '[') ADVANCE(2495); if (lookahead == '\\') SKIP(2) - if (lookahead == ']') ADVANCE(2469); - if (lookahead == 'n') ADVANCE(502); - if (lookahead == 's') ADVANCE(508); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == '}') ADVANCE(1349); + if (lookahead == ']') ADVANCE(2497); + if (lookahead == 'n') ADVANCE(505); + if (lookahead == 's') ADVANCE(511); + if (lookahead == '{') ADVANCE(1362); + if (lookahead == '}') ADVANCE(1367); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(348); + lookahead == 'a') ADVANCE(346); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(530); + lookahead == 'b') ADVANCE(531); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(250); + lookahead == 'c') ADVANCE(249); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(251); + lookahead == 'd') ADVANCE(250); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(252); + lookahead == 'e') ADVANCE(251); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(693); + lookahead == 'f') ADVANCE(700); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(510); + lookahead == 'g') ADVANCE(512); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(511); + lookahead == 'h') ADVANCE(513); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(828); + lookahead == 'i') ADVANCE(838); if (lookahead == 'K' || lookahead == 'k') ADVANCE(544); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(253); + lookahead == 'l') ADVANCE(252); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(254); + lookahead == 'm') ADVANCE(253); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(633); + lookahead == 'o') ADVANCE(639); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(256); + lookahead == 'p') ADVANCE(255); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(372); + lookahead == 'r') ADVANCE(371); if (lookahead == 'T' || - lookahead == 't') ADVANCE(268); + lookahead == 't') ADVANCE(267); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(872); + lookahead == 'u') ADVANCE(882); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(936); + lookahead == 'v') ADVANCE(949); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(675); + lookahead == 'w') ADVANCE(682); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(833); + lookahead == 'x') ADVANCE(843); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2693); + lookahead == 'y') ADVANCE(2725); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -11867,56 +11584,64 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(33); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2465); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2493); END_STATE(); case 34: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == ')') ADVANCE(2477); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2490); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == 'N') ADVANCE(240); - if (lookahead == 'S') ADVANCE(224); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') SKIP(10) + if (lookahead == '(') ADVANCE(2504); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2518); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == 'N') ADVANCE(237); + if (lookahead == '\\') SKIP(4) + if (lookahead == ']') ADVANCE(2497); if (lookahead == 'n') ADVANCE(506); - if (lookahead == 's') ADVANCE(734); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1000); + lookahead == 'a') ADVANCE(892); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(528); + lookahead == 'b') ADVANCE(532); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(321); + lookahead == 'c') ADVANCE(947); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(387); + lookahead == 'd') ADVANCE(554); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1028); + lookahead == 'e') ADVANCE(368); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(669); + lookahead == 'f') ADVANCE(703); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(510); + lookahead == 'g') ADVANCE(512); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(513); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(853); + lookahead == 'i') ADVANCE(884); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(544); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(337); + lookahead == 'l') ADVANCE(256); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(305); + lookahead == 'm') ADVANCE(254); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(638); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(646); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(373); + lookahead == 'p') ADVANCE(317); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(585); if (lookahead == 'T' || - lookahead == 't') ADVANCE(980); + lookahead == 't') ADVANCE(685); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(888); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(684); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2691); + lookahead == 'x') ADVANCE(843); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -11925,64 +11650,62 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(34); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2465); END_STATE(); case 35: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == ')') ADVANCE(2477); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2490); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == 'N') ADVANCE(238); - if (lookahead == '\\') SKIP(4) - if (lookahead == ']') ADVANCE(2469); - if (lookahead == 'n') ADVANCE(503); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2518); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') SKIP(8) + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(881); + lookahead == 'a') ADVANCE(347); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(531); + lookahead == 'b') ADVANCE(529); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(934); + lookahead == 'c') ADVANCE(948); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(555); + lookahead == 'd') ADVANCE(340); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(369); + lookahead == 'e') ADVANCE(435); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(696); + lookahead == 'f') ADVANCE(673); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(510); + lookahead == 'g') ADVANCE(467); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(511); + lookahead == 'h') ADVANCE(513); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(874); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(544); + lookahead == 'i') ADVANCE(861); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(257); + lookahead == 'l') ADVANCE(334); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(255); + lookahead == 'm') ADVANCE(339); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(508); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(632); + lookahead == 'o') ADVANCE(640); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(322); + lookahead == 'p') ADVANCE(286); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(633); if (lookahead == 'S' || - lookahead == 's') ADVANCE(584); + lookahead == 's') ADVANCE(599); if (lookahead == 'T' || - lookahead == 't') ADVANCE(678); + lookahead == 't') ADVANCE(994); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(877); + lookahead == 'u') ADVANCE(1132); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(677); + lookahead == 'w') ADVANCE(699); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(833); + lookahead == 'x') ADVANCE(843); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -11993,49 +11716,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(35); END_STATE(); case 36: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == ')') ADVANCE(2477); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2490); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2518); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == 'N') ADVANCE(239); if (lookahead == '\\') SKIP(12) - if (lookahead == '{') ADVANCE(1344); + if (lookahead == 'n') ADVANCE(510); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1001); + lookahead == 'a') ADVANCE(1013); if (lookahead == 'B' || lookahead == 'b') ADVANCE(528); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(987); + lookahead == 'c') ADVANCE(1001); if (lookahead == 'D' || lookahead == 'd') ADVANCE(388); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1027); + lookahead == 'e') ADVANCE(1040); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(670); + lookahead == 'f') ADVANCE(676); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(510); + lookahead == 'g') ADVANCE(512); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(854); + lookahead == 'i') ADVANCE(863); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(337); + lookahead == 'l') ADVANCE(334); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(305); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(507); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(856); + lookahead == 'm') ADVANCE(339); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(593); + lookahead == 'p') ADVANCE(653); if (lookahead == 'S' || - lookahead == 's') ADVANCE(595); + lookahead == 's') ADVANCE(741); if (lookahead == 'T' || - lookahead == 't') ADVANCE(980); + lookahead == 't') ADVANCE(994); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12046,130 +11767,127 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(36); END_STATE(); case 37: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == ')') ADVANCE(2477); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '.') ADVANCE(1327); - if (lookahead == '/') ADVANCE(135); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2493); - if (lookahead == '>') ADVANCE(2497); - if (lookahead == '\\') SKIP(16) - if (lookahead == '{') ADVANCE(1344); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(999); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(745); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(331); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(896); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1257); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(694); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1053); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(37) - END_STATE(); - case 38: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == ')') ADVANCE(2477); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(135); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2493); - if (lookahead == '>') ADVANCE(2497); - if (lookahead == '\\') SKIP(8) - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2518); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == 'S') ADVANCE(223); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') SKIP(10) + if (lookahead == 's') ADVANCE(591); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(349); + lookahead == 'a') ADVANCE(1014); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(665); + lookahead == 'b') ADVANCE(528); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(935); + lookahead == 'c') ADVANCE(321); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(313); + lookahead == 'd') ADVANCE(387); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(436); + lookahead == 'e') ADVANCE(930); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(667); + lookahead == 'f') ADVANCE(675); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(590); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(511); + lookahead == 'g') ADVANCE(512); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(851); + lookahead == 'i') ADVANCE(864); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(339); + lookahead == 'l') ADVANCE(334); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(952); + lookahead == 'm') ADVANCE(339); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(516); + lookahead == 'n') ADVANCE(509); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(634); + lookahead == 'o') ADVANCE(866); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(287); + lookahead == 'p') ADVANCE(589); if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(1238); + lookahead == 'q') ADVANCE(1284); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(517); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(597); + lookahead == 'r') ADVANCE(372); if (lookahead == 'T' || - lookahead == 't') ADVANCE(571); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1118); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(303); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(692); + lookahead == 't') ADVANCE(994); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(833); + lookahead == 'x') ADVANCE(2723); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(38) + lookahead == 65279) SKIP(37) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(38); + lookahead == ' ') ADVANCE(37); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2493); + END_STATE(); + case 38: + if (lookahead == '(') ADVANCE(2504); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '.') ADVANCE(1345); + if (lookahead == '/') ADVANCE(135); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2523); + if (lookahead == '>') ADVANCE(2527); + if (lookahead == '\\') SKIP(16) + if (lookahead == '{') ADVANCE(1362); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1012); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(751); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(327); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(908); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1272); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(701); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1066); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\f' || + lookahead == '\r' || + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(38) END_STATE(); case 39: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == ')') ADVANCE(2477); - if (lookahead == '-') ADVANCE(2481); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == '-') ADVANCE(2509); if (lookahead == '/') ADVANCE(135); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2415); + lookahead == 'a') ADVANCE(2441); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2130); + lookahead == 'c') ADVANCE(2155); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1496); + lookahead == 'd') ADVANCE(1517); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2073); + lookahead == 'i') ADVANCE(2099); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1521); + lookahead == 'm') ADVANCE(1539); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1707); + lookahead == 'n') ADVANCE(1728); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2385); + lookahead == 'o') ADVANCE(2412); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2381); + lookahead == 's') ADVANCE(2408); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1689); + lookahead == 't') ADVANCE(1709); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12178,30 +11896,38 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(39) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('b' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 40: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == ')') ADVANCE(2477); - if (lookahead == '-') ADVANCE(2481); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == '-') ADVANCE(2509); if (lookahead == '/') ADVANCE(135); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1496); + lookahead == 'd') ADVANCE(1512); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2460); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2073); + lookahead == 'i') ADVANCE(2089); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1707); + lookahead == 'n') ADVANCE(1727); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2385); + lookahead == 'o') ADVANCE(1809); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1865); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); + lookahead == 't') ADVANCE(1710); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2311); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1863); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12210,38 +11936,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(40) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 41: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == ')') ADVANCE(2477); - if (lookahead == '-') ADVANCE(2481); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == '-') ADVANCE(2509); if (lookahead == '/') ADVANCE(135); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2434); + lookahead == 'd') ADVANCE(1517); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2076); + lookahead == 'i') ADVANCE(2099); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1706); + lookahead == 'n') ADVANCE(1728); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1786); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1840); + lookahead == 'o') ADVANCE(2412); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2285); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1838); + lookahead == 't') ADVANCE(1710); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12250,48 +11968,48 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(41) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 42: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == 'N') ADVANCE(1413); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == 'n') ADVANCE(1623); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == 'N') ADVANCE(1431); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == 'n') ADVANCE(1643); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1629); + lookahead == 'b') ADVANCE(1649); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2076); + lookahead == 'i') ADVANCE(2089); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); + lookahead == 't') ADVANCE(1710); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12300,50 +12018,50 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(42) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 43: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1629); + lookahead == 'b') ADVANCE(1649); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2076); + lookahead == 'i') ADVANCE(2089); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1623); + lookahead == 'n') ADVANCE(1643); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); + lookahead == 't') ADVANCE(1710); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12352,48 +12070,48 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(43) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 44: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1629); + lookahead == 'b') ADVANCE(1649); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2076); + lookahead == 'i') ADVANCE(2089); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1623); + lookahead == 'n') ADVANCE(1643); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); + lookahead == 't') ADVANCE(1710); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12402,48 +12120,48 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(44) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 45: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1629); + lookahead == 'b') ADVANCE(1649); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2076); + lookahead == 'i') ADVANCE(2089); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1621); + lookahead == 'n') ADVANCE(1641); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); + lookahead == 't') ADVANCE(1710); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12452,41 +12170,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(45) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 46: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == 'N') ADVANCE(1414); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == 'n') ADVANCE(1624); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == 'N') ADVANCE(1432); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == 'n') ADVANCE(1644); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1836); + lookahead == 'w') ADVANCE(1861); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12497,36 +12215,36 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(46); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 47: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == 'N') ADVANCE(1414); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == 'n') ADVANCE(1624); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == 'N') ADVANCE(1432); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == 'n') ADVANCE(1644); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12537,38 +12255,38 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(47); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 48: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1624); + lookahead == 'n') ADVANCE(1644); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1836); + lookahead == 'w') ADVANCE(1861); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12579,36 +12297,36 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(48); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 49: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1624); + lookahead == 'n') ADVANCE(1644); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12619,43 +12337,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(49); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 50: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2040); + lookahead == 'a') ADVANCE(2068); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2079); + lookahead == 'd') ADVANCE(2104); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2003); + lookahead == 'i') ADVANCE(2027); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1624); + lookahead == 'n') ADVANCE(1644); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12666,43 +12384,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(50) if (('H' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('h' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 51: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2040); + lookahead == 'a') ADVANCE(2068); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2079); + lookahead == 'd') ADVANCE(2104); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2003); + lookahead == 'i') ADVANCE(2027); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -12713,44 +12431,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(51) if (('H' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('h' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 52: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == 'N') ADVANCE(1413); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == 'n') ADVANCE(1623); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == 'N') ADVANCE(1431); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == 'n') ADVANCE(1643); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1899); + lookahead == 'f') ADVANCE(1924); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2025); + lookahead == 'i') ADVANCE(2049); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); + lookahead == 't') ADVANCE(1710); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12759,45 +12477,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(52); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 53: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == 'N') ADVANCE(1413); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == 'n') ADVANCE(1623); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == 'N') ADVANCE(1431); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == 'n') ADVANCE(1643); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2076); + lookahead == 'i') ADVANCE(2089); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); + lookahead == 't') ADVANCE(1710); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12806,47 +12524,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(53); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 54: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1898); + lookahead == 'f') ADVANCE(1923); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2025); + lookahead == 'i') ADVANCE(2049); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1623); + lookahead == 'n') ADVANCE(1643); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); + lookahead == 't') ADVANCE(1710); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12855,47 +12573,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(54); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 55: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2076); + lookahead == 'i') ADVANCE(2089); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1623); + lookahead == 'n') ADVANCE(1643); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); + lookahead == 't') ADVANCE(1710); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12904,47 +12622,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(55); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 56: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1899); + lookahead == 'f') ADVANCE(1924); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2025); + lookahead == 'i') ADVANCE(2049); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1623); + lookahead == 'n') ADVANCE(1643); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); + lookahead == 't') ADVANCE(1710); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -12953,47 +12671,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(56); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 57: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1899); + lookahead == 'f') ADVANCE(1924); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2025); + lookahead == 'i') ADVANCE(2049); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1621); + lookahead == 'n') ADVANCE(1641); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); + lookahead == 't') ADVANCE(1710); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13002,45 +12720,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(57); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 58: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2076); + lookahead == 'i') ADVANCE(2089); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1623); + lookahead == 'n') ADVANCE(1643); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); + lookahead == 't') ADVANCE(1710); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13049,45 +12767,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(58); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 59: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2076); + lookahead == 'i') ADVANCE(2089); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1621); + lookahead == 'n') ADVANCE(1641); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); + lookahead == 't') ADVANCE(1710); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13096,44 +12814,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(59); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 60: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == 'N') ADVANCE(1413); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == 'n') ADVANCE(1623); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == 'N') ADVANCE(1431); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == 'n') ADVANCE(1643); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2076); + lookahead == 'i') ADVANCE(2089); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1688); + lookahead == 't') ADVANCE(1708); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13142,46 +12860,46 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(60) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 61: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2076); + lookahead == 'i') ADVANCE(2089); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1623); + lookahead == 'n') ADVANCE(1643); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1688); + lookahead == 't') ADVANCE(1708); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13190,44 +12908,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(61) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 62: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2076); + lookahead == 'i') ADVANCE(2089); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1623); + lookahead == 'n') ADVANCE(1643); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1688); + lookahead == 't') ADVANCE(1708); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13236,44 +12954,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(62) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 63: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2076); + lookahead == 'i') ADVANCE(2089); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1621); + lookahead == 'n') ADVANCE(1641); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1688); + lookahead == 't') ADVANCE(1708); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13282,66 +13000,66 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(63) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 64: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2490); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == 'S') ADVANCE(223); - if (lookahead == '[') ADVANCE(2467); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2518); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == 'N') ADVANCE(238); + if (lookahead == 'S') ADVANCE(222); + if (lookahead == '[') ADVANCE(2495); if (lookahead == '\\') SKIP(6) - if (lookahead == ']') ADVANCE(2469); + if (lookahead == ']') ADVANCE(2497); + if (lookahead == 'n') ADVANCE(507); if (lookahead == 's') ADVANCE(527); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1252); + lookahead == 'a') ADVANCE(1267); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(529); + lookahead == 'b') ADVANCE(530); if (lookahead == 'C' || lookahead == 'c') ADVANCE(320); if (lookahead == 'D' || lookahead == 'd') ADVANCE(386); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(895); + lookahead == 'e') ADVANCE(906); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(668); + lookahead == 'f') ADVANCE(674); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(464); + lookahead == 'g') ADVANCE(467); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(511); + lookahead == 'h') ADVANCE(513); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(852); + lookahead == 'i') ADVANCE(862); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(337); + lookahead == 'l') ADVANCE(334); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(258); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(504); + lookahead == 'm') ADVANCE(257); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(856); + lookahead == 'o') ADVANCE(866); if (lookahead == 'P' || lookahead == 'p') ADVANCE(286); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(371); + lookahead == 'r') ADVANCE(370); if (lookahead == 'T' || - lookahead == 't') ADVANCE(931); + lookahead == 't') ADVANCE(944); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(681); + lookahead == 'w') ADVANCE(688); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(833); + lookahead == 'x') ADVANCE(843); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2693); + lookahead == 'y') ADVANCE(2725); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13352,27 +13070,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(64); END_STATE(); case 65: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2481); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2509); if (lookahead == '/') ADVANCE(135); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2204); + lookahead == 'b') ADVANCE(2229); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2076); + lookahead == 'i') ADVANCE(2089); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1707); + lookahead == 'n') ADVANCE(1728); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); + lookahead == 't') ADVANCE(1710); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13381,23 +13099,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(65) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 66: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '.') ADVANCE(2460); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '.') ADVANCE(2487); if (lookahead == '/') ADVANCE(135); - if (lookahead == '<') ADVANCE(2493); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2523); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1709); + lookahead == 'n') ADVANCE(1730); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13406,32 +13124,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(66); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2465); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2493); if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 67: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '.') ADVANCE(2460); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '.') ADVANCE(2487); if (lookahead == '/') ADVANCE(135); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == ']') ADVANCE(2469); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == ']') ADVANCE(2497); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2076); + lookahead == 'i') ADVANCE(2089); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1707); + lookahead == 'n') ADVANCE(1728); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); + lookahead == 't') ADVANCE(1710); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13440,32 +13158,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(67); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 68: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '.') ADVANCE(2460); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '.') ADVANCE(2487); if (lookahead == '/') ADVANCE(135); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2253); + lookahead == 'a') ADVANCE(2279); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1899); + lookahead == 'f') ADVANCE(1924); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2025); + lookahead == 'i') ADVANCE(2049); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1707); + lookahead == 'n') ADVANCE(1728); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); + lookahead == 't') ADVANCE(1710); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13474,30 +13192,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(68); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('b' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 69: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '-') ADVANCE(2481); - if (lookahead == '.') ADVANCE(2460); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '-') ADVANCE(2509); + if (lookahead == '.') ADVANCE(2487); if (lookahead == '/') ADVANCE(135); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1899); + lookahead == 'f') ADVANCE(1924); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2025); + lookahead == 'i') ADVANCE(2049); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1707); + lookahead == 'n') ADVANCE(1728); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); + lookahead == 't') ADVANCE(1710); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13506,27 +13224,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(69); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 70: - if (lookahead == '(') ADVANCE(2476); - if (lookahead == '-') ADVANCE(2481); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == '-') ADVANCE(2509); if (lookahead == '/') ADVANCE(135); - if (lookahead == '?') ADVANCE(2462); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '?') ADVANCE(2490); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2076); + lookahead == 'i') ADVANCE(2089); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1707); + lookahead == 'n') ADVANCE(1728); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1688); + lookahead == 't') ADVANCE(1708); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13535,93 +13253,88 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(70) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2492); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 71: - if (lookahead == ')') ADVANCE(2477); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2490); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == 'N') ADVANCE(239); - if (lookahead == '\\') SKIP(14) - if (lookahead == 'n') ADVANCE(505); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(998); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(532); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(938); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(509); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(895); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(747); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(464); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(511); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(874); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(338); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(304); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(288); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(526); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(833); - if (lookahead == '\f' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(71) + lookahead == 'm') ADVANCE(1531); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1644); if (lookahead == '\t' || lookahead == '\n' || + lookahead == '\f' || lookahead == '\r' || - lookahead == ' ') ADVANCE(71); + lookahead == ' ' || + lookahead == 8203 || + lookahead == 8288 || + lookahead == 65279) SKIP(71) + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 72: - if (lookahead == ')') ADVANCE(2477); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2201); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1624); + lookahead == 'n') ADVANCE(1701); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1809); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1865); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2311); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1863); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13632,43 +13345,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(72) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 73: - if (lookahead == ')') ADVANCE(2477); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2176); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'e') ADVANCE(2201); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1682); + lookahead == 'n') ADVANCE(1701); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1786); + lookahead == 'o') ADVANCE(1809); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1840); + lookahead == 's') ADVANCE(1865); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2285); + lookahead == 'u') ADVANCE(2311); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1838); + lookahead == 'w') ADVANCE(1863); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13679,64 +13390,78 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(73) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 74: - if (lookahead == ')') ADVANCE(2477); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(135); + if (lookahead == '>') ADVANCE(2527); + if (lookahead == '\\') SKIP(14) + if (lookahead == '{') ADVANCE(1362); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(348); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(750); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(951); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(310); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2176); + lookahead == 'e') ADVANCE(907); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(753); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(594); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(513); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(886); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(335); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(533); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1682); + lookahead == 'n') ADVANCE(522); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1786); + lookahead == 'o') ADVANCE(1273); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(287); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(1287); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(596); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1840); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2285); + lookahead == 's') ADVANCE(600); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(572); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(303); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1838); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || - lookahead == ' ' || + lookahead == 'w') ADVANCE(991); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(843); + if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(74) - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(74); END_STATE(); case 75: - if (lookahead == ')') ADVANCE(2477); + if (lookahead == ')') ADVANCE(2505); if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + lookahead == 'd') ADVANCE(1512); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2076); + lookahead == 'i') ADVANCE(2089); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2385); + lookahead == 'o') ADVANCE(2412); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13748,38 +13473,38 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 76: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1624); + lookahead == 'n') ADVANCE(1644); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1836); + lookahead == 'w') ADVANCE(1861); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13790,36 +13515,36 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(76); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 77: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1624); + lookahead == 'n') ADVANCE(1644); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13830,36 +13555,36 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(77); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 78: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1622); + lookahead == 'n') ADVANCE(1642); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1836); + lookahead == 'w') ADVANCE(1861); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13870,34 +13595,34 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(78); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 79: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1622); + lookahead == 'n') ADVANCE(1642); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -13908,42 +13633,42 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(79); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 80: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1629); + lookahead == 'b') ADVANCE(1649); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2176); + lookahead == 'e') ADVANCE(2201); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1682); + lookahead == 'n') ADVANCE(1701); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1840); + lookahead == 's') ADVANCE(1865); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2285); + lookahead == 'u') ADVANCE(2311); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13954,40 +13679,40 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(80) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 81: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1629); + lookahead == 'b') ADVANCE(1649); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2176); + lookahead == 'e') ADVANCE(2201); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1682); + lookahead == 'n') ADVANCE(1701); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1840); + lookahead == 's') ADVANCE(1865); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2285); + lookahead == 'u') ADVANCE(2311); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -13998,41 +13723,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(81) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 82: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == 'N') ADVANCE(1414); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == 'n') ADVANCE(1624); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == 'N') ADVANCE(1432); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == 'n') ADVANCE(1644); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2040); + lookahead == 'a') ADVANCE(2068); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2079); + lookahead == 'd') ADVANCE(2104); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2003); + lookahead == 'i') ADVANCE(2027); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14043,41 +13768,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(82) if (('H' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('h' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 83: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == 'N') ADVANCE(1415); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == 'n') ADVANCE(1685); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == 'N') ADVANCE(1433); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == 'n') ADVANCE(1705); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2040); + lookahead == 'a') ADVANCE(2068); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2079); + lookahead == 'd') ADVANCE(2104); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2003); + lookahead == 'i') ADVANCE(2027); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14088,41 +13813,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(83) if (('H' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('h' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 84: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2040); + lookahead == 'a') ADVANCE(2068); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2079); + lookahead == 'd') ADVANCE(2104); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2003); + lookahead == 'i') ADVANCE(2027); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1622); + lookahead == 'n') ADVANCE(1642); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14133,41 +13858,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(84) if (('H' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('h' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 85: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2040); + lookahead == 'a') ADVANCE(2068); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2079); + lookahead == 'd') ADVANCE(2104); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2003); + lookahead == 'i') ADVANCE(2027); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1683); + lookahead == 'n') ADVANCE(1703); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14178,39 +13903,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(85) if (('H' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('h' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 86: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2040); + lookahead == 'a') ADVANCE(2068); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1786); + lookahead == 'o') ADVANCE(1809); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14221,37 +13946,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(86) if (('D' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('d' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('d' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 87: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2040); + lookahead == 'a') ADVANCE(2068); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1786); + lookahead == 'o') ADVANCE(1809); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14262,37 +13987,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(87) if (('D' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('d' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('d' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 88: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1916); + lookahead == 'o') ADVANCE(1941); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14303,35 +14028,35 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(88) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 89: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1916); + lookahead == 'o') ADVANCE(1941); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -14342,37 +14067,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(89) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 90: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == 'N') ADVANCE(1414); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == 'n') ADVANCE(1624); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == 'N') ADVANCE(1432); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == 'n') ADVANCE(1644); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1836); + lookahead == 'w') ADVANCE(1861); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -14383,35 +14108,35 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(90); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 91: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == 'N') ADVANCE(1414); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == 'n') ADVANCE(1624); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == 'N') ADVANCE(1432); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == 'n') ADVANCE(1644); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -14422,35 +14147,35 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(91); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 92: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == 'N') ADVANCE(1417); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == 'n') ADVANCE(1622); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == 'N') ADVANCE(1435); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == 'n') ADVANCE(1642); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1836); + lookahead == 'w') ADVANCE(1861); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -14461,33 +14186,33 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(92); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 93: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == 'N') ADVANCE(1417); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == 'n') ADVANCE(1622); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == 'N') ADVANCE(1435); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == 'n') ADVANCE(1642); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -14498,45 +14223,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(93); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 94: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2148); + lookahead == 'a') ADVANCE(2173); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1628); + lookahead == 'b') ADVANCE(1648); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2087); + lookahead == 'c') ADVANCE(2112); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1541); + lookahead == 'e') ADVANCE(1559); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1702); + lookahead == 'k') ADVANCE(1723); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1473); + lookahead == 'l') ADVANCE(1492); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1443); + lookahead == 'm') ADVANCE(1461); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1679); + lookahead == 'n') ADVANCE(1699); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1507); + lookahead == 'p') ADVANCE(1522); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2088); + lookahead == 's') ADVANCE(2113); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2034); + lookahead == 'u') ADVANCE(2059); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -14547,43 +14272,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(94); if (('D' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('d' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('d' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 95: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2148); + lookahead == 'a') ADVANCE(2173); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1628); + lookahead == 'b') ADVANCE(1648); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2087); + lookahead == 'c') ADVANCE(2112); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1541); + lookahead == 'e') ADVANCE(1559); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1702); + lookahead == 'k') ADVANCE(1723); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1473); + lookahead == 'l') ADVANCE(1492); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1443); + lookahead == 'm') ADVANCE(1461); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1679); + lookahead == 'n') ADVANCE(1699); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1507); + lookahead == 'p') ADVANCE(1522); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2034); + lookahead == 'u') ADVANCE(2059); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -14594,43 +14319,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(95); if (('D' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('d' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('d' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 96: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2148); + lookahead == 'a') ADVANCE(2173); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1628); + lookahead == 'b') ADVANCE(1648); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2087); + lookahead == 'c') ADVANCE(2112); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1541); + lookahead == 'e') ADVANCE(1559); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1702); + lookahead == 'k') ADVANCE(1723); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1473); + lookahead == 'l') ADVANCE(1492); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1443); + lookahead == 'm') ADVANCE(1461); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1679); + lookahead == 'n') ADVANCE(1699); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1507); + lookahead == 'p') ADVANCE(1522); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2088); + lookahead == 's') ADVANCE(2113); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2034); + lookahead == 'u') ADVANCE(2059); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -14641,41 +14366,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(96); if (('D' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('d' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('d' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 97: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2148); + lookahead == 'a') ADVANCE(2173); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1628); + lookahead == 'b') ADVANCE(1648); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2087); + lookahead == 'c') ADVANCE(2112); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1541); + lookahead == 'e') ADVANCE(1559); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1702); + lookahead == 'k') ADVANCE(1723); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1473); + lookahead == 'l') ADVANCE(1492); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1443); + lookahead == 'm') ADVANCE(1461); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1679); + lookahead == 'n') ADVANCE(1699); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1507); + lookahead == 'p') ADVANCE(1522); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2034); + lookahead == 'u') ADVANCE(2059); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -14686,47 +14411,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(97); if (('D' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('d' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('d' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 98: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2412); + lookahead == 'a') ADVANCE(2438); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1627); + lookahead == 'b') ADVANCE(1647); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2141); + lookahead == 'c') ADVANCE(2166); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1540); + lookahead == 'd') ADVANCE(1558); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1818); + lookahead == 'f') ADVANCE(1842); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2000); + lookahead == 'i') ADVANCE(2025); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1512); + lookahead == 'l') ADVANCE(1528); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1474); + lookahead == 'm') ADVANCE(1530); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1678); + lookahead == 'n') ADVANCE(1698); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1799); + lookahead == 'p') ADVANCE(1823); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1884); + lookahead == 's') ADVANCE(1909); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2133); + lookahead == 't') ADVANCE(2158); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -14737,47 +14462,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(98); if (('H' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('h' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 99: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2412); + lookahead == 'a') ADVANCE(2438); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1627); + lookahead == 'b') ADVANCE(1647); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2141); + lookahead == 'c') ADVANCE(2166); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1540); + lookahead == 'd') ADVANCE(1558); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1819); + lookahead == 'f') ADVANCE(1843); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2000); + lookahead == 'i') ADVANCE(2025); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1512); + lookahead == 'l') ADVANCE(1528); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1474); + lookahead == 'm') ADVANCE(1530); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1678); + lookahead == 'n') ADVANCE(1698); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1799); + lookahead == 'p') ADVANCE(1823); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1884); + lookahead == 's') ADVANCE(1909); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2133); + lookahead == 't') ADVANCE(2158); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -14788,39 +14513,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(99); if (('H' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('h' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 100: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1628); + lookahead == 'b') ADVANCE(1648); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2128); + lookahead == 'c') ADVANCE(2153); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1541); + lookahead == 'e') ADVANCE(1559); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1635); + lookahead == 'l') ADVANCE(1655); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1443); + lookahead == 'm') ADVANCE(1461); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1680); + lookahead == 'n') ADVANCE(1700); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2088); + lookahead == 's') ADVANCE(2113); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2034); + lookahead == 'u') ADVANCE(2059); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -14831,37 +14556,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(100); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 101: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1628); + lookahead == 'b') ADVANCE(1648); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2128); + lookahead == 'c') ADVANCE(2153); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1541); + lookahead == 'e') ADVANCE(1559); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1635); + lookahead == 'l') ADVANCE(1655); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1443); + lookahead == 'm') ADVANCE(1461); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1680); + lookahead == 'n') ADVANCE(1700); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2034); + lookahead == 'u') ADVANCE(2059); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -14872,37 +14597,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(101); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 102: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1628); + lookahead == 'b') ADVANCE(1648); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2128); + lookahead == 'c') ADVANCE(2153); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1541); + lookahead == 'e') ADVANCE(1559); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1635); + lookahead == 'l') ADVANCE(1655); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1443); + lookahead == 'm') ADVANCE(1461); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1680); + lookahead == 'n') ADVANCE(1700); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2088); + lookahead == 's') ADVANCE(2113); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2034); + lookahead == 'u') ADVANCE(2059); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -14913,35 +14638,35 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(102); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 103: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1628); + lookahead == 'b') ADVANCE(1648); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2128); + lookahead == 'c') ADVANCE(2153); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1541); + lookahead == 'e') ADVANCE(1559); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1635); + lookahead == 'l') ADVANCE(1655); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1443); + lookahead == 'm') ADVANCE(1461); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1680); + lookahead == 'n') ADVANCE(1700); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2034); + lookahead == 'u') ADVANCE(2059); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -14952,45 +14677,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(103); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 104: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2090); + lookahead == 'c') ADVANCE(2115); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1730); + lookahead == 'd') ADVANCE(1751); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2177); + lookahead == 'e') ADVANCE(2202); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1896); + lookahead == 'f') ADVANCE(1921); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1634); + lookahead == 'h') ADVANCE(1654); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2027); + lookahead == 'i') ADVANCE(2051); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1513); + lookahead == 'l') ADVANCE(1529); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1684); + lookahead == 'n') ADVANCE(1704); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1753); + lookahead == 's') ADVANCE(1775); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1984); + lookahead == 'x') ADVANCE(2009); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -15001,45 +14726,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(104); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 105: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2090); + lookahead == 'c') ADVANCE(2115); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1730); + lookahead == 'd') ADVANCE(1751); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2177); + lookahead == 'e') ADVANCE(2202); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1896); + lookahead == 'f') ADVANCE(1921); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1634); + lookahead == 'h') ADVANCE(1654); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2066); + lookahead == 'i') ADVANCE(2092); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1513); + lookahead == 'l') ADVANCE(1529); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1684); + lookahead == 'n') ADVANCE(1704); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1753); + lookahead == 's') ADVANCE(1775); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1984); + lookahead == 'x') ADVANCE(2009); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -15050,39 +14775,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(105); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 106: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2090); + lookahead == 'c') ADVANCE(2115); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1730); + lookahead == 'd') ADVANCE(1751); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2177); + lookahead == 'e') ADVANCE(2202); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2131); + lookahead == 'f') ADVANCE(2156); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2066); + lookahead == 'i') ADVANCE(2092); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1513); + lookahead == 'l') ADVANCE(1529); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1681); + lookahead == 'n') ADVANCE(1702); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -15093,45 +14818,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(106); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 107: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2090); + lookahead == 'c') ADVANCE(2115); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1730); + lookahead == 'd') ADVANCE(1751); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2177); + lookahead == 'e') ADVANCE(2202); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1897); + lookahead == 'f') ADVANCE(1922); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1634); + lookahead == 'h') ADVANCE(1654); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2027); + lookahead == 'i') ADVANCE(2051); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1513); + lookahead == 'l') ADVANCE(1529); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1684); + lookahead == 'n') ADVANCE(1704); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1753); + lookahead == 's') ADVANCE(1775); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1984); + lookahead == 'x') ADVANCE(2009); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -15142,45 +14867,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(107); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 108: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2090); + lookahead == 'c') ADVANCE(2115); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1730); + lookahead == 'd') ADVANCE(1751); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2177); + lookahead == 'e') ADVANCE(2202); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1897); + lookahead == 'f') ADVANCE(1922); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1634); + lookahead == 'h') ADVANCE(1654); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2066); + lookahead == 'i') ADVANCE(2092); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1513); + lookahead == 'l') ADVANCE(1529); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1684); + lookahead == 'n') ADVANCE(1704); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1753); + lookahead == 's') ADVANCE(1775); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1984); + lookahead == 'x') ADVANCE(2009); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -15191,39 +14916,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(108); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 109: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2090); + lookahead == 'c') ADVANCE(2115); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1730); + lookahead == 'd') ADVANCE(1751); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2177); + lookahead == 'e') ADVANCE(2202); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2132); + lookahead == 'f') ADVANCE(2157); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2066); + lookahead == 'i') ADVANCE(2092); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1513); + lookahead == 'l') ADVANCE(1529); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1681); + lookahead == 'n') ADVANCE(1702); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -15234,43 +14959,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(109); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 110: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1730); + lookahead == 'd') ADVANCE(1751); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2177); + lookahead == 'e') ADVANCE(2202); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1633); + lookahead == 'g') ADVANCE(1653); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2066); + lookahead == 'i') ADVANCE(2092); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1681); + lookahead == 'n') ADVANCE(1702); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1463); + lookahead == 'p') ADVANCE(1482); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1755); + lookahead == 's') ADVANCE(1777); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -15281,41 +15006,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(110); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 111: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1730); + lookahead == 'd') ADVANCE(1751); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2177); + lookahead == 'e') ADVANCE(2202); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1633); + lookahead == 'g') ADVANCE(1653); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2066); + lookahead == 'i') ADVANCE(2092); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1681); + lookahead == 'n') ADVANCE(1702); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1463); + lookahead == 'p') ADVANCE(1482); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1755); + lookahead == 's') ADVANCE(1777); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -15326,37 +15051,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(111); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 112: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1836); + lookahead == 'w') ADVANCE(1861); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -15367,35 +15092,35 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(112); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 113: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1836); + lookahead == 'w') ADVANCE(1861); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -15406,39 +15131,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(113); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 114: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2176); + lookahead == 'e') ADVANCE(2201); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1682); + lookahead == 'n') ADVANCE(1701); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1840); + lookahead == 's') ADVANCE(1865); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2285); + lookahead == 'u') ADVANCE(2311); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -15449,37 +15174,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(114); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 115: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2176); + lookahead == 'e') ADVANCE(2201); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1682); + lookahead == 'n') ADVANCE(1701); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1840); + lookahead == 's') ADVANCE(1865); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2285); + lookahead == 'u') ADVANCE(2311); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -15490,39 +15215,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') ADVANCE(115); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 116: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1630); + lookahead == 'b') ADVANCE(1650); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2054); + lookahead == 'e') ADVANCE(2079); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1841); + lookahead == 'w') ADVANCE(1866); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -15533,37 +15258,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(116) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 117: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1630); + lookahead == 'b') ADVANCE(1650); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2054); + lookahead == 'e') ADVANCE(2079); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1841); + lookahead == 'w') ADVANCE(1866); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -15574,43 +15299,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(117) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 118: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1630); + lookahead == 'b') ADVANCE(1650); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2370); + lookahead == 's') ADVANCE(2397); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2202); + lookahead == 't') ADVANCE(2227); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1842); + lookahead == 'w') ADVANCE(1867); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -15621,41 +15346,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(118) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 119: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1630); + lookahead == 'b') ADVANCE(1650); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2370); + lookahead == 's') ADVANCE(2397); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2202); + lookahead == 't') ADVANCE(2227); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1842); + lookahead == 'w') ADVANCE(1867); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -15666,39 +15391,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(119) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 120: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2054); + lookahead == 'e') ADVANCE(2079); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1851); + lookahead == 'w') ADVANCE(1876); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -15709,37 +15434,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(120) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 121: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2054); + lookahead == 'e') ADVANCE(2079); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1851); + lookahead == 'w') ADVANCE(1876); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -15750,41 +15475,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(121) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 122: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2370); + lookahead == 's') ADVANCE(2397); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2202); + lookahead == 't') ADVANCE(2227); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -15795,37 +15520,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(122) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 123: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -15836,39 +15561,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(123) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 124: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2370); + lookahead == 's') ADVANCE(2397); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2202); + lookahead == 't') ADVANCE(2227); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -15879,35 +15604,35 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(124) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 125: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -15918,34 +15643,34 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(125) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 126: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1928); + lookahead == 'e') ADVANCE(1953); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -15956,32 +15681,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(126) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 127: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1928); + lookahead == 'e') ADVANCE(1953); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -15992,38 +15717,38 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(127) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 128: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2080); + lookahead == 't') ADVANCE(2105); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1836); + lookahead == 'w') ADVANCE(1861); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16034,36 +15759,36 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(128) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 129: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2080); + lookahead == 't') ADVANCE(2105); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16074,36 +15799,36 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(129) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 130: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1835); + lookahead == 't') ADVANCE(1860); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16114,36 +15839,36 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(130) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 131: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2080); + lookahead == 't') ADVANCE(2105); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1836); + lookahead == 'w') ADVANCE(1861); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16154,34 +15879,34 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(131) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 132: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2080); + lookahead == 't') ADVANCE(2105); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16192,34 +15917,34 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(132) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 133: - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == '-') ADVANCE(2491); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == '-') ADVANCE(2519); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1631); + lookahead == 'b') ADVANCE(1651); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2126); + lookahead == 'c') ADVANCE(2151); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2178); + lookahead == 'e') ADVANCE(2203); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1686); + lookahead == 'g') ADVANCE(1706); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1636); + lookahead == 'l') ADVANCE(1656); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1475); + lookahead == 'm') ADVANCE(1531); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1685); + lookahead == 'n') ADVANCE(1705); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1835); + lookahead == 't') ADVANCE(1860); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16230,25 +15955,25 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(133) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 134: - if (lookahead == '*') ADVANCE(1338); - if (lookahead == '.') ADVANCE(249); - if (lookahead == '/') ADVANCE(1331); + if (lookahead == '*') ADVANCE(1356); + if (lookahead == '.') ADVANCE(248); + if (lookahead == '/') ADVANCE(1349); if (('-' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'z') || lookahead == '|') ADVANCE(194); END_STATE(); case 135: - if (lookahead == '*') ADVANCE(1338); - if (lookahead == '/') ADVANCE(1329); + if (lookahead == '*') ADVANCE(1356); + if (lookahead == '/') ADVANCE(1347); END_STATE(); case 136: - if (lookahead == '*') ADVANCE(1342); + if (lookahead == '*') ADVANCE(1360); if (lookahead == '/') ADVANCE(138); if (lookahead == '\\') ADVANCE(22); - if (lookahead == '{') ADVANCE(1345); + if (lookahead == '{') ADVANCE(1363); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16260,22 +15985,22 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(137); END_STATE(); case 137: - if (lookahead == '*') ADVANCE(1342); + if (lookahead == '*') ADVANCE(1360); if (lookahead != 0) ADVANCE(137); END_STATE(); case 138: - if (lookahead == '*') ADVANCE(1339); - if (lookahead == '/') ADVANCE(1330); + if (lookahead == '*') ADVANCE(1357); + if (lookahead == '/') ADVANCE(1348); if (lookahead != 0) ADVANCE(137); END_STATE(); case 139: - if (lookahead == ',') ADVANCE(2468); + if (lookahead == ',') ADVANCE(2496); if (lookahead == '/') ADVANCE(135); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16287,23 +16012,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 140: - if (lookahead == ',') ADVANCE(2468); + if (lookahead == ',') ADVANCE(2496); if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2040); + lookahead == 'a') ADVANCE(2068); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2079); + lookahead == 'd') ADVANCE(2104); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2003); + lookahead == 'i') ADVANCE(2027); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1709); + lookahead == 'n') ADVANCE(1730); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16315,21 +16040,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('b' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 141: - if (lookahead == ',') ADVANCE(2468); + if (lookahead == ',') ADVANCE(2496); if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2040); + lookahead == 'a') ADVANCE(2068); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2079); + lookahead == 'd') ADVANCE(2104); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'f') ADVANCE(2266); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2003); + lookahead == 'i') ADVANCE(2027); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16341,193 +16066,191 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('b' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 142: - if (lookahead == '-') ADVANCE(225); + if (lookahead == '-') ADVANCE(224); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2482); + lookahead == 't') ADVANCE(2510); END_STATE(); case 143: - if (lookahead == '-') ADVANCE(266); + if (lookahead == '-') ADVANCE(265); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2482); + lookahead == 't') ADVANCE(2510); END_STATE(); case 144: - if (lookahead == '-') ADVANCE(712); + if (lookahead == '-') ADVANCE(719); END_STATE(); case 145: - if (lookahead == '-') ADVANCE(448); + if (lookahead == '-') ADVANCE(450); END_STATE(); case 146: - if (lookahead == '-') ADVANCE(1088); + if (lookahead == '-') ADVANCE(1101); END_STATE(); case 147: - if (lookahead == '-') ADVANCE(1088); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(594); + if (lookahead == '-') ADVANCE(912); END_STATE(); case 148: - if (lookahead == '-') ADVANCE(900); + if (lookahead == '-') ADVANCE(694); END_STATE(); case 149: - if (lookahead == '-') ADVANCE(687); + if (lookahead == '-') ADVANCE(225); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2510); END_STATE(); case 150: - if (lookahead == '-') ADVANCE(226); + if (lookahead == '-') ADVANCE(378); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2482); + lookahead == 't') ADVANCE(2510); END_STATE(); case 151: - if (lookahead == '-') ADVANCE(379); + if (lookahead == '-') ADVANCE(227); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2482); + lookahead == 't') ADVANCE(2510); END_STATE(); case 152: - if (lookahead == '-') ADVANCE(420); + if (lookahead == '-') ADVANCE(421); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2482); + lookahead == 't') ADVANCE(2510); END_STATE(); case 153: - if (lookahead == '-') ADVANCE(316); + if (lookahead == '-') ADVANCE(313); END_STATE(); case 154: - if (lookahead == '-') ADVANCE(615); + if (lookahead == '-') ADVANCE(621); END_STATE(); case 155: - if (lookahead == '-') ADVANCE(221); + if (lookahead == '-') ADVANCE(220); END_STATE(); case 156: if (lookahead == '-') ADVANCE(419); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(189); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2482); + lookahead == 't') ADVANCE(2510); END_STATE(); case 157: - if (lookahead == '-') ADVANCE(227); + if (lookahead == '-') ADVANCE(1113); END_STATE(); case 158: - if (lookahead == '-') ADVANCE(1082); + if (lookahead == '-') ADVANCE(418); END_STATE(); case 159: - if (lookahead == '-') ADVANCE(418); + if (lookahead == '-') ADVANCE(226); END_STATE(); case 160: - if (lookahead == '-') ADVANCE(228); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2482); + if (lookahead == '-') ADVANCE(381); END_STATE(); case 161: - if (lookahead == '-') ADVANCE(381); + if (lookahead == '-') ADVANCE(420); END_STATE(); case 162: - if (lookahead == '-') ADVANCE(421); + if (lookahead == '-') ADVANCE(352); END_STATE(); case 163: - if (lookahead == '-') ADVANCE(353); + if (lookahead == '-') ADVANCE(642); END_STATE(); case 164: - if (lookahead == '-') ADVANCE(636); + if (lookahead == '-') ADVANCE(663); END_STATE(); case 165: - if (lookahead == '-') ADVANCE(656); + if (lookahead == '-') ADVANCE(441); END_STATE(); case 166: - if (lookahead == '-') ADVANCE(440); + if (lookahead == '-') ADVANCE(1025); END_STATE(); case 167: - if (lookahead == '-') ADVANCE(691); + if (lookahead == '-') ADVANCE(698); END_STATE(); case 168: - if (lookahead == '-') ADVANCE(1012); + if (lookahead == '-') ADVANCE(1033); END_STATE(); case 169: - if (lookahead == '-') ADVANCE(1020); + if (lookahead == '-') ADVANCE(806); END_STATE(); case 170: - if (lookahead == '-') ADVANCE(796); + if (lookahead == '-') ADVANCE(1255); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(189); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2510); END_STATE(); case 171: - if (lookahead == '-') ADVANCE(1016); + if (lookahead == '-') ADVANCE(1028); END_STATE(); case 172: - if (lookahead == '-') ADVANCE(1239); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2482); + if (lookahead == '-') ADVANCE(268); END_STATE(); case 173: - if (lookahead == '-') ADVANCE(269); + if (lookahead == '-') ADVANCE(1035); END_STATE(); case 174: - if (lookahead == '-') ADVANCE(1024); + if (lookahead == '-') ADVANCE(1195); END_STATE(); case 175: - if (lookahead == '-') ADVANCE(1179); + if (lookahead == '-') ADVANCE(1146); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(597); END_STATE(); case 176: - if (lookahead == '-') ADVANCE(1218); + if (lookahead == '-') ADVANCE(1234); END_STATE(); case 177: - if (lookahead == '-') ADVANCE(1061); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(975); + if (lookahead == '-') ADVANCE(1100); END_STATE(); case 178: - if (lookahead == '-') ADVANCE(753); + if (lookahead == '-') ADVANCE(1069); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(986); END_STATE(); case 179: - if (lookahead == '-') ADVANCE(787); + if (lookahead == '-') ADVANCE(760); END_STATE(); case 180: - if (lookahead == '-') ADVANCE(787); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2526); + if (lookahead == '-') ADVANCE(797); END_STATE(); case 181: - if (lookahead == '-') ADVANCE(1131); + if (lookahead == '-') ADVANCE(1145); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2615); + lookahead == 'd') ADVANCE(2645); END_STATE(); case 182: - if (lookahead == '-') ADVANCE(1136); + if (lookahead == '-') ADVANCE(1151); END_STATE(); case 183: - if (lookahead == '-') ADVANCE(840); + if (lookahead == '-') ADVANCE(850); END_STATE(); case 184: - if (lookahead == '-') ADVANCE(714); + if (lookahead == '-') ADVANCE(721); END_STATE(); case 185: - if (lookahead == '-') ADVANCE(789); + if (lookahead == '-') ADVANCE(799); END_STATE(); case 186: - if (lookahead == '-') ADVANCE(1234); + if (lookahead == '-') ADVANCE(1251); END_STATE(); case 187: - if (lookahead == '-') ADVANCE(721); + if (lookahead == '-') ADVANCE(728); END_STATE(); case 188: - if (lookahead == '-') ADVANCE(957); + if (lookahead == '-') ADVANCE(970); END_STATE(); case 189: - if (lookahead == '-') ADVANCE(1142); + if (lookahead == '-') ADVANCE(1157); END_STATE(); case 190: - if (lookahead == '-') ADVANCE(1236); + if (lookahead == '-') ADVANCE(1253); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(748); + lookahead == 'f') ADVANCE(756); END_STATE(); case 191: if (lookahead == '-') ADVANCE(417); END_STATE(); case 192: - if (lookahead == '.') ADVANCE(2460); + if (lookahead == '.') ADVANCE(2487); if (lookahead == '/') ADVANCE(135); - if (lookahead == 'N') ADVANCE(1416); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == 'n') ADVANCE(1709); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == 'N') ADVANCE(1434); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == 'n') ADVANCE(1730); + if (lookahead == '{') ADVANCE(1362); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -16539,15 +16262,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 193: - if (lookahead == '.') ADVANCE(2460); + if (lookahead == '.') ADVANCE(2487); if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2411); + lookahead == 'q') ADVANCE(2437); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || @@ -16559,27 +16282,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 194: - if (lookahead == '.') ADVANCE(249); + if (lookahead == '.') ADVANCE(248); if (('-' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'z') || lookahead == '|') ADVANCE(194); END_STATE(); case 195: if (lookahead == '/') ADVANCE(135); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2055); + lookahead == 'e') ADVANCE(2080); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1709); + lookahead == 'n') ADVANCE(1730); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1841); + lookahead == 'w') ADVANCE(1866); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16591,19 +16314,19 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 196: if (lookahead == '/') ADVANCE(135); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2055); + lookahead == 'e') ADVANCE(2080); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2029); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1851); + lookahead == 'w') ADVANCE(1876); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16615,17 +16338,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 197: if (lookahead == '/') ADVANCE(135); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2055); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1730); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2029); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2397); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2227); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1851); + lookahead == 'w') ADVANCE(1867); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16637,23 +16366,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 198: if (lookahead == '/') ADVANCE(135); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1542); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1967); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1910); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1954); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1709); + lookahead == 'n') ADVANCE(1730); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2005); + lookahead == 'o') ADVANCE(2444); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1482); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2370); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2202); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1842); + lookahead == 's') ADVANCE(1868); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(2114); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16663,32 +16399,36 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8288 || lookahead == 65279) SKIP(198) if (lookahead == '-' || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('b' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 199: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1524); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1942); + lookahead == 'c') ADVANCE(1450); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1731); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1951); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1885); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1929); + lookahead == 'f') ADVANCE(1903); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2047); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1709); + lookahead == 'n') ADVANCE(1730); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2418); + lookahead == 'o') ADVANCE(2028); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1463); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1843); + lookahead == 'p') ADVANCE(2249); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1713); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2076); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(2089); + lookahead == 'v') ADVANCE(1491); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16698,36 +16438,36 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 8288 || lookahead == 65279) SKIP(199) if (lookahead == '-' || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 200: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1432); + lookahead == 'c') ADVANCE(1450); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1710); + lookahead == 'd') ADVANCE(1731); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1926); + lookahead == 'e') ADVANCE(2054); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1878); + lookahead == 'f') ADVANCE(1903); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2023); + lookahead == 'i') ADVANCE(2047); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1709); + lookahead == 'n') ADVANCE(1730); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2004); + lookahead == 'o') ADVANCE(2028); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2224); + lookahead == 'p') ADVANCE(2249); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1693); + lookahead == 'r') ADVANCE(1713); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2051); + lookahead == 'u') ADVANCE(2076); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1472); + lookahead == 'v') ADVANCE(1491); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16739,34 +16479,24 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 201: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1432); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1710); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2002); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1878); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2023); + lookahead == 'c') ADVANCE(1967); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1954); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1709); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2004); + lookahead == 'n') ADVANCE(1729); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2224); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1693); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2051); + lookahead == 'p') ADVANCE(1482); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1803); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1472); + lookahead == 'v') ADVANCE(2114); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16778,24 +16508,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 202: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1942); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1929); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1708); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1463); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1780); + lookahead == 'c') ADVANCE(1967); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(2089); + lookahead == 'v') ADVANCE(2114); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16807,16 +16529,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 203: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1942); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(2089); + lookahead == 'c') ADVANCE(1967); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16828,14 +16548,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 204: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1942); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2104); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1923); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2027); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16847,18 +16571,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 205: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2079); + lookahead == 'd') ADVANCE(2104); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1898); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2003); + lookahead == 'f') ADVANCE(1923); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16870,16 +16592,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 206: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2079); + lookahead == 'd') ADVANCE(2104); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1898); + lookahead == 'f') ADVANCE(2266); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2027); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16891,18 +16615,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 207: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2079); + lookahead == 'd') ADVANCE(2104); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2003); + lookahead == 'f') ADVANCE(2266); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16914,16 +16636,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 208: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2079); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + lookahead == 'd') ADVANCE(1512); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1730); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16935,16 +16657,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 209: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1709); + lookahead == 'd') ADVANCE(1512); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16956,14 +16676,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 210: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1501); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1453); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1897); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1508); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16975,18 +16699,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 211: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1435); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1872); + lookahead == 'f') ADVANCE(1897); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1492); + lookahead == 'l') ADVANCE(1508); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1780); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -16998,18 +16722,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 212: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1872); + lookahead == 'f') ADVANCE(1897); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1492); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1757); + lookahead == 'l') ADVANCE(1508); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17021,16 +16743,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 213: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1872); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1492); + lookahead == 'f') ADVANCE(2266); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17042,14 +16762,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 214: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2240); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1954); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1730); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1482); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1868); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17061,20 +16787,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 215: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1929); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1709); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1463); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1843); + lookahead == 'p') ADVANCE(1482); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17086,14 +16806,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 216: if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1463); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1710); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17105,31 +16825,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); case 217: - if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1690); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\f' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == 8203 || - lookahead == 8288 || - lookahead == 65279) SKIP(217) - if (lookahead == '-' || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); - END_STATE(); - case 218: if (lookahead == '/') ADVANCE(134); if (lookahead == '\\') ADVANCE(19); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '{') ADVANCE(1362); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -17137,688 +16838,688 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(218) + lookahead == 65279) SKIP(217) if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= '|')) ADVANCE(194); END_STATE(); + case 218: + if (lookahead == '/') ADVANCE(1337); + END_STATE(); case 219: - if (lookahead == '/') ADVANCE(1319); + if (lookahead == '/') ADVANCE(1337); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(218); END_STATE(); case 220: - if (lookahead == '/') ADVANCE(1319); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(219); + if (lookahead == '3') ADVANCE(464); END_STATE(); case 221: - if (lookahead == '3') ADVANCE(461); - END_STATE(); - case 222: - if (lookahead == 'C') ADVANCE(242); + if (lookahead == 'C') ADVANCE(241); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1044); + lookahead == 'e') ADVANCE(1056); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(274); + lookahead == 'h') ADVANCE(273); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(649); + lookahead == 'i') ADVANCE(656); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1240); + lookahead == 'o') ADVANCE(1256); if (lookahead == 'T' || - lookahead == 't') ADVANCE(933); + lookahead == 't') ADVANCE(946); END_STATE(); - case 223: - if (lookahead == 'C') ADVANCE(242); + case 222: + if (lookahead == 'C') ADVANCE(241); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1063); + lookahead == 'e') ADVANCE(1075); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1312); + lookahead == 'i') ADVANCE(1330); if (lookahead == 'T' || - lookahead == 't') ADVANCE(932); + lookahead == 't') ADVANCE(945); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(354); + lookahead == 'u') ADVANCE(353); END_STATE(); - case 224: - if (lookahead == 'C') ADVANCE(242); + case 223: + if (lookahead == 'C') ADVANCE(241); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1164); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1312); + lookahead == 'i') ADVANCE(894); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(966); END_STATE(); - case 225: - if (lookahead == 'E') ADVANCE(243); + case 224: + if (lookahead == 'E') ADVANCE(242); if (lookahead == 'e') ADVANCE(405); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1007); + lookahead == 'a') ADVANCE(1020); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(946); + lookahead == 'c') ADVANCE(960); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(939); + lookahead == 'l') ADVANCE(952); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(275); + lookahead == 'm') ADVANCE(274); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1083); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(885); + lookahead == 'u') ADVANCE(896); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(308); + lookahead == 'w') ADVANCE(306); END_STATE(); - case 226: - if (lookahead == 'E') ADVANCE(248); + case 225: + if (lookahead == 'E') ADVANCE(247); if (lookahead == 'e') ADVANCE(404); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(946); + lookahead == 'c') ADVANCE(960); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(275); + lookahead == 'm') ADVANCE(274); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(885); + lookahead == 'u') ADVANCE(896); + END_STATE(); + case 226: + if (lookahead == 'E') ADVANCE(246); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1008); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(965); END_STATE(); case 227: - if (lookahead == 'E') ADVANCE(247); + if (lookahead == 'E') ADVANCE(246); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(994); + lookahead == 'c') ADVANCE(1008); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(953); + lookahead == 'f') ADVANCE(965); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(896); END_STATE(); case 228: - if (lookahead == 'E') ADVANCE(247); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(885); + if (lookahead == 'G') ADVANCE(2574); END_STATE(); case 229: - if (lookahead == 'G') ADVANCE(2544); + if (lookahead == 'I') ADVANCE(232); END_STATE(); case 230: - if (lookahead == 'I') ADVANCE(233); + if (lookahead == 'L') ADVANCE(229); END_STATE(); case 231: if (lookahead == 'L') ADVANCE(230); END_STATE(); case 232: - if (lookahead == 'L') ADVANCE(231); + if (lookahead == 'N') ADVANCE(228); END_STATE(); case 233: - if (lookahead == 'N') ADVANCE(229); - END_STATE(); - case 234: if (lookahead == 'O') ADVANCE(142); if (lookahead == 'o') ADVANCE(143); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); + lookahead == 'e') ADVANCE(2532); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(829); + lookahead == 'u') ADVANCE(839); + END_STATE(); + case 234: + if (lookahead == 'O') ADVANCE(231); END_STATE(); case 235: - if (lookahead == 'O') ADVANCE(232); + if (lookahead == 'O') ADVANCE(244); END_STATE(); case 236: - if (lookahead == 'O') ADVANCE(245); + if (lookahead == 'O') ADVANCE(240); + if (lookahead == 'o') ADVANCE(1050); END_STATE(); case 237: - if (lookahead == 'O') ADVANCE(241); - if (lookahead == 'o') ADVANCE(1038); + if (lookahead == 'O') ADVANCE(149); + if (lookahead == 'o') ADVANCE(150); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2532); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(839); END_STATE(); case 238: - if (lookahead == 'O') ADVANCE(150); - if (lookahead == 'o') ADVANCE(151); + if (lookahead == 'O') ADVANCE(151); + if (lookahead == 'o') ADVANCE(152); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(829); + lookahead == 'e') ADVANCE(2532); END_STATE(); case 239: - if (lookahead == 'O') ADVANCE(160); - if (lookahead == 'o') ADVANCE(172); + if (lookahead == 'O') ADVANCE(159); + if (lookahead == 'o') ADVANCE(161); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); + lookahead == 'e') ADVANCE(2532); END_STATE(); case 240: - if (lookahead == 'O') ADVANCE(157); - if (lookahead == 'o') ADVANCE(162); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); + if (lookahead == 'R') ADVANCE(2590); + if (lookahead == 'r') ADVANCE(2590); END_STATE(); case 241: - if (lookahead == 'R') ADVANCE(2560); - if (lookahead == 'r') ADVANCE(2560); + if (lookahead == 'R') ADVANCE(234); END_STATE(); case 242: - if (lookahead == 'R') ADVANCE(235); + if (lookahead == 'R') ADVANCE(243); + if (lookahead == 'r') ADVANCE(1097); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(686); END_STATE(); case 243: - if (lookahead == 'R') ADVANCE(244); - if (lookahead == 'r') ADVANCE(1085); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(679); + if (lookahead == 'R') ADVANCE(236); + if (lookahead == 'r') ADVANCE(974); END_STATE(); case 244: - if (lookahead == 'R') ADVANCE(237); - if (lookahead == 'r') ADVANCE(961); + if (lookahead == 'R') ADVANCE(2622); END_STATE(); case 245: - if (lookahead == 'R') ADVANCE(2592); + if (lookahead == 'R') ADVANCE(235); END_STATE(); case 246: - if (lookahead == 'R') ADVANCE(236); + if (lookahead == 'R') ADVANCE(245); END_STATE(); case 247: - if (lookahead == 'R') ADVANCE(246); + if (lookahead == 'R') ADVANCE(245); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(686); END_STATE(); case 248: - if (lookahead == 'R') ADVANCE(246); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(679); + if (lookahead == 'i') ADVANCE(1346); END_STATE(); case 249: - if (lookahead == 'i') ADVANCE(1328); - END_STATE(); - case 250: if (lookahead == 'A' || lookahead == 'a') ADVANCE(399); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(263); + lookahead == 'l') ADVANCE(262); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(770); + lookahead == 'o') ADVANCE(780); END_STATE(); - case 251: + case 250: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1180); + lookahead == 'a') ADVANCE(1196); if (lookahead == 'E' || lookahead == 'e') ADVANCE(401); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2632); + lookahead == 'o') ADVANCE(2663); END_STATE(); - case 252: + case 251: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(374); + lookahead == 'a') ADVANCE(373); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(676); + lookahead == 'c') ADVANCE(683); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(702); + lookahead == 'd') ADVANCE(709); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1128); + lookahead == 'l') ADVANCE(1142); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(425); + lookahead == 'n') ADVANCE(437); if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2504); + lookahead == 'q') ADVANCE(2534); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1051); + lookahead == 'r') ADVANCE(1063); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(370); + lookahead == 'x') ADVANCE(369); END_STATE(); - case 253: + case 252: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(360); + lookahead == 'a') ADVANCE(359); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2501); + lookahead == 'e') ADVANCE(2531); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(761); + lookahead == 'i') ADVANCE(770); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(350); + lookahead == 'o') ADVANCE(351); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2500); + lookahead == 't') ADVANCE(2530); END_STATE(); - case 254: + case 253: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(995); + lookahead == 'a') ADVANCE(1009); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1210); + lookahead == 'e') ADVANCE(1225); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(437); + lookahead == 'o') ADVANCE(438); END_STATE(); - case 255: + case 254: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(995); + lookahead == 'a') ADVANCE(1009); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(437); + lookahead == 'o') ADVANCE(438); END_STATE(); - case 256: + case 255: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(653); + lookahead == 'a') ADVANCE(660); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1098); + lookahead == 'o') ADVANCE(1111); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(705); + lookahead == 'r') ADVANCE(712); END_STATE(); - case 257: + case 256: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(359); + lookahead == 'a') ADVANCE(358); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2501); + lookahead == 'e') ADVANCE(2531); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(350); + lookahead == 'o') ADVANCE(351); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2500); + lookahead == 't') ADVANCE(2530); END_STATE(); - case 258: + case 257: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1216); + lookahead == 'a') ADVANCE(1231); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(915); + lookahead == 'i') ADVANCE(931); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(438); + lookahead == 'o') ADVANCE(439); + END_STATE(); + case 258: + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(175); END_STATE(); case 259: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(147); + lookahead == 'a') ADVANCE(765); END_STATE(); case 260: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(756); + lookahead == 'a') ADVANCE(360); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(148); END_STATE(); case 261: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(361); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(149); + lookahead == 'a') ADVANCE(658); END_STATE(); case 262: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(651); + lookahead == 'a') ADVANCE(1139); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1148); END_STATE(); case 263: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1125); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1133); + lookahead == 'a') ADVANCE(361); END_STATE(); case 264: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(362); - END_STATE(); - case 265: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(654); + lookahead == 'a') ADVANCE(661); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(792); + lookahead == 'p') ADVANCE(802); END_STATE(); - case 266: + case 265: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1007); + lookahead == 'a') ADVANCE(1020); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(946); + lookahead == 'c') ADVANCE(960); if (lookahead == 'E' || lookahead == 'e') ADVANCE(405); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(939); + lookahead == 'l') ADVANCE(952); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(275); + lookahead == 'm') ADVANCE(274); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1083); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(885); + lookahead == 'u') ADVANCE(896); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(308); + lookahead == 'w') ADVANCE(306); END_STATE(); - case 267: + case 266: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(882); + lookahead == 'a') ADVANCE(893); END_STATE(); - case 268: + case 267: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1086); + lookahead == 'a') ADVANCE(1098); if (lookahead == 'H' || lookahead == 'h') ADVANCE(536); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2617); + lookahead == 'o') ADVANCE(2647); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(267); + lookahead == 'r') ADVANCE(266); + END_STATE(); + case 268: + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(650); END_STATE(); case 269: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(644); + lookahead == 'a') ADVANCE(846); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(833); END_STATE(); case 270: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(837); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(823); + lookahead == 'a') ADVANCE(774); END_STATE(); case 271: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(764); + lookahead == 'a') ADVANCE(1311); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(933); END_STATE(); case 272: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1292); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(919); + lookahead == 'a') ADVANCE(384); END_STATE(); case 273: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(384); + lookahead == 'a') ADVANCE(1073); END_STATE(); case 274: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1060); + lookahead == 'a') ADVANCE(1015); END_STATE(); case 275: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1002); + lookahead == 'a') ADVANCE(411); END_STATE(); case 276: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(411); + lookahead == 'a') ADVANCE(146); END_STATE(); case 277: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(146); + lookahead == 'a') ADVANCE(1266); END_STATE(); case 278: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(783); + lookahead == 'a') ADVANCE(793); END_STATE(); case 279: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(831); + lookahead == 'a') ADVANCE(841); END_STATE(); case 280: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1214); + lookahead == 'a') ADVANCE(1229); END_STATE(); case 281: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1045); + lookahead == 'a') ADVANCE(1057); END_STATE(); case 282: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(832); + lookahead == 'a') ADVANCE(842); END_STATE(); case 283: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1198); + lookahead == 'a') ADVANCE(1216); END_STATE(); case 284: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(786); + lookahead == 'a') ADVANCE(796); END_STATE(); case 285: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(772); + lookahead == 'a') ADVANCE(782); END_STATE(); case 286: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(380); + lookahead == 'a') ADVANCE(379); if (lookahead == 'F' || lookahead == 'f') ADVANCE(416); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(698); + lookahead == 'r') ADVANCE(705); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(356); + lookahead == 'u') ADVANCE(355); END_STATE(); case 287: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(380); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(416); + lookahead == 'a') ADVANCE(379); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(697); + lookahead == 'r') ADVANCE(704); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(356); + lookahead == 'u') ADVANCE(355); END_STATE(); case 288: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(380); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(698); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(356); + lookahead == 'a') ADVANCE(1186); END_STATE(); case 289: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1171); + lookahead == 'a') ADVANCE(174); END_STATE(); case 290: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(175); + lookahead == 'a') ADVANCE(801); END_STATE(); case 291: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(791); + lookahead == 'a') ADVANCE(1061); END_STATE(); case 292: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(830); + lookahead == 'a') ADVANCE(840); END_STATE(); case 293: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1049); + lookahead == 'a') ADVANCE(819); END_STATE(); case 294: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(811); + lookahead == 'a') ADVANCE(783); END_STATE(); case 295: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(773); + lookahead == 'a') ADVANCE(777); END_STATE(); case 296: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(767); + lookahead == 'a') ADVANCE(177); END_STATE(); case 297: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1194); + lookahead == 'a') ADVANCE(818); END_STATE(); case 298: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(766); + lookahead == 'a') ADVANCE(1209); END_STATE(); case 299: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(793); + lookahead == 'a') ADVANCE(776); END_STATE(); case 300: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(808); + lookahead == 'a') ADVANCE(804); END_STATE(); case 301: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1067); + lookahead == 'a') ADVANCE(1079); END_STATE(); case 302: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1070); + lookahead == 'a') ADVANCE(1081); END_STATE(); case 303: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1046); + lookahead == 'a') ADVANCE(1058); END_STATE(); case 304: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1215); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1210); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(437); + lookahead == 'a') ADVANCE(1175); END_STATE(); case 305: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1215); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(438); + lookahead == 'a') ADVANCE(1030); END_STATE(); case 306: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1160); + lookahead == 'a') ADVANCE(722); END_STATE(); case 307: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1017); + lookahead == 'a') ADVANCE(1199); END_STATE(); case 308: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(715); + lookahead == 'a') ADVANCE(392); END_STATE(); case 309: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1251); + lookahead == 'a') ADVANCE(1198); END_STATE(); case 310: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1182); + lookahead == 'a') ADVANCE(1218); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(401); END_STATE(); case 311: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(392); + lookahead == 'a') ADVANCE(904); END_STATE(); case 312: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1183); + lookahead == 'a') ADVANCE(727); END_STATE(); case 313: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1202); + lookahead == 'a') ADVANCE(1298); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(962); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(402); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(981); + lookahead == 'c') ADVANCE(959); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(271); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(992); END_STATE(); case 314: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(893); + lookahead == 'a') ADVANCE(665); END_STATE(); case 315: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(720); + lookahead == 'a') ADVANCE(851); END_STATE(); case 316: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1281); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(948); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(272); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(978); + lookahead == 'a') ADVANCE(1221); END_STATE(); case 317: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(658); + lookahead == 'a') ADVANCE(659); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1111); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(962); END_STATE(); case 318: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(842); + lookahead == 'a') ADVANCE(852); END_STATE(); case 319: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1205); + lookahead == 'a') ADVANCE(1210); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(617); END_STATE(); case 320: if (lookahead == 'A' || lookahead == 'a') ADVANCE(398); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(782); + lookahead == 'o') ADVANCE(789); END_STATE(); case 321: if (lookahead == 'A' || lookahead == 'a') ADVANCE(398); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(820); + lookahead == 'o') ADVANCE(830); END_STATE(); case 322: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(652); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1098); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(949); + lookahead == 'a') ADVANCE(1292); END_STATE(); case 323: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(843); + lookahead == 'a') ADVANCE(666); END_STATE(); case 324: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1193); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1004); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(611); + lookahead == 'a') ADVANCE(666); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(802); END_STATE(); case 325: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1081); + lookahead == 'a') ADVANCE(1223); END_STATE(); case 326: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1275); + lookahead == 'a') ADVANCE(667); END_STATE(); case 327: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(659); + lookahead == 'a') ADVANCE(1155); END_STATE(); case 328: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(659); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(792); + lookahead == 'a') ADVANCE(668); END_STATE(); case 329: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1207); + lookahead == 'a') ADVANCE(1095); END_STATE(); case 330: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(660); + lookahead == 'a') ADVANCE(670); END_STATE(); case 331: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1140); + lookahead == 'a') ADVANCE(671); END_STATE(); case 332: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(661); + lookahead == 'a') ADVANCE(1226); END_STATE(); case 333: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(663); + lookahead == 'a') ADVANCE(362); END_STATE(); case 334: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(664); + lookahead == 'a') ADVANCE(357); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2531); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(770); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2530); END_STATE(); case 335: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1211); + lookahead == 'a') ADVANCE(357); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(322); END_STATE(); case 336: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(363); + lookahead == 'a') ADVANCE(742); END_STATE(); case 337: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(358); + lookahead == 'a') ADVANCE(742); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2501); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(761); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2500); + lookahead == 'e') ADVANCE(1308); END_STATE(); case 338: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(358); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2501); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2500); + lookahead == 'a') ADVANCE(1108); END_STATE(); case 339: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(358); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(326); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(761); + lookahead == 'a') ADVANCE(1230); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(439); END_STATE(); case 340: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(735); + lookahead == 'a') ADVANCE(1233); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(975); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(402); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(995); END_STATE(); case 341: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(735); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1291); + lookahead == 'a') ADVANCE(363); END_STATE(); case 342: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1095); + lookahead == 'a') ADVANCE(1246); END_STATE(); case 343: if (lookahead == 'A' || @@ -17826,259 +17527,261 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 344: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1228); + lookahead == 'a') ADVANCE(1248); END_STATE(); case 345: if (lookahead == 'A' || lookahead == 'a') ADVANCE(365); END_STATE(); case 346: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1231); - END_STATE(); - case 347: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(366); - END_STATE(); - case 348: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1126); + lookahead == 'b') ADVANCE(1140); if (lookahead == 'N' || lookahead == 'n') ADVANCE(423); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1006); + lookahead == 'p') ADVANCE(1019); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2478); + lookahead == 's') ADVANCE(2506); END_STATE(); - case 349: + case 347: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1126); + lookahead == 'b') ADVANCE(1140); if (lookahead == 'N' || lookahead == 'n') ADVANCE(422); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1199); + lookahead == 'u') ADVANCE(1214); + END_STATE(); + case 348: + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1140); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1019); + END_STATE(); + case 349: + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1254); END_STATE(); case 350: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(166); + lookahead == 'b') ADVANCE(1254); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(939); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1041); END_STATE(); case 351: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1237); + lookahead == 'b') ADVANCE(165); END_STATE(); case 352: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1237); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(926); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1029); + lookahead == 'b') ADVANCE(1271); END_STATE(); case 353: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1255); + lookahead == 'b') ADVANCE(153); END_STATE(); case 354: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(153); + lookahead == 'b') ADVANCE(794); END_STATE(); case 355: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(784); + lookahead == 'b') ADVANCE(800); END_STATE(); case 356: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(790); + lookahead == 'b') ADVANCE(299); END_STATE(); case 357: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(298); + lookahead == 'b') ADVANCE(548); END_STATE(); case 358: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(550); + lookahead == 'b') ADVANCE(548); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(440); END_STATE(); case 359: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(550); + lookahead == 'b') ADVANCE(548); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(439); + lookahead == 'n') ADVANCE(440); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1167); END_STATE(); case 360: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(550); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(439); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1152); + lookahead == 'b') ADVANCE(809); END_STATE(); case 361: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(799); + lookahead == 'b') ADVANCE(565); END_STATE(); case 362: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(565); + lookahead == 'b') ADVANCE(812); END_STATE(); case 363: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(801); + lookahead == 'b') ADVANCE(814); END_STATE(); case 364: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(803); + lookahead == 'b') ADVANCE(815); END_STATE(); case 365: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(804); + lookahead == 'b') ADVANCE(816); END_STATE(); case 366: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(805); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2557); END_STATE(); case 367: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2527); + lookahead == 'c') ADVANCE(2560); END_STATE(); case 368: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2530); - END_STATE(); - case 369: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(676); + lookahead == 'c') ADVANCE(683); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1128); + lookahead == 'l') ADVANCE(1142); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(424); + lookahead == 'n') ADVANCE(436); if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2504); + lookahead == 'q') ADVANCE(2534); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1212); + lookahead == 'x') ADVANCE(1227); END_STATE(); - case 370: + case 369: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(548); + lookahead == 'c') ADVANCE(547); if (lookahead == 'T' || - lookahead == 't') ADVANCE(552); + lookahead == 't') ADVANCE(551); + END_STATE(); + case 370: + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(953); END_STATE(); case 371: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(940); + lookahead == 'c') ADVANCE(953); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(647); END_STATE(); case 372: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(940); + lookahead == 'c') ADVANCE(953); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(641); + lookahead == 'e') ADVANCE(1036); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1300); END_STATE(); case 373: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(940); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1022); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1283); + lookahead == 'c') ADVANCE(677); END_STATE(); case 374: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(671); + lookahead == 'c') ADVANCE(766); END_STATE(); case 375: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(757); + lookahead == 'c') ADVANCE(767); END_STATE(); case 376: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(758); + lookahead == 'c') ADVANCE(679); END_STATE(); case 377: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(673); + lookahead == 'c') ADVANCE(768); END_STATE(); case 378: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(759); - END_STATE(); - case 379: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(946); + lookahead == 'c') ADVANCE(960); if (lookahead == 'E' || lookahead == 'e') ADVANCE(404); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(275); + lookahead == 'm') ADVANCE(274); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(885); + lookahead == 'u') ADVANCE(896); + END_STATE(); + case 379: + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(773); END_STATE(); case 380: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(763); + lookahead == 'c') ADVANCE(681); END_STATE(); case 381: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(944); + lookahead == 'c') ADVANCE(957); END_STATE(); case 382: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(689); + lookahead == 'c') ADVANCE(696); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(704); + lookahead == 'p') ADVANCE(711); END_STATE(); case 383: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(686); + lookahead == 'c') ADVANCE(691); END_STATE(); case 384: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1165); + lookahead == 'c') ADVANCE(1180); END_STATE(); case 385: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1217); + lookahead == 'c') ADVANCE(1232); END_STATE(); case 386: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(962); + lookahead == 'c') ADVANCE(975); if (lookahead == 'E' || lookahead == 'e') ADVANCE(402); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(981); + lookahead == 'r') ADVANCE(995); END_STATE(); case 387: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(962); + lookahead == 'c') ADVANCE(975); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(639); + lookahead == 'e') ADVANCE(645); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2632); + lookahead == 'o') ADVANCE(2663); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(981); + lookahead == 'r') ADVANCE(995); END_STATE(); case 388: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(962); + lookahead == 'c') ADVANCE(975); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(639); + lookahead == 'e') ADVANCE(645); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(981); + lookahead == 'r') ADVANCE(995); END_STATE(); case 389: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(307); + lookahead == 'c') ADVANCE(305); END_STATE(); case 390: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(474); + lookahead == 'c') ADVANCE(477); END_STATE(); case 391: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(776); + lookahead == 'c') ADVANCE(784); if (lookahead == 'T' || - lookahead == 't') ADVANCE(552); + lookahead == 't') ADVANCE(551); END_STATE(); case 392: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(501); + lookahead == 'c') ADVANCE(504); END_STATE(); case 393: if (lookahead == 'C' || @@ -18086,861 +17789,863 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 394: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(492); + lookahead == 'c') ADVANCE(495); END_STATE(); case 395: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(547); + lookahead == 'c') ADVANCE(546); if (lookahead == 'T' || - lookahead == 't') ADVANCE(552); + lookahead == 't') ADVANCE(551); END_STATE(); case 396: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(521); + lookahead == 'c') ADVANCE(584); END_STATE(); case 397: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(583); + lookahead == 'c') ADVANCE(519); END_STATE(); case 398: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(680); + lookahead == 'c') ADVANCE(687); END_STATE(); case 399: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(680); + lookahead == 'c') ADVANCE(687); if (lookahead == 'S' || - lookahead == 's') ADVANCE(551); + lookahead == 's') ADVANCE(549); if (lookahead == 'T' || - lookahead == 't') ADVANCE(377); + lookahead == 't') ADVANCE(376); END_STATE(); case 400: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(727); + lookahead == 'c') ADVANCE(735); END_STATE(); case 401: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(727); + lookahead == 'c') ADVANCE(735); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2536); + lookahead == 'f') ADVANCE(2566); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1185); + lookahead == 's') ADVANCE(1201); END_STATE(); case 402: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(727); + lookahead == 'c') ADVANCE(735); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(309); + lookahead == 'f') ADVANCE(277); END_STATE(); case 403: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1250); + lookahead == 'c') ADVANCE(1265); END_STATE(); case 404: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(679); + lookahead == 'c') ADVANCE(686); END_STATE(); case 405: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(679); + lookahead == 'c') ADVANCE(686); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1085); + lookahead == 'r') ADVANCE(1097); END_STATE(); case 406: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(683); + lookahead == 'c') ADVANCE(690); END_STATE(); case 407: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1206); + lookahead == 'c') ADVANCE(1222); END_STATE(); case 408: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1208); + lookahead == 'c') ADVANCE(1224); END_STATE(); case 409: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(690); + lookahead == 'c') ADVANCE(697); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(752); + lookahead == 'p') ADVANCE(758); END_STATE(); case 410: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1219); + lookahead == 'c') ADVANCE(1236); END_STATE(); case 411: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1225); + lookahead == 'c') ADVANCE(1242); END_STATE(); case 412: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1232); + lookahead == 'c') ADVANCE(1249); END_STATE(); case 413: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(990); + lookahead == 'c') ADVANCE(1004); END_STATE(); case 414: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(629); + lookahead == 'c') ADVANCE(635); END_STATE(); case 415: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(991); + lookahead == 'c') ADVANCE(1005); END_STATE(); case 416: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(992); + lookahead == 'c') ADVANCE(1006); END_STATE(); case 417: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(993); + lookahead == 'c') ADVANCE(1007); END_STATE(); case 418: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(994); + lookahead == 'c') ADVANCE(1008); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1097); + lookahead == 'e') ADVANCE(1110); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(953); + lookahead == 'f') ADVANCE(965); END_STATE(); case 419: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(994); + lookahead == 'c') ADVANCE(1008); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1097); + lookahead == 'e') ADVANCE(1110); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(953); + lookahead == 'f') ADVANCE(965); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(939); + lookahead == 'l') ADVANCE(952); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1083); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(885); + lookahead == 'u') ADVANCE(896); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(308); + lookahead == 'w') ADVANCE(306); END_STATE(); case 420: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(994); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1097); + lookahead == 'c') ADVANCE(1008); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(953); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(885); + lookahead == 'f') ADVANCE(965); END_STATE(); case 421: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(994); + lookahead == 'c') ADVANCE(1008); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(953); + lookahead == 'f') ADVANCE(965); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(896); END_STATE(); case 422: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2646); + lookahead == 'd') ADVANCE(2678); END_STATE(); case 423: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2646); + lookahead == 'd') ADVANCE(2678); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1287); + lookahead == 'y') ADVANCE(1304); END_STATE(); case 424: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2461); + lookahead == 'd') ADVANCE(2708); END_STATE(); case 425: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2461); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(822); + lookahead == 'd') ADVANCE(2588); END_STATE(); case 426: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2676); + lookahead == 'd') ADVANCE(2542); END_STATE(); case 427: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2558); + lookahead == 'd') ADVANCE(2700); END_STATE(); case 428: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2512); + lookahead == 'd') ADVANCE(2556); END_STATE(); case 429: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2668); + lookahead == 'd') ADVANCE(2589); END_STATE(); case 430: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2559); + lookahead == 'd') ADVANCE(2610); END_STATE(); case 431: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2580); + lookahead == 'd') ADVANCE(2559); END_STATE(); case 432: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2529); + lookahead == 'd') ADVANCE(2635); END_STATE(); case 433: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2605); + lookahead == 'd') ADVANCE(2738); END_STATE(); case 434: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2706); + lookahead == 'd') ADVANCE(2562); END_STATE(); case 435: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2532); - END_STATE(); - case 436: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(702); + lookahead == 'd') ADVANCE(709); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(424); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1051); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(619); + lookahead == 'n') ADVANCE(436); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2534); if (lookahead == 'X' || lookahead == 'x') ADVANCE(391); END_STATE(); + case 436: + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2488); + END_STATE(); case 437: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1241); + lookahead == 'd') ADVANCE(2488); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(832); END_STATE(); case 438: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1241); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1139); + lookahead == 'd') ADVANCE(2521); END_STATE(); case 439: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1127); + lookahead == 'd') ADVANCE(2521); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1154); END_STATE(); case 440: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(719); + lookahead == 'd') ADVANCE(1141); END_STATE(); case 441: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(178); + lookahead == 'd') ADVANCE(726); END_STATE(); case 442: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(513); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(558); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1170); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1258); + lookahead == 'd') ADVANCE(179); END_STATE(); case 443: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(513); + lookahead == 'd') ADVANCE(515); if (lookahead == 'H' || lookahead == 'h') ADVANCE(558); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1170); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(559); + lookahead == 'i') ADVANCE(1185); END_STATE(); case 444: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(513); + lookahead == 'd') ADVANCE(515); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(558); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1170); + lookahead == 'i') ADVANCE(1185); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(559); END_STATE(); case 445: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(930); + lookahead == 'd') ADVANCE(515); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1185); END_STATE(); case 446: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1115); + lookahead == 'd') ADVANCE(515); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1185); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1274); END_STATE(); case 447: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(622); + lookahead == 'd') ADVANCE(943); END_STATE(); case 448: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(335); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(983); + lookahead == 'd') ADVANCE(1129); END_STATE(); case 449: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(937); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(924); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(740); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(997); + lookahead == 'd') ADVANCE(628); END_STATE(); case 450: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(937); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(924); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(997); + lookahead == 'd') ADVANCE(332); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(997); END_STATE(); case 451: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1123); + lookahead == 'd') ADVANCE(950); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(937); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(746); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1011); END_STATE(); case 452: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(533); + lookahead == 'd') ADVANCE(950); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(937); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1011); END_STATE(); case 453: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(566); + lookahead == 'd') ADVANCE(1137); END_STATE(); case 454: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(542); + lookahead == 'd') ADVANCE(534); END_STATE(); case 455: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(481); + lookahead == 'd') ADVANCE(566); END_STATE(); case 456: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(762); + lookahead == 'd') ADVANCE(542); END_STATE(); case 457: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(657); + lookahead == 'd') ADVANCE(484); END_STATE(); case 458: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(800); + lookahead == 'd') ADVANCE(771); END_STATE(); case 459: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(460); + lookahead == 'd') ADVANCE(772); END_STATE(); case 460: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(575); + lookahead == 'd') ADVANCE(664); END_STATE(); case 461: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(191); + lookahead == 'd') ADVANCE(810); END_STATE(); case 462: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1269); + lookahead == 'd') ADVANCE(463); END_STATE(); case 463: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1270); + lookahead == 'd') ADVANCE(575); END_STATE(); case 464: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2507); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2505); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(191); END_STATE(); case 465: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2633); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1285); END_STATE(); case 466: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2562); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1286); END_STATE(); case 467: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2686); + lookahead == 'e') ADVANCE(2537); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2535); END_STATE(); case 468: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2479); + lookahead == 'e') ADVANCE(2664); END_STATE(); case 469: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2543); + lookahead == 'e') ADVANCE(2592); END_STATE(); case 470: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2598); + lookahead == 'e') ADVANCE(2718); END_STATE(); case 471: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2488); + lookahead == 'e') ADVANCE(2507); END_STATE(); case 472: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2635); + lookahead == 'e') ADVANCE(2573); END_STATE(); case 473: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2563); + lookahead == 'e') ADVANCE(2628); END_STATE(); case 474: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2609); + lookahead == 'e') ADVANCE(2516); END_STATE(); case 475: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2535); + lookahead == 'e') ADVANCE(2666); END_STATE(); case 476: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2670); + lookahead == 'e') ADVANCE(2593); END_STATE(); case 477: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2649); + lookahead == 'e') ADVANCE(2639); END_STATE(); case 478: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2611); + lookahead == 'e') ADVANCE(2565); END_STATE(); case 479: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2528); + lookahead == 'e') ADVANCE(2702); END_STATE(); case 480: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2677); + lookahead == 'e') ADVANCE(2681); END_STATE(); case 481: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2573); + lookahead == 'e') ADVANCE(2641); END_STATE(); case 482: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2538); + lookahead == 'e') ADVANCE(2558); END_STATE(); case 483: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2673); + lookahead == 'e') ADVANCE(2709); END_STATE(); case 484: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2578); + lookahead == 'e') ADVANCE(2603); END_STATE(); case 485: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2612); + lookahead == 'e') ADVANCE(2568); END_STATE(); case 486: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2634); + lookahead == 'e') ADVANCE(2705); END_STATE(); case 487: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2616); + lookahead == 'e') ADVANCE(2608); END_STATE(); case 488: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2566); + lookahead == 'e') ADVANCE(2642); END_STATE(); case 489: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2483); + lookahead == 'e') ADVANCE(2665); END_STATE(); case 490: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2674); + lookahead == 'e') ADVANCE(2646); END_STATE(); case 491: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2654); + lookahead == 'e') ADVANCE(2596); END_STATE(); case 492: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2555); + lookahead == 'e') ADVANCE(2511); END_STATE(); case 493: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2533); + lookahead == 'e') ADVANCE(2706); END_STATE(); case 494: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2597); + lookahead == 'e') ADVANCE(2686); END_STATE(); case 495: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2663); + lookahead == 'e') ADVANCE(2585); END_STATE(); case 496: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2665); + lookahead == 'e') ADVANCE(2563); END_STATE(); case 497: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2664); + lookahead == 'e') ADVANCE(2627); END_STATE(); case 498: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2662); + lookahead == 'e') ADVANCE(2695); END_STATE(); case 499: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2531); + lookahead == 'e') ADVANCE(2697); END_STATE(); case 500: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2712); + lookahead == 'e') ADVANCE(2696); END_STATE(); case 501: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2571); + lookahead == 'e') ADVANCE(2694); END_STATE(); case 502: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(143); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(829); + lookahead == 'e') ADVANCE(2561); END_STATE(); case 503: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(151); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(829); + lookahead == 'e') ADVANCE(2744); END_STATE(); case 504: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(152); + lookahead == 'e') ADVANCE(2601); END_STATE(); case 505: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); + lookahead == 'e') ADVANCE(2532); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(172); + lookahead == 'o') ADVANCE(143); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(839); END_STATE(); case 506: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); + lookahead == 'e') ADVANCE(2532); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(162); + lookahead == 'o') ADVANCE(150); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(839); END_STATE(); case 507: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); + lookahead == 'e') ADVANCE(2532); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(159); + lookahead == 'o') ADVANCE(152); END_STATE(); case 508: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1044); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(274); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(649); + lookahead == 'e') ADVANCE(2532); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1240); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(933); + lookahead == 'o') ADVANCE(156); END_STATE(); case 509: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(401); + lookahead == 'e') ADVANCE(2532); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(158); END_STATE(); case 510: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2506); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2505); + lookahead == 'e') ADVANCE(2532); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(161); END_STATE(); case 511: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(774); + lookahead == 'e') ADVANCE(1056); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(273); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(656); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1256); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(946); END_STATE(); case 512: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(859); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(795); + lookahead == 'e') ADVANCE(2536); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2535); END_STATE(); case 513: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1290); + lookahead == 'e') ADVANCE(785); END_STATE(); case 514: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(181); + lookahead == 'e') ADVANCE(869); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(805); END_STATE(); case 515: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2667); + lookahead == 'e') ADVANCE(1307); END_STATE(); case 516: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1282); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(156); + lookahead == 'e') ADVANCE(181); END_STATE(); case 517: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(781); + lookahead == 'e') ADVANCE(2699); END_STATE(); case 518: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2621); + lookahead == 'e') ADVANCE(2586); END_STATE(); case 519: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2534); + lookahead == 'e') ADVANCE(2587); END_STATE(); case 520: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2556); + lookahead == 'e') ADVANCE(2757); END_STATE(); case 521: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2557); + lookahead == 'e') ADVANCE(2564); END_STATE(); case 522: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2725); + lookahead == 'e') ADVANCE(1299); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(170); END_STATE(); case 523: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2699); + lookahead == 'e') ADVANCE(2651); END_STATE(); case 524: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2684); + lookahead == 'e') ADVANCE(2731); END_STATE(); case 525: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2688); + lookahead == 'e') ADVANCE(2716); END_STATE(); case 526: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1063); + lookahead == 'e') ADVANCE(2720); END_STATE(); case 527: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1063); + lookahead == 'e') ADVANCE(1075); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1312); + lookahead == 'i') ADVANCE(1330); if (lookahead == 'T' || - lookahead == 't') ADVANCE(932); + lookahead == 't') ADVANCE(945); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(354); + lookahead == 'u') ADVANCE(353); END_STATE(); case 528: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(650); + lookahead == 'e') ADVANCE(657); if (lookahead == 'G' || lookahead == 'g') ADVANCE(413); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(899); + lookahead == 'i') ADVANCE(911); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(158); + lookahead == 'y') ADVANCE(157); END_STATE(); case 529: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(650); + lookahead == 'e') ADVANCE(657); if (lookahead == 'G' || lookahead == 'g') ADVANCE(413); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(545); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2631); + lookahead == 'y') ADVANCE(2662); END_STATE(); case 530: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(650); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(912); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(545); + lookahead == 'e') ADVANCE(657); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(413); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2631); + lookahead == 'y') ADVANCE(2662); END_STATE(); case 531: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(650); + lookahead == 'e') ADVANCE(657); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(912); + lookahead == 'i') ADVANCE(924); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(545); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2631); + lookahead == 'y') ADVANCE(2662); END_STATE(); case 532: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(650); + lookahead == 'e') ADVANCE(657); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(899); + lookahead == 'i') ADVANCE(924); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(158); + lookahead == 'y') ADVANCE(2662); END_STATE(); case 533: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1288); + lookahead == 'e') ADVANCE(1225); END_STATE(); case 534: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(180); + lookahead == 'e') ADVANCE(1305); END_STATE(); case 535: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2681); + lookahead == 'e') ADVANCE(2713); END_STATE(); case 536: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(857); + lookahead == 'e') ADVANCE(867); END_STATE(); case 537: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(779); + lookahead == 'e') ADVANCE(790); END_STATE(); case 538: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(779); + lookahead == 'e') ADVANCE(790); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(467); + lookahead == 'l') ADVANCE(470); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(271); + lookahead == 'n') ADVANCE(270); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1129); + lookahead == 'r') ADVANCE(1143); END_STATE(); case 539: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(779); + lookahead == 'e') ADVANCE(790); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(271); + lookahead == 'n') ADVANCE(270); END_STATE(); case 540: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(779); + lookahead == 'e') ADVANCE(790); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(291); + lookahead == 'n') ADVANCE(290); END_STATE(); case 541: if (lookahead == 'E' || lookahead == 'e') ADVANCE(144); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(878); + lookahead == 'i') ADVANCE(889); END_STATE(); case 542: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1289); + lookahead == 'e') ADVANCE(1306); END_STATE(); case 543: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2682); + lookahead == 'e') ADVANCE(2714); END_STATE(); case 544: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(598); + lookahead == 'e') ADVANCE(601); END_STATE(); case 545: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(260); + lookahead == 'e') ADVANCE(259); END_STATE(); case 546: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1291); + lookahead == 'e') ADVANCE(1023); END_STATE(); case 547: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1010); + lookahead == 'e') ADVANCE(1023); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1258); END_STATE(); case 548: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1010); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1243); + lookahead == 'e') ADVANCE(775); END_STATE(); case 549: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(177); + lookahead == 'e') ADVANCE(182); END_STATE(); case 550: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(765); + lookahead == 'e') ADVANCE(178); END_STATE(); case 551: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(182); + lookahead == 'e') ADVANCE(901); END_STATE(); case 552: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(890); + lookahead == 'e') ADVANCE(1318); END_STATE(); case 553: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1300); + lookahead == 'e') ADVANCE(1122); END_STATE(); case 554: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1108); + lookahead == 'e') ADVANCE(400); END_STATE(); case 555: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(400); + lookahead == 'e') ADVANCE(180); END_STATE(); case 556: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(179); + lookahead == 'e') ADVANCE(853); END_STATE(); case 557: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(844); + lookahead == 'e') ADVANCE(1315); END_STATE(); case 558: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1089); + lookahead == 'e') ADVANCE(1102); END_STATE(); case 559: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1048); + lookahead == 'e') ADVANCE(1060); END_STATE(); case 560: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(821); + lookahead == 'e') ADVANCE(831); END_STATE(); case 561: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(433); + lookahead == 'e') ADVANCE(432); END_STATE(); case 562: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(914); + lookahead == 'e') ADVANCE(926); END_STATE(); case 563: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1161); + lookahead == 'e') ADVANCE(1176); END_STATE(); case 564: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1047); + lookahead == 'e') ADVANCE(1059); END_STATE(); case 565: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(768); + lookahead == 'e') ADVANCE(778); END_STATE(); case 566: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(148); + lookahead == 'e') ADVANCE(147); END_STATE(); case 567: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1091); + lookahead == 'e') ADVANCE(1104); END_STATE(); case 568: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(149); + lookahead == 'e') ADVANCE(148); END_STATE(); case 569: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1110); + lookahead == 'e') ADVANCE(1124); END_STATE(); case 570: if (lookahead == 'E' || @@ -18948,53 +18653,51 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 571: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(850); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1073); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(964); + lookahead == 'e') ADVANCE(1043); END_STATE(); case 572: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1031); + lookahead == 'e') ADVANCE(859); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1086); END_STATE(); case 573: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1114); + lookahead == 'e') ADVANCE(1128); END_STATE(); case 574: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(432); + lookahead == 'e') ADVANCE(431); END_STATE(); case 575: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(869); + lookahead == 'e') ADVANCE(879); END_STATE(); case 576: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1039); + lookahead == 'e') ADVANCE(1235); END_STATE(); case 577: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(435); + lookahead == 'e') ADVANCE(1051); END_STATE(); case 578: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(169); + lookahead == 'e') ADVANCE(434); END_STATE(); case 579: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1040); + lookahead == 'e') ADVANCE(168); END_STATE(); case 580: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(858); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(795); + lookahead == 'e') ADVANCE(1052); END_STATE(); case 581: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1192); + lookahead == 'e') ADVANCE(868); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(805); END_STATE(); case 582: if (lookahead == 'E' || @@ -19002,3270 +18705,3342 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 583: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(462); + lookahead == 'e') ADVANCE(1208); END_STATE(); case 584: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1062); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1240); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(932); + lookahead == 'e') ADVANCE(465); END_STATE(); case 585: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1101); + lookahead == 'e') ADVANCE(1074); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1256); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(945); END_STATE(); case 586: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1043); + lookahead == 'e') ADVANCE(428); END_STATE(); case 587: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1169); + lookahead == 'e') ADVANCE(1115); END_STATE(); case 588: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(306); + lookahead == 'e') ADVANCE(1055); END_STATE(); case 589: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1078); + lookahead == 'e') ADVANCE(1105); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(416); END_STATE(); case 590: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1150); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(943); + lookahead == 'e') ADVANCE(1184); END_STATE(); case 591: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1057); + lookahead == 'e') ADVANCE(1164); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1153); + lookahead == 'i') ADVANCE(894); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(966); END_STATE(); case 592: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1032); + lookahead == 'e') ADVANCE(1091); END_STATE(); case 593: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1092); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(416); + lookahead == 'e') ADVANCE(1071); END_STATE(); case 594: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1164); + lookahead == 'e') ADVANCE(1165); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(956); END_STATE(); case 595: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1149); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(883); + lookahead == 'e') ADVANCE(1044); END_STATE(); case 596: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(813); + lookahead == 'e') ADVANCE(1190); END_STATE(); case 597: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1066); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(325); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1312); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(324); + lookahead == 'e') ADVANCE(1179); END_STATE(); case 598: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1008); + lookahead == 'e') ADVANCE(821); END_STATE(); case 599: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1132); + lookahead == 'e') ADVANCE(1078); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(273); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1330); END_STATE(); case 600: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1064); + lookahead == 'e') ADVANCE(1078); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(329); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(319); END_STATE(); case 601: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(807); + lookahead == 'e') ADVANCE(1021); END_STATE(); case 602: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(848); + lookahead == 'e') ADVANCE(1147); END_STATE(); case 603: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(886); + lookahead == 'e') ADVANCE(1076); END_STATE(); case 604: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1074); + lookahead == 'e') ADVANCE(817); END_STATE(); case 605: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(282); + lookahead == 'e') ADVANCE(646); END_STATE(); case 606: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(898); + lookahead == 'e') ADVANCE(857); END_STATE(); case 607: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(794); + lookahead == 'e') ADVANCE(897); END_STATE(); case 608: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1087); + lookahead == 'e') ADVANCE(282); END_STATE(); case 609: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1068); + lookahead == 'e') ADVANCE(910); END_STATE(); case 610: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(407); + lookahead == 'e') ADVANCE(803); END_STATE(); case 611: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(292); + lookahead == 'e') ADVANCE(1099); END_STATE(); case 612: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(797); + lookahead == 'e') ADVANCE(304); END_STATE(); case 613: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1077); + lookahead == 'e') ADVANCE(1082); END_STATE(); case 614: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(892); + lookahead == 'e') ADVANCE(652); END_STATE(); case 615: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(897); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(928); + lookahead == 'e') ADVANCE(407); END_STATE(); case 616: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1079); + lookahead == 'e') ADVANCE(1087); END_STATE(); case 617: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1080); + lookahead == 'e') ADVANCE(292); END_STATE(); case 618: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1069); + lookahead == 'e') ADVANCE(807); END_STATE(); case 619: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(909); + lookahead == 'e') ADVANCE(1089); END_STATE(); case 620: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(910); + lookahead == 'e') ADVANCE(903); END_STATE(); case 621: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(911); + lookahead == 'e') ADVANCE(909); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(941); END_STATE(); case 622: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(184); + lookahead == 'e') ADVANCE(1093); END_STATE(); case 623: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(185); + lookahead == 'e') ADVANCE(1092); END_STATE(); case 624: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(917); + lookahead == 'e') ADVANCE(1080); END_STATE(); case 625: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(812); + lookahead == 'e') ADVANCE(921); END_STATE(); case 626: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(645); + lookahead == 'e') ADVANCE(922); END_STATE(); case 627: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(408); + lookahead == 'e') ADVANCE(923); END_STATE(); case 628: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1100); + lookahead == 'e') ADVANCE(184); END_STATE(); case 629: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(463); + lookahead == 'e') ADVANCE(185); END_STATE(); case 630: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1102); + lookahead == 'e') ADVANCE(928); END_STATE(); case 631: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(923); + lookahead == 'e') ADVANCE(820); END_STATE(); case 632: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2645); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(426); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2618); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(408); END_STATE(); case 633: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2645); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(426); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2618); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(688); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(792); END_STATE(); case 634: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2645); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2618); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1189); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(589); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1114); END_STATE(); case 635: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(643); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(466); END_STATE(); case 636: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(742); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1116); END_STATE(); case 637: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(989); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(936); END_STATE(); case 638: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(311); + lookahead == 'f') ADVANCE(2677); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(424); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2648); END_STATE(); case 639: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(309); + lookahead == 'f') ADVANCE(2677); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(424); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2648); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(695); END_STATE(); case 640: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(642); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1223); + lookahead == 'f') ADVANCE(2677); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2648); END_STATE(); case 641: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(567); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(312); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1249); + lookahead == 'f') ADVANCE(649); END_STATE(); case 642: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(592); + lookahead == 'f') ADVANCE(747); END_STATE(); case 643: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(616); + lookahead == 'f') ADVANCE(1003); END_STATE(); case 644: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1222); + lookahead == 'f') ADVANCE(308); END_STATE(); case 645: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(628); + lookahead == 'f') ADVANCE(277); END_STATE(); case 646: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(416); + lookahead == 'f') ADVANCE(576); END_STATE(); case 647: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(2583); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(567); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(309); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1264); END_STATE(); case 648: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(2678); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(595); END_STATE(); case 649: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(889); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(623); END_STATE(); case 650: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(728); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1239); END_STATE(); case 651: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1106); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(648); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1241); END_STATE(); case 652: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(514); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(634); END_STATE(); case 653: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(514); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(279); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(416); END_STATE(); case 654: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(524); + lookahead == 'g') ADVANCE(2613); END_STATE(); case 655: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(563); + lookahead == 'g') ADVANCE(2710); END_STATE(); case 656: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(928); + lookahead == 'g') ADVANCE(900); END_STATE(); case 657: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(581); + lookahead == 'g') ADVANCE(736); END_STATE(); case 658: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(573); + lookahead == 'g') ADVANCE(1120); END_STATE(); case 659: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(535); + lookahead == 'g') ADVANCE(516); END_STATE(); case 660: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(477); + lookahead == 'g') ADVANCE(516); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(279); END_STATE(); case 661: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(582); + lookahead == 'g') ADVANCE(525); END_STATE(); case 662: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(587); + lookahead == 'g') ADVANCE(563); END_STATE(); case 663: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(491); + lookahead == 'g') ADVANCE(941); END_STATE(); case 664: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(543); + lookahead == 'g') ADVANCE(583); END_STATE(); case 665: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(413); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(545); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(640); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2631); + lookahead == 'g') ADVANCE(573); END_STATE(); case 666: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(806); + lookahead == 'g') ADVANCE(535); END_STATE(); case 667: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(415); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(539); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(905); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(270); + lookahead == 'g') ADVANCE(480); END_STATE(); case 668: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(415); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(537); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(297); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(905); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(942); + lookahead == 'g') ADVANCE(582); END_STATE(); case 669: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(415); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(625); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(904); + lookahead == 'g') ADVANCE(590); END_STATE(); case 670: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(415); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(903); + lookahead == 'g') ADVANCE(494); END_STATE(); case 671: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2642); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(543); END_STATE(); case 672: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2564); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(811); END_STATE(); case 673: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2647); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(415); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(539); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(917); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(269); END_STATE(); case 674: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2586); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(415); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(537); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(298); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(917); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(955); END_STATE(); case 675: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(512); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(415); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1178); + lookahead == 'i') ADVANCE(631); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1055); + lookahead == 'o') ADVANCE(916); END_STATE(); case 676: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(925); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(415); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(915); END_STATE(); case 677: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(580); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1178); + lookahead == 'h') ADVANCE(2674); END_STATE(); case 678: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(536); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2617); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(267); + lookahead == 'h') ADVANCE(2594); END_STATE(); case 679: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(929); + lookahead == 'h') ADVANCE(2679); END_STATE(); case 680: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(469); + lookahead == 'h') ADVANCE(2616); END_STATE(); case 681: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(729); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1178); + lookahead == 'h') ADVANCE(2671); END_STATE(); case 682: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(604); + lookahead == 'h') ADVANCE(514); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1194); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1067); END_STATE(); case 683: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(554); + lookahead == 'h') ADVANCE(938); END_STATE(); case 684: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(951); + lookahead == 'h') ADVANCE(581); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1194); END_STATE(); case 685: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(314); + lookahead == 'h') ADVANCE(536); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2647); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(266); END_STATE(); case 686: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1096); + lookahead == 'h') ADVANCE(942); END_STATE(); case 687: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(717); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(323); + lookahead == 'h') ADVANCE(472); END_STATE(); case 688: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(564); + lookahead == 'h') ADVANCE(737); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1194); END_STATE(); case 689: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(301); + lookahead == 'h') ADVANCE(616); END_STATE(); case 690: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(302); + lookahead == 'h') ADVANCE(553); END_STATE(); case 691: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(596); + lookahead == 'h') ADVANCE(1109); END_STATE(); case 692: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(618); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1178); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1056); + lookahead == 'h') ADVANCE(964); END_STATE(); case 693: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(538); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(262); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1052); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(270); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(311); END_STATE(); case 694: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(761); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(724); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(318); END_STATE(); case 695: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1309); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(564); END_STATE(); case 696: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(540); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1052); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(301); END_STATE(); case 697: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1276); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1026); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(302); END_STATE(); case 698: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1276); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1204); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(598); END_STATE(); case 699: + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(624); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1276); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(414); + lookahead == 'i') ADVANCE(1194); END_STATE(); case 700: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1310); + lookahead == 'i') ADVANCE(538); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(261); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1064); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(269); END_STATE(); case 701: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1314); + lookahead == 'i') ADVANCE(770); END_STATE(); case 702: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1181); + lookahead == 'i') ADVANCE(1327); END_STATE(); case 703: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(428); + lookahead == 'i') ADVANCE(540); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1064); END_STATE(); case 704: if (lookahead == 'I' || lookahead == 'i') ADVANCE(1293); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1039); END_STATE(); case 705: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(846); + lookahead == 'i') ADVANCE(1293); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1220); END_STATE(); case 706: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(278); + lookahead == 'i') ADVANCE(1293); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(414); END_STATE(); case 707: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(278); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(572); + lookahead == 'i') ADVANCE(1328); END_STATE(); case 708: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(880); + lookahead == 'i') ADVANCE(1332); END_STATE(); case 709: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(834); + lookahead == 'i') ADVANCE(1197); END_STATE(); case 710: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(457); + lookahead == 'i') ADVANCE(426); END_STATE(); case 711: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1003); + lookahead == 'i') ADVANCE(1309); END_STATE(); case 712: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(913); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(710); + lookahead == 'i') ADVANCE(855); END_STATE(); case 713: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(368); + lookahead == 'i') ADVANCE(278); END_STATE(); case 714: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(879); + lookahead == 'i') ADVANCE(278); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(571); END_STATE(); case 715: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1162); + lookahead == 'i') ADVANCE(891); END_STATE(); case 716: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(367); + lookahead == 'i') ADVANCE(854); END_STATE(); case 717: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(459); + lookahead == 'i') ADVANCE(460); END_STATE(); case 718: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1187); + lookahead == 'i') ADVANCE(1016); END_STATE(); case 719: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1036); + lookahead == 'i') ADVANCE(925); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(717); END_STATE(); case 720: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1166); + lookahead == 'i') ADVANCE(367); END_STATE(); case 721: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(434); + lookahead == 'i') ADVANCE(890); END_STATE(); case 722: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(294); + lookahead == 'i') ADVANCE(1177); END_STATE(); case 723: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(569); + lookahead == 'i') ADVANCE(366); END_STATE(); case 724: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(299); + lookahead == 'i') ADVANCE(462); END_STATE(); case 725: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1277); + lookahead == 'i') ADVANCE(1202); END_STATE(); case 726: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1311); + lookahead == 'i') ADVANCE(1048); END_STATE(); case 727: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(838); + lookahead == 'i') ADVANCE(1181); END_STATE(); case 728: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(884); + lookahead == 'i') ADVANCE(433); END_STATE(); case 729: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(795); + lookahead == 'i') ADVANCE(293); END_STATE(); case 730: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(979); + lookahead == 'i') ADVANCE(569); END_STATE(); case 731: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(845); + lookahead == 'i') ADVANCE(300); END_STATE(); case 732: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1144); + lookahead == 'i') ADVANCE(1168); END_STATE(); case 733: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1273); + lookahead == 'i') ADVANCE(1294); END_STATE(); case 734: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1312); + lookahead == 'i') ADVANCE(1329); END_STATE(); case 735: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(887); + lookahead == 'i') ADVANCE(847); END_STATE(); case 736: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1226); + lookahead == 'i') ADVANCE(895); END_STATE(); case 737: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(954); + lookahead == 'i') ADVANCE(805); END_STATE(); case 738: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(847); + lookahead == 'i') ADVANCE(993); END_STATE(); case 739: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1137); + lookahead == 'i') ADVANCE(1159); END_STATE(); case 740: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1313); + lookahead == 'i') ADVANCE(1290); END_STATE(); case 741: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(849); + lookahead == 'i') ADVANCE(1330); END_STATE(); case 742: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(601); + lookahead == 'i') ADVANCE(898); END_STATE(); case 743: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1274); + lookahead == 'i') ADVANCE(1243); END_STATE(); case 744: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(958); + lookahead == 'i') ADVANCE(967); END_STATE(); case 745: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(899); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(158); + lookahead == 'i') ADVANCE(1152); END_STATE(); case 746: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(920); + lookahead == 'i') ADVANCE(1331); END_STATE(); case 747: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(537); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1052); + lookahead == 'i') ADVANCE(604); END_STATE(); case 748: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(802); + lookahead == 'i') ADVANCE(1291); END_STATE(); case 749: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(455); + lookahead == 'i') ADVANCE(971); END_STATE(); case 750: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(960); + lookahead == 'i') ADVANCE(911); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(651); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(157); END_STATE(); case 751: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(977); + lookahead == 'i') ADVANCE(911); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(157); END_STATE(); case 752: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1294); + lookahead == 'i') ADVANCE(932); END_STATE(); case 753: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(916); + lookahead == 'i') ADVANCE(537); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1064); END_STATE(); case 754: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1279); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1235); + lookahead == 'i') ADVANCE(457); END_STATE(); case 755: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1229); + lookahead == 'i') ADVANCE(973); END_STATE(); case 756: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(2641); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(813); END_STATE(); case 757: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(2636); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(990); END_STATE(); case 758: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(2637); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1310); END_STATE(); case 759: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(2638); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(856); END_STATE(); case 760: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(190); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(927); END_STATE(); case 761: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(468); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(858); END_STATE(); case 762: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(553); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(860); END_STATE(); case 763: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(332); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1296); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1252); END_STATE(); case 764: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2579); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1247); END_STATE(); case 765: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2519); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(2673); END_STATE(); case 766: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2525); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(2667); END_STATE(); case 767: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2658); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(2668); END_STATE(); case 768: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2520); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(2669); END_STATE(); case 769: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2591); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(190); END_STATE(); case 770: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(788); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1146); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(471); END_STATE(); case 771: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(788); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1188); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(552); END_STATE(); case 772: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2515); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(557); END_STATE(); case 773: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2653); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(328); END_STATE(); case 774: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(996); + lookahead == 'l') ADVANCE(2609); END_STATE(); case 775: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1304); + lookahead == 'l') ADVANCE(2549); END_STATE(); case 776: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1243); + lookahead == 'l') ADVANCE(2555); END_STATE(); case 777: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(145); + lookahead == 'l') ADVANCE(2690); END_STATE(); case 778: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1301); + lookahead == 'l') ADVANCE(2550); END_STATE(); case 779: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(429); + lookahead == 'l') ADVANCE(2621); END_STATE(); case 780: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1302); + lookahead == 'l') ADVANCE(798); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1161); END_STATE(); case 781: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(312); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1058); + lookahead == 'l') ADVANCE(798); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1203); END_STATE(); case 782: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1264); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1176); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(906); + lookahead == 'l') ADVANCE(2545); END_STATE(); case 783: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(695); + lookahead == 'l') ADVANCE(2685); END_STATE(); case 784: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1305); + lookahead == 'l') ADVANCE(1258); END_STATE(); case 785: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(927); + lookahead == 'l') ADVANCE(1010); END_STATE(); case 786: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1119); + lookahead == 'l') ADVANCE(1322); END_STATE(); case 787: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(945); + lookahead == 'l') ADVANCE(145); END_STATE(); case 788: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(283); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(835); + lookahead == 'l') ADVANCE(1319); END_STATE(); case 789: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(947); + lookahead == 'l') ADVANCE(1280); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1192); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(919); END_STATE(); case 790: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(713); + lookahead == 'l') ADVANCE(427); END_STATE(); case 791: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(780); + lookahead == 'l') ADVANCE(1320); END_STATE(); case 792: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(602); + lookahead == 'l') ADVANCE(309); END_STATE(); case 793: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(701); + lookahead == 'l') ADVANCE(702); END_STATE(); case 794: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1113); + lookahead == 'l') ADVANCE(1323); END_STATE(); case 795: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(473); + lookahead == 'l') ADVANCE(940); END_STATE(); case 796: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(264); + lookahead == 'l') ADVANCE(1133); END_STATE(); case 797: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1117); + lookahead == 'l') ADVANCE(958); END_STATE(); case 798: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1174); + lookahead == 'l') ADVANCE(283); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(844); END_STATE(); case 799: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(493); + lookahead == 'l') ADVANCE(961); END_STATE(); case 800: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(494); + lookahead == 'l') ADVANCE(720); END_STATE(); case 801: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(482); + lookahead == 'l') ADVANCE(791); END_STATE(); case 802: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(483); + lookahead == 'l') ADVANCE(606); END_STATE(); case 803: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(489); + lookahead == 'l') ADVANCE(1127); END_STATE(); case 804: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(490); + lookahead == 'l') ADVANCE(708); END_STATE(); case 805: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(519); + lookahead == 'l') ADVANCE(476); END_STATE(); case 806: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(549); + lookahead == 'l') ADVANCE(263); END_STATE(); case 807: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(446); + lookahead == 'l') ADVANCE(1131); END_STATE(); case 808: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1261); + lookahead == 'l') ADVANCE(1189); END_STATE(); case 809: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1242); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1145); + lookahead == 'l') ADVANCE(496); END_STATE(); case 810: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1242); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1209); + lookahead == 'l') ADVANCE(497); END_STATE(); case 811: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(726); + lookahead == 'l') ADVANCE(550); END_STATE(); case 812: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(451); + lookahead == 'l') ADVANCE(485); END_STATE(); case 813: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1013); + lookahead == 'l') ADVANCE(486); END_STATE(); case 814: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1191); + lookahead == 'l') ADVANCE(492); END_STATE(); case 815: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(968); + lookahead == 'l') ADVANCE(493); END_STATE(); case 816: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(970); + lookahead == 'l') ADVANCE(521); END_STATE(); case 817: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(972); + lookahead == 'l') ADVANCE(448); END_STATE(); case 818: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(973); + lookahead == 'l') ADVANCE(1277); END_STATE(); case 819: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(976); + lookahead == 'l') ADVANCE(734); END_STATE(); case 820: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1266); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1176); + lookahead == 'l') ADVANCE(453); END_STATE(); case 821: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(344); + lookahead == 'l') ADVANCE(1026); END_STATE(); case 822: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2727); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1207); END_STATE(); case 823: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2584); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(981); END_STATE(); case 824: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2651); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(982); END_STATE(); case 825: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2652); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(984); END_STATE(); case 826: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2656); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(985); END_STATE(); case 827: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2657); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(988); END_STATE(); case 828: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(265); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1257); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(443); + lookahead == 'n') ADVANCE(1192); END_STATE(); case 829: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(161); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1257); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1160); END_STATE(); case 830: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2594); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1281); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1192); END_STATE(); case 831: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2569); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(342); END_STATE(); case 832: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2595); + lookahead == 'm') ADVANCE(2759); END_STATE(); case 833: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(777); + lookahead == 'm') ADVANCE(2614); END_STATE(); case 834: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1245); + lookahead == 'm') ADVANCE(2683); END_STATE(); case 835: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(888); + lookahead == 'm') ADVANCE(2684); END_STATE(); case 836: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(289); + lookahead == 'm') ADVANCE(2688); END_STATE(); case 837: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(471); + lookahead == 'm') ADVANCE(2689); END_STATE(); case 838: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(284); + lookahead == 'm') ADVANCE(264); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(444); END_STATE(); case 839: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(876); + lookahead == 'm') ADVANCE(160); END_STATE(); case 840: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(599); + lookahead == 'm') ADVANCE(2624); END_STATE(); case 841: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(875); + lookahead == 'm') ADVANCE(2599); END_STATE(); case 842: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(496); + lookahead == 'm') ADVANCE(2625); END_STATE(); case 843: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(498); + lookahead == 'm') ADVANCE(787); END_STATE(); case 844: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(355); + lookahead == 'm') ADVANCE(899); END_STATE(); case 845: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1246); + lookahead == 'm') ADVANCE(288); END_STATE(); case 846: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(293); + lookahead == 'm') ADVANCE(474); END_STATE(); case 847: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1247); + lookahead == 'm') ADVANCE(284); END_STATE(); case 848: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(606); + lookahead == 'm') ADVANCE(887); END_STATE(); case 849: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1248); + lookahead == 'm') ADVANCE(885); END_STATE(); case 850: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1015); + lookahead == 'm') ADVANCE(602); END_STATE(); case 851: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(328); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(442); + lookahead == 'm') ADVANCE(499); END_STATE(); case 852: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(327); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(444); + lookahead == 'm') ADVANCE(501); END_STATE(); case 853: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(334); + lookahead == 'm') ADVANCE(354); END_STATE(); case 854: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(334); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2675); + lookahead == 'm') ADVANCE(1260); END_STATE(); case 855: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(346); + lookahead == 'm') ADVANCE(291); END_STATE(); case 856: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2618); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1261); END_STATE(); case 857: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2561); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(609); END_STATE(); case 858: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2514); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1262); END_STATE(); case 859: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2514); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(472); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1029); END_STATE(); case 860: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2719); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1263); END_STATE(); case 861: + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(324); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2552); + lookahead == 'n') ADVANCE(443); END_STATE(); case 862: + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(323); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2570); + lookahead == 'n') ADVANCE(445); END_STATE(); case 863: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2722); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(331); END_STATE(); case 864: + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(331); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2721); + lookahead == 'n') ADVANCE(2707); END_STATE(); case 865: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2711); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(344); END_STATE(); case 866: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2716); + lookahead == 'n') ADVANCE(2648); END_STATE(); case 867: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2630); + lookahead == 'n') ADVANCE(2591); END_STATE(); case 868: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2581); + lookahead == 'n') ADVANCE(2544); END_STATE(); case 869: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2661); + lookahead == 'n') ADVANCE(2544); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(475); END_STATE(); case 870: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2546); + lookahead == 'n') ADVANCE(2751); END_STATE(); case 871: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2551); + lookahead == 'n') ADVANCE(2582); END_STATE(); case 872: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(352); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(541); + lookahead == 'n') ADVANCE(2600); END_STATE(); case 873: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1278); + lookahead == 'n') ADVANCE(2754); END_STATE(); case 874: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(444); + lookahead == 'n') ADVANCE(2753); END_STATE(); case 875: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2695); + lookahead == 'n') ADVANCE(2743); END_STATE(); case 876: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2697); + lookahead == 'n') ADVANCE(2748); END_STATE(); case 877: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(351); + lookahead == 'n') ADVANCE(2661); END_STATE(); case 878: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(647); + lookahead == 'n') ADVANCE(2611); END_STATE(); case 879: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(637); + lookahead == 'n') ADVANCE(2693); END_STATE(); case 880: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(648); + lookahead == 'n') ADVANCE(2576); END_STATE(); case 881: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1303); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1006); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1138); + lookahead == 'n') ADVANCE(2581); END_STATE(); case 882: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1134); + lookahead == 'n') ADVANCE(350); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(541); END_STATE(); case 883: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(666); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(523); + lookahead == 'n') ADVANCE(1295); END_STATE(); case 884: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1107); + lookahead == 'n') ADVANCE(445); END_STATE(); case 885: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(445); + lookahead == 'n') ADVANCE(2727); END_STATE(); case 886: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(430); + lookahead == 'n') ADVANCE(446); END_STATE(); case 887: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1109); + lookahead == 'n') ADVANCE(2729); END_STATE(); case 888: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(170); + lookahead == 'n') ADVANCE(349); END_STATE(); case 889: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(280); + lookahead == 'n') ADVANCE(654); END_STATE(); case 890: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1158); + lookahead == 'n') ADVANCE(643); END_STATE(); case 891: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(164); + lookahead == 'n') ADVANCE(655); END_STATE(); case 892: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1143); + lookahead == 'n') ADVANCE(1321); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1019); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1153); END_STATE(); case 893: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(458); + lookahead == 'n') ADVANCE(1149); END_STATE(); case 894: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(778); + lookahead == 'n') ADVANCE(672); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(524); END_STATE(); case 895: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(424); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2504); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1212); + lookahead == 'n') ADVANCE(1121); END_STATE(); case 896: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(424); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1212); + lookahead == 'n') ADVANCE(447); END_STATE(); case 897: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(456); + lookahead == 'n') ADVANCE(429); END_STATE(); case 898: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1190); + lookahead == 'n') ADVANCE(1123); END_STATE(); case 899: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(427); + lookahead == 'n') ADVANCE(169); END_STATE(); case 900: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(318); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1308); + lookahead == 'n') ADVANCE(280); END_STATE(); case 901: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(475); + lookahead == 'n') ADVANCE(1173); END_STATE(); case 902: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1176); + lookahead == 'n') ADVANCE(163); END_STATE(); case 903: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1151); + lookahead == 'n') ADVANCE(1158); END_STATE(); case 904: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1151); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2542); + lookahead == 'n') ADVANCE(461); END_STATE(); case 905: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1151); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(836); + lookahead == 'n') ADVANCE(788); END_STATE(); case 906: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1154); + lookahead == 'n') ADVANCE(436); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2534); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1227); END_STATE(); case 907: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(982); + lookahead == 'n') ADVANCE(436); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(627); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1227); END_STATE(); case 908: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1167); + lookahead == 'n') ADVANCE(436); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1227); END_STATE(); case 909: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1155); + lookahead == 'n') ADVANCE(458); END_STATE(); case 910: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1201); + lookahead == 'n') ADVANCE(1205); END_STATE(); case 911: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1168); + lookahead == 'n') ADVANCE(425); END_STATE(); case 912: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(281); + lookahead == 'n') ADVANCE(315); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1326); END_STATE(); case 913: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(452); + lookahead == 'n') ADVANCE(478); END_STATE(); case 914: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(393); + lookahead == 'n') ADVANCE(1192); END_STATE(); case 915: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(731); + lookahead == 'n') ADVANCE(1166); END_STATE(); case 916: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(454); + lookahead == 'n') ADVANCE(1166); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2572); END_STATE(); case 917: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(396); + lookahead == 'n') ADVANCE(1166); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(845); END_STATE(); case 918: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(383); + lookahead == 'n') ADVANCE(996); END_STATE(); case 919: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(741); + lookahead == 'n') ADVANCE(1169); END_STATE(); case 920: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1224); + lookahead == 'n') ADVANCE(1182); END_STATE(); case 921: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1280); + lookahead == 'n') ADVANCE(1215); END_STATE(); case 922: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(412); + lookahead == 'n') ADVANCE(1183); END_STATE(); case 923: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1147); + lookahead == 'n') ADVANCE(1170); END_STATE(); case 924: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1148); + lookahead == 'n') ADVANCE(281); END_STATE(); case 925: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2601); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(454); END_STATE(); case 926: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2620); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(393); END_STATE(); case 927: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2492); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(456); END_STATE(); case 928: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2702); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(397); END_STATE(); case 929: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2602); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(383); END_STATE(); case 930: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2523); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(459); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2534); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1063); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(625); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(395); END_STATE(); case 931: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(965); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(267); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(759); END_STATE(); case 932: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1005); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1240); END_STATE(); case 933: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1005); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(605); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(762); END_STATE(); case 934: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(771); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1297); END_STATE(); case 935: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(810); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(412); END_STATE(); case 936: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(703); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1162); END_STATE(); case 937: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1286); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1163); END_STATE(); case 938: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(809); + lookahead == 'o') ADVANCE(2631); END_STATE(); case 939: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(375); + lookahead == 'o') ADVANCE(2650); END_STATE(); case 940: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(447); + lookahead == 'o') ADVANCE(2520); END_STATE(); case 941: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1284); + lookahead == 'o') ADVANCE(2734); END_STATE(); case 942: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(823); + lookahead == 'o') ADVANCE(2632); END_STATE(); case 943: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(357); + lookahead == 'o') ADVANCE(2553); END_STATE(); case 944: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1011); + lookahead == 'o') ADVANCE(978); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(266); END_STATE(); case 945: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(376); + lookahead == 'o') ADVANCE(1018); END_STATE(); case 946: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(873); + lookahead == 'o') ADVANCE(1018); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(608); END_STATE(); case 947: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(378); + lookahead == 'o') ADVANCE(781); END_STATE(); case 948: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1267); + lookahead == 'o') ADVANCE(828); END_STATE(); case 949: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1014); + lookahead == 'o') ADVANCE(710); END_STATE(); case 950: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1030); + lookahead == 'o') ADVANCE(1303); END_STATE(); case 951: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(431); + lookahead == 'o') ADVANCE(829); END_STATE(); case 952: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1268); + lookahead == 'o') ADVANCE(374); END_STATE(); case 953: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(403); + lookahead == 'o') ADVANCE(449); END_STATE(); case 954: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(867); + lookahead == 'o') ADVANCE(1301); END_STATE(); case 955: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(769); + lookahead == 'o') ADVANCE(833); END_STATE(); case 956: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(955); + lookahead == 'o') ADVANCE(356); END_STATE(); case 957: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(894); + lookahead == 'o') ADVANCE(1024); END_STATE(); case 958: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(868); + lookahead == 'o') ADVANCE(375); END_STATE(); case 959: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(154); + lookahead == 'o') ADVANCE(1283); END_STATE(); case 960: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(870); + lookahead == 'o') ADVANCE(883); END_STATE(); case 961: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1038); + lookahead == 'o') ADVANCE(377); END_STATE(); case 962: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(815); + lookahead == 'o') ADVANCE(1027); END_STATE(); case 963: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1041); + lookahead == 'o') ADVANCE(1042); END_STATE(); case 964: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(814); + lookahead == 'o') ADVANCE(430); END_STATE(); case 965: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(814); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(295); + lookahead == 'o') ADVANCE(403); END_STATE(); case 966: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1042); + lookahead == 'o') ADVANCE(1017); END_STATE(); case 967: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(165); + lookahead == 'o') ADVANCE(877); END_STATE(); case 968: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1033); + lookahead == 'o') ADVANCE(779); END_STATE(); case 969: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(866); + lookahead == 'o') ADVANCE(968); END_STATE(); case 970: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1034); + lookahead == 'o') ADVANCE(905); END_STATE(); case 971: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(860); + lookahead == 'o') ADVANCE(878); END_STATE(); case 972: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1035); + lookahead == 'o') ADVANCE(154); END_STATE(); case 973: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1037); + lookahead == 'o') ADVANCE(880); END_STATE(); case 974: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(907); + lookahead == 'o') ADVANCE(1050); END_STATE(); case 975: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(863); + lookahead == 'o') ADVANCE(823); END_STATE(); case 976: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1071); + lookahead == 'o') ADVANCE(1053); END_STATE(); case 977: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(862); + lookahead == 'o') ADVANCE(822); END_STATE(); case 978: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1200); + lookahead == 'o') ADVANCE(822); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(294); END_STATE(); case 979: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(891); + lookahead == 'o') ADVANCE(1054); END_STATE(); case 980: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(964); + lookahead == 'o') ADVANCE(164); END_STATE(); case 981: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1021); + lookahead == 'o') ADVANCE(1045); END_STATE(); case 982: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1253); + lookahead == 'o') ADVANCE(1046); END_STATE(); case 983: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(453); + lookahead == 'o') ADVANCE(876); END_STATE(); case 984: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(746); + lookahead == 'o') ADVANCE(1047); END_STATE(); case 985: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1271); + lookahead == 'o') ADVANCE(1049); END_STATE(); case 986: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(397); + lookahead == 'o') ADVANCE(873); END_STATE(); case 987: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(902); + lookahead == 'o') ADVANCE(918); END_STATE(); case 988: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1263); + lookahead == 'o') ADVANCE(1084); END_STATE(); case 989: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1090); + lookahead == 'o') ADVANCE(870); END_STATE(); case 990: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(816); + lookahead == 'o') ADVANCE(872); END_STATE(); case 991: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(817); + lookahead == 'o') ADVANCE(1068); END_STATE(); case 992: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(818); + lookahead == 'o') ADVANCE(1217); END_STATE(); case 993: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(819); + lookahead == 'o') ADVANCE(902); END_STATE(); case 994: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(921); + lookahead == 'o') ADVANCE(977); END_STATE(); case 995: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2603); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(406); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1034); END_STATE(); case 996: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2666); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1268); END_STATE(); case 997: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2685); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(455); END_STATE(); case 998: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1006); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(752); END_STATE(); case 999: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1006); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2478); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1288); END_STATE(); case 1000: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1006); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2478); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1199); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(396); END_STATE(); case 1001: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1006); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1306); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1199); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(914); END_STATE(); case 1002: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2604); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1279); END_STATE(); case 1003: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2718); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1103); END_STATE(); case 1004: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2626); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(824); END_STATE(); case 1005: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(173); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(825); END_STATE(); case 1006: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(603); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(826); END_STATE(); case 1007: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1009); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(827); END_STATE(); case 1008: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(183); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(934); END_STATE(); case 1009: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(775); + lookahead == 'p') ADVANCE(2633); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(406); END_STATE(); case 1010: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1157); + lookahead == 'p') ADVANCE(2698); END_STATE(); case 1011: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(723); + lookahead == 'p') ADVANCE(2717); END_STATE(); case 1012: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(956); + lookahead == 'p') ADVANCE(1019); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2506); END_STATE(); case 1013: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(187); + lookahead == 'p') ADVANCE(1019); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2506); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1214); END_STATE(); case 1014: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(310); + lookahead == 'p') ADVANCE(1019); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1324); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1214); END_STATE(); case 1015: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(186); + lookahead == 'p') ADVANCE(2634); END_STATE(); case 1016: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1103); + lookahead == 'p') ADVANCE(2750); END_STATE(); case 1017: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(485); + lookahead == 'p') ADVANCE(2656); END_STATE(); case 1018: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(495); + lookahead == 'p') ADVANCE(172); END_STATE(); case 1019: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(497); + lookahead == 'p') ADVANCE(607); END_STATE(); case 1020: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(984); + lookahead == 'p') ADVANCE(1022); END_STATE(); case 1021: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(176); + lookahead == 'p') ADVANCE(183); END_STATE(); case 1022: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(588); + lookahead == 'p') ADVANCE(786); END_STATE(); case 1023: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1259); + lookahead == 'p') ADVANCE(1172); END_STATE(); case 1024: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1075); + lookahead == 'p') ADVANCE(730); END_STATE(); case 1025: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1260); + lookahead == 'p') ADVANCE(969); END_STATE(); case 1026: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(617); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(610); + lookahead == 'p') ADVANCE(187); END_STATE(); case 1027: - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2504); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(620); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1212); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(307); END_STATE(); case 1028: - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2504); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(395); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1117); END_STATE(); case 1029: - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(1254); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(186); END_STATE(); case 1030: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2619); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(488); END_STATE(); case 1031: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2724); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(498); END_STATE(); case 1032: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2541); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(500); END_STATE(); case 1033: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2707); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(998); END_STATE(); case 1034: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2705); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(176); END_STATE(); case 1035: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2709); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1085); END_STATE(); case 1036: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2599); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(612); END_STATE(); case 1037: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2714); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1275); END_STATE(); case 1038: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2560); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1276); END_STATE(); case 1039: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2567); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(622); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(615); END_STATE(); case 1040: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2629); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2534); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1227); END_STATE(); case 1041: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2588); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(1269); END_STATE(); case 1042: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2587); + lookahead == 'r') ADVANCE(2649); END_STATE(); case 1043: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2713); + lookahead == 'r') ADVANCE(2756); END_STATE(); case 1044: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(707); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2575); + lookahead == 'r') ADVANCE(2571); END_STATE(); case 1045: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1297); + lookahead == 'r') ADVANCE(2739); END_STATE(); case 1046: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2540); + lookahead == 'r') ADVANCE(2737); END_STATE(); case 1047: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1285); + lookahead == 'r') ADVANCE(2741); END_STATE(); case 1048: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(638); + lookahead == 'r') ADVANCE(2629); END_STATE(); case 1049: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1298); + lookahead == 'r') ADVANCE(2746); END_STATE(); case 1050: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(390); + lookahead == 'r') ADVANCE(2590); END_STATE(); case 1051: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(950); + lookahead == 'r') ADVANCE(2597); END_STATE(); case 1052: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(836); + lookahead == 'r') ADVANCE(2660); END_STATE(); case 1053: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(699); + lookahead == 'r') ADVANCE(2618); END_STATE(); case 1054: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1262); + lookahead == 'r') ADVANCE(2617); END_STATE(); case 1055: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(441); + lookahead == 'r') ADVANCE(2745); END_STATE(); case 1056: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(760); + lookahead == 'r') ADVANCE(714); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2605); END_STATE(); case 1057: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1295); + lookahead == 'r') ADVANCE(1314); END_STATE(); case 1058: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1296); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1072); + lookahead == 'r') ADVANCE(2570); END_STATE(); case 1059: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(861); + lookahead == 'r') ADVANCE(1302); END_STATE(); case 1060: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(556); + lookahead == 'r') ADVANCE(644); END_STATE(); case 1061: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1256); + lookahead == 'r') ADVANCE(1316); END_STATE(); case 1062: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(722); + lookahead == 'r') ADVANCE(390); END_STATE(); case 1063: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(722); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2575); + lookahead == 'r') ADVANCE(963); END_STATE(); case 1064: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1163); + lookahead == 'r') ADVANCE(845); END_STATE(); case 1065: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(273); + lookahead == 'r') ADVANCE(1278); END_STATE(); case 1066: if (lookahead == 'R' || lookahead == 'r') ADVANCE(706); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2575); END_STATE(); case 1067: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1111); + lookahead == 'r') ADVANCE(442); END_STATE(); case 1068: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1172); + lookahead == 'r') ADVANCE(769); END_STATE(); case 1069: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(472); + lookahead == 'r') ADVANCE(1270); END_STATE(); case 1070: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1116); + lookahead == 'r') ADVANCE(871); END_STATE(); case 1071: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1122); + lookahead == 'r') ADVANCE(1312); END_STATE(); case 1072: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(871); + lookahead == 'r') ADVANCE(1313); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1088); END_STATE(); case 1073: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(941); + lookahead == 'r') ADVANCE(555); END_STATE(); case 1074: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(480); + lookahead == 'r') ADVANCE(729); END_STATE(); case 1075: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(986); + lookahead == 'r') ADVANCE(729); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2605); END_STATE(); case 1076: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(484); + lookahead == 'r') ADVANCE(1178); END_STATE(); case 1077: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1197); + lookahead == 'r') ADVANCE(272); END_STATE(); case 1078: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1094); + lookahead == 'r') ADVANCE(713); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2605); END_STATE(); case 1079: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(561); + lookahead == 'r') ADVANCE(1125); END_STATE(); case 1080: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1186); + lookahead == 'r') ADVANCE(475); END_STATE(); case 1081: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(534); + lookahead == 'r') ADVANCE(1130); END_STATE(); case 1082: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(626); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(300); + lookahead == 'r') ADVANCE(1187); END_STATE(); case 1083: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(522); + lookahead == 'r') ADVANCE(605); END_STATE(); case 1084: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(488); + lookahead == 'r') ADVANCE(1136); END_STATE(); case 1085: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(961); + lookahead == 'r') ADVANCE(1000); END_STATE(); case 1086: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(655); + lookahead == 'r') ADVANCE(954); END_STATE(); case 1087: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(724); + lookahead == 'r') ADVANCE(483); END_STATE(); case 1088: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(560); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(988); + lookahead == 'r') ADVANCE(881); END_STATE(); case 1089: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(718); + lookahead == 'r') ADVANCE(1213); END_STATE(); case 1090: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(855); + lookahead == 'r') ADVANCE(487); END_STATE(); case 1091: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(562); + lookahead == 'r') ADVANCE(1107); END_STATE(); case 1092: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1135); + lookahead == 'r') ADVANCE(561); END_STATE(); case 1093: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(394); + lookahead == 'r') ADVANCE(1204); END_STATE(); case 1094: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(749); + lookahead == 'r') ADVANCE(520); END_STATE(); case 1095: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(662); + lookahead == 'r') ADVANCE(586); END_STATE(); case 1096: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(974); + lookahead == 'r') ADVANCE(491); END_STATE(); case 1097: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1085); + lookahead == 'r') ADVANCE(974); END_STATE(); case 1098: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1213); + lookahead == 'r') ADVANCE(662); END_STATE(); case 1099: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(315); + lookahead == 'r') ADVANCE(731); END_STATE(); case 1100: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(624); + lookahead == 'r') ADVANCE(560); END_STATE(); case 1101: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(330); + lookahead == 'r') ADVANCE(560); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1002); END_STATE(); case 1102: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(333); + lookahead == 'r') ADVANCE(725); END_STATE(); case 1103: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(754); + lookahead == 'r') ADVANCE(865); END_STATE(); case 1104: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1272); + lookahead == 'r') ADVANCE(562); END_STATE(); case 1105: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2513); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1150); END_STATE(); case 1106: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2728); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(394); END_STATE(); case 1107: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2508); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(754); END_STATE(); case 1108: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2509); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(669); END_STATE(); case 1109: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2510); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(987); END_STATE(); case 1110: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2610); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1097); END_STATE(); case 1111: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2700); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1228); END_STATE(); case 1112: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2590); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(312); END_STATE(); case 1113: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2701); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(614); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(297); END_STATE(); case 1114: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2614); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(630); END_STATE(); case 1115: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2582); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(326); END_STATE(); case 1116: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2689); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(330); END_STATE(); case 1117: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2690); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(763); END_STATE(); case 1118: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(541); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1289); END_STATE(); case 1119: if (lookahead == 'S' || - lookahead == 's') ADVANCE(2521); + lookahead == 's') ADVANCE(2543); END_STATE(); case 1120: if (lookahead == 'S' || - lookahead == 's') ADVANCE(2589); + lookahead == 's') ADVANCE(2760); END_STATE(); case 1121: if (lookahead == 'S' || - lookahead == 's') ADVANCE(2715); + lookahead == 's') ADVANCE(2538); END_STATE(); case 1122: if (lookahead == 'S' || - lookahead == 's') ADVANCE(2717); + lookahead == 's') ADVANCE(2539); END_STATE(); case 1123: if (lookahead == 'S' || - lookahead == 's') ADVANCE(2548); + lookahead == 's') ADVANCE(2540); END_STATE(); case 1124: if (lookahead == 'S' || - lookahead == 's') ADVANCE(2723); + lookahead == 's') ADVANCE(2640); END_STATE(); case 1125: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1105); + lookahead == 's') ADVANCE(2732); END_STATE(); case 1126: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1184); + lookahead == 's') ADVANCE(2620); END_STATE(); case 1127: if (lookahead == 'S' || - lookahead == 's') ADVANCE(389); + lookahead == 's') ADVANCE(2733); END_STATE(); case 1128: if (lookahead == 'S' || - lookahead == 's') ADVANCE(466); + lookahead == 's') ADVANCE(2644); END_STATE(); case 1129: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1156); + lookahead == 's') ADVANCE(2612); END_STATE(); case 1130: if (lookahead == 'S' || - lookahead == 's') ADVANCE(725); + lookahead == 's') ADVANCE(2721); END_STATE(); case 1131: if (lookahead == 'S' || - lookahead == 's') ADVANCE(700); + lookahead == 's') ADVANCE(2722); END_STATE(); case 1132: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1141); + lookahead == 's') ADVANCE(541); END_STATE(); case 1133: if (lookahead == 'S' || - lookahead == 's') ADVANCE(470); + lookahead == 's') ADVANCE(2551); END_STATE(); case 1134: if (lookahead == 'S' || - lookahead == 's') ADVANCE(276); + lookahead == 's') ADVANCE(2619); END_STATE(); case 1135: if (lookahead == 'S' || - lookahead == 's') ADVANCE(732); + lookahead == 's') ADVANCE(2747); END_STATE(); case 1136: if (lookahead == 'S' || - lookahead == 's') ADVANCE(614); + lookahead == 's') ADVANCE(2749); END_STATE(); case 1137: if (lookahead == 'S' || - lookahead == 's') ADVANCE(486); + lookahead == 's') ADVANCE(2578); END_STATE(); case 1138: if (lookahead == 'S' || - lookahead == 's') ADVANCE(557); + lookahead == 's') ADVANCE(2755); END_STATE(); case 1139: if (lookahead == 'S' || - lookahead == 's') ADVANCE(578); + lookahead == 's') ADVANCE(1119); END_STATE(); case 1140: if (lookahead == 'S' || - lookahead == 's') ADVANCE(465); + lookahead == 's') ADVANCE(1200); END_STATE(); case 1141: if (lookahead == 'S' || - lookahead == 's') ADVANCE(317); + lookahead == 's') ADVANCE(389); END_STATE(); case 1142: if (lookahead == 'S' || - lookahead == 's') ADVANCE(608); + lookahead == 's') ADVANCE(469); END_STATE(); case 1143: if (lookahead == 'S' || - lookahead == 's') ADVANCE(736); + lookahead == 's') ADVANCE(1171); END_STATE(); case 1144: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1230); + lookahead == 's') ADVANCE(733); END_STATE(); case 1145: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1233); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(340); + lookahead == 's') ADVANCE(707); END_STATE(); case 1146: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1233); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(340); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(600); + lookahead == 's') ADVANCE(1002); END_STATE(); case 1147: if (lookahead == 'S' || - lookahead == 's') ADVANCE(755); + lookahead == 's') ADVANCE(1156); END_STATE(); case 1148: if (lookahead == 'S' || - lookahead == 's') ADVANCE(631); + lookahead == 's') ADVANCE(473); END_STATE(); case 1149: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2575); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(275); END_STATE(); case 1150: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2574); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(739); END_STATE(); case 1151: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2710); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(620); END_STATE(); case 1152: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2644); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(489); END_STATE(); case 1153: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2628); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(556); END_STATE(); case 1154: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2650); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(579); END_STATE(); case 1155: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2577); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(468); END_STATE(); case 1156: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2643); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(314); END_STATE(); case 1157: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2549); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(611); END_STATE(); case 1158: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2522); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(743); END_STATE(); case 1159: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2553); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1245); END_STATE(); case 1160: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2565); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1250); END_STATE(); case 1161: + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1250); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2608); + lookahead == 't') ADVANCE(336); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(603); END_STATE(); case 1162: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2639); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(764); END_STATE(); case 1163: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2607); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(637); END_STATE(); case 1164: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2484); + lookahead == 't') ADVANCE(2605); END_STATE(); case 1165: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2572); + lookahead == 't') ADVANCE(2604); END_STATE(); case 1166: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2613); + lookahead == 't') ADVANCE(2742); END_STATE(); case 1167: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2655); + lookahead == 't') ADVANCE(2676); END_STATE(); case 1168: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2720); + lookahead == 't') ADVANCE(2658); END_STATE(); case 1169: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2708); + lookahead == 't') ADVANCE(2682); END_STATE(); case 1170: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2516); + lookahead == 't') ADVANCE(2607); END_STATE(); case 1171: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2518); + lookahead == 't') ADVANCE(2675); END_STATE(); case 1172: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2606); + lookahead == 't') ADVANCE(2579); END_STATE(); case 1173: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2554); + lookahead == 't') ADVANCE(2552); END_STATE(); case 1174: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2704); + lookahead == 't') ADVANCE(2583); END_STATE(); case 1175: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2622); + lookahead == 't') ADVANCE(2595); END_STATE(); case 1176: if (lookahead == 'T' || - lookahead == 't') ADVANCE(341); + lookahead == 't') ADVANCE(2638); END_STATE(); case 1177: if (lookahead == 'T' || - lookahead == 't') ADVANCE(2487); + lookahead == 't') ADVANCE(2670); END_STATE(); case 1178: if (lookahead == 'T' || - lookahead == 't') ADVANCE(672); + lookahead == 't') ADVANCE(2637); END_STATE(); case 1179: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1307); + lookahead == 't') ADVANCE(2512); END_STATE(); case 1180: if (lookahead == 'T' || - lookahead == 't') ADVANCE(277); + lookahead == 't') ADVANCE(2602); END_STATE(); case 1181: if (lookahead == 'T' || - lookahead == 't') ADVANCE(708); + lookahead == 't') ADVANCE(2643); END_STATE(); case 1182: if (lookahead == 'T' || - lookahead == 't') ADVANCE(674); + lookahead == 't') ADVANCE(2687); END_STATE(); case 1183: if (lookahead == 'T' || - lookahead == 't') ADVANCE(730); + lookahead == 't') ADVANCE(2752); END_STATE(); case 1184: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1065); + lookahead == 't') ADVANCE(2740); END_STATE(); case 1185: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1054); + lookahead == 't') ADVANCE(2546); END_STATE(); case 1186: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1299); + lookahead == 't') ADVANCE(2548); END_STATE(); case 1187: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1120); + lookahead == 't') ADVANCE(2636); END_STATE(); case 1188: if (lookahead == 'T' || - lookahead == 't') ADVANCE(340); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(600); + lookahead == 't') ADVANCE(2584); END_STATE(); case 1189: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1023); + lookahead == 't') ADVANCE(2736); END_STATE(); case 1190: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1112); + lookahead == 't') ADVANCE(1072); END_STATE(); case 1191: if (lookahead == 'T' || - lookahead == 't') ADVANCE(711); + lookahead == 't') ADVANCE(2652); END_STATE(); case 1192: if (lookahead == 'T' || - lookahead == 't') ADVANCE(168); + lookahead == 't') ADVANCE(337); END_STATE(); case 1193: if (lookahead == 'T' || - lookahead == 't') ADVANCE(716); + lookahead == 't') ADVANCE(2515); END_STATE(); case 1194: if (lookahead == 'T' || - lookahead == 't') ADVANCE(163); + lookahead == 't') ADVANCE(678); END_STATE(); case 1195: if (lookahead == 'T' || - lookahead == 't') ADVANCE(959); + lookahead == 't') ADVANCE(1325); END_STATE(); case 1196: if (lookahead == 'T' || - lookahead == 't') ADVANCE(167); + lookahead == 't') ADVANCE(276); END_STATE(); case 1197: if (lookahead == 'T' || - lookahead == 't') ADVANCE(155); + lookahead == 't') ADVANCE(715); END_STATE(); case 1198: if (lookahead == 'T' || - lookahead == 't') ADVANCE(478); + lookahead == 't') ADVANCE(738); END_STATE(); case 1199: if (lookahead == 'T' || - lookahead == 't') ADVANCE(967); + lookahead == 't') ADVANCE(680); END_STATE(); case 1200: if (lookahead == 'T' || - lookahead == 't') ADVANCE(296); + lookahead == 't') ADVANCE(1077); END_STATE(); case 1201: if (lookahead == 'T' || - lookahead == 't') ADVANCE(174); + lookahead == 't') ADVANCE(1065); END_STATE(); case 1202: if (lookahead == 'T' || - lookahead == 't') ADVANCE(259); + lookahead == 't') ADVANCE(1134); END_STATE(); case 1203: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1221); + lookahead == 't') ADVANCE(336); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(603); END_STATE(); case 1204: if (lookahead == 'T' || - lookahead == 't') ADVANCE(610); + lookahead == 't') ADVANCE(1317); END_STATE(); case 1205: if (lookahead == 'T' || - lookahead == 't') ADVANCE(479); + lookahead == 't') ADVANCE(1126); END_STATE(); case 1206: if (lookahead == 'T' || - lookahead == 't') ADVANCE(574); + lookahead == 't') ADVANCE(1037); END_STATE(); case 1207: if (lookahead == 'T' || - lookahead == 't') ADVANCE(499); + lookahead == 't') ADVANCE(718); END_STATE(); case 1208: if (lookahead == 'T' || - lookahead == 't') ADVANCE(577); + lookahead == 't') ADVANCE(166); END_STATE(); case 1209: if (lookahead == 'T' || - lookahead == 't') ADVANCE(546); + lookahead == 't') ADVANCE(162); END_STATE(); case 1210: if (lookahead == 'T' || - lookahead == 't') ADVANCE(684); + lookahead == 't') ADVANCE(723); END_STATE(); case 1211: if (lookahead == 'T' || - lookahead == 't') ADVANCE(290); + lookahead == 't') ADVANCE(972); END_STATE(); case 1212: if (lookahead == 'T' || - lookahead == 't') ADVANCE(552); + lookahead == 't') ADVANCE(167); END_STATE(); case 1213: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1099); + lookahead == 't') ADVANCE(155); END_STATE(); case 1214: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1265); + lookahead == 't') ADVANCE(980); END_STATE(); case 1215: if (lookahead == 'T' || - lookahead == 't') ADVANCE(406); + lookahead == 't') ADVANCE(173); END_STATE(); case 1216: if (lookahead == 'T' || - lookahead == 't') ADVANCE(406); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(709); + lookahead == 't') ADVANCE(481); END_STATE(); case 1217: if (lookahead == 'T' || - lookahead == 't') ADVANCE(963); + lookahead == 't') ADVANCE(295); END_STATE(); case 1218: if (lookahead == 'T' || - lookahead == 't') ADVANCE(342); + lookahead == 't') ADVANCE(258); END_STATE(); case 1219: if (lookahead == 'T' || - lookahead == 't') ADVANCE(966); + lookahead == 't') ADVANCE(1238); END_STATE(); case 1220: if (lookahead == 'T' || - lookahead == 't') ADVANCE(576); + lookahead == 't') ADVANCE(615); END_STATE(); case 1221: if (lookahead == 'T' || - lookahead == 't') ADVANCE(969); + lookahead == 't') ADVANCE(482); END_STATE(); case 1222: if (lookahead == 'T' || - lookahead == 't') ADVANCE(579); + lookahead == 't') ADVANCE(574); END_STATE(); case 1223: if (lookahead == 'T' || - lookahead == 't') ADVANCE(971); + lookahead == 't') ADVANCE(502); END_STATE(); case 1224: if (lookahead == 'T' || - lookahead == 't') ADVANCE(586); + lookahead == 't') ADVANCE(578); END_STATE(); case 1225: if (lookahead == 'T' || - lookahead == 't') ADVANCE(737); + lookahead == 't') ADVANCE(692); END_STATE(); case 1226: if (lookahead == 'T' || - lookahead == 't') ADVANCE(733); + lookahead == 't') ADVANCE(289); END_STATE(); case 1227: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1025); + lookahead == 't') ADVANCE(551); END_STATE(); case 1228: if (lookahead == 'T' || - lookahead == 't') ADVANCE(744); + lookahead == 't') ADVANCE(1112); END_STATE(); case 1229: if (lookahead == 'T' || - lookahead == 't') ADVANCE(743); + lookahead == 't') ADVANCE(1282); END_STATE(); case 1230: if (lookahead == 'T' || - lookahead == 't') ADVANCE(621); + lookahead == 't') ADVANCE(406); END_STATE(); case 1231: if (lookahead == 'T' || - lookahead == 't') ADVANCE(750); + lookahead == 't') ADVANCE(406); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(716); END_STATE(); case 1232: if (lookahead == 'T' || - lookahead == 't') ADVANCE(751); + lookahead == 't') ADVANCE(976); END_STATE(); case 1233: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1104); + lookahead == 't') ADVANCE(296); END_STATE(); case 1234: if (lookahead == 'T' || - lookahead == 't') ADVANCE(343); + lookahead == 't') ADVANCE(338); END_STATE(); case 1235: if (lookahead == 'T' || - lookahead == 't') ADVANCE(627); + lookahead == 't') ADVANCE(380); END_STATE(); case 1236: if (lookahead == 'T' || - lookahead == 't') ADVANCE(345); + lookahead == 't') ADVANCE(979); END_STATE(); case 1237: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(635); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(577); END_STATE(); case 1238: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(591); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(983); END_STATE(); case 1239: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(885); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(580); END_STATE(); case 1240: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1050); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(588); END_STATE(); case 1241: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(785); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(989); END_STATE(); case 1242: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(835); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(744); END_STATE(); case 1243: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1130); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(740); END_STATE(); case 1244: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(997); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1038); END_STATE(); case 1245: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(824); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(626); END_STATE(); case 1246: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(825); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(749); END_STATE(); case 1247: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(826); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(748); END_STATE(); case 1248: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(827); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(755); END_STATE(); case 1249: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1059); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(757); END_STATE(); case 1250: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1121); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1118); END_STATE(); case 1251: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(798); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(341); END_STATE(); case 1252: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1195); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(585); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(632); END_STATE(); case 1253: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1124); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(343); END_STATE(); case 1254: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(476); + lookahead == 'u') ADVANCE(641); END_STATE(); case 1255: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1203); + lookahead == 'u') ADVANCE(896); END_STATE(); case 1256: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(864); + lookahead == 'u') ADVANCE(1062); END_STATE(); case 1257: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(922); + lookahead == 'u') ADVANCE(844); END_STATE(); case 1258: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1177); + lookahead == 'u') ADVANCE(1144); END_STATE(); case 1259: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1159); + lookahead == 'u') ADVANCE(1011); END_STATE(); case 1260: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1173); + lookahead == 'u') ADVANCE(834); END_STATE(); case 1261: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(520); + lookahead == 'u') ADVANCE(835); END_STATE(); case 1262: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(385); + lookahead == 'u') ADVANCE(836); END_STATE(); case 1263: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1093); + lookahead == 'u') ADVANCE(837); END_STATE(); case 1264: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(839); + lookahead == 'u') ADVANCE(1070); END_STATE(); case 1265: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1076); + lookahead == 'u') ADVANCE(1135); END_STATE(); case 1266: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(841); + lookahead == 'u') ADVANCE(808); END_STATE(); case 1267: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(908); + lookahead == 'u') ADVANCE(1211); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(587); END_STATE(); case 1268: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1139); + lookahead == 'u') ADVANCE(1138); END_STATE(); case 1269: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1083); + lookahead == 'u') ADVANCE(479); END_STATE(); case 1270: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1084); + lookahead == 'u') ADVANCE(874); END_STATE(); case 1271: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1227); + lookahead == 'u') ADVANCE(1219); END_STATE(); case 1272: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(410); + lookahead == 'u') ADVANCE(935); END_STATE(); case 1273: + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1206); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(515); + lookahead == 'v') ADVANCE(592); END_STATE(); case 1274: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(500); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1193); END_STATE(); case 1275: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(518); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1174); END_STATE(); case 1276: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(319); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1188); END_STATE(); case 1277: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(623); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(518); END_STATE(); case 1278: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(609); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(385); END_STATE(); case 1279: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(329); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1106); END_STATE(); case 1280: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(613); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(848); END_STATE(); case 1281: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(630); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(849); END_STATE(); case 1282: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(2524); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1175); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1090); END_STATE(); case 1283: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(2694); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(920); END_STATE(); case 1284: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(2625); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(732); END_STATE(); case 1285: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(739); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1094); END_STATE(); case 1286: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(865); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1096); END_STATE(); case 1287: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(682); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(593); END_STATE(); case 1288: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2640); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1244); END_STATE(); case 1289: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2671); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(410); END_STATE(); case 1290: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2672); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(517); END_STATE(); case 1291: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1196); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(503); END_STATE(); case 1292: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(738); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(523); END_STATE(); case 1293: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(607); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(316); END_STATE(); case 1294: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(612); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(629); END_STATE(); case 1295: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2547); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(613); END_STATE(); case 1296: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2623); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(325); END_STATE(); case 1297: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2600); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(619); END_STATE(); case 1298: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2669); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(636); END_STATE(); case 1299: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2576); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(2554); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1191); END_STATE(); case 1300: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2703); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(2726); END_STATE(); case 1301: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2660); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(2655); END_STATE(); case 1302: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2648); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(745); END_STATE(); case 1303: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1287); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(875); END_STATE(); case 1304: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2624); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(689); END_STATE(); case 1305: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2585); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(2672); END_STATE(); case 1306: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(918); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(2703); END_STATE(); case 1307: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1018); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(2704); END_STATE(); case 1308: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1019); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1212); END_STATE(); case 1309: - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(261); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(610); END_STATE(); case 1310: - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(487); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(618); END_STATE(); case 1311: - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(568); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(761); END_STATE(); case 1312: - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(523); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2577); END_STATE(); case 1313: - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(525); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2653); END_STATE(); case 1314: - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(347); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2630); END_STATE(); case 1315: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(220); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2659); END_STATE(); case 1316: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2466); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2701); END_STATE(); case 1317: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1316); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2606); END_STATE(); case 1318: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1317); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2735); END_STATE(); case 1319: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1318); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2692); END_STATE(); case 1320: - if (eof) ADVANCE(1325); - if (lookahead == '\n') SKIP(1322) + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2680); END_STATE(); case 1321: - if (eof) ADVANCE(1325); - if (lookahead == '\n') SKIP(1322) - if (lookahead == '\r') SKIP(1320) + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1304); END_STATE(); case 1322: - if (eof) ADVANCE(1325); - if (lookahead == '(') ADVANCE(2476); - if (lookahead == ')') ADVANCE(2477); - if (lookahead == '*') ADVANCE(2459); - if (lookahead == '+') ADVANCE(2489); - if (lookahead == ',') ADVANCE(2468); - if (lookahead == '-') ADVANCE(2490); - if (lookahead == '.') ADVANCE(2460); - if (lookahead == '/') ADVANCE(1343); - if (lookahead == ':') ADVANCE(1326); - if (lookahead == '<') ADVANCE(2494); - if (lookahead == '=') ADVANCE(2480); - if (lookahead == '>') ADVANCE(2498); - if (lookahead == 'N') ADVANCE(234); - if (lookahead == 'S') ADVANCE(222); - if (lookahead == '[') ADVANCE(2467); - if (lookahead == '\\') SKIP(1321) - if (lookahead == ']') ADVANCE(2469); - if (lookahead == 'n') ADVANCE(502); - if (lookahead == 's') ADVANCE(508); - if (lookahead == '{') ADVANCE(1344); - if (lookahead == '}') ADVANCE(1349); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2654); + END_STATE(); + case 1323: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2615); + END_STATE(); + case 1324: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(929); + END_STATE(); + case 1325: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1031); + END_STATE(); + case 1326: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1032); + END_STATE(); + case 1327: + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(260); + END_STATE(); + case 1328: + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(490); + END_STATE(); + case 1329: + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(568); + END_STATE(); + case 1330: + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(524); + END_STATE(); + case 1331: + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(526); + END_STATE(); + case 1332: + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(345); + END_STATE(); + case 1333: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(219); + END_STATE(); + case 1334: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2494); + END_STATE(); + case 1335: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1334); + END_STATE(); + case 1336: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1335); + END_STATE(); + case 1337: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1336); + END_STATE(); + case 1338: + if (eof) ADVANCE(1343); + if (lookahead == '\n') SKIP(1340) + END_STATE(); + case 1339: + if (eof) ADVANCE(1343); + if (lookahead == '\n') SKIP(1340) + if (lookahead == '\r') SKIP(1338) + END_STATE(); + case 1340: + if (eof) ADVANCE(1343); + if (lookahead == '(') ADVANCE(2504); + if (lookahead == ')') ADVANCE(2505); + if (lookahead == '*') ADVANCE(2486); + if (lookahead == '+') ADVANCE(2517); + if (lookahead == ',') ADVANCE(2496); + if (lookahead == '-') ADVANCE(2518); + if (lookahead == '.') ADVANCE(2487); + if (lookahead == '/') ADVANCE(1361); + if (lookahead == ':') ADVANCE(1344); + if (lookahead == '<') ADVANCE(2524); + if (lookahead == '=') ADVANCE(2508); + if (lookahead == '>') ADVANCE(2528); + if (lookahead == 'N') ADVANCE(233); + if (lookahead == 'S') ADVANCE(221); + if (lookahead == '[') ADVANCE(2495); + if (lookahead == '\\') SKIP(1339) + if (lookahead == ']') ADVANCE(2497); + if (lookahead == 'n') ADVANCE(505); + if (lookahead == 's') ADVANCE(511); + if (lookahead == '{') ADVANCE(1362); + if (lookahead == '}') ADVANCE(1367); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(348); + lookahead == 'a') ADVANCE(346); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(530); + lookahead == 'b') ADVANCE(531); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(250); + lookahead == 'c') ADVANCE(249); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(251); + lookahead == 'd') ADVANCE(250); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(252); + lookahead == 'e') ADVANCE(251); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(693); + lookahead == 'f') ADVANCE(700); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(510); + lookahead == 'g') ADVANCE(512); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(511); + lookahead == 'h') ADVANCE(513); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(828); + lookahead == 'i') ADVANCE(838); if (lookahead == 'K' || lookahead == 'k') ADVANCE(544); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(253); + lookahead == 'l') ADVANCE(252); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(254); + lookahead == 'm') ADVANCE(253); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(633); + lookahead == 'o') ADVANCE(639); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(256); + lookahead == 'p') ADVANCE(255); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(372); + lookahead == 'r') ADVANCE(371); if (lookahead == 'T' || - lookahead == 't') ADVANCE(268); + lookahead == 't') ADVANCE(267); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(872); + lookahead == 'u') ADVANCE(882); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(936); + lookahead == 'v') ADVANCE(949); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(675); + lookahead == 'w') ADVANCE(682); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(833); + lookahead == 'x') ADVANCE(843); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2693); + lookahead == 'y') ADVANCE(2725); if (lookahead == '\f' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(1322) + lookahead == 65279) SKIP(1340) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(33); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2465); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2493); END_STATE(); - case 1323: - if (eof) ADVANCE(1325); + case 1341: + if (eof) ADVANCE(1343); if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1432); + lookahead == 'c') ADVANCE(1450); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1710); + lookahead == 'd') ADVANCE(1731); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1927); + lookahead == 'e') ADVANCE(1952); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1878); + lookahead == 'f') ADVANCE(1903); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2023); + lookahead == 'i') ADVANCE(2047); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1709); + lookahead == 'n') ADVANCE(1730); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2004); + lookahead == 'o') ADVANCE(2028); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2224); + lookahead == 'p') ADVANCE(2249); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1693); + lookahead == 'r') ADVANCE(1713); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2051); + lookahead == 'u') ADVANCE(2076); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1472); + lookahead == 'v') ADVANCE(1491); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -22273,39 +22048,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(1323) + lookahead == 65279) SKIP(1341) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); - case 1324: - if (eof) ADVANCE(1325); + case 1342: + if (eof) ADVANCE(1343); if (lookahead == '/') ADVANCE(135); - if (lookahead == '\\') ADVANCE(2458); - if (lookahead == '{') ADVANCE(1344); + if (lookahead == '\\') ADVANCE(2485); + if (lookahead == '{') ADVANCE(1362); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1432); + lookahead == 'c') ADVANCE(1450); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1710); + lookahead == 'd') ADVANCE(1731); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2043); + lookahead == 'e') ADVANCE(2065); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1878); + lookahead == 'f') ADVANCE(1903); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2023); + lookahead == 'i') ADVANCE(2047); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1709); + lookahead == 'n') ADVANCE(1730); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2004); + lookahead == 'o') ADVANCE(2028); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2224); + lookahead == 'p') ADVANCE(2249); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1693); + lookahead == 'r') ADVANCE(1713); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2051); + lookahead == 'u') ADVANCE(2076); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1472); + lookahead == 'v') ADVANCE(1491); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -22313,13506 +22088,13584 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) SKIP(1324) + lookahead == 65279) SKIP(1342) if (lookahead == '-' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= '|')) ADVANCE(2458); + ('a' <= lookahead && lookahead <= '|')) ADVANCE(2485); END_STATE(); - case 1325: + case 1343: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); - case 1326: + case 1344: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); - case 1327: + case 1345: ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); - case 1328: + case 1346: ACCEPT_TOKEN(sym_file_name); END_STATE(); - case 1329: + case 1347: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); END_STATE(); - case 1330: + case 1348: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); - if (lookahead == '*') ADVANCE(1342); + if (lookahead == '*') ADVANCE(1360); if (lookahead != 0) ADVANCE(137); END_STATE(); - case 1331: + case 1349: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); - if (lookahead == '.') ADVANCE(249); + if (lookahead == '.') ADVANCE(248); if (('-' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'z') || lookahead == '|') ADVANCE(194); END_STATE(); - case 1332: + case 1350: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(2473); + lookahead != '\\') ADVANCE(2501); END_STATE(); - case 1333: + case 1351: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1337); + lookahead != '\n') ADVANCE(1355); END_STATE(); - case 1334: + case 1352: ACCEPT_TOKEN(aux_sym_comment_token1); - if (lookahead == '\r') ADVANCE(1337); + if (lookahead == '\r') ADVANCE(1355); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1337); + lookahead != '\n') ADVANCE(1355); END_STATE(); - case 1335: + case 1353: ACCEPT_TOKEN(aux_sym_comment_token1); - if (lookahead == '*') ADVANCE(1341); - if (lookahead == '/') ADVANCE(1333); + if (lookahead == '*') ADVANCE(1359); + if (lookahead == '/') ADVANCE(1351); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1337); + lookahead != '\n') ADVANCE(1355); END_STATE(); - case 1336: + case 1354: ACCEPT_TOKEN(aux_sym_comment_token1); - if (lookahead == '/') ADVANCE(1335); - if (lookahead == '\\') ADVANCE(1334); - if (lookahead == '{') ADVANCE(1347); + if (lookahead == '/') ADVANCE(1353); + if (lookahead == '\\') ADVANCE(1352); + if (lookahead == '{') ADVANCE(1365); if (lookahead == '\t' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) ADVANCE(1336); + lookahead == 65279) ADVANCE(1354); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1337); + lookahead != '\n') ADVANCE(1355); END_STATE(); - case 1337: + case 1355: ACCEPT_TOKEN(aux_sym_comment_token1); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1337); + lookahead != '\n') ADVANCE(1355); END_STATE(); - case 1338: + case 1356: ACCEPT_TOKEN(anon_sym_SLASH_STAR); END_STATE(); - case 1339: + case 1357: ACCEPT_TOKEN(anon_sym_SLASH_STAR); - if (lookahead == '*') ADVANCE(1342); + if (lookahead == '*') ADVANCE(1360); if (lookahead != 0 && lookahead != '/') ADVANCE(137); END_STATE(); - case 1340: + case 1358: ACCEPT_TOKEN(anon_sym_SLASH_STAR); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(2473); + lookahead != '\\') ADVANCE(2501); END_STATE(); - case 1341: + case 1359: ACCEPT_TOKEN(anon_sym_SLASH_STAR); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1337); + lookahead != '\n') ADVANCE(1355); END_STATE(); - case 1342: + case 1360: ACCEPT_TOKEN(aux_sym_comment_token2); - if (lookahead == '*') ADVANCE(1342); + if (lookahead == '*') ADVANCE(1360); if (lookahead != 0 && lookahead != '/') ADVANCE(137); END_STATE(); - case 1343: + case 1361: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(1338); - if (lookahead == '/') ADVANCE(1329); + if (lookahead == '*') ADVANCE(1356); + if (lookahead == '/') ADVANCE(1347); END_STATE(); - case 1344: + case 1362: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); - case 1345: + case 1363: ACCEPT_TOKEN(anon_sym_LBRACE); - if (lookahead == '*') ADVANCE(1342); + if (lookahead == '*') ADVANCE(1360); if (lookahead != 0) ADVANCE(137); END_STATE(); - case 1346: + case 1364: ACCEPT_TOKEN(anon_sym_LBRACE); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(2473); + lookahead != '\\') ADVANCE(2501); END_STATE(); - case 1347: + case 1365: ACCEPT_TOKEN(anon_sym_LBRACE); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1337); + lookahead != '\n') ADVANCE(1355); END_STATE(); - case 1348: + case 1366: ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); - case 1349: + case 1367: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); - case 1350: + case 1368: ACCEPT_TOKEN(sym_identifier); - if (lookahead == ' ') ADVANCE(2679); + if (lookahead == ' ') ADVANCE(2711); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1351: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1401); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2482); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1352: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1722); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2482); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1353: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1722); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1354: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1431); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1355: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1860); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1356: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1601); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1357: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1732); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1358: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2241); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1745); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1359: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2050); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1360: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1833); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1361: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1403); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2482); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1362: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1403); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1363: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1574); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1364: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1399); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1365: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1579); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1366: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1402); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1367: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1532); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); - END_STATE(); - case 1368: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1790); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '\\' || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1369: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1806); + if (lookahead == '-') ADVANCE(1419); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2510); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1370: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1598); + if (lookahead == '-') ADVANCE(1743); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2510); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1371: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2163); + if (lookahead == '-') ADVANCE(1743); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1372: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1839); + if (lookahead == '-') ADVANCE(1449); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1373: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2166); + if (lookahead == '-') ADVANCE(1885); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1374: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1940); + if (lookahead == '-') ADVANCE(1621); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1375: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1442); + if (lookahead == '-') ADVANCE(1753); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1376: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2358); + if (lookahead == '-') ADVANCE(2267); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1766); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1377: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2281); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1745); + if (lookahead == '-') ADVANCE(2075); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1378: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2213); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2110); + if (lookahead == '-') ADVANCE(1858); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1379: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2332); + if (lookahead == '-') ADVANCE(1421); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2510); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1380: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1565); + if (lookahead == '-') ADVANCE(1421); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1381: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2377); + if (lookahead == '-') ADVANCE(1593); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1382: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2164); + if (lookahead == '-') ADVANCE(1417); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1383: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2402); + if (lookahead == '-') ADVANCE(1598); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1384: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1904); + if (lookahead == '-') ADVANCE(1420); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1385: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1945); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2526); + if (lookahead == '-') ADVANCE(1550); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1386: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1945); + if (lookahead == '-') ADVANCE(1813); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1387: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1988); + if (lookahead == '-') ADVANCE(1830); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1388: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2279); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2615); + if (lookahead == '-') ADVANCE(1618); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1389: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1866); + if (lookahead == '-') ADVANCE(2188); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1390: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1947); + if (lookahead == '-') ADVANCE(1864); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1391: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1863); + if (lookahead == '-') ADVANCE(2191); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1392: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2118); + if (lookahead == '-') ADVANCE(1965); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1393: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2291); + if (lookahead == '-') ADVANCE(1460); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1394: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1723); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2482); + if (lookahead == '-') ADVANCE(2384); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1395: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1723); + if (lookahead == '-') ADVANCE(2307); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1766); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1396: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1861); + if (lookahead == '-') ADVANCE(2237); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2135); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1397: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(1575); + if (lookahead == '-') ADVANCE(2358); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1398: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(2379); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1890); + if (lookahead == '-') ADVANCE(1583); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1399: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '3') ADVANCE(1614); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(2404); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1400: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(1418); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2180); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1452); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1803); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2387); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1449); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1525); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(2189); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1401: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(1423); - if (lookahead == 'e') ADVANCE(2246); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2096); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1478); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(2429); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1402: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(1423); - if (lookahead == 'e') ADVANCE(2246); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(1929); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1403: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(1424); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(1970); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2556); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1404: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G') ADVANCE(2545); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(1970); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1405: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(1408); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(2013); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1406: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L') ADVANCE(1405); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(2305); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2645); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1407: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L') ADVANCE(1406); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(1891); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1408: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(1404); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(1972); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1409: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1351); - if (lookahead == 'o') ADVANCE(1352); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2503); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1975); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(1888); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1410: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1407); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(2143); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1411: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1421); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(2317); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1412: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1420); - if (lookahead == 'o') ADVANCE(2193); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(1744); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2510); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1413: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1361); - if (lookahead == 'o') ADVANCE(2294); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2503); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(1744); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1414: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1362); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2503); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(1886); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1415: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1362); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(1594); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1416: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1362); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2424); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || + if (lookahead == '-') ADVANCE(2406); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1915); + if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1417: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(1366); - if (lookahead == 'o') ADVANCE(1395); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2503); + if (lookahead == '3') ADVANCE(1634); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1418: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(1410); + if (lookahead == 'C') ADVANCE(1436); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2205); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1470); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1827); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2414); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1467); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1543); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1419: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(1412); - if (lookahead == 'r') ADVANCE(2121); + if (lookahead == 'E') ADVANCE(1441); + if (lookahead == 'e') ADVANCE(2272); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2121); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2250); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1495); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1420: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(2560); - if (lookahead == 'r') ADVANCE(2560); + if (lookahead == 'E') ADVANCE(1441); + if (lookahead == 'e') ADVANCE(2272); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1421: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(2593); + if (lookahead == 'E') ADVANCE(1442); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1422: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(1411); + if (lookahead == 'G') ADVANCE(2575); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1423: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(1419); - if (lookahead == 'r') ADVANCE(2245); + if (lookahead == 'I') ADVANCE(1426); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1424: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(1422); + if (lookahead == 'L') ADVANCE(1423); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1425: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1566); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1438); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1917); + if (lookahead == 'L') ADVANCE(1424); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1426: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1530); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2501); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1913); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1526); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2500); + if (lookahead == 'N') ADVANCE(1422); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1427: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2149); + if (lookahead == 'O') ADVANCE(1369); + if (lookahead == 'o') ADVANCE(1370); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2351); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2077); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1595); + lookahead == 'e') ADVANCE(2533); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2000); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1428: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1545); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2205); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1581); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2243); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1844); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1529); + if (lookahead == 'O') ADVANCE(1425); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1429: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1804); + if (lookahead == 'O') ADVANCE(1439); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1430: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1358); + if (lookahead == 'O') ADVANCE(1438); + if (lookahead == 'o') ADVANCE(2218); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1431: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2423); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2101); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1437); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2134); + if (lookahead == 'O') ADVANCE(1379); + if (lookahead == 'o') ADVANCE(2320); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2533); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1432: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2274); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1439); + if (lookahead == 'O') ADVANCE(1380); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2533); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1433: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2325); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2093); + if (lookahead == 'O') ADVANCE(1380); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1788); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2632); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2092); + lookahead == 'e') ADVANCE(2532); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1434: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1547); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1825); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1854); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2275); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1583); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2504); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2209); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1764); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1542); + if (lookahead == 'O') ADVANCE(1380); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2450); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1435: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1547); + if (lookahead == 'O') ADVANCE(1384); + if (lookahead == 'o') ADVANCE(1413); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2533); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1436: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1377); + if (lookahead == 'R') ADVANCE(1428); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1437: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2439); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2078); + if (lookahead == 'R') ADVANCE(1430); + if (lookahead == 'r') ADVANCE(2146); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1438: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2270); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2280); + if (lookahead == 'R') ADVANCE(2590); + if (lookahead == 'r') ADVANCE(2590); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1439: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2270); + if (lookahead == 'R') ADVANCE(2623); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1440: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1807); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1941); + if (lookahead == 'R') ADVANCE(1429); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1441: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1909); + if (lookahead == 'R') ADVANCE(1437); + if (lookahead == 'r') ADVANCE(2271); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1442: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1798); + if (lookahead == 'R') ADVANCE(1440); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1443: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2150); + lookahead == 'a') ADVANCE(1584); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1456); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1596); + lookahead == 'o') ADVANCE(1942); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1444: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1987); + lookahead == 'a') ADVANCE(1548); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2531); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1938); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1977); + lookahead == 'o') ADVANCE(1546); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2530); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1445: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1987); + lookahead == 'a') ADVANCE(2174); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2377); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2102); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1603); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1446: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2238); + lookahead == 'a') ADVANCE(1563); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1994); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1704); + lookahead == 'e') ADVANCE(2230); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1600); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2617); + lookahead == 'o') ADVANCE(2269); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1451); + lookahead == 'r') ADVANCE(1869); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1547); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1447: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1535); + lookahead == 'a') ADVANCE(1828); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1448: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2182); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1850); + lookahead == 'a') ADVANCE(1376); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1449: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2328); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2151); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1765); + lookahead == 'a') ADVANCE(2449); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2126); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1455); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2159); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1450: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2328); + lookahead == 'a') ADVANCE(2300); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1457); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1451: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2036); + lookahead == 'a') ADVANCE(2351); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2118); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1811); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2663); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2117); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1452: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2214); + lookahead == 'a') ADVANCE(1565); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1850); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1879); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2301); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1602); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2534); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2235); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1787); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1560); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1453: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1918); + lookahead == 'a') ADVANCE(1565); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1454: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1978); + lookahead == 'a') ADVANCE(1395); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1455: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1979); + lookahead == 'a') ADVANCE(2465); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2103); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1456: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1936); + lookahead == 'a') ADVANCE(2296); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2306); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1457: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1920); + lookahead == 'a') ADVANCE(2296); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1458: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2154); + lookahead == 'a') ADVANCE(1831); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1966); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1459: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2203); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2558); + lookahead == 'a') ADVANCE(1934); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1460: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2203); + lookahead == 'a') ADVANCE(1822); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1461: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1921); + lookahead == 'a') ADVANCE(2175); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1604); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1462: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2352); + lookahead == 'a') ADVANCE(2012); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2002); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1463: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1546); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1901); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1529); + lookahead == 'a') ADVANCE(2012); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1464: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2346); + lookahead == 'a') ADVANCE(2264); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2019); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1725); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2647); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1469); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1465: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1946); + lookahead == 'a') ADVANCE(1553); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1466: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1925); + lookahead == 'a') ADVANCE(2207); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1875); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1467: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2330); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2227); + lookahead == 'a') ADVANCE(2354); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2176); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1788); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1468: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2306); + lookahead == 'a') ADVANCE(2354); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1469: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2046); + lookahead == 'a') ADVANCE(2061); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1470: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2208); + lookahead == 'a') ADVANCE(2239); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1471: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1924); + lookahead == 'a') ADVANCE(1943); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1472: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2199); + lookahead == 'a') ADVANCE(2003); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1473: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2028); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2501); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1526); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2500); + lookahead == 'a') ADVANCE(2004); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1474: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2359); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1595); + lookahead == 'a') ADVANCE(1960); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1475: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2359); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1596); + lookahead == 'a') ADVANCE(1945); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1476: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2317); + lookahead == 'a') ADVANCE(2179); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1477: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2167); + lookahead == 'a') ADVANCE(2228); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2588); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1478: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1868); + lookahead == 'a') ADVANCE(2228); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1479: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1534); + lookahead == 'a') ADVANCE(1946); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1480: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2216); + lookahead == 'a') ADVANCE(2433); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1481: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2407); + lookahead == 'a') ADVANCE(2378); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1482: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1379); + lookahead == 'a') ADVANCE(1564); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1926); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1547); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1483: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1970); + lookahead == 'a') ADVANCE(2372); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1484: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2355); + lookahead == 'a') ADVANCE(1971); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1485: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2347); + lookahead == 'a') ADVANCE(2356); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2252); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1486: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1870); + lookahead == 'a') ADVANCE(1950); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1487: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2221); + lookahead == 'a') ADVANCE(2332); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1488: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1809); + lookahead == 'a') ADVANCE(2071); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1489: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1561); + lookahead == 'a') ADVANCE(2233); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1490: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1943); + lookahead == 'a') ADVANCE(1949); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1491: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1950); + lookahead == 'a') ADVANCE(2224); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1492: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2276); + lookahead == 'a') ADVANCE(2052); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2531); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1546); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2530); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1493: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2337); + lookahead == 'a') ADVANCE(2343); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1494: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1810); + lookahead == 'a') ADVANCE(2192); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1495: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1990); + lookahead == 'a') ADVANCE(1893); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1496: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2341); + lookahead == 'a') ADVANCE(1552); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1497: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1991); + lookahead == 'a') ADVANCE(2241); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1498: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1564); + lookahead == 'a') ADVANCE(1397); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1499: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2349); + lookahead == 'a') ADVANCE(1995); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1500: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2288); + lookahead == 'a') ADVANCE(2381); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1501: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2342); + lookahead == 'a') ADVANCE(2373); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1502: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1811); + lookahead == 'a') ADVANCE(1895); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1503: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2249); + lookahead == 'a') ADVANCE(2246); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1504: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1812); + lookahead == 'a') ADVANCE(1833); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1505: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1813); + lookahead == 'a') ADVANCE(1579); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1506: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2235); + lookahead == 'a') ADVANCE(1968); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1507: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1805); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2243); + lookahead == 'a') ADVANCE(1974); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1508: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1571); + lookahead == 'a') ADVANCE(2302); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1509: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1886); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2435); + lookahead == 'a') ADVANCE(2363); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1510: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1886); + lookahead == 'a') ADVANCE(1834); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1511: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2244); + lookahead == 'a') ADVANCE(2015); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1512: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1531); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2501); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1913); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2500); + lookahead == 'a') ADVANCE(2366); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1513: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1531); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2501); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2500); + lookahead == 'a') ADVANCE(2016); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1514: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1536); + lookahead == 'a') ADVANCE(1582); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1515: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2373); + lookahead == 'a') ADVANCE(2375); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1516: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1537); + lookahead == 'a') ADVANCE(2314); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1517: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2375); + lookahead == 'a') ADVANCE(2368); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1518: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1538); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1360); + lookahead == 'a') ADVANCE(1835); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1519: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1538); + lookahead == 'a') ADVANCE(1836); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1520: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1539); + lookahead == 'a') ADVANCE(2275); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1521: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2433); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2077); + lookahead == 'a') ADVANCE(1837); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1522: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1973); + lookahead == 'a') ADVANCE(1829); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2269); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1523: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2272); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1582); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2170); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2478); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2327); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1715); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2261); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1524: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2272); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1590); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1525: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1354); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1911); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2461); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1526: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1370); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1911); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1527: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2383); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2082); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2179); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2270); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1528: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2383); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1549); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2531); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1938); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2530); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1529: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1962); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1549); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2531); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2530); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1530: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1713); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1597); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2298); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2385); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1603); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1531: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1713); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2385); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1604); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1532: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(2397); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1554); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1533: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1457); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2400); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1534: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1952); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1555); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1535: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1731); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2402); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1536: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1956); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1556); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1378); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1537: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1957); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1556); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1538: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1958); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1557); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1539: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1960); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2459); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2102); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1540: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2093); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1792); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2092); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1998); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('b' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1541: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1825); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2504); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2298); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1601); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2195); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2506); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2353); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1736); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1542: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1703); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1768); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2298); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1543: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2527); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1372); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1544: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2530); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2410); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2107); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2204); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1545: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1915); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1642); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1454); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2410); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1546: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1915); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1388); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1547: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1820); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1987); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1548: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2094); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1793); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2425); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1734); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1617); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2324); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1549: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1910); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1734); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1550: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1822); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(2424); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1551: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1911); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1475); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1552: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1832); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1848); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1977); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1553: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1912); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1752); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1554: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1477); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1981); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1555: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2331); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1982); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1556: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2395); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1983); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1557: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1716); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1467); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1761); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1985); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1558: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1716); + lookahead == 'c') ADVANCE(2118); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1815); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2117); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1559: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1931); + lookahead == 'c') ADVANCE(1850); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2534); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1560: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1649); + lookahead == 'c') ADVANCE(1724); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1790); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1561: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2311); + lookahead == 'c') ADVANCE(2557); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1562: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1740); + lookahead == 'c') ADVANCE(2560); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1563: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1668); + lookahead == 'c') ADVANCE(1940); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1662); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1472); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1564: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1677); + lookahead == 'c') ADVANCE(1940); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1565: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2099); + lookahead == 'c') ADVANCE(1844); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1566: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1827); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1638); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1550); + lookahead == 'c') ADVANCE(2119); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1817); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2451); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1567: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1864); + lookahead == 'c') ADVANCE(1935); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1568: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2365); + lookahead == 'c') ADVANCE(1846); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1569: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1829); + lookahead == 'c') ADVANCE(1936); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1570: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1828); + lookahead == 'c') ADVANCE(1857); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1873); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1571: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2360); + lookahead == 'c') ADVANCE(1937); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1572: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2348); + lookahead == 'c') ADVANCE(1848); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1573: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2350); + lookahead == 'c') ADVANCE(1494); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1574: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2127); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2105); + lookahead == 'c') ADVANCE(2357); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1575: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2140); + lookahead == 'c') ADVANCE(1737); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1485); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1784); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1576: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1834); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1902); + lookahead == 'c') ADVANCE(1737); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1577: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2366); + lookahead == 'c') ADVANCE(1955); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1578: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2143); + lookahead == 'c') ADVANCE(1669); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1579: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2147); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1569); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1458); + lookahead == 'c') ADVANCE(2337); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1580: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2144); + lookahead == 'c') ADVANCE(1761); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1581: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(2145); + lookahead == 'c') ADVANCE(1688); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1582: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2646); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2429); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1697); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1583: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2461); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1976); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2124); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1584: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2461); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1852); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1658); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1568); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1585: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2676); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2422); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1586: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2512); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1889); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1587: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2668); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2392); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1588: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2526); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1854); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1589: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2559); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1853); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1590: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2580); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2386); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1591: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2529); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2374); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1592: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2605); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2376); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1593: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2706); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2152); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2130); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1594: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2532); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2165); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1595: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2403); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2282); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1859); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1927); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1596: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2403); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2393); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1597: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2273); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2168); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1598: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1869); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2172); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1588); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1476); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1599: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2082); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2170); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1600: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1384); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1398); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(2171); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1601: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1493); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2136); + lookahead == 'd') ADVANCE(2678); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2455); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1602: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2264); + lookahead == 'd') ADVANCE(2489); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2001); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1603: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2097); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2067); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1876); + lookahead == 'd') ADVANCE(2522); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2153); + lookahead == 'u') ADVANCE(2308); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1604: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2097); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2067); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2153); + lookahead == 'd') ADVANCE(2522); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1605: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1778); + lookahead == 'd') ADVANCE(2708); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1606: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2086); + lookahead == 'd') ADVANCE(2542); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1607: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1656); + lookahead == 'd') ADVANCE(2700); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1608: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1699); + lookahead == 'd') ADVANCE(2556); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1609: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1734); + lookahead == 'd') ADVANCE(2589); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1610: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1700); + lookahead == 'd') ADVANCE(2610); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1611: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1712); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2323); + lookahead == 'd') ADVANCE(2559); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1612: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1712); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2399); + lookahead == 'd') ADVANCE(2635); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1613: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1914); + lookahead == 'd') ADVANCE(2738); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1614: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1397); + lookahead == 'd') ADVANCE(2562); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1615: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1746); + lookahead == 'd') ADVANCE(2488); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2001); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1616: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1815); + lookahead == 'd') ADVANCE(2488); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1617: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1615); + lookahead == 'd') ADVANCE(2299); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1618: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1959); + lookahead == 'd') ADVANCE(1894); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1619: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(2410); + lookahead == 'd') ADVANCE(2107); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1620: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2503); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1352); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1975); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1402); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(1416); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1621: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2503); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1394); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1509); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2161); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1622: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2503); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1395); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2290); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1623: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2503); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2294); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2122); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2093); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1901); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2178); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1624: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2503); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2122); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2093); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2178); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1625: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2180); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1452); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1803); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2387); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1449); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1525); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1801); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1626: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1802); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1578); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2007); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1695); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1787); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2631); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2111); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1627: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1802); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1578); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1676); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1628: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1802); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2070); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1720); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1629: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1802); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1695); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2631); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1755); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1630: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1802); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2631); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1721); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1631: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1802); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1733); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2349); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1632: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2507); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2091); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2505); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1733); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2426); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1633: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2507); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2505); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1939); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1634: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1930); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1415); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1635: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2501); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1526); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2500); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1767); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1636: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2501); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2500); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1839); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1637: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2698); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1635); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1638: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2633); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(1984); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1639: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2562); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(2436); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1640: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2686); + lookahead == 'e') ADVANCE(2533); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1370); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2000); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1641: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2479); + lookahead == 'e') ADVANCE(2533); + 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(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1642: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1388); + lookahead == 'e') ADVANCE(2533); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1413); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1643: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2543); + lookahead == 'e') ADVANCE(2533); + 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(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1644: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2598); + lookahead == 'e') ADVANCE(2533); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1645: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2488); + lookahead == 'e') ADVANCE(2205); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1470); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1827); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2414); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1467); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1543); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1646: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2680); + lookahead == 'e') ADVANCE(1826); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1597); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2031); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1715); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1810); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2662); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1647: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2635); + lookahead == 'e') ADVANCE(1826); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1597); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1648: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2563); + lookahead == 'e') ADVANCE(1826); + 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(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1649: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2609); + lookahead == 'e') ADVANCE(1826); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1715); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2662); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1650: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2535); + lookahead == 'e') ADVANCE(1826); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2662); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1651: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2670); + lookahead == 'e') ADVANCE(1826); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1652: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2649); + lookahead == 'e') ADVANCE(2537); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2116); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2535); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1653: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2611); + lookahead == 'e') ADVANCE(2537); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2535); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1654: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2528); + lookahead == 'e') ADVANCE(1956); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1655: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2677); + lookahead == 'e') ADVANCE(2531); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1546); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2530); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1656: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2573); + lookahead == 'e') ADVANCE(2531); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2530); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1657: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2538); + lookahead == 'e') ADVANCE(2730); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1658: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2673); + lookahead == 'e') ADVANCE(2664); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1659: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2578); + lookahead == 'e') ADVANCE(2592); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1660: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2612); + lookahead == 'e') ADVANCE(2718); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1661: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2634); + lookahead == 'e') ADVANCE(2507); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1662: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2616); + lookahead == 'e') ADVANCE(1406); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1663: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2566); + lookahead == 'e') ADVANCE(2573); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1664: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2687); + lookahead == 'e') ADVANCE(2628); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1665: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2483); + lookahead == 'e') ADVANCE(2516); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1666: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2674); + lookahead == 'e') ADVANCE(2712); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1667: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2654); + lookahead == 'e') ADVANCE(2666); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1668: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2555); + lookahead == 'e') ADVANCE(2593); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1669: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2533); + lookahead == 'e') ADVANCE(2639); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1670: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2597); + lookahead == 'e') ADVANCE(2565); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1671: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2663); + lookahead == 'e') ADVANCE(2702); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1672: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2665); + lookahead == 'e') ADVANCE(2681); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1673: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2664); + lookahead == 'e') ADVANCE(2641); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1674: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2662); + lookahead == 'e') ADVANCE(2558); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1675: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2531); + lookahead == 'e') ADVANCE(2709); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1676: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2712); + lookahead == 'e') ADVANCE(2603); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1677: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2571); + lookahead == 'e') ADVANCE(2568); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1678: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1363); + lookahead == 'e') ADVANCE(2705); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1679: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1365); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1975); + lookahead == 'e') ADVANCE(2608); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1680: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1365); + lookahead == 'e') ADVANCE(2642); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1681: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1383); + lookahead == 'e') ADVANCE(2665); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1682: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1353); + lookahead == 'e') ADVANCE(2646); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1683: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1395); + lookahead == 'e') ADVANCE(2596); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1684: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2294); + lookahead == 'e') ADVANCE(2719); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1685: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2502); + lookahead == 'e') ADVANCE(2511); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1686: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2506); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2505); + lookahead == 'e') ADVANCE(2706); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1687: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2534); + lookahead == 'e') ADVANCE(2686); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1688: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1994); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1705); + lookahead == 'e') ADVANCE(2585); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1689: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1994); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2364); + lookahead == 'e') ADVANCE(2563); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1690: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1994); + lookahead == 'e') ADVANCE(2627); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1691: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2009); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1948); + lookahead == 'e') ADVANCE(2695); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1692: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1385); + lookahead == 'e') ADVANCE(2697); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1693: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2171); + lookahead == 'e') ADVANCE(2696); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1694: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1378); + lookahead == 'e') ADVANCE(2694); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1695: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1441); + lookahead == 'e') ADVANCE(2561); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1696: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1932); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1640); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1453); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2278); + lookahead == 'e') ADVANCE(2744); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1697: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1932); + lookahead == 'e') ADVANCE(2601); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1698: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1355); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2030); + lookahead == 'e') ADVANCE(2532); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1381); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1699: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2430); + lookahead == 'e') ADVANCE(2532); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1383); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2000); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1700: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2431); + lookahead == 'e') ADVANCE(2532); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1383); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1701: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2683); + lookahead == 'e') ADVANCE(2532); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1371); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1702: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1760); + lookahead == 'e') ADVANCE(2532); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1401); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1703: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2161); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2404); + lookahead == 'e') ADVANCE(2532); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1413); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1704: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2008); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2095); + lookahead == 'e') ADVANCE(2532); + 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(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1705: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2008); + lookahead == 'e') ADVANCE(2532); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1706: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2424); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1352); + lookahead == 'e') ADVANCE(2536); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2535); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1707: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2424); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2294); + lookahead == 'e') ADVANCE(2564); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1708: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2424); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2057); + lookahead == 'e') ADVANCE(2019); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1726); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1709: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2424); + lookahead == 'e') ADVANCE(2019); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2391); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1710: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1789); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2632); + lookahead == 'e') ADVANCE(2019); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1711: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2445); + lookahead == 'e') ADVANCE(2033); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1973); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1712: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2432); + lookahead == 'e') ADVANCE(1403); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1713: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1919); + lookahead == 'e') ADVANCE(2196); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1714: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2035); + lookahead == 'e') ADVANCE(1396); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1715: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2212); + lookahead == 'e') ADVANCE(1459); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1716: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1619); + lookahead == 'e') ADVANCE(1957); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1660); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1471); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2304); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1717: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2257); + lookahead == 'e') ADVANCE(1957); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1718: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2219); + lookahead == 'e') ADVANCE(1373); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2055); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1719: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2184); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2299); + lookahead == 'e') ADVANCE(2469); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1720: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2184); + lookahead == 'e') ADVANCE(2456); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1721: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2259); + lookahead == 'e') ADVANCE(2457); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1722: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2246); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2096); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1478); + lookahead == 'e') ADVANCE(2715); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1723: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2246); + lookahead == 'e') ADVANCE(1783); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1724: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1972); + lookahead == 'e') ADVANCE(2186); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2430); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1725: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1591); + lookahead == 'e') ADVANCE(2032); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2120); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1726: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1371); + lookahead == 'e') ADVANCE(2032); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1727: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1592); + lookahead == 'e') ADVANCE(2450); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1370); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1728: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1937); + lookahead == 'e') ADVANCE(2450); + 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(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1729: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1373); + lookahead == 'e') ADVANCE(2450); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2082); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1730: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1567); + lookahead == 'e') ADVANCE(2450); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1731: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1922); + lookahead == 'e') ADVANCE(1812); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2663); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1732: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2042); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(2084); + lookahead == 'e') ADVANCE(2472); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1733: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2207); + lookahead == 'e') ADVANCE(2458); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1734: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1359); + lookahead == 'e') ADVANCE(1944); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1735: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2263); + lookahead == 'e') ADVANCE(2060); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1736: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1961); + lookahead == 'e') ADVANCE(2238); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1737: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1594); + lookahead == 'e') ADVANCE(1639); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1738: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1360); + lookahead == 'e') ADVANCE(2283); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1739: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1390); + lookahead == 'e') ADVANCE(2244); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1740: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1392); + lookahead == 'e') ADVANCE(2209); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2325); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1741: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2186); + lookahead == 'e') ADVANCE(2209); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1742: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2187); + lookahead == 'e') ADVANCE(2285); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1743: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1588); + lookahead == 'e') ADVANCE(2272); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2121); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2250); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1495); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1744: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2307); + lookahead == 'e') ADVANCE(2272); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1745: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2310); + lookahead == 'e') ADVANCE(1997); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1746: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2021); + lookahead == 'e') ADVANCE(1611); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1747: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2194); + lookahead == 'e') ADVANCE(1389); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1748: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2195); + lookahead == 'e') ADVANCE(1612); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1749: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2198); + lookahead == 'e') ADVANCE(1962); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1750: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2357); + lookahead == 'e') ADVANCE(1391); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1751: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2210); + lookahead == 'e') ADVANCE(1586); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1752: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2315); + lookahead == 'e') ADVANCE(1947); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1753: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2220); + lookahead == 'e') ADVANCE(2067); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(2109); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1754: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2010); + lookahead == 'e') ADVANCE(2232); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1755: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2295); + lookahead == 'e') ADVANCE(1377); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1756: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1968); + lookahead == 'e') ADVANCE(2289); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1757: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2436); + lookahead == 'e') ADVANCE(1986); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1758: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2063); + lookahead == 'e') ADVANCE(1614); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1759: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2286); + lookahead == 'e') ADVANCE(1378); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1760: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2158); + lookahead == 'e') ADVANCE(1408); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1761: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1572); + lookahead == 'e') ADVANCE(1410); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1762: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2225); + lookahead == 'e') ADVANCE(2211); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1763: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1999); + lookahead == 'e') ADVANCE(2212); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1764: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2045); + lookahead == 'e') ADVANCE(1608); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1765: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1455); + lookahead == 'e') ADVANCE(2333); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1766: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2226); + lookahead == 'e') ADVANCE(2336); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1767: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1944); + lookahead == 'e') ADVANCE(2045); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1768: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2052); + lookahead == 'e') ADVANCE(2219); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1769: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2229); + lookahead == 'e') ADVANCE(2220); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1770: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2232); + lookahead == 'e') ADVANCE(2389); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1771: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2048); + lookahead == 'e') ADVANCE(2223); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1772: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2233); + lookahead == 'e') ADVANCE(2383); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1773: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2060); + lookahead == 'e') ADVANCE(2236); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1774: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1468); + lookahead == 'e') ADVANCE(2341); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1775: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2061); + lookahead == 'e') ADVANCE(2245); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1776: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2234); + lookahead == 'e') ADVANCE(2034); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1777: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2222); + lookahead == 'e') ADVANCE(2321); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1778: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1389); + lookahead == 'e') ADVANCE(1993); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1779: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1386); + lookahead == 'e') ADVANCE(1816); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1780: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2248); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1506); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1450); + lookahead == 'e') ADVANCE(2462); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1781: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1573); + lookahead == 'e') ADVANCE(2088); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1782: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2250); + lookahead == 'e') ADVANCE(2312); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1783: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1396); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2030); + lookahead == 'e') ADVANCE(2183); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1784: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2252); + lookahead == 'e') ADVANCE(1591); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1785: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2645); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1585); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2618); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1831); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2326); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1718); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2251); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1786: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2645); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2024); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1787: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1794); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2333); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2070); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1788: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2537); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2336); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1473); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1789: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2537); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1969); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1790: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1891); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2077); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1791: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1498); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2253); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1792: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1481); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2257); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1793: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1766); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1484); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1774); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2201); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2073); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1794: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1742); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2255); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1795: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1776); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2258); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1796: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2125); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2085); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1797: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1795); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1487); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1798: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2368); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2086); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1799: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1581); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2260); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1800: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(2583); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2247); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1801: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(2678); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1407); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1802: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1881); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1404); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1803: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(2064); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1814); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1637); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2274); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1523); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1468); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Y') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'y') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1804: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(2255); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1367); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1592); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1805: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1642); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2276); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1806: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(2084); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1414); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2055); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1807: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1646); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2278); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1808: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1744); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2677); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1605); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2648); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1856); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2352); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1739); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1809: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1652); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2677); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1810: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1729); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1818); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2359); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1811: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1667); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2567); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2362); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1812: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1735); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2567); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1813: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1701); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1916); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1814: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1949); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1514); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1815: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1750); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1480); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1816: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1752); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1770); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1817: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1580); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1696); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1791); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1429); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2038); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1444); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2029); + lookahead == 'l') ADVANCE(1500); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1797); + 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(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1818: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1580); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2039); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1445); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1763); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1819: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1580); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2039); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1799); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1820: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2642); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2150); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1821: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2564); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1819); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1822: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2647); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2395); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1823: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2586); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1600); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1824: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1691); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2324); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2183); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(2613); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1825: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2081); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(2710); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1826: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2100); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1906); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1827: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1643); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(2090); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1838); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(1657); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Y') || lookahead == '\\' || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + ('a' <= lookahead && lookahead <= 'y') || + lookahead == '|') ADVANCE(2485); END_STATE(); case 1828: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1717); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(2281); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1385); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1829: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(2085); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1662); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1830: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1469); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(2109); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1831: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1733); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1666); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1832: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1480); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1765); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1833: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1862); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1497); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1672); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1834: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1487); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1750); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1835: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1705); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1687); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1836: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1754); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1756); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1837: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1769); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1722); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1838: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1777); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1975); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1839: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1756); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1772); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1840: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1503); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1774); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1841: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1879); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1599); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2324); + lookahead == 'i') ADVANCE(1716); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1447); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2063); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1462); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2053); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1842: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1879); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1599); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2064); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1463); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1843: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1506); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1450); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(1599); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2064); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1844: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1992); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1557); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2674); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1845: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2451); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2594); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1846: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2420); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2378); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2679); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1847: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2453); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2616); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1848: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2437); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2671); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1849: ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1711); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2456); + lookahead == 'i') ADVANCE(2350); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2208); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1850: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1586); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2106); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1851: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2324); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2125); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1852: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1543); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1663); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1853: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1985); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1738); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1854: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2353); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(2110); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1855: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1544); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1488); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1856: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2030); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1754); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1857: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1616); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1497); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1858: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2155); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1887); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1513); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1859: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2032); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1503); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1860: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2065); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1857); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1726); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1861: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2065); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1776); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1862: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1617); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1794); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1863: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1593); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1800); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1864: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1998); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1778); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1865: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2107); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1520); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1866: ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1904); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2031); + lookahead == 'i') ADVANCE(2350); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1867: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2109); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1904); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1868: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2308); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(1523); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1468); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1869: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2191); + lookahead == 'i') ADVANCE(2017); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1575); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1870: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2312); + lookahead == 'i') ADVANCE(2478); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1871: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2372); + lookahead == 'i') ADVANCE(2446); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2405); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1872: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2236); + lookahead == 'i') ADVANCE(2480); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1873: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1721); + lookahead == 'i') ADVANCE(2463); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1874: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2323); + lookahead == 'i') ADVANCE(2483); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1875: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2416); + lookahead == 'i') ADVANCE(1606); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1876: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2454); + lookahead == 'i') ADVANCE(2350); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1877: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1607); + lookahead == 'i') ADVANCE(1561); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1878: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2069); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2181); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2029); + lookahead == 'i') ADVANCE(2010); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1879: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1948); + lookahead == 'i') ADVANCE(2379); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1880: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1456); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1741); + lookahead == 'i') ADVANCE(1562); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1881: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2037); + lookahead == 'i') ADVANCE(2055); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1882: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2283); + lookahead == 'i') ADVANCE(1636); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1883: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2417); + lookahead == 'i') ADVANCE(2180); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1884: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2452); + lookahead == 'i') ADVANCE(2057); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1885: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2033); + lookahead == 'i') ADVANCE(2091); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1882); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1886: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2041); + lookahead == 'i') ADVANCE(2091); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1887: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2284); + lookahead == 'i') ADVANCE(1637); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1888: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2455); + lookahead == 'i') ADVANCE(1613); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1889: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2117); + lookahead == 'i') ADVANCE(2023); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1890: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1953); + lookahead == 'i') ADVANCE(2132); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1891: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1736); + lookahead == 'i') ADVANCE(2056); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1892: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2120); + lookahead == 'i') ADVANCE(2134); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1893: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2075); + lookahead == 'i') ADVANCE(2334); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1894: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1483); + lookahead == 'i') ADVANCE(2216); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1895: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2122); + lookahead == 'i') ADVANCE(2338); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1896: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1697); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2239); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1445); + lookahead == 'i') ADVANCE(2399); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1897: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1697); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2239); + lookahead == 'i') ADVANCE(2262); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1898: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1697); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1445); + lookahead == 'i') ADVANCE(1742); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1899: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1697); + lookahead == 'i') ADVANCE(2349); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1900: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1490); + lookahead == 'i') ADVANCE(2442); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1901: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2419); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2340); + lookahead == 'i') ADVANCE(2481); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1902: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2438); + lookahead == 'i') ADVANCE(1627); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1903: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1993); + lookahead == 'i') ADVANCE(2095); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2206); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2053); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1904: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2068); + lookahead == 'i') ADVANCE(1973); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1905: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1995); + lookahead == 'i') ADVANCE(1474); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1762); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1906: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1996); + lookahead == 'i') ADVANCE(2062); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1907: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2457); + lookahead == 'i') ADVANCE(2309); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1908: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1522); + lookahead == 'i') ADVANCE(2443); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1909: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(2641); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2479); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1910: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(2636); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2058); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1911: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(2637); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2066); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1912: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(2638); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2310); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1913: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1641); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2482); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1914: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1711); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2142); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1915: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1494); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1978); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1916: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1585); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1757); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1917: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1966); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2293); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2044); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2145); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1918: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2579); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2101); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1919: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2519); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1499); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1920: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2525); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2147); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1921: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2658); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1717); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2265); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1463); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1922: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2520); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1717); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2265); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1923: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2591); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1717); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1463); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1924: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2515); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1717); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1925: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2653); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1506); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1926: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2275); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1583); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2445); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2367); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1927: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2275); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2384); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2464); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1928: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2275); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2504); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2018); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1929: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2091); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2094); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1930: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2152); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2020); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1931: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2404); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2021); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1932: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1587); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2484); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1933: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1356); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1540); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1934: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2446); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(2673); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1935: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2447); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(2667); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1936: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1845); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(2668); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1937: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2262); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(2669); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1938: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2083); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(1661); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1939: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2405); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2344); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(1732); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1940: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1447); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(1510); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1941: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1763); + lookahead == 'l') ADVANCE(1605); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1942: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1439); + lookahead == 'l') ADVANCE(1991); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2319); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2069); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1943: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1849); + lookahead == 'l') ADVANCE(2609); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1944: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2266); + lookahead == 'l') ADVANCE(2549); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1945: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2102); + lookahead == 'l') ADVANCE(2555); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1946: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1935); + lookahead == 'l') ADVANCE(2690); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1947: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2103); + lookahead == 'l') ADVANCE(2550); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1948: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1648); + lookahead == 'l') ADVANCE(2621); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1949: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1694); + lookahead == 'l') ADVANCE(2545); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1950: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2267); + lookahead == 'l') ADVANCE(2685); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1951: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2135); + lookahead == 'l') ADVANCE(2301); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1615); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1952: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1657); + lookahead == 'l') ADVANCE(2301); + 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(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1953: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1658); + lookahead == 'l') ADVANCE(2301); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2534); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1954: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2338); + lookahead == 'l') ADVANCE(2116); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1955: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2321); + lookahead == 'l') ADVANCE(2430); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1956: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1665); + lookahead == 'l') ADVANCE(2177); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1957: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1666); + lookahead == 'l') ADVANCE(1607); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1958: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1669); + lookahead == 'l') ADVANCE(1374); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1959: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1670); + lookahead == 'l') ADVANCE(2473); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1960: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1687); + lookahead == 'l') ADVANCE(1870); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1961: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1602); + lookahead == 'l') ADVANCE(2474); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1962: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1855); + lookahead == 'l') ADVANCE(2288); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1963: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2111); + lookahead == 'l') ADVANCE(2108); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1964: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1967); + lookahead == 'l') ADVANCE(2431); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2343); + lookahead == 'n') ADVANCE(2370); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1965: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2114); + lookahead == 'l') ADVANCE(1465); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1966: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1464); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1986); + lookahead == 'l') ADVANCE(1786); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1967: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1464); + lookahead == 'l') ADVANCE(1457); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1968: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2162); + lookahead == 'l') ADVANCE(1874); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1969: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2116); + lookahead == 'l') ADVANCE(2292); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1970: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1888); + lookahead == 'l') ADVANCE(2127); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1971: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(2119); + lookahead == 'l') ADVANCE(1961); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1972: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1515); + lookahead == 'l') ADVANCE(2128); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1973: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1907); + lookahead == 'l') ADVANCE(1668); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1974: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1440); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2675); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2293); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1975: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1380); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1714); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1976: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2727); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2160); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1977: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2584); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1677); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1978: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2568); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1678); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1979: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2596); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2364); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1980: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2651); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2347); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1981: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2652); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1685); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1982: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2656); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1686); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1983: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2657); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1689); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1984: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1933); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1690); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1985: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2389); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1707); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1986: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2012); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1622); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1987: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1645); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1880); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1988: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1759); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2136); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1989: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2056); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1992); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2369); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1990: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1672); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2139); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1991: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1674); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1483); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2011); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1992: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1470); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1485); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1483); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1993: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2390); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2187); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1994: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2159); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2141); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1995: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2391); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1913); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1996: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(2392); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(2144); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1997: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1476); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1533); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1998: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1491); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(1932); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 1999: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1773); + lookahead == 'm') ADVANCE(1458); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2707); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2000: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1505); + lookahead == 'm') ADVANCE(1398); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2001: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1517); + lookahead == 'm') ADVANCE(2759); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2002: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1583); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2614); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2003: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2675); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2598); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2004: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2618); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2326); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2626); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2005: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2618); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2683); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2006: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1527); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1698); + 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(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2007: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1459); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2688); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2008: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2561); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2689); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2009: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2514); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1647); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1958); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2010: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2514); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2416); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2011: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2719); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2036); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2012: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2696); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1665); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2013: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2552); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1782); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2014: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2570); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2081); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2015: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2722); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1692); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2016: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2721); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1694); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2017: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2711); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1489); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1501); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2018: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2716); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2417); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2019: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2630); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2184); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2020: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2581); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2418); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2021: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2661); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(2419); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2022: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2546); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1493); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2023: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2172); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1507); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2024: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2551); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1796); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2025: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1612); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1521); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2026: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2343); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(1535); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2027: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1611); + lookahead == 'n') ADVANCE(2707); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2028: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1597); + lookahead == 'n') ADVANCE(2648); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2352); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2029: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1555); + lookahead == 'n') ADVANCE(2648); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2030: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1800); + lookahead == 'n') ADVANCE(1544); + 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(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2031: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1796); + lookahead == 'n') ADVANCE(1477); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2032: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1801); + lookahead == 'n') ADVANCE(2591); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2033: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1453); + lookahead == 'n') ADVANCE(2544); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1667); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2034: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1528); + lookahead == 'n') ADVANCE(2544); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2035: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1589); + lookahead == 'n') ADVANCE(2751); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2036: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2287); + lookahead == 'n') ADVANCE(2728); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2037: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2256); + lookahead == 'n') ADVANCE(2582); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2038: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2297); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2542); + lookahead == 'n') ADVANCE(2600); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2039: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2297); + lookahead == 'n') ADVANCE(2754); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2040: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2448); + lookahead == 'n') ADVANCE(2753); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2041: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2258); + lookahead == 'n') ADVANCE(2743); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2042: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1613); + lookahead == 'n') ADVANCE(2748); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2043: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2384); + lookahead == 'n') ADVANCE(2661); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2044: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2300); + lookahead == 'n') ADVANCE(2611); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2045: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2301); + lookahead == 'n') ADVANCE(2693); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2046: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1618); + lookahead == 'n') ADVANCE(2576); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2047: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1368); + lookahead == 'n') ADVANCE(2197); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2048: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2290); + lookahead == 'n') ADVANCE(2581); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2049: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1934); + lookahead == 'n') ADVANCE(1632); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2050: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1495); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2450); + lookahead == 'n') ADVANCE(2369); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2051: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1599); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1856); + lookahead == 'n') ADVANCE(1631); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2052: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2304); + lookahead == 'n') ADVANCE(1617); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2053: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1606); + lookahead == 'n') ADVANCE(1574); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2054: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1584); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2504); + lookahead == 'n') ADVANCE(1615); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2055: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1584); + lookahead == 'n') ADVANCE(1824); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2056: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1374); + lookahead == 'n') ADVANCE(1820); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2057: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1393); + lookahead == 'n') ADVANCE(1825); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2058: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1650); + lookahead == 'n') ADVANCE(1471); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2059: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2313); + lookahead == 'n') ADVANCE(1545); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2060: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2335); + lookahead == 'n') ADVANCE(1609); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2061: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2314); + lookahead == 'n') ADVANCE(2313); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2062: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2296); + lookahead == 'n') ADVANCE(2282); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2063: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1562); + lookahead == 'n') ADVANCE(2323); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2572); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2064: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1462); + lookahead == 'n') ADVANCE(2323); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2065: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1608); + lookahead == 'n') ADVANCE(2411); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2066: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1874); + lookahead == 'n') ADVANCE(2284); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2067: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2289); + lookahead == 'n') ADVANCE(1633); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2068: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1610); + lookahead == 'n') ADVANCE(2475); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2069: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1465); + lookahead == 'n') ADVANCE(2326); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2070: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1460); + lookahead == 'n') ADVANCE(2327); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2071: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2344); + lookahead == 'n') ADVANCE(1638); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2072: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2421); + lookahead == 'n') ADVANCE(1386); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2073: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2174); + lookahead == 'n') ADVANCE(2316); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2074: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2422); + lookahead == 'n') ADVANCE(1959); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2075: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2369); + lookahead == 'n') ADVANCE(1511); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2477); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2076: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2173); + lookahead == 'n') ADVANCE(1619); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1881); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2077: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1903); + lookahead == 'n') ADVANCE(2330); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2078: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1906); + lookahead == 'n') ADVANCE(1626); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2079: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2632); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1616); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2534); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2080: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2617); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1616); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2081: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2601); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1392); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2082: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2620); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1411); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2083: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2492); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1670); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2084: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2702); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2339); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2085: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2602); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2361); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2086: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2523); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2340); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2087: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1964); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2322); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2088: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2387); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1580); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2089: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1850); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2198); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2090: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1939); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1481); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2091: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1533); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1628); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2092: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2157); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1899); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2093: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1963); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2315); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2094: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1605); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1630); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2095: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2426); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1484); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2096: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1549); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1478); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2097: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2428); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2370); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2098: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1357); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2447); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2099: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2160); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2199); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2100: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1590); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2448); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2101: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2408); + 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(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2102: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1551); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1928); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2103: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1553); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1931); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2104: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2011); + lookahead == 'o') ADVANCE(2663); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2105: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1556); + lookahead == 'o') ADVANCE(2647); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2106: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2185); + lookahead == 'o') ADVANCE(2631); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2107: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2014); + lookahead == 'o') ADVANCE(2650); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2108: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1923); + lookahead == 'o') ADVANCE(2520); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2109: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2047); + lookahead == 'o') ADVANCE(2734); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2110: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2015); + lookahead == 'o') ADVANCE(2632); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2111: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2188); + lookahead == 'o') ADVANCE(2553); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2112: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1369); + lookahead == 'o') ADVANCE(1989); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2113: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1954); + lookahead == 'o') ADVANCE(2414); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2114: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2189); + lookahead == 'o') ADVANCE(1875); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2115: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2018); + lookahead == 'o') ADVANCE(1964); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2116: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2190); + lookahead == 'o') ADVANCE(1551); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2117: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2019); + lookahead == 'o') ADVANCE(2182); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2118: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2049); + lookahead == 'o') ADVANCE(1988); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2119: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2192); + lookahead == 'o') ADVANCE(1625); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2120: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2020); + lookahead == 'o') ADVANCE(2452); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2121: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2193); + lookahead == 'o') ADVANCE(1567); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2122: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2022); + lookahead == 'o') ADVANCE(2454); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2123: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2196); + lookahead == 'o') ADVANCE(1375); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2124: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2197); + lookahead == 'o') ADVANCE(2185); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2125: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2217); + lookahead == 'o') ADVANCE(1610); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2126: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2071); + lookahead == 'o') ADVANCE(2434); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2127: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2072); + lookahead == 'o') ADVANCE(1569); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2128: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2026); + lookahead == 'o') ADVANCE(1571); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2129: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2108); + lookahead == 'o') ADVANCE(2035); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2130: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2386); + lookahead == 'o') ADVANCE(1585); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2131: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2239); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1445); + lookahead == 'o') ADVANCE(2210); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2132: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2239); + lookahead == 'o') ADVANCE(2038); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2133: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2113); + lookahead == 'o') ADVANCE(1948); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2134: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2363); + lookahead == 'o') ADVANCE(2072); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2135: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2223); + lookahead == 'o') ADVANCE(2039); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2136: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1609); + lookahead == 'o') ADVANCE(2213); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2137: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1558); + lookahead == 'o') ADVANCE(1387); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2138: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2165); + lookahead == 'o') ADVANCE(1979); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2139: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1893); + lookahead == 'o') ADVANCE(2214); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2140: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1951); + lookahead == 'o') ADVANCE(2042); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2141: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2062); + lookahead == 'o') ADVANCE(2215); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2142: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2406); + lookahead == 'o') ADVANCE(2043); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2143: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1965); + lookahead == 'o') ADVANCE(2074); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2144: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1969); + lookahead == 'o') ADVANCE(2217); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2145: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1971); + lookahead == 'o') ADVANCE(2044); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2146: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2413); + lookahead == 'o') ADVANCE(2218); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2147: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(2074); + lookahead == 'o') ADVANCE(2046); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2148: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2170); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2221); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2149: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2603); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1570); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1853); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2222); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2150: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2603); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1570); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2242); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2151: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2627); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2097); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2152: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2666); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2098); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2153: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2685); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2050); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2154: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2604); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2133); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2155: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2718); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2413); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2156: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2393); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2265); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1463); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2157: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1376); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2265); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2158: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1387); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2138); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2159: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1381); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2390); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2160: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1873); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2248); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2161: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2303); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1629); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2162: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1391); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1576); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2163: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2139); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2190); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2164: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2129); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1918); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2165: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1375); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1976); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2166: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2200); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2087); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2167: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1660); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2432); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2168: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1671); + 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(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2169: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1673); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2439); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2170: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1714); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1994); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2171: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1774); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2398); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1996); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2172: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2399); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1751); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(2100); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2173: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2399); + lookahead == 'p') ADVANCE(2195); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2174: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2400); + lookahead == 'p') ADVANCE(2633); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1589); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1878); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2175: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(2401); + lookahead == 'p') ADVANCE(2633); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1589); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2176: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2504); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1559); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2657); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2177: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2504); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2371); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2698); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2178: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2504); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2717); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2179: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(2396); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2634); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2180: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1880); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2575); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2750); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2181: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2542); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2420); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2182: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2539); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1394); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2183: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1600); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1405); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2184: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2440); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1399); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2185: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2619); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1898); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2186: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2724); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2329); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2187: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2541); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1409); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2188: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2707); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2164); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2189: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2705); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2154); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2190: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2709); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1393); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2191: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2599); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2225); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2192: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2714); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1680); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2193: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2560); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1691); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2194: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2567); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1693); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2195: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2629); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1735); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2196: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2588); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1797); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2425); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2197: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2587); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2426); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1773); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2198: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2713); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2426); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2199: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1350); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2427); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2200: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1846); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(2428); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2201: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2441); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2218); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2534); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1577); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2202: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1451); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2534); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(2398); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2203: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2442); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2534); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2204: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1695); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2631); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(2423); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2205: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2271); + lookahead == 'r') ADVANCE(1905); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2605); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2206: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1560); + lookahead == 'r') ADVANCE(2572); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2207: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2427); + lookahead == 'r') ADVANCE(2569); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2208: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2443); + lookahead == 'r') ADVANCE(1620); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2209: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2106); + lookahead == 'r') ADVANCE(2466); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2210: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1791); + lookahead == 'r') ADVANCE(2649); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2211: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2388); + lookahead == 'r') ADVANCE(2756); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2212: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1488); + lookahead == 'r') ADVANCE(2571); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2213: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2394); + lookahead == 'r') ADVANCE(2739); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2214: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1692); + lookahead == 'r') ADVANCE(2737); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2215: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1489); + lookahead == 'r') ADVANCE(2741); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2216: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2260); + lookahead == 'r') ADVANCE(2629); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2217: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2001); + lookahead == 'r') ADVANCE(2746); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2218: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2013); + lookahead == 'r') ADVANCE(2590); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2219: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2237); + lookahead == 'r') ADVANCE(2597); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2220: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1894); + lookahead == 'r') ADVANCE(2660); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2221: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2265); + lookahead == 'r') ADVANCE(2618); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2222: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1647); + lookahead == 'r') ADVANCE(2617); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2223: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2269); + lookahead == 'r') ADVANCE(2745); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2224: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2137); + lookahead == 'r') ADVANCE(1368); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2225: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2309); + lookahead == 'r') ADVANCE(1871); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2226: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1758); + lookahead == 'r') ADVANCE(2467); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2243); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2227: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2329); + lookahead == 'r') ADVANCE(1469); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2228: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2024); + lookahead == 'r') ADVANCE(2468); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2229: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1655); + lookahead == 'r') ADVANCE(1715); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2662); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2230: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1659); + lookahead == 'r') ADVANCE(2297); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2231: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1663); + lookahead == 'r') ADVANCE(1578); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2232: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2345); + lookahead == 'r') ADVANCE(2453); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2233: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2318); + lookahead == 'r') ADVANCE(2470); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2234: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1727); + lookahead == 'r') ADVANCE(2415); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2235: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1743); + lookahead == 'r') ADVANCE(2131); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2236: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2278); + lookahead == 'r') ADVANCE(1814); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2237: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1877); + lookahead == 'r') ADVANCE(2421); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2238: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1808); + lookahead == 'r') ADVANCE(1504); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2239: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1997); + lookahead == 'r') ADVANCE(1712); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2240: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1445); + lookahead == 'r') ADVANCE(1505); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2241: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1724); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2142); + lookahead == 'r') ADVANCE(2286); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2242: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1563); + lookahead == 'r') ADVANCE(2026); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2243: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2339); + lookahead == 'r') ADVANCE(2037); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2244: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1816); + lookahead == 'r') ADVANCE(2263); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2245: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2121); + lookahead == 'r') ADVANCE(1919); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2246: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2245); + lookahead == 'r') ADVANCE(2291); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2247: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1486); + lookahead == 'r') ADVANCE(1667); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2248: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1900); + lookahead == 'r') ADVANCE(2295); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2249: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1779); + lookahead == 'r') ADVANCE(2162); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2250: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1502); + lookahead == 'r') ADVANCE(1779); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2251: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(2414); + lookahead == 'r') ADVANCE(2335); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2252: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1908); + lookahead == 'r') ADVANCE(2355); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2253: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2478); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1781); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2254: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2513); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2048); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2255: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2728); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1675); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2256: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2508); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1679); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2257: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2509); + 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(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2258: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2510); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2344); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2259: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2610); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1683); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2260: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2700); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1748); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2261: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2590); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1764); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2262: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2701); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2304); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2263: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2614); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1902); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2264: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2582); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1832); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2265: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2689); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2022); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2266: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2690); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1463); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2267: ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1745); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2521); + lookahead == 's') ADVANCE(2167); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2268: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2715); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1581); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2269: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2717); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2365); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2270: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2254); + 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(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2271: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1882); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2146); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2272: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2356); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2271); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2273: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1554); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1502); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2274: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1638); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1550); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1925); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2275: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1639); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1802); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2276: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2298); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1518); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2277: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1875); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(2440); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2278: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(2302); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1933); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2279: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1847); + lookahead == 's') ADVANCE(2506); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2280: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1644); + lookahead == 's') ADVANCE(2543); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2281: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2142); + lookahead == 's') ADVANCE(2760); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2282: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1726); + lookahead == 's') ADVANCE(2538); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2283: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2376); + lookahead == 's') ADVANCE(2539); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2284: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1661); + lookahead == 's') ADVANCE(2540); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2285: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1783); + lookahead == 's') ADVANCE(2640); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2286: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2292); + lookahead == 's') ADVANCE(2732); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2287: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1508); + lookahead == 's') ADVANCE(2620); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2288: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1745); + lookahead == 's') ADVANCE(2733); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2289: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1771); + lookahead == 's') ADVANCE(2644); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2290: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1871); + lookahead == 's') ADVANCE(2612); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2291: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1784); + lookahead == 's') ADVANCE(2721); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2292: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1504); + lookahead == 's') ADVANCE(2722); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2293: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2380); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1509); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1762); + lookahead == 's') ADVANCE(2551); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2294: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2482); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2747); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2295: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2575); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2749); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2296: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1509); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2280); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2297: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2710); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1907); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2298: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2644); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2382); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2299: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2628); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1573); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2300: ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1658); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2650); + lookahead == 't') ADVANCE(1568); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2301: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2577); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1659); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2302: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2643); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2324); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2303: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2549); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1900); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2304: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2522); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2328); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2305: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2553); + 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(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2306: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2565); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1664); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2307: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2608); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2167); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2308: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2639); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1747); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2309: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2607); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2403); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2310: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2484); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1681); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2311: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2572); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1806); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2312: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2613); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2318); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2313: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2655); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1524); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2314: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2720); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1766); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2315: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2708); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1793); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2316: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2485); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1896); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2317: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2518); + 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(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2318: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2606); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1519); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2319: ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(2407); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2486); + lookahead == 't') ADVANCE(1525); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1785); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2320: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2554); + lookahead == 't') ADVANCE(2510); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2321: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2704); + lookahead == 't') ADVANCE(2605); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2322: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2622); + lookahead == 't') ADVANCE(1525); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2323: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2517); + lookahead == 't') ADVANCE(2742); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2324: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1821); + lookahead == 't') ADVANCE(2676); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2325: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1430); + lookahead == 't') ADVANCE(2658); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2326: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2156); + lookahead == 't') ADVANCE(2682); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2327: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2098); + lookahead == 't') ADVANCE(2607); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2328: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1852); + lookahead == 't') ADVANCE(2675); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2329: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2444); + lookahead == 't') ADVANCE(2579); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2330: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1823); + lookahead == 't') ADVANCE(2552); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2331: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1865); + lookahead == 't') ADVANCE(2583); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2332: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2449); + lookahead == 't') ADVANCE(2595); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2333: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2104); + lookahead == 't') ADVANCE(2638); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2334: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1372); + lookahead == 't') ADVANCE(2670); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2335: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2261); + lookahead == 't') ADVANCE(2637); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2336: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2211); + lookahead == 't') ADVANCE(2512); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2337: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1482); + lookahead == 't') ADVANCE(2602); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2338: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1858); + lookahead == 't') ADVANCE(2643); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2339: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2247); + lookahead == 't') ADVANCE(2687); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2340: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1761); + lookahead == 't') ADVANCE(2752); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2341: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1436); + lookahead == 't') ADVANCE(2740); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2342: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1500); + lookahead == 't') ADVANCE(2513); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2343: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1510); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1762); + lookahead == 't') ADVANCE(2548); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2344: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1510); + lookahead == 't') ADVANCE(2636); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2345: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1364); + lookahead == 't') ADVANCE(2514); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2346: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1653); + lookahead == 't') ADVANCE(2584); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2347: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1654); + lookahead == 't') ADVANCE(2736); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2348: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1725); + lookahead == 't') ADVANCE(2652); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2349: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1675); + lookahead == 't') ADVANCE(2547); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2350: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1737); + lookahead == 't') ADVANCE(1845); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2351: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1826); + lookahead == 't') ADVANCE(1448); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2352: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2409); + lookahead == 't') ADVANCE(2181); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2353: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1859); + lookahead == 't') ADVANCE(2123); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2354: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2112); + lookahead == 't') ADVANCE(1877); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2355: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1867); + lookahead == 't') ADVANCE(2471); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2356: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2215); + lookahead == 't') ADVANCE(1847); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2357: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1382); + lookahead == 't') ADVANCE(1890); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2358: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1511); + lookahead == 't') ADVANCE(2476); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2359: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1570); + lookahead == 't') ADVANCE(2129); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2360: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1889); + lookahead == 't') ADVANCE(1390); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2361: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2115); + lookahead == 't') ADVANCE(2287); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2362: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2361); + lookahead == 't') ADVANCE(2234); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2363: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1461); + lookahead == 't') ADVANCE(1498); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2364: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1466); + lookahead == 't') ADVANCE(1883); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2365: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2123); + lookahead == 't') ADVANCE(2273); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2366: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2124); + lookahead == 't') ADVANCE(1516); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2367: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1747); + lookahead == 't') ADVANCE(1784); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2368: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1748); + lookahead == 't') ADVANCE(1454); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2369: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1749); + lookahead == 't') ADVANCE(1526); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1785); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2370: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2138); + lookahead == 't') ADVANCE(1526); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2371: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1768); + lookahead == 't') ADVANCE(1382); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2372: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1883); + lookahead == 't') ADVANCE(1673); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2373: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1892); + lookahead == 't') ADVANCE(1674); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2374: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2175); + lookahead == 't') ADVANCE(1746); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2375: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1895); + lookahead == 't') ADVANCE(1695); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2376: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1775); + lookahead == 't') ADVANCE(1758); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2377: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1514); + lookahead == 't') ADVANCE(1851); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2378: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1781); + lookahead == 't') ADVANCE(2435); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2379: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1516); + lookahead == 't') ADVANCE(1884); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2380: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2251); + lookahead == 't') ADVANCE(2137); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2381: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1525); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1892); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2382: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1719); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2240); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2383: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1797); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1400); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2384: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1976); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1527); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2385: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2326); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1589); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2386: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2044); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1914); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2387: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2206); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2140); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2388: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1568); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2387); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2389: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1980); + 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(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2390: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1981); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1479); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2391: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1982); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1486); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2392: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1983); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2148); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2393: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2305); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2149); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2394: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2016); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1768); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2395: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2268); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1769); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2396: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1651); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1771); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2397: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2362); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2163); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2398: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2228); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1790); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2399: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2316); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1908); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2400: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2319); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1917); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2401: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2320); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2200); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2402: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2053); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1920); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2403: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1938); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1798); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2404: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2277); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1532); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2405: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1989); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1804); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2406: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2242); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1534); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2407: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1955); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2277); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2408: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2059); + lookahead == 'u') ADVANCE(1543); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2409: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2230); + lookahead == 'u') ADVANCE(1740); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2410: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2231); + lookahead == 'u') ADVANCE(1821); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2411: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1720); + lookahead == 'u') ADVANCE(2001); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2412: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2354); + lookahead == 'u') ADVANCE(2352); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2413: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(2374); + lookahead == 'u') ADVANCE(2069); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2414: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1577); + lookahead == 'u') ADVANCE(2231); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2415: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1715); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1587); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2416: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1739); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2005); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2417: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1676); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2006); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2418: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1718); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2007); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2419: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1485); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2008); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2420: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1499); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2331); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2421: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1770); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2040); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2422: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1772); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2294); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2423: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1782); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1671); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2424: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(2524); + 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(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2425: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(2694); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2254); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2426: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(2625); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2342); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2427: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1887); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2345); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2428: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(2017); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2346); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2429: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1837); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2078); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2430: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2640); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2303); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2431: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2671); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2014); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); case 2432: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2268); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2433: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1980); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2434: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2084); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2435: + ACCEPT_TOKEN(sym_identifier); + 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(2485); + END_STATE(); + case 2436: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2259); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2437: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1741); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2438: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2380); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2439: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(2401); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2440: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1596); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2441: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1736); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2442: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1760); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2443: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1696); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2444: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1739); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2445: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1501); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2446: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1515); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2447: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1792); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2448: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1795); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2449: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(1805); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2450: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(2554); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2451: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(2726); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2452: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(2655); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2453: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1912); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2454: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(2041); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2455: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(1862); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2456: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'X' || lookahead == 'x') ADVANCE(2672); @@ -35822,309 +35675,345 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2433: + case 2457: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1853); + lookahead == 'x') ADVANCE(2703); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2434: + case 2458: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1559); + lookahead == 'x') ADVANCE(2704); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2435: + case 2459: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2334); + lookahead == 'x') ADVANCE(1878); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2436: + case 2460: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2322); + lookahead == 'x') ADVANCE(1577); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2437: + case 2461: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1728); + lookahead == 'x') ADVANCE(2360); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2438: + case 2462: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1767); + lookahead == 'x') ADVANCE(2348); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2439: + case 2463: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1905); + lookahead == 'x') ADVANCE(1749); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2440: + case 2464: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1789); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2465: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1930); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2466: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2547); + lookahead == 'y') ADVANCE(2577); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2441: + case 2467: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2623); + lookahead == 'y') ADVANCE(2653); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2442: + case 2468: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2600); + lookahead == 'y') ADVANCE(2630); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2443: + case 2469: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2669); + lookahead == 'y') ADVANCE(2659); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2444: + case 2470: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2576); + lookahead == 'y') ADVANCE(2701); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2445: + case 2471: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2703); + lookahead == 'y') ADVANCE(2606); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2446: + case 2472: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2660); + lookahead == 'y') ADVANCE(2735); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2447: + case 2473: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2648); + lookahead == 'y') ADVANCE(2692); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2448: + case 2474: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2429); + lookahead == 'y') ADVANCE(2680); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2449: + case 2475: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2168); + lookahead == 'y') ADVANCE(2455); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2450: + case 2476: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2169); + lookahead == 'y') ADVANCE(2193); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2451: + case 2477: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2194); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '\\' || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + lookahead == '|') ADVANCE(2485); + END_STATE(); + case 2478: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1518); + lookahead == 'z') ADVANCE(1536); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2452: + case 2479: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1637); + lookahead == 'z') ADVANCE(1657); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2453: + case 2480: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1662); + lookahead == 'z') ADVANCE(1682); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2454: + case 2481: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1664); + lookahead == 'z') ADVANCE(1684); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2455: + case 2482: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1738); + lookahead == 'z') ADVANCE(1759); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2456: + case 2483: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1519); + lookahead == 'z') ADVANCE(1537); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2457: + case 2484: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1520); + lookahead == 'z') ADVANCE(1538); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2458: + case 2485: ACCEPT_TOKEN(sym_identifier); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || @@ -36132,62 +36021,67 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2459: + case 2486: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); - case 2460: + case 2487: ACCEPT_TOKEN(sym__terminator); END_STATE(); - case 2461: + case 2488: ACCEPT_TOKEN(aux_sym__block_terminator_token1); END_STATE(); - case 2462: + case 2489: + ACCEPT_TOKEN(aux_sym__block_terminator_token1); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(1719); + END_STATE(); + case 2490: ACCEPT_TOKEN(sym_null_expression); END_STATE(); - case 2463: + case 2491: ACCEPT_TOKEN(sym__integer_literal); - if (lookahead == '/') ADVANCE(1315); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2465); + if (lookahead == '/') ADVANCE(1333); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2493); END_STATE(); - case 2464: + case 2492: ACCEPT_TOKEN(sym__integer_literal); - if (lookahead == '/') ADVANCE(1315); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2463); + if (lookahead == '/') ADVANCE(1333); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2491); END_STATE(); - case 2465: + case 2493: ACCEPT_TOKEN(sym__integer_literal); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2465); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2493); END_STATE(); - case 2466: + case 2494: ACCEPT_TOKEN(sym_date_literal); END_STATE(); - case 2467: + case 2495: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); - case 2468: + case 2496: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); - case 2469: + case 2497: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); - case 2470: + case 2498: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); - case 2471: + case 2499: ACCEPT_TOKEN(aux_sym_double_quoted_string_token1); - if (lookahead == '*') ADVANCE(1340); - if (lookahead == '/') ADVANCE(1332); + if (lookahead == '*') ADVANCE(1358); + if (lookahead == '/') ADVANCE(1350); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(2473); + lookahead != '\\') ADVANCE(2501); END_STATE(); - case 2472: + case 2500: ACCEPT_TOKEN(aux_sym_double_quoted_string_token1); - if (lookahead == '/') ADVANCE(2471); + if (lookahead == '/') ADVANCE(2499); if (lookahead == '\\') ADVANCE(17); - if (lookahead == '{') ADVANCE(1346); + if (lookahead == '{') ADVANCE(1364); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || @@ -36195,70 +36089,70 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || - lookahead == 65279) ADVANCE(2472); + lookahead == 65279) ADVANCE(2500); if (lookahead != 0 && - lookahead != '"') ADVANCE(2473); + lookahead != '"') ADVANCE(2501); END_STATE(); - case 2473: + case 2501: ACCEPT_TOKEN(aux_sym_double_quoted_string_token1); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(2473); + lookahead != '\\') ADVANCE(2501); END_STATE(); - case 2474: + case 2502: ACCEPT_TOKEN(aux_sym_double_quoted_string_token2); END_STATE(); - case 2475: + case 2503: ACCEPT_TOKEN(anon_sym_SQUOTE); END_STATE(); - case 2476: + case 2504: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); - case 2477: + case 2505: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); - case 2478: + case 2506: ACCEPT_TOKEN(aux_sym_type_tuning_token1); END_STATE(); - case 2479: + case 2507: ACCEPT_TOKEN(aux_sym_type_tuning_token2); END_STATE(); - case 2480: + case 2508: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); - case 2481: + case 2509: ACCEPT_TOKEN(aux_sym_unary_expression_token1); END_STATE(); - case 2482: + case 2510: ACCEPT_TOKEN(aux_sym_unary_expression_token2); END_STATE(); - case 2483: + case 2511: ACCEPT_TOKEN(aux_sym_temp_table_expression_token1); END_STATE(); - case 2484: + case 2512: ACCEPT_TOKEN(aux_sym_dataset_expression_token1); END_STATE(); - case 2485: + case 2513: ACCEPT_TOKEN(aux_sym_input_expression_token1); END_STATE(); - case 2486: + case 2514: ACCEPT_TOKEN(aux_sym_input_expression_token1); - if (lookahead == '-') ADVANCE(2146); + if (lookahead == '-') ADVANCE(2169); END_STATE(); - case 2487: + case 2515: ACCEPT_TOKEN(aux_sym_input_expression_token1); - if (lookahead == '-') ADVANCE(985); + if (lookahead == '-') ADVANCE(999); END_STATE(); - case 2488: + case 2516: ACCEPT_TOKEN(aux_sym_input_expression_token2); END_STATE(); - case 2489: + case 2517: ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); - case 2490: + case 2518: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); - case 2491: + case 2519: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || @@ -36266,187 +36160,197 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2492: + case 2520: ACCEPT_TOKEN(aux_sym__multiplicative_operator_token1); END_STATE(); - case 2493: + case 2521: + ACCEPT_TOKEN(aux_sym__multiplicative_operator_token2); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(795); + END_STATE(); + case 2522: + ACCEPT_TOKEN(aux_sym__multiplicative_operator_token2); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1963); + END_STATE(); + case 2523: ACCEPT_TOKEN(anon_sym_LT); END_STATE(); - case 2494: + case 2524: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '=') ADVANCE(2495); - if (lookahead == '>') ADVANCE(2496); + if (lookahead == '=') ADVANCE(2525); + if (lookahead == '>') ADVANCE(2526); END_STATE(); - case 2495: + case 2525: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); - case 2496: + case 2526: ACCEPT_TOKEN(anon_sym_LT_GT); END_STATE(); - case 2497: + case 2527: ACCEPT_TOKEN(anon_sym_GT); END_STATE(); - case 2498: + case 2528: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(2499); + if (lookahead == '=') ADVANCE(2529); END_STATE(); - case 2499: + case 2529: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); - case 2500: + case 2530: ACCEPT_TOKEN(aux_sym__comparison_operator_token1); END_STATE(); - case 2501: + case 2531: ACCEPT_TOKEN(aux_sym__comparison_operator_token2); END_STATE(); - case 2502: + case 2532: ACCEPT_TOKEN(aux_sym__comparison_operator_token3); END_STATE(); - case 2503: + case 2533: ACCEPT_TOKEN(aux_sym__comparison_operator_token3); if (lookahead == 'W' || - lookahead == 'w') ADVANCE(2524); + lookahead == 'w') ADVANCE(2554); END_STATE(); - case 2504: + case 2534: ACCEPT_TOKEN(aux_sym__comparison_operator_token4); END_STATE(); - case 2505: + case 2535: ACCEPT_TOKEN(aux_sym__comparison_operator_token5); END_STATE(); - case 2506: + case 2536: ACCEPT_TOKEN(aux_sym__comparison_operator_token6); END_STATE(); - case 2507: + case 2537: ACCEPT_TOKEN(aux_sym__comparison_operator_token6); if (lookahead == 'T' || - lookahead == 't') ADVANCE(2574); + lookahead == 't') ADVANCE(2604); END_STATE(); - case 2508: + case 2538: ACCEPT_TOKEN(aux_sym__comparison_operator_token7); END_STATE(); - case 2509: + case 2539: ACCEPT_TOKEN(aux_sym__comparison_operator_token8); END_STATE(); - case 2510: + case 2540: ACCEPT_TOKEN(aux_sym__comparison_operator_token9); END_STATE(); - case 2511: + case 2541: ACCEPT_TOKEN(aux_sym_include_argument_token1); END_STATE(); - case 2512: + case 2542: ACCEPT_TOKEN(aux_sym_primitive_type_token1); END_STATE(); - case 2513: + case 2543: ACCEPT_TOKEN(aux_sym_class_type_token1); END_STATE(); - case 2514: + case 2544: ACCEPT_TOKEN(aux_sym_when_expression_token1); END_STATE(); - case 2515: + case 2545: ACCEPT_TOKEN(aux_sym_variable_tuning_token1); END_STATE(); - case 2516: + case 2546: ACCEPT_TOKEN(aux_sym_variable_tuning_token2); if (lookahead == 'I' || lookahead == 'i') ADVANCE(285); END_STATE(); - case 2517: + case 2547: ACCEPT_TOKEN(aux_sym_variable_tuning_token2); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1471); + lookahead == 'i') ADVANCE(1490); END_STATE(); - case 2518: + case 2548: ACCEPT_TOKEN(aux_sym_variable_tuning_token3); END_STATE(); - case 2519: + case 2549: ACCEPT_TOKEN(aux_sym_variable_tuning_token4); END_STATE(); - case 2520: + case 2550: ACCEPT_TOKEN(aux_sym_variable_tuning_token5); END_STATE(); - case 2521: + case 2551: ACCEPT_TOKEN(aux_sym_variable_tuning_token6); END_STATE(); - case 2522: + case 2552: ACCEPT_TOKEN(aux_sym_variable_tuning_token7); END_STATE(); - case 2523: + case 2553: ACCEPT_TOKEN(aux_sym_variable_tuning_token8); END_STATE(); - case 2524: + case 2554: ACCEPT_TOKEN(aux_sym_scope_tuning_token1); END_STATE(); - case 2525: + case 2555: ACCEPT_TOKEN(aux_sym_scope_tuning_token2); END_STATE(); - case 2526: + case 2556: ACCEPT_TOKEN(aux_sym_scope_tuning_token3); END_STATE(); - case 2527: + case 2557: ACCEPT_TOKEN(aux_sym_scope_tuning_token4); END_STATE(); - case 2528: + case 2558: ACCEPT_TOKEN(aux_sym_access_tuning_token1); END_STATE(); - case 2529: + case 2559: ACCEPT_TOKEN(aux_sym_access_tuning_token2); END_STATE(); - case 2530: + case 2560: ACCEPT_TOKEN(aux_sym_access_tuning_token3); END_STATE(); - case 2531: + case 2561: ACCEPT_TOKEN(aux_sym_access_tuning_token4); END_STATE(); - case 2532: + case 2562: ACCEPT_TOKEN(aux_sym_access_tuning_token5); END_STATE(); - case 2533: + case 2563: ACCEPT_TOKEN(aux_sym_serialization_tuning_token1); END_STATE(); - case 2534: + case 2564: ACCEPT_TOKEN(aux_sym_serialization_tuning_token2); END_STATE(); - case 2535: + case 2565: ACCEPT_TOKEN(aux_sym_variable_definition_token1); END_STATE(); - case 2536: + case 2566: ACCEPT_TOKEN(aux_sym_variable_definition_token2); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(901); + lookahead == 'i') ADVANCE(913); END_STATE(); - case 2537: + case 2567: ACCEPT_TOKEN(aux_sym_variable_definition_token2); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2058); + lookahead == 'i') ADVANCE(2083); END_STATE(); - case 2538: + case 2568: ACCEPT_TOKEN(aux_sym_variable_definition_token3); END_STATE(); - case 2539: + case 2569: ACCEPT_TOKEN(aux_sym_variable_definition_token4); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1479); + lookahead == 'i') ADVANCE(1496); END_STATE(); - case 2540: + case 2570: ACCEPT_TOKEN(aux_sym_variable_definition_token4); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(336); + lookahead == 'i') ADVANCE(333); END_STATE(); - case 2541: + case 2571: ACCEPT_TOKEN(aux_sym_buffer_definition_token1); END_STATE(); - case 2542: + case 2572: ACCEPT_TOKEN(aux_sym_buffer_definition_token2); END_STATE(); - case 2543: + case 2573: ACCEPT_TOKEN(aux_sym_query_definition_tuning_token1); END_STATE(); - case 2544: + case 2574: ACCEPT_TOKEN(anon_sym_SCROLLING); END_STATE(); - case 2545: + case 2575: ACCEPT_TOKEN(anon_sym_SCROLLING); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || @@ -36454,156 +36358,156 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2546: + case 2576: ACCEPT_TOKEN(aux_sym_query_definition_tuning_token2); END_STATE(); - case 2547: + case 2577: ACCEPT_TOKEN(aux_sym_query_definition_token1); END_STATE(); - case 2548: + case 2578: ACCEPT_TOKEN(aux_sym_query_definition_token2); END_STATE(); - case 2549: + case 2579: ACCEPT_TOKEN(aux_sym_query_definition_token3); END_STATE(); - case 2550: + case 2580: ACCEPT_TOKEN(aux_sym_return_type_token1); END_STATE(); - case 2551: + case 2581: ACCEPT_TOKEN(aux_sym_return_type_token2); END_STATE(); - case 2552: + case 2582: ACCEPT_TOKEN(aux_sym_return_type_token2); if (lookahead == 'S' || - lookahead == 's') ADVANCE(2550); + lookahead == 's') ADVANCE(2580); END_STATE(); - case 2553: + case 2583: ACCEPT_TOKEN(aux_sym_argument_mode_token1); END_STATE(); - case 2554: + case 2584: ACCEPT_TOKEN(aux_sym_argument_mode_token2); END_STATE(); - case 2555: + case 2585: ACCEPT_TOKEN(aux_sym_argument_mode_token3); END_STATE(); - case 2556: + case 2586: ACCEPT_TOKEN(aux_sym_argument_pass_type_token1); END_STATE(); - case 2557: + case 2587: ACCEPT_TOKEN(aux_sym_argument_pass_type_token2); END_STATE(); - case 2558: + case 2588: ACCEPT_TOKEN(aux_sym_argument_pass_type_token3); END_STATE(); - case 2559: + case 2589: ACCEPT_TOKEN(aux_sym__function_argument_with_mode_token4); END_STATE(); - case 2560: + case 2590: ACCEPT_TOKEN(aux_sym_function_call_token1); END_STATE(); - case 2561: + case 2591: ACCEPT_TOKEN(aux_sym_if_statement_token2); END_STATE(); - case 2562: + case 2592: ACCEPT_TOKEN(aux_sym_else_statement_token1); END_STATE(); - case 2563: + case 2593: ACCEPT_TOKEN(aux_sym_while_phrase_token1); END_STATE(); - case 2564: + case 2594: ACCEPT_TOKEN(aux_sym_repeat_tuning_token1); END_STATE(); - case 2565: + case 2595: ACCEPT_TOKEN(aux_sym_repeat_statement_token1); END_STATE(); - case 2566: + case 2596: ACCEPT_TOKEN(aux_sym__procedure_terminator_token1); END_STATE(); - case 2567: + case 2597: ACCEPT_TOKEN(aux_sym_procedure_parameter_definition_token1); END_STATE(); - case 2568: + case 2598: ACCEPT_TOKEN(aux_sym_procedure_parameter_definition_token2); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2367); + lookahead == 'e') ADVANCE(2394); END_STATE(); - case 2569: + case 2599: ACCEPT_TOKEN(aux_sym_procedure_parameter_definition_token2); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1220); + lookahead == 'e') ADVANCE(1237); END_STATE(); - case 2570: + case 2600: ACCEPT_TOKEN(aux_sym__function_terminator_token1); END_STATE(); - case 2571: + case 2601: ACCEPT_TOKEN(aux_sym_interface_statement_token1); END_STATE(); - case 2572: + case 2602: ACCEPT_TOKEN(aux_sym_property_type_token1); END_STATE(); - case 2573: + case 2603: ACCEPT_TOKEN(aux_sym_property_type_token2); END_STATE(); - case 2574: + case 2604: ACCEPT_TOKEN(aux_sym_getter_token1); END_STATE(); - case 2575: + case 2605: ACCEPT_TOKEN(aux_sym_setter_token1); END_STATE(); - case 2576: + case 2606: ACCEPT_TOKEN(aux_sym_property_definition_token1); END_STATE(); - case 2577: + case 2607: ACCEPT_TOKEN(aux_sym_event_definition_token1); END_STATE(); - case 2578: + case 2608: ACCEPT_TOKEN(aux_sym_event_definition_token2); END_STATE(); - case 2579: + case 2609: ACCEPT_TOKEN(aux_sym_method_tuning_token1); END_STATE(); - case 2580: + case 2610: ACCEPT_TOKEN(aux_sym_method_definition_token1); END_STATE(); - case 2581: + case 2611: ACCEPT_TOKEN(aux_sym_data_relation_token1); END_STATE(); - case 2582: + case 2612: ACCEPT_TOKEN(aux_sym_data_relation_token2); END_STATE(); - case 2583: + case 2613: ACCEPT_TOKEN(aux_sym_using_statement_token1); END_STATE(); - case 2584: + case 2614: ACCEPT_TOKEN(aux_sym_using_statement_token2); END_STATE(); - case 2585: + case 2615: ACCEPT_TOKEN(aux_sym_using_statement_token3); END_STATE(); - case 2586: + case 2616: ACCEPT_TOKEN(aux_sym_using_statement_token4); END_STATE(); - case 2587: + case 2617: ACCEPT_TOKEN(aux_sym_constructor_definition_token1); END_STATE(); - case 2588: + case 2618: ACCEPT_TOKEN(aux_sym_destructor_definition_token1); END_STATE(); - case 2589: + case 2619: ACCEPT_TOKEN(aux_sym_inherits_token1); END_STATE(); - case 2590: + case 2620: ACCEPT_TOKEN(aux_sym_implements_token1); END_STATE(); - case 2591: + case 2621: ACCEPT_TOKEN(aux_sym_use_widget_pool_token1); END_STATE(); - case 2592: + case 2622: ACCEPT_TOKEN(anon_sym_NO_DASHERROR); END_STATE(); - case 2593: + case 2623: ACCEPT_TOKEN(anon_sym_NO_DASHERROR); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || @@ -36611,428 +36515,434 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\\' || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - lookahead == '|') ADVANCE(2458); + lookahead == '|') ADVANCE(2485); END_STATE(); - case 2594: + case 2624: ACCEPT_TOKEN(aux_sym_stream_definition_token1); END_STATE(); - case 2595: + case 2625: ACCEPT_TOKEN(aux_sym_stream_definition_token1); - if (lookahead == '-') ADVANCE(685); + if (lookahead == '-') ADVANCE(693); END_STATE(); - case 2596: + case 2626: ACCEPT_TOKEN(aux_sym_stream_definition_token1); - if (lookahead == '-') ADVANCE(1830); + if (lookahead == '-') ADVANCE(1855); END_STATE(); - case 2597: + case 2627: ACCEPT_TOKEN(aux_sym_input_close_statement_token1); END_STATE(); - case 2598: + case 2628: ACCEPT_TOKEN(aux_sym_input_close_statement_token2); END_STATE(); - case 2599: + case 2629: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token1); END_STATE(); - case 2600: + case 2630: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token2); END_STATE(); - case 2601: + case 2631: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token3); END_STATE(); - case 2602: + case 2632: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token4); END_STATE(); - case 2603: + case 2633: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token5); END_STATE(); - case 2604: + case 2634: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token6); END_STATE(); - case 2605: + case 2635: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token7); END_STATE(); - case 2606: + case 2636: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token8); END_STATE(); - case 2607: + case 2637: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token9); END_STATE(); - case 2608: + case 2638: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token10); END_STATE(); - case 2609: + case 2639: ACCEPT_TOKEN(aux_sym_input_stream_tuning_token11); END_STATE(); - case 2610: + case 2640: ACCEPT_TOKEN(aux_sym_output_stream_tuning_token1); END_STATE(); - case 2611: + case 2641: ACCEPT_TOKEN(aux_sym_output_stream_tuning_token2); END_STATE(); - case 2612: + case 2642: ACCEPT_TOKEN(aux_sym_output_stream_tuning_token3); END_STATE(); - case 2613: + case 2643: ACCEPT_TOKEN(aux_sym_output_stream_tuning_token4); END_STATE(); - case 2614: + case 2644: ACCEPT_TOKEN(aux_sym_output_stream_tuning_token5); END_STATE(); - case 2615: + case 2645: ACCEPT_TOKEN(aux_sym_output_stream_tuning_token6); END_STATE(); - case 2616: + case 2646: ACCEPT_TOKEN(aux_sym_output_stream_tuning_token7); END_STATE(); - case 2617: + case 2647: ACCEPT_TOKEN(aux_sym_output_stream_statement_token1); END_STATE(); - case 2618: + case 2648: ACCEPT_TOKEN(aux_sym_on_error_phrase_token1); END_STATE(); - case 2619: + case 2649: ACCEPT_TOKEN(aux_sym_on_error_phrase_token2); END_STATE(); - case 2620: + case 2650: ACCEPT_TOKEN(aux_sym_on_error_phrase_token3); END_STATE(); - case 2621: + case 2651: ACCEPT_TOKEN(aux_sym_on_error_phrase_token4); END_STATE(); - case 2622: + case 2652: ACCEPT_TOKEN(aux_sym_on_error_phrase_token5); END_STATE(); - case 2623: + case 2653: ACCEPT_TOKEN(aux_sym_on_error_phrase_token6); END_STATE(); - case 2624: + case 2654: ACCEPT_TOKEN(aux_sym_on_error_phrase_token7); END_STATE(); - case 2625: + case 2655: ACCEPT_TOKEN(aux_sym_on_error_phrase_token8); END_STATE(); - case 2626: + case 2656: ACCEPT_TOKEN(aux_sym_on_stop_phrase_token1); END_STATE(); - case 2627: + case 2657: ACCEPT_TOKEN(aux_sym_on_stop_phrase_token1); - if (lookahead == '-') ADVANCE(1442); + if (lookahead == '-') ADVANCE(1460); END_STATE(); - case 2628: + case 2658: ACCEPT_TOKEN(aux_sym_on_quit_phrase_token1); END_STATE(); - case 2629: + case 2659: + ACCEPT_TOKEN(aux_sym_on_endkey_phrase_token1); + END_STATE(); + case 2660: ACCEPT_TOKEN(aux_sym_stop_after_phrase_token1); END_STATE(); - case 2630: + case 2661: ACCEPT_TOKEN(aux_sym_do_tuning_token1); END_STATE(); - case 2631: + case 2662: ACCEPT_TOKEN(aux_sym_to_phrase_token1); END_STATE(); - case 2632: + case 2663: ACCEPT_TOKEN(aux_sym_do_block_token1); END_STATE(); - case 2633: + case 2664: ACCEPT_TOKEN(aux_sym__case_terminator_token1); END_STATE(); - case 2634: + case 2665: ACCEPT_TOKEN(aux_sym_case_otherwise_branch_token1); END_STATE(); - case 2635: + case 2666: ACCEPT_TOKEN(aux_sym_where_clause_token1); END_STATE(); - case 2636: + case 2667: ACCEPT_TOKEN(aux_sym_query_tuning_token1); END_STATE(); - case 2637: + case 2668: ACCEPT_TOKEN(aux_sym_query_tuning_token2); END_STATE(); - case 2638: + case 2669: ACCEPT_TOKEN(aux_sym_query_tuning_token3); END_STATE(); - case 2639: + case 2670: ACCEPT_TOKEN(aux_sym_query_tuning_token4); END_STATE(); - case 2640: + case 2671: ACCEPT_TOKEN(aux_sym_query_tuning_token5); END_STATE(); - case 2641: + case 2672: + ACCEPT_TOKEN(aux_sym_query_tuning_token6); + END_STATE(); + case 2673: ACCEPT_TOKEN(aux_sym_sort_clause_token1); END_STATE(); - case 2642: + case 2674: ACCEPT_TOKEN(aux_sym_for_phrase_token1); END_STATE(); - case 2643: + case 2675: ACCEPT_TOKEN(aux_sym_for_phrase_token2); END_STATE(); - case 2644: + case 2676: ACCEPT_TOKEN(aux_sym_for_phrase_token3); END_STATE(); - case 2645: + case 2677: ACCEPT_TOKEN(aux_sym_of_token1); END_STATE(); - case 2646: + case 2678: ACCEPT_TOKEN(aux_sym_using_token1); END_STATE(); - case 2647: + case 2679: ACCEPT_TOKEN(aux_sym_catch_statement_token1); END_STATE(); - case 2648: + case 2680: ACCEPT_TOKEN(aux_sym_finally_statement_token1); END_STATE(); - case 2649: + case 2681: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token1); END_STATE(); - case 2650: + case 2682: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token2); END_STATE(); - case 2651: + case 2683: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token3); END_STATE(); - case 2652: + case 2684: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token4); END_STATE(); - case 2653: + case 2685: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token5); END_STATE(); - case 2654: + case 2686: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token6); END_STATE(); - case 2655: + case 2687: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token7); END_STATE(); - case 2656: + case 2688: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token8); END_STATE(); - case 2657: + case 2689: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token9); END_STATE(); - case 2658: + case 2690: ACCEPT_TOKEN(aux_sym_accumulate_aggregate_token10); END_STATE(); - case 2659: + case 2691: ACCEPT_TOKEN(anon_sym_); - if (lookahead == ' ') ADVANCE(2659); + if (lookahead == ' ') ADVANCE(2691); END_STATE(); - case 2660: + case 2692: ACCEPT_TOKEN(aux_sym_temp_table_tuning_token1); END_STATE(); - case 2661: + case 2693: ACCEPT_TOKEN(aux_sym_field_option_token1); END_STATE(); - case 2662: + case 2694: ACCEPT_TOKEN(aux_sym_field_option_token2); END_STATE(); - case 2663: + case 2695: ACCEPT_TOKEN(aux_sym_field_option_token3); END_STATE(); - case 2664: + case 2696: ACCEPT_TOKEN(aux_sym_field_option_token4); END_STATE(); - case 2665: + case 2697: ACCEPT_TOKEN(aux_sym_field_option_token5); END_STATE(); - case 2666: + case 2698: ACCEPT_TOKEN(aux_sym_field_option_token6); END_STATE(); - case 2667: + case 2699: ACCEPT_TOKEN(aux_sym_field_option_token7); END_STATE(); - case 2668: + case 2700: ACCEPT_TOKEN(aux_sym_field_definition_token1); END_STATE(); - case 2669: + case 2701: ACCEPT_TOKEN(aux_sym_index_tuning_token2); END_STATE(); - case 2670: + case 2702: ACCEPT_TOKEN(aux_sym_index_tuning_token3); END_STATE(); - case 2671: + case 2703: ACCEPT_TOKEN(aux_sym_index_tuning_token4); END_STATE(); - case 2672: + case 2704: ACCEPT_TOKEN(aux_sym_index_definition_token1); END_STATE(); - case 2673: + case 2705: ACCEPT_TOKEN(aux_sym_workfile_definition_token1); END_STATE(); - case 2674: + case 2706: ACCEPT_TOKEN(aux_sym_workfile_definition_token2); END_STATE(); - case 2675: + case 2707: ACCEPT_TOKEN(aux_sym_widget_field_token1); END_STATE(); - case 2676: + case 2708: ACCEPT_TOKEN(aux_sym_of_phrase_token1); END_STATE(); - case 2677: + case 2709: ACCEPT_TOKEN(aux_sym_of_phrase_token2); END_STATE(); - case 2678: + case 2710: ACCEPT_TOKEN(aux_sym_prompt_for_statement_token2); END_STATE(); - case 2679: + case 2711: ACCEPT_TOKEN(aux_sym_var_statement_token1); END_STATE(); - case 2680: + case 2712: ACCEPT_TOKEN(aux_sym_image_phrase_token1); - if (lookahead == '-') ADVANCE(1603); + if (lookahead == '-') ADVANCE(1623); END_STATE(); - case 2681: + case 2713: ACCEPT_TOKEN(aux_sym_image_phrase_token1); - if (lookahead == '-') ADVANCE(449); + if (lookahead == '-') ADVANCE(451); END_STATE(); - case 2682: + case 2714: ACCEPT_TOKEN(aux_sym_image_phrase_token1); - if (lookahead == '-') ADVANCE(450); + if (lookahead == '-') ADVANCE(452); END_STATE(); - case 2683: + case 2715: ACCEPT_TOKEN(aux_sym_image_phrase_token1); - if (lookahead == '-') ADVANCE(1604); + if (lookahead == '-') ADVANCE(1624); END_STATE(); - case 2684: + case 2716: ACCEPT_TOKEN(aux_sym_image_phrase_token1); - if (lookahead == '-') ADVANCE(1244); + if (lookahead == '-') ADVANCE(1259); END_STATE(); - case 2685: + case 2717: ACCEPT_TOKEN(aux_sym_image_phrase_token2); END_STATE(); - case 2686: + case 2718: ACCEPT_TOKEN(aux_sym_image_phrase_token3); END_STATE(); - case 2687: + case 2719: ACCEPT_TOKEN(aux_sym_image_phrase_token4); - if (lookahead == '-') ADVANCE(1576); + if (lookahead == '-') ADVANCE(1595); END_STATE(); - case 2688: + case 2720: ACCEPT_TOKEN(aux_sym_image_phrase_token4); if (lookahead == '-') ADVANCE(409); END_STATE(); - case 2689: + case 2721: ACCEPT_TOKEN(aux_sym_image_phrase_token5); END_STATE(); - case 2690: + case 2722: ACCEPT_TOKEN(aux_sym_image_phrase_token6); END_STATE(); - case 2691: + case 2723: ACCEPT_TOKEN(aux_sym_image_phrase_token7); END_STATE(); - case 2692: + case 2724: ACCEPT_TOKEN(aux_sym_image_phrase_token7); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1933); + lookahead == 'm') ADVANCE(1958); END_STATE(); - case 2693: + case 2725: ACCEPT_TOKEN(aux_sym_image_phrase_token8); END_STATE(); - case 2694: + case 2726: ACCEPT_TOKEN(aux_sym_image_phrase_token9); END_STATE(); - case 2695: + case 2727: ACCEPT_TOKEN(aux_sym_image_phrase_token10); END_STATE(); - case 2696: + case 2728: ACCEPT_TOKEN(aux_sym_image_phrase_token10); - if (lookahead == '-') ADVANCE(1940); + if (lookahead == '-') ADVANCE(1965); END_STATE(); - case 2697: + case 2729: ACCEPT_TOKEN(aux_sym_image_phrase_token10); - if (lookahead == '-') ADVANCE(796); + if (lookahead == '-') ADVANCE(806); END_STATE(); - case 2698: + case 2730: ACCEPT_TOKEN(aux_sym_size_phrase_token1); - if (lookahead == '-') ADVANCE(1552); + if (lookahead == '-') ADVANCE(1570); END_STATE(); - case 2699: + case 2731: ACCEPT_TOKEN(aux_sym_size_phrase_token1); if (lookahead == '-') ADVANCE(382); END_STATE(); - case 2700: + case 2732: ACCEPT_TOKEN(aux_sym_size_phrase_token2); END_STATE(); - case 2701: + case 2733: ACCEPT_TOKEN(aux_sym_size_phrase_token3); END_STATE(); - case 2702: + case 2734: ACCEPT_TOKEN(aux_sym_button_tuning_token1); END_STATE(); - case 2703: + case 2735: ACCEPT_TOKEN(aux_sym_button_tuning_token2); END_STATE(); - case 2704: + case 2736: ACCEPT_TOKEN(aux_sym_button_tuning_token3); END_STATE(); - case 2705: + case 2737: ACCEPT_TOKEN(aux_sym_button_tuning_token4); END_STATE(); - case 2706: + case 2738: ACCEPT_TOKEN(aux_sym_button_tuning_token5); END_STATE(); - case 2707: + case 2739: ACCEPT_TOKEN(aux_sym_button_tuning_token6); END_STATE(); - case 2708: + case 2740: ACCEPT_TOKEN(aux_sym_button_tuning_token7); END_STATE(); - case 2709: + case 2741: ACCEPT_TOKEN(aux_sym_button_tuning_token8); END_STATE(); - case 2710: + case 2742: ACCEPT_TOKEN(aux_sym_button_tuning_token9); END_STATE(); - case 2711: + case 2743: ACCEPT_TOKEN(aux_sym_button_tuning_token10); END_STATE(); - case 2712: + case 2744: ACCEPT_TOKEN(aux_sym_button_tuning_token11); END_STATE(); - case 2713: + case 2745: ACCEPT_TOKEN(aux_sym_button_tuning_token12); END_STATE(); - case 2714: + case 2746: ACCEPT_TOKEN(aux_sym_button_tuning_token13); END_STATE(); - case 2715: + case 2747: ACCEPT_TOKEN(aux_sym_button_tuning_token14); END_STATE(); - case 2716: + case 2748: ACCEPT_TOKEN(aux_sym_button_tuning_token15); END_STATE(); - case 2717: + case 2749: ACCEPT_TOKEN(aux_sym_button_tuning_token16); END_STATE(); - case 2718: + case 2750: ACCEPT_TOKEN(aux_sym_button_tuning_token17); END_STATE(); - case 2719: + case 2751: ACCEPT_TOKEN(aux_sym_button_definition_token1); END_STATE(); - case 2720: + case 2752: ACCEPT_TOKEN(aux_sym_run_tuning_token1); END_STATE(); - case 2721: + case 2753: ACCEPT_TOKEN(aux_sym_run_tuning_token2); END_STATE(); - case 2722: + case 2754: ACCEPT_TOKEN(aux_sym_run_tuning_token3); END_STATE(); - case 2723: + case 2755: ACCEPT_TOKEN(aux_sym_run_tuning_token4); END_STATE(); - case 2724: + case 2756: ACCEPT_TOKEN(aux_sym_run_tuning_token5); END_STATE(); - case 2725: + case 2757: ACCEPT_TOKEN(aux_sym_run_tuning_token7); END_STATE(); - case 2726: + case 2758: ACCEPT_TOKEN(aux_sym_enum_member_token1); END_STATE(); - case 2727: + case 2759: ACCEPT_TOKEN(aux_sym_enum_definition_token1); END_STATE(); - case 2728: + case 2760: ACCEPT_TOKEN(aux_sym_enum_tuning_token1); END_STATE(); default: @@ -38077,1314 +37987,1314 @@ 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 = 1324}, - [2] = {.lex_state = 1322, .external_lex_state = 2}, - [3] = {.lex_state = 1322, .external_lex_state = 2}, - [4] = {.lex_state = 1322, .external_lex_state = 3}, - [5] = {.lex_state = 1322, .external_lex_state = 3}, - [6] = {.lex_state = 1322, .external_lex_state = 3}, - [7] = {.lex_state = 1322, .external_lex_state = 4}, - [8] = {.lex_state = 1322, .external_lex_state = 3}, - [9] = {.lex_state = 1322, .external_lex_state = 4}, - [10] = {.lex_state = 1322, .external_lex_state = 3}, - [11] = {.lex_state = 1322, .external_lex_state = 5}, - [12] = {.lex_state = 1322, .external_lex_state = 3}, - [13] = {.lex_state = 1322, .external_lex_state = 6}, - [14] = {.lex_state = 1322, .external_lex_state = 4}, - [15] = {.lex_state = 1322, .external_lex_state = 4}, - [16] = {.lex_state = 1322, .external_lex_state = 3}, - [17] = {.lex_state = 1322, .external_lex_state = 3}, - [18] = {.lex_state = 1322, .external_lex_state = 5}, - [19] = {.lex_state = 1322, .external_lex_state = 3}, - [20] = {.lex_state = 1322, .external_lex_state = 3}, - [21] = {.lex_state = 1322, .external_lex_state = 5}, - [22] = {.lex_state = 1322, .external_lex_state = 4}, - [23] = {.lex_state = 1322, .external_lex_state = 3}, - [24] = {.lex_state = 1322, .external_lex_state = 4}, - [25] = {.lex_state = 1322, .external_lex_state = 3}, - [26] = {.lex_state = 1322, .external_lex_state = 6}, - [27] = {.lex_state = 1322, .external_lex_state = 3}, - [28] = {.lex_state = 1322, .external_lex_state = 6}, - [29] = {.lex_state = 1322, .external_lex_state = 6}, - [30] = {.lex_state = 1322, .external_lex_state = 6}, - [31] = {.lex_state = 1322, .external_lex_state = 6}, - [32] = {.lex_state = 1322, .external_lex_state = 6}, - [33] = {.lex_state = 1322, .external_lex_state = 6}, - [34] = {.lex_state = 1322, .external_lex_state = 6}, - [35] = {.lex_state = 1322, .external_lex_state = 6}, - [36] = {.lex_state = 1322, .external_lex_state = 6}, - [37] = {.lex_state = 1322, .external_lex_state = 6}, - [38] = {.lex_state = 1322, .external_lex_state = 6}, - [39] = {.lex_state = 1322, .external_lex_state = 6}, - [40] = {.lex_state = 1322, .external_lex_state = 6}, - [41] = {.lex_state = 1322, .external_lex_state = 6}, - [42] = {.lex_state = 1322, .external_lex_state = 6}, - [43] = {.lex_state = 1322, .external_lex_state = 6}, - [44] = {.lex_state = 1322, .external_lex_state = 6}, - [45] = {.lex_state = 1322, .external_lex_state = 6}, - [46] = {.lex_state = 1322, .external_lex_state = 6}, - [47] = {.lex_state = 1322, .external_lex_state = 6}, - [48] = {.lex_state = 1322, .external_lex_state = 6}, - [49] = {.lex_state = 1322, .external_lex_state = 6}, - [50] = {.lex_state = 1322, .external_lex_state = 6}, - [51] = {.lex_state = 1322, .external_lex_state = 6}, - [52] = {.lex_state = 1322, .external_lex_state = 6}, - [53] = {.lex_state = 1322, .external_lex_state = 6}, - [54] = {.lex_state = 201}, - [55] = {.lex_state = 201}, - [56] = {.lex_state = 201}, - [57] = {.lex_state = 1324}, - [58] = {.lex_state = 201}, - [59] = {.lex_state = 201}, - [60] = {.lex_state = 1324}, - [61] = {.lex_state = 1324}, - [62] = {.lex_state = 35, .external_lex_state = 3}, - [63] = {.lex_state = 1324}, - [64] = {.lex_state = 35, .external_lex_state = 3}, - [65] = {.lex_state = 1324}, - [66] = {.lex_state = 35, .external_lex_state = 3}, - [67] = {.lex_state = 35, .external_lex_state = 3}, - [68] = {.lex_state = 1324}, - [69] = {.lex_state = 1324}, - [70] = {.lex_state = 1324}, - [71] = {.lex_state = 1324}, - [72] = {.lex_state = 1324}, - [73] = {.lex_state = 1324}, - [74] = {.lex_state = 1324}, - [75] = {.lex_state = 1324}, - [76] = {.lex_state = 1324}, - [77] = {.lex_state = 1324}, - [78] = {.lex_state = 1324}, - [79] = {.lex_state = 1324}, - [80] = {.lex_state = 39, .external_lex_state = 7}, - [81] = {.lex_state = 39, .external_lex_state = 7}, - [82] = {.lex_state = 39, .external_lex_state = 7}, - [83] = {.lex_state = 39, .external_lex_state = 7}, - [84] = {.lex_state = 39, .external_lex_state = 7}, - [85] = {.lex_state = 41, .external_lex_state = 8}, - [86] = {.lex_state = 41, .external_lex_state = 8}, - [87] = {.lex_state = 41, .external_lex_state = 8}, - [88] = {.lex_state = 41, .external_lex_state = 8}, - [89] = {.lex_state = 41, .external_lex_state = 8}, - [90] = {.lex_state = 41, .external_lex_state = 8}, - [91] = {.lex_state = 41, .external_lex_state = 8}, - [92] = {.lex_state = 41, .external_lex_state = 8}, - [93] = {.lex_state = 41, .external_lex_state = 8}, - [94] = {.lex_state = 41, .external_lex_state = 8}, - [95] = {.lex_state = 41, .external_lex_state = 8}, - [96] = {.lex_state = 41, .external_lex_state = 8}, - [97] = {.lex_state = 41, .external_lex_state = 8}, - [98] = {.lex_state = 41, .external_lex_state = 8}, - [99] = {.lex_state = 41, .external_lex_state = 8}, - [100] = {.lex_state = 41, .external_lex_state = 8}, - [101] = {.lex_state = 41, .external_lex_state = 8}, - [102] = {.lex_state = 41, .external_lex_state = 8}, - [103] = {.lex_state = 41, .external_lex_state = 8}, - [104] = {.lex_state = 41, .external_lex_state = 8}, - [105] = {.lex_state = 41, .external_lex_state = 8}, - [106] = {.lex_state = 41, .external_lex_state = 8}, - [107] = {.lex_state = 41, .external_lex_state = 8}, - [108] = {.lex_state = 41, .external_lex_state = 8}, - [109] = {.lex_state = 41, .external_lex_state = 8}, - [110] = {.lex_state = 41, .external_lex_state = 8}, - [111] = {.lex_state = 41, .external_lex_state = 8}, - [112] = {.lex_state = 41, .external_lex_state = 8}, - [113] = {.lex_state = 41, .external_lex_state = 7}, - [114] = {.lex_state = 41, .external_lex_state = 7}, - [115] = {.lex_state = 41, .external_lex_state = 7}, - [116] = {.lex_state = 41, .external_lex_state = 7}, - [117] = {.lex_state = 41, .external_lex_state = 7}, - [118] = {.lex_state = 41, .external_lex_state = 7}, - [119] = {.lex_state = 41, .external_lex_state = 7}, - [120] = {.lex_state = 41, .external_lex_state = 7}, - [121] = {.lex_state = 41, .external_lex_state = 7}, - [122] = {.lex_state = 41, .external_lex_state = 7}, - [123] = {.lex_state = 41, .external_lex_state = 7}, - [124] = {.lex_state = 41, .external_lex_state = 7}, - [125] = {.lex_state = 41, .external_lex_state = 7}, - [126] = {.lex_state = 41, .external_lex_state = 7}, - [127] = {.lex_state = 41, .external_lex_state = 7}, - [128] = {.lex_state = 41, .external_lex_state = 7}, - [129] = {.lex_state = 41, .external_lex_state = 7}, - [130] = {.lex_state = 41, .external_lex_state = 7}, - [131] = {.lex_state = 41, .external_lex_state = 7}, - [132] = {.lex_state = 41, .external_lex_state = 7}, - [133] = {.lex_state = 41, .external_lex_state = 7}, - [134] = {.lex_state = 41, .external_lex_state = 7}, - [135] = {.lex_state = 41, .external_lex_state = 7}, - [136] = {.lex_state = 41, .external_lex_state = 7}, - [137] = {.lex_state = 41, .external_lex_state = 7}, - [138] = {.lex_state = 41, .external_lex_state = 7}, - [139] = {.lex_state = 41, .external_lex_state = 7}, - [140] = {.lex_state = 41, .external_lex_state = 7}, + [1] = {.lex_state = 1342}, + [2] = {.lex_state = 1340, .external_lex_state = 2}, + [3] = {.lex_state = 1340, .external_lex_state = 2}, + [4] = {.lex_state = 1340, .external_lex_state = 3}, + [5] = {.lex_state = 1340, .external_lex_state = 3}, + [6] = {.lex_state = 1340, .external_lex_state = 3}, + [7] = {.lex_state = 1340, .external_lex_state = 4}, + [8] = {.lex_state = 1340, .external_lex_state = 3}, + [9] = {.lex_state = 1340, .external_lex_state = 4}, + [10] = {.lex_state = 1340, .external_lex_state = 3}, + [11] = {.lex_state = 1340, .external_lex_state = 3}, + [12] = {.lex_state = 1340, .external_lex_state = 4}, + [13] = {.lex_state = 1340, .external_lex_state = 3}, + [14] = {.lex_state = 1340, .external_lex_state = 3}, + [15] = {.lex_state = 1340, .external_lex_state = 5}, + [16] = {.lex_state = 1340, .external_lex_state = 6}, + [17] = {.lex_state = 1340, .external_lex_state = 4}, + [18] = {.lex_state = 1340, .external_lex_state = 3}, + [19] = {.lex_state = 1340, .external_lex_state = 5}, + [20] = {.lex_state = 1340, .external_lex_state = 3}, + [21] = {.lex_state = 1340, .external_lex_state = 3}, + [22] = {.lex_state = 1340, .external_lex_state = 3}, + [23] = {.lex_state = 1340, .external_lex_state = 5}, + [24] = {.lex_state = 1340, .external_lex_state = 4}, + [25] = {.lex_state = 1340, .external_lex_state = 6}, + [26] = {.lex_state = 1340, .external_lex_state = 4}, + [27] = {.lex_state = 1340, .external_lex_state = 3}, + [28] = {.lex_state = 1340, .external_lex_state = 6}, + [29] = {.lex_state = 1340, .external_lex_state = 6}, + [30] = {.lex_state = 1340, .external_lex_state = 6}, + [31] = {.lex_state = 1340, .external_lex_state = 6}, + [32] = {.lex_state = 1340, .external_lex_state = 6}, + [33] = {.lex_state = 1340, .external_lex_state = 6}, + [34] = {.lex_state = 1340, .external_lex_state = 6}, + [35] = {.lex_state = 1340, .external_lex_state = 6}, + [36] = {.lex_state = 1340, .external_lex_state = 6}, + [37] = {.lex_state = 1340, .external_lex_state = 6}, + [38] = {.lex_state = 1340, .external_lex_state = 6}, + [39] = {.lex_state = 1340, .external_lex_state = 6}, + [40] = {.lex_state = 1340, .external_lex_state = 6}, + [41] = {.lex_state = 1340, .external_lex_state = 6}, + [42] = {.lex_state = 1340, .external_lex_state = 6}, + [43] = {.lex_state = 1340, .external_lex_state = 6}, + [44] = {.lex_state = 1340, .external_lex_state = 6}, + [45] = {.lex_state = 1340, .external_lex_state = 6}, + [46] = {.lex_state = 1340, .external_lex_state = 6}, + [47] = {.lex_state = 1340, .external_lex_state = 6}, + [48] = {.lex_state = 1340, .external_lex_state = 6}, + [49] = {.lex_state = 1340, .external_lex_state = 6}, + [50] = {.lex_state = 1340, .external_lex_state = 6}, + [51] = {.lex_state = 1340, .external_lex_state = 6}, + [52] = {.lex_state = 1340, .external_lex_state = 6}, + [53] = {.lex_state = 1340, .external_lex_state = 6}, + [54] = {.lex_state = 34, .external_lex_state = 3}, + [55] = {.lex_state = 34, .external_lex_state = 3}, + [56] = {.lex_state = 200}, + [57] = {.lex_state = 200}, + [58] = {.lex_state = 34, .external_lex_state = 3}, + [59] = {.lex_state = 1342}, + [60] = {.lex_state = 200}, + [61] = {.lex_state = 34, .external_lex_state = 3}, + [62] = {.lex_state = 200}, + [63] = {.lex_state = 200}, + [64] = {.lex_state = 1342}, + [65] = {.lex_state = 1342}, + [66] = {.lex_state = 1342}, + [67] = {.lex_state = 1342}, + [68] = {.lex_state = 1342}, + [69] = {.lex_state = 1342}, + [70] = {.lex_state = 1342}, + [71] = {.lex_state = 1342}, + [72] = {.lex_state = 1342}, + [73] = {.lex_state = 1342}, + [74] = {.lex_state = 1342}, + [75] = {.lex_state = 1342}, + [76] = {.lex_state = 1342}, + [77] = {.lex_state = 1342}, + [78] = {.lex_state = 1342}, + [79] = {.lex_state = 1342}, + [80] = {.lex_state = 40, .external_lex_state = 7}, + [81] = {.lex_state = 40, .external_lex_state = 7}, + [82] = {.lex_state = 39, .external_lex_state = 8}, + [83] = {.lex_state = 40, .external_lex_state = 7}, + [84] = {.lex_state = 40, .external_lex_state = 7}, + [85] = {.lex_state = 40, .external_lex_state = 7}, + [86] = {.lex_state = 39, .external_lex_state = 8}, + [87] = {.lex_state = 40, .external_lex_state = 7}, + [88] = {.lex_state = 40, .external_lex_state = 7}, + [89] = {.lex_state = 40, .external_lex_state = 7}, + [90] = {.lex_state = 40, .external_lex_state = 7}, + [91] = {.lex_state = 40, .external_lex_state = 7}, + [92] = {.lex_state = 40, .external_lex_state = 7}, + [93] = {.lex_state = 40, .external_lex_state = 7}, + [94] = {.lex_state = 40, .external_lex_state = 7}, + [95] = {.lex_state = 39, .external_lex_state = 8}, + [96] = {.lex_state = 40, .external_lex_state = 7}, + [97] = {.lex_state = 40, .external_lex_state = 7}, + [98] = {.lex_state = 40, .external_lex_state = 7}, + [99] = {.lex_state = 40, .external_lex_state = 7}, + [100] = {.lex_state = 39, .external_lex_state = 8}, + [101] = {.lex_state = 40, .external_lex_state = 7}, + [102] = {.lex_state = 40, .external_lex_state = 7}, + [103] = {.lex_state = 40, .external_lex_state = 7}, + [104] = {.lex_state = 40, .external_lex_state = 7}, + [105] = {.lex_state = 40, .external_lex_state = 7}, + [106] = {.lex_state = 40, .external_lex_state = 7}, + [107] = {.lex_state = 40, .external_lex_state = 7}, + [108] = {.lex_state = 40, .external_lex_state = 7}, + [109] = {.lex_state = 40, .external_lex_state = 7}, + [110] = {.lex_state = 39, .external_lex_state = 8}, + [111] = {.lex_state = 40, .external_lex_state = 7}, + [112] = {.lex_state = 40, .external_lex_state = 7}, + [113] = {.lex_state = 40, .external_lex_state = 8}, + [114] = {.lex_state = 40, .external_lex_state = 8}, + [115] = {.lex_state = 40, .external_lex_state = 8}, + [116] = {.lex_state = 40, .external_lex_state = 8}, + [117] = {.lex_state = 40, .external_lex_state = 8}, + [118] = {.lex_state = 40, .external_lex_state = 8}, + [119] = {.lex_state = 40, .external_lex_state = 8}, + [120] = {.lex_state = 40, .external_lex_state = 8}, + [121] = {.lex_state = 40, .external_lex_state = 8}, + [122] = {.lex_state = 40, .external_lex_state = 8}, + [123] = {.lex_state = 40, .external_lex_state = 8}, + [124] = {.lex_state = 40, .external_lex_state = 8}, + [125] = {.lex_state = 40, .external_lex_state = 8}, + [126] = {.lex_state = 40, .external_lex_state = 8}, + [127] = {.lex_state = 40, .external_lex_state = 8}, + [128] = {.lex_state = 40, .external_lex_state = 8}, + [129] = {.lex_state = 40, .external_lex_state = 8}, + [130] = {.lex_state = 40, .external_lex_state = 8}, + [131] = {.lex_state = 40, .external_lex_state = 8}, + [132] = {.lex_state = 40, .external_lex_state = 8}, + [133] = {.lex_state = 40, .external_lex_state = 8}, + [134] = {.lex_state = 40, .external_lex_state = 8}, + [135] = {.lex_state = 40, .external_lex_state = 8}, + [136] = {.lex_state = 40, .external_lex_state = 8}, + [137] = {.lex_state = 40, .external_lex_state = 8}, + [138] = {.lex_state = 40, .external_lex_state = 8}, + [139] = {.lex_state = 40, .external_lex_state = 8}, + [140] = {.lex_state = 40, .external_lex_state = 8}, [141] = {.lex_state = 67, .external_lex_state = 9}, [142] = {.lex_state = 67, .external_lex_state = 9}, [143] = {.lex_state = 67, .external_lex_state = 9}, [144] = {.lex_state = 67, .external_lex_state = 9}, [145] = {.lex_state = 67, .external_lex_state = 9}, - [146] = {.lex_state = 68, .external_lex_state = 7}, - [147] = {.lex_state = 68, .external_lex_state = 7}, - [148] = {.lex_state = 44, .external_lex_state = 10}, - [149] = {.lex_state = 44, .external_lex_state = 10}, - [150] = {.lex_state = 40, .external_lex_state = 7}, - [151] = {.lex_state = 40, .external_lex_state = 7}, - [152] = {.lex_state = 40, .external_lex_state = 7}, - [153] = {.lex_state = 40, .external_lex_state = 7}, - [154] = {.lex_state = 65, .external_lex_state = 7}, - [155] = {.lex_state = 65, .external_lex_state = 7}, - [156] = {.lex_state = 40, .external_lex_state = 7}, - [157] = {.lex_state = 40, .external_lex_state = 7}, - [158] = {.lex_state = 40, .external_lex_state = 7}, - [159] = {.lex_state = 64, .external_lex_state = 11}, - [160] = {.lex_state = 40, .external_lex_state = 7}, - [161] = {.lex_state = 40, .external_lex_state = 7}, - [162] = {.lex_state = 40, .external_lex_state = 7}, - [163] = {.lex_state = 40, .external_lex_state = 7}, - [164] = {.lex_state = 40, .external_lex_state = 7}, - [165] = {.lex_state = 40, .external_lex_state = 7}, - [166] = {.lex_state = 65, .external_lex_state = 7}, - [167] = {.lex_state = 40, .external_lex_state = 7}, - [168] = {.lex_state = 40, .external_lex_state = 7}, - [169] = {.lex_state = 40, .external_lex_state = 7}, - [170] = {.lex_state = 40, .external_lex_state = 7}, - [171] = {.lex_state = 40, .external_lex_state = 7}, - [172] = {.lex_state = 40, .external_lex_state = 7}, - [173] = {.lex_state = 40, .external_lex_state = 7}, - [174] = {.lex_state = 40, .external_lex_state = 7}, - [175] = {.lex_state = 40, .external_lex_state = 7}, - [176] = {.lex_state = 40, .external_lex_state = 7}, - [177] = {.lex_state = 40, .external_lex_state = 7}, - [178] = {.lex_state = 40, .external_lex_state = 7}, - [179] = {.lex_state = 40, .external_lex_state = 7}, - [180] = {.lex_state = 40, .external_lex_state = 7}, - [181] = {.lex_state = 40, .external_lex_state = 7}, - [182] = {.lex_state = 40, .external_lex_state = 7}, - [183] = {.lex_state = 40, .external_lex_state = 7}, - [184] = {.lex_state = 40, .external_lex_state = 7}, - [185] = {.lex_state = 44, .external_lex_state = 12}, - [186] = {.lex_state = 64}, - [187] = {.lex_state = 64}, - [188] = {.lex_state = 56, .external_lex_state = 10}, - [189] = {.lex_state = 56, .external_lex_state = 10}, - [190] = {.lex_state = 40, .external_lex_state = 7}, - [191] = {.lex_state = 44, .external_lex_state = 12}, - [192] = {.lex_state = 69, .external_lex_state = 7}, - [193] = {.lex_state = 69, .external_lex_state = 7}, - [194] = {.lex_state = 69, .external_lex_state = 7}, - [195] = {.lex_state = 44, .external_lex_state = 12}, - [196] = {.lex_state = 44, .external_lex_state = 12}, - [197] = {.lex_state = 44, .external_lex_state = 12}, - [198] = {.lex_state = 44, .external_lex_state = 12}, - [199] = {.lex_state = 44, .external_lex_state = 12}, - [200] = {.lex_state = 44, .external_lex_state = 12}, - [201] = {.lex_state = 44, .external_lex_state = 12}, - [202] = {.lex_state = 44, .external_lex_state = 12}, - [203] = {.lex_state = 44, .external_lex_state = 12}, - [204] = {.lex_state = 44, .external_lex_state = 12}, - [205] = {.lex_state = 44, .external_lex_state = 12}, - [206] = {.lex_state = 70, .external_lex_state = 7}, - [207] = {.lex_state = 56, .external_lex_state = 12}, - [208] = {.lex_state = 70, .external_lex_state = 7}, - [209] = {.lex_state = 70, .external_lex_state = 7}, - [210] = {.lex_state = 56, .external_lex_state = 12}, - [211] = {.lex_state = 45, .external_lex_state = 13}, - [212] = {.lex_state = 44, .external_lex_state = 13}, - [213] = {.lex_state = 44, .external_lex_state = 13}, - [214] = {.lex_state = 44, .external_lex_state = 13}, - [215] = {.lex_state = 44, .external_lex_state = 13}, - [216] = {.lex_state = 44, .external_lex_state = 14}, - [217] = {.lex_state = 43, .external_lex_state = 12}, - [218] = {.lex_state = 42, .external_lex_state = 13}, - [219] = {.lex_state = 42, .external_lex_state = 13}, - [220] = {.lex_state = 42, .external_lex_state = 13}, - [221] = {.lex_state = 44, .external_lex_state = 14}, - [222] = {.lex_state = 42, .external_lex_state = 13}, - [223] = {.lex_state = 44, .external_lex_state = 14}, - [224] = {.lex_state = 44, .external_lex_state = 15}, - [225] = {.lex_state = 44, .external_lex_state = 14}, - [226] = {.lex_state = 45, .external_lex_state = 13}, - [227] = {.lex_state = 56, .external_lex_state = 12}, - [228] = {.lex_state = 45, .external_lex_state = 13}, - [229] = {.lex_state = 56, .external_lex_state = 12}, - [230] = {.lex_state = 56, .external_lex_state = 12}, - [231] = {.lex_state = 44, .external_lex_state = 13}, - [232] = {.lex_state = 56, .external_lex_state = 12}, - [233] = {.lex_state = 56, .external_lex_state = 12}, - [234] = {.lex_state = 56, .external_lex_state = 12}, - [235] = {.lex_state = 56, .external_lex_state = 12}, - [236] = {.lex_state = 44, .external_lex_state = 13}, - [237] = {.lex_state = 56, .external_lex_state = 12}, - [238] = {.lex_state = 56, .external_lex_state = 12}, - [239] = {.lex_state = 45, .external_lex_state = 13}, - [240] = {.lex_state = 56, .external_lex_state = 12}, - [241] = {.lex_state = 56, .external_lex_state = 12}, - [242] = {.lex_state = 44, .external_lex_state = 15}, - [243] = {.lex_state = 44, .external_lex_state = 14}, - [244] = {.lex_state = 67, .external_lex_state = 7}, - [245] = {.lex_state = 44, .external_lex_state = 15}, - [246] = {.lex_state = 44, .external_lex_state = 12}, - [247] = {.lex_state = 44, .external_lex_state = 13}, - [248] = {.lex_state = 67, .external_lex_state = 7}, - [249] = {.lex_state = 44, .external_lex_state = 14}, - [250] = {.lex_state = 67, .external_lex_state = 7}, - [251] = {.lex_state = 44, .external_lex_state = 12}, - [252] = {.lex_state = 67, .external_lex_state = 7}, - [253] = {.lex_state = 67, .external_lex_state = 7}, - [254] = {.lex_state = 38, .external_lex_state = 11}, - [255] = {.lex_state = 67, .external_lex_state = 7}, - [256] = {.lex_state = 44, .external_lex_state = 13}, - [257] = {.lex_state = 67, .external_lex_state = 7}, - [258] = {.lex_state = 38, .external_lex_state = 11}, - [259] = {.lex_state = 44, .external_lex_state = 12}, - [260] = {.lex_state = 67, .external_lex_state = 7}, - [261] = {.lex_state = 44, .external_lex_state = 13}, - [262] = {.lex_state = 44, .external_lex_state = 12}, - [263] = {.lex_state = 62, .external_lex_state = 10}, - [264] = {.lex_state = 67, .external_lex_state = 7}, - [265] = {.lex_state = 38, .external_lex_state = 11}, - [266] = {.lex_state = 67, .external_lex_state = 7}, - [267] = {.lex_state = 67, .external_lex_state = 7}, - [268] = {.lex_state = 44, .external_lex_state = 12}, - [269] = {.lex_state = 67, .external_lex_state = 7}, - [270] = {.lex_state = 44, .external_lex_state = 12}, - [271] = {.lex_state = 67, .external_lex_state = 7}, - [272] = {.lex_state = 67, .external_lex_state = 7}, - [273] = {.lex_state = 44, .external_lex_state = 12}, - [274] = {.lex_state = 44, .external_lex_state = 12}, - [275] = {.lex_state = 56, .external_lex_state = 13}, - [276] = {.lex_state = 56, .external_lex_state = 13}, - [277] = {.lex_state = 44, .external_lex_state = 12}, - [278] = {.lex_state = 67, .external_lex_state = 7}, - [279] = {.lex_state = 67, .external_lex_state = 7}, - [280] = {.lex_state = 67, .external_lex_state = 7}, - [281] = {.lex_state = 62, .external_lex_state = 10}, - [282] = {.lex_state = 67, .external_lex_state = 7}, - [283] = {.lex_state = 44, .external_lex_state = 12}, - [284] = {.lex_state = 56, .external_lex_state = 14}, - [285] = {.lex_state = 44, .external_lex_state = 12}, - [286] = {.lex_state = 67, .external_lex_state = 7}, - [287] = {.lex_state = 44, .external_lex_state = 12}, - [288] = {.lex_state = 44, .external_lex_state = 12}, - [289] = {.lex_state = 44, .external_lex_state = 12}, - [290] = {.lex_state = 67, .external_lex_state = 7}, - [291] = {.lex_state = 44, .external_lex_state = 12}, + [146] = {.lex_state = 44, .external_lex_state = 10}, + [147] = {.lex_state = 44, .external_lex_state = 10}, + [148] = {.lex_state = 68, .external_lex_state = 8}, + [149] = {.lex_state = 68, .external_lex_state = 8}, + [150] = {.lex_state = 41, .external_lex_state = 8}, + [151] = {.lex_state = 41, .external_lex_state = 8}, + [152] = {.lex_state = 41, .external_lex_state = 8}, + [153] = {.lex_state = 41, .external_lex_state = 8}, + [154] = {.lex_state = 41, .external_lex_state = 8}, + [155] = {.lex_state = 41, .external_lex_state = 8}, + [156] = {.lex_state = 65, .external_lex_state = 8}, + [157] = {.lex_state = 65, .external_lex_state = 8}, + [158] = {.lex_state = 41, .external_lex_state = 8}, + [159] = {.lex_state = 41, .external_lex_state = 8}, + [160] = {.lex_state = 41, .external_lex_state = 8}, + [161] = {.lex_state = 65, .external_lex_state = 8}, + [162] = {.lex_state = 44, .external_lex_state = 11}, + [163] = {.lex_state = 41, .external_lex_state = 8}, + [164] = {.lex_state = 41, .external_lex_state = 8}, + [165] = {.lex_state = 64, .external_lex_state = 12}, + [166] = {.lex_state = 41, .external_lex_state = 8}, + [167] = {.lex_state = 41, .external_lex_state = 8}, + [168] = {.lex_state = 41, .external_lex_state = 8}, + [169] = {.lex_state = 41, .external_lex_state = 8}, + [170] = {.lex_state = 41, .external_lex_state = 8}, + [171] = {.lex_state = 41, .external_lex_state = 8}, + [172] = {.lex_state = 41, .external_lex_state = 8}, + [173] = {.lex_state = 41, .external_lex_state = 8}, + [174] = {.lex_state = 41, .external_lex_state = 8}, + [175] = {.lex_state = 41, .external_lex_state = 8}, + [176] = {.lex_state = 41, .external_lex_state = 8}, + [177] = {.lex_state = 41, .external_lex_state = 8}, + [178] = {.lex_state = 41, .external_lex_state = 8}, + [179] = {.lex_state = 41, .external_lex_state = 8}, + [180] = {.lex_state = 41, .external_lex_state = 8}, + [181] = {.lex_state = 56, .external_lex_state = 10}, + [182] = {.lex_state = 41, .external_lex_state = 8}, + [183] = {.lex_state = 41, .external_lex_state = 8}, + [184] = {.lex_state = 41, .external_lex_state = 8}, + [185] = {.lex_state = 41, .external_lex_state = 8}, + [186] = {.lex_state = 41, .external_lex_state = 8}, + [187] = {.lex_state = 56, .external_lex_state = 10}, + [188] = {.lex_state = 64}, + [189] = {.lex_state = 44, .external_lex_state = 11}, + [190] = {.lex_state = 44, .external_lex_state = 11}, + [191] = {.lex_state = 44, .external_lex_state = 11}, + [192] = {.lex_state = 44, .external_lex_state = 11}, + [193] = {.lex_state = 41, .external_lex_state = 8}, + [194] = {.lex_state = 44, .external_lex_state = 11}, + [195] = {.lex_state = 44, .external_lex_state = 11}, + [196] = {.lex_state = 64}, + [197] = {.lex_state = 44, .external_lex_state = 11}, + [198] = {.lex_state = 44, .external_lex_state = 11}, + [199] = {.lex_state = 44, .external_lex_state = 11}, + [200] = {.lex_state = 44, .external_lex_state = 11}, + [201] = {.lex_state = 44, .external_lex_state = 11}, + [202] = {.lex_state = 44, .external_lex_state = 11}, + [203] = {.lex_state = 56, .external_lex_state = 11}, + [204] = {.lex_state = 69, .external_lex_state = 8}, + [205] = {.lex_state = 69, .external_lex_state = 8}, + [206] = {.lex_state = 69, .external_lex_state = 8}, + [207] = {.lex_state = 56, .external_lex_state = 11}, + [208] = {.lex_state = 44, .external_lex_state = 13}, + [209] = {.lex_state = 56, .external_lex_state = 11}, + [210] = {.lex_state = 56, .external_lex_state = 11}, + [211] = {.lex_state = 56, .external_lex_state = 11}, + [212] = {.lex_state = 44, .external_lex_state = 14}, + [213] = {.lex_state = 56, .external_lex_state = 11}, + [214] = {.lex_state = 56, .external_lex_state = 11}, + [215] = {.lex_state = 43, .external_lex_state = 11}, + [216] = {.lex_state = 45, .external_lex_state = 15}, + [217] = {.lex_state = 56, .external_lex_state = 11}, + [218] = {.lex_state = 44, .external_lex_state = 15}, + [219] = {.lex_state = 45, .external_lex_state = 15}, + [220] = {.lex_state = 70, .external_lex_state = 8}, + [221] = {.lex_state = 56, .external_lex_state = 11}, + [222] = {.lex_state = 56, .external_lex_state = 11}, + [223] = {.lex_state = 42, .external_lex_state = 15}, + [224] = {.lex_state = 42, .external_lex_state = 15}, + [225] = {.lex_state = 42, .external_lex_state = 15}, + [226] = {.lex_state = 56, .external_lex_state = 11}, + [227] = {.lex_state = 42, .external_lex_state = 15}, + [228] = {.lex_state = 44, .external_lex_state = 15}, + [229] = {.lex_state = 56, .external_lex_state = 11}, + [230] = {.lex_state = 44, .external_lex_state = 15}, + [231] = {.lex_state = 44, .external_lex_state = 15}, + [232] = {.lex_state = 44, .external_lex_state = 15}, + [233] = {.lex_state = 70, .external_lex_state = 8}, + [234] = {.lex_state = 70, .external_lex_state = 8}, + [235] = {.lex_state = 45, .external_lex_state = 15}, + [236] = {.lex_state = 44, .external_lex_state = 15}, + [237] = {.lex_state = 56, .external_lex_state = 11}, + [238] = {.lex_state = 45, .external_lex_state = 15}, + [239] = {.lex_state = 44, .external_lex_state = 13}, + [240] = {.lex_state = 44, .external_lex_state = 14}, + [241] = {.lex_state = 44, .external_lex_state = 14}, + [242] = {.lex_state = 44, .external_lex_state = 14}, + [243] = {.lex_state = 44, .external_lex_state = 15}, + [244] = {.lex_state = 35, .external_lex_state = 12}, + [245] = {.lex_state = 44, .external_lex_state = 11}, + [246] = {.lex_state = 44, .external_lex_state = 11}, + [247] = {.lex_state = 44, .external_lex_state = 14}, + [248] = {.lex_state = 44, .external_lex_state = 13}, + [249] = {.lex_state = 44, .external_lex_state = 15}, + [250] = {.lex_state = 44, .external_lex_state = 15}, + [251] = {.lex_state = 35, .external_lex_state = 12}, + [252] = {.lex_state = 44, .external_lex_state = 14}, + [253] = {.lex_state = 44, .external_lex_state = 11}, + [254] = {.lex_state = 62, .external_lex_state = 10}, + [255] = {.lex_state = 67, .external_lex_state = 8}, + [256] = {.lex_state = 44, .external_lex_state = 11}, + [257] = {.lex_state = 44, .external_lex_state = 11}, + [258] = {.lex_state = 44, .external_lex_state = 11}, + [259] = {.lex_state = 44, .external_lex_state = 11}, + [260] = {.lex_state = 44, .external_lex_state = 11}, + [261] = {.lex_state = 52, .external_lex_state = 15}, + [262] = {.lex_state = 67, .external_lex_state = 8}, + [263] = {.lex_state = 52, .external_lex_state = 15}, + [264] = {.lex_state = 52, .external_lex_state = 15}, + [265] = {.lex_state = 57, .external_lex_state = 15}, + [266] = {.lex_state = 57, .external_lex_state = 15}, + [267] = {.lex_state = 57, .external_lex_state = 15}, + [268] = {.lex_state = 56, .external_lex_state = 14}, + [269] = {.lex_state = 44, .external_lex_state = 11}, + [270] = {.lex_state = 44, .external_lex_state = 11}, + [271] = {.lex_state = 44, .external_lex_state = 11}, + [272] = {.lex_state = 67, .external_lex_state = 8}, + [273] = {.lex_state = 56, .external_lex_state = 14}, + [274] = {.lex_state = 67, .external_lex_state = 8}, + [275] = {.lex_state = 35, .external_lex_state = 12}, + [276] = {.lex_state = 52, .external_lex_state = 15}, + [277] = {.lex_state = 44, .external_lex_state = 11}, + [278] = {.lex_state = 44, .external_lex_state = 11}, + [279] = {.lex_state = 56, .external_lex_state = 15}, + [280] = {.lex_state = 44, .external_lex_state = 11}, + [281] = {.lex_state = 56, .external_lex_state = 15}, + [282] = {.lex_state = 56, .external_lex_state = 15}, + [283] = {.lex_state = 56, .external_lex_state = 15}, + [284] = {.lex_state = 56, .external_lex_state = 13}, + [285] = {.lex_state = 44, .external_lex_state = 11}, + [286] = {.lex_state = 44, .external_lex_state = 11}, + [287] = {.lex_state = 56, .external_lex_state = 13}, + [288] = {.lex_state = 57, .external_lex_state = 15}, + [289] = {.lex_state = 44, .external_lex_state = 11}, + [290] = {.lex_state = 44, .external_lex_state = 11}, + [291] = {.lex_state = 56, .external_lex_state = 14}, [292] = {.lex_state = 56, .external_lex_state = 14}, - [293] = {.lex_state = 44, .external_lex_state = 12}, - [294] = {.lex_state = 67, .external_lex_state = 7}, - [295] = {.lex_state = 57, .external_lex_state = 13}, + [293] = {.lex_state = 44, .external_lex_state = 11}, + [294] = {.lex_state = 56, .external_lex_state = 15}, + [295] = {.lex_state = 44, .external_lex_state = 11}, [296] = {.lex_state = 56, .external_lex_state = 15}, - [297] = {.lex_state = 67, .external_lex_state = 7}, - [298] = {.lex_state = 56, .external_lex_state = 15}, - [299] = {.lex_state = 44, .external_lex_state = 12}, - [300] = {.lex_state = 44, .external_lex_state = 12}, - [301] = {.lex_state = 44, .external_lex_state = 12}, - [302] = {.lex_state = 56, .external_lex_state = 13}, - [303] = {.lex_state = 56, .external_lex_state = 13}, - [304] = {.lex_state = 56, .external_lex_state = 13}, - [305] = {.lex_state = 44, .external_lex_state = 12}, - [306] = {.lex_state = 44, .external_lex_state = 12}, - [307] = {.lex_state = 56, .external_lex_state = 13}, - [308] = {.lex_state = 52, .external_lex_state = 13}, - [309] = {.lex_state = 56, .external_lex_state = 14}, - [310] = {.lex_state = 56, .external_lex_state = 14}, - [311] = {.lex_state = 57, .external_lex_state = 13}, - [312] = {.lex_state = 57, .external_lex_state = 13}, - [313] = {.lex_state = 57, .external_lex_state = 13}, - [314] = {.lex_state = 44, .external_lex_state = 12}, - [315] = {.lex_state = 44, .external_lex_state = 12}, - [316] = {.lex_state = 44, .external_lex_state = 12}, - [317] = {.lex_state = 44, .external_lex_state = 12}, - [318] = {.lex_state = 44, .external_lex_state = 12}, - [319] = {.lex_state = 44, .external_lex_state = 12}, - [320] = {.lex_state = 52, .external_lex_state = 13}, - [321] = {.lex_state = 52, .external_lex_state = 13}, - [322] = {.lex_state = 52, .external_lex_state = 13}, - [323] = {.lex_state = 54, .external_lex_state = 12}, - [324] = {.lex_state = 67, .external_lex_state = 7}, - [325] = {.lex_state = 67, .external_lex_state = 7}, - [326] = {.lex_state = 44, .external_lex_state = 12}, - [327] = {.lex_state = 44, .external_lex_state = 12}, - [328] = {.lex_state = 67, .external_lex_state = 7}, - [329] = {.lex_state = 67, .external_lex_state = 7}, - [330] = {.lex_state = 67, .external_lex_state = 7}, - [331] = {.lex_state = 67, .external_lex_state = 7}, - [332] = {.lex_state = 56, .external_lex_state = 12}, - [333] = {.lex_state = 67, .external_lex_state = 7}, - [334] = {.lex_state = 67, .external_lex_state = 7}, - [335] = {.lex_state = 67, .external_lex_state = 7}, - [336] = {.lex_state = 67, .external_lex_state = 7}, - [337] = {.lex_state = 67, .external_lex_state = 7}, - [338] = {.lex_state = 67, .external_lex_state = 7}, - [339] = {.lex_state = 67, .external_lex_state = 7}, - [340] = {.lex_state = 67, .external_lex_state = 7}, - [341] = {.lex_state = 67, .external_lex_state = 7}, - [342] = {.lex_state = 67, .external_lex_state = 7}, - [343] = {.lex_state = 67, .external_lex_state = 7}, - [344] = {.lex_state = 67, .external_lex_state = 7}, - [345] = {.lex_state = 67, .external_lex_state = 7}, - [346] = {.lex_state = 67, .external_lex_state = 7}, - [347] = {.lex_state = 67, .external_lex_state = 7}, - [348] = {.lex_state = 67, .external_lex_state = 7}, - [349] = {.lex_state = 67, .external_lex_state = 7}, - [350] = {.lex_state = 67, .external_lex_state = 7}, - [351] = {.lex_state = 67, .external_lex_state = 7}, - [352] = {.lex_state = 67, .external_lex_state = 7}, - [353] = {.lex_state = 67, .external_lex_state = 7}, - [354] = {.lex_state = 67, .external_lex_state = 7}, - [355] = {.lex_state = 67, .external_lex_state = 7}, - [356] = {.lex_state = 67, .external_lex_state = 7}, - [357] = {.lex_state = 67, .external_lex_state = 7}, - [358] = {.lex_state = 67, .external_lex_state = 7}, - [359] = {.lex_state = 67, .external_lex_state = 7}, - [360] = {.lex_state = 67, .external_lex_state = 7}, - [361] = {.lex_state = 67, .external_lex_state = 7}, - [362] = {.lex_state = 67, .external_lex_state = 7}, - [363] = {.lex_state = 67, .external_lex_state = 7}, - [364] = {.lex_state = 67, .external_lex_state = 7}, - [365] = {.lex_state = 67, .external_lex_state = 7}, - [366] = {.lex_state = 67, .external_lex_state = 7}, - [367] = {.lex_state = 67, .external_lex_state = 7}, - [368] = {.lex_state = 67, .external_lex_state = 7}, - [369] = {.lex_state = 67, .external_lex_state = 7}, - [370] = {.lex_state = 67, .external_lex_state = 7}, - [371] = {.lex_state = 67, .external_lex_state = 7}, - [372] = {.lex_state = 67, .external_lex_state = 7}, - [373] = {.lex_state = 67, .external_lex_state = 7}, - [374] = {.lex_state = 67, .external_lex_state = 7}, - [375] = {.lex_state = 67, .external_lex_state = 7}, - [376] = {.lex_state = 67, .external_lex_state = 7}, - [377] = {.lex_state = 67, .external_lex_state = 7}, - [378] = {.lex_state = 67, .external_lex_state = 7}, - [379] = {.lex_state = 67, .external_lex_state = 7}, - [380] = {.lex_state = 67, .external_lex_state = 7}, - [381] = {.lex_state = 67, .external_lex_state = 7}, - [382] = {.lex_state = 67, .external_lex_state = 7}, - [383] = {.lex_state = 67, .external_lex_state = 7}, - [384] = {.lex_state = 67, .external_lex_state = 7}, - [385] = {.lex_state = 67, .external_lex_state = 7}, - [386] = {.lex_state = 67, .external_lex_state = 7}, - [387] = {.lex_state = 67, .external_lex_state = 7}, - [388] = {.lex_state = 67, .external_lex_state = 7}, - [389] = {.lex_state = 67, .external_lex_state = 7}, - [390] = {.lex_state = 67, .external_lex_state = 7}, - [391] = {.lex_state = 67, .external_lex_state = 7}, - [392] = {.lex_state = 67, .external_lex_state = 7}, - [393] = {.lex_state = 67, .external_lex_state = 7}, - [394] = {.lex_state = 67, .external_lex_state = 7}, - [395] = {.lex_state = 67, .external_lex_state = 7}, - [396] = {.lex_state = 67, .external_lex_state = 7}, - [397] = {.lex_state = 67, .external_lex_state = 7}, - [398] = {.lex_state = 67, .external_lex_state = 7}, - [399] = {.lex_state = 67, .external_lex_state = 7}, - [400] = {.lex_state = 67, .external_lex_state = 7}, - [401] = {.lex_state = 67, .external_lex_state = 7}, - [402] = {.lex_state = 67, .external_lex_state = 7}, - [403] = {.lex_state = 67, .external_lex_state = 7}, - [404] = {.lex_state = 67, .external_lex_state = 7}, - [405] = {.lex_state = 67, .external_lex_state = 7}, - [406] = {.lex_state = 67, .external_lex_state = 7}, - [407] = {.lex_state = 67, .external_lex_state = 7}, - [408] = {.lex_state = 56, .external_lex_state = 13}, - [409] = {.lex_state = 67, .external_lex_state = 7}, - [410] = {.lex_state = 67, .external_lex_state = 7}, - [411] = {.lex_state = 67, .external_lex_state = 7}, - [412] = {.lex_state = 67, .external_lex_state = 7}, - [413] = {.lex_state = 67, .external_lex_state = 7}, - [414] = {.lex_state = 67, .external_lex_state = 7}, - [415] = {.lex_state = 56, .external_lex_state = 13}, - [416] = {.lex_state = 67, .external_lex_state = 7}, - [417] = {.lex_state = 67, .external_lex_state = 7}, - [418] = {.lex_state = 67, .external_lex_state = 7}, - [419] = {.lex_state = 67, .external_lex_state = 7}, - [420] = {.lex_state = 67, .external_lex_state = 7}, - [421] = {.lex_state = 67, .external_lex_state = 7}, - [422] = {.lex_state = 67, .external_lex_state = 7}, - [423] = {.lex_state = 67, .external_lex_state = 7}, - [424] = {.lex_state = 67, .external_lex_state = 7}, - [425] = {.lex_state = 67, .external_lex_state = 7}, - [426] = {.lex_state = 56, .external_lex_state = 13}, - [427] = {.lex_state = 67, .external_lex_state = 7}, - [428] = {.lex_state = 67, .external_lex_state = 7}, - [429] = {.lex_state = 67, .external_lex_state = 7}, - [430] = {.lex_state = 67, .external_lex_state = 7}, - [431] = {.lex_state = 56, .external_lex_state = 15}, - [432] = {.lex_state = 67, .external_lex_state = 7}, - [433] = {.lex_state = 67, .external_lex_state = 7}, - [434] = {.lex_state = 67, .external_lex_state = 7}, - [435] = {.lex_state = 56, .external_lex_state = 14}, - [436] = {.lex_state = 67, .external_lex_state = 7}, - [437] = {.lex_state = 67, .external_lex_state = 7}, - [438] = {.lex_state = 67, .external_lex_state = 7}, - [439] = {.lex_state = 67, .external_lex_state = 7}, - [440] = {.lex_state = 67, .external_lex_state = 7}, - [441] = {.lex_state = 67, .external_lex_state = 7}, - [442] = {.lex_state = 67, .external_lex_state = 7}, - [443] = {.lex_state = 67, .external_lex_state = 7}, - [444] = {.lex_state = 67, .external_lex_state = 7}, - [445] = {.lex_state = 67, .external_lex_state = 7}, - [446] = {.lex_state = 67, .external_lex_state = 7}, - [447] = {.lex_state = 67, .external_lex_state = 7}, - [448] = {.lex_state = 67, .external_lex_state = 7}, - [449] = {.lex_state = 67, .external_lex_state = 7}, - [450] = {.lex_state = 67, .external_lex_state = 7}, - [451] = {.lex_state = 67, .external_lex_state = 7}, - [452] = {.lex_state = 67, .external_lex_state = 7}, - [453] = {.lex_state = 67, .external_lex_state = 7}, - [454] = {.lex_state = 67, .external_lex_state = 7}, - [455] = {.lex_state = 67, .external_lex_state = 7}, - [456] = {.lex_state = 67, .external_lex_state = 7}, - [457] = {.lex_state = 67, .external_lex_state = 7}, - [458] = {.lex_state = 67, .external_lex_state = 7}, - [459] = {.lex_state = 67, .external_lex_state = 7}, - [460] = {.lex_state = 67, .external_lex_state = 7}, - [461] = {.lex_state = 67, .external_lex_state = 7}, - [462] = {.lex_state = 67, .external_lex_state = 7}, - [463] = {.lex_state = 67, .external_lex_state = 7}, - [464] = {.lex_state = 67, .external_lex_state = 7}, - [465] = {.lex_state = 67, .external_lex_state = 7}, - [466] = {.lex_state = 67, .external_lex_state = 7}, - [467] = {.lex_state = 67, .external_lex_state = 7}, - [468] = {.lex_state = 67, .external_lex_state = 7}, - [469] = {.lex_state = 67, .external_lex_state = 7}, - [470] = {.lex_state = 67, .external_lex_state = 7}, - [471] = {.lex_state = 67, .external_lex_state = 7}, - [472] = {.lex_state = 56, .external_lex_state = 12}, - [473] = {.lex_state = 67, .external_lex_state = 7}, - [474] = {.lex_state = 67, .external_lex_state = 7}, - [475] = {.lex_state = 67, .external_lex_state = 7}, - [476] = {.lex_state = 67, .external_lex_state = 7}, - [477] = {.lex_state = 67, .external_lex_state = 7}, - [478] = {.lex_state = 67, .external_lex_state = 7}, - [479] = {.lex_state = 56, .external_lex_state = 12}, - [480] = {.lex_state = 67, .external_lex_state = 7}, - [481] = {.lex_state = 67, .external_lex_state = 7}, - [482] = {.lex_state = 67, .external_lex_state = 7}, - [483] = {.lex_state = 67, .external_lex_state = 7}, - [484] = {.lex_state = 67, .external_lex_state = 7}, - [485] = {.lex_state = 67, .external_lex_state = 7}, - [486] = {.lex_state = 67, .external_lex_state = 7}, - [487] = {.lex_state = 67, .external_lex_state = 7}, - [488] = {.lex_state = 67, .external_lex_state = 7}, - [489] = {.lex_state = 67, .external_lex_state = 7}, - [490] = {.lex_state = 67, .external_lex_state = 7}, - [491] = {.lex_state = 67, .external_lex_state = 7}, - [492] = {.lex_state = 67, .external_lex_state = 7}, - [493] = {.lex_state = 67, .external_lex_state = 7}, - [494] = {.lex_state = 67, .external_lex_state = 7}, - [495] = {.lex_state = 67, .external_lex_state = 7}, - [496] = {.lex_state = 67, .external_lex_state = 7}, - [497] = {.lex_state = 67, .external_lex_state = 7}, - [498] = {.lex_state = 67, .external_lex_state = 7}, - [499] = {.lex_state = 67, .external_lex_state = 7}, - [500] = {.lex_state = 67, .external_lex_state = 7}, - [501] = {.lex_state = 67, .external_lex_state = 7}, - [502] = {.lex_state = 67, .external_lex_state = 7}, - [503] = {.lex_state = 67, .external_lex_state = 7}, - [504] = {.lex_state = 67, .external_lex_state = 7}, - [505] = {.lex_state = 67, .external_lex_state = 7}, - [506] = {.lex_state = 67, .external_lex_state = 7}, - [507] = {.lex_state = 67, .external_lex_state = 7}, - [508] = {.lex_state = 67, .external_lex_state = 7}, - [509] = {.lex_state = 67, .external_lex_state = 7}, - [510] = {.lex_state = 67, .external_lex_state = 7}, - [511] = {.lex_state = 67, .external_lex_state = 7}, - [512] = {.lex_state = 67, .external_lex_state = 7}, - [513] = {.lex_state = 67, .external_lex_state = 7}, - [514] = {.lex_state = 67, .external_lex_state = 7}, - [515] = {.lex_state = 67, .external_lex_state = 7}, - [516] = {.lex_state = 67, .external_lex_state = 7}, - [517] = {.lex_state = 67, .external_lex_state = 7}, - [518] = {.lex_state = 67, .external_lex_state = 7}, - [519] = {.lex_state = 67, .external_lex_state = 7}, - [520] = {.lex_state = 67, .external_lex_state = 7}, - [521] = {.lex_state = 67, .external_lex_state = 7}, - [522] = {.lex_state = 58, .external_lex_state = 10}, - [523] = {.lex_state = 67, .external_lex_state = 7}, - [524] = {.lex_state = 67, .external_lex_state = 7}, - [525] = {.lex_state = 67, .external_lex_state = 7}, - [526] = {.lex_state = 67, .external_lex_state = 7}, - [527] = {.lex_state = 67, .external_lex_state = 7}, - [528] = {.lex_state = 67, .external_lex_state = 7}, - [529] = {.lex_state = 67, .external_lex_state = 7}, - [530] = {.lex_state = 67, .external_lex_state = 7}, - [531] = {.lex_state = 67, .external_lex_state = 7}, - [532] = {.lex_state = 67, .external_lex_state = 7}, - [533] = {.lex_state = 67, .external_lex_state = 7}, - [534] = {.lex_state = 67, .external_lex_state = 7}, - [535] = {.lex_state = 67, .external_lex_state = 7}, - [536] = {.lex_state = 67, .external_lex_state = 7}, - [537] = {.lex_state = 67, .external_lex_state = 7}, - [538] = {.lex_state = 67, .external_lex_state = 7}, - [539] = {.lex_state = 67, .external_lex_state = 7}, - [540] = {.lex_state = 67, .external_lex_state = 7}, - [541] = {.lex_state = 67, .external_lex_state = 7}, - [542] = {.lex_state = 67, .external_lex_state = 7}, - [543] = {.lex_state = 67, .external_lex_state = 7}, - [544] = {.lex_state = 67, .external_lex_state = 7}, - [545] = {.lex_state = 67, .external_lex_state = 7}, - [546] = {.lex_state = 67, .external_lex_state = 7}, - [547] = {.lex_state = 67, .external_lex_state = 7}, - [548] = {.lex_state = 67, .external_lex_state = 7}, - [549] = {.lex_state = 67, .external_lex_state = 7}, - [550] = {.lex_state = 67, .external_lex_state = 7}, - [551] = {.lex_state = 67, .external_lex_state = 7}, - [552] = {.lex_state = 67, .external_lex_state = 7}, - [553] = {.lex_state = 67, .external_lex_state = 7}, - [554] = {.lex_state = 67, .external_lex_state = 7}, - [555] = {.lex_state = 67, .external_lex_state = 7}, - [556] = {.lex_state = 67, .external_lex_state = 7}, - [557] = {.lex_state = 67, .external_lex_state = 7}, - [558] = {.lex_state = 67, .external_lex_state = 7}, - [559] = {.lex_state = 67, .external_lex_state = 7}, - [560] = {.lex_state = 67, .external_lex_state = 7}, - [561] = {.lex_state = 67, .external_lex_state = 7}, - [562] = {.lex_state = 67, .external_lex_state = 7}, - [563] = {.lex_state = 67, .external_lex_state = 7}, - [564] = {.lex_state = 67, .external_lex_state = 7}, - [565] = {.lex_state = 67, .external_lex_state = 7}, - [566] = {.lex_state = 67, .external_lex_state = 7}, - [567] = {.lex_state = 67, .external_lex_state = 7}, - [568] = {.lex_state = 67, .external_lex_state = 7}, - [569] = {.lex_state = 67, .external_lex_state = 7}, - [570] = {.lex_state = 67, .external_lex_state = 7}, - [571] = {.lex_state = 67, .external_lex_state = 7}, - [572] = {.lex_state = 67, .external_lex_state = 7}, - [573] = {.lex_state = 67, .external_lex_state = 7}, - [574] = {.lex_state = 67, .external_lex_state = 7}, - [575] = {.lex_state = 67, .external_lex_state = 7}, - [576] = {.lex_state = 67, .external_lex_state = 7}, - [577] = {.lex_state = 67, .external_lex_state = 7}, - [578] = {.lex_state = 67, .external_lex_state = 7}, - [579] = {.lex_state = 67, .external_lex_state = 7}, - [580] = {.lex_state = 67, .external_lex_state = 7}, - [581] = {.lex_state = 67, .external_lex_state = 7}, - [582] = {.lex_state = 56, .external_lex_state = 14}, - [583] = {.lex_state = 67, .external_lex_state = 7}, - [584] = {.lex_state = 67, .external_lex_state = 7}, - [585] = {.lex_state = 67, .external_lex_state = 7}, - [586] = {.lex_state = 67, .external_lex_state = 7}, - [587] = {.lex_state = 67, .external_lex_state = 7}, - [588] = {.lex_state = 67, .external_lex_state = 7}, - [589] = {.lex_state = 67, .external_lex_state = 7}, - [590] = {.lex_state = 67, .external_lex_state = 7}, - [591] = {.lex_state = 67, .external_lex_state = 7}, - [592] = {.lex_state = 67, .external_lex_state = 7}, - [593] = {.lex_state = 67, .external_lex_state = 7}, - [594] = {.lex_state = 67, .external_lex_state = 7}, - [595] = {.lex_state = 67, .external_lex_state = 7}, - [596] = {.lex_state = 67, .external_lex_state = 7}, - [597] = {.lex_state = 67, .external_lex_state = 7}, - [598] = {.lex_state = 67, .external_lex_state = 7}, - [599] = {.lex_state = 67, .external_lex_state = 7}, - [600] = {.lex_state = 67, .external_lex_state = 7}, - [601] = {.lex_state = 67, .external_lex_state = 7}, - [602] = {.lex_state = 67, .external_lex_state = 7}, - [603] = {.lex_state = 67, .external_lex_state = 7}, - [604] = {.lex_state = 67, .external_lex_state = 7}, - [605] = {.lex_state = 67, .external_lex_state = 7}, - [606] = {.lex_state = 67, .external_lex_state = 7}, - [607] = {.lex_state = 67, .external_lex_state = 7}, - [608] = {.lex_state = 67, .external_lex_state = 7}, - [609] = {.lex_state = 67, .external_lex_state = 7}, - [610] = {.lex_state = 67, .external_lex_state = 7}, - [611] = {.lex_state = 67, .external_lex_state = 7}, - [612] = {.lex_state = 67, .external_lex_state = 7}, - [613] = {.lex_state = 67, .external_lex_state = 7}, - [614] = {.lex_state = 67, .external_lex_state = 7}, - [615] = {.lex_state = 67, .external_lex_state = 7}, - [616] = {.lex_state = 67, .external_lex_state = 7}, - [617] = {.lex_state = 67, .external_lex_state = 7}, - [618] = {.lex_state = 67, .external_lex_state = 7}, - [619] = {.lex_state = 67, .external_lex_state = 7}, - [620] = {.lex_state = 67, .external_lex_state = 7}, - [621] = {.lex_state = 67, .external_lex_state = 7}, - [622] = {.lex_state = 67, .external_lex_state = 7}, - [623] = {.lex_state = 67, .external_lex_state = 7}, - [624] = {.lex_state = 67, .external_lex_state = 7}, - [625] = {.lex_state = 67, .external_lex_state = 7}, - [626] = {.lex_state = 67, .external_lex_state = 7}, - [627] = {.lex_state = 67, .external_lex_state = 7}, - [628] = {.lex_state = 67, .external_lex_state = 7}, - [629] = {.lex_state = 67, .external_lex_state = 7}, - [630] = {.lex_state = 67, .external_lex_state = 7}, - [631] = {.lex_state = 67, .external_lex_state = 7}, - [632] = {.lex_state = 67, .external_lex_state = 7}, - [633] = {.lex_state = 67, .external_lex_state = 7}, - [634] = {.lex_state = 67, .external_lex_state = 7}, - [635] = {.lex_state = 67, .external_lex_state = 7}, - [636] = {.lex_state = 67, .external_lex_state = 7}, - [637] = {.lex_state = 67, .external_lex_state = 7}, - [638] = {.lex_state = 67, .external_lex_state = 7}, - [639] = {.lex_state = 67, .external_lex_state = 7}, - [640] = {.lex_state = 67, .external_lex_state = 7}, - [641] = {.lex_state = 67, .external_lex_state = 7}, - [642] = {.lex_state = 67, .external_lex_state = 7}, - [643] = {.lex_state = 67, .external_lex_state = 7}, - [644] = {.lex_state = 67, .external_lex_state = 7}, - [645] = {.lex_state = 67, .external_lex_state = 7}, - [646] = {.lex_state = 67, .external_lex_state = 7}, - [647] = {.lex_state = 67, .external_lex_state = 7}, - [648] = {.lex_state = 67, .external_lex_state = 7}, - [649] = {.lex_state = 67, .external_lex_state = 7}, - [650] = {.lex_state = 67, .external_lex_state = 7}, - [651] = {.lex_state = 67, .external_lex_state = 7}, - [652] = {.lex_state = 67, .external_lex_state = 7}, - [653] = {.lex_state = 67, .external_lex_state = 7}, - [654] = {.lex_state = 67, .external_lex_state = 7}, - [655] = {.lex_state = 67, .external_lex_state = 7}, - [656] = {.lex_state = 67, .external_lex_state = 7}, - [657] = {.lex_state = 67, .external_lex_state = 7}, - [658] = {.lex_state = 67, .external_lex_state = 7}, - [659] = {.lex_state = 67, .external_lex_state = 7}, - [660] = {.lex_state = 67, .external_lex_state = 7}, - [661] = {.lex_state = 67, .external_lex_state = 7}, - [662] = {.lex_state = 67, .external_lex_state = 7}, - [663] = {.lex_state = 67, .external_lex_state = 7}, - [664] = {.lex_state = 67, .external_lex_state = 7}, - [665] = {.lex_state = 67, .external_lex_state = 7}, - [666] = {.lex_state = 67, .external_lex_state = 7}, - [667] = {.lex_state = 67, .external_lex_state = 7}, - [668] = {.lex_state = 67, .external_lex_state = 7}, - [669] = {.lex_state = 67, .external_lex_state = 7}, - [670] = {.lex_state = 67, .external_lex_state = 7}, - [671] = {.lex_state = 67, .external_lex_state = 7}, - [672] = {.lex_state = 67, .external_lex_state = 7}, - [673] = {.lex_state = 67, .external_lex_state = 7}, - [674] = {.lex_state = 67, .external_lex_state = 7}, - [675] = {.lex_state = 67, .external_lex_state = 7}, - [676] = {.lex_state = 67, .external_lex_state = 7}, - [677] = {.lex_state = 67, .external_lex_state = 7}, - [678] = {.lex_state = 67, .external_lex_state = 7}, - [679] = {.lex_state = 67, .external_lex_state = 7}, - [680] = {.lex_state = 67, .external_lex_state = 7}, - [681] = {.lex_state = 67, .external_lex_state = 7}, - [682] = {.lex_state = 67, .external_lex_state = 7}, - [683] = {.lex_state = 67, .external_lex_state = 7}, - [684] = {.lex_state = 67, .external_lex_state = 7}, - [685] = {.lex_state = 67, .external_lex_state = 7}, - [686] = {.lex_state = 67, .external_lex_state = 7}, - [687] = {.lex_state = 67, .external_lex_state = 7}, - [688] = {.lex_state = 67, .external_lex_state = 7}, - [689] = {.lex_state = 67, .external_lex_state = 7}, - [690] = {.lex_state = 67, .external_lex_state = 7}, - [691] = {.lex_state = 67, .external_lex_state = 7}, - [692] = {.lex_state = 67, .external_lex_state = 7}, - [693] = {.lex_state = 67, .external_lex_state = 7}, - [694] = {.lex_state = 67, .external_lex_state = 7}, - [695] = {.lex_state = 67, .external_lex_state = 7}, - [696] = {.lex_state = 67, .external_lex_state = 7}, - [697] = {.lex_state = 67, .external_lex_state = 7}, - [698] = {.lex_state = 67, .external_lex_state = 7}, - [699] = {.lex_state = 67, .external_lex_state = 7}, - [700] = {.lex_state = 67, .external_lex_state = 7}, - [701] = {.lex_state = 67, .external_lex_state = 7}, - [702] = {.lex_state = 67, .external_lex_state = 7}, - [703] = {.lex_state = 67, .external_lex_state = 7}, - [704] = {.lex_state = 67, .external_lex_state = 7}, - [705] = {.lex_state = 67, .external_lex_state = 7}, - [706] = {.lex_state = 67, .external_lex_state = 7}, - [707] = {.lex_state = 67, .external_lex_state = 7}, - [708] = {.lex_state = 67, .external_lex_state = 7}, - [709] = {.lex_state = 67, .external_lex_state = 7}, - [710] = {.lex_state = 67, .external_lex_state = 7}, - [711] = {.lex_state = 67, .external_lex_state = 7}, - [712] = {.lex_state = 67, .external_lex_state = 7}, - [713] = {.lex_state = 67, .external_lex_state = 7}, - [714] = {.lex_state = 67, .external_lex_state = 7}, - [715] = {.lex_state = 67, .external_lex_state = 7}, - [716] = {.lex_state = 67, .external_lex_state = 7}, - [717] = {.lex_state = 67, .external_lex_state = 7}, - [718] = {.lex_state = 67, .external_lex_state = 7}, - [719] = {.lex_state = 67, .external_lex_state = 7}, - [720] = {.lex_state = 67, .external_lex_state = 7}, - [721] = {.lex_state = 67, .external_lex_state = 7}, - [722] = {.lex_state = 67, .external_lex_state = 7}, - [723] = {.lex_state = 67, .external_lex_state = 7}, - [724] = {.lex_state = 67, .external_lex_state = 7}, - [725] = {.lex_state = 67, .external_lex_state = 7}, - [726] = {.lex_state = 67, .external_lex_state = 7}, - [727] = {.lex_state = 67, .external_lex_state = 7}, - [728] = {.lex_state = 67, .external_lex_state = 7}, - [729] = {.lex_state = 67, .external_lex_state = 7}, - [730] = {.lex_state = 67, .external_lex_state = 7}, - [731] = {.lex_state = 67, .external_lex_state = 7}, - [732] = {.lex_state = 67, .external_lex_state = 7}, - [733] = {.lex_state = 67, .external_lex_state = 7}, - [734] = {.lex_state = 67, .external_lex_state = 7}, - [735] = {.lex_state = 67, .external_lex_state = 7}, - [736] = {.lex_state = 67, .external_lex_state = 7}, - [737] = {.lex_state = 67, .external_lex_state = 7}, - [738] = {.lex_state = 67, .external_lex_state = 7}, - [739] = {.lex_state = 67, .external_lex_state = 7}, - [740] = {.lex_state = 67, .external_lex_state = 7}, - [741] = {.lex_state = 67, .external_lex_state = 7}, - [742] = {.lex_state = 67, .external_lex_state = 7}, - [743] = {.lex_state = 67, .external_lex_state = 7}, - [744] = {.lex_state = 67, .external_lex_state = 7}, - [745] = {.lex_state = 67, .external_lex_state = 7}, - [746] = {.lex_state = 67, .external_lex_state = 7}, - [747] = {.lex_state = 58, .external_lex_state = 10}, - [748] = {.lex_state = 67, .external_lex_state = 7}, - [749] = {.lex_state = 67, .external_lex_state = 7}, - [750] = {.lex_state = 67, .external_lex_state = 7}, - [751] = {.lex_state = 67, .external_lex_state = 7}, - [752] = {.lex_state = 67, .external_lex_state = 7}, - [753] = {.lex_state = 67, .external_lex_state = 7}, - [754] = {.lex_state = 67, .external_lex_state = 7}, - [755] = {.lex_state = 67, .external_lex_state = 7}, - [756] = {.lex_state = 67, .external_lex_state = 7}, - [757] = {.lex_state = 67, .external_lex_state = 7}, - [758] = {.lex_state = 67, .external_lex_state = 7}, - [759] = {.lex_state = 67, .external_lex_state = 7}, - [760] = {.lex_state = 67, .external_lex_state = 7}, - [761] = {.lex_state = 67, .external_lex_state = 7}, - [762] = {.lex_state = 67, .external_lex_state = 7}, - [763] = {.lex_state = 67, .external_lex_state = 7}, - [764] = {.lex_state = 67, .external_lex_state = 7}, - [765] = {.lex_state = 67, .external_lex_state = 7}, - [766] = {.lex_state = 67, .external_lex_state = 7}, - [767] = {.lex_state = 67, .external_lex_state = 7}, - [768] = {.lex_state = 67, .external_lex_state = 7}, - [769] = {.lex_state = 67, .external_lex_state = 7}, - [770] = {.lex_state = 67, .external_lex_state = 7}, - [771] = {.lex_state = 67, .external_lex_state = 7}, - [772] = {.lex_state = 67, .external_lex_state = 7}, - [773] = {.lex_state = 67, .external_lex_state = 7}, - [774] = {.lex_state = 67, .external_lex_state = 7}, - [775] = {.lex_state = 67, .external_lex_state = 7}, - [776] = {.lex_state = 67, .external_lex_state = 7}, - [777] = {.lex_state = 67, .external_lex_state = 7}, - [778] = {.lex_state = 67, .external_lex_state = 7}, - [779] = {.lex_state = 67, .external_lex_state = 7}, - [780] = {.lex_state = 67, .external_lex_state = 7}, - [781] = {.lex_state = 67, .external_lex_state = 7}, - [782] = {.lex_state = 67, .external_lex_state = 7}, - [783] = {.lex_state = 67, .external_lex_state = 7}, - [784] = {.lex_state = 67, .external_lex_state = 7}, - [785] = {.lex_state = 67, .external_lex_state = 7}, - [786] = {.lex_state = 67, .external_lex_state = 7}, - [787] = {.lex_state = 67, .external_lex_state = 7}, - [788] = {.lex_state = 67, .external_lex_state = 7}, - [789] = {.lex_state = 67, .external_lex_state = 7}, - [790] = {.lex_state = 67, .external_lex_state = 7}, - [791] = {.lex_state = 67, .external_lex_state = 7}, - [792] = {.lex_state = 67, .external_lex_state = 7}, - [793] = {.lex_state = 67, .external_lex_state = 7}, - [794] = {.lex_state = 67, .external_lex_state = 7}, - [795] = {.lex_state = 67, .external_lex_state = 7}, - [796] = {.lex_state = 67, .external_lex_state = 7}, - [797] = {.lex_state = 67, .external_lex_state = 7}, - [798] = {.lex_state = 67, .external_lex_state = 7}, - [799] = {.lex_state = 67, .external_lex_state = 7}, - [800] = {.lex_state = 67, .external_lex_state = 7}, - [801] = {.lex_state = 67, .external_lex_state = 7}, - [802] = {.lex_state = 67, .external_lex_state = 7}, - [803] = {.lex_state = 67, .external_lex_state = 7}, - [804] = {.lex_state = 67, .external_lex_state = 7}, - [805] = {.lex_state = 67, .external_lex_state = 7}, - [806] = {.lex_state = 67, .external_lex_state = 7}, - [807] = {.lex_state = 67, .external_lex_state = 7}, - [808] = {.lex_state = 67, .external_lex_state = 7}, - [809] = {.lex_state = 67, .external_lex_state = 7}, - [810] = {.lex_state = 67, .external_lex_state = 7}, - [811] = {.lex_state = 67, .external_lex_state = 7}, - [812] = {.lex_state = 67, .external_lex_state = 7}, - [813] = {.lex_state = 67, .external_lex_state = 7}, - [814] = {.lex_state = 67, .external_lex_state = 7}, - [815] = {.lex_state = 67, .external_lex_state = 7}, - [816] = {.lex_state = 67, .external_lex_state = 7}, - [817] = {.lex_state = 67, .external_lex_state = 7}, - [818] = {.lex_state = 67, .external_lex_state = 7}, - [819] = {.lex_state = 67, .external_lex_state = 7}, - [820] = {.lex_state = 67, .external_lex_state = 7}, - [821] = {.lex_state = 67, .external_lex_state = 7}, - [822] = {.lex_state = 67, .external_lex_state = 7}, - [823] = {.lex_state = 67, .external_lex_state = 7}, - [824] = {.lex_state = 67, .external_lex_state = 7}, - [825] = {.lex_state = 67, .external_lex_state = 7}, - [826] = {.lex_state = 67, .external_lex_state = 7}, - [827] = {.lex_state = 67, .external_lex_state = 7}, - [828] = {.lex_state = 67, .external_lex_state = 7}, - [829] = {.lex_state = 67, .external_lex_state = 7}, - [830] = {.lex_state = 67, .external_lex_state = 7}, - [831] = {.lex_state = 67, .external_lex_state = 7}, - [832] = {.lex_state = 67, .external_lex_state = 7}, - [833] = {.lex_state = 67, .external_lex_state = 7}, - [834] = {.lex_state = 67, .external_lex_state = 7}, - [835] = {.lex_state = 67, .external_lex_state = 7}, - [836] = {.lex_state = 67, .external_lex_state = 7}, - [837] = {.lex_state = 67, .external_lex_state = 7}, - [838] = {.lex_state = 67, .external_lex_state = 7}, - [839] = {.lex_state = 67, .external_lex_state = 7}, - [840] = {.lex_state = 67, .external_lex_state = 7}, - [841] = {.lex_state = 67, .external_lex_state = 7}, - [842] = {.lex_state = 67, .external_lex_state = 7}, - [843] = {.lex_state = 67, .external_lex_state = 7}, - [844] = {.lex_state = 67, .external_lex_state = 7}, - [845] = {.lex_state = 67, .external_lex_state = 7}, - [846] = {.lex_state = 67, .external_lex_state = 7}, - [847] = {.lex_state = 67, .external_lex_state = 7}, - [848] = {.lex_state = 67, .external_lex_state = 7}, - [849] = {.lex_state = 67, .external_lex_state = 7}, - [850] = {.lex_state = 67, .external_lex_state = 7}, - [851] = {.lex_state = 67, .external_lex_state = 7}, - [852] = {.lex_state = 67, .external_lex_state = 7}, - [853] = {.lex_state = 67, .external_lex_state = 7}, - [854] = {.lex_state = 67, .external_lex_state = 7}, - [855] = {.lex_state = 67, .external_lex_state = 7}, - [856] = {.lex_state = 67, .external_lex_state = 7}, - [857] = {.lex_state = 67, .external_lex_state = 7}, - [858] = {.lex_state = 67, .external_lex_state = 7}, - [859] = {.lex_state = 67, .external_lex_state = 7}, - [860] = {.lex_state = 67, .external_lex_state = 7}, - [861] = {.lex_state = 67, .external_lex_state = 7}, - [862] = {.lex_state = 67, .external_lex_state = 7}, - [863] = {.lex_state = 67, .external_lex_state = 7}, - [864] = {.lex_state = 67, .external_lex_state = 7}, - [865] = {.lex_state = 67, .external_lex_state = 7}, - [866] = {.lex_state = 67, .external_lex_state = 7}, - [867] = {.lex_state = 67, .external_lex_state = 7}, - [868] = {.lex_state = 67, .external_lex_state = 7}, - [869] = {.lex_state = 67, .external_lex_state = 7}, - [870] = {.lex_state = 67, .external_lex_state = 7}, - [871] = {.lex_state = 67, .external_lex_state = 7}, - [872] = {.lex_state = 67, .external_lex_state = 7}, - [873] = {.lex_state = 67, .external_lex_state = 7}, - [874] = {.lex_state = 67, .external_lex_state = 7}, - [875] = {.lex_state = 67, .external_lex_state = 7}, - [876] = {.lex_state = 67, .external_lex_state = 7}, - [877] = {.lex_state = 67, .external_lex_state = 7}, - [878] = {.lex_state = 67, .external_lex_state = 7}, - [879] = {.lex_state = 67, .external_lex_state = 7}, - [880] = {.lex_state = 67, .external_lex_state = 7}, - [881] = {.lex_state = 67, .external_lex_state = 7}, - [882] = {.lex_state = 67, .external_lex_state = 7}, - [883] = {.lex_state = 67, .external_lex_state = 7}, - [884] = {.lex_state = 67, .external_lex_state = 7}, - [885] = {.lex_state = 67, .external_lex_state = 7}, - [886] = {.lex_state = 67, .external_lex_state = 7}, - [887] = {.lex_state = 67, .external_lex_state = 7}, - [888] = {.lex_state = 67, .external_lex_state = 7}, - [889] = {.lex_state = 67, .external_lex_state = 7}, - [890] = {.lex_state = 67, .external_lex_state = 7}, - [891] = {.lex_state = 67, .external_lex_state = 7}, - [892] = {.lex_state = 67, .external_lex_state = 7}, - [893] = {.lex_state = 67, .external_lex_state = 7}, - [894] = {.lex_state = 67, .external_lex_state = 7}, - [895] = {.lex_state = 67, .external_lex_state = 7}, - [896] = {.lex_state = 67, .external_lex_state = 7}, - [897] = {.lex_state = 67, .external_lex_state = 7}, - [898] = {.lex_state = 67, .external_lex_state = 7}, - [899] = {.lex_state = 67, .external_lex_state = 7}, - [900] = {.lex_state = 67, .external_lex_state = 7}, - [901] = {.lex_state = 67, .external_lex_state = 7}, - [902] = {.lex_state = 67, .external_lex_state = 7}, - [903] = {.lex_state = 67, .external_lex_state = 7}, - [904] = {.lex_state = 67, .external_lex_state = 7}, - [905] = {.lex_state = 67, .external_lex_state = 7}, - [906] = {.lex_state = 67, .external_lex_state = 7}, - [907] = {.lex_state = 67, .external_lex_state = 7}, - [908] = {.lex_state = 67, .external_lex_state = 7}, - [909] = {.lex_state = 67, .external_lex_state = 7}, - [910] = {.lex_state = 67, .external_lex_state = 7}, - [911] = {.lex_state = 67, .external_lex_state = 7}, - [912] = {.lex_state = 67, .external_lex_state = 7}, - [913] = {.lex_state = 67, .external_lex_state = 7}, - [914] = {.lex_state = 67, .external_lex_state = 7}, - [915] = {.lex_state = 67, .external_lex_state = 7}, - [916] = {.lex_state = 67, .external_lex_state = 7}, - [917] = {.lex_state = 67, .external_lex_state = 7}, - [918] = {.lex_state = 67, .external_lex_state = 7}, - [919] = {.lex_state = 67, .external_lex_state = 7}, - [920] = {.lex_state = 67, .external_lex_state = 7}, - [921] = {.lex_state = 67, .external_lex_state = 7}, - [922] = {.lex_state = 67, .external_lex_state = 7}, - [923] = {.lex_state = 67, .external_lex_state = 7}, - [924] = {.lex_state = 67, .external_lex_state = 7}, - [925] = {.lex_state = 67, .external_lex_state = 7}, - [926] = {.lex_state = 67, .external_lex_state = 7}, - [927] = {.lex_state = 67, .external_lex_state = 7}, - [928] = {.lex_state = 67, .external_lex_state = 7}, - [929] = {.lex_state = 67, .external_lex_state = 7}, - [930] = {.lex_state = 67, .external_lex_state = 7}, - [931] = {.lex_state = 67, .external_lex_state = 7}, - [932] = {.lex_state = 67, .external_lex_state = 7}, - [933] = {.lex_state = 67, .external_lex_state = 7}, - [934] = {.lex_state = 67, .external_lex_state = 7}, - [935] = {.lex_state = 67, .external_lex_state = 7}, - [936] = {.lex_state = 67, .external_lex_state = 7}, - [937] = {.lex_state = 67, .external_lex_state = 7}, - [938] = {.lex_state = 67, .external_lex_state = 7}, - [939] = {.lex_state = 67, .external_lex_state = 7}, - [940] = {.lex_state = 67, .external_lex_state = 7}, - [941] = {.lex_state = 67, .external_lex_state = 7}, - [942] = {.lex_state = 67, .external_lex_state = 7}, - [943] = {.lex_state = 67, .external_lex_state = 7}, - [944] = {.lex_state = 67, .external_lex_state = 7}, - [945] = {.lex_state = 67, .external_lex_state = 7}, - [946] = {.lex_state = 67, .external_lex_state = 7}, - [947] = {.lex_state = 67, .external_lex_state = 7}, - [948] = {.lex_state = 67, .external_lex_state = 7}, - [949] = {.lex_state = 67, .external_lex_state = 7}, - [950] = {.lex_state = 67, .external_lex_state = 7}, - [951] = {.lex_state = 67, .external_lex_state = 7}, - [952] = {.lex_state = 67, .external_lex_state = 7}, - [953] = {.lex_state = 67, .external_lex_state = 7}, - [954] = {.lex_state = 67, .external_lex_state = 7}, - [955] = {.lex_state = 56, .external_lex_state = 12}, - [956] = {.lex_state = 56, .external_lex_state = 12}, - [957] = {.lex_state = 56, .external_lex_state = 12}, - [958] = {.lex_state = 56, .external_lex_state = 12}, - [959] = {.lex_state = 56, .external_lex_state = 12}, - [960] = {.lex_state = 56, .external_lex_state = 12}, - [961] = {.lex_state = 56, .external_lex_state = 12}, - [962] = {.lex_state = 34, .external_lex_state = 2}, - [963] = {.lex_state = 56, .external_lex_state = 12}, - [964] = {.lex_state = 56, .external_lex_state = 12}, - [965] = {.lex_state = 56, .external_lex_state = 12}, - [966] = {.lex_state = 56, .external_lex_state = 12}, - [967] = {.lex_state = 56, .external_lex_state = 12}, - [968] = {.lex_state = 56, .external_lex_state = 12}, - [969] = {.lex_state = 56, .external_lex_state = 12}, - [970] = {.lex_state = 56, .external_lex_state = 12}, - [971] = {.lex_state = 56, .external_lex_state = 12}, - [972] = {.lex_state = 56, .external_lex_state = 12}, - [973] = {.lex_state = 56, .external_lex_state = 12}, - [974] = {.lex_state = 56, .external_lex_state = 12}, - [975] = {.lex_state = 56, .external_lex_state = 12}, - [976] = {.lex_state = 56, .external_lex_state = 12}, - [977] = {.lex_state = 56, .external_lex_state = 12}, - [978] = {.lex_state = 56, .external_lex_state = 12}, - [979] = {.lex_state = 56, .external_lex_state = 12}, - [980] = {.lex_state = 56, .external_lex_state = 12}, - [981] = {.lex_state = 56, .external_lex_state = 12}, - [982] = {.lex_state = 62, .external_lex_state = 12}, - [983] = {.lex_state = 62, .external_lex_state = 12}, - [984] = {.lex_state = 62, .external_lex_state = 12}, - [985] = {.lex_state = 62, .external_lex_state = 12}, - [986] = {.lex_state = 62, .external_lex_state = 12}, - [987] = {.lex_state = 62, .external_lex_state = 12}, - [988] = {.lex_state = 62, .external_lex_state = 12}, - [989] = {.lex_state = 62, .external_lex_state = 12}, - [990] = {.lex_state = 62, .external_lex_state = 12}, - [991] = {.lex_state = 62, .external_lex_state = 12}, - [992] = {.lex_state = 62, .external_lex_state = 12}, - [993] = {.lex_state = 62, .external_lex_state = 12}, - [994] = {.lex_state = 38}, - [995] = {.lex_state = 62, .external_lex_state = 12}, - [996] = {.lex_state = 62, .external_lex_state = 12}, - [997] = {.lex_state = 34, .external_lex_state = 2}, - [998] = {.lex_state = 58, .external_lex_state = 12}, - [999] = {.lex_state = 58, .external_lex_state = 12}, - [1000] = {.lex_state = 58, .external_lex_state = 12}, - [1001] = {.lex_state = 58, .external_lex_state = 12}, - [1002] = {.lex_state = 58, .external_lex_state = 12}, - [1003] = {.lex_state = 58, .external_lex_state = 12}, - [1004] = {.lex_state = 58, .external_lex_state = 12}, - [1005] = {.lex_state = 58, .external_lex_state = 12}, - [1006] = {.lex_state = 58, .external_lex_state = 12}, - [1007] = {.lex_state = 58, .external_lex_state = 12}, - [1008] = {.lex_state = 58, .external_lex_state = 12}, - [1009] = {.lex_state = 58, .external_lex_state = 12}, - [1010] = {.lex_state = 58, .external_lex_state = 12}, - [1011] = {.lex_state = 62, .external_lex_state = 14}, - [1012] = {.lex_state = 62, .external_lex_state = 13}, - [1013] = {.lex_state = 61, .external_lex_state = 12}, - [1014] = {.lex_state = 63, .external_lex_state = 13}, - [1015] = {.lex_state = 62, .external_lex_state = 14}, - [1016] = {.lex_state = 62, .external_lex_state = 14}, - [1017] = {.lex_state = 60, .external_lex_state = 13}, - [1018] = {.lex_state = 60, .external_lex_state = 13}, - [1019] = {.lex_state = 60, .external_lex_state = 13}, - [1020] = {.lex_state = 63, .external_lex_state = 13}, - [1021] = {.lex_state = 63, .external_lex_state = 13}, - [1022] = {.lex_state = 62, .external_lex_state = 13}, - [1023] = {.lex_state = 60, .external_lex_state = 13}, - [1024] = {.lex_state = 62, .external_lex_state = 13}, - [1025] = {.lex_state = 62, .external_lex_state = 14}, - [1026] = {.lex_state = 62, .external_lex_state = 13}, - [1027] = {.lex_state = 62, .external_lex_state = 13}, - [1028] = {.lex_state = 62, .external_lex_state = 13}, - [1029] = {.lex_state = 62, .external_lex_state = 15}, - [1030] = {.lex_state = 62, .external_lex_state = 15}, - [1031] = {.lex_state = 63, .external_lex_state = 13}, - [1032] = {.lex_state = 55, .external_lex_state = 12}, - [1033] = {.lex_state = 59, .external_lex_state = 13}, - [1034] = {.lex_state = 58, .external_lex_state = 13}, - [1035] = {.lex_state = 62, .external_lex_state = 14}, - [1036] = {.lex_state = 62, .external_lex_state = 12}, - [1037] = {.lex_state = 62, .external_lex_state = 12}, - [1038] = {.lex_state = 62, .external_lex_state = 15}, - [1039] = {.lex_state = 62, .external_lex_state = 13}, - [1040] = {.lex_state = 53, .external_lex_state = 13}, - [1041] = {.lex_state = 58, .external_lex_state = 14}, - [1042] = {.lex_state = 53, .external_lex_state = 13}, - [1043] = {.lex_state = 62, .external_lex_state = 12}, - [1044] = {.lex_state = 62, .external_lex_state = 13}, - [1045] = {.lex_state = 58, .external_lex_state = 13}, - [1046] = {.lex_state = 62, .external_lex_state = 13}, + [297] = {.lex_state = 67, .external_lex_state = 8}, + [298] = {.lex_state = 44, .external_lex_state = 11}, + [299] = {.lex_state = 44, .external_lex_state = 11}, + [300] = {.lex_state = 44, .external_lex_state = 11}, + [301] = {.lex_state = 44, .external_lex_state = 11}, + [302] = {.lex_state = 44, .external_lex_state = 11}, + [303] = {.lex_state = 67, .external_lex_state = 8}, + [304] = {.lex_state = 44, .external_lex_state = 11}, + [305] = {.lex_state = 67, .external_lex_state = 8}, + [306] = {.lex_state = 44, .external_lex_state = 11}, + [307] = {.lex_state = 44, .external_lex_state = 11}, + [308] = {.lex_state = 54, .external_lex_state = 11}, + [309] = {.lex_state = 67, .external_lex_state = 8}, + [310] = {.lex_state = 44, .external_lex_state = 11}, + [311] = {.lex_state = 62, .external_lex_state = 10}, + [312] = {.lex_state = 56, .external_lex_state = 11}, + [313] = {.lex_state = 67, .external_lex_state = 8}, + [314] = {.lex_state = 58, .external_lex_state = 10}, + [315] = {.lex_state = 56, .external_lex_state = 15}, + [316] = {.lex_state = 67, .external_lex_state = 8}, + [317] = {.lex_state = 67, .external_lex_state = 8}, + [318] = {.lex_state = 67, .external_lex_state = 8}, + [319] = {.lex_state = 67, .external_lex_state = 8}, + [320] = {.lex_state = 67, .external_lex_state = 8}, + [321] = {.lex_state = 56, .external_lex_state = 11}, + [322] = {.lex_state = 56, .external_lex_state = 15}, + [323] = {.lex_state = 56, .external_lex_state = 14}, + [324] = {.lex_state = 67, .external_lex_state = 8}, + [325] = {.lex_state = 67, .external_lex_state = 8}, + [326] = {.lex_state = 67, .external_lex_state = 8}, + [327] = {.lex_state = 67, .external_lex_state = 8}, + [328] = {.lex_state = 56, .external_lex_state = 11}, + [329] = {.lex_state = 67, .external_lex_state = 8}, + [330] = {.lex_state = 67, .external_lex_state = 8}, + [331] = {.lex_state = 67, .external_lex_state = 8}, + [332] = {.lex_state = 56, .external_lex_state = 14}, + [333] = {.lex_state = 67, .external_lex_state = 8}, + [334] = {.lex_state = 67, .external_lex_state = 8}, + [335] = {.lex_state = 58, .external_lex_state = 10}, + [336] = {.lex_state = 67, .external_lex_state = 8}, + [337] = {.lex_state = 67, .external_lex_state = 8}, + [338] = {.lex_state = 56, .external_lex_state = 15}, + [339] = {.lex_state = 67, .external_lex_state = 8}, + [340] = {.lex_state = 67, .external_lex_state = 8}, + [341] = {.lex_state = 56, .external_lex_state = 13}, + [342] = {.lex_state = 67, .external_lex_state = 8}, + [343] = {.lex_state = 67, .external_lex_state = 8}, + [344] = {.lex_state = 67, .external_lex_state = 8}, + [345] = {.lex_state = 67, .external_lex_state = 8}, + [346] = {.lex_state = 67, .external_lex_state = 8}, + [347] = {.lex_state = 67, .external_lex_state = 8}, + [348] = {.lex_state = 67, .external_lex_state = 8}, + [349] = {.lex_state = 67, .external_lex_state = 8}, + [350] = {.lex_state = 67, .external_lex_state = 8}, + [351] = {.lex_state = 67, .external_lex_state = 8}, + [352] = {.lex_state = 67, .external_lex_state = 8}, + [353] = {.lex_state = 67, .external_lex_state = 8}, + [354] = {.lex_state = 67, .external_lex_state = 8}, + [355] = {.lex_state = 67, .external_lex_state = 8}, + [356] = {.lex_state = 67, .external_lex_state = 8}, + [357] = {.lex_state = 67, .external_lex_state = 8}, + [358] = {.lex_state = 67, .external_lex_state = 8}, + [359] = {.lex_state = 67, .external_lex_state = 8}, + [360] = {.lex_state = 67, .external_lex_state = 8}, + [361] = {.lex_state = 67, .external_lex_state = 8}, + [362] = {.lex_state = 67, .external_lex_state = 8}, + [363] = {.lex_state = 67, .external_lex_state = 8}, + [364] = {.lex_state = 67, .external_lex_state = 8}, + [365] = {.lex_state = 67, .external_lex_state = 8}, + [366] = {.lex_state = 67, .external_lex_state = 8}, + [367] = {.lex_state = 67, .external_lex_state = 8}, + [368] = {.lex_state = 67, .external_lex_state = 8}, + [369] = {.lex_state = 67, .external_lex_state = 8}, + [370] = {.lex_state = 67, .external_lex_state = 8}, + [371] = {.lex_state = 67, .external_lex_state = 8}, + [372] = {.lex_state = 67, .external_lex_state = 8}, + [373] = {.lex_state = 67, .external_lex_state = 8}, + [374] = {.lex_state = 67, .external_lex_state = 8}, + [375] = {.lex_state = 67, .external_lex_state = 8}, + [376] = {.lex_state = 67, .external_lex_state = 8}, + [377] = {.lex_state = 67, .external_lex_state = 8}, + [378] = {.lex_state = 67, .external_lex_state = 8}, + [379] = {.lex_state = 67, .external_lex_state = 8}, + [380] = {.lex_state = 67, .external_lex_state = 8}, + [381] = {.lex_state = 67, .external_lex_state = 8}, + [382] = {.lex_state = 67, .external_lex_state = 8}, + [383] = {.lex_state = 67, .external_lex_state = 8}, + [384] = {.lex_state = 67, .external_lex_state = 8}, + [385] = {.lex_state = 67, .external_lex_state = 8}, + [386] = {.lex_state = 67, .external_lex_state = 8}, + [387] = {.lex_state = 67, .external_lex_state = 8}, + [388] = {.lex_state = 67, .external_lex_state = 8}, + [389] = {.lex_state = 67, .external_lex_state = 8}, + [390] = {.lex_state = 67, .external_lex_state = 8}, + [391] = {.lex_state = 67, .external_lex_state = 8}, + [392] = {.lex_state = 67, .external_lex_state = 8}, + [393] = {.lex_state = 67, .external_lex_state = 8}, + [394] = {.lex_state = 67, .external_lex_state = 8}, + [395] = {.lex_state = 67, .external_lex_state = 8}, + [396] = {.lex_state = 67, .external_lex_state = 8}, + [397] = {.lex_state = 67, .external_lex_state = 8}, + [398] = {.lex_state = 67, .external_lex_state = 8}, + [399] = {.lex_state = 67, .external_lex_state = 8}, + [400] = {.lex_state = 67, .external_lex_state = 8}, + [401] = {.lex_state = 67, .external_lex_state = 8}, + [402] = {.lex_state = 67, .external_lex_state = 8}, + [403] = {.lex_state = 67, .external_lex_state = 8}, + [404] = {.lex_state = 67, .external_lex_state = 8}, + [405] = {.lex_state = 67, .external_lex_state = 8}, + [406] = {.lex_state = 67, .external_lex_state = 8}, + [407] = {.lex_state = 67, .external_lex_state = 8}, + [408] = {.lex_state = 67, .external_lex_state = 8}, + [409] = {.lex_state = 67, .external_lex_state = 8}, + [410] = {.lex_state = 67, .external_lex_state = 8}, + [411] = {.lex_state = 67, .external_lex_state = 8}, + [412] = {.lex_state = 67, .external_lex_state = 8}, + [413] = {.lex_state = 67, .external_lex_state = 8}, + [414] = {.lex_state = 67, .external_lex_state = 8}, + [415] = {.lex_state = 67, .external_lex_state = 8}, + [416] = {.lex_state = 67, .external_lex_state = 8}, + [417] = {.lex_state = 67, .external_lex_state = 8}, + [418] = {.lex_state = 67, .external_lex_state = 8}, + [419] = {.lex_state = 67, .external_lex_state = 8}, + [420] = {.lex_state = 67, .external_lex_state = 8}, + [421] = {.lex_state = 67, .external_lex_state = 8}, + [422] = {.lex_state = 67, .external_lex_state = 8}, + [423] = {.lex_state = 67, .external_lex_state = 8}, + [424] = {.lex_state = 67, .external_lex_state = 8}, + [425] = {.lex_state = 67, .external_lex_state = 8}, + [426] = {.lex_state = 67, .external_lex_state = 8}, + [427] = {.lex_state = 67, .external_lex_state = 8}, + [428] = {.lex_state = 67, .external_lex_state = 8}, + [429] = {.lex_state = 67, .external_lex_state = 8}, + [430] = {.lex_state = 67, .external_lex_state = 8}, + [431] = {.lex_state = 67, .external_lex_state = 8}, + [432] = {.lex_state = 67, .external_lex_state = 8}, + [433] = {.lex_state = 67, .external_lex_state = 8}, + [434] = {.lex_state = 67, .external_lex_state = 8}, + [435] = {.lex_state = 67, .external_lex_state = 8}, + [436] = {.lex_state = 67, .external_lex_state = 8}, + [437] = {.lex_state = 67, .external_lex_state = 8}, + [438] = {.lex_state = 67, .external_lex_state = 8}, + [439] = {.lex_state = 67, .external_lex_state = 8}, + [440] = {.lex_state = 67, .external_lex_state = 8}, + [441] = {.lex_state = 67, .external_lex_state = 8}, + [442] = {.lex_state = 67, .external_lex_state = 8}, + [443] = {.lex_state = 67, .external_lex_state = 8}, + [444] = {.lex_state = 67, .external_lex_state = 8}, + [445] = {.lex_state = 67, .external_lex_state = 8}, + [446] = {.lex_state = 67, .external_lex_state = 8}, + [447] = {.lex_state = 67, .external_lex_state = 8}, + [448] = {.lex_state = 67, .external_lex_state = 8}, + [449] = {.lex_state = 67, .external_lex_state = 8}, + [450] = {.lex_state = 67, .external_lex_state = 8}, + [451] = {.lex_state = 67, .external_lex_state = 8}, + [452] = {.lex_state = 67, .external_lex_state = 8}, + [453] = {.lex_state = 67, .external_lex_state = 8}, + [454] = {.lex_state = 67, .external_lex_state = 8}, + [455] = {.lex_state = 67, .external_lex_state = 8}, + [456] = {.lex_state = 67, .external_lex_state = 8}, + [457] = {.lex_state = 67, .external_lex_state = 8}, + [458] = {.lex_state = 67, .external_lex_state = 8}, + [459] = {.lex_state = 67, .external_lex_state = 8}, + [460] = {.lex_state = 67, .external_lex_state = 8}, + [461] = {.lex_state = 67, .external_lex_state = 8}, + [462] = {.lex_state = 67, .external_lex_state = 8}, + [463] = {.lex_state = 67, .external_lex_state = 8}, + [464] = {.lex_state = 67, .external_lex_state = 8}, + [465] = {.lex_state = 67, .external_lex_state = 8}, + [466] = {.lex_state = 67, .external_lex_state = 8}, + [467] = {.lex_state = 67, .external_lex_state = 8}, + [468] = {.lex_state = 67, .external_lex_state = 8}, + [469] = {.lex_state = 67, .external_lex_state = 8}, + [470] = {.lex_state = 67, .external_lex_state = 8}, + [471] = {.lex_state = 67, .external_lex_state = 8}, + [472] = {.lex_state = 67, .external_lex_state = 8}, + [473] = {.lex_state = 67, .external_lex_state = 8}, + [474] = {.lex_state = 67, .external_lex_state = 8}, + [475] = {.lex_state = 67, .external_lex_state = 8}, + [476] = {.lex_state = 67, .external_lex_state = 8}, + [477] = {.lex_state = 67, .external_lex_state = 8}, + [478] = {.lex_state = 67, .external_lex_state = 8}, + [479] = {.lex_state = 67, .external_lex_state = 8}, + [480] = {.lex_state = 67, .external_lex_state = 8}, + [481] = {.lex_state = 67, .external_lex_state = 8}, + [482] = {.lex_state = 67, .external_lex_state = 8}, + [483] = {.lex_state = 67, .external_lex_state = 8}, + [484] = {.lex_state = 67, .external_lex_state = 8}, + [485] = {.lex_state = 67, .external_lex_state = 8}, + [486] = {.lex_state = 67, .external_lex_state = 8}, + [487] = {.lex_state = 67, .external_lex_state = 8}, + [488] = {.lex_state = 67, .external_lex_state = 8}, + [489] = {.lex_state = 67, .external_lex_state = 8}, + [490] = {.lex_state = 67, .external_lex_state = 8}, + [491] = {.lex_state = 67, .external_lex_state = 8}, + [492] = {.lex_state = 67, .external_lex_state = 8}, + [493] = {.lex_state = 67, .external_lex_state = 8}, + [494] = {.lex_state = 67, .external_lex_state = 8}, + [495] = {.lex_state = 67, .external_lex_state = 8}, + [496] = {.lex_state = 67, .external_lex_state = 8}, + [497] = {.lex_state = 67, .external_lex_state = 8}, + [498] = {.lex_state = 67, .external_lex_state = 8}, + [499] = {.lex_state = 67, .external_lex_state = 8}, + [500] = {.lex_state = 67, .external_lex_state = 8}, + [501] = {.lex_state = 67, .external_lex_state = 8}, + [502] = {.lex_state = 67, .external_lex_state = 8}, + [503] = {.lex_state = 67, .external_lex_state = 8}, + [504] = {.lex_state = 67, .external_lex_state = 8}, + [505] = {.lex_state = 67, .external_lex_state = 8}, + [506] = {.lex_state = 67, .external_lex_state = 8}, + [507] = {.lex_state = 67, .external_lex_state = 8}, + [508] = {.lex_state = 67, .external_lex_state = 8}, + [509] = {.lex_state = 67, .external_lex_state = 8}, + [510] = {.lex_state = 67, .external_lex_state = 8}, + [511] = {.lex_state = 67, .external_lex_state = 8}, + [512] = {.lex_state = 67, .external_lex_state = 8}, + [513] = {.lex_state = 67, .external_lex_state = 8}, + [514] = {.lex_state = 67, .external_lex_state = 8}, + [515] = {.lex_state = 67, .external_lex_state = 8}, + [516] = {.lex_state = 67, .external_lex_state = 8}, + [517] = {.lex_state = 67, .external_lex_state = 8}, + [518] = {.lex_state = 67, .external_lex_state = 8}, + [519] = {.lex_state = 67, .external_lex_state = 8}, + [520] = {.lex_state = 67, .external_lex_state = 8}, + [521] = {.lex_state = 67, .external_lex_state = 8}, + [522] = {.lex_state = 67, .external_lex_state = 8}, + [523] = {.lex_state = 67, .external_lex_state = 8}, + [524] = {.lex_state = 67, .external_lex_state = 8}, + [525] = {.lex_state = 67, .external_lex_state = 8}, + [526] = {.lex_state = 67, .external_lex_state = 8}, + [527] = {.lex_state = 67, .external_lex_state = 8}, + [528] = {.lex_state = 67, .external_lex_state = 8}, + [529] = {.lex_state = 67, .external_lex_state = 8}, + [530] = {.lex_state = 67, .external_lex_state = 8}, + [531] = {.lex_state = 67, .external_lex_state = 8}, + [532] = {.lex_state = 67, .external_lex_state = 8}, + [533] = {.lex_state = 67, .external_lex_state = 8}, + [534] = {.lex_state = 67, .external_lex_state = 8}, + [535] = {.lex_state = 67, .external_lex_state = 8}, + [536] = {.lex_state = 67, .external_lex_state = 8}, + [537] = {.lex_state = 67, .external_lex_state = 8}, + [538] = {.lex_state = 67, .external_lex_state = 8}, + [539] = {.lex_state = 67, .external_lex_state = 8}, + [540] = {.lex_state = 67, .external_lex_state = 8}, + [541] = {.lex_state = 67, .external_lex_state = 8}, + [542] = {.lex_state = 67, .external_lex_state = 8}, + [543] = {.lex_state = 67, .external_lex_state = 8}, + [544] = {.lex_state = 67, .external_lex_state = 8}, + [545] = {.lex_state = 67, .external_lex_state = 8}, + [546] = {.lex_state = 67, .external_lex_state = 8}, + [547] = {.lex_state = 67, .external_lex_state = 8}, + [548] = {.lex_state = 67, .external_lex_state = 8}, + [549] = {.lex_state = 67, .external_lex_state = 8}, + [550] = {.lex_state = 67, .external_lex_state = 8}, + [551] = {.lex_state = 67, .external_lex_state = 8}, + [552] = {.lex_state = 67, .external_lex_state = 8}, + [553] = {.lex_state = 67, .external_lex_state = 8}, + [554] = {.lex_state = 67, .external_lex_state = 8}, + [555] = {.lex_state = 67, .external_lex_state = 8}, + [556] = {.lex_state = 67, .external_lex_state = 8}, + [557] = {.lex_state = 67, .external_lex_state = 8}, + [558] = {.lex_state = 67, .external_lex_state = 8}, + [559] = {.lex_state = 67, .external_lex_state = 8}, + [560] = {.lex_state = 67, .external_lex_state = 8}, + [561] = {.lex_state = 67, .external_lex_state = 8}, + [562] = {.lex_state = 67, .external_lex_state = 8}, + [563] = {.lex_state = 67, .external_lex_state = 8}, + [564] = {.lex_state = 67, .external_lex_state = 8}, + [565] = {.lex_state = 67, .external_lex_state = 8}, + [566] = {.lex_state = 67, .external_lex_state = 8}, + [567] = {.lex_state = 67, .external_lex_state = 8}, + [568] = {.lex_state = 67, .external_lex_state = 8}, + [569] = {.lex_state = 67, .external_lex_state = 8}, + [570] = {.lex_state = 67, .external_lex_state = 8}, + [571] = {.lex_state = 67, .external_lex_state = 8}, + [572] = {.lex_state = 67, .external_lex_state = 8}, + [573] = {.lex_state = 67, .external_lex_state = 8}, + [574] = {.lex_state = 67, .external_lex_state = 8}, + [575] = {.lex_state = 67, .external_lex_state = 8}, + [576] = {.lex_state = 67, .external_lex_state = 8}, + [577] = {.lex_state = 67, .external_lex_state = 8}, + [578] = {.lex_state = 67, .external_lex_state = 8}, + [579] = {.lex_state = 67, .external_lex_state = 8}, + [580] = {.lex_state = 67, .external_lex_state = 8}, + [581] = {.lex_state = 67, .external_lex_state = 8}, + [582] = {.lex_state = 67, .external_lex_state = 8}, + [583] = {.lex_state = 67, .external_lex_state = 8}, + [584] = {.lex_state = 67, .external_lex_state = 8}, + [585] = {.lex_state = 67, .external_lex_state = 8}, + [586] = {.lex_state = 67, .external_lex_state = 8}, + [587] = {.lex_state = 67, .external_lex_state = 8}, + [588] = {.lex_state = 67, .external_lex_state = 8}, + [589] = {.lex_state = 67, .external_lex_state = 8}, + [590] = {.lex_state = 67, .external_lex_state = 8}, + [591] = {.lex_state = 67, .external_lex_state = 8}, + [592] = {.lex_state = 67, .external_lex_state = 8}, + [593] = {.lex_state = 67, .external_lex_state = 8}, + [594] = {.lex_state = 67, .external_lex_state = 8}, + [595] = {.lex_state = 67, .external_lex_state = 8}, + [596] = {.lex_state = 67, .external_lex_state = 8}, + [597] = {.lex_state = 67, .external_lex_state = 8}, + [598] = {.lex_state = 67, .external_lex_state = 8}, + [599] = {.lex_state = 67, .external_lex_state = 8}, + [600] = {.lex_state = 67, .external_lex_state = 8}, + [601] = {.lex_state = 67, .external_lex_state = 8}, + [602] = {.lex_state = 67, .external_lex_state = 8}, + [603] = {.lex_state = 67, .external_lex_state = 8}, + [604] = {.lex_state = 67, .external_lex_state = 8}, + [605] = {.lex_state = 67, .external_lex_state = 8}, + [606] = {.lex_state = 67, .external_lex_state = 8}, + [607] = {.lex_state = 67, .external_lex_state = 8}, + [608] = {.lex_state = 67, .external_lex_state = 8}, + [609] = {.lex_state = 67, .external_lex_state = 8}, + [610] = {.lex_state = 67, .external_lex_state = 8}, + [611] = {.lex_state = 67, .external_lex_state = 8}, + [612] = {.lex_state = 67, .external_lex_state = 8}, + [613] = {.lex_state = 67, .external_lex_state = 8}, + [614] = {.lex_state = 67, .external_lex_state = 8}, + [615] = {.lex_state = 67, .external_lex_state = 8}, + [616] = {.lex_state = 67, .external_lex_state = 8}, + [617] = {.lex_state = 67, .external_lex_state = 8}, + [618] = {.lex_state = 67, .external_lex_state = 8}, + [619] = {.lex_state = 67, .external_lex_state = 8}, + [620] = {.lex_state = 67, .external_lex_state = 8}, + [621] = {.lex_state = 67, .external_lex_state = 8}, + [622] = {.lex_state = 67, .external_lex_state = 8}, + [623] = {.lex_state = 67, .external_lex_state = 8}, + [624] = {.lex_state = 67, .external_lex_state = 8}, + [625] = {.lex_state = 67, .external_lex_state = 8}, + [626] = {.lex_state = 67, .external_lex_state = 8}, + [627] = {.lex_state = 67, .external_lex_state = 8}, + [628] = {.lex_state = 67, .external_lex_state = 8}, + [629] = {.lex_state = 67, .external_lex_state = 8}, + [630] = {.lex_state = 67, .external_lex_state = 8}, + [631] = {.lex_state = 67, .external_lex_state = 8}, + [632] = {.lex_state = 67, .external_lex_state = 8}, + [633] = {.lex_state = 67, .external_lex_state = 8}, + [634] = {.lex_state = 67, .external_lex_state = 8}, + [635] = {.lex_state = 67, .external_lex_state = 8}, + [636] = {.lex_state = 67, .external_lex_state = 8}, + [637] = {.lex_state = 67, .external_lex_state = 8}, + [638] = {.lex_state = 67, .external_lex_state = 8}, + [639] = {.lex_state = 67, .external_lex_state = 8}, + [640] = {.lex_state = 67, .external_lex_state = 8}, + [641] = {.lex_state = 67, .external_lex_state = 8}, + [642] = {.lex_state = 67, .external_lex_state = 8}, + [643] = {.lex_state = 67, .external_lex_state = 8}, + [644] = {.lex_state = 67, .external_lex_state = 8}, + [645] = {.lex_state = 67, .external_lex_state = 8}, + [646] = {.lex_state = 67, .external_lex_state = 8}, + [647] = {.lex_state = 67, .external_lex_state = 8}, + [648] = {.lex_state = 67, .external_lex_state = 8}, + [649] = {.lex_state = 67, .external_lex_state = 8}, + [650] = {.lex_state = 67, .external_lex_state = 8}, + [651] = {.lex_state = 67, .external_lex_state = 8}, + [652] = {.lex_state = 67, .external_lex_state = 8}, + [653] = {.lex_state = 67, .external_lex_state = 8}, + [654] = {.lex_state = 67, .external_lex_state = 8}, + [655] = {.lex_state = 67, .external_lex_state = 8}, + [656] = {.lex_state = 67, .external_lex_state = 8}, + [657] = {.lex_state = 67, .external_lex_state = 8}, + [658] = {.lex_state = 67, .external_lex_state = 8}, + [659] = {.lex_state = 67, .external_lex_state = 8}, + [660] = {.lex_state = 67, .external_lex_state = 8}, + [661] = {.lex_state = 67, .external_lex_state = 8}, + [662] = {.lex_state = 67, .external_lex_state = 8}, + [663] = {.lex_state = 67, .external_lex_state = 8}, + [664] = {.lex_state = 67, .external_lex_state = 8}, + [665] = {.lex_state = 67, .external_lex_state = 8}, + [666] = {.lex_state = 67, .external_lex_state = 8}, + [667] = {.lex_state = 67, .external_lex_state = 8}, + [668] = {.lex_state = 67, .external_lex_state = 8}, + [669] = {.lex_state = 67, .external_lex_state = 8}, + [670] = {.lex_state = 67, .external_lex_state = 8}, + [671] = {.lex_state = 67, .external_lex_state = 8}, + [672] = {.lex_state = 67, .external_lex_state = 8}, + [673] = {.lex_state = 67, .external_lex_state = 8}, + [674] = {.lex_state = 67, .external_lex_state = 8}, + [675] = {.lex_state = 67, .external_lex_state = 8}, + [676] = {.lex_state = 67, .external_lex_state = 8}, + [677] = {.lex_state = 67, .external_lex_state = 8}, + [678] = {.lex_state = 67, .external_lex_state = 8}, + [679] = {.lex_state = 67, .external_lex_state = 8}, + [680] = {.lex_state = 67, .external_lex_state = 8}, + [681] = {.lex_state = 67, .external_lex_state = 8}, + [682] = {.lex_state = 67, .external_lex_state = 8}, + [683] = {.lex_state = 67, .external_lex_state = 8}, + [684] = {.lex_state = 67, .external_lex_state = 8}, + [685] = {.lex_state = 67, .external_lex_state = 8}, + [686] = {.lex_state = 67, .external_lex_state = 8}, + [687] = {.lex_state = 67, .external_lex_state = 8}, + [688] = {.lex_state = 67, .external_lex_state = 8}, + [689] = {.lex_state = 67, .external_lex_state = 8}, + [690] = {.lex_state = 67, .external_lex_state = 8}, + [691] = {.lex_state = 67, .external_lex_state = 8}, + [692] = {.lex_state = 67, .external_lex_state = 8}, + [693] = {.lex_state = 67, .external_lex_state = 8}, + [694] = {.lex_state = 67, .external_lex_state = 8}, + [695] = {.lex_state = 67, .external_lex_state = 8}, + [696] = {.lex_state = 67, .external_lex_state = 8}, + [697] = {.lex_state = 67, .external_lex_state = 8}, + [698] = {.lex_state = 67, .external_lex_state = 8}, + [699] = {.lex_state = 67, .external_lex_state = 8}, + [700] = {.lex_state = 67, .external_lex_state = 8}, + [701] = {.lex_state = 67, .external_lex_state = 8}, + [702] = {.lex_state = 67, .external_lex_state = 8}, + [703] = {.lex_state = 67, .external_lex_state = 8}, + [704] = {.lex_state = 67, .external_lex_state = 8}, + [705] = {.lex_state = 67, .external_lex_state = 8}, + [706] = {.lex_state = 67, .external_lex_state = 8}, + [707] = {.lex_state = 67, .external_lex_state = 8}, + [708] = {.lex_state = 67, .external_lex_state = 8}, + [709] = {.lex_state = 67, .external_lex_state = 8}, + [710] = {.lex_state = 67, .external_lex_state = 8}, + [711] = {.lex_state = 67, .external_lex_state = 8}, + [712] = {.lex_state = 67, .external_lex_state = 8}, + [713] = {.lex_state = 67, .external_lex_state = 8}, + [714] = {.lex_state = 67, .external_lex_state = 8}, + [715] = {.lex_state = 67, .external_lex_state = 8}, + [716] = {.lex_state = 67, .external_lex_state = 8}, + [717] = {.lex_state = 67, .external_lex_state = 8}, + [718] = {.lex_state = 67, .external_lex_state = 8}, + [719] = {.lex_state = 67, .external_lex_state = 8}, + [720] = {.lex_state = 67, .external_lex_state = 8}, + [721] = {.lex_state = 67, .external_lex_state = 8}, + [722] = {.lex_state = 67, .external_lex_state = 8}, + [723] = {.lex_state = 67, .external_lex_state = 8}, + [724] = {.lex_state = 67, .external_lex_state = 8}, + [725] = {.lex_state = 67, .external_lex_state = 8}, + [726] = {.lex_state = 67, .external_lex_state = 8}, + [727] = {.lex_state = 67, .external_lex_state = 8}, + [728] = {.lex_state = 67, .external_lex_state = 8}, + [729] = {.lex_state = 67, .external_lex_state = 8}, + [730] = {.lex_state = 67, .external_lex_state = 8}, + [731] = {.lex_state = 67, .external_lex_state = 8}, + [732] = {.lex_state = 67, .external_lex_state = 8}, + [733] = {.lex_state = 67, .external_lex_state = 8}, + [734] = {.lex_state = 67, .external_lex_state = 8}, + [735] = {.lex_state = 67, .external_lex_state = 8}, + [736] = {.lex_state = 67, .external_lex_state = 8}, + [737] = {.lex_state = 67, .external_lex_state = 8}, + [738] = {.lex_state = 67, .external_lex_state = 8}, + [739] = {.lex_state = 67, .external_lex_state = 8}, + [740] = {.lex_state = 67, .external_lex_state = 8}, + [741] = {.lex_state = 67, .external_lex_state = 8}, + [742] = {.lex_state = 67, .external_lex_state = 8}, + [743] = {.lex_state = 67, .external_lex_state = 8}, + [744] = {.lex_state = 67, .external_lex_state = 8}, + [745] = {.lex_state = 67, .external_lex_state = 8}, + [746] = {.lex_state = 67, .external_lex_state = 8}, + [747] = {.lex_state = 67, .external_lex_state = 8}, + [748] = {.lex_state = 67, .external_lex_state = 8}, + [749] = {.lex_state = 67, .external_lex_state = 8}, + [750] = {.lex_state = 37, .external_lex_state = 2}, + [751] = {.lex_state = 67, .external_lex_state = 8}, + [752] = {.lex_state = 67, .external_lex_state = 8}, + [753] = {.lex_state = 67, .external_lex_state = 8}, + [754] = {.lex_state = 67, .external_lex_state = 8}, + [755] = {.lex_state = 67, .external_lex_state = 8}, + [756] = {.lex_state = 67, .external_lex_state = 8}, + [757] = {.lex_state = 67, .external_lex_state = 8}, + [758] = {.lex_state = 67, .external_lex_state = 8}, + [759] = {.lex_state = 67, .external_lex_state = 8}, + [760] = {.lex_state = 67, .external_lex_state = 8}, + [761] = {.lex_state = 67, .external_lex_state = 8}, + [762] = {.lex_state = 67, .external_lex_state = 8}, + [763] = {.lex_state = 67, .external_lex_state = 8}, + [764] = {.lex_state = 67, .external_lex_state = 8}, + [765] = {.lex_state = 67, .external_lex_state = 8}, + [766] = {.lex_state = 67, .external_lex_state = 8}, + [767] = {.lex_state = 67, .external_lex_state = 8}, + [768] = {.lex_state = 67, .external_lex_state = 8}, + [769] = {.lex_state = 67, .external_lex_state = 8}, + [770] = {.lex_state = 67, .external_lex_state = 8}, + [771] = {.lex_state = 67, .external_lex_state = 8}, + [772] = {.lex_state = 67, .external_lex_state = 8}, + [773] = {.lex_state = 56, .external_lex_state = 11}, + [774] = {.lex_state = 67, .external_lex_state = 8}, + [775] = {.lex_state = 56, .external_lex_state = 11}, + [776] = {.lex_state = 67, .external_lex_state = 8}, + [777] = {.lex_state = 56, .external_lex_state = 11}, + [778] = {.lex_state = 67, .external_lex_state = 8}, + [779] = {.lex_state = 67, .external_lex_state = 8}, + [780] = {.lex_state = 67, .external_lex_state = 8}, + [781] = {.lex_state = 67, .external_lex_state = 8}, + [782] = {.lex_state = 67, .external_lex_state = 8}, + [783] = {.lex_state = 67, .external_lex_state = 8}, + [784] = {.lex_state = 67, .external_lex_state = 8}, + [785] = {.lex_state = 67, .external_lex_state = 8}, + [786] = {.lex_state = 67, .external_lex_state = 8}, + [787] = {.lex_state = 67, .external_lex_state = 8}, + [788] = {.lex_state = 67, .external_lex_state = 8}, + [789] = {.lex_state = 67, .external_lex_state = 8}, + [790] = {.lex_state = 67, .external_lex_state = 8}, + [791] = {.lex_state = 67, .external_lex_state = 8}, + [792] = {.lex_state = 67, .external_lex_state = 8}, + [793] = {.lex_state = 67, .external_lex_state = 8}, + [794] = {.lex_state = 56, .external_lex_state = 11}, + [795] = {.lex_state = 67, .external_lex_state = 8}, + [796] = {.lex_state = 67, .external_lex_state = 8}, + [797] = {.lex_state = 67, .external_lex_state = 8}, + [798] = {.lex_state = 67, .external_lex_state = 8}, + [799] = {.lex_state = 67, .external_lex_state = 8}, + [800] = {.lex_state = 67, .external_lex_state = 8}, + [801] = {.lex_state = 67, .external_lex_state = 8}, + [802] = {.lex_state = 67, .external_lex_state = 8}, + [803] = {.lex_state = 67, .external_lex_state = 8}, + [804] = {.lex_state = 67, .external_lex_state = 8}, + [805] = {.lex_state = 67, .external_lex_state = 8}, + [806] = {.lex_state = 67, .external_lex_state = 8}, + [807] = {.lex_state = 56, .external_lex_state = 11}, + [808] = {.lex_state = 67, .external_lex_state = 8}, + [809] = {.lex_state = 56, .external_lex_state = 11}, + [810] = {.lex_state = 56, .external_lex_state = 11}, + [811] = {.lex_state = 56, .external_lex_state = 11}, + [812] = {.lex_state = 56, .external_lex_state = 11}, + [813] = {.lex_state = 67, .external_lex_state = 8}, + [814] = {.lex_state = 56, .external_lex_state = 11}, + [815] = {.lex_state = 56, .external_lex_state = 11}, + [816] = {.lex_state = 56, .external_lex_state = 11}, + [817] = {.lex_state = 67, .external_lex_state = 8}, + [818] = {.lex_state = 56, .external_lex_state = 11}, + [819] = {.lex_state = 67, .external_lex_state = 8}, + [820] = {.lex_state = 56, .external_lex_state = 11}, + [821] = {.lex_state = 67, .external_lex_state = 8}, + [822] = {.lex_state = 67, .external_lex_state = 8}, + [823] = {.lex_state = 67, .external_lex_state = 8}, + [824] = {.lex_state = 67, .external_lex_state = 8}, + [825] = {.lex_state = 56, .external_lex_state = 11}, + [826] = {.lex_state = 56, .external_lex_state = 11}, + [827] = {.lex_state = 67, .external_lex_state = 8}, + [828] = {.lex_state = 67, .external_lex_state = 8}, + [829] = {.lex_state = 67, .external_lex_state = 8}, + [830] = {.lex_state = 67, .external_lex_state = 8}, + [831] = {.lex_state = 67, .external_lex_state = 8}, + [832] = {.lex_state = 56, .external_lex_state = 11}, + [833] = {.lex_state = 56, .external_lex_state = 11}, + [834] = {.lex_state = 67, .external_lex_state = 8}, + [835] = {.lex_state = 67, .external_lex_state = 8}, + [836] = {.lex_state = 67, .external_lex_state = 8}, + [837] = {.lex_state = 67, .external_lex_state = 8}, + [838] = {.lex_state = 67, .external_lex_state = 8}, + [839] = {.lex_state = 56, .external_lex_state = 11}, + [840] = {.lex_state = 67, .external_lex_state = 8}, + [841] = {.lex_state = 56, .external_lex_state = 11}, + [842] = {.lex_state = 67, .external_lex_state = 8}, + [843] = {.lex_state = 67, .external_lex_state = 8}, + [844] = {.lex_state = 67, .external_lex_state = 8}, + [845] = {.lex_state = 67, .external_lex_state = 8}, + [846] = {.lex_state = 67, .external_lex_state = 8}, + [847] = {.lex_state = 67, .external_lex_state = 8}, + [848] = {.lex_state = 67, .external_lex_state = 8}, + [849] = {.lex_state = 67, .external_lex_state = 8}, + [850] = {.lex_state = 67, .external_lex_state = 8}, + [851] = {.lex_state = 56, .external_lex_state = 11}, + [852] = {.lex_state = 56, .external_lex_state = 11}, + [853] = {.lex_state = 67, .external_lex_state = 8}, + [854] = {.lex_state = 56, .external_lex_state = 11}, + [855] = {.lex_state = 67, .external_lex_state = 8}, + [856] = {.lex_state = 67, .external_lex_state = 8}, + [857] = {.lex_state = 56, .external_lex_state = 11}, + [858] = {.lex_state = 56, .external_lex_state = 11}, + [859] = {.lex_state = 56, .external_lex_state = 11}, + [860] = {.lex_state = 67, .external_lex_state = 8}, + [861] = {.lex_state = 67, .external_lex_state = 8}, + [862] = {.lex_state = 67, .external_lex_state = 8}, + [863] = {.lex_state = 67, .external_lex_state = 8}, + [864] = {.lex_state = 67, .external_lex_state = 8}, + [865] = {.lex_state = 67, .external_lex_state = 8}, + [866] = {.lex_state = 67, .external_lex_state = 8}, + [867] = {.lex_state = 67, .external_lex_state = 8}, + [868] = {.lex_state = 67, .external_lex_state = 8}, + [869] = {.lex_state = 67, .external_lex_state = 8}, + [870] = {.lex_state = 67, .external_lex_state = 8}, + [871] = {.lex_state = 67, .external_lex_state = 8}, + [872] = {.lex_state = 67, .external_lex_state = 8}, + [873] = {.lex_state = 67, .external_lex_state = 8}, + [874] = {.lex_state = 67, .external_lex_state = 8}, + [875] = {.lex_state = 67, .external_lex_state = 8}, + [876] = {.lex_state = 67, .external_lex_state = 8}, + [877] = {.lex_state = 67, .external_lex_state = 8}, + [878] = {.lex_state = 67, .external_lex_state = 8}, + [879] = {.lex_state = 67, .external_lex_state = 8}, + [880] = {.lex_state = 67, .external_lex_state = 8}, + [881] = {.lex_state = 67, .external_lex_state = 8}, + [882] = {.lex_state = 67, .external_lex_state = 8}, + [883] = {.lex_state = 67, .external_lex_state = 8}, + [884] = {.lex_state = 67, .external_lex_state = 8}, + [885] = {.lex_state = 67, .external_lex_state = 8}, + [886] = {.lex_state = 67, .external_lex_state = 8}, + [887] = {.lex_state = 67, .external_lex_state = 8}, + [888] = {.lex_state = 67, .external_lex_state = 8}, + [889] = {.lex_state = 67, .external_lex_state = 8}, + [890] = {.lex_state = 67, .external_lex_state = 8}, + [891] = {.lex_state = 67, .external_lex_state = 8}, + [892] = {.lex_state = 67, .external_lex_state = 8}, + [893] = {.lex_state = 67, .external_lex_state = 8}, + [894] = {.lex_state = 67, .external_lex_state = 8}, + [895] = {.lex_state = 67, .external_lex_state = 8}, + [896] = {.lex_state = 67, .external_lex_state = 8}, + [897] = {.lex_state = 67, .external_lex_state = 8}, + [898] = {.lex_state = 67, .external_lex_state = 8}, + [899] = {.lex_state = 67, .external_lex_state = 8}, + [900] = {.lex_state = 67, .external_lex_state = 8}, + [901] = {.lex_state = 67, .external_lex_state = 8}, + [902] = {.lex_state = 67, .external_lex_state = 8}, + [903] = {.lex_state = 67, .external_lex_state = 8}, + [904] = {.lex_state = 67, .external_lex_state = 8}, + [905] = {.lex_state = 67, .external_lex_state = 8}, + [906] = {.lex_state = 67, .external_lex_state = 8}, + [907] = {.lex_state = 67, .external_lex_state = 8}, + [908] = {.lex_state = 67, .external_lex_state = 8}, + [909] = {.lex_state = 67, .external_lex_state = 8}, + [910] = {.lex_state = 67, .external_lex_state = 8}, + [911] = {.lex_state = 67, .external_lex_state = 8}, + [912] = {.lex_state = 67, .external_lex_state = 8}, + [913] = {.lex_state = 67, .external_lex_state = 8}, + [914] = {.lex_state = 67, .external_lex_state = 8}, + [915] = {.lex_state = 67, .external_lex_state = 8}, + [916] = {.lex_state = 67, .external_lex_state = 8}, + [917] = {.lex_state = 67, .external_lex_state = 8}, + [918] = {.lex_state = 67, .external_lex_state = 8}, + [919] = {.lex_state = 67, .external_lex_state = 8}, + [920] = {.lex_state = 67, .external_lex_state = 8}, + [921] = {.lex_state = 67, .external_lex_state = 8}, + [922] = {.lex_state = 67, .external_lex_state = 8}, + [923] = {.lex_state = 67, .external_lex_state = 8}, + [924] = {.lex_state = 67, .external_lex_state = 8}, + [925] = {.lex_state = 67, .external_lex_state = 8}, + [926] = {.lex_state = 67, .external_lex_state = 8}, + [927] = {.lex_state = 67, .external_lex_state = 8}, + [928] = {.lex_state = 67, .external_lex_state = 8}, + [929] = {.lex_state = 67, .external_lex_state = 8}, + [930] = {.lex_state = 67, .external_lex_state = 8}, + [931] = {.lex_state = 67, .external_lex_state = 8}, + [932] = {.lex_state = 67, .external_lex_state = 8}, + [933] = {.lex_state = 67, .external_lex_state = 8}, + [934] = {.lex_state = 67, .external_lex_state = 8}, + [935] = {.lex_state = 67, .external_lex_state = 8}, + [936] = {.lex_state = 67, .external_lex_state = 8}, + [937] = {.lex_state = 67, .external_lex_state = 8}, + [938] = {.lex_state = 67, .external_lex_state = 8}, + [939] = {.lex_state = 67, .external_lex_state = 8}, + [940] = {.lex_state = 67, .external_lex_state = 8}, + [941] = {.lex_state = 67, .external_lex_state = 8}, + [942] = {.lex_state = 67, .external_lex_state = 8}, + [943] = {.lex_state = 67, .external_lex_state = 8}, + [944] = {.lex_state = 67, .external_lex_state = 8}, + [945] = {.lex_state = 67, .external_lex_state = 8}, + [946] = {.lex_state = 67, .external_lex_state = 8}, + [947] = {.lex_state = 67, .external_lex_state = 8}, + [948] = {.lex_state = 67, .external_lex_state = 8}, + [949] = {.lex_state = 67, .external_lex_state = 8}, + [950] = {.lex_state = 67, .external_lex_state = 8}, + [951] = {.lex_state = 67, .external_lex_state = 8}, + [952] = {.lex_state = 67, .external_lex_state = 8}, + [953] = {.lex_state = 67, .external_lex_state = 8}, + [954] = {.lex_state = 67, .external_lex_state = 8}, + [955] = {.lex_state = 67, .external_lex_state = 8}, + [956] = {.lex_state = 67, .external_lex_state = 8}, + [957] = {.lex_state = 67, .external_lex_state = 8}, + [958] = {.lex_state = 67, .external_lex_state = 8}, + [959] = {.lex_state = 67, .external_lex_state = 8}, + [960] = {.lex_state = 67, .external_lex_state = 8}, + [961] = {.lex_state = 67, .external_lex_state = 8}, + [962] = {.lex_state = 67, .external_lex_state = 8}, + [963] = {.lex_state = 67, .external_lex_state = 8}, + [964] = {.lex_state = 67, .external_lex_state = 8}, + [965] = {.lex_state = 67, .external_lex_state = 8}, + [966] = {.lex_state = 67, .external_lex_state = 8}, + [967] = {.lex_state = 67, .external_lex_state = 8}, + [968] = {.lex_state = 67, .external_lex_state = 8}, + [969] = {.lex_state = 67, .external_lex_state = 8}, + [970] = {.lex_state = 67, .external_lex_state = 8}, + [971] = {.lex_state = 67, .external_lex_state = 8}, + [972] = {.lex_state = 67, .external_lex_state = 8}, + [973] = {.lex_state = 67, .external_lex_state = 8}, + [974] = {.lex_state = 67, .external_lex_state = 8}, + [975] = {.lex_state = 67, .external_lex_state = 8}, + [976] = {.lex_state = 67, .external_lex_state = 8}, + [977] = {.lex_state = 67, .external_lex_state = 8}, + [978] = {.lex_state = 67, .external_lex_state = 8}, + [979] = {.lex_state = 67, .external_lex_state = 8}, + [980] = {.lex_state = 67, .external_lex_state = 8}, + [981] = {.lex_state = 67, .external_lex_state = 8}, + [982] = {.lex_state = 67, .external_lex_state = 8}, + [983] = {.lex_state = 67, .external_lex_state = 8}, + [984] = {.lex_state = 67, .external_lex_state = 8}, + [985] = {.lex_state = 67, .external_lex_state = 8}, + [986] = {.lex_state = 67, .external_lex_state = 8}, + [987] = {.lex_state = 62, .external_lex_state = 11}, + [988] = {.lex_state = 62, .external_lex_state = 11}, + [989] = {.lex_state = 62, .external_lex_state = 11}, + [990] = {.lex_state = 62, .external_lex_state = 11}, + [991] = {.lex_state = 62, .external_lex_state = 11}, + [992] = {.lex_state = 62, .external_lex_state = 11}, + [993] = {.lex_state = 62, .external_lex_state = 11}, + [994] = {.lex_state = 62, .external_lex_state = 11}, + [995] = {.lex_state = 62, .external_lex_state = 11}, + [996] = {.lex_state = 62, .external_lex_state = 11}, + [997] = {.lex_state = 62, .external_lex_state = 11}, + [998] = {.lex_state = 62, .external_lex_state = 11}, + [999] = {.lex_state = 62, .external_lex_state = 11}, + [1000] = {.lex_state = 37, .external_lex_state = 2}, + [1001] = {.lex_state = 62, .external_lex_state = 11}, + [1002] = {.lex_state = 58, .external_lex_state = 11}, + [1003] = {.lex_state = 35}, + [1004] = {.lex_state = 58, .external_lex_state = 11}, + [1005] = {.lex_state = 58, .external_lex_state = 11}, + [1006] = {.lex_state = 58, .external_lex_state = 11}, + [1007] = {.lex_state = 58, .external_lex_state = 11}, + [1008] = {.lex_state = 58, .external_lex_state = 11}, + [1009] = {.lex_state = 58, .external_lex_state = 11}, + [1010] = {.lex_state = 58, .external_lex_state = 11}, + [1011] = {.lex_state = 58, .external_lex_state = 11}, + [1012] = {.lex_state = 58, .external_lex_state = 11}, + [1013] = {.lex_state = 58, .external_lex_state = 11}, + [1014] = {.lex_state = 58, .external_lex_state = 11}, + [1015] = {.lex_state = 58, .external_lex_state = 11}, + [1016] = {.lex_state = 62, .external_lex_state = 15}, + [1017] = {.lex_state = 63, .external_lex_state = 15}, + [1018] = {.lex_state = 62, .external_lex_state = 15}, + [1019] = {.lex_state = 62, .external_lex_state = 15}, + [1020] = {.lex_state = 61, .external_lex_state = 11}, + [1021] = {.lex_state = 60, .external_lex_state = 15}, + [1022] = {.lex_state = 60, .external_lex_state = 15}, + [1023] = {.lex_state = 60, .external_lex_state = 15}, + [1024] = {.lex_state = 63, .external_lex_state = 15}, + [1025] = {.lex_state = 60, .external_lex_state = 15}, + [1026] = {.lex_state = 62, .external_lex_state = 15}, + [1027] = {.lex_state = 62, .external_lex_state = 14}, + [1028] = {.lex_state = 63, .external_lex_state = 15}, + [1029] = {.lex_state = 62, .external_lex_state = 14}, + [1030] = {.lex_state = 62, .external_lex_state = 13}, + [1031] = {.lex_state = 62, .external_lex_state = 15}, + [1032] = {.lex_state = 62, .external_lex_state = 14}, + [1033] = {.lex_state = 62, .external_lex_state = 13}, + [1034] = {.lex_state = 62, .external_lex_state = 15}, + [1035] = {.lex_state = 63, .external_lex_state = 15}, + [1036] = {.lex_state = 62, .external_lex_state = 14}, + [1037] = {.lex_state = 62, .external_lex_state = 11}, + [1038] = {.lex_state = 62, .external_lex_state = 14}, + [1039] = {.lex_state = 62, .external_lex_state = 11}, + [1040] = {.lex_state = 62, .external_lex_state = 11}, + [1041] = {.lex_state = 55, .external_lex_state = 11}, + [1042] = {.lex_state = 58, .external_lex_state = 15}, + [1043] = {.lex_state = 58, .external_lex_state = 15}, + [1044] = {.lex_state = 53, .external_lex_state = 15}, + [1045] = {.lex_state = 58, .external_lex_state = 14}, + [1046] = {.lex_state = 59, .external_lex_state = 15}, [1047] = {.lex_state = 58, .external_lex_state = 14}, - [1048] = {.lex_state = 59, .external_lex_state = 13}, - [1049] = {.lex_state = 59, .external_lex_state = 13}, - [1050] = {.lex_state = 53, .external_lex_state = 13}, + [1048] = {.lex_state = 53, .external_lex_state = 15}, + [1049] = {.lex_state = 58, .external_lex_state = 15}, + [1050] = {.lex_state = 58, .external_lex_state = 13}, [1051] = {.lex_state = 58, .external_lex_state = 15}, - [1052] = {.lex_state = 58, .external_lex_state = 13}, - [1053] = {.lex_state = 58, .external_lex_state = 14}, - [1054] = {.lex_state = 58, .external_lex_state = 13}, - [1055] = {.lex_state = 62, .external_lex_state = 14}, - [1056] = {.lex_state = 59, .external_lex_state = 13}, - [1057] = {.lex_state = 53, .external_lex_state = 13}, - [1058] = {.lex_state = 58, .external_lex_state = 13}, - [1059] = {.lex_state = 58, .external_lex_state = 15}, - [1060] = {.lex_state = 58, .external_lex_state = 13}, - [1061] = {.lex_state = 58, .external_lex_state = 14}, - [1062] = {.lex_state = 34, .external_lex_state = 3}, - [1063] = {.lex_state = 62, .external_lex_state = 12}, - [1064] = {.lex_state = 34, .external_lex_state = 6}, - [1065] = {.lex_state = 62, .external_lex_state = 12}, - [1066] = {.lex_state = 62, .external_lex_state = 12}, - [1067] = {.lex_state = 62, .external_lex_state = 12}, - [1068] = {.lex_state = 62, .external_lex_state = 12}, - [1069] = {.lex_state = 62, .external_lex_state = 12}, - [1070] = {.lex_state = 58, .external_lex_state = 14}, - [1071] = {.lex_state = 62, .external_lex_state = 12}, - [1072] = {.lex_state = 62, .external_lex_state = 12}, - [1073] = {.lex_state = 62, .external_lex_state = 12}, - [1074] = {.lex_state = 62, .external_lex_state = 12}, - [1075] = {.lex_state = 58, .external_lex_state = 14}, - [1076] = {.lex_state = 62, .external_lex_state = 12}, - [1077] = {.lex_state = 62, .external_lex_state = 12}, - [1078] = {.lex_state = 62, .external_lex_state = 12}, - [1079] = {.lex_state = 62, .external_lex_state = 12}, - [1080] = {.lex_state = 62, .external_lex_state = 12}, - [1081] = {.lex_state = 62, .external_lex_state = 12}, - [1082] = {.lex_state = 62, .external_lex_state = 12}, - [1083] = {.lex_state = 62, .external_lex_state = 12}, - [1084] = {.lex_state = 62, .external_lex_state = 12}, - [1085] = {.lex_state = 62, .external_lex_state = 12}, - [1086] = {.lex_state = 62, .external_lex_state = 12}, - [1087] = {.lex_state = 62, .external_lex_state = 12}, - [1088] = {.lex_state = 34, .external_lex_state = 6}, - [1089] = {.lex_state = 58, .external_lex_state = 12}, - [1090] = {.lex_state = 34, .external_lex_state = 6}, - [1091] = {.lex_state = 34, .external_lex_state = 6}, - [1092] = {.lex_state = 62, .external_lex_state = 12}, - [1093] = {.lex_state = 34, .external_lex_state = 6}, - [1094] = {.lex_state = 34, .external_lex_state = 6}, - [1095] = {.lex_state = 62, .external_lex_state = 12}, - [1096] = {.lex_state = 62, .external_lex_state = 12}, - [1097] = {.lex_state = 62, .external_lex_state = 12}, - [1098] = {.lex_state = 34, .external_lex_state = 3}, - [1099] = {.lex_state = 34, .external_lex_state = 3}, - [1100] = {.lex_state = 34, .external_lex_state = 6}, - [1101] = {.lex_state = 58, .external_lex_state = 12}, - [1102] = {.lex_state = 58, .external_lex_state = 12}, - [1103] = {.lex_state = 58, .external_lex_state = 13}, - [1104] = {.lex_state = 58, .external_lex_state = 13}, - [1105] = {.lex_state = 58, .external_lex_state = 15}, - [1106] = {.lex_state = 58, .external_lex_state = 13}, - [1107] = {.lex_state = 34, .external_lex_state = 6}, - [1108] = {.lex_state = 34, .external_lex_state = 6}, - [1109] = {.lex_state = 34, .external_lex_state = 6}, - [1110] = {.lex_state = 34, .external_lex_state = 6}, - [1111] = {.lex_state = 34, .external_lex_state = 6}, - [1112] = {.lex_state = 34, .external_lex_state = 6}, - [1113] = {.lex_state = 58, .external_lex_state = 12}, - [1114] = {.lex_state = 58, .external_lex_state = 12}, - [1115] = {.lex_state = 58, .external_lex_state = 12}, - [1116] = {.lex_state = 58, .external_lex_state = 12}, - [1117] = {.lex_state = 58, .external_lex_state = 12}, - [1118] = {.lex_state = 58, .external_lex_state = 12}, - [1119] = {.lex_state = 58, .external_lex_state = 12}, - [1120] = {.lex_state = 34, .external_lex_state = 6}, - [1121] = {.lex_state = 58, .external_lex_state = 12}, - [1122] = {.lex_state = 58, .external_lex_state = 12}, - [1123] = {.lex_state = 58, .external_lex_state = 12}, - [1124] = {.lex_state = 58, .external_lex_state = 12}, - [1125] = {.lex_state = 58, .external_lex_state = 12}, - [1126] = {.lex_state = 58, .external_lex_state = 12}, - [1127] = {.lex_state = 58, .external_lex_state = 12}, - [1128] = {.lex_state = 58, .external_lex_state = 12}, - [1129] = {.lex_state = 34, .external_lex_state = 3}, - [1130] = {.lex_state = 58, .external_lex_state = 12}, - [1131] = {.lex_state = 34, .external_lex_state = 3}, - [1132] = {.lex_state = 58, .external_lex_state = 12}, - [1133] = {.lex_state = 58, .external_lex_state = 12}, - [1134] = {.lex_state = 58, .external_lex_state = 12}, - [1135] = {.lex_state = 58, .external_lex_state = 12}, - [1136] = {.lex_state = 58, .external_lex_state = 12}, - [1137] = {.lex_state = 58, .external_lex_state = 12}, - [1138] = {.lex_state = 58, .external_lex_state = 12}, - [1139] = {.lex_state = 58, .external_lex_state = 12}, - [1140] = {.lex_state = 58, .external_lex_state = 12}, - [1141] = {.lex_state = 98, .external_lex_state = 6}, - [1142] = {.lex_state = 58, .external_lex_state = 12}, - [1143] = {.lex_state = 34, .external_lex_state = 3}, - [1144] = {.lex_state = 34, .external_lex_state = 5}, - [1145] = {.lex_state = 36, .external_lex_state = 3}, - [1146] = {.lex_state = 34, .external_lex_state = 5}, - [1147] = {.lex_state = 99, .external_lex_state = 6}, - [1148] = {.lex_state = 34, .external_lex_state = 3}, - [1149] = {.lex_state = 34, .external_lex_state = 6}, - [1150] = {.lex_state = 34, .external_lex_state = 4}, - [1151] = {.lex_state = 36, .external_lex_state = 3}, - [1152] = {.lex_state = 36, .external_lex_state = 3}, - [1153] = {.lex_state = 34, .external_lex_state = 4}, - [1154] = {.lex_state = 34, .external_lex_state = 3}, - [1155] = {.lex_state = 34, .external_lex_state = 3}, - [1156] = {.lex_state = 34, .external_lex_state = 4}, - [1157] = {.lex_state = 34, .external_lex_state = 3}, - [1158] = {.lex_state = 34, .external_lex_state = 3}, + [1052] = {.lex_state = 59, .external_lex_state = 15}, + [1053] = {.lex_state = 53, .external_lex_state = 15}, + [1054] = {.lex_state = 58, .external_lex_state = 14}, + [1055] = {.lex_state = 58, .external_lex_state = 14}, + [1056] = {.lex_state = 58, .external_lex_state = 15}, + [1057] = {.lex_state = 58, .external_lex_state = 13}, + [1058] = {.lex_state = 62, .external_lex_state = 14}, + [1059] = {.lex_state = 53, .external_lex_state = 15}, + [1060] = {.lex_state = 62, .external_lex_state = 13}, + [1061] = {.lex_state = 62, .external_lex_state = 15}, + [1062] = {.lex_state = 59, .external_lex_state = 15}, + [1063] = {.lex_state = 59, .external_lex_state = 15}, + [1064] = {.lex_state = 62, .external_lex_state = 15}, + [1065] = {.lex_state = 58, .external_lex_state = 15}, + [1066] = {.lex_state = 62, .external_lex_state = 15}, + [1067] = {.lex_state = 37, .external_lex_state = 3}, + [1068] = {.lex_state = 62, .external_lex_state = 11}, + [1069] = {.lex_state = 58, .external_lex_state = 14}, + [1070] = {.lex_state = 62, .external_lex_state = 11}, + [1071] = {.lex_state = 62, .external_lex_state = 11}, + [1072] = {.lex_state = 62, .external_lex_state = 11}, + [1073] = {.lex_state = 37, .external_lex_state = 3}, + [1074] = {.lex_state = 62, .external_lex_state = 11}, + [1075] = {.lex_state = 62, .external_lex_state = 11}, + [1076] = {.lex_state = 62, .external_lex_state = 11}, + [1077] = {.lex_state = 58, .external_lex_state = 11}, + [1078] = {.lex_state = 62, .external_lex_state = 11}, + [1079] = {.lex_state = 37, .external_lex_state = 6}, + [1080] = {.lex_state = 37, .external_lex_state = 6}, + [1081] = {.lex_state = 37, .external_lex_state = 6}, + [1082] = {.lex_state = 37, .external_lex_state = 6}, + [1083] = {.lex_state = 37, .external_lex_state = 6}, + [1084] = {.lex_state = 37, .external_lex_state = 6}, + [1085] = {.lex_state = 58, .external_lex_state = 11}, + [1086] = {.lex_state = 37, .external_lex_state = 6}, + [1087] = {.lex_state = 37, .external_lex_state = 6}, + [1088] = {.lex_state = 37, .external_lex_state = 6}, + [1089] = {.lex_state = 62, .external_lex_state = 11}, + [1090] = {.lex_state = 62, .external_lex_state = 11}, + [1091] = {.lex_state = 37, .external_lex_state = 6}, + [1092] = {.lex_state = 58, .external_lex_state = 11}, + [1093] = {.lex_state = 37, .external_lex_state = 6}, + [1094] = {.lex_state = 62, .external_lex_state = 11}, + [1095] = {.lex_state = 37, .external_lex_state = 6}, + [1096] = {.lex_state = 37, .external_lex_state = 6}, + [1097] = {.lex_state = 62, .external_lex_state = 11}, + [1098] = {.lex_state = 62, .external_lex_state = 11}, + [1099] = {.lex_state = 62, .external_lex_state = 11}, + [1100] = {.lex_state = 37, .external_lex_state = 3}, + [1101] = {.lex_state = 62, .external_lex_state = 11}, + [1102] = {.lex_state = 58, .external_lex_state = 14}, + [1103] = {.lex_state = 62, .external_lex_state = 11}, + [1104] = {.lex_state = 58, .external_lex_state = 15}, + [1105] = {.lex_state = 58, .external_lex_state = 13}, + [1106] = {.lex_state = 62, .external_lex_state = 11}, + [1107] = {.lex_state = 58, .external_lex_state = 15}, + [1108] = {.lex_state = 62, .external_lex_state = 11}, + [1109] = {.lex_state = 62, .external_lex_state = 11}, + [1110] = {.lex_state = 58, .external_lex_state = 15}, + [1111] = {.lex_state = 62, .external_lex_state = 11}, + [1112] = {.lex_state = 62, .external_lex_state = 11}, + [1113] = {.lex_state = 62, .external_lex_state = 11}, + [1114] = {.lex_state = 62, .external_lex_state = 11}, + [1115] = {.lex_state = 62, .external_lex_state = 11}, + [1116] = {.lex_state = 62, .external_lex_state = 11}, + [1117] = {.lex_state = 62, .external_lex_state = 11}, + [1118] = {.lex_state = 58, .external_lex_state = 11}, + [1119] = {.lex_state = 58, .external_lex_state = 11}, + [1120] = {.lex_state = 58, .external_lex_state = 11}, + [1121] = {.lex_state = 37, .external_lex_state = 6}, + [1122] = {.lex_state = 58, .external_lex_state = 11}, + [1123] = {.lex_state = 98, .external_lex_state = 6}, + [1124] = {.lex_state = 58, .external_lex_state = 11}, + [1125] = {.lex_state = 58, .external_lex_state = 11}, + [1126] = {.lex_state = 58, .external_lex_state = 11}, + [1127] = {.lex_state = 58, .external_lex_state = 11}, + [1128] = {.lex_state = 58, .external_lex_state = 11}, + [1129] = {.lex_state = 58, .external_lex_state = 11}, + [1130] = {.lex_state = 58, .external_lex_state = 11}, + [1131] = {.lex_state = 58, .external_lex_state = 11}, + [1132] = {.lex_state = 58, .external_lex_state = 11}, + [1133] = {.lex_state = 58, .external_lex_state = 11}, + [1134] = {.lex_state = 58, .external_lex_state = 11}, + [1135] = {.lex_state = 58, .external_lex_state = 11}, + [1136] = {.lex_state = 37, .external_lex_state = 3}, + [1137] = {.lex_state = 37, .external_lex_state = 3}, + [1138] = {.lex_state = 58, .external_lex_state = 11}, + [1139] = {.lex_state = 58, .external_lex_state = 11}, + [1140] = {.lex_state = 58, .external_lex_state = 11}, + [1141] = {.lex_state = 58, .external_lex_state = 11}, + [1142] = {.lex_state = 58, .external_lex_state = 11}, + [1143] = {.lex_state = 58, .external_lex_state = 11}, + [1144] = {.lex_state = 58, .external_lex_state = 11}, + [1145] = {.lex_state = 58, .external_lex_state = 11}, + [1146] = {.lex_state = 58, .external_lex_state = 11}, + [1147] = {.lex_state = 58, .external_lex_state = 11}, + [1148] = {.lex_state = 37, .external_lex_state = 3}, + [1149] = {.lex_state = 37, .external_lex_state = 4}, + [1150] = {.lex_state = 37, .external_lex_state = 4}, + [1151] = {.lex_state = 37, .external_lex_state = 3}, + [1152] = {.lex_state = 37, .external_lex_state = 4}, + [1153] = {.lex_state = 37, .external_lex_state = 6}, + [1154] = {.lex_state = 37, .external_lex_state = 5}, + [1155] = {.lex_state = 37, .external_lex_state = 5}, + [1156] = {.lex_state = 36, .external_lex_state = 3}, + [1157] = {.lex_state = 37, .external_lex_state = 3}, + [1158] = {.lex_state = 36, .external_lex_state = 3}, [1159] = {.lex_state = 36, .external_lex_state = 3}, - [1160] = {.lex_state = 34, .external_lex_state = 4}, - [1161] = {.lex_state = 1322, .external_lex_state = 6}, - [1162] = {.lex_state = 34, .external_lex_state = 4}, - [1163] = {.lex_state = 1322, .external_lex_state = 6}, - [1164] = {.lex_state = 1322, .external_lex_state = 6}, - [1165] = {.lex_state = 34, .external_lex_state = 5}, - [1166] = {.lex_state = 1322, .external_lex_state = 6}, - [1167] = {.lex_state = 1322, .external_lex_state = 6}, - [1168] = {.lex_state = 1322, .external_lex_state = 6}, - [1169] = {.lex_state = 1322, .external_lex_state = 6}, - [1170] = {.lex_state = 1322, .external_lex_state = 6}, - [1171] = {.lex_state = 34, .external_lex_state = 3}, - [1172] = {.lex_state = 1322, .external_lex_state = 6}, - [1173] = {.lex_state = 34, .external_lex_state = 4}, - [1174] = {.lex_state = 1322, .external_lex_state = 6}, - [1175] = {.lex_state = 34, .external_lex_state = 3}, - [1176] = {.lex_state = 1322, .external_lex_state = 6}, - [1177] = {.lex_state = 34, .external_lex_state = 6}, - [1178] = {.lex_state = 1322, .external_lex_state = 6}, - [1179] = {.lex_state = 34, .external_lex_state = 6}, - [1180] = {.lex_state = 34, .external_lex_state = 6}, - [1181] = {.lex_state = 34, .external_lex_state = 6}, - [1182] = {.lex_state = 1322, .external_lex_state = 6}, - [1183] = {.lex_state = 34, .external_lex_state = 6}, - [1184] = {.lex_state = 1322, .external_lex_state = 6}, - [1185] = {.lex_state = 34, .external_lex_state = 6}, - [1186] = {.lex_state = 34, .external_lex_state = 6}, - [1187] = {.lex_state = 34, .external_lex_state = 6}, - [1188] = {.lex_state = 34, .external_lex_state = 6}, - [1189] = {.lex_state = 34, .external_lex_state = 6}, - [1190] = {.lex_state = 34, .external_lex_state = 6}, - [1191] = {.lex_state = 34, .external_lex_state = 6}, - [1192] = {.lex_state = 34, .external_lex_state = 6}, - [1193] = {.lex_state = 34, .external_lex_state = 6}, - [1194] = {.lex_state = 34, .external_lex_state = 6}, - [1195] = {.lex_state = 34, .external_lex_state = 6}, - [1196] = {.lex_state = 34, .external_lex_state = 6}, - [1197] = {.lex_state = 34, .external_lex_state = 6}, - [1198] = {.lex_state = 1322, .external_lex_state = 6}, - [1199] = {.lex_state = 1322, .external_lex_state = 6}, - [1200] = {.lex_state = 1322, .external_lex_state = 6}, - [1201] = {.lex_state = 1322, .external_lex_state = 6}, - [1202] = {.lex_state = 34, .external_lex_state = 6}, - [1203] = {.lex_state = 34, .external_lex_state = 6}, - [1204] = {.lex_state = 1322, .external_lex_state = 6}, - [1205] = {.lex_state = 34, .external_lex_state = 6}, - [1206] = {.lex_state = 1322, .external_lex_state = 6}, - [1207] = {.lex_state = 34, .external_lex_state = 6}, - [1208] = {.lex_state = 34, .external_lex_state = 6}, - [1209] = {.lex_state = 34, .external_lex_state = 6}, - [1210] = {.lex_state = 34, .external_lex_state = 6}, - [1211] = {.lex_state = 1322, .external_lex_state = 6}, - [1212] = {.lex_state = 34, .external_lex_state = 6}, - [1213] = {.lex_state = 1322, .external_lex_state = 6}, - [1214] = {.lex_state = 1322, .external_lex_state = 6}, - [1215] = {.lex_state = 1322, .external_lex_state = 6}, - [1216] = {.lex_state = 1322, .external_lex_state = 6}, - [1217] = {.lex_state = 1322, .external_lex_state = 6}, - [1218] = {.lex_state = 1322, .external_lex_state = 6}, - [1219] = {.lex_state = 1322, .external_lex_state = 6}, - [1220] = {.lex_state = 64, .external_lex_state = 2}, - [1221] = {.lex_state = 1322, .external_lex_state = 6}, - [1222] = {.lex_state = 1322, .external_lex_state = 6}, - [1223] = {.lex_state = 1322, .external_lex_state = 6}, - [1224] = {.lex_state = 1322, .external_lex_state = 6}, - [1225] = {.lex_state = 1322, .external_lex_state = 6}, - [1226] = {.lex_state = 1322, .external_lex_state = 6}, - [1227] = {.lex_state = 1322, .external_lex_state = 6}, - [1228] = {.lex_state = 1322, .external_lex_state = 6}, - [1229] = {.lex_state = 94, .external_lex_state = 6}, - [1230] = {.lex_state = 1322, .external_lex_state = 6}, - [1231] = {.lex_state = 1322, .external_lex_state = 6}, - [1232] = {.lex_state = 1322, .external_lex_state = 6}, - [1233] = {.lex_state = 1322, .external_lex_state = 6}, - [1234] = {.lex_state = 96, .external_lex_state = 6}, - [1235] = {.lex_state = 1322, .external_lex_state = 6}, - [1236] = {.lex_state = 1322, .external_lex_state = 6}, - [1237] = {.lex_state = 1322, .external_lex_state = 6}, - [1238] = {.lex_state = 1322, .external_lex_state = 6}, - [1239] = {.lex_state = 1322, .external_lex_state = 6}, - [1240] = {.lex_state = 1322, .external_lex_state = 6}, - [1241] = {.lex_state = 95, .external_lex_state = 6}, - [1242] = {.lex_state = 1322, .external_lex_state = 6}, - [1243] = {.lex_state = 1322, .external_lex_state = 6}, - [1244] = {.lex_state = 64, .external_lex_state = 2}, - [1245] = {.lex_state = 1322, .external_lex_state = 6}, - [1246] = {.lex_state = 1322, .external_lex_state = 6}, - [1247] = {.lex_state = 1322, .external_lex_state = 6}, - [1248] = {.lex_state = 1322, .external_lex_state = 6}, - [1249] = {.lex_state = 104, .external_lex_state = 6}, - [1250] = {.lex_state = 1322, .external_lex_state = 6}, - [1251] = {.lex_state = 1322, .external_lex_state = 6}, - [1252] = {.lex_state = 1322, .external_lex_state = 6}, - [1253] = {.lex_state = 1322, .external_lex_state = 6}, - [1254] = {.lex_state = 1322, .external_lex_state = 6}, - [1255] = {.lex_state = 1322, .external_lex_state = 6}, - [1256] = {.lex_state = 1322, .external_lex_state = 6}, - [1257] = {.lex_state = 1322, .external_lex_state = 6}, - [1258] = {.lex_state = 1322, .external_lex_state = 6}, - [1259] = {.lex_state = 1322, .external_lex_state = 6}, - [1260] = {.lex_state = 1322, .external_lex_state = 6}, - [1261] = {.lex_state = 97, .external_lex_state = 6}, - [1262] = {.lex_state = 1322, .external_lex_state = 6}, - [1263] = {.lex_state = 202, .external_lex_state = 7}, - [1264] = {.lex_state = 1322, .external_lex_state = 6}, - [1265] = {.lex_state = 1322, .external_lex_state = 6}, - [1266] = {.lex_state = 202, .external_lex_state = 7}, - [1267] = {.lex_state = 1322, .external_lex_state = 6}, - [1268] = {.lex_state = 1322, .external_lex_state = 6}, - [1269] = {.lex_state = 1322, .external_lex_state = 6}, - [1270] = {.lex_state = 202, .external_lex_state = 7}, - [1271] = {.lex_state = 1322, .external_lex_state = 6}, - [1272] = {.lex_state = 1322, .external_lex_state = 6}, - [1273] = {.lex_state = 1322, .external_lex_state = 6}, - [1274] = {.lex_state = 1322, .external_lex_state = 6}, - [1275] = {.lex_state = 1322, .external_lex_state = 6}, - [1276] = {.lex_state = 1322, .external_lex_state = 6}, - [1277] = {.lex_state = 1322, .external_lex_state = 6}, - [1278] = {.lex_state = 1322, .external_lex_state = 6}, - [1279] = {.lex_state = 1322, .external_lex_state = 6}, - [1280] = {.lex_state = 1322, .external_lex_state = 6}, - [1281] = {.lex_state = 1322, .external_lex_state = 6}, - [1282] = {.lex_state = 199}, - [1283] = {.lex_state = 1322, .external_lex_state = 6}, - [1284] = {.lex_state = 202, .external_lex_state = 7}, - [1285] = {.lex_state = 1322, .external_lex_state = 6}, - [1286] = {.lex_state = 202, .external_lex_state = 7}, - [1287] = {.lex_state = 1322, .external_lex_state = 6}, - [1288] = {.lex_state = 1322, .external_lex_state = 6}, - [1289] = {.lex_state = 199}, - [1290] = {.lex_state = 1322, .external_lex_state = 6}, - [1291] = {.lex_state = 1322, .external_lex_state = 6}, - [1292] = {.lex_state = 1322, .external_lex_state = 6}, - [1293] = {.lex_state = 1322, .external_lex_state = 6}, - [1294] = {.lex_state = 105, .external_lex_state = 6}, - [1295] = {.lex_state = 107, .external_lex_state = 6}, - [1296] = {.lex_state = 1322, .external_lex_state = 6}, - [1297] = {.lex_state = 1322, .external_lex_state = 6}, - [1298] = {.lex_state = 1322, .external_lex_state = 6}, - [1299] = {.lex_state = 1322, .external_lex_state = 6}, - [1300] = {.lex_state = 1322, .external_lex_state = 3}, - [1301] = {.lex_state = 108, .external_lex_state = 6}, - [1302] = {.lex_state = 64, .external_lex_state = 6}, - [1303] = {.lex_state = 64, .external_lex_state = 3}, - [1304] = {.lex_state = 64, .external_lex_state = 6}, - [1305] = {.lex_state = 64, .external_lex_state = 6}, - [1306] = {.lex_state = 64, .external_lex_state = 6}, - [1307] = {.lex_state = 64, .external_lex_state = 6}, - [1308] = {.lex_state = 64, .external_lex_state = 3}, + [1160] = {.lex_state = 37, .external_lex_state = 3}, + [1161] = {.lex_state = 37, .external_lex_state = 3}, + [1162] = {.lex_state = 37, .external_lex_state = 3}, + [1163] = {.lex_state = 99, .external_lex_state = 6}, + [1164] = {.lex_state = 36, .external_lex_state = 3}, + [1165] = {.lex_state = 37, .external_lex_state = 4}, + [1166] = {.lex_state = 37, .external_lex_state = 3}, + [1167] = {.lex_state = 1340, .external_lex_state = 6}, + [1168] = {.lex_state = 1340, .external_lex_state = 6}, + [1169] = {.lex_state = 1340, .external_lex_state = 6}, + [1170] = {.lex_state = 1340, .external_lex_state = 6}, + [1171] = {.lex_state = 1340, .external_lex_state = 6}, + [1172] = {.lex_state = 37, .external_lex_state = 5}, + [1173] = {.lex_state = 37, .external_lex_state = 4}, + [1174] = {.lex_state = 1340, .external_lex_state = 6}, + [1175] = {.lex_state = 37, .external_lex_state = 3}, + [1176] = {.lex_state = 1340, .external_lex_state = 6}, + [1177] = {.lex_state = 1340, .external_lex_state = 6}, + [1178] = {.lex_state = 1340, .external_lex_state = 6}, + [1179] = {.lex_state = 37, .external_lex_state = 4}, + [1180] = {.lex_state = 1340, .external_lex_state = 6}, + [1181] = {.lex_state = 1340, .external_lex_state = 6}, + [1182] = {.lex_state = 1340, .external_lex_state = 6}, + [1183] = {.lex_state = 37, .external_lex_state = 6}, + [1184] = {.lex_state = 37, .external_lex_state = 6}, + [1185] = {.lex_state = 37, .external_lex_state = 6}, + [1186] = {.lex_state = 37, .external_lex_state = 6}, + [1187] = {.lex_state = 37, .external_lex_state = 6}, + [1188] = {.lex_state = 37, .external_lex_state = 6}, + [1189] = {.lex_state = 1340, .external_lex_state = 6}, + [1190] = {.lex_state = 1340, .external_lex_state = 6}, + [1191] = {.lex_state = 1340, .external_lex_state = 6}, + [1192] = {.lex_state = 37, .external_lex_state = 6}, + [1193] = {.lex_state = 37, .external_lex_state = 6}, + [1194] = {.lex_state = 37, .external_lex_state = 6}, + [1195] = {.lex_state = 37, .external_lex_state = 6}, + [1196] = {.lex_state = 37, .external_lex_state = 6}, + [1197] = {.lex_state = 37, .external_lex_state = 6}, + [1198] = {.lex_state = 1340, .external_lex_state = 6}, + [1199] = {.lex_state = 1340, .external_lex_state = 6}, + [1200] = {.lex_state = 1340, .external_lex_state = 6}, + [1201] = {.lex_state = 1340, .external_lex_state = 6}, + [1202] = {.lex_state = 1340, .external_lex_state = 6}, + [1203] = {.lex_state = 37, .external_lex_state = 6}, + [1204] = {.lex_state = 1340, .external_lex_state = 6}, + [1205] = {.lex_state = 37, .external_lex_state = 6}, + [1206] = {.lex_state = 37, .external_lex_state = 6}, + [1207] = {.lex_state = 1340, .external_lex_state = 6}, + [1208] = {.lex_state = 37, .external_lex_state = 6}, + [1209] = {.lex_state = 37, .external_lex_state = 6}, + [1210] = {.lex_state = 37, .external_lex_state = 6}, + [1211] = {.lex_state = 37, .external_lex_state = 6}, + [1212] = {.lex_state = 37, .external_lex_state = 6}, + [1213] = {.lex_state = 37, .external_lex_state = 6}, + [1214] = {.lex_state = 37, .external_lex_state = 6}, + [1215] = {.lex_state = 37, .external_lex_state = 6}, + [1216] = {.lex_state = 37, .external_lex_state = 6}, + [1217] = {.lex_state = 37, .external_lex_state = 6}, + [1218] = {.lex_state = 1340, .external_lex_state = 6}, + [1219] = {.lex_state = 37, .external_lex_state = 6}, + [1220] = {.lex_state = 1340, .external_lex_state = 6}, + [1221] = {.lex_state = 1340, .external_lex_state = 6}, + [1222] = {.lex_state = 1340, .external_lex_state = 6}, + [1223] = {.lex_state = 1340, .external_lex_state = 6}, + [1224] = {.lex_state = 1340, .external_lex_state = 6}, + [1225] = {.lex_state = 64, .external_lex_state = 2}, + [1226] = {.lex_state = 1340, .external_lex_state = 6}, + [1227] = {.lex_state = 1340, .external_lex_state = 6}, + [1228] = {.lex_state = 1340, .external_lex_state = 6}, + [1229] = {.lex_state = 1340, .external_lex_state = 6}, + [1230] = {.lex_state = 1340, .external_lex_state = 6}, + [1231] = {.lex_state = 1340, .external_lex_state = 6}, + [1232] = {.lex_state = 1340, .external_lex_state = 6}, + [1233] = {.lex_state = 1340, .external_lex_state = 6}, + [1234] = {.lex_state = 1340, .external_lex_state = 6}, + [1235] = {.lex_state = 94, .external_lex_state = 6}, + [1236] = {.lex_state = 1340, .external_lex_state = 6}, + [1237] = {.lex_state = 95, .external_lex_state = 6}, + [1238] = {.lex_state = 64, .external_lex_state = 2}, + [1239] = {.lex_state = 1340, .external_lex_state = 6}, + [1240] = {.lex_state = 1340, .external_lex_state = 6}, + [1241] = {.lex_state = 1340, .external_lex_state = 6}, + [1242] = {.lex_state = 1340, .external_lex_state = 6}, + [1243] = {.lex_state = 1340, .external_lex_state = 6}, + [1244] = {.lex_state = 1340, .external_lex_state = 6}, + [1245] = {.lex_state = 1340, .external_lex_state = 6}, + [1246] = {.lex_state = 1340, .external_lex_state = 6}, + [1247] = {.lex_state = 1340, .external_lex_state = 6}, + [1248] = {.lex_state = 1340, .external_lex_state = 6}, + [1249] = {.lex_state = 1340, .external_lex_state = 6}, + [1250] = {.lex_state = 1340, .external_lex_state = 6}, + [1251] = {.lex_state = 96, .external_lex_state = 6}, + [1252] = {.lex_state = 1340, .external_lex_state = 6}, + [1253] = {.lex_state = 1340, .external_lex_state = 6}, + [1254] = {.lex_state = 1340, .external_lex_state = 6}, + [1255] = {.lex_state = 1340, .external_lex_state = 6}, + [1256] = {.lex_state = 1340, .external_lex_state = 6}, + [1257] = {.lex_state = 1340, .external_lex_state = 6}, + [1258] = {.lex_state = 1340, .external_lex_state = 6}, + [1259] = {.lex_state = 1340, .external_lex_state = 6}, + [1260] = {.lex_state = 1340, .external_lex_state = 6}, + [1261] = {.lex_state = 1340, .external_lex_state = 6}, + [1262] = {.lex_state = 1340, .external_lex_state = 6}, + [1263] = {.lex_state = 1340, .external_lex_state = 6}, + [1264] = {.lex_state = 1340, .external_lex_state = 6}, + [1265] = {.lex_state = 1340, .external_lex_state = 6}, + [1266] = {.lex_state = 1340, .external_lex_state = 6}, + [1267] = {.lex_state = 1340, .external_lex_state = 6}, + [1268] = {.lex_state = 1340, .external_lex_state = 6}, + [1269] = {.lex_state = 1340, .external_lex_state = 6}, + [1270] = {.lex_state = 1340, .external_lex_state = 6}, + [1271] = {.lex_state = 1340, .external_lex_state = 6}, + [1272] = {.lex_state = 97, .external_lex_state = 6}, + [1273] = {.lex_state = 1340, .external_lex_state = 6}, + [1274] = {.lex_state = 1340, .external_lex_state = 6}, + [1275] = {.lex_state = 1340, .external_lex_state = 6}, + [1276] = {.lex_state = 1340, .external_lex_state = 6}, + [1277] = {.lex_state = 1340, .external_lex_state = 6}, + [1278] = {.lex_state = 1340, .external_lex_state = 6}, + [1279] = {.lex_state = 1340, .external_lex_state = 6}, + [1280] = {.lex_state = 1340, .external_lex_state = 6}, + [1281] = {.lex_state = 1340, .external_lex_state = 6}, + [1282] = {.lex_state = 1340, .external_lex_state = 6}, + [1283] = {.lex_state = 1340, .external_lex_state = 6}, + [1284] = {.lex_state = 1340, .external_lex_state = 6}, + [1285] = {.lex_state = 1340, .external_lex_state = 6}, + [1286] = {.lex_state = 1340, .external_lex_state = 6}, + [1287] = {.lex_state = 1340, .external_lex_state = 6}, + [1288] = {.lex_state = 1340, .external_lex_state = 6}, + [1289] = {.lex_state = 1340, .external_lex_state = 6}, + [1290] = {.lex_state = 1340, .external_lex_state = 6}, + [1291] = {.lex_state = 1340, .external_lex_state = 6}, + [1292] = {.lex_state = 1340, .external_lex_state = 6}, + [1293] = {.lex_state = 1340, .external_lex_state = 6}, + [1294] = {.lex_state = 1340, .external_lex_state = 6}, + [1295] = {.lex_state = 104, .external_lex_state = 6}, + [1296] = {.lex_state = 107, .external_lex_state = 6}, + [1297] = {.lex_state = 105, .external_lex_state = 6}, + [1298] = {.lex_state = 1340, .external_lex_state = 3}, + [1299] = {.lex_state = 198}, + [1300] = {.lex_state = 201, .external_lex_state = 8}, + [1301] = {.lex_state = 198}, + [1302] = {.lex_state = 108, .external_lex_state = 6}, + [1303] = {.lex_state = 201, .external_lex_state = 8}, + [1304] = {.lex_state = 201, .external_lex_state = 8}, + [1305] = {.lex_state = 201, .external_lex_state = 8}, + [1306] = {.lex_state = 201, .external_lex_state = 8}, + [1307] = {.lex_state = 1340, .external_lex_state = 6}, + [1308] = {.lex_state = 1340, .external_lex_state = 6}, [1309] = {.lex_state = 64, .external_lex_state = 6}, [1310] = {.lex_state = 64, .external_lex_state = 6}, [1311] = {.lex_state = 64, .external_lex_state = 6}, @@ -39392,5768 +39302,5449 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1313] = {.lex_state = 64, .external_lex_state = 6}, [1314] = {.lex_state = 64, .external_lex_state = 6}, [1315] = {.lex_state = 64, .external_lex_state = 6}, - [1316] = {.lex_state = 64, .external_lex_state = 3}, + [1316] = {.lex_state = 64, .external_lex_state = 6}, [1317] = {.lex_state = 64, .external_lex_state = 6}, - [1318] = {.lex_state = 64, .external_lex_state = 3}, - [1319] = {.lex_state = 1322, .external_lex_state = 6}, - [1320] = {.lex_state = 1322, .external_lex_state = 6}, - [1321] = {.lex_state = 64, .external_lex_state = 6}, - [1322] = {.lex_state = 1322, .external_lex_state = 6}, - [1323] = {.lex_state = 1322, .external_lex_state = 6}, - [1324] = {.lex_state = 1322, .external_lex_state = 6}, - [1325] = {.lex_state = 1322, .external_lex_state = 6}, - [1326] = {.lex_state = 1322, .external_lex_state = 6}, - [1327] = {.lex_state = 1322, .external_lex_state = 6}, - [1328] = {.lex_state = 1322, .external_lex_state = 6}, - [1329] = {.lex_state = 1322, .external_lex_state = 6}, - [1330] = {.lex_state = 1322, .external_lex_state = 6}, - [1331] = {.lex_state = 110, .external_lex_state = 6}, - [1332] = {.lex_state = 1322, .external_lex_state = 6}, - [1333] = {.lex_state = 50, .external_lex_state = 2}, - [1334] = {.lex_state = 1322, .external_lex_state = 6}, - [1335] = {.lex_state = 1322, .external_lex_state = 6}, - [1336] = {.lex_state = 64, .external_lex_state = 3}, - [1337] = {.lex_state = 1322, .external_lex_state = 6}, - [1338] = {.lex_state = 1322, .external_lex_state = 6}, - [1339] = {.lex_state = 1322, .external_lex_state = 6}, - [1340] = {.lex_state = 1322, .external_lex_state = 6}, - [1341] = {.lex_state = 1322, .external_lex_state = 6}, - [1342] = {.lex_state = 1322, .external_lex_state = 6}, - [1343] = {.lex_state = 1322, .external_lex_state = 6}, - [1344] = {.lex_state = 1322, .external_lex_state = 6}, - [1345] = {.lex_state = 1322, .external_lex_state = 6}, - [1346] = {.lex_state = 1322, .external_lex_state = 6}, - [1347] = {.lex_state = 64, .external_lex_state = 4}, - [1348] = {.lex_state = 64, .external_lex_state = 5}, - [1349] = {.lex_state = 64, .external_lex_state = 3}, - [1350] = {.lex_state = 71, .external_lex_state = 3}, - [1351] = {.lex_state = 50, .external_lex_state = 2}, - [1352] = {.lex_state = 71, .external_lex_state = 3}, - [1353] = {.lex_state = 71, .external_lex_state = 3}, - [1354] = {.lex_state = 41, .external_lex_state = 8}, - [1355] = {.lex_state = 51, .external_lex_state = 2}, - [1356] = {.lex_state = 64, .external_lex_state = 3}, - [1357] = {.lex_state = 64, .external_lex_state = 5}, - [1358] = {.lex_state = 64, .external_lex_state = 3}, - [1359] = {.lex_state = 41, .external_lex_state = 8}, - [1360] = {.lex_state = 80, .external_lex_state = 6}, - [1361] = {.lex_state = 111, .external_lex_state = 6}, - [1362] = {.lex_state = 1322, .external_lex_state = 6}, - [1363] = {.lex_state = 1322, .external_lex_state = 6}, - [1364] = {.lex_state = 1322, .external_lex_state = 6}, - [1365] = {.lex_state = 1322, .external_lex_state = 6}, - [1366] = {.lex_state = 1322, .external_lex_state = 6}, - [1367] = {.lex_state = 1322, .external_lex_state = 6}, - [1368] = {.lex_state = 64, .external_lex_state = 4}, - [1369] = {.lex_state = 64, .external_lex_state = 3}, - [1370] = {.lex_state = 1322, .external_lex_state = 6}, - [1371] = {.lex_state = 64, .external_lex_state = 6}, - [1372] = {.lex_state = 1322, .external_lex_state = 6}, - [1373] = {.lex_state = 71, .external_lex_state = 3}, - [1374] = {.lex_state = 1322, .external_lex_state = 6}, - [1375] = {.lex_state = 1322, .external_lex_state = 6}, + [1318] = {.lex_state = 64, .external_lex_state = 6}, + [1319] = {.lex_state = 64, .external_lex_state = 6}, + [1320] = {.lex_state = 64, .external_lex_state = 6}, + [1321] = {.lex_state = 64, .external_lex_state = 3}, + [1322] = {.lex_state = 64, .external_lex_state = 3}, + [1323] = {.lex_state = 64, .external_lex_state = 3}, + [1324] = {.lex_state = 1340, .external_lex_state = 6}, + [1325] = {.lex_state = 1340, .external_lex_state = 6}, + [1326] = {.lex_state = 1340, .external_lex_state = 6}, + [1327] = {.lex_state = 1340, .external_lex_state = 6}, + [1328] = {.lex_state = 1340, .external_lex_state = 6}, + [1329] = {.lex_state = 1340, .external_lex_state = 6}, + [1330] = {.lex_state = 1340, .external_lex_state = 6}, + [1331] = {.lex_state = 1340, .external_lex_state = 6}, + [1332] = {.lex_state = 64, .external_lex_state = 6}, + [1333] = {.lex_state = 1340, .external_lex_state = 6}, + [1334] = {.lex_state = 1340, .external_lex_state = 6}, + [1335] = {.lex_state = 1340, .external_lex_state = 6}, + [1336] = {.lex_state = 1340, .external_lex_state = 6}, + [1337] = {.lex_state = 1340, .external_lex_state = 6}, + [1338] = {.lex_state = 50, .external_lex_state = 2}, + [1339] = {.lex_state = 1340, .external_lex_state = 6}, + [1340] = {.lex_state = 1340, .external_lex_state = 6}, + [1341] = {.lex_state = 1340, .external_lex_state = 6}, + [1342] = {.lex_state = 1340, .external_lex_state = 6}, + [1343] = {.lex_state = 80, .external_lex_state = 6}, + [1344] = {.lex_state = 64, .external_lex_state = 3}, + [1345] = {.lex_state = 110, .external_lex_state = 6}, + [1346] = {.lex_state = 64, .external_lex_state = 3}, + [1347] = {.lex_state = 1340, .external_lex_state = 6}, + [1348] = {.lex_state = 64, .external_lex_state = 6}, + [1349] = {.lex_state = 1340, .external_lex_state = 6}, + [1350] = {.lex_state = 1340, .external_lex_state = 6}, + [1351] = {.lex_state = 1340, .external_lex_state = 6}, + [1352] = {.lex_state = 64, .external_lex_state = 3}, + [1353] = {.lex_state = 1340, .external_lex_state = 6}, + [1354] = {.lex_state = 1340, .external_lex_state = 6}, + [1355] = {.lex_state = 1340, .external_lex_state = 6}, + [1356] = {.lex_state = 1340, .external_lex_state = 6}, + [1357] = {.lex_state = 1340, .external_lex_state = 6}, + [1358] = {.lex_state = 1340, .external_lex_state = 6}, + [1359] = {.lex_state = 1340, .external_lex_state = 6}, + [1360] = {.lex_state = 1340, .external_lex_state = 6}, + [1361] = {.lex_state = 1340, .external_lex_state = 6}, + [1362] = {.lex_state = 1340, .external_lex_state = 6}, + [1363] = {.lex_state = 1340, .external_lex_state = 6}, + [1364] = {.lex_state = 64, .external_lex_state = 4}, + [1365] = {.lex_state = 1340, .external_lex_state = 6}, + [1366] = {.lex_state = 51, .external_lex_state = 2}, + [1367] = {.lex_state = 40, .external_lex_state = 7}, + [1368] = {.lex_state = 1340, .external_lex_state = 6}, + [1369] = {.lex_state = 111, .external_lex_state = 6}, + [1370] = {.lex_state = 35, .external_lex_state = 3}, + [1371] = {.lex_state = 64, .external_lex_state = 3}, + [1372] = {.lex_state = 1340, .external_lex_state = 6}, + [1373] = {.lex_state = 1340, .external_lex_state = 6}, + [1374] = {.lex_state = 35, .external_lex_state = 3}, + [1375] = {.lex_state = 64, .external_lex_state = 5}, [1376] = {.lex_state = 64, .external_lex_state = 4}, - [1377] = {.lex_state = 1322, .external_lex_state = 6}, - [1378] = {.lex_state = 64, .external_lex_state = 3}, - [1379] = {.lex_state = 64, .external_lex_state = 4}, + [1377] = {.lex_state = 1340, .external_lex_state = 6}, + [1378] = {.lex_state = 1340, .external_lex_state = 6}, + [1379] = {.lex_state = 64, .external_lex_state = 5}, [1380] = {.lex_state = 64, .external_lex_state = 3}, - [1381] = {.lex_state = 1322, .external_lex_state = 6}, - [1382] = {.lex_state = 1322, .external_lex_state = 6}, - [1383] = {.lex_state = 1322, .external_lex_state = 6}, - [1384] = {.lex_state = 1322, .external_lex_state = 6}, - [1385] = {.lex_state = 1322, .external_lex_state = 6}, - [1386] = {.lex_state = 1322, .external_lex_state = 6}, - [1387] = {.lex_state = 1322, .external_lex_state = 6}, - [1388] = {.lex_state = 1322, .external_lex_state = 6}, - [1389] = {.lex_state = 1322, .external_lex_state = 6}, - [1390] = {.lex_state = 1322, .external_lex_state = 6}, - [1391] = {.lex_state = 1322, .external_lex_state = 6}, - [1392] = {.lex_state = 1322, .external_lex_state = 6}, - [1393] = {.lex_state = 1322, .external_lex_state = 6}, - [1394] = {.lex_state = 64, .external_lex_state = 3}, - [1395] = {.lex_state = 41, .external_lex_state = 8}, - [1396] = {.lex_state = 199}, - [1397] = {.lex_state = 51, .external_lex_state = 2}, - [1398] = {.lex_state = 64, .external_lex_state = 4}, - [1399] = {.lex_state = 1322, .external_lex_state = 6}, - [1400] = {.lex_state = 1322, .external_lex_state = 6}, - [1401] = {.lex_state = 1322, .external_lex_state = 6}, - [1402] = {.lex_state = 1322, .external_lex_state = 6}, - [1403] = {.lex_state = 1322, .external_lex_state = 6}, - [1404] = {.lex_state = 1322, .external_lex_state = 6}, - [1405] = {.lex_state = 1322, .external_lex_state = 6}, - [1406] = {.lex_state = 64, .external_lex_state = 5}, - [1407] = {.lex_state = 81, .external_lex_state = 6}, - [1408] = {.lex_state = 64, .external_lex_state = 3}, - [1409] = {.lex_state = 1322, .external_lex_state = 6}, - [1410] = {.lex_state = 1322, .external_lex_state = 6}, - [1411] = {.lex_state = 48, .external_lex_state = 2}, - [1412] = {.lex_state = 1322, .external_lex_state = 6}, - [1413] = {.lex_state = 1322, .external_lex_state = 6}, - [1414] = {.lex_state = 1322, .external_lex_state = 6}, - [1415] = {.lex_state = 1322, .external_lex_state = 6}, - [1416] = {.lex_state = 1322, .external_lex_state = 6}, - [1417] = {.lex_state = 1322, .external_lex_state = 6}, + [1381] = {.lex_state = 64, .external_lex_state = 6}, + [1382] = {.lex_state = 1340, .external_lex_state = 6}, + [1383] = {.lex_state = 64, .external_lex_state = 3}, + [1384] = {.lex_state = 1340, .external_lex_state = 6}, + [1385] = {.lex_state = 64, .external_lex_state = 3}, + [1386] = {.lex_state = 1340, .external_lex_state = 6}, + [1387] = {.lex_state = 64, .external_lex_state = 3}, + [1388] = {.lex_state = 50, .external_lex_state = 2}, + [1389] = {.lex_state = 1340, .external_lex_state = 6}, + [1390] = {.lex_state = 1340, .external_lex_state = 6}, + [1391] = {.lex_state = 1340, .external_lex_state = 6}, + [1392] = {.lex_state = 64, .external_lex_state = 4}, + [1393] = {.lex_state = 1340, .external_lex_state = 6}, + [1394] = {.lex_state = 81, .external_lex_state = 6}, + [1395] = {.lex_state = 1340, .external_lex_state = 6}, + [1396] = {.lex_state = 1340, .external_lex_state = 6}, + [1397] = {.lex_state = 35, .external_lex_state = 3}, + [1398] = {.lex_state = 40, .external_lex_state = 7}, + [1399] = {.lex_state = 64, .external_lex_state = 4}, + [1400] = {.lex_state = 35, .external_lex_state = 3}, + [1401] = {.lex_state = 64, .external_lex_state = 3}, + [1402] = {.lex_state = 46, .external_lex_state = 2}, + [1403] = {.lex_state = 1340, .external_lex_state = 6}, + [1404] = {.lex_state = 40, .external_lex_state = 7}, + [1405] = {.lex_state = 1340, .external_lex_state = 6}, + [1406] = {.lex_state = 1340, .external_lex_state = 6}, + [1407] = {.lex_state = 1340, .external_lex_state = 6}, + [1408] = {.lex_state = 1340, .external_lex_state = 6}, + [1409] = {.lex_state = 1340, .external_lex_state = 6}, + [1410] = {.lex_state = 100, .external_lex_state = 6}, + [1411] = {.lex_state = 1340, .external_lex_state = 6}, + [1412] = {.lex_state = 1340, .external_lex_state = 6}, + [1413] = {.lex_state = 1340, .external_lex_state = 6}, + [1414] = {.lex_state = 1340, .external_lex_state = 6}, + [1415] = {.lex_state = 1340, .external_lex_state = 6}, + [1416] = {.lex_state = 1340, .external_lex_state = 6}, + [1417] = {.lex_state = 1340, .external_lex_state = 6}, [1418] = {.lex_state = 64, .external_lex_state = 4}, - [1419] = {.lex_state = 46, .external_lex_state = 2}, - [1420] = {.lex_state = 100, .external_lex_state = 6}, - [1421] = {.lex_state = 1322, .external_lex_state = 6}, - [1422] = {.lex_state = 1322, .external_lex_state = 6}, - [1423] = {.lex_state = 64, .external_lex_state = 6}, - [1424] = {.lex_state = 64, .external_lex_state = 6}, - [1425] = {.lex_state = 64, .external_lex_state = 6}, - [1426] = {.lex_state = 1322, .external_lex_state = 6}, - [1427] = {.lex_state = 1322, .external_lex_state = 6}, - [1428] = {.lex_state = 1322, .external_lex_state = 6}, - [1429] = {.lex_state = 1322, .external_lex_state = 6}, + [1419] = {.lex_state = 72, .external_lex_state = 6}, + [1420] = {.lex_state = 51, .external_lex_state = 2}, + [1421] = {.lex_state = 1340, .external_lex_state = 6}, + [1422] = {.lex_state = 64, .external_lex_state = 3}, + [1423] = {.lex_state = 1340, .external_lex_state = 6}, + [1424] = {.lex_state = 48, .external_lex_state = 2}, + [1425] = {.lex_state = 64, .external_lex_state = 5}, + [1426] = {.lex_state = 64, .external_lex_state = 4}, + [1427] = {.lex_state = 64, .external_lex_state = 6}, + [1428] = {.lex_state = 64, .external_lex_state = 6}, + [1429] = {.lex_state = 64, .external_lex_state = 6}, [1430] = {.lex_state = 64, .external_lex_state = 6}, [1431] = {.lex_state = 64, .external_lex_state = 6}, [1432] = {.lex_state = 64, .external_lex_state = 6}, - [1433] = {.lex_state = 1322, .external_lex_state = 6}, - [1434] = {.lex_state = 1322, .external_lex_state = 6}, + [1433] = {.lex_state = 1340, .external_lex_state = 6}, + [1434] = {.lex_state = 1340, .external_lex_state = 6}, [1435] = {.lex_state = 64, .external_lex_state = 6}, - [1436] = {.lex_state = 1322, .external_lex_state = 6}, + [1436] = {.lex_state = 1340, .external_lex_state = 6}, [1437] = {.lex_state = 64, .external_lex_state = 6}, - [1438] = {.lex_state = 101, .external_lex_state = 6}, + [1438] = {.lex_state = 1340, .external_lex_state = 6}, [1439] = {.lex_state = 64, .external_lex_state = 6}, - [1440] = {.lex_state = 1322, .external_lex_state = 6}, - [1441] = {.lex_state = 64, .external_lex_state = 6}, + [1440] = {.lex_state = 1340, .external_lex_state = 6}, + [1441] = {.lex_state = 1340, .external_lex_state = 6}, [1442] = {.lex_state = 64, .external_lex_state = 6}, [1443] = {.lex_state = 64, .external_lex_state = 6}, [1444] = {.lex_state = 64, .external_lex_state = 6}, - [1445] = {.lex_state = 102, .external_lex_state = 6}, - [1446] = {.lex_state = 64, .external_lex_state = 6}, - [1447] = {.lex_state = 48, .external_lex_state = 2}, - [1448] = {.lex_state = 47, .external_lex_state = 2}, - [1449] = {.lex_state = 64, .external_lex_state = 6}, - [1450] = {.lex_state = 26, .external_lex_state = 2}, - [1451] = {.lex_state = 1322, .external_lex_state = 6}, - [1452] = {.lex_state = 64, .external_lex_state = 6}, - [1453] = {.lex_state = 73, .external_lex_state = 6}, + [1445] = {.lex_state = 64, .external_lex_state = 6}, + [1446] = {.lex_state = 1340, .external_lex_state = 6}, + [1447] = {.lex_state = 64, .external_lex_state = 6}, + [1448] = {.lex_state = 64, .external_lex_state = 6}, + [1449] = {.lex_state = 1340, .external_lex_state = 6}, + [1450] = {.lex_state = 1340, .external_lex_state = 6}, + [1451] = {.lex_state = 64, .external_lex_state = 6}, + [1452] = {.lex_state = 1340, .external_lex_state = 6}, + [1453] = {.lex_state = 64, .external_lex_state = 6}, [1454] = {.lex_state = 64, .external_lex_state = 6}, - [1455] = {.lex_state = 64, .external_lex_state = 6}, - [1456] = {.lex_state = 49, .external_lex_state = 2}, - [1457] = {.lex_state = 64, .external_lex_state = 6}, - [1458] = {.lex_state = 64, .external_lex_state = 6}, - [1459] = {.lex_state = 64, .external_lex_state = 6}, - [1460] = {.lex_state = 1322, .external_lex_state = 6}, - [1461] = {.lex_state = 64, .external_lex_state = 6}, - [1462] = {.lex_state = 64, .external_lex_state = 6}, - [1463] = {.lex_state = 1322, .external_lex_state = 6}, - [1464] = {.lex_state = 64, .external_lex_state = 6}, - [1465] = {.lex_state = 46, .external_lex_state = 2}, - [1466] = {.lex_state = 1322, .external_lex_state = 6}, - [1467] = {.lex_state = 64, .external_lex_state = 6}, + [1455] = {.lex_state = 1340, .external_lex_state = 6}, + [1456] = {.lex_state = 1340, .external_lex_state = 6}, + [1457] = {.lex_state = 1340, .external_lex_state = 6}, + [1458] = {.lex_state = 1340, .external_lex_state = 6}, + [1459] = {.lex_state = 1340, .external_lex_state = 6}, + [1460] = {.lex_state = 64, .external_lex_state = 6}, + [1461] = {.lex_state = 46, .external_lex_state = 2}, + [1462] = {.lex_state = 1340, .external_lex_state = 6}, + [1463] = {.lex_state = 1340, .external_lex_state = 6}, + [1464] = {.lex_state = 1340, .external_lex_state = 6}, + [1465] = {.lex_state = 198}, + [1466] = {.lex_state = 73, .external_lex_state = 6}, + [1467] = {.lex_state = 1340, .external_lex_state = 6}, [1468] = {.lex_state = 64, .external_lex_state = 6}, - [1469] = {.lex_state = 200}, - [1470] = {.lex_state = 200}, - [1471] = {.lex_state = 106, .external_lex_state = 6}, - [1472] = {.lex_state = 1322, .external_lex_state = 6}, - [1473] = {.lex_state = 49, .external_lex_state = 2}, - [1474] = {.lex_state = 1322, .external_lex_state = 6}, - [1475] = {.lex_state = 1323}, - [1476] = {.lex_state = 1323}, - [1477] = {.lex_state = 1322, .external_lex_state = 6}, - [1478] = {.lex_state = 1322, .external_lex_state = 6}, - [1479] = {.lex_state = 1322, .external_lex_state = 6}, - [1480] = {.lex_state = 1323}, - [1481] = {.lex_state = 47, .external_lex_state = 2}, - [1482] = {.lex_state = 1322, .external_lex_state = 6}, - [1483] = {.lex_state = 1322, .external_lex_state = 6}, - [1484] = {.lex_state = 1322, .external_lex_state = 6}, - [1485] = {.lex_state = 1322, .external_lex_state = 6}, - [1486] = {.lex_state = 200}, - [1487] = {.lex_state = 200}, + [1469] = {.lex_state = 1340, .external_lex_state = 6}, + [1470] = {.lex_state = 49, .external_lex_state = 2}, + [1471] = {.lex_state = 1340, .external_lex_state = 6}, + [1472] = {.lex_state = 64, .external_lex_state = 6}, + [1473] = {.lex_state = 1340, .external_lex_state = 6}, + [1474] = {.lex_state = 47, .external_lex_state = 2}, + [1475] = {.lex_state = 64, .external_lex_state = 6}, + [1476] = {.lex_state = 48, .external_lex_state = 2}, + [1477] = {.lex_state = 64, .external_lex_state = 6}, + [1478] = {.lex_state = 64, .external_lex_state = 6}, + [1479] = {.lex_state = 64, .external_lex_state = 6}, + [1480] = {.lex_state = 1340, .external_lex_state = 6}, + [1481] = {.lex_state = 101, .external_lex_state = 6}, + [1482] = {.lex_state = 26, .external_lex_state = 2}, + [1483] = {.lex_state = 102, .external_lex_state = 6}, + [1484] = {.lex_state = 1340, .external_lex_state = 6}, + [1485] = {.lex_state = 1340, .external_lex_state = 6}, + [1486] = {.lex_state = 64, .external_lex_state = 6}, + [1487] = {.lex_state = 1340, .external_lex_state = 6}, [1488] = {.lex_state = 26, .external_lex_state = 2}, - [1489] = {.lex_state = 200}, - [1490] = {.lex_state = 200}, - [1491] = {.lex_state = 74, .external_lex_state = 6}, - [1492] = {.lex_state = 1323}, - [1493] = {.lex_state = 200}, - [1494] = {.lex_state = 1322, .external_lex_state = 6}, - [1495] = {.lex_state = 1322, .external_lex_state = 6}, - [1496] = {.lex_state = 1322, .external_lex_state = 6}, - [1497] = {.lex_state = 1322, .external_lex_state = 6}, - [1498] = {.lex_state = 200}, - [1499] = {.lex_state = 103, .external_lex_state = 6}, - [1500] = {.lex_state = 1323}, - [1501] = {.lex_state = 1323}, - [1502] = {.lex_state = 1323}, + [1489] = {.lex_state = 106, .external_lex_state = 6}, + [1490] = {.lex_state = 47, .external_lex_state = 2}, + [1491] = {.lex_state = 49, .external_lex_state = 2}, + [1492] = {.lex_state = 50, .external_lex_state = 6}, + [1493] = {.lex_state = 103, .external_lex_state = 6}, + [1494] = {.lex_state = 114, .external_lex_state = 6}, + [1495] = {.lex_state = 50, .external_lex_state = 6}, + [1496] = {.lex_state = 1341}, + [1497] = {.lex_state = 199}, + [1498] = {.lex_state = 50, .external_lex_state = 6}, + [1499] = {.lex_state = 199}, + [1500] = {.lex_state = 50, .external_lex_state = 6}, + [1501] = {.lex_state = 50, .external_lex_state = 6}, + [1502] = {.lex_state = 50, .external_lex_state = 6}, [1503] = {.lex_state = 50, .external_lex_state = 6}, - [1504] = {.lex_state = 1323}, - [1505] = {.lex_state = 1323}, - [1506] = {.lex_state = 200}, - [1507] = {.lex_state = 51, .external_lex_state = 6}, + [1504] = {.lex_state = 50, .external_lex_state = 6}, + [1505] = {.lex_state = 50, .external_lex_state = 6}, + [1506] = {.lex_state = 50, .external_lex_state = 6}, + [1507] = {.lex_state = 50, .external_lex_state = 6}, [1508] = {.lex_state = 50, .external_lex_state = 6}, - [1509] = {.lex_state = 50, .external_lex_state = 6}, - [1510] = {.lex_state = 50, .external_lex_state = 6}, + [1509] = {.lex_state = 1341}, + [1510] = {.lex_state = 1341}, [1511] = {.lex_state = 50, .external_lex_state = 6}, - [1512] = {.lex_state = 50, .external_lex_state = 6}, - [1513] = {.lex_state = 114, .external_lex_state = 6}, - [1514] = {.lex_state = 50, .external_lex_state = 6}, + [1512] = {.lex_state = 51, .external_lex_state = 6}, + [1513] = {.lex_state = 1341}, + [1514] = {.lex_state = 1341}, [1515] = {.lex_state = 50, .external_lex_state = 3}, - [1516] = {.lex_state = 50, .external_lex_state = 3}, - [1517] = {.lex_state = 50, .external_lex_state = 6}, - [1518] = {.lex_state = 50, .external_lex_state = 3}, - [1519] = {.lex_state = 50, .external_lex_state = 6}, - [1520] = {.lex_state = 50, .external_lex_state = 6}, - [1521] = {.lex_state = 50, .external_lex_state = 6}, - [1522] = {.lex_state = 50, .external_lex_state = 6}, - [1523] = {.lex_state = 51, .external_lex_state = 6}, - [1524] = {.lex_state = 50, .external_lex_state = 6}, - [1525] = {.lex_state = 50, .external_lex_state = 6}, - [1526] = {.lex_state = 51, .external_lex_state = 6}, - [1527] = {.lex_state = 109, .external_lex_state = 6}, - [1528] = {.lex_state = 200}, - [1529] = {.lex_state = 200}, - [1530] = {.lex_state = 200}, - [1531] = {.lex_state = 200}, - [1532] = {.lex_state = 200}, - [1533] = {.lex_state = 200}, - [1534] = {.lex_state = 200}, - [1535] = {.lex_state = 200}, - [1536] = {.lex_state = 200}, - [1537] = {.lex_state = 200}, - [1538] = {.lex_state = 200}, - [1539] = {.lex_state = 1323}, - [1540] = {.lex_state = 1323}, - [1541] = {.lex_state = 200}, - [1542] = {.lex_state = 200}, - [1543] = {.lex_state = 200}, - [1544] = {.lex_state = 200}, - [1545] = {.lex_state = 200}, - [1546] = {.lex_state = 1323}, - [1547] = {.lex_state = 200}, - [1548] = {.lex_state = 200}, - [1549] = {.lex_state = 200}, - [1550] = {.lex_state = 200}, - [1551] = {.lex_state = 200}, - [1552] = {.lex_state = 200}, - [1553] = {.lex_state = 200}, - [1554] = {.lex_state = 1323}, - [1555] = {.lex_state = 200}, - [1556] = {.lex_state = 200}, - [1557] = {.lex_state = 200}, - [1558] = {.lex_state = 200}, - [1559] = {.lex_state = 200}, - [1560] = {.lex_state = 1323}, - [1561] = {.lex_state = 1323}, - [1562] = {.lex_state = 1323}, - [1563] = {.lex_state = 1323}, - [1564] = {.lex_state = 1323}, - [1565] = {.lex_state = 1323}, - [1566] = {.lex_state = 51, .external_lex_state = 6}, - [1567] = {.lex_state = 200}, - [1568] = {.lex_state = 200}, - [1569] = {.lex_state = 200}, - [1570] = {.lex_state = 200}, - [1571] = {.lex_state = 200}, - [1572] = {.lex_state = 200}, - [1573] = {.lex_state = 200}, - [1574] = {.lex_state = 200}, - [1575] = {.lex_state = 200}, - [1576] = {.lex_state = 200}, + [1516] = {.lex_state = 1341}, + [1517] = {.lex_state = 199}, + [1518] = {.lex_state = 115, .external_lex_state = 6}, + [1519] = {.lex_state = 50, .external_lex_state = 3}, + [1520] = {.lex_state = 50, .external_lex_state = 3}, + [1521] = {.lex_state = 199}, + [1522] = {.lex_state = 51, .external_lex_state = 6}, + [1523] = {.lex_state = 199}, + [1524] = {.lex_state = 199}, + [1525] = {.lex_state = 1341}, + [1526] = {.lex_state = 199}, + [1527] = {.lex_state = 50, .external_lex_state = 6}, + [1528] = {.lex_state = 199}, + [1529] = {.lex_state = 109, .external_lex_state = 6}, + [1530] = {.lex_state = 1341}, + [1531] = {.lex_state = 1341}, + [1532] = {.lex_state = 199}, + [1533] = {.lex_state = 51, .external_lex_state = 6}, + [1534] = {.lex_state = 1340, .external_lex_state = 6}, + [1535] = {.lex_state = 1340, .external_lex_state = 6}, + [1536] = {.lex_state = 1340, .external_lex_state = 6}, + [1537] = {.lex_state = 1340, .external_lex_state = 6}, + [1538] = {.lex_state = 51, .external_lex_state = 3}, + [1539] = {.lex_state = 1340, .external_lex_state = 6}, + [1540] = {.lex_state = 1340, .external_lex_state = 6}, + [1541] = {.lex_state = 1340, .external_lex_state = 6}, + [1542] = {.lex_state = 1340, .external_lex_state = 6}, + [1543] = {.lex_state = 1340, .external_lex_state = 6}, + [1544] = {.lex_state = 1340, .external_lex_state = 6}, + [1545] = {.lex_state = 1340, .external_lex_state = 6}, + [1546] = {.lex_state = 1340, .external_lex_state = 6}, + [1547] = {.lex_state = 48, .external_lex_state = 6}, + [1548] = {.lex_state = 1340, .external_lex_state = 6}, + [1549] = {.lex_state = 1340, .external_lex_state = 6}, + [1550] = {.lex_state = 1340, .external_lex_state = 6}, + [1551] = {.lex_state = 51, .external_lex_state = 3}, + [1552] = {.lex_state = 51, .external_lex_state = 3}, + [1553] = {.lex_state = 1340, .external_lex_state = 6}, + [1554] = {.lex_state = 1340, .external_lex_state = 6}, + [1555] = {.lex_state = 1340, .external_lex_state = 6}, + [1556] = {.lex_state = 1340, .external_lex_state = 6}, + [1557] = {.lex_state = 1340, .external_lex_state = 6}, + [1558] = {.lex_state = 1340, .external_lex_state = 6}, + [1559] = {.lex_state = 1340, .external_lex_state = 6}, + [1560] = {.lex_state = 1340, .external_lex_state = 6}, + [1561] = {.lex_state = 1340, .external_lex_state = 6}, + [1562] = {.lex_state = 71, .external_lex_state = 6}, + [1563] = {.lex_state = 1340, .external_lex_state = 6}, + [1564] = {.lex_state = 1340, .external_lex_state = 6}, + [1565] = {.lex_state = 1340, .external_lex_state = 6}, + [1566] = {.lex_state = 1340, .external_lex_state = 6}, + [1567] = {.lex_state = 50, .external_lex_state = 3}, + [1568] = {.lex_state = 1340, .external_lex_state = 6}, + [1569] = {.lex_state = 1340, .external_lex_state = 6}, + [1570] = {.lex_state = 50, .external_lex_state = 3}, + [1571] = {.lex_state = 1340, .external_lex_state = 6}, + [1572] = {.lex_state = 51, .external_lex_state = 6}, + [1573] = {.lex_state = 50, .external_lex_state = 6}, + [1574] = {.lex_state = 1340, .external_lex_state = 6}, + [1575] = {.lex_state = 51, .external_lex_state = 6}, + [1576] = {.lex_state = 51, .external_lex_state = 6}, [1577] = {.lex_state = 51, .external_lex_state = 6}, [1578] = {.lex_state = 51, .external_lex_state = 6}, - [1579] = {.lex_state = 200}, - [1580] = {.lex_state = 200}, - [1581] = {.lex_state = 51, .external_lex_state = 6}, - [1582] = {.lex_state = 51, .external_lex_state = 6}, - [1583] = {.lex_state = 200}, - [1584] = {.lex_state = 200}, - [1585] = {.lex_state = 200}, - [1586] = {.lex_state = 200}, - [1587] = {.lex_state = 200}, - [1588] = {.lex_state = 200}, - [1589] = {.lex_state = 200}, - [1590] = {.lex_state = 200}, - [1591] = {.lex_state = 200}, - [1592] = {.lex_state = 200}, - [1593] = {.lex_state = 200}, - [1594] = {.lex_state = 200}, - [1595] = {.lex_state = 1323}, - [1596] = {.lex_state = 200}, - [1597] = {.lex_state = 200}, - [1598] = {.lex_state = 200}, - [1599] = {.lex_state = 200}, - [1600] = {.lex_state = 200}, - [1601] = {.lex_state = 200}, - [1602] = {.lex_state = 200}, - [1603] = {.lex_state = 200}, - [1604] = {.lex_state = 200}, - [1605] = {.lex_state = 200}, - [1606] = {.lex_state = 200}, - [1607] = {.lex_state = 200}, - [1608] = {.lex_state = 200}, - [1609] = {.lex_state = 200}, - [1610] = {.lex_state = 200}, - [1611] = {.lex_state = 200}, - [1612] = {.lex_state = 200}, - [1613] = {.lex_state = 200}, - [1614] = {.lex_state = 200}, - [1615] = {.lex_state = 200}, - [1616] = {.lex_state = 1323}, - [1617] = {.lex_state = 200}, - [1618] = {.lex_state = 200}, - [1619] = {.lex_state = 200}, - [1620] = {.lex_state = 1323}, - [1621] = {.lex_state = 1323}, - [1622] = {.lex_state = 1323}, - [1623] = {.lex_state = 200}, - [1624] = {.lex_state = 200}, - [1625] = {.lex_state = 200}, - [1626] = {.lex_state = 200}, - [1627] = {.lex_state = 200}, - [1628] = {.lex_state = 200}, - [1629] = {.lex_state = 200}, - [1630] = {.lex_state = 200}, - [1631] = {.lex_state = 200}, - [1632] = {.lex_state = 200}, - [1633] = {.lex_state = 200}, - [1634] = {.lex_state = 200}, - [1635] = {.lex_state = 200}, - [1636] = {.lex_state = 200}, - [1637] = {.lex_state = 200}, - [1638] = {.lex_state = 1323}, - [1639] = {.lex_state = 1323}, - [1640] = {.lex_state = 1323}, - [1641] = {.lex_state = 200}, - [1642] = {.lex_state = 200}, - [1643] = {.lex_state = 200}, - [1644] = {.lex_state = 200}, - [1645] = {.lex_state = 200}, - [1646] = {.lex_state = 200}, - [1647] = {.lex_state = 200}, - [1648] = {.lex_state = 200}, - [1649] = {.lex_state = 200}, - [1650] = {.lex_state = 200}, - [1651] = {.lex_state = 200}, - [1652] = {.lex_state = 200}, - [1653] = {.lex_state = 200}, - [1654] = {.lex_state = 200}, - [1655] = {.lex_state = 200}, - [1656] = {.lex_state = 200}, - [1657] = {.lex_state = 200}, - [1658] = {.lex_state = 200}, - [1659] = {.lex_state = 51, .external_lex_state = 6}, - [1660] = {.lex_state = 200}, - [1661] = {.lex_state = 200}, - [1662] = {.lex_state = 200}, - [1663] = {.lex_state = 200}, - [1664] = {.lex_state = 1323}, - [1665] = {.lex_state = 200}, - [1666] = {.lex_state = 1323}, - [1667] = {.lex_state = 1323}, - [1668] = {.lex_state = 200}, - [1669] = {.lex_state = 200}, - [1670] = {.lex_state = 200}, - [1671] = {.lex_state = 200}, - [1672] = {.lex_state = 200}, - [1673] = {.lex_state = 200}, - [1674] = {.lex_state = 200}, - [1675] = {.lex_state = 115, .external_lex_state = 6}, - [1676] = {.lex_state = 200}, - [1677] = {.lex_state = 200}, - [1678] = {.lex_state = 200}, - [1679] = {.lex_state = 200}, - [1680] = {.lex_state = 1323}, - [1681] = {.lex_state = 1323}, - [1682] = {.lex_state = 200}, - [1683] = {.lex_state = 200}, - [1684] = {.lex_state = 200}, - [1685] = {.lex_state = 1323}, - [1686] = {.lex_state = 46, .external_lex_state = 6}, - [1687] = {.lex_state = 1323}, - [1688] = {.lex_state = 200}, - [1689] = {.lex_state = 200}, - [1690] = {.lex_state = 200}, - [1691] = {.lex_state = 1323}, - [1692] = {.lex_state = 200}, - [1693] = {.lex_state = 200}, - [1694] = {.lex_state = 1323}, - [1695] = {.lex_state = 1323}, - [1696] = {.lex_state = 1323}, - [1697] = {.lex_state = 1323}, - [1698] = {.lex_state = 1323}, - [1699] = {.lex_state = 1323}, - [1700] = {.lex_state = 1323}, - [1701] = {.lex_state = 1323}, - [1702] = {.lex_state = 1323}, - [1703] = {.lex_state = 1323}, - [1704] = {.lex_state = 1323}, - [1705] = {.lex_state = 1323}, - [1706] = {.lex_state = 200}, - [1707] = {.lex_state = 1323}, - [1708] = {.lex_state = 51, .external_lex_state = 6}, - [1709] = {.lex_state = 1323}, - [1710] = {.lex_state = 1323}, - [1711] = {.lex_state = 1323}, - [1712] = {.lex_state = 1323}, - [1713] = {.lex_state = 200}, - [1714] = {.lex_state = 200}, - [1715] = {.lex_state = 200}, - [1716] = {.lex_state = 1323}, - [1717] = {.lex_state = 1323}, - [1718] = {.lex_state = 1323}, - [1719] = {.lex_state = 200}, - [1720] = {.lex_state = 1323}, - [1721] = {.lex_state = 200}, - [1722] = {.lex_state = 200}, - [1723] = {.lex_state = 1323}, - [1724] = {.lex_state = 1323}, - [1725] = {.lex_state = 1323}, - [1726] = {.lex_state = 1323}, - [1727] = {.lex_state = 1323}, - [1728] = {.lex_state = 1323}, - [1729] = {.lex_state = 200}, - [1730] = {.lex_state = 1323}, - [1731] = {.lex_state = 1323}, - [1732] = {.lex_state = 1322, .external_lex_state = 6}, - [1733] = {.lex_state = 1323}, - [1734] = {.lex_state = 1323}, - [1735] = {.lex_state = 1323}, - [1736] = {.lex_state = 1323}, - [1737] = {.lex_state = 1323}, - [1738] = {.lex_state = 1323}, - [1739] = {.lex_state = 200}, - [1740] = {.lex_state = 200}, - [1741] = {.lex_state = 1323}, - [1742] = {.lex_state = 1323}, - [1743] = {.lex_state = 1323}, - [1744] = {.lex_state = 1323}, - [1745] = {.lex_state = 1323}, - [1746] = {.lex_state = 1323}, - [1747] = {.lex_state = 1323}, - [1748] = {.lex_state = 200}, - [1749] = {.lex_state = 1323}, - [1750] = {.lex_state = 1322, .external_lex_state = 6}, - [1751] = {.lex_state = 1323}, - [1752] = {.lex_state = 1322, .external_lex_state = 6}, - [1753] = {.lex_state = 1322, .external_lex_state = 6}, - [1754] = {.lex_state = 200}, - [1755] = {.lex_state = 1323}, - [1756] = {.lex_state = 50, .external_lex_state = 3}, - [1757] = {.lex_state = 200}, - [1758] = {.lex_state = 1323}, - [1759] = {.lex_state = 1322, .external_lex_state = 6}, - [1760] = {.lex_state = 1323}, - [1761] = {.lex_state = 1323}, - [1762] = {.lex_state = 200}, - [1763] = {.lex_state = 1322, .external_lex_state = 6}, - [1764] = {.lex_state = 50, .external_lex_state = 3}, - [1765] = {.lex_state = 1323}, - [1766] = {.lex_state = 1322, .external_lex_state = 6}, - [1767] = {.lex_state = 1323}, - [1768] = {.lex_state = 1322, .external_lex_state = 6}, - [1769] = {.lex_state = 200}, - [1770] = {.lex_state = 1323}, - [1771] = {.lex_state = 1323}, - [1772] = {.lex_state = 1323}, - [1773] = {.lex_state = 1323}, - [1774] = {.lex_state = 1323}, - [1775] = {.lex_state = 1323}, - [1776] = {.lex_state = 1323}, - [1777] = {.lex_state = 1323}, - [1778] = {.lex_state = 1323}, - [1779] = {.lex_state = 1323}, - [1780] = {.lex_state = 1323}, - [1781] = {.lex_state = 1323}, - [1782] = {.lex_state = 1323}, - [1783] = {.lex_state = 1323}, - [1784] = {.lex_state = 1323}, - [1785] = {.lex_state = 1323}, - [1786] = {.lex_state = 1322, .external_lex_state = 6}, - [1787] = {.lex_state = 200}, - [1788] = {.lex_state = 200}, - [1789] = {.lex_state = 200}, - [1790] = {.lex_state = 1322, .external_lex_state = 6}, - [1791] = {.lex_state = 200}, - [1792] = {.lex_state = 1323}, - [1793] = {.lex_state = 1323}, - [1794] = {.lex_state = 1323}, - [1795] = {.lex_state = 1322, .external_lex_state = 6}, - [1796] = {.lex_state = 1323}, - [1797] = {.lex_state = 1323}, - [1798] = {.lex_state = 1322, .external_lex_state = 6}, - [1799] = {.lex_state = 1322, .external_lex_state = 6}, - [1800] = {.lex_state = 1322, .external_lex_state = 6}, - [1801] = {.lex_state = 1323}, - [1802] = {.lex_state = 200}, - [1803] = {.lex_state = 1323}, - [1804] = {.lex_state = 1323}, - [1805] = {.lex_state = 200}, - [1806] = {.lex_state = 1323}, - [1807] = {.lex_state = 1323}, - [1808] = {.lex_state = 1323}, - [1809] = {.lex_state = 1323}, - [1810] = {.lex_state = 1323}, - [1811] = {.lex_state = 1323}, - [1812] = {.lex_state = 1323}, - [1813] = {.lex_state = 1323}, - [1814] = {.lex_state = 200}, - [1815] = {.lex_state = 200}, - [1816] = {.lex_state = 200}, - [1817] = {.lex_state = 1323}, - [1818] = {.lex_state = 1323}, - [1819] = {.lex_state = 1323}, - [1820] = {.lex_state = 1323}, - [1821] = {.lex_state = 1323}, - [1822] = {.lex_state = 1323}, - [1823] = {.lex_state = 1323}, - [1824] = {.lex_state = 1323}, - [1825] = {.lex_state = 200}, - [1826] = {.lex_state = 1323}, - [1827] = {.lex_state = 1323}, - [1828] = {.lex_state = 200}, - [1829] = {.lex_state = 200}, - [1830] = {.lex_state = 200}, - [1831] = {.lex_state = 1323}, - [1832] = {.lex_state = 51, .external_lex_state = 3}, - [1833] = {.lex_state = 1323}, - [1834] = {.lex_state = 200}, - [1835] = {.lex_state = 200}, - [1836] = {.lex_state = 200}, - [1837] = {.lex_state = 1323}, - [1838] = {.lex_state = 1323}, - [1839] = {.lex_state = 1323}, - [1840] = {.lex_state = 1323}, - [1841] = {.lex_state = 1323}, - [1842] = {.lex_state = 1323}, - [1843] = {.lex_state = 1323}, - [1844] = {.lex_state = 1322, .external_lex_state = 6}, - [1845] = {.lex_state = 1322, .external_lex_state = 6}, - [1846] = {.lex_state = 1323}, - [1847] = {.lex_state = 1323}, - [1848] = {.lex_state = 1323}, - [1849] = {.lex_state = 1323}, - [1850] = {.lex_state = 1322, .external_lex_state = 6}, - [1851] = {.lex_state = 1323}, - [1852] = {.lex_state = 1323}, - [1853] = {.lex_state = 1323}, - [1854] = {.lex_state = 1323}, - [1855] = {.lex_state = 1323}, - [1856] = {.lex_state = 1323}, - [1857] = {.lex_state = 1323}, - [1858] = {.lex_state = 1323}, - [1859] = {.lex_state = 1323}, - [1860] = {.lex_state = 1323}, - [1861] = {.lex_state = 1323}, - [1862] = {.lex_state = 1322, .external_lex_state = 6}, - [1863] = {.lex_state = 1323}, - [1864] = {.lex_state = 51, .external_lex_state = 6}, - [1865] = {.lex_state = 1323}, - [1866] = {.lex_state = 1323}, - [1867] = {.lex_state = 1322, .external_lex_state = 6}, - [1868] = {.lex_state = 1322, .external_lex_state = 6}, - [1869] = {.lex_state = 1323}, - [1870] = {.lex_state = 1323}, - [1871] = {.lex_state = 1323}, - [1872] = {.lex_state = 1323}, - [1873] = {.lex_state = 1323}, - [1874] = {.lex_state = 1323}, - [1875] = {.lex_state = 1323}, - [1876] = {.lex_state = 1323}, - [1877] = {.lex_state = 200}, - [1878] = {.lex_state = 1323}, - [1879] = {.lex_state = 1323}, - [1880] = {.lex_state = 1323}, - [1881] = {.lex_state = 1322, .external_lex_state = 6}, - [1882] = {.lex_state = 1323}, - [1883] = {.lex_state = 1322, .external_lex_state = 6}, - [1884] = {.lex_state = 200}, - [1885] = {.lex_state = 1322, .external_lex_state = 6}, - [1886] = {.lex_state = 200}, - [1887] = {.lex_state = 1322, .external_lex_state = 6}, - [1888] = {.lex_state = 1323}, - [1889] = {.lex_state = 1323}, - [1890] = {.lex_state = 1322, .external_lex_state = 6}, - [1891] = {.lex_state = 199}, - [1892] = {.lex_state = 1323}, - [1893] = {.lex_state = 1323}, - [1894] = {.lex_state = 1323}, - [1895] = {.lex_state = 1323}, - [1896] = {.lex_state = 1323}, - [1897] = {.lex_state = 51, .external_lex_state = 3}, - [1898] = {.lex_state = 1323}, - [1899] = {.lex_state = 1323}, - [1900] = {.lex_state = 1322, .external_lex_state = 6}, - [1901] = {.lex_state = 51, .external_lex_state = 3}, - [1902] = {.lex_state = 1323}, - [1903] = {.lex_state = 1323}, - [1904] = {.lex_state = 1323}, - [1905] = {.lex_state = 1323}, - [1906] = {.lex_state = 199}, - [1907] = {.lex_state = 1323}, - [1908] = {.lex_state = 1323}, - [1909] = {.lex_state = 1323}, - [1910] = {.lex_state = 200}, - [1911] = {.lex_state = 200}, - [1912] = {.lex_state = 48, .external_lex_state = 6}, - [1913] = {.lex_state = 200}, - [1914] = {.lex_state = 200}, - [1915] = {.lex_state = 200}, - [1916] = {.lex_state = 200}, - [1917] = {.lex_state = 200}, - [1918] = {.lex_state = 200}, - [1919] = {.lex_state = 200}, - [1920] = {.lex_state = 200}, - [1921] = {.lex_state = 200}, - [1922] = {.lex_state = 200}, - [1923] = {.lex_state = 200}, - [1924] = {.lex_state = 200}, - [1925] = {.lex_state = 1323}, - [1926] = {.lex_state = 200}, - [1927] = {.lex_state = 1323}, - [1928] = {.lex_state = 51, .external_lex_state = 6}, - [1929] = {.lex_state = 51, .external_lex_state = 6}, - [1930] = {.lex_state = 200}, - [1931] = {.lex_state = 51, .external_lex_state = 6}, - [1932] = {.lex_state = 1323}, - [1933] = {.lex_state = 1323}, - [1934] = {.lex_state = 50, .external_lex_state = 6}, - [1935] = {.lex_state = 200}, - [1936] = {.lex_state = 51, .external_lex_state = 6}, - [1937] = {.lex_state = 71}, - [1938] = {.lex_state = 199}, - [1939] = {.lex_state = 199}, - [1940] = {.lex_state = 1323}, - [1941] = {.lex_state = 1323}, - [1942] = {.lex_state = 51, .external_lex_state = 6}, - [1943] = {.lex_state = 68, .external_lex_state = 7}, - [1944] = {.lex_state = 1323}, - [1945] = {.lex_state = 1323}, - [1946] = {.lex_state = 1323}, - [1947] = {.lex_state = 1323}, - [1948] = {.lex_state = 72, .external_lex_state = 6}, - [1949] = {.lex_state = 201}, - [1950] = {.lex_state = 46, .external_lex_state = 6}, - [1951] = {.lex_state = 201}, - [1952] = {.lex_state = 201}, - [1953] = {.lex_state = 201}, - [1954] = {.lex_state = 201}, - [1955] = {.lex_state = 201}, - [1956] = {.lex_state = 201}, - [1957] = {.lex_state = 201}, - [1958] = {.lex_state = 201}, - [1959] = {.lex_state = 201}, - [1960] = {.lex_state = 201}, - [1961] = {.lex_state = 201}, - [1962] = {.lex_state = 201}, - [1963] = {.lex_state = 201}, - [1964] = {.lex_state = 201}, - [1965] = {.lex_state = 201}, - [1966] = {.lex_state = 1324}, - [1967] = {.lex_state = 1324}, - [1968] = {.lex_state = 1324}, - [1969] = {.lex_state = 1324}, - [1970] = {.lex_state = 1324}, - [1971] = {.lex_state = 1324}, - [1972] = {.lex_state = 1324}, - [1973] = {.lex_state = 1324}, - [1974] = {.lex_state = 50, .external_lex_state = 3}, - [1975] = {.lex_state = 1324}, - [1976] = {.lex_state = 1324}, - [1977] = {.lex_state = 1324}, - [1978] = {.lex_state = 1324}, - [1979] = {.lex_state = 1324}, - [1980] = {.lex_state = 1324}, - [1981] = {.lex_state = 201}, - [1982] = {.lex_state = 201}, - [1983] = {.lex_state = 1324}, - [1984] = {.lex_state = 1324}, - [1985] = {.lex_state = 50, .external_lex_state = 3}, - [1986] = {.lex_state = 50, .external_lex_state = 6}, - [1987] = {.lex_state = 201}, - [1988] = {.lex_state = 201}, - [1989] = {.lex_state = 201}, - [1990] = {.lex_state = 201}, - [1991] = {.lex_state = 201}, - [1992] = {.lex_state = 201}, - [1993] = {.lex_state = 50, .external_lex_state = 4}, - [1994] = {.lex_state = 1324}, - [1995] = {.lex_state = 201}, - [1996] = {.lex_state = 1324}, - [1997] = {.lex_state = 201}, - [1998] = {.lex_state = 201}, - [1999] = {.lex_state = 201}, - [2000] = {.lex_state = 1324}, - [2001] = {.lex_state = 1324}, - [2002] = {.lex_state = 1324}, - [2003] = {.lex_state = 1324}, - [2004] = {.lex_state = 201}, - [2005] = {.lex_state = 1324}, - [2006] = {.lex_state = 201}, - [2007] = {.lex_state = 201}, - [2008] = {.lex_state = 201}, - [2009] = {.lex_state = 201}, - [2010] = {.lex_state = 201}, - [2011] = {.lex_state = 201}, - [2012] = {.lex_state = 201}, - [2013] = {.lex_state = 201}, - [2014] = {.lex_state = 1324}, - [2015] = {.lex_state = 201}, - [2016] = {.lex_state = 201}, - [2017] = {.lex_state = 201}, - [2018] = {.lex_state = 201}, - [2019] = {.lex_state = 201}, - [2020] = {.lex_state = 201}, - [2021] = {.lex_state = 201}, - [2022] = {.lex_state = 201}, - [2023] = {.lex_state = 1324}, - [2024] = {.lex_state = 201}, - [2025] = {.lex_state = 201}, - [2026] = {.lex_state = 201}, - [2027] = {.lex_state = 201}, - [2028] = {.lex_state = 1324}, - [2029] = {.lex_state = 1324}, - [2030] = {.lex_state = 1324}, - [2031] = {.lex_state = 201}, - [2032] = {.lex_state = 1324}, - [2033] = {.lex_state = 1324}, - [2034] = {.lex_state = 201}, - [2035] = {.lex_state = 201}, - [2036] = {.lex_state = 201}, - [2037] = {.lex_state = 201}, - [2038] = {.lex_state = 201}, - [2039] = {.lex_state = 1324}, - [2040] = {.lex_state = 1324}, - [2041] = {.lex_state = 201}, - [2042] = {.lex_state = 1324}, - [2043] = {.lex_state = 201}, - [2044] = {.lex_state = 201}, - [2045] = {.lex_state = 201}, - [2046] = {.lex_state = 201}, - [2047] = {.lex_state = 201}, - [2048] = {.lex_state = 201}, - [2049] = {.lex_state = 201}, - [2050] = {.lex_state = 1324}, - [2051] = {.lex_state = 201}, - [2052] = {.lex_state = 201}, - [2053] = {.lex_state = 1322, .external_lex_state = 6}, - [2054] = {.lex_state = 201}, - [2055] = {.lex_state = 201}, - [2056] = {.lex_state = 1324}, - [2057] = {.lex_state = 201}, - [2058] = {.lex_state = 201}, - [2059] = {.lex_state = 48, .external_lex_state = 6}, - [2060] = {.lex_state = 48, .external_lex_state = 6}, - [2061] = {.lex_state = 48, .external_lex_state = 6}, - [2062] = {.lex_state = 1324}, - [2063] = {.lex_state = 1322, .external_lex_state = 6}, - [2064] = {.lex_state = 201}, - [2065] = {.lex_state = 201}, - [2066] = {.lex_state = 201}, - [2067] = {.lex_state = 201}, - [2068] = {.lex_state = 201}, - [2069] = {.lex_state = 201}, - [2070] = {.lex_state = 48, .external_lex_state = 6}, - [2071] = {.lex_state = 201}, - [2072] = {.lex_state = 201}, - [2073] = {.lex_state = 1324}, - [2074] = {.lex_state = 1324}, - [2075] = {.lex_state = 1324}, - [2076] = {.lex_state = 50, .external_lex_state = 4}, - [2077] = {.lex_state = 1324}, - [2078] = {.lex_state = 1324}, - [2079] = {.lex_state = 1324}, - [2080] = {.lex_state = 201}, - [2081] = {.lex_state = 201}, - [2082] = {.lex_state = 201}, - [2083] = {.lex_state = 201}, - [2084] = {.lex_state = 201}, - [2085] = {.lex_state = 201}, - [2086] = {.lex_state = 201}, - [2087] = {.lex_state = 201}, - [2088] = {.lex_state = 48, .external_lex_state = 6}, - [2089] = {.lex_state = 201}, - [2090] = {.lex_state = 201}, - [2091] = {.lex_state = 48, .external_lex_state = 6}, - [2092] = {.lex_state = 1324}, - [2093] = {.lex_state = 1324}, - [2094] = {.lex_state = 1324}, - [2095] = {.lex_state = 201}, - [2096] = {.lex_state = 1324}, - [2097] = {.lex_state = 201}, - [2098] = {.lex_state = 1324}, - [2099] = {.lex_state = 201}, - [2100] = {.lex_state = 201}, - [2101] = {.lex_state = 201}, - [2102] = {.lex_state = 201}, - [2103] = {.lex_state = 201}, - [2104] = {.lex_state = 201}, - [2105] = {.lex_state = 201}, - [2106] = {.lex_state = 201}, - [2107] = {.lex_state = 201}, - [2108] = {.lex_state = 201}, - [2109] = {.lex_state = 201}, - [2110] = {.lex_state = 201}, - [2111] = {.lex_state = 48, .external_lex_state = 6}, - [2112] = {.lex_state = 201}, - [2113] = {.lex_state = 201}, - [2114] = {.lex_state = 1324}, - [2115] = {.lex_state = 201}, - [2116] = {.lex_state = 201}, - [2117] = {.lex_state = 51, .external_lex_state = 3}, - [2118] = {.lex_state = 201}, - [2119] = {.lex_state = 201}, - [2120] = {.lex_state = 51, .external_lex_state = 3}, - [2121] = {.lex_state = 118, .external_lex_state = 6}, - [2122] = {.lex_state = 1324}, - [2123] = {.lex_state = 201}, - [2124] = {.lex_state = 201}, - [2125] = {.lex_state = 1324}, - [2126] = {.lex_state = 201}, - [2127] = {.lex_state = 201}, - [2128] = {.lex_state = 201}, - [2129] = {.lex_state = 201}, - [2130] = {.lex_state = 201}, - [2131] = {.lex_state = 201}, - [2132] = {.lex_state = 201}, - [2133] = {.lex_state = 201}, - [2134] = {.lex_state = 48, .external_lex_state = 6}, - [2135] = {.lex_state = 201}, - [2136] = {.lex_state = 48, .external_lex_state = 6}, - [2137] = {.lex_state = 201}, - [2138] = {.lex_state = 46, .external_lex_state = 3}, - [2139] = {.lex_state = 201}, - [2140] = {.lex_state = 1324}, - [2141] = {.lex_state = 201}, - [2142] = {.lex_state = 201}, - [2143] = {.lex_state = 201}, - [2144] = {.lex_state = 201}, - [2145] = {.lex_state = 201}, - [2146] = {.lex_state = 48, .external_lex_state = 6}, - [2147] = {.lex_state = 48, .external_lex_state = 6}, - [2148] = {.lex_state = 201}, - [2149] = {.lex_state = 201}, - [2150] = {.lex_state = 201}, - [2151] = {.lex_state = 201}, - [2152] = {.lex_state = 201}, - [2153] = {.lex_state = 201}, - [2154] = {.lex_state = 1324}, - [2155] = {.lex_state = 201}, - [2156] = {.lex_state = 201}, - [2157] = {.lex_state = 201}, - [2158] = {.lex_state = 201}, - [2159] = {.lex_state = 1324}, - [2160] = {.lex_state = 1324}, - [2161] = {.lex_state = 1324}, - [2162] = {.lex_state = 1324}, - [2163] = {.lex_state = 1324}, - [2164] = {.lex_state = 1322, .external_lex_state = 2}, - [2165] = {.lex_state = 201}, - [2166] = {.lex_state = 201}, - [2167] = {.lex_state = 201}, - [2168] = {.lex_state = 1324}, - [2169] = {.lex_state = 201}, - [2170] = {.lex_state = 201}, - [2171] = {.lex_state = 201}, - [2172] = {.lex_state = 201}, - [2173] = {.lex_state = 201}, - [2174] = {.lex_state = 201}, - [2175] = {.lex_state = 1324}, - [2176] = {.lex_state = 48, .external_lex_state = 6}, - [2177] = {.lex_state = 201}, - [2178] = {.lex_state = 201}, - [2179] = {.lex_state = 201}, - [2180] = {.lex_state = 1324}, - [2181] = {.lex_state = 1324}, - [2182] = {.lex_state = 1322, .external_lex_state = 6}, - [2183] = {.lex_state = 201}, - [2184] = {.lex_state = 201}, - [2185] = {.lex_state = 1324}, - [2186] = {.lex_state = 1324}, - [2187] = {.lex_state = 201}, - [2188] = {.lex_state = 50, .external_lex_state = 4}, - [2189] = {.lex_state = 201}, - [2190] = {.lex_state = 201}, - [2191] = {.lex_state = 201}, - [2192] = {.lex_state = 201}, - [2193] = {.lex_state = 201}, - [2194] = {.lex_state = 201}, - [2195] = {.lex_state = 201}, - [2196] = {.lex_state = 1324}, - [2197] = {.lex_state = 1324}, - [2198] = {.lex_state = 1324}, - [2199] = {.lex_state = 1324}, - [2200] = {.lex_state = 1324}, - [2201] = {.lex_state = 1322, .external_lex_state = 6}, - [2202] = {.lex_state = 1324}, - [2203] = {.lex_state = 1322, .external_lex_state = 6}, - [2204] = {.lex_state = 1322, .external_lex_state = 6}, - [2205] = {.lex_state = 1322, .external_lex_state = 6}, - [2206] = {.lex_state = 1324}, - [2207] = {.lex_state = 1322, .external_lex_state = 6}, - [2208] = {.lex_state = 1324}, - [2209] = {.lex_state = 1324}, - [2210] = {.lex_state = 1324}, - [2211] = {.lex_state = 201}, - [2212] = {.lex_state = 1324}, - [2213] = {.lex_state = 1324}, - [2214] = {.lex_state = 1324}, - [2215] = {.lex_state = 201}, - [2216] = {.lex_state = 1324}, - [2217] = {.lex_state = 84, .external_lex_state = 3}, - [2218] = {.lex_state = 201}, - [2219] = {.lex_state = 201}, - [2220] = {.lex_state = 201}, - [2221] = {.lex_state = 201}, - [2222] = {.lex_state = 1324}, - [2223] = {.lex_state = 201}, - [2224] = {.lex_state = 201}, - [2225] = {.lex_state = 201}, - [2226] = {.lex_state = 1324}, - [2227] = {.lex_state = 1324}, - [2228] = {.lex_state = 1324}, - [2229] = {.lex_state = 1324}, - [2230] = {.lex_state = 201}, - [2231] = {.lex_state = 46, .external_lex_state = 3}, - [2232] = {.lex_state = 201}, - [2233] = {.lex_state = 201}, - [2234] = {.lex_state = 201}, - [2235] = {.lex_state = 1324}, - [2236] = {.lex_state = 1324}, - [2237] = {.lex_state = 201}, - [2238] = {.lex_state = 201}, - [2239] = {.lex_state = 1324}, - [2240] = {.lex_state = 1324}, - [2241] = {.lex_state = 1324}, - [2242] = {.lex_state = 38}, - [2243] = {.lex_state = 50, .external_lex_state = 4}, - [2244] = {.lex_state = 46, .external_lex_state = 3}, - [2245] = {.lex_state = 1322, .external_lex_state = 6}, - [2246] = {.lex_state = 1324}, - [2247] = {.lex_state = 1324}, - [2248] = {.lex_state = 1324}, - [2249] = {.lex_state = 84, .external_lex_state = 3}, - [2250] = {.lex_state = 1324}, - [2251] = {.lex_state = 1324}, - [2252] = {.lex_state = 1324}, - [2253] = {.lex_state = 1324}, - [2254] = {.lex_state = 1324}, - [2255] = {.lex_state = 1324}, - [2256] = {.lex_state = 1324}, - [2257] = {.lex_state = 84, .external_lex_state = 3}, - [2258] = {.lex_state = 1324}, - [2259] = {.lex_state = 1322, .external_lex_state = 2}, - [2260] = {.lex_state = 1322, .external_lex_state = 2}, - [2261] = {.lex_state = 1322, .external_lex_state = 6}, - [2262] = {.lex_state = 50, .external_lex_state = 5}, - [2263] = {.lex_state = 1324}, - [2264] = {.lex_state = 1324}, - [2265] = {.lex_state = 1322, .external_lex_state = 6}, - [2266] = {.lex_state = 1322, .external_lex_state = 6}, - [2267] = {.lex_state = 1322, .external_lex_state = 6}, - [2268] = {.lex_state = 1324}, - [2269] = {.lex_state = 1322, .external_lex_state = 6}, - [2270] = {.lex_state = 1322, .external_lex_state = 6}, - [2271] = {.lex_state = 84, .external_lex_state = 3}, - [2272] = {.lex_state = 1324}, - [2273] = {.lex_state = 1324}, - [2274] = {.lex_state = 1324}, - [2275] = {.lex_state = 1324}, - [2276] = {.lex_state = 38}, - [2277] = {.lex_state = 1324}, - [2278] = {.lex_state = 1324}, - [2279] = {.lex_state = 1324}, - [2280] = {.lex_state = 1322, .external_lex_state = 6}, - [2281] = {.lex_state = 48, .external_lex_state = 3}, - [2282] = {.lex_state = 201}, - [2283] = {.lex_state = 201}, - [2284] = {.lex_state = 1324}, - [2285] = {.lex_state = 1324}, - [2286] = {.lex_state = 46, .external_lex_state = 6}, - [2287] = {.lex_state = 201}, - [2288] = {.lex_state = 46, .external_lex_state = 6}, - [2289] = {.lex_state = 46, .external_lex_state = 6}, - [2290] = {.lex_state = 46, .external_lex_state = 6}, - [2291] = {.lex_state = 46, .external_lex_state = 6}, - [2292] = {.lex_state = 1324}, - [2293] = {.lex_state = 1322, .external_lex_state = 2}, - [2294] = {.lex_state = 1324}, - [2295] = {.lex_state = 48, .external_lex_state = 3}, - [2296] = {.lex_state = 1324}, - [2297] = {.lex_state = 201}, - [2298] = {.lex_state = 201}, - [2299] = {.lex_state = 1324}, - [2300] = {.lex_state = 201}, - [2301] = {.lex_state = 1324}, - [2302] = {.lex_state = 1324}, - [2303] = {.lex_state = 50, .external_lex_state = 5}, - [2304] = {.lex_state = 1324}, - [2305] = {.lex_state = 1324}, - [2306] = {.lex_state = 82, .external_lex_state = 3}, - [2307] = {.lex_state = 1324}, - [2308] = {.lex_state = 1324}, - [2309] = {.lex_state = 1322, .external_lex_state = 2}, - [2310] = {.lex_state = 1324}, - [2311] = {.lex_state = 1324}, - [2312] = {.lex_state = 1324}, - [2313] = {.lex_state = 1324}, - [2314] = {.lex_state = 38}, - [2315] = {.lex_state = 1324}, - [2316] = {.lex_state = 38}, - [2317] = {.lex_state = 1324}, - [2318] = {.lex_state = 1324}, - [2319] = {.lex_state = 1324}, - [2320] = {.lex_state = 1324}, - [2321] = {.lex_state = 1324}, - [2322] = {.lex_state = 201}, - [2323] = {.lex_state = 1324}, - [2324] = {.lex_state = 1324}, - [2325] = {.lex_state = 1324}, - [2326] = {.lex_state = 201}, - [2327] = {.lex_state = 201}, - [2328] = {.lex_state = 48, .external_lex_state = 3}, - [2329] = {.lex_state = 1324}, - [2330] = {.lex_state = 1324}, - [2331] = {.lex_state = 1324}, - [2332] = {.lex_state = 46, .external_lex_state = 6}, - [2333] = {.lex_state = 46, .external_lex_state = 6}, - [2334] = {.lex_state = 46, .external_lex_state = 6}, - [2335] = {.lex_state = 46, .external_lex_state = 6}, - [2336] = {.lex_state = 46, .external_lex_state = 6}, - [2337] = {.lex_state = 1324}, - [2338] = {.lex_state = 1324}, - [2339] = {.lex_state = 1324}, - [2340] = {.lex_state = 1324}, - [2341] = {.lex_state = 1324}, - [2342] = {.lex_state = 1324}, - [2343] = {.lex_state = 1324}, - [2344] = {.lex_state = 1324}, - [2345] = {.lex_state = 1324}, - [2346] = {.lex_state = 1324}, - [2347] = {.lex_state = 1324}, - [2348] = {.lex_state = 1324}, - [2349] = {.lex_state = 1324}, - [2350] = {.lex_state = 1324}, - [2351] = {.lex_state = 1324}, - [2352] = {.lex_state = 1324}, - [2353] = {.lex_state = 1324}, - [2354] = {.lex_state = 46, .external_lex_state = 6}, - [2355] = {.lex_state = 1324}, - [2356] = {.lex_state = 1324}, - [2357] = {.lex_state = 1324}, - [2358] = {.lex_state = 1324}, - [2359] = {.lex_state = 1324}, - [2360] = {.lex_state = 38}, - [2361] = {.lex_state = 1324}, - [2362] = {.lex_state = 1324}, - [2363] = {.lex_state = 1324}, - [2364] = {.lex_state = 1324}, - [2365] = {.lex_state = 1324}, - [2366] = {.lex_state = 1324}, - [2367] = {.lex_state = 1324}, - [2368] = {.lex_state = 1324}, - [2369] = {.lex_state = 1324}, - [2370] = {.lex_state = 1324}, - [2371] = {.lex_state = 1324}, - [2372] = {.lex_state = 1324}, - [2373] = {.lex_state = 51, .external_lex_state = 6}, - [2374] = {.lex_state = 1324}, - [2375] = {.lex_state = 116, .external_lex_state = 6}, - [2376] = {.lex_state = 82, .external_lex_state = 3}, - [2377] = {.lex_state = 1324}, - [2378] = {.lex_state = 1324}, - [2379] = {.lex_state = 82, .external_lex_state = 3}, - [2380] = {.lex_state = 1324}, - [2381] = {.lex_state = 1324}, - [2382] = {.lex_state = 1324}, - [2383] = {.lex_state = 1322, .external_lex_state = 6}, - [2384] = {.lex_state = 82, .external_lex_state = 3}, - [2385] = {.lex_state = 1324}, - [2386] = {.lex_state = 1324}, - [2387] = {.lex_state = 1324}, - [2388] = {.lex_state = 1324}, - [2389] = {.lex_state = 1324}, - [2390] = {.lex_state = 51, .external_lex_state = 5}, - [2391] = {.lex_state = 85, .external_lex_state = 3}, - [2392] = {.lex_state = 47, .external_lex_state = 6}, - [2393] = {.lex_state = 47, .external_lex_state = 6}, - [2394] = {.lex_state = 47, .external_lex_state = 6}, - [2395] = {.lex_state = 47, .external_lex_state = 6}, - [2396] = {.lex_state = 85, .external_lex_state = 3}, - [2397] = {.lex_state = 26, .external_lex_state = 3}, - [2398] = {.lex_state = 50, .external_lex_state = 4}, - [2399] = {.lex_state = 119, .external_lex_state = 6}, - [2400] = {.lex_state = 68, .external_lex_state = 7}, - [2401] = {.lex_state = 47, .external_lex_state = 6}, - [2402] = {.lex_state = 49, .external_lex_state = 6}, - [2403] = {.lex_state = 49, .external_lex_state = 6}, - [2404] = {.lex_state = 83, .external_lex_state = 3}, - [2405] = {.lex_state = 49, .external_lex_state = 6}, - [2406] = {.lex_state = 49, .external_lex_state = 6}, - [2407] = {.lex_state = 49, .external_lex_state = 6}, - [2408] = {.lex_state = 49, .external_lex_state = 6}, - [2409] = {.lex_state = 47, .external_lex_state = 6}, - [2410] = {.lex_state = 47, .external_lex_state = 6}, - [2411] = {.lex_state = 47, .external_lex_state = 6}, - [2412] = {.lex_state = 85, .external_lex_state = 3}, - [2413] = {.lex_state = 49, .external_lex_state = 6}, - [2414] = {.lex_state = 49, .external_lex_state = 6}, - [2415] = {.lex_state = 49, .external_lex_state = 6}, + [1579] = {.lex_state = 51, .external_lex_state = 6}, + [1580] = {.lex_state = 51, .external_lex_state = 6}, + [1581] = {.lex_state = 46, .external_lex_state = 6}, + [1582] = {.lex_state = 1340, .external_lex_state = 6}, + [1583] = {.lex_state = 51, .external_lex_state = 6}, + [1584] = {.lex_state = 1340, .external_lex_state = 6}, + [1585] = {.lex_state = 51, .external_lex_state = 6}, + [1586] = {.lex_state = 1340, .external_lex_state = 6}, + [1587] = {.lex_state = 51, .external_lex_state = 6}, + [1588] = {.lex_state = 51, .external_lex_state = 6}, + [1589] = {.lex_state = 51, .external_lex_state = 6}, + [1590] = {.lex_state = 51, .external_lex_state = 6}, + [1591] = {.lex_state = 1340, .external_lex_state = 6}, + [1592] = {.lex_state = 1340, .external_lex_state = 6}, + [1593] = {.lex_state = 1340, .external_lex_state = 6}, + [1594] = {.lex_state = 1341}, + [1595] = {.lex_state = 1341}, + [1596] = {.lex_state = 1340, .external_lex_state = 2}, + [1597] = {.lex_state = 1340, .external_lex_state = 2}, + [1598] = {.lex_state = 1340, .external_lex_state = 2}, + [1599] = {.lex_state = 46, .external_lex_state = 3}, + [1600] = {.lex_state = 1340, .external_lex_state = 2}, + [1601] = {.lex_state = 48, .external_lex_state = 6}, + [1602] = {.lex_state = 48, .external_lex_state = 6}, + [1603] = {.lex_state = 48, .external_lex_state = 6}, + [1604] = {.lex_state = 48, .external_lex_state = 6}, + [1605] = {.lex_state = 48, .external_lex_state = 6}, + [1606] = {.lex_state = 48, .external_lex_state = 6}, + [1607] = {.lex_state = 48, .external_lex_state = 6}, + [1608] = {.lex_state = 48, .external_lex_state = 6}, + [1609] = {.lex_state = 48, .external_lex_state = 6}, + [1610] = {.lex_state = 48, .external_lex_state = 6}, + [1611] = {.lex_state = 46, .external_lex_state = 3}, + [1612] = {.lex_state = 48, .external_lex_state = 6}, + [1613] = {.lex_state = 46, .external_lex_state = 3}, + [1614] = {.lex_state = 48, .external_lex_state = 6}, + [1615] = {.lex_state = 50, .external_lex_state = 4}, + [1616] = {.lex_state = 84, .external_lex_state = 3}, + [1617] = {.lex_state = 199}, + [1618] = {.lex_state = 199}, + [1619] = {.lex_state = 68, .external_lex_state = 8}, + [1620] = {.lex_state = 199}, + [1621] = {.lex_state = 199}, + [1622] = {.lex_state = 199}, + [1623] = {.lex_state = 199}, + [1624] = {.lex_state = 199}, + [1625] = {.lex_state = 199}, + [1626] = {.lex_state = 50, .external_lex_state = 4}, + [1627] = {.lex_state = 84, .external_lex_state = 3}, + [1628] = {.lex_state = 199}, + [1629] = {.lex_state = 199}, + [1630] = {.lex_state = 199}, + [1631] = {.lex_state = 199}, + [1632] = {.lex_state = 199}, + [1633] = {.lex_state = 199}, + [1634] = {.lex_state = 84, .external_lex_state = 3}, + [1635] = {.lex_state = 48, .external_lex_state = 3}, + [1636] = {.lex_state = 48, .external_lex_state = 3}, + [1637] = {.lex_state = 199}, + [1638] = {.lex_state = 199}, + [1639] = {.lex_state = 199}, + [1640] = {.lex_state = 199}, + [1641] = {.lex_state = 199}, + [1642] = {.lex_state = 199}, + [1643] = {.lex_state = 199}, + [1644] = {.lex_state = 199}, + [1645] = {.lex_state = 48, .external_lex_state = 3}, + [1646] = {.lex_state = 1340, .external_lex_state = 12}, + [1647] = {.lex_state = 199}, + [1648] = {.lex_state = 199}, + [1649] = {.lex_state = 199}, + [1650] = {.lex_state = 199}, + [1651] = {.lex_state = 199}, + [1652] = {.lex_state = 199}, + [1653] = {.lex_state = 1340, .external_lex_state = 12}, + [1654] = {.lex_state = 1341}, + [1655] = {.lex_state = 27, .external_lex_state = 6}, + [1656] = {.lex_state = 1341}, + [1657] = {.lex_state = 82, .external_lex_state = 3}, + [1658] = {.lex_state = 1340, .external_lex_state = 6}, + [1659] = {.lex_state = 199}, + [1660] = {.lex_state = 199}, + [1661] = {.lex_state = 82, .external_lex_state = 3}, + [1662] = {.lex_state = 82, .external_lex_state = 3}, + [1663] = {.lex_state = 116, .external_lex_state = 6}, + [1664] = {.lex_state = 51, .external_lex_state = 6}, + [1665] = {.lex_state = 1340, .external_lex_state = 12}, + [1666] = {.lex_state = 1340, .external_lex_state = 12}, + [1667] = {.lex_state = 199}, + [1668] = {.lex_state = 1340, .external_lex_state = 6}, + [1669] = {.lex_state = 1340, .external_lex_state = 12}, + [1670] = {.lex_state = 1340, .external_lex_state = 6}, + [1671] = {.lex_state = 1341}, + [1672] = {.lex_state = 1340, .external_lex_state = 6}, + [1673] = {.lex_state = 1340, .external_lex_state = 12}, + [1674] = {.lex_state = 1340, .external_lex_state = 12}, + [1675] = {.lex_state = 1340, .external_lex_state = 6}, + [1676] = {.lex_state = 1340, .external_lex_state = 2}, + [1677] = {.lex_state = 1340, .external_lex_state = 12}, + [1678] = {.lex_state = 199}, + [1679] = {.lex_state = 199}, + [1680] = {.lex_state = 199}, + [1681] = {.lex_state = 1341}, + [1682] = {.lex_state = 199}, + [1683] = {.lex_state = 199}, + [1684] = {.lex_state = 1341}, + [1685] = {.lex_state = 1341}, + [1686] = {.lex_state = 199}, + [1687] = {.lex_state = 199}, + [1688] = {.lex_state = 1341}, + [1689] = {.lex_state = 1341}, + [1690] = {.lex_state = 199}, + [1691] = {.lex_state = 199}, + [1692] = {.lex_state = 199}, + [1693] = {.lex_state = 199}, + [1694] = {.lex_state = 1341}, + [1695] = {.lex_state = 1341}, + [1696] = {.lex_state = 1341}, + [1697] = {.lex_state = 199}, + [1698] = {.lex_state = 199}, + [1699] = {.lex_state = 199}, + [1700] = {.lex_state = 199}, + [1701] = {.lex_state = 199}, + [1702] = {.lex_state = 199}, + [1703] = {.lex_state = 199}, + [1704] = {.lex_state = 199}, + [1705] = {.lex_state = 199}, + [1706] = {.lex_state = 1341}, + [1707] = {.lex_state = 1341}, + [1708] = {.lex_state = 1341}, + [1709] = {.lex_state = 1341}, + [1710] = {.lex_state = 1341}, + [1711] = {.lex_state = 1341}, + [1712] = {.lex_state = 199}, + [1713] = {.lex_state = 199}, + [1714] = {.lex_state = 199}, + [1715] = {.lex_state = 199}, + [1716] = {.lex_state = 199}, + [1717] = {.lex_state = 199}, + [1718] = {.lex_state = 199}, + [1719] = {.lex_state = 199}, + [1720] = {.lex_state = 199}, + [1721] = {.lex_state = 199}, + [1722] = {.lex_state = 199}, + [1723] = {.lex_state = 199}, + [1724] = {.lex_state = 199}, + [1725] = {.lex_state = 199}, + [1726] = {.lex_state = 199}, + [1727] = {.lex_state = 199}, + [1728] = {.lex_state = 199}, + [1729] = {.lex_state = 199}, + [1730] = {.lex_state = 1341}, + [1731] = {.lex_state = 1341}, + [1732] = {.lex_state = 1341}, + [1733] = {.lex_state = 1341}, + [1734] = {.lex_state = 199}, + [1735] = {.lex_state = 1341}, + [1736] = {.lex_state = 1341}, + [1737] = {.lex_state = 199}, + [1738] = {.lex_state = 1341}, + [1739] = {.lex_state = 1341}, + [1740] = {.lex_state = 199}, + [1741] = {.lex_state = 199}, + [1742] = {.lex_state = 46, .external_lex_state = 6}, + [1743] = {.lex_state = 199}, + [1744] = {.lex_state = 199}, + [1745] = {.lex_state = 199}, + [1746] = {.lex_state = 199}, + [1747] = {.lex_state = 199}, + [1748] = {.lex_state = 199}, + [1749] = {.lex_state = 199}, + [1750] = {.lex_state = 199}, + [1751] = {.lex_state = 199}, + [1752] = {.lex_state = 199}, + [1753] = {.lex_state = 199}, + [1754] = {.lex_state = 199}, + [1755] = {.lex_state = 199}, + [1756] = {.lex_state = 199}, + [1757] = {.lex_state = 199}, + [1758] = {.lex_state = 199}, + [1759] = {.lex_state = 199}, + [1760] = {.lex_state = 199}, + [1761] = {.lex_state = 199}, + [1762] = {.lex_state = 199}, + [1763] = {.lex_state = 199}, + [1764] = {.lex_state = 199}, + [1765] = {.lex_state = 199}, + [1766] = {.lex_state = 1341}, + [1767] = {.lex_state = 199}, + [1768] = {.lex_state = 199}, + [1769] = {.lex_state = 1341}, + [1770] = {.lex_state = 1341}, + [1771] = {.lex_state = 1341}, + [1772] = {.lex_state = 199}, + [1773] = {.lex_state = 1341}, + [1774] = {.lex_state = 1341}, + [1775] = {.lex_state = 199}, + [1776] = {.lex_state = 199}, + [1777] = {.lex_state = 199}, + [1778] = {.lex_state = 199}, + [1779] = {.lex_state = 199}, + [1780] = {.lex_state = 199}, + [1781] = {.lex_state = 199}, + [1782] = {.lex_state = 199}, + [1783] = {.lex_state = 199}, + [1784] = {.lex_state = 199}, + [1785] = {.lex_state = 199}, + [1786] = {.lex_state = 199}, + [1787] = {.lex_state = 199}, + [1788] = {.lex_state = 199}, + [1789] = {.lex_state = 199}, + [1790] = {.lex_state = 199}, + [1791] = {.lex_state = 199}, + [1792] = {.lex_state = 199}, + [1793] = {.lex_state = 199}, + [1794] = {.lex_state = 199}, + [1795] = {.lex_state = 199}, + [1796] = {.lex_state = 199}, + [1797] = {.lex_state = 199}, + [1798] = {.lex_state = 199}, + [1799] = {.lex_state = 199}, + [1800] = {.lex_state = 199}, + [1801] = {.lex_state = 199}, + [1802] = {.lex_state = 199}, + [1803] = {.lex_state = 199}, + [1804] = {.lex_state = 199}, + [1805] = {.lex_state = 1341}, + [1806] = {.lex_state = 1341}, + [1807] = {.lex_state = 199}, + [1808] = {.lex_state = 199}, + [1809] = {.lex_state = 199}, + [1810] = {.lex_state = 199}, + [1811] = {.lex_state = 199}, + [1812] = {.lex_state = 199}, + [1813] = {.lex_state = 199}, + [1814] = {.lex_state = 199}, + [1815] = {.lex_state = 199}, + [1816] = {.lex_state = 199}, + [1817] = {.lex_state = 199}, + [1818] = {.lex_state = 199}, + [1819] = {.lex_state = 199}, + [1820] = {.lex_state = 199}, + [1821] = {.lex_state = 199}, + [1822] = {.lex_state = 199}, + [1823] = {.lex_state = 199}, + [1824] = {.lex_state = 199}, + [1825] = {.lex_state = 199}, + [1826] = {.lex_state = 199}, + [1827] = {.lex_state = 199}, + [1828] = {.lex_state = 199}, + [1829] = {.lex_state = 199}, + [1830] = {.lex_state = 199}, + [1831] = {.lex_state = 1341}, + [1832] = {.lex_state = 199}, + [1833] = {.lex_state = 46, .external_lex_state = 6}, + [1834] = {.lex_state = 46, .external_lex_state = 6}, + [1835] = {.lex_state = 46, .external_lex_state = 6}, + [1836] = {.lex_state = 46, .external_lex_state = 6}, + [1837] = {.lex_state = 46, .external_lex_state = 6}, + [1838] = {.lex_state = 118, .external_lex_state = 6}, + [1839] = {.lex_state = 199}, + [1840] = {.lex_state = 199}, + [1841] = {.lex_state = 1340, .external_lex_state = 12}, + [1842] = {.lex_state = 199}, + [1843] = {.lex_state = 199}, + [1844] = {.lex_state = 199}, + [1845] = {.lex_state = 199}, + [1846] = {.lex_state = 199}, + [1847] = {.lex_state = 199}, + [1848] = {.lex_state = 199}, + [1849] = {.lex_state = 51, .external_lex_state = 3}, + [1850] = {.lex_state = 51, .external_lex_state = 3}, + [1851] = {.lex_state = 199}, + [1852] = {.lex_state = 199}, + [1853] = {.lex_state = 199}, + [1854] = {.lex_state = 199}, + [1855] = {.lex_state = 82, .external_lex_state = 3}, + [1856] = {.lex_state = 199}, + [1857] = {.lex_state = 199}, + [1858] = {.lex_state = 50, .external_lex_state = 5}, + [1859] = {.lex_state = 46, .external_lex_state = 6}, + [1860] = {.lex_state = 46, .external_lex_state = 6}, + [1861] = {.lex_state = 46, .external_lex_state = 6}, + [1862] = {.lex_state = 46, .external_lex_state = 6}, + [1863] = {.lex_state = 46, .external_lex_state = 6}, + [1864] = {.lex_state = 1341}, + [1865] = {.lex_state = 1341}, + [1866] = {.lex_state = 46, .external_lex_state = 6}, + [1867] = {.lex_state = 199}, + [1868] = {.lex_state = 1341}, + [1869] = {.lex_state = 199}, + [1870] = {.lex_state = 199}, + [1871] = {.lex_state = 199}, + [1872] = {.lex_state = 199}, + [1873] = {.lex_state = 50, .external_lex_state = 5}, + [1874] = {.lex_state = 84, .external_lex_state = 3}, + [1875] = {.lex_state = 199}, + [1876] = {.lex_state = 199}, + [1877] = {.lex_state = 199}, + [1878] = {.lex_state = 1341}, + [1879] = {.lex_state = 1341}, + [1880] = {.lex_state = 1341}, + [1881] = {.lex_state = 1341}, + [1882] = {.lex_state = 1341}, + [1883] = {.lex_state = 50, .external_lex_state = 3}, + [1884] = {.lex_state = 1341}, + [1885] = {.lex_state = 1341}, + [1886] = {.lex_state = 1341}, + [1887] = {.lex_state = 1341}, + [1888] = {.lex_state = 198}, + [1889] = {.lex_state = 198}, + [1890] = {.lex_state = 1341}, + [1891] = {.lex_state = 1341}, + [1892] = {.lex_state = 1341}, + [1893] = {.lex_state = 1341}, + [1894] = {.lex_state = 1341}, + [1895] = {.lex_state = 1341}, + [1896] = {.lex_state = 1340, .external_lex_state = 12}, + [1897] = {.lex_state = 1341}, + [1898] = {.lex_state = 1341}, + [1899] = {.lex_state = 1341}, + [1900] = {.lex_state = 1341}, + [1901] = {.lex_state = 1341}, + [1902] = {.lex_state = 1341}, + [1903] = {.lex_state = 1341}, + [1904] = {.lex_state = 1341}, + [1905] = {.lex_state = 1341}, + [1906] = {.lex_state = 1341}, + [1907] = {.lex_state = 1341}, + [1908] = {.lex_state = 1341}, + [1909] = {.lex_state = 50, .external_lex_state = 3}, + [1910] = {.lex_state = 50, .external_lex_state = 6}, + [1911] = {.lex_state = 1341}, + [1912] = {.lex_state = 1341}, + [1913] = {.lex_state = 1341}, + [1914] = {.lex_state = 1341}, + [1915] = {.lex_state = 1341}, + [1916] = {.lex_state = 1341}, + [1917] = {.lex_state = 50, .external_lex_state = 4}, + [1918] = {.lex_state = 1341}, + [1919] = {.lex_state = 1341}, + [1920] = {.lex_state = 1341}, + [1921] = {.lex_state = 1341}, + [1922] = {.lex_state = 1341}, + [1923] = {.lex_state = 1341}, + [1924] = {.lex_state = 1341}, + [1925] = {.lex_state = 1341}, + [1926] = {.lex_state = 1341}, + [1927] = {.lex_state = 1341}, + [1928] = {.lex_state = 1341}, + [1929] = {.lex_state = 1341}, + [1930] = {.lex_state = 1341}, + [1931] = {.lex_state = 1341}, + [1932] = {.lex_state = 1341}, + [1933] = {.lex_state = 1341}, + [1934] = {.lex_state = 1341}, + [1935] = {.lex_state = 1341}, + [1936] = {.lex_state = 1341}, + [1937] = {.lex_state = 1341}, + [1938] = {.lex_state = 1341}, + [1939] = {.lex_state = 1341}, + [1940] = {.lex_state = 1341}, + [1941] = {.lex_state = 1341}, + [1942] = {.lex_state = 1341}, + [1943] = {.lex_state = 1341}, + [1944] = {.lex_state = 1341}, + [1945] = {.lex_state = 1341}, + [1946] = {.lex_state = 1341}, + [1947] = {.lex_state = 1341}, + [1948] = {.lex_state = 1341}, + [1949] = {.lex_state = 1341}, + [1950] = {.lex_state = 1341}, + [1951] = {.lex_state = 1341}, + [1952] = {.lex_state = 1341}, + [1953] = {.lex_state = 1341}, + [1954] = {.lex_state = 1341}, + [1955] = {.lex_state = 198}, + [1956] = {.lex_state = 1341}, + [1957] = {.lex_state = 1341}, + [1958] = {.lex_state = 1341}, + [1959] = {.lex_state = 1341}, + [1960] = {.lex_state = 1341}, + [1961] = {.lex_state = 1341}, + [1962] = {.lex_state = 1341}, + [1963] = {.lex_state = 1341}, + [1964] = {.lex_state = 1341}, + [1965] = {.lex_state = 198}, + [1966] = {.lex_state = 1341}, + [1967] = {.lex_state = 1341}, + [1968] = {.lex_state = 1341}, + [1969] = {.lex_state = 1341}, + [1970] = {.lex_state = 1341}, + [1971] = {.lex_state = 1341}, + [1972] = {.lex_state = 1341}, + [1973] = {.lex_state = 1341}, + [1974] = {.lex_state = 1341}, + [1975] = {.lex_state = 1341}, + [1976] = {.lex_state = 1341}, + [1977] = {.lex_state = 1341}, + [1978] = {.lex_state = 1341}, + [1979] = {.lex_state = 1341}, + [1980] = {.lex_state = 1341}, + [1981] = {.lex_state = 1341}, + [1982] = {.lex_state = 1341}, + [1983] = {.lex_state = 1341}, + [1984] = {.lex_state = 1341}, + [1985] = {.lex_state = 1341}, + [1986] = {.lex_state = 1341}, + [1987] = {.lex_state = 1341}, + [1988] = {.lex_state = 1341}, + [1989] = {.lex_state = 1341}, + [1990] = {.lex_state = 1341}, + [1991] = {.lex_state = 1341}, + [1992] = {.lex_state = 1341}, + [1993] = {.lex_state = 1341}, + [1994] = {.lex_state = 1341}, + [1995] = {.lex_state = 74}, + [1996] = {.lex_state = 50, .external_lex_state = 4}, + [1997] = {.lex_state = 1341}, + [1998] = {.lex_state = 1341}, + [1999] = {.lex_state = 1341}, + [2000] = {.lex_state = 1341}, + [2001] = {.lex_state = 1341}, + [2002] = {.lex_state = 1341}, + [2003] = {.lex_state = 1341}, + [2004] = {.lex_state = 1341}, + [2005] = {.lex_state = 1341}, + [2006] = {.lex_state = 1341}, + [2007] = {.lex_state = 1341}, + [2008] = {.lex_state = 1341}, + [2009] = {.lex_state = 1341}, + [2010] = {.lex_state = 1341}, + [2011] = {.lex_state = 1341}, + [2012] = {.lex_state = 1341}, + [2013] = {.lex_state = 1341}, + [2014] = {.lex_state = 1341}, + [2015] = {.lex_state = 1341}, + [2016] = {.lex_state = 1341}, + [2017] = {.lex_state = 1341}, + [2018] = {.lex_state = 1341}, + [2019] = {.lex_state = 1341}, + [2020] = {.lex_state = 1341}, + [2021] = {.lex_state = 1341}, + [2022] = {.lex_state = 1341}, + [2023] = {.lex_state = 1341}, + [2024] = {.lex_state = 1341}, + [2025] = {.lex_state = 1341}, + [2026] = {.lex_state = 1341}, + [2027] = {.lex_state = 1342}, + [2028] = {.lex_state = 200}, + [2029] = {.lex_state = 1342}, + [2030] = {.lex_state = 1342}, + [2031] = {.lex_state = 1342}, + [2032] = {.lex_state = 1342}, + [2033] = {.lex_state = 1342}, + [2034] = {.lex_state = 74}, + [2035] = {.lex_state = 49, .external_lex_state = 6}, + [2036] = {.lex_state = 1342}, + [2037] = {.lex_state = 1342}, + [2038] = {.lex_state = 1342}, + [2039] = {.lex_state = 48, .external_lex_state = 6}, + [2040] = {.lex_state = 1342}, + [2041] = {.lex_state = 1340, .external_lex_state = 6}, + [2042] = {.lex_state = 1342}, + [2043] = {.lex_state = 1342}, + [2044] = {.lex_state = 1342}, + [2045] = {.lex_state = 1342}, + [2046] = {.lex_state = 1342}, + [2047] = {.lex_state = 1340, .external_lex_state = 6}, + [2048] = {.lex_state = 200}, + [2049] = {.lex_state = 200}, + [2050] = {.lex_state = 1340, .external_lex_state = 6}, + [2051] = {.lex_state = 1342}, + [2052] = {.lex_state = 1342}, + [2053] = {.lex_state = 1342}, + [2054] = {.lex_state = 1340, .external_lex_state = 6}, + [2055] = {.lex_state = 51, .external_lex_state = 4}, + [2056] = {.lex_state = 1342}, + [2057] = {.lex_state = 1342}, + [2058] = {.lex_state = 1342}, + [2059] = {.lex_state = 1340, .external_lex_state = 6}, + [2060] = {.lex_state = 1342}, + [2061] = {.lex_state = 1342}, + [2062] = {.lex_state = 1342}, + [2063] = {.lex_state = 1342}, + [2064] = {.lex_state = 1340, .external_lex_state = 6}, + [2065] = {.lex_state = 1342}, + [2066] = {.lex_state = 1340, .external_lex_state = 6}, + [2067] = {.lex_state = 1340, .external_lex_state = 6}, + [2068] = {.lex_state = 1340, .external_lex_state = 6}, + [2069] = {.lex_state = 1340, .external_lex_state = 6}, + [2070] = {.lex_state = 51, .external_lex_state = 4}, + [2071] = {.lex_state = 1340, .external_lex_state = 6}, + [2072] = {.lex_state = 1340, .external_lex_state = 6}, + [2073] = {.lex_state = 74}, + [2074] = {.lex_state = 1342}, + [2075] = {.lex_state = 1342}, + [2076] = {.lex_state = 1342}, + [2077] = {.lex_state = 1340, .external_lex_state = 6}, + [2078] = {.lex_state = 1342}, + [2079] = {.lex_state = 1342}, + [2080] = {.lex_state = 1342}, + [2081] = {.lex_state = 1342}, + [2082] = {.lex_state = 1342}, + [2083] = {.lex_state = 1342}, + [2084] = {.lex_state = 74}, + [2085] = {.lex_state = 74}, + [2086] = {.lex_state = 1342}, + [2087] = {.lex_state = 1342}, + [2088] = {.lex_state = 1342}, + [2089] = {.lex_state = 1342}, + [2090] = {.lex_state = 1342}, + [2091] = {.lex_state = 46, .external_lex_state = 3}, + [2092] = {.lex_state = 200}, + [2093] = {.lex_state = 46, .external_lex_state = 3}, + [2094] = {.lex_state = 200}, + [2095] = {.lex_state = 1342}, + [2096] = {.lex_state = 74}, + [2097] = {.lex_state = 1342}, + [2098] = {.lex_state = 1342}, + [2099] = {.lex_state = 1340, .external_lex_state = 6}, + [2100] = {.lex_state = 1342}, + [2101] = {.lex_state = 1342}, + [2102] = {.lex_state = 83, .external_lex_state = 3}, + [2103] = {.lex_state = 1342}, + [2104] = {.lex_state = 1342}, + [2105] = {.lex_state = 1340, .external_lex_state = 6}, + [2106] = {.lex_state = 1340, .external_lex_state = 6}, + [2107] = {.lex_state = 1342}, + [2108] = {.lex_state = 1340, .external_lex_state = 6}, + [2109] = {.lex_state = 26, .external_lex_state = 6}, + [2110] = {.lex_state = 1340, .external_lex_state = 6}, + [2111] = {.lex_state = 1340, .external_lex_state = 6}, + [2112] = {.lex_state = 200}, + [2113] = {.lex_state = 1340, .external_lex_state = 6}, + [2114] = {.lex_state = 1340, .external_lex_state = 6}, + [2115] = {.lex_state = 1340, .external_lex_state = 6}, + [2116] = {.lex_state = 50, .external_lex_state = 4}, + [2117] = {.lex_state = 200}, + [2118] = {.lex_state = 1342}, + [2119] = {.lex_state = 1342}, + [2120] = {.lex_state = 1342}, + [2121] = {.lex_state = 1342}, + [2122] = {.lex_state = 200}, + [2123] = {.lex_state = 26, .external_lex_state = 6}, + [2124] = {.lex_state = 26, .external_lex_state = 6}, + [2125] = {.lex_state = 1340, .external_lex_state = 6}, + [2126] = {.lex_state = 200}, + [2127] = {.lex_state = 200}, + [2128] = {.lex_state = 1342}, + [2129] = {.lex_state = 26, .external_lex_state = 6}, + [2130] = {.lex_state = 1340, .external_lex_state = 6}, + [2131] = {.lex_state = 26, .external_lex_state = 6}, + [2132] = {.lex_state = 26, .external_lex_state = 6}, + [2133] = {.lex_state = 1342}, + [2134] = {.lex_state = 26, .external_lex_state = 6}, + [2135] = {.lex_state = 1342}, + [2136] = {.lex_state = 200}, + [2137] = {.lex_state = 1342}, + [2138] = {.lex_state = 200}, + [2139] = {.lex_state = 26, .external_lex_state = 6}, + [2140] = {.lex_state = 26, .external_lex_state = 6}, + [2141] = {.lex_state = 1342}, + [2142] = {.lex_state = 26, .external_lex_state = 6}, + [2143] = {.lex_state = 200}, + [2144] = {.lex_state = 200}, + [2145] = {.lex_state = 1342}, + [2146] = {.lex_state = 200}, + [2147] = {.lex_state = 26, .external_lex_state = 6}, + [2148] = {.lex_state = 1342}, + [2149] = {.lex_state = 26, .external_lex_state = 6}, + [2150] = {.lex_state = 200}, + [2151] = {.lex_state = 26, .external_lex_state = 6}, + [2152] = {.lex_state = 1342}, + [2153] = {.lex_state = 1342}, + [2154] = {.lex_state = 200}, + [2155] = {.lex_state = 1342}, + [2156] = {.lex_state = 200}, + [2157] = {.lex_state = 48, .external_lex_state = 3}, + [2158] = {.lex_state = 48, .external_lex_state = 3}, + [2159] = {.lex_state = 1342}, + [2160] = {.lex_state = 200}, + [2161] = {.lex_state = 200}, + [2162] = {.lex_state = 1342}, + [2163] = {.lex_state = 200}, + [2164] = {.lex_state = 1342}, + [2165] = {.lex_state = 1342}, + [2166] = {.lex_state = 1342}, + [2167] = {.lex_state = 1342}, + [2168] = {.lex_state = 1342}, + [2169] = {.lex_state = 1340, .external_lex_state = 6}, + [2170] = {.lex_state = 1342}, + [2171] = {.lex_state = 200}, + [2172] = {.lex_state = 200}, + [2173] = {.lex_state = 1342}, + [2174] = {.lex_state = 46, .external_lex_state = 6}, + [2175] = {.lex_state = 1342}, + [2176] = {.lex_state = 119, .external_lex_state = 6}, + [2177] = {.lex_state = 1342}, + [2178] = {.lex_state = 1342}, + [2179] = {.lex_state = 1342}, + [2180] = {.lex_state = 85, .external_lex_state = 3}, + [2181] = {.lex_state = 1342}, + [2182] = {.lex_state = 50, .external_lex_state = 4}, + [2183] = {.lex_state = 1342}, + [2184] = {.lex_state = 1342}, + [2185] = {.lex_state = 1342}, + [2186] = {.lex_state = 1342}, + [2187] = {.lex_state = 1342}, + [2188] = {.lex_state = 1342}, + [2189] = {.lex_state = 1342}, + [2190] = {.lex_state = 1342}, + [2191] = {.lex_state = 1342}, + [2192] = {.lex_state = 26, .external_lex_state = 3}, + [2193] = {.lex_state = 50, .external_lex_state = 5}, + [2194] = {.lex_state = 1342}, + [2195] = {.lex_state = 1342}, + [2196] = {.lex_state = 1340, .external_lex_state = 6}, + [2197] = {.lex_state = 1342}, + [2198] = {.lex_state = 1342}, + [2199] = {.lex_state = 26, .external_lex_state = 3}, + [2200] = {.lex_state = 1342}, + [2201] = {.lex_state = 47, .external_lex_state = 6}, + [2202] = {.lex_state = 1342}, + [2203] = {.lex_state = 200}, + [2204] = {.lex_state = 200}, + [2205] = {.lex_state = 200}, + [2206] = {.lex_state = 200}, + [2207] = {.lex_state = 1342}, + [2208] = {.lex_state = 47, .external_lex_state = 6}, + [2209] = {.lex_state = 47, .external_lex_state = 6}, + [2210] = {.lex_state = 1342}, + [2211] = {.lex_state = 50, .external_lex_state = 3}, + [2212] = {.lex_state = 1342}, + [2213] = {.lex_state = 1342}, + [2214] = {.lex_state = 1342}, + [2215] = {.lex_state = 26, .external_lex_state = 6}, + [2216] = {.lex_state = 1342}, + [2217] = {.lex_state = 1342}, + [2218] = {.lex_state = 200}, + [2219] = {.lex_state = 200}, + [2220] = {.lex_state = 200}, + [2221] = {.lex_state = 200}, + [2222] = {.lex_state = 200}, + [2223] = {.lex_state = 200}, + [2224] = {.lex_state = 200}, + [2225] = {.lex_state = 200}, + [2226] = {.lex_state = 200}, + [2227] = {.lex_state = 200}, + [2228] = {.lex_state = 1342}, + [2229] = {.lex_state = 200}, + [2230] = {.lex_state = 1342}, + [2231] = {.lex_state = 47, .external_lex_state = 6}, + [2232] = {.lex_state = 200}, + [2233] = {.lex_state = 200}, + [2234] = {.lex_state = 200}, + [2235] = {.lex_state = 200}, + [2236] = {.lex_state = 200}, + [2237] = {.lex_state = 1342}, + [2238] = {.lex_state = 47, .external_lex_state = 6}, + [2239] = {.lex_state = 200}, + [2240] = {.lex_state = 1342}, + [2241] = {.lex_state = 47, .external_lex_state = 6}, + [2242] = {.lex_state = 1342}, + [2243] = {.lex_state = 200}, + [2244] = {.lex_state = 1342}, + [2245] = {.lex_state = 1342}, + [2246] = {.lex_state = 1342}, + [2247] = {.lex_state = 200}, + [2248] = {.lex_state = 200}, + [2249] = {.lex_state = 200}, + [2250] = {.lex_state = 200}, + [2251] = {.lex_state = 200}, + [2252] = {.lex_state = 200}, + [2253] = {.lex_state = 50, .external_lex_state = 3}, + [2254] = {.lex_state = 200}, + [2255] = {.lex_state = 200}, + [2256] = {.lex_state = 200}, + [2257] = {.lex_state = 200}, + [2258] = {.lex_state = 200}, + [2259] = {.lex_state = 1342}, + [2260] = {.lex_state = 1342}, + [2261] = {.lex_state = 85, .external_lex_state = 3}, + [2262] = {.lex_state = 1342}, + [2263] = {.lex_state = 200}, + [2264] = {.lex_state = 1342}, + [2265] = {.lex_state = 1342}, + [2266] = {.lex_state = 200}, + [2267] = {.lex_state = 200}, + [2268] = {.lex_state = 1342}, + [2269] = {.lex_state = 200}, + [2270] = {.lex_state = 200}, + [2271] = {.lex_state = 200}, + [2272] = {.lex_state = 1342}, + [2273] = {.lex_state = 200}, + [2274] = {.lex_state = 200}, + [2275] = {.lex_state = 200}, + [2276] = {.lex_state = 200}, + [2277] = {.lex_state = 200}, + [2278] = {.lex_state = 200}, + [2279] = {.lex_state = 200}, + [2280] = {.lex_state = 1342}, + [2281] = {.lex_state = 200}, + [2282] = {.lex_state = 1342}, + [2283] = {.lex_state = 26, .external_lex_state = 3}, + [2284] = {.lex_state = 1342}, + [2285] = {.lex_state = 1342}, + [2286] = {.lex_state = 47, .external_lex_state = 6}, + [2287] = {.lex_state = 1342}, + [2288] = {.lex_state = 1342}, + [2289] = {.lex_state = 85, .external_lex_state = 3}, + [2290] = {.lex_state = 1342}, + [2291] = {.lex_state = 47, .external_lex_state = 6}, + [2292] = {.lex_state = 1342}, + [2293] = {.lex_state = 200}, + [2294] = {.lex_state = 200}, + [2295] = {.lex_state = 200}, + [2296] = {.lex_state = 200}, + [2297] = {.lex_state = 200}, + [2298] = {.lex_state = 200}, + [2299] = {.lex_state = 200}, + [2300] = {.lex_state = 200}, + [2301] = {.lex_state = 200}, + [2302] = {.lex_state = 200}, + [2303] = {.lex_state = 1342}, + [2304] = {.lex_state = 200}, + [2305] = {.lex_state = 200}, + [2306] = {.lex_state = 200}, + [2307] = {.lex_state = 200}, + [2308] = {.lex_state = 1342}, + [2309] = {.lex_state = 200}, + [2310] = {.lex_state = 47, .external_lex_state = 6}, + [2311] = {.lex_state = 1342}, + [2312] = {.lex_state = 83, .external_lex_state = 3}, + [2313] = {.lex_state = 1342}, + [2314] = {.lex_state = 200}, + [2315] = {.lex_state = 200}, + [2316] = {.lex_state = 200}, + [2317] = {.lex_state = 200}, + [2318] = {.lex_state = 200}, + [2319] = {.lex_state = 200}, + [2320] = {.lex_state = 1342}, + [2321] = {.lex_state = 1342}, + [2322] = {.lex_state = 200}, + [2323] = {.lex_state = 200}, + [2324] = {.lex_state = 200}, + [2325] = {.lex_state = 200}, + [2326] = {.lex_state = 47, .external_lex_state = 6}, + [2327] = {.lex_state = 1342}, + [2328] = {.lex_state = 47, .external_lex_state = 6}, + [2329] = {.lex_state = 1342}, + [2330] = {.lex_state = 200}, + [2331] = {.lex_state = 200}, + [2332] = {.lex_state = 200}, + [2333] = {.lex_state = 200}, + [2334] = {.lex_state = 200}, + [2335] = {.lex_state = 200}, + [2336] = {.lex_state = 83, .external_lex_state = 3}, + [2337] = {.lex_state = 200}, + [2338] = {.lex_state = 200}, + [2339] = {.lex_state = 1342}, + [2340] = {.lex_state = 83, .external_lex_state = 3}, + [2341] = {.lex_state = 47, .external_lex_state = 6}, + [2342] = {.lex_state = 1342}, + [2343] = {.lex_state = 1342}, + [2344] = {.lex_state = 200}, + [2345] = {.lex_state = 200}, + [2346] = {.lex_state = 1342}, + [2347] = {.lex_state = 200}, + [2348] = {.lex_state = 49, .external_lex_state = 6}, + [2349] = {.lex_state = 200}, + [2350] = {.lex_state = 200}, + [2351] = {.lex_state = 200}, + [2352] = {.lex_state = 200}, + [2353] = {.lex_state = 200}, + [2354] = {.lex_state = 200}, + [2355] = {.lex_state = 200}, + [2356] = {.lex_state = 49, .external_lex_state = 6}, + [2357] = {.lex_state = 200}, + [2358] = {.lex_state = 200}, + [2359] = {.lex_state = 200}, + [2360] = {.lex_state = 200}, + [2361] = {.lex_state = 200}, + [2362] = {.lex_state = 49, .external_lex_state = 6}, + [2363] = {.lex_state = 1342}, + [2364] = {.lex_state = 50, .external_lex_state = 6}, + [2365] = {.lex_state = 49, .external_lex_state = 6}, + [2366] = {.lex_state = 49, .external_lex_state = 6}, + [2367] = {.lex_state = 1342}, + [2368] = {.lex_state = 200}, + [2369] = {.lex_state = 200}, + [2370] = {.lex_state = 200}, + [2371] = {.lex_state = 200}, + [2372] = {.lex_state = 200}, + [2373] = {.lex_state = 1342}, + [2374] = {.lex_state = 200}, + [2375] = {.lex_state = 200}, + [2376] = {.lex_state = 200}, + [2377] = {.lex_state = 200}, + [2378] = {.lex_state = 200}, + [2379] = {.lex_state = 200}, + [2380] = {.lex_state = 200}, + [2381] = {.lex_state = 200}, + [2382] = {.lex_state = 200}, + [2383] = {.lex_state = 200}, + [2384] = {.lex_state = 200}, + [2385] = {.lex_state = 200}, + [2386] = {.lex_state = 49, .external_lex_state = 6}, + [2387] = {.lex_state = 200}, + [2388] = {.lex_state = 1342}, + [2389] = {.lex_state = 200}, + [2390] = {.lex_state = 200}, + [2391] = {.lex_state = 200}, + [2392] = {.lex_state = 1342}, + [2393] = {.lex_state = 1342}, + [2394] = {.lex_state = 200}, + [2395] = {.lex_state = 200}, + [2396] = {.lex_state = 200}, + [2397] = {.lex_state = 1342}, + [2398] = {.lex_state = 200}, + [2399] = {.lex_state = 200}, + [2400] = {.lex_state = 1342}, + [2401] = {.lex_state = 1342}, + [2402] = {.lex_state = 200}, + [2403] = {.lex_state = 200}, + [2404] = {.lex_state = 200}, + [2405] = {.lex_state = 200}, + [2406] = {.lex_state = 200}, + [2407] = {.lex_state = 200}, + [2408] = {.lex_state = 200}, + [2409] = {.lex_state = 200}, + [2410] = {.lex_state = 200}, + [2411] = {.lex_state = 200}, + [2412] = {.lex_state = 47, .external_lex_state = 6}, + [2413] = {.lex_state = 1342}, + [2414] = {.lex_state = 1342}, + [2415] = {.lex_state = 200}, [2416] = {.lex_state = 49, .external_lex_state = 6}, - [2417] = {.lex_state = 47, .external_lex_state = 6}, + [2417] = {.lex_state = 200}, [2418] = {.lex_state = 49, .external_lex_state = 6}, - [2419] = {.lex_state = 47, .external_lex_state = 6}, - [2420] = {.lex_state = 48, .external_lex_state = 6}, - [2421] = {.lex_state = 83, .external_lex_state = 3}, - [2422] = {.lex_state = 83, .external_lex_state = 3}, - [2423] = {.lex_state = 51, .external_lex_state = 3}, - [2424] = {.lex_state = 85, .external_lex_state = 3}, - [2425] = {.lex_state = 26, .external_lex_state = 3}, - [2426] = {.lex_state = 1322, .external_lex_state = 6}, - [2427] = {.lex_state = 47, .external_lex_state = 3}, - [2428] = {.lex_state = 65, .external_lex_state = 7}, - [2429] = {.lex_state = 65, .external_lex_state = 7}, - [2430] = {.lex_state = 26, .external_lex_state = 3}, - [2431] = {.lex_state = 49, .external_lex_state = 6}, - [2432] = {.lex_state = 47, .external_lex_state = 3}, - [2433] = {.lex_state = 26, .external_lex_state = 6}, - [2434] = {.lex_state = 65, .external_lex_state = 7}, - [2435] = {.lex_state = 51, .external_lex_state = 3}, - [2436] = {.lex_state = 47, .external_lex_state = 6}, - [2437] = {.lex_state = 51, .external_lex_state = 6}, - [2438] = {.lex_state = 50, .external_lex_state = 4}, - [2439] = {.lex_state = 49, .external_lex_state = 6}, - [2440] = {.lex_state = 38}, - [2441] = {.lex_state = 49, .external_lex_state = 3}, - [2442] = {.lex_state = 46, .external_lex_state = 3}, - [2443] = {.lex_state = 46, .external_lex_state = 3}, - [2444] = {.lex_state = 51, .external_lex_state = 4}, - [2445] = {.lex_state = 47, .external_lex_state = 3}, - [2446] = {.lex_state = 26, .external_lex_state = 6}, - [2447] = {.lex_state = 1322, .external_lex_state = 6}, - [2448] = {.lex_state = 26, .external_lex_state = 6}, - [2449] = {.lex_state = 1322, .external_lex_state = 6}, - [2450] = {.lex_state = 26, .external_lex_state = 6}, - [2451] = {.lex_state = 51, .external_lex_state = 4}, - [2452] = {.lex_state = 26, .external_lex_state = 6}, - [2453] = {.lex_state = 1322, .external_lex_state = 6}, - [2454] = {.lex_state = 1322, .external_lex_state = 6}, - [2455] = {.lex_state = 1322, .external_lex_state = 6}, - [2456] = {.lex_state = 26, .external_lex_state = 6}, - [2457] = {.lex_state = 1322, .external_lex_state = 6}, - [2458] = {.lex_state = 1322, .external_lex_state = 6}, - [2459] = {.lex_state = 1322, .external_lex_state = 6}, - [2460] = {.lex_state = 1322, .external_lex_state = 6}, - [2461] = {.lex_state = 1322, .external_lex_state = 6}, - [2462] = {.lex_state = 1322, .external_lex_state = 6}, - [2463] = {.lex_state = 1322, .external_lex_state = 6}, - [2464] = {.lex_state = 26, .external_lex_state = 6}, - [2465] = {.lex_state = 117, .external_lex_state = 6}, - [2466] = {.lex_state = 26, .external_lex_state = 6}, - [2467] = {.lex_state = 26, .external_lex_state = 6}, - [2468] = {.lex_state = 26, .external_lex_state = 6}, - [2469] = {.lex_state = 83, .external_lex_state = 3}, - [2470] = {.lex_state = 26, .external_lex_state = 6}, - [2471] = {.lex_state = 50, .external_lex_state = 6}, - [2472] = {.lex_state = 1322, .external_lex_state = 6}, - [2473] = {.lex_state = 1322, .external_lex_state = 6}, - [2474] = {.lex_state = 1322, .external_lex_state = 6}, - [2475] = {.lex_state = 1322, .external_lex_state = 6}, - [2476] = {.lex_state = 1322, .external_lex_state = 6}, - [2477] = {.lex_state = 1322, .external_lex_state = 6}, - [2478] = {.lex_state = 51, .external_lex_state = 4}, - [2479] = {.lex_state = 1322, .external_lex_state = 6}, - [2480] = {.lex_state = 1322, .external_lex_state = 6}, - [2481] = {.lex_state = 51, .external_lex_state = 5}, - [2482] = {.lex_state = 1322, .external_lex_state = 6}, - [2483] = {.lex_state = 1322, .external_lex_state = 6}, - [2484] = {.lex_state = 1322, .external_lex_state = 6}, - [2485] = {.lex_state = 1322, .external_lex_state = 6}, - [2486] = {.lex_state = 49, .external_lex_state = 3}, - [2487] = {.lex_state = 46, .external_lex_state = 6}, - [2488] = {.lex_state = 50, .external_lex_state = 3}, - [2489] = {.lex_state = 26, .external_lex_state = 6}, - [2490] = {.lex_state = 51, .external_lex_state = 4}, - [2491] = {.lex_state = 1322, .external_lex_state = 6}, - [2492] = {.lex_state = 68, .external_lex_state = 7}, - [2493] = {.lex_state = 26, .external_lex_state = 6}, - [2494] = {.lex_state = 27, .external_lex_state = 6}, - [2495] = {.lex_state = 47, .external_lex_state = 6}, - [2496] = {.lex_state = 50, .external_lex_state = 5}, - [2497] = {.lex_state = 48, .external_lex_state = 3}, - [2498] = {.lex_state = 48, .external_lex_state = 3}, - [2499] = {.lex_state = 49, .external_lex_state = 3}, - [2500] = {.lex_state = 47, .external_lex_state = 6}, - [2501] = {.lex_state = 50, .external_lex_state = 6}, - [2502] = {.lex_state = 50, .external_lex_state = 3}, - [2503] = {.lex_state = 1322, .external_lex_state = 11}, - [2504] = {.lex_state = 50, .external_lex_state = 6}, - [2505] = {.lex_state = 49, .external_lex_state = 3}, - [2506] = {.lex_state = 1322, .external_lex_state = 6}, - [2507] = {.lex_state = 46, .external_lex_state = 3}, - [2508] = {.lex_state = 48, .external_lex_state = 4}, - [2509] = {.lex_state = 49, .external_lex_state = 3}, - [2510] = {.lex_state = 51, .external_lex_state = 5}, - [2511] = {.lex_state = 90, .external_lex_state = 6}, - [2512] = {.lex_state = 46, .external_lex_state = 4}, - [2513] = {.lex_state = 46, .external_lex_state = 6}, - [2514] = {.lex_state = 46, .external_lex_state = 3}, - [2515] = {.lex_state = 46, .external_lex_state = 4}, - [2516] = {.lex_state = 1322, .external_lex_state = 11}, - [2517] = {.lex_state = 78, .external_lex_state = 3}, - [2518] = {.lex_state = 122, .external_lex_state = 6}, - [2519] = {.lex_state = 92, .external_lex_state = 3}, - [2520] = {.lex_state = 1322, .external_lex_state = 11}, - [2521] = {.lex_state = 38, .external_lex_state = 11}, - [2522] = {.lex_state = 1322, .external_lex_state = 6}, - [2523] = {.lex_state = 78, .external_lex_state = 3}, + [2419] = {.lex_state = 1342}, + [2420] = {.lex_state = 200}, + [2421] = {.lex_state = 200}, + [2422] = {.lex_state = 200}, + [2423] = {.lex_state = 200}, + [2424] = {.lex_state = 200}, + [2425] = {.lex_state = 200}, + [2426] = {.lex_state = 200}, + [2427] = {.lex_state = 200}, + [2428] = {.lex_state = 200}, + [2429] = {.lex_state = 1342}, + [2430] = {.lex_state = 200}, + [2431] = {.lex_state = 51, .external_lex_state = 5}, + [2432] = {.lex_state = 49, .external_lex_state = 3}, + [2433] = {.lex_state = 49, .external_lex_state = 6}, + [2434] = {.lex_state = 49, .external_lex_state = 6}, + [2435] = {.lex_state = 1342}, + [2436] = {.lex_state = 1342}, + [2437] = {.lex_state = 1342}, + [2438] = {.lex_state = 200}, + [2439] = {.lex_state = 1342}, + [2440] = {.lex_state = 1342}, + [2441] = {.lex_state = 49, .external_lex_state = 6}, + [2442] = {.lex_state = 200}, + [2443] = {.lex_state = 49, .external_lex_state = 6}, + [2444] = {.lex_state = 1342}, + [2445] = {.lex_state = 200}, + [2446] = {.lex_state = 51, .external_lex_state = 3}, + [2447] = {.lex_state = 47, .external_lex_state = 3}, + [2448] = {.lex_state = 47, .external_lex_state = 3}, + [2449] = {.lex_state = 200}, + [2450] = {.lex_state = 1342}, + [2451] = {.lex_state = 1342}, + [2452] = {.lex_state = 1342}, + [2453] = {.lex_state = 1342}, + [2454] = {.lex_state = 51, .external_lex_state = 3}, + [2455] = {.lex_state = 51, .external_lex_state = 6}, + [2456] = {.lex_state = 1342}, + [2457] = {.lex_state = 1342}, + [2458] = {.lex_state = 200}, + [2459] = {.lex_state = 200}, + [2460] = {.lex_state = 200}, + [2461] = {.lex_state = 1342}, + [2462] = {.lex_state = 1342}, + [2463] = {.lex_state = 1342}, + [2464] = {.lex_state = 1342}, + [2465] = {.lex_state = 200}, + [2466] = {.lex_state = 1342}, + [2467] = {.lex_state = 1342}, + [2468] = {.lex_state = 51, .external_lex_state = 4}, + [2469] = {.lex_state = 47, .external_lex_state = 3}, + [2470] = {.lex_state = 1342}, + [2471] = {.lex_state = 117, .external_lex_state = 6}, + [2472] = {.lex_state = 1342}, + [2473] = {.lex_state = 49, .external_lex_state = 3}, + [2474] = {.lex_state = 51, .external_lex_state = 5}, + [2475] = {.lex_state = 49, .external_lex_state = 3}, + [2476] = {.lex_state = 1342}, + [2477] = {.lex_state = 51, .external_lex_state = 4}, + [2478] = {.lex_state = 1342}, + [2479] = {.lex_state = 1342}, + [2480] = {.lex_state = 1342}, + [2481] = {.lex_state = 85, .external_lex_state = 3}, + [2482] = {.lex_state = 1342}, + [2483] = {.lex_state = 1342}, + [2484] = {.lex_state = 1342}, + [2485] = {.lex_state = 50, .external_lex_state = 6}, + [2486] = {.lex_state = 1342}, + [2487] = {.lex_state = 1342}, + [2488] = {.lex_state = 200}, + [2489] = {.lex_state = 26, .external_lex_state = 3}, + [2490] = {.lex_state = 46, .external_lex_state = 5}, + [2491] = {.lex_state = 51, .external_lex_state = 4}, + [2492] = {.lex_state = 68, .external_lex_state = 8}, + [2493] = {.lex_state = 50, .external_lex_state = 6}, + [2494] = {.lex_state = 50, .external_lex_state = 6}, + [2495] = {.lex_state = 48, .external_lex_state = 3}, + [2496] = {.lex_state = 50, .external_lex_state = 6}, + [2497] = {.lex_state = 50, .external_lex_state = 6}, + [2498] = {.lex_state = 50, .external_lex_state = 6}, + [2499] = {.lex_state = 50, .external_lex_state = 6}, + [2500] = {.lex_state = 50, .external_lex_state = 6}, + [2501] = {.lex_state = 1340, .external_lex_state = 6}, + [2502] = {.lex_state = 1340, .external_lex_state = 6}, + [2503] = {.lex_state = 1340}, + [2504] = {.lex_state = 48, .external_lex_state = 3}, + [2505] = {.lex_state = 48, .external_lex_state = 6}, + [2506] = {.lex_state = 48, .external_lex_state = 4}, + [2507] = {.lex_state = 1340}, + [2508] = {.lex_state = 49, .external_lex_state = 3}, + [2509] = {.lex_state = 1340, .external_lex_state = 6}, + [2510] = {.lex_state = 50, .external_lex_state = 6}, + [2511] = {.lex_state = 1340, .external_lex_state = 6}, + [2512] = {.lex_state = 1340, .external_lex_state = 6}, + [2513] = {.lex_state = 51, .external_lex_state = 4}, + [2514] = {.lex_state = 48, .external_lex_state = 4}, + [2515] = {.lex_state = 49, .external_lex_state = 3}, + [2516] = {.lex_state = 50, .external_lex_state = 6}, + [2517] = {.lex_state = 51, .external_lex_state = 5}, + [2518] = {.lex_state = 50, .external_lex_state = 6}, + [2519] = {.lex_state = 50, .external_lex_state = 6}, + [2520] = {.lex_state = 90, .external_lex_state = 6}, + [2521] = {.lex_state = 1340}, + [2522] = {.lex_state = 50, .external_lex_state = 6}, + [2523] = {.lex_state = 1340}, [2524] = {.lex_state = 50, .external_lex_state = 6}, - [2525] = {.lex_state = 51, .external_lex_state = 3}, - [2526] = {.lex_state = 1322, .external_lex_state = 11}, - [2527] = {.lex_state = 46, .external_lex_state = 4}, - [2528] = {.lex_state = 92, .external_lex_state = 3}, - [2529] = {.lex_state = 1322, .external_lex_state = 6}, - [2530] = {.lex_state = 46, .external_lex_state = 3}, - [2531] = {.lex_state = 48, .external_lex_state = 4}, - [2532] = {.lex_state = 1322, .external_lex_state = 6}, - [2533] = {.lex_state = 1322, .external_lex_state = 6}, - [2534] = {.lex_state = 51, .external_lex_state = 4}, - [2535] = {.lex_state = 1322, .external_lex_state = 6}, - [2536] = {.lex_state = 1322, .external_lex_state = 6}, - [2537] = {.lex_state = 1322, .external_lex_state = 6}, - [2538] = {.lex_state = 1322, .external_lex_state = 6}, - [2539] = {.lex_state = 1322, .external_lex_state = 6}, - [2540] = {.lex_state = 92, .external_lex_state = 3}, - [2541] = {.lex_state = 1322, .external_lex_state = 11}, - [2542] = {.lex_state = 1322, .external_lex_state = 6}, - [2543] = {.lex_state = 48, .external_lex_state = 5}, - [2544] = {.lex_state = 1322, .external_lex_state = 6}, - [2545] = {.lex_state = 46, .external_lex_state = 5}, - [2546] = {.lex_state = 1322, .external_lex_state = 6}, - [2547] = {.lex_state = 1322, .external_lex_state = 11}, - [2548] = {.lex_state = 1322, .external_lex_state = 6}, - [2549] = {.lex_state = 1322, .external_lex_state = 6}, - [2550] = {.lex_state = 1322, .external_lex_state = 6}, - [2551] = {.lex_state = 1322, .external_lex_state = 6}, - [2552] = {.lex_state = 92, .external_lex_state = 3}, - [2553] = {.lex_state = 1322, .external_lex_state = 6}, - [2554] = {.lex_state = 46, .external_lex_state = 3}, - [2555] = {.lex_state = 48, .external_lex_state = 5}, - [2556] = {.lex_state = 26, .external_lex_state = 6}, - [2557] = {.lex_state = 1322, .external_lex_state = 6}, - [2558] = {.lex_state = 1322, .external_lex_state = 6}, - [2559] = {.lex_state = 78, .external_lex_state = 3}, - [2560] = {.lex_state = 51, .external_lex_state = 6}, - [2561] = {.lex_state = 1322, .external_lex_state = 11}, - [2562] = {.lex_state = 51, .external_lex_state = 4}, - [2563] = {.lex_state = 1322, .external_lex_state = 6}, - [2564] = {.lex_state = 26, .external_lex_state = 6}, - [2565] = {.lex_state = 78, .external_lex_state = 3}, - [2566] = {.lex_state = 120, .external_lex_state = 6}, - [2567] = {.lex_state = 51, .external_lex_state = 6}, - [2568] = {.lex_state = 50, .external_lex_state = 6}, - [2569] = {.lex_state = 50, .external_lex_state = 6}, + [2525] = {.lex_state = 50, .external_lex_state = 6}, + [2526] = {.lex_state = 1340}, + [2527] = {.lex_state = 78, .external_lex_state = 3}, + [2528] = {.lex_state = 51, .external_lex_state = 6}, + [2529] = {.lex_state = 46, .external_lex_state = 5}, + [2530] = {.lex_state = 1340, .external_lex_state = 6}, + [2531] = {.lex_state = 1340, .external_lex_state = 6}, + [2532] = {.lex_state = 92, .external_lex_state = 3}, + [2533] = {.lex_state = 78, .external_lex_state = 3}, + [2534] = {.lex_state = 47, .external_lex_state = 3}, + [2535] = {.lex_state = 47, .external_lex_state = 3}, + [2536] = {.lex_state = 48, .external_lex_state = 4}, + [2537] = {.lex_state = 1340, .external_lex_state = 6}, + [2538] = {.lex_state = 1340, .external_lex_state = 6}, + [2539] = {.lex_state = 120, .external_lex_state = 6}, + [2540] = {.lex_state = 78, .external_lex_state = 3}, + [2541] = {.lex_state = 1340, .external_lex_state = 12}, + [2542] = {.lex_state = 26, .external_lex_state = 6}, + [2543] = {.lex_state = 65, .external_lex_state = 8}, + [2544] = {.lex_state = 65, .external_lex_state = 8}, + [2545] = {.lex_state = 50, .external_lex_state = 6}, + [2546] = {.lex_state = 1340}, + [2547] = {.lex_state = 48, .external_lex_state = 5}, + [2548] = {.lex_state = 50, .external_lex_state = 6}, + [2549] = {.lex_state = 51, .external_lex_state = 3}, + [2550] = {.lex_state = 50, .external_lex_state = 6}, + [2551] = {.lex_state = 50, .external_lex_state = 6}, + [2552] = {.lex_state = 48, .external_lex_state = 4}, + [2553] = {.lex_state = 50, .external_lex_state = 6}, + [2554] = {.lex_state = 51, .external_lex_state = 6}, + [2555] = {.lex_state = 1340, .external_lex_state = 6}, + [2556] = {.lex_state = 50, .external_lex_state = 6}, + [2557] = {.lex_state = 78, .external_lex_state = 3}, + [2558] = {.lex_state = 68, .external_lex_state = 8}, + [2559] = {.lex_state = 50, .external_lex_state = 6}, + [2560] = {.lex_state = 50, .external_lex_state = 6}, + [2561] = {.lex_state = 1340}, + [2562] = {.lex_state = 1340, .external_lex_state = 6}, + [2563] = {.lex_state = 1340, .external_lex_state = 6}, + [2564] = {.lex_state = 1340, .external_lex_state = 6}, + [2565] = {.lex_state = 1340, .external_lex_state = 6}, + [2566] = {.lex_state = 76, .external_lex_state = 6}, + [2567] = {.lex_state = 48, .external_lex_state = 5}, + [2568] = {.lex_state = 1340, .external_lex_state = 6}, + [2569] = {.lex_state = 1340, .external_lex_state = 6}, [2570] = {.lex_state = 50, .external_lex_state = 6}, - [2571] = {.lex_state = 48, .external_lex_state = 4}, - [2572] = {.lex_state = 1322, .external_lex_state = 6}, - [2573] = {.lex_state = 47, .external_lex_state = 6}, - [2574] = {.lex_state = 1322, .external_lex_state = 6}, - [2575] = {.lex_state = 50, .external_lex_state = 6}, - [2576] = {.lex_state = 50, .external_lex_state = 6}, - [2577] = {.lex_state = 50, .external_lex_state = 6}, - [2578] = {.lex_state = 47, .external_lex_state = 3}, - [2579] = {.lex_state = 1322, .external_lex_state = 6}, - [2580] = {.lex_state = 1322, .external_lex_state = 6}, - [2581] = {.lex_state = 46, .external_lex_state = 5}, - [2582] = {.lex_state = 48, .external_lex_state = 4}, - [2583] = {.lex_state = 47, .external_lex_state = 3}, - [2584] = {.lex_state = 50, .external_lex_state = 6}, - [2585] = {.lex_state = 50, .external_lex_state = 6}, - [2586] = {.lex_state = 50, .external_lex_state = 6}, - [2587] = {.lex_state = 50, .external_lex_state = 6}, - [2588] = {.lex_state = 1322, .external_lex_state = 6}, - [2589] = {.lex_state = 76, .external_lex_state = 6}, - [2590] = {.lex_state = 46, .external_lex_state = 4}, - [2591] = {.lex_state = 48, .external_lex_state = 6}, - [2592] = {.lex_state = 46, .external_lex_state = 3}, - [2593] = {.lex_state = 48, .external_lex_state = 3}, - [2594] = {.lex_state = 1322, .external_lex_state = 6}, - [2595] = {.lex_state = 26, .external_lex_state = 3}, - [2596] = {.lex_state = 50, .external_lex_state = 6}, - [2597] = {.lex_state = 51, .external_lex_state = 3}, - [2598] = {.lex_state = 50, .external_lex_state = 6}, - [2599] = {.lex_state = 50, .external_lex_state = 6}, - [2600] = {.lex_state = 48, .external_lex_state = 3}, - [2601] = {.lex_state = 50, .external_lex_state = 6}, - [2602] = {.lex_state = 26, .external_lex_state = 3}, - [2603] = {.lex_state = 1322, .external_lex_state = 6}, - [2604] = {.lex_state = 50, .external_lex_state = 6}, - [2605] = {.lex_state = 1322, .external_lex_state = 11}, - [2606] = {.lex_state = 50, .external_lex_state = 6}, - [2607] = {.lex_state = 1322, .external_lex_state = 6}, - [2608] = {.lex_state = 1322, .external_lex_state = 11}, - [2609] = {.lex_state = 50, .external_lex_state = 6}, - [2610] = {.lex_state = 1322, .external_lex_state = 6}, - [2611] = {.lex_state = 1322, .external_lex_state = 6}, - [2612] = {.lex_state = 50, .external_lex_state = 6}, - [2613] = {.lex_state = 50, .external_lex_state = 6}, - [2614] = {.lex_state = 50, .external_lex_state = 6}, - [2615] = {.lex_state = 50, .external_lex_state = 6}, - [2616] = {.lex_state = 50, .external_lex_state = 6}, - [2617] = {.lex_state = 46, .external_lex_state = 3}, - [2618] = {.lex_state = 49, .external_lex_state = 6}, - [2619] = {.lex_state = 50, .external_lex_state = 6}, - [2620] = {.lex_state = 50, .external_lex_state = 6}, - [2621] = {.lex_state = 1322, .external_lex_state = 11}, - [2622] = {.lex_state = 1322, .external_lex_state = 6}, - [2623] = {.lex_state = 26, .external_lex_state = 4}, - [2624] = {.lex_state = 1322, .external_lex_state = 6}, - [2625] = {.lex_state = 30, .external_lex_state = 3}, - [2626] = {.lex_state = 26, .external_lex_state = 5}, - [2627] = {.lex_state = 1322, .external_lex_state = 6}, - [2628] = {.lex_state = 26, .external_lex_state = 4}, - [2629] = {.lex_state = 1322, .external_lex_state = 6}, - [2630] = {.lex_state = 1322, .external_lex_state = 6}, - [2631] = {.lex_state = 121, .external_lex_state = 6}, - [2632] = {.lex_state = 1322, .external_lex_state = 6}, - [2633] = {.lex_state = 1322, .external_lex_state = 6}, - [2634] = {.lex_state = 26, .external_lex_state = 5}, - [2635] = {.lex_state = 1322, .external_lex_state = 6}, - [2636] = {.lex_state = 1322, .external_lex_state = 6}, - [2637] = {.lex_state = 79, .external_lex_state = 3}, - [2638] = {.lex_state = 1322, .external_lex_state = 6}, - [2639] = {.lex_state = 79, .external_lex_state = 3}, - [2640] = {.lex_state = 124, .external_lex_state = 6}, - [2641] = {.lex_state = 48, .external_lex_state = 3}, - [2642] = {.lex_state = 48, .external_lex_state = 3}, - [2643] = {.lex_state = 26, .external_lex_state = 4}, - [2644] = {.lex_state = 79, .external_lex_state = 3}, - [2645] = {.lex_state = 27, .external_lex_state = 6}, - [2646] = {.lex_state = 1322, .external_lex_state = 6}, - [2647] = {.lex_state = 1322, .external_lex_state = 6}, - [2648] = {.lex_state = 47, .external_lex_state = 3}, - [2649] = {.lex_state = 48, .external_lex_state = 6}, - [2650] = {.lex_state = 47, .external_lex_state = 3}, - [2651] = {.lex_state = 26, .external_lex_state = 6}, - [2652] = {.lex_state = 26, .external_lex_state = 4}, - [2653] = {.lex_state = 26, .external_lex_state = 3}, - [2654] = {.lex_state = 48, .external_lex_state = 5}, - [2655] = {.lex_state = 47, .external_lex_state = 3}, - [2656] = {.lex_state = 51, .external_lex_state = 6}, - [2657] = {.lex_state = 47, .external_lex_state = 3}, - [2658] = {.lex_state = 47, .external_lex_state = 3}, - [2659] = {.lex_state = 26, .external_lex_state = 3}, - [2660] = {.lex_state = 47, .external_lex_state = 6}, - [2661] = {.lex_state = 1322, .external_lex_state = 6}, - [2662] = {.lex_state = 48, .external_lex_state = 4}, - [2663] = {.lex_state = 47, .external_lex_state = 4}, - [2664] = {.lex_state = 51, .external_lex_state = 6}, - [2665] = {.lex_state = 1322, .external_lex_state = 6}, - [2666] = {.lex_state = 1322, .external_lex_state = 6}, - [2667] = {.lex_state = 77, .external_lex_state = 6}, - [2668] = {.lex_state = 69, .external_lex_state = 7}, - [2669] = {.lex_state = 29, .external_lex_state = 3}, - [2670] = {.lex_state = 1322, .external_lex_state = 6}, - [2671] = {.lex_state = 29, .external_lex_state = 3}, - [2672] = {.lex_state = 1322, .external_lex_state = 6}, - [2673] = {.lex_state = 1322, .external_lex_state = 6}, - [2674] = {.lex_state = 1322, .external_lex_state = 6}, - [2675] = {.lex_state = 1322, .external_lex_state = 6}, - [2676] = {.lex_state = 1322, .external_lex_state = 6}, - [2677] = {.lex_state = 1322, .external_lex_state = 6}, - [2678] = {.lex_state = 29, .external_lex_state = 3}, - [2679] = {.lex_state = 46, .external_lex_state = 3}, - [2680] = {.lex_state = 46, .external_lex_state = 3}, - [2681] = {.lex_state = 1322, .external_lex_state = 6}, - [2682] = {.lex_state = 1322, .external_lex_state = 6}, - [2683] = {.lex_state = 93, .external_lex_state = 3}, - [2684] = {.lex_state = 93, .external_lex_state = 3}, - [2685] = {.lex_state = 69, .external_lex_state = 7}, - [2686] = {.lex_state = 1322, .external_lex_state = 6}, - [2687] = {.lex_state = 1322, .external_lex_state = 6}, - [2688] = {.lex_state = 1322, .external_lex_state = 6}, - [2689] = {.lex_state = 51, .external_lex_state = 6}, - [2690] = {.lex_state = 69, .external_lex_state = 7}, - [2691] = {.lex_state = 1322, .external_lex_state = 6}, - [2692] = {.lex_state = 1322, .external_lex_state = 6}, - [2693] = {.lex_state = 93, .external_lex_state = 3}, - [2694] = {.lex_state = 1322, .external_lex_state = 6}, - [2695] = {.lex_state = 1322, .external_lex_state = 6}, - [2696] = {.lex_state = 1322, .external_lex_state = 6}, - [2697] = {.lex_state = 1322, .external_lex_state = 6}, - [2698] = {.lex_state = 1322, .external_lex_state = 6}, - [2699] = {.lex_state = 1322, .external_lex_state = 6}, - [2700] = {.lex_state = 46, .external_lex_state = 5}, - [2701] = {.lex_state = 1322, .external_lex_state = 6}, - [2702] = {.lex_state = 47, .external_lex_state = 4}, - [2703] = {.lex_state = 1322, .external_lex_state = 6}, - [2704] = {.lex_state = 1322, .external_lex_state = 6}, - [2705] = {.lex_state = 93, .external_lex_state = 3}, - [2706] = {.lex_state = 49, .external_lex_state = 3}, - [2707] = {.lex_state = 47, .external_lex_state = 5}, - [2708] = {.lex_state = 51, .external_lex_state = 6}, - [2709] = {.lex_state = 1322, .external_lex_state = 6}, - [2710] = {.lex_state = 1322, .external_lex_state = 6}, - [2711] = {.lex_state = 1322, .external_lex_state = 6}, - [2712] = {.lex_state = 49, .external_lex_state = 3}, - [2713] = {.lex_state = 1322, .external_lex_state = 6}, - [2714] = {.lex_state = 1322, .external_lex_state = 6}, - [2715] = {.lex_state = 1322, .external_lex_state = 6}, - [2716] = {.lex_state = 1322, .external_lex_state = 6}, - [2717] = {.lex_state = 1322, .external_lex_state = 6}, - [2718] = {.lex_state = 48, .external_lex_state = 4}, - [2719] = {.lex_state = 1322, .external_lex_state = 6}, - [2720] = {.lex_state = 1322, .external_lex_state = 6}, - [2721] = {.lex_state = 49, .external_lex_state = 6}, - [2722] = {.lex_state = 49, .external_lex_state = 4}, - [2723] = {.lex_state = 47, .external_lex_state = 3}, - [2724] = {.lex_state = 1322, .external_lex_state = 6}, - [2725] = {.lex_state = 47, .external_lex_state = 5}, - [2726] = {.lex_state = 49, .external_lex_state = 4}, - [2727] = {.lex_state = 1322, .external_lex_state = 6}, - [2728] = {.lex_state = 46, .external_lex_state = 3}, - [2729] = {.lex_state = 29, .external_lex_state = 3}, - [2730] = {.lex_state = 1322, .external_lex_state = 6}, - [2731] = {.lex_state = 51, .external_lex_state = 6}, - [2732] = {.lex_state = 49, .external_lex_state = 4}, - [2733] = {.lex_state = 1322, .external_lex_state = 6}, - [2734] = {.lex_state = 1322, .external_lex_state = 6}, - [2735] = {.lex_state = 51, .external_lex_state = 6}, - [2736] = {.lex_state = 51, .external_lex_state = 6}, - [2737] = {.lex_state = 51, .external_lex_state = 6}, - [2738] = {.lex_state = 79, .external_lex_state = 3}, + [2571] = {.lex_state = 50, .external_lex_state = 6}, + [2572] = {.lex_state = 122, .external_lex_state = 6}, + [2573] = {.lex_state = 46, .external_lex_state = 4}, + [2574] = {.lex_state = 92, .external_lex_state = 3}, + [2575] = {.lex_state = 46, .external_lex_state = 3}, + [2576] = {.lex_state = 1340, .external_lex_state = 6}, + [2577] = {.lex_state = 49, .external_lex_state = 6}, + [2578] = {.lex_state = 51, .external_lex_state = 3}, + [2579] = {.lex_state = 46, .external_lex_state = 3}, + [2580] = {.lex_state = 46, .external_lex_state = 4}, + [2581] = {.lex_state = 1340, .external_lex_state = 6}, + [2582] = {.lex_state = 1340, .external_lex_state = 6}, + [2583] = {.lex_state = 1340, .external_lex_state = 6}, + [2584] = {.lex_state = 46, .external_lex_state = 3}, + [2585] = {.lex_state = 92, .external_lex_state = 3}, + [2586] = {.lex_state = 1340, .external_lex_state = 6}, + [2587] = {.lex_state = 92, .external_lex_state = 3}, + [2588] = {.lex_state = 46, .external_lex_state = 4}, + [2589] = {.lex_state = 46, .external_lex_state = 3}, + [2590] = {.lex_state = 50, .external_lex_state = 6}, + [2591] = {.lex_state = 50, .external_lex_state = 6}, + [2592] = {.lex_state = 1340, .external_lex_state = 6}, + [2593] = {.lex_state = 1340}, + [2594] = {.lex_state = 74}, + [2595] = {.lex_state = 1340, .external_lex_state = 6}, + [2596] = {.lex_state = 1340, .external_lex_state = 6}, + [2597] = {.lex_state = 1340}, + [2598] = {.lex_state = 1340, .external_lex_state = 6}, + [2599] = {.lex_state = 46, .external_lex_state = 3}, + [2600] = {.lex_state = 1340, .external_lex_state = 6}, + [2601] = {.lex_state = 1340, .external_lex_state = 6}, + [2602] = {.lex_state = 1340, .external_lex_state = 6}, + [2603] = {.lex_state = 46, .external_lex_state = 3}, + [2604] = {.lex_state = 1340}, + [2605] = {.lex_state = 1340, .external_lex_state = 6}, + [2606] = {.lex_state = 65, .external_lex_state = 8}, + [2607] = {.lex_state = 1340, .external_lex_state = 12}, + [2608] = {.lex_state = 46, .external_lex_state = 4}, + [2609] = {.lex_state = 1340, .external_lex_state = 6}, + [2610] = {.lex_state = 1340, .external_lex_state = 6}, + [2611] = {.lex_state = 47, .external_lex_state = 6}, + [2612] = {.lex_state = 46, .external_lex_state = 6}, + [2613] = {.lex_state = 26, .external_lex_state = 3}, + [2614] = {.lex_state = 29, .external_lex_state = 3}, + [2615] = {.lex_state = 1340, .external_lex_state = 6}, + [2616] = {.lex_state = 47, .external_lex_state = 6}, + [2617] = {.lex_state = 47, .external_lex_state = 3}, + [2618] = {.lex_state = 26, .external_lex_state = 4}, + [2619] = {.lex_state = 47, .external_lex_state = 3}, + [2620] = {.lex_state = 93, .external_lex_state = 3}, + [2621] = {.lex_state = 47, .external_lex_state = 4}, + [2622] = {.lex_state = 1340, .external_lex_state = 6}, + [2623] = {.lex_state = 47, .external_lex_state = 3}, + [2624] = {.lex_state = 51, .external_lex_state = 6}, + [2625] = {.lex_state = 1340, .external_lex_state = 6}, + [2626] = {.lex_state = 48, .external_lex_state = 3}, + [2627] = {.lex_state = 35, .external_lex_state = 12}, + [2628] = {.lex_state = 124, .external_lex_state = 6}, + [2629] = {.lex_state = 1340, .external_lex_state = 6}, + [2630] = {.lex_state = 1340, .external_lex_state = 6}, + [2631] = {.lex_state = 1340, .external_lex_state = 6}, + [2632] = {.lex_state = 26, .external_lex_state = 5}, + [2633] = {.lex_state = 47, .external_lex_state = 4}, + [2634] = {.lex_state = 1340, .external_lex_state = 6}, + [2635] = {.lex_state = 1340, .external_lex_state = 6}, + [2636] = {.lex_state = 79, .external_lex_state = 3}, + [2637] = {.lex_state = 51, .external_lex_state = 6}, + [2638] = {.lex_state = 51, .external_lex_state = 6}, + [2639] = {.lex_state = 86, .external_lex_state = 6}, + [2640] = {.lex_state = 49, .external_lex_state = 3}, + [2641] = {.lex_state = 1340, .external_lex_state = 6}, + [2642] = {.lex_state = 47, .external_lex_state = 5}, + [2643] = {.lex_state = 1340, .external_lex_state = 6}, + [2644] = {.lex_state = 46, .external_lex_state = 4}, + [2645] = {.lex_state = 1340, .external_lex_state = 6}, + [2646] = {.lex_state = 1340, .external_lex_state = 6}, + [2647] = {.lex_state = 1340, .external_lex_state = 6}, + [2648] = {.lex_state = 79, .external_lex_state = 3}, + [2649] = {.lex_state = 46, .external_lex_state = 4}, + [2650] = {.lex_state = 1340, .external_lex_state = 6}, + [2651] = {.lex_state = 1340, .external_lex_state = 6}, + [2652] = {.lex_state = 26, .external_lex_state = 5}, + [2653] = {.lex_state = 79, .external_lex_state = 3}, + [2654] = {.lex_state = 1340, .external_lex_state = 6}, + [2655] = {.lex_state = 27, .external_lex_state = 6}, + [2656] = {.lex_state = 30, .external_lex_state = 3}, + [2657] = {.lex_state = 49, .external_lex_state = 3}, + [2658] = {.lex_state = 49, .external_lex_state = 6}, + [2659] = {.lex_state = 1340, .external_lex_state = 6}, + [2660] = {.lex_state = 26, .external_lex_state = 4}, + [2661] = {.lex_state = 1340, .external_lex_state = 6}, + [2662] = {.lex_state = 47, .external_lex_state = 3}, + [2663] = {.lex_state = 1340, .external_lex_state = 6}, + [2664] = {.lex_state = 1340, .external_lex_state = 6}, + [2665] = {.lex_state = 1340, .external_lex_state = 6}, + [2666] = {.lex_state = 1340, .external_lex_state = 6}, + [2667] = {.lex_state = 1340, .external_lex_state = 6}, + [2668] = {.lex_state = 48, .external_lex_state = 6}, + [2669] = {.lex_state = 1340, .external_lex_state = 6}, + [2670] = {.lex_state = 51, .external_lex_state = 6}, + [2671] = {.lex_state = 47, .external_lex_state = 3}, + [2672] = {.lex_state = 47, .external_lex_state = 3}, + [2673] = {.lex_state = 121, .external_lex_state = 6}, + [2674] = {.lex_state = 1340, .external_lex_state = 6}, + [2675] = {.lex_state = 1340, .external_lex_state = 6}, + [2676] = {.lex_state = 1340, .external_lex_state = 6}, + [2677] = {.lex_state = 48, .external_lex_state = 3}, + [2678] = {.lex_state = 26, .external_lex_state = 4}, + [2679] = {.lex_state = 91, .external_lex_state = 6}, + [2680] = {.lex_state = 49, .external_lex_state = 4}, + [2681] = {.lex_state = 77, .external_lex_state = 6}, + [2682] = {.lex_state = 1340, .external_lex_state = 6}, + [2683] = {.lex_state = 51, .external_lex_state = 6}, + [2684] = {.lex_state = 29, .external_lex_state = 3}, + [2685] = {.lex_state = 29, .external_lex_state = 3}, + [2686] = {.lex_state = 1340, .external_lex_state = 6}, + [2687] = {.lex_state = 29, .external_lex_state = 3}, + [2688] = {.lex_state = 1340, .external_lex_state = 6}, + [2689] = {.lex_state = 26, .external_lex_state = 4}, + [2690] = {.lex_state = 1340, .external_lex_state = 6}, + [2691] = {.lex_state = 47, .external_lex_state = 5}, + [2692] = {.lex_state = 26, .external_lex_state = 6}, + [2693] = {.lex_state = 26, .external_lex_state = 3}, + [2694] = {.lex_state = 1340, .external_lex_state = 6}, + [2695] = {.lex_state = 1340, .external_lex_state = 6}, + [2696] = {.lex_state = 1340, .external_lex_state = 6}, + [2697] = {.lex_state = 48, .external_lex_state = 5}, + [2698] = {.lex_state = 1340, .external_lex_state = 6}, + [2699] = {.lex_state = 1340, .external_lex_state = 6}, + [2700] = {.lex_state = 49, .external_lex_state = 4}, + [2701] = {.lex_state = 1340, .external_lex_state = 6}, + [2702] = {.lex_state = 93, .external_lex_state = 3}, + [2703] = {.lex_state = 51, .external_lex_state = 6}, + [2704] = {.lex_state = 51, .external_lex_state = 6}, + [2705] = {.lex_state = 1340, .external_lex_state = 6}, + [2706] = {.lex_state = 51, .external_lex_state = 6}, + [2707] = {.lex_state = 26, .external_lex_state = 3}, + [2708] = {.lex_state = 79, .external_lex_state = 3}, + [2709] = {.lex_state = 1340, .external_lex_state = 6}, + [2710] = {.lex_state = 1340, .external_lex_state = 6}, + [2711] = {.lex_state = 48, .external_lex_state = 4}, + [2712] = {.lex_state = 1340, .external_lex_state = 6}, + [2713] = {.lex_state = 1340, .external_lex_state = 6}, + [2714] = {.lex_state = 49, .external_lex_state = 5}, + [2715] = {.lex_state = 1340, .external_lex_state = 6}, + [2716] = {.lex_state = 1340, .external_lex_state = 6}, + [2717] = {.lex_state = 93, .external_lex_state = 3}, + [2718] = {.lex_state = 51, .external_lex_state = 6}, + [2719] = {.lex_state = 1340, .external_lex_state = 6}, + [2720] = {.lex_state = 1340, .external_lex_state = 6}, + [2721] = {.lex_state = 51, .external_lex_state = 6}, + [2722] = {.lex_state = 51, .external_lex_state = 6}, + [2723] = {.lex_state = 1340, .external_lex_state = 6}, + [2724] = {.lex_state = 93, .external_lex_state = 3}, + [2725] = {.lex_state = 1340, .external_lex_state = 6}, + [2726] = {.lex_state = 1340, .external_lex_state = 6}, + [2727] = {.lex_state = 1340, .external_lex_state = 6}, + [2728] = {.lex_state = 1340, .external_lex_state = 6}, + [2729] = {.lex_state = 46, .external_lex_state = 5}, + [2730] = {.lex_state = 1340, .external_lex_state = 6}, + [2731] = {.lex_state = 46, .external_lex_state = 3}, + [2732] = {.lex_state = 51, .external_lex_state = 6}, + [2733] = {.lex_state = 51, .external_lex_state = 6}, + [2734] = {.lex_state = 49, .external_lex_state = 5}, + [2735] = {.lex_state = 1340, .external_lex_state = 6}, + [2736] = {.lex_state = 47, .external_lex_state = 4}, + [2737] = {.lex_state = 30, .external_lex_state = 3}, + [2738] = {.lex_state = 51, .external_lex_state = 6}, [2739] = {.lex_state = 51, .external_lex_state = 6}, - [2740] = {.lex_state = 49, .external_lex_state = 5}, - [2741] = {.lex_state = 49, .external_lex_state = 4}, - [2742] = {.lex_state = 51, .external_lex_state = 6}, - [2743] = {.lex_state = 51, .external_lex_state = 6}, + [2740] = {.lex_state = 48, .external_lex_state = 4}, + [2741] = {.lex_state = 47, .external_lex_state = 4}, + [2742] = {.lex_state = 1340, .external_lex_state = 6}, + [2743] = {.lex_state = 1340, .external_lex_state = 6}, [2744] = {.lex_state = 51, .external_lex_state = 6}, - [2745] = {.lex_state = 30, .external_lex_state = 3}, - [2746] = {.lex_state = 46, .external_lex_state = 4}, - [2747] = {.lex_state = 91, .external_lex_state = 6}, - [2748] = {.lex_state = 46, .external_lex_state = 6}, - [2749] = {.lex_state = 30, .external_lex_state = 3}, - [2750] = {.lex_state = 51, .external_lex_state = 6}, + [2745] = {.lex_state = 51, .external_lex_state = 6}, + [2746] = {.lex_state = 1340, .external_lex_state = 6}, + [2747] = {.lex_state = 1340, .external_lex_state = 6}, + [2748] = {.lex_state = 30, .external_lex_state = 3}, + [2749] = {.lex_state = 46, .external_lex_state = 6}, + [2750] = {.lex_state = 49, .external_lex_state = 4}, [2751] = {.lex_state = 51, .external_lex_state = 6}, [2752] = {.lex_state = 51, .external_lex_state = 6}, - [2753] = {.lex_state = 51, .external_lex_state = 6}, - [2754] = {.lex_state = 47, .external_lex_state = 4}, - [2755] = {.lex_state = 51, .external_lex_state = 6}, - [2756] = {.lex_state = 46, .external_lex_state = 4}, + [2753] = {.lex_state = 46, .external_lex_state = 3}, + [2754] = {.lex_state = 51, .external_lex_state = 6}, + [2755] = {.lex_state = 49, .external_lex_state = 4}, + [2756] = {.lex_state = 51, .external_lex_state = 6}, [2757] = {.lex_state = 51, .external_lex_state = 6}, [2758] = {.lex_state = 51, .external_lex_state = 6}, - [2759] = {.lex_state = 51, .external_lex_state = 6}, - [2760] = {.lex_state = 86, .external_lex_state = 6}, + [2759] = {.lex_state = 1340, .external_lex_state = 6}, + [2760] = {.lex_state = 46, .external_lex_state = 3}, [2761] = {.lex_state = 51, .external_lex_state = 6}, [2762] = {.lex_state = 51, .external_lex_state = 6}, - [2763] = {.lex_state = 49, .external_lex_state = 5}, + [2763] = {.lex_state = 30, .external_lex_state = 3}, [2764] = {.lex_state = 51, .external_lex_state = 6}, - [2765] = {.lex_state = 51, .external_lex_state = 6}, - [2766] = {.lex_state = 30, .external_lex_state = 3}, - [2767] = {.lex_state = 51, .external_lex_state = 6}, - [2768] = {.lex_state = 47, .external_lex_state = 4}, - [2769] = {.lex_state = 51, .external_lex_state = 6}, - [2770] = {.lex_state = 1322, .external_lex_state = 6}, - [2771] = {.lex_state = 1322, .external_lex_state = 6}, - [2772] = {.lex_state = 1322, .external_lex_state = 6}, - [2773] = {.lex_state = 1322, .external_lex_state = 6}, - [2774] = {.lex_state = 1322, .external_lex_state = 6}, - [2775] = {.lex_state = 47, .external_lex_state = 4}, - [2776] = {.lex_state = 203, .external_lex_state = 7}, - [2777] = {.lex_state = 46, .external_lex_state = 6}, - [2778] = {.lex_state = 46, .external_lex_state = 6}, - [2779] = {.lex_state = 46, .external_lex_state = 6}, - [2780] = {.lex_state = 46, .external_lex_state = 6}, - [2781] = {.lex_state = 47, .external_lex_state = 6}, - [2782] = {.lex_state = 46, .external_lex_state = 6}, - [2783] = {.lex_state = 47, .external_lex_state = 3}, - [2784] = {.lex_state = 46, .external_lex_state = 6}, - [2785] = {.lex_state = 1322, .external_lex_state = 6}, - [2786] = {.lex_state = 1322}, - [2787] = {.lex_state = 1322, .external_lex_state = 6}, - [2788] = {.lex_state = 38}, - [2789] = {.lex_state = 1322, .external_lex_state = 6}, - [2790] = {.lex_state = 49, .external_lex_state = 6}, - [2791] = {.lex_state = 1322, .external_lex_state = 6}, - [2792] = {.lex_state = 46, .external_lex_state = 6}, - [2793] = {.lex_state = 46, .external_lex_state = 6}, - [2794] = {.lex_state = 1322, .external_lex_state = 6}, - [2795] = {.lex_state = 46, .external_lex_state = 6}, - [2796] = {.lex_state = 1322, .external_lex_state = 6}, - [2797] = {.lex_state = 1322, .external_lex_state = 6}, - [2798] = {.lex_state = 49, .external_lex_state = 3}, - [2799] = {.lex_state = 38, .external_lex_state = 11}, - [2800] = {.lex_state = 1322, .external_lex_state = 6}, - [2801] = {.lex_state = 1322, .external_lex_state = 6}, - [2802] = {.lex_state = 1322, .external_lex_state = 6}, - [2803] = {.lex_state = 1322, .external_lex_state = 6}, - [2804] = {.lex_state = 1322, .external_lex_state = 6}, - [2805] = {.lex_state = 1322, .external_lex_state = 6}, - [2806] = {.lex_state = 1322, .external_lex_state = 6}, - [2807] = {.lex_state = 1322, .external_lex_state = 6}, - [2808] = {.lex_state = 1322, .external_lex_state = 6}, - [2809] = {.lex_state = 1322, .external_lex_state = 6}, - [2810] = {.lex_state = 46, .external_lex_state = 6}, - [2811] = {.lex_state = 203, .external_lex_state = 7}, - [2812] = {.lex_state = 1322, .external_lex_state = 6}, - [2813] = {.lex_state = 46, .external_lex_state = 6}, - [2814] = {.lex_state = 46, .external_lex_state = 6}, - [2815] = {.lex_state = 1322, .external_lex_state = 6}, - [2816] = {.lex_state = 1322, .external_lex_state = 6}, - [2817] = {.lex_state = 1322, .external_lex_state = 6}, - [2818] = {.lex_state = 1322, .external_lex_state = 6}, - [2819] = {.lex_state = 46, .external_lex_state = 6}, - [2820] = {.lex_state = 1322, .external_lex_state = 6}, - [2821] = {.lex_state = 1322}, - [2822] = {.lex_state = 1322, .external_lex_state = 6}, - [2823] = {.lex_state = 87, .external_lex_state = 6}, - [2824] = {.lex_state = 1322, .external_lex_state = 6}, - [2825] = {.lex_state = 1322}, - [2826] = {.lex_state = 70, .external_lex_state = 7}, - [2827] = {.lex_state = 49, .external_lex_state = 5}, - [2828] = {.lex_state = 1322, .external_lex_state = 6}, - [2829] = {.lex_state = 1322, .external_lex_state = 6}, - [2830] = {.lex_state = 1322, .external_lex_state = 6}, - [2831] = {.lex_state = 1322, .external_lex_state = 6}, - [2832] = {.lex_state = 1322}, - [2833] = {.lex_state = 46, .external_lex_state = 6}, - [2834] = {.lex_state = 1322, .external_lex_state = 11}, - [2835] = {.lex_state = 1322, .external_lex_state = 6}, - [2836] = {.lex_state = 1322, .external_lex_state = 6}, - [2837] = {.lex_state = 49, .external_lex_state = 4}, - [2838] = {.lex_state = 46, .external_lex_state = 6}, - [2839] = {.lex_state = 49, .external_lex_state = 4}, - [2840] = {.lex_state = 1322, .external_lex_state = 6}, - [2841] = {.lex_state = 1322, .external_lex_state = 6}, - [2842] = {.lex_state = 46, .external_lex_state = 6}, - [2843] = {.lex_state = 46, .external_lex_state = 6}, - [2844] = {.lex_state = 1322, .external_lex_state = 6}, - [2845] = {.lex_state = 1322, .external_lex_state = 6}, - [2846] = {.lex_state = 46, .external_lex_state = 6}, - [2847] = {.lex_state = 1322, .external_lex_state = 6}, - [2848] = {.lex_state = 1322, .external_lex_state = 6}, - [2849] = {.lex_state = 1322, .external_lex_state = 6}, - [2850] = {.lex_state = 1322, .external_lex_state = 6}, - [2851] = {.lex_state = 1322, .external_lex_state = 6}, - [2852] = {.lex_state = 1322}, - [2853] = {.lex_state = 1322, .external_lex_state = 6}, - [2854] = {.lex_state = 1322, .external_lex_state = 6}, - [2855] = {.lex_state = 1322, .external_lex_state = 6}, - [2856] = {.lex_state = 46, .external_lex_state = 6}, - [2857] = {.lex_state = 46, .external_lex_state = 6}, - [2858] = {.lex_state = 46, .external_lex_state = 6}, - [2859] = {.lex_state = 46, .external_lex_state = 6}, - [2860] = {.lex_state = 46, .external_lex_state = 6}, - [2861] = {.lex_state = 1322, .external_lex_state = 6}, - [2862] = {.lex_state = 1322, .external_lex_state = 6}, - [2863] = {.lex_state = 1322, .external_lex_state = 6}, - [2864] = {.lex_state = 1322, .external_lex_state = 6}, - [2865] = {.lex_state = 47, .external_lex_state = 3}, - [2866] = {.lex_state = 1322, .external_lex_state = 6}, - [2867] = {.lex_state = 1322, .external_lex_state = 6}, - [2868] = {.lex_state = 46, .external_lex_state = 6}, - [2869] = {.lex_state = 1322, .external_lex_state = 6}, - [2870] = {.lex_state = 46, .external_lex_state = 6}, + [2765] = {.lex_state = 1340, .external_lex_state = 6}, + [2766] = {.lex_state = 1340, .external_lex_state = 6}, + [2767] = {.lex_state = 1340, .external_lex_state = 6}, + [2768] = {.lex_state = 1340, .external_lex_state = 6}, + [2769] = {.lex_state = 1340, .external_lex_state = 6}, + [2770] = {.lex_state = 1340, .external_lex_state = 6}, + [2771] = {.lex_state = 1340, .external_lex_state = 6}, + [2772] = {.lex_state = 1340, .external_lex_state = 6}, + [2773] = {.lex_state = 1340, .external_lex_state = 6}, + [2774] = {.lex_state = 1340}, + [2775] = {.lex_state = 26, .external_lex_state = 6}, + [2776] = {.lex_state = 1340, .external_lex_state = 6}, + [2777] = {.lex_state = 1340, .external_lex_state = 6}, + [2778] = {.lex_state = 1340, .external_lex_state = 6}, + [2779] = {.lex_state = 1340, .external_lex_state = 6}, + [2780] = {.lex_state = 49, .external_lex_state = 4}, + [2781] = {.lex_state = 1340, .external_lex_state = 6}, + [2782] = {.lex_state = 48, .external_lex_state = 6}, + [2783] = {.lex_state = 48, .external_lex_state = 6}, + [2784] = {.lex_state = 1340}, + [2785] = {.lex_state = 1340, .external_lex_state = 6}, + [2786] = {.lex_state = 1340, .external_lex_state = 6}, + [2787] = {.lex_state = 48, .external_lex_state = 6}, + [2788] = {.lex_state = 1340, .external_lex_state = 6}, + [2789] = {.lex_state = 1340, .external_lex_state = 6}, + [2790] = {.lex_state = 1340, .external_lex_state = 6}, + [2791] = {.lex_state = 1340, .external_lex_state = 6}, + [2792] = {.lex_state = 1340, .external_lex_state = 6}, + [2793] = {.lex_state = 1340, .external_lex_state = 6}, + [2794] = {.lex_state = 1340, .external_lex_state = 6}, + [2795] = {.lex_state = 1340, .external_lex_state = 6}, + [2796] = {.lex_state = 1340, .external_lex_state = 6}, + [2797] = {.lex_state = 1340, .external_lex_state = 6}, + [2798] = {.lex_state = 1340, .external_lex_state = 6}, + [2799] = {.lex_state = 48, .external_lex_state = 6}, + [2800] = {.lex_state = 46, .external_lex_state = 6}, + [2801] = {.lex_state = 1340, .external_lex_state = 6}, + [2802] = {.lex_state = 48, .external_lex_state = 6}, + [2803] = {.lex_state = 48, .external_lex_state = 6}, + [2804] = {.lex_state = 1340, .external_lex_state = 6}, + [2805] = {.lex_state = 1340, .external_lex_state = 6}, + [2806] = {.lex_state = 1340, .external_lex_state = 6}, + [2807] = {.lex_state = 1340, .external_lex_state = 6}, + [2808] = {.lex_state = 1340, .external_lex_state = 6}, + [2809] = {.lex_state = 1340, .external_lex_state = 6}, + [2810] = {.lex_state = 1340, .external_lex_state = 6}, + [2811] = {.lex_state = 1340, .external_lex_state = 6}, + [2812] = {.lex_state = 1340, .external_lex_state = 6}, + [2813] = {.lex_state = 48, .external_lex_state = 6}, + [2814] = {.lex_state = 1340, .external_lex_state = 6}, + [2815] = {.lex_state = 48, .external_lex_state = 6}, + [2816] = {.lex_state = 1340, .external_lex_state = 6}, + [2817] = {.lex_state = 1340, .external_lex_state = 6}, + [2818] = {.lex_state = 1340, .external_lex_state = 6}, + [2819] = {.lex_state = 1340, .external_lex_state = 6}, + [2820] = {.lex_state = 1340, .external_lex_state = 6}, + [2821] = {.lex_state = 1340, .external_lex_state = 6}, + [2822] = {.lex_state = 1340, .external_lex_state = 6}, + [2823] = {.lex_state = 1340, .external_lex_state = 6}, + [2824] = {.lex_state = 1340, .external_lex_state = 6}, + [2825] = {.lex_state = 1340, .external_lex_state = 6}, + [2826] = {.lex_state = 1340, .external_lex_state = 6}, + [2827] = {.lex_state = 48, .external_lex_state = 6}, + [2828] = {.lex_state = 1340, .external_lex_state = 6}, + [2829] = {.lex_state = 48, .external_lex_state = 6}, + [2830] = {.lex_state = 1340, .external_lex_state = 6}, + [2831] = {.lex_state = 1340, .external_lex_state = 6}, + [2832] = {.lex_state = 1340, .external_lex_state = 6}, + [2833] = {.lex_state = 1340, .external_lex_state = 6}, + [2834] = {.lex_state = 1340, .external_lex_state = 6}, + [2835] = {.lex_state = 1340, .external_lex_state = 6}, + [2836] = {.lex_state = 1340, .external_lex_state = 6}, + [2837] = {.lex_state = 1340, .external_lex_state = 6}, + [2838] = {.lex_state = 48, .external_lex_state = 6}, + [2839] = {.lex_state = 48, .external_lex_state = 6}, + [2840] = {.lex_state = 1340, .external_lex_state = 6}, + [2841] = {.lex_state = 49, .external_lex_state = 5}, + [2842] = {.lex_state = 48, .external_lex_state = 6}, + [2843] = {.lex_state = 48, .external_lex_state = 6}, + [2844] = {.lex_state = 1340, .external_lex_state = 6}, + [2845] = {.lex_state = 48, .external_lex_state = 6}, + [2846] = {.lex_state = 48, .external_lex_state = 6}, + [2847] = {.lex_state = 48, .external_lex_state = 6}, + [2848] = {.lex_state = 1340, .external_lex_state = 6}, + [2849] = {.lex_state = 48, .external_lex_state = 6}, + [2850] = {.lex_state = 48, .external_lex_state = 6}, + [2851] = {.lex_state = 48, .external_lex_state = 6}, + [2852] = {.lex_state = 48, .external_lex_state = 6}, + [2853] = {.lex_state = 1340, .external_lex_state = 6}, + [2854] = {.lex_state = 1340, .external_lex_state = 6}, + [2855] = {.lex_state = 1340, .external_lex_state = 6}, + [2856] = {.lex_state = 1340, .external_lex_state = 6}, + [2857] = {.lex_state = 1340, .external_lex_state = 6}, + [2858] = {.lex_state = 1340}, + [2859] = {.lex_state = 48, .external_lex_state = 6}, + [2860] = {.lex_state = 49, .external_lex_state = 3}, + [2861] = {.lex_state = 1340, .external_lex_state = 6}, + [2862] = {.lex_state = 69, .external_lex_state = 8}, + [2863] = {.lex_state = 1340, .external_lex_state = 6}, + [2864] = {.lex_state = 1340, .external_lex_state = 6}, + [2865] = {.lex_state = 1340, .external_lex_state = 6}, + [2866] = {.lex_state = 1340, .external_lex_state = 6}, + [2867] = {.lex_state = 1340, .external_lex_state = 6}, + [2868] = {.lex_state = 1340, .external_lex_state = 6}, + [2869] = {.lex_state = 1340, .external_lex_state = 6}, + [2870] = {.lex_state = 69, .external_lex_state = 8}, [2871] = {.lex_state = 46, .external_lex_state = 6}, - [2872] = {.lex_state = 47, .external_lex_state = 5}, - [2873] = {.lex_state = 1322, .external_lex_state = 6}, - [2874] = {.lex_state = 1322, .external_lex_state = 6}, - [2875] = {.lex_state = 1322, .external_lex_state = 6}, - [2876] = {.lex_state = 1322, .external_lex_state = 6}, - [2877] = {.lex_state = 1322, .external_lex_state = 6}, - [2878] = {.lex_state = 1322, .external_lex_state = 6}, - [2879] = {.lex_state = 48, .external_lex_state = 6}, - [2880] = {.lex_state = 48, .external_lex_state = 6}, - [2881] = {.lex_state = 112, .external_lex_state = 6}, - [2882] = {.lex_state = 1322, .external_lex_state = 6}, - [2883] = {.lex_state = 1322, .external_lex_state = 6}, - [2884] = {.lex_state = 48, .external_lex_state = 6}, - [2885] = {.lex_state = 1322}, - [2886] = {.lex_state = 128, .external_lex_state = 6}, - [2887] = {.lex_state = 1322, .external_lex_state = 6}, - [2888] = {.lex_state = 1322, .external_lex_state = 6}, - [2889] = {.lex_state = 1322, .external_lex_state = 6}, - [2890] = {.lex_state = 47, .external_lex_state = 4}, - [2891] = {.lex_state = 88, .external_lex_state = 6}, - [2892] = {.lex_state = 1322, .external_lex_state = 6}, - [2893] = {.lex_state = 1322, .external_lex_state = 6}, - [2894] = {.lex_state = 1322, .external_lex_state = 6}, - [2895] = {.lex_state = 26, .external_lex_state = 3}, - [2896] = {.lex_state = 48, .external_lex_state = 6}, - [2897] = {.lex_state = 1322}, - [2898] = {.lex_state = 1322, .external_lex_state = 6}, + [2872] = {.lex_state = 1340, .external_lex_state = 6}, + [2873] = {.lex_state = 1340, .external_lex_state = 6}, + [2874] = {.lex_state = 1340, .external_lex_state = 6}, + [2875] = {.lex_state = 1340, .external_lex_state = 6}, + [2876] = {.lex_state = 1340, .external_lex_state = 6}, + [2877] = {.lex_state = 1340, .external_lex_state = 6}, + [2878] = {.lex_state = 1340}, + [2879] = {.lex_state = 1340, .external_lex_state = 6}, + [2880] = {.lex_state = 47, .external_lex_state = 3}, + [2881] = {.lex_state = 1340, .external_lex_state = 6}, + [2882] = {.lex_state = 1340, .external_lex_state = 6}, + [2883] = {.lex_state = 1340, .external_lex_state = 6}, + [2884] = {.lex_state = 1340, .external_lex_state = 6}, + [2885] = {.lex_state = 1340, .external_lex_state = 6}, + [2886] = {.lex_state = 47, .external_lex_state = 3}, + [2887] = {.lex_state = 49, .external_lex_state = 4}, + [2888] = {.lex_state = 1340, .external_lex_state = 6}, + [2889] = {.lex_state = 1340, .external_lex_state = 6}, + [2890] = {.lex_state = 88, .external_lex_state = 6}, + [2891] = {.lex_state = 1340, .external_lex_state = 6}, + [2892] = {.lex_state = 1340, .external_lex_state = 6}, + [2893] = {.lex_state = 1340}, + [2894] = {.lex_state = 1340, .external_lex_state = 6}, + [2895] = {.lex_state = 1340, .external_lex_state = 6}, + [2896] = {.lex_state = 1340, .external_lex_state = 6}, + [2897] = {.lex_state = 1340, .external_lex_state = 6}, + [2898] = {.lex_state = 1340, .external_lex_state = 6}, [2899] = {.lex_state = 48, .external_lex_state = 6}, - [2900] = {.lex_state = 48, .external_lex_state = 6}, - [2901] = {.lex_state = 1322, .external_lex_state = 6}, - [2902] = {.lex_state = 1322, .external_lex_state = 6}, - [2903] = {.lex_state = 1322, .external_lex_state = 6}, - [2904] = {.lex_state = 1322, .external_lex_state = 6}, - [2905] = {.lex_state = 1322, .external_lex_state = 6}, - [2906] = {.lex_state = 1322, .external_lex_state = 6}, - [2907] = {.lex_state = 1322, .external_lex_state = 6}, - [2908] = {.lex_state = 1322, .external_lex_state = 6}, - [2909] = {.lex_state = 1322, .external_lex_state = 6}, - [2910] = {.lex_state = 48, .external_lex_state = 6}, - [2911] = {.lex_state = 1322, .external_lex_state = 6}, - [2912] = {.lex_state = 48, .external_lex_state = 6}, - [2913] = {.lex_state = 1322, .external_lex_state = 6}, - [2914] = {.lex_state = 1322, .external_lex_state = 6}, - [2915] = {.lex_state = 1322, .external_lex_state = 6}, - [2916] = {.lex_state = 47, .external_lex_state = 3}, - [2917] = {.lex_state = 203, .external_lex_state = 7}, - [2918] = {.lex_state = 1322, .external_lex_state = 6}, - [2919] = {.lex_state = 1322, .external_lex_state = 6}, - [2920] = {.lex_state = 1322, .external_lex_state = 6}, - [2921] = {.lex_state = 1322, .external_lex_state = 6}, - [2922] = {.lex_state = 1322, .external_lex_state = 6}, - [2923] = {.lex_state = 1322, .external_lex_state = 6}, - [2924] = {.lex_state = 48, .external_lex_state = 6}, - [2925] = {.lex_state = 1322, .external_lex_state = 6}, - [2926] = {.lex_state = 48, .external_lex_state = 6}, - [2927] = {.lex_state = 1322, .external_lex_state = 6}, - [2928] = {.lex_state = 1322, .external_lex_state = 6}, - [2929] = {.lex_state = 1322, .external_lex_state = 6}, - [2930] = {.lex_state = 1322, .external_lex_state = 6}, - [2931] = {.lex_state = 49, .external_lex_state = 3}, - [2932] = {.lex_state = 1322, .external_lex_state = 6}, - [2933] = {.lex_state = 203, .external_lex_state = 7}, - [2934] = {.lex_state = 1322, .external_lex_state = 6}, - [2935] = {.lex_state = 48, .external_lex_state = 6}, - [2936] = {.lex_state = 48, .external_lex_state = 6}, - [2937] = {.lex_state = 1322, .external_lex_state = 11}, - [2938] = {.lex_state = 1322, .external_lex_state = 6}, - [2939] = {.lex_state = 48, .external_lex_state = 6}, - [2940] = {.lex_state = 48, .external_lex_state = 6}, - [2941] = {.lex_state = 1322, .external_lex_state = 6}, - [2942] = {.lex_state = 48, .external_lex_state = 6}, - [2943] = {.lex_state = 48, .external_lex_state = 6}, - [2944] = {.lex_state = 48, .external_lex_state = 6}, - [2945] = {.lex_state = 1322, .external_lex_state = 6}, - [2946] = {.lex_state = 48, .external_lex_state = 6}, - [2947] = {.lex_state = 48, .external_lex_state = 6}, - [2948] = {.lex_state = 48, .external_lex_state = 6}, - [2949] = {.lex_state = 48, .external_lex_state = 6}, - [2950] = {.lex_state = 1322, .external_lex_state = 6}, - [2951] = {.lex_state = 1322, .external_lex_state = 6}, - [2952] = {.lex_state = 1322, .external_lex_state = 6}, - [2953] = {.lex_state = 1322, .external_lex_state = 6}, - [2954] = {.lex_state = 1322, .external_lex_state = 6}, - [2955] = {.lex_state = 1322, .external_lex_state = 6}, - [2956] = {.lex_state = 48, .external_lex_state = 6}, - [2957] = {.lex_state = 1322, .external_lex_state = 6}, - [2958] = {.lex_state = 1322, .external_lex_state = 6}, - [2959] = {.lex_state = 1322, .external_lex_state = 6}, - [2960] = {.lex_state = 1322, .external_lex_state = 6}, - [2961] = {.lex_state = 1322, .external_lex_state = 6}, - [2962] = {.lex_state = 1322, .external_lex_state = 6}, - [2963] = {.lex_state = 1322, .external_lex_state = 6}, - [2964] = {.lex_state = 1322, .external_lex_state = 6}, - [2965] = {.lex_state = 38}, - [2966] = {.lex_state = 1322, .external_lex_state = 6}, - [2967] = {.lex_state = 1322, .external_lex_state = 6}, - [2968] = {.lex_state = 1322, .external_lex_state = 6}, - [2969] = {.lex_state = 1322, .external_lex_state = 6}, - [2970] = {.lex_state = 123, .external_lex_state = 6}, - [2971] = {.lex_state = 1322, .external_lex_state = 6}, - [2972] = {.lex_state = 48, .external_lex_state = 6}, - [2973] = {.lex_state = 1322, .external_lex_state = 6}, - [2974] = {.lex_state = 1322, .external_lex_state = 6}, - [2975] = {.lex_state = 203, .external_lex_state = 7}, - [2976] = {.lex_state = 1322, .external_lex_state = 6}, - [2977] = {.lex_state = 1322, .external_lex_state = 6}, - [2978] = {.lex_state = 1322, .external_lex_state = 6}, - [2979] = {.lex_state = 1322, .external_lex_state = 6}, - [2980] = {.lex_state = 48, .external_lex_state = 6}, - [2981] = {.lex_state = 1322, .external_lex_state = 6}, - [2982] = {.lex_state = 26, .external_lex_state = 4}, - [2983] = {.lex_state = 1322, .external_lex_state = 6}, - [2984] = {.lex_state = 1322, .external_lex_state = 6}, - [2985] = {.lex_state = 1322, .external_lex_state = 6}, - [2986] = {.lex_state = 1322, .external_lex_state = 6}, - [2987] = {.lex_state = 1322, .external_lex_state = 6}, - [2988] = {.lex_state = 1322, .external_lex_state = 6}, - [2989] = {.lex_state = 1322, .external_lex_state = 6}, - [2990] = {.lex_state = 64}, - [2991] = {.lex_state = 48, .external_lex_state = 6}, - [2992] = {.lex_state = 1322, .external_lex_state = 6}, - [2993] = {.lex_state = 26, .external_lex_state = 6}, - [2994] = {.lex_state = 1322, .external_lex_state = 6}, - [2995] = {.lex_state = 1322, .external_lex_state = 6}, - [2996] = {.lex_state = 48, .external_lex_state = 6}, - [2997] = {.lex_state = 1322, .external_lex_state = 6}, - [2998] = {.lex_state = 1322, .external_lex_state = 6}, - [2999] = {.lex_state = 1322, .external_lex_state = 6}, - [3000] = {.lex_state = 1322}, - [3001] = {.lex_state = 1322, .external_lex_state = 6}, - [3002] = {.lex_state = 1322, .external_lex_state = 6}, - [3003] = {.lex_state = 1322, .external_lex_state = 6}, - [3004] = {.lex_state = 26, .external_lex_state = 3}, - [3005] = {.lex_state = 1322, .external_lex_state = 6}, - [3006] = {.lex_state = 1322, .external_lex_state = 6}, - [3007] = {.lex_state = 1322, .external_lex_state = 6}, - [3008] = {.lex_state = 1322, .external_lex_state = 6}, - [3009] = {.lex_state = 1322, .external_lex_state = 6}, - [3010] = {.lex_state = 1322, .external_lex_state = 6}, - [3011] = {.lex_state = 1322, .external_lex_state = 6}, - [3012] = {.lex_state = 26, .external_lex_state = 5}, - [3013] = {.lex_state = 1322, .external_lex_state = 6}, - [3014] = {.lex_state = 1322, .external_lex_state = 6}, - [3015] = {.lex_state = 26, .external_lex_state = 4}, - [3016] = {.lex_state = 1322}, - [3017] = {.lex_state = 1322, .external_lex_state = 6}, - [3018] = {.lex_state = 1322, .external_lex_state = 6}, - [3019] = {.lex_state = 1322, .external_lex_state = 6}, - [3020] = {.lex_state = 1322, .external_lex_state = 6}, - [3021] = {.lex_state = 1322, .external_lex_state = 6}, - [3022] = {.lex_state = 1322, .external_lex_state = 6}, - [3023] = {.lex_state = 1322, .external_lex_state = 6}, - [3024] = {.lex_state = 1322}, - [3025] = {.lex_state = 64}, - [3026] = {.lex_state = 49, .external_lex_state = 6}, - [3027] = {.lex_state = 26, .external_lex_state = 6}, - [3028] = {.lex_state = 26, .external_lex_state = 6}, - [3029] = {.lex_state = 26, .external_lex_state = 6}, - [3030] = {.lex_state = 26, .external_lex_state = 6}, - [3031] = {.lex_state = 26, .external_lex_state = 6}, - [3032] = {.lex_state = 26, .external_lex_state = 6}, - [3033] = {.lex_state = 26, .external_lex_state = 6}, - [3034] = {.lex_state = 89, .external_lex_state = 6}, - [3035] = {.lex_state = 47, .external_lex_state = 6}, - [3036] = {.lex_state = 113, .external_lex_state = 6}, - [3037] = {.lex_state = 26, .external_lex_state = 6}, - [3038] = {.lex_state = 126, .external_lex_state = 6}, - [3039] = {.lex_state = 47, .external_lex_state = 6}, - [3040] = {.lex_state = 64}, - [3041] = {.lex_state = 26, .external_lex_state = 6}, + [2900] = {.lex_state = 1340, .external_lex_state = 6}, + [2901] = {.lex_state = 1340, .external_lex_state = 6}, + [2902] = {.lex_state = 1340, .external_lex_state = 6}, + [2903] = {.lex_state = 47, .external_lex_state = 6}, + [2904] = {.lex_state = 1340, .external_lex_state = 6}, + [2905] = {.lex_state = 1340, .external_lex_state = 6}, + [2906] = {.lex_state = 1340}, + [2907] = {.lex_state = 49, .external_lex_state = 6}, + [2908] = {.lex_state = 1340, .external_lex_state = 6}, + [2909] = {.lex_state = 69, .external_lex_state = 8}, + [2910] = {.lex_state = 47, .external_lex_state = 4}, + [2911] = {.lex_state = 1340, .external_lex_state = 6}, + [2912] = {.lex_state = 47, .external_lex_state = 5}, + [2913] = {.lex_state = 1340, .external_lex_state = 6}, + [2914] = {.lex_state = 1340, .external_lex_state = 6}, + [2915] = {.lex_state = 1340, .external_lex_state = 6}, + [2916] = {.lex_state = 1340, .external_lex_state = 6}, + [2917] = {.lex_state = 1340, .external_lex_state = 6}, + [2918] = {.lex_state = 1340, .external_lex_state = 6}, + [2919] = {.lex_state = 1340, .external_lex_state = 6}, + [2920] = {.lex_state = 1340, .external_lex_state = 6}, + [2921] = {.lex_state = 1340, .external_lex_state = 6}, + [2922] = {.lex_state = 1340, .external_lex_state = 6}, + [2923] = {.lex_state = 1340, .external_lex_state = 6}, + [2924] = {.lex_state = 1340, .external_lex_state = 6}, + [2925] = {.lex_state = 1340, .external_lex_state = 6}, + [2926] = {.lex_state = 1340, .external_lex_state = 6}, + [2927] = {.lex_state = 1340, .external_lex_state = 6}, + [2928] = {.lex_state = 1340, .external_lex_state = 6}, + [2929] = {.lex_state = 1340, .external_lex_state = 6}, + [2930] = {.lex_state = 26, .external_lex_state = 4}, + [2931] = {.lex_state = 1340, .external_lex_state = 6}, + [2932] = {.lex_state = 128, .external_lex_state = 6}, + [2933] = {.lex_state = 47, .external_lex_state = 4}, + [2934] = {.lex_state = 1340, .external_lex_state = 6}, + [2935] = {.lex_state = 1340, .external_lex_state = 6}, + [2936] = {.lex_state = 1340, .external_lex_state = 6}, + [2937] = {.lex_state = 1340, .external_lex_state = 6}, + [2938] = {.lex_state = 1340, .external_lex_state = 6}, + [2939] = {.lex_state = 1340, .external_lex_state = 6}, + [2940] = {.lex_state = 1340, .external_lex_state = 6}, + [2941] = {.lex_state = 1340, .external_lex_state = 6}, + [2942] = {.lex_state = 1340, .external_lex_state = 6}, + [2943] = {.lex_state = 1340, .external_lex_state = 6}, + [2944] = {.lex_state = 26, .external_lex_state = 5}, + [2945] = {.lex_state = 1340, .external_lex_state = 6}, + [2946] = {.lex_state = 1340, .external_lex_state = 6}, + [2947] = {.lex_state = 46, .external_lex_state = 6}, + [2948] = {.lex_state = 46, .external_lex_state = 6}, + [2949] = {.lex_state = 1340, .external_lex_state = 6}, + [2950] = {.lex_state = 1340}, + [2951] = {.lex_state = 1340, .external_lex_state = 6}, + [2952] = {.lex_state = 46, .external_lex_state = 6}, + [2953] = {.lex_state = 46, .external_lex_state = 6}, + [2954] = {.lex_state = 1340}, + [2955] = {.lex_state = 1340, .external_lex_state = 6}, + [2956] = {.lex_state = 1340, .external_lex_state = 6}, + [2957] = {.lex_state = 26, .external_lex_state = 3}, + [2958] = {.lex_state = 1340, .external_lex_state = 6}, + [2959] = {.lex_state = 1340}, + [2960] = {.lex_state = 1340, .external_lex_state = 6}, + [2961] = {.lex_state = 1340, .external_lex_state = 6}, + [2962] = {.lex_state = 26, .external_lex_state = 3}, + [2963] = {.lex_state = 1340, .external_lex_state = 6}, + [2964] = {.lex_state = 112, .external_lex_state = 6}, + [2965] = {.lex_state = 1340, .external_lex_state = 6}, + [2966] = {.lex_state = 46, .external_lex_state = 6}, + [2967] = {.lex_state = 46, .external_lex_state = 6}, + [2968] = {.lex_state = 46, .external_lex_state = 6}, + [2969] = {.lex_state = 46, .external_lex_state = 6}, + [2970] = {.lex_state = 1340}, + [2971] = {.lex_state = 48, .external_lex_state = 6}, + [2972] = {.lex_state = 1340, .external_lex_state = 6}, + [2973] = {.lex_state = 1340, .external_lex_state = 6}, + [2974] = {.lex_state = 46, .external_lex_state = 6}, + [2975] = {.lex_state = 1340, .external_lex_state = 6}, + [2976] = {.lex_state = 1340, .external_lex_state = 6}, + [2977] = {.lex_state = 1340, .external_lex_state = 6}, + [2978] = {.lex_state = 1340, .external_lex_state = 6}, + [2979] = {.lex_state = 26, .external_lex_state = 4}, + [2980] = {.lex_state = 1340, .external_lex_state = 6}, + [2981] = {.lex_state = 1340, .external_lex_state = 6}, + [2982] = {.lex_state = 1340, .external_lex_state = 6}, + [2983] = {.lex_state = 48, .external_lex_state = 6}, + [2984] = {.lex_state = 1340, .external_lex_state = 6}, + [2985] = {.lex_state = 1340, .external_lex_state = 6}, + [2986] = {.lex_state = 1340, .external_lex_state = 6}, + [2987] = {.lex_state = 46, .external_lex_state = 6}, + [2988] = {.lex_state = 47, .external_lex_state = 3}, + [2989] = {.lex_state = 46, .external_lex_state = 6}, + [2990] = {.lex_state = 1340, .external_lex_state = 6}, + [2991] = {.lex_state = 46, .external_lex_state = 6}, + [2992] = {.lex_state = 1340, .external_lex_state = 6}, + [2993] = {.lex_state = 87, .external_lex_state = 6}, + [2994] = {.lex_state = 1340}, + [2995] = {.lex_state = 46, .external_lex_state = 6}, + [2996] = {.lex_state = 46, .external_lex_state = 6}, + [2997] = {.lex_state = 1340, .external_lex_state = 6}, + [2998] = {.lex_state = 46, .external_lex_state = 6}, + [2999] = {.lex_state = 48, .external_lex_state = 6}, + [3000] = {.lex_state = 46, .external_lex_state = 6}, + [3001] = {.lex_state = 46, .external_lex_state = 6}, + [3002] = {.lex_state = 1340}, + [3003] = {.lex_state = 46, .external_lex_state = 6}, + [3004] = {.lex_state = 123, .external_lex_state = 6}, + [3005] = {.lex_state = 46, .external_lex_state = 6}, + [3006] = {.lex_state = 46, .external_lex_state = 6}, + [3007] = {.lex_state = 46, .external_lex_state = 6}, + [3008] = {.lex_state = 46, .external_lex_state = 6}, + [3009] = {.lex_state = 46, .external_lex_state = 6}, + [3010] = {.lex_state = 1340, .external_lex_state = 6}, + [3011] = {.lex_state = 46, .external_lex_state = 6}, + [3012] = {.lex_state = 49, .external_lex_state = 3}, + [3013] = {.lex_state = 26, .external_lex_state = 6}, + [3014] = {.lex_state = 1340}, + [3015] = {.lex_state = 49, .external_lex_state = 6}, + [3016] = {.lex_state = 1340}, + [3017] = {.lex_state = 202, .external_lex_state = 8}, + [3018] = {.lex_state = 47, .external_lex_state = 6}, + [3019] = {.lex_state = 49, .external_lex_state = 6}, + [3020] = {.lex_state = 1340}, + [3021] = {.lex_state = 47, .external_lex_state = 6}, + [3022] = {.lex_state = 1340}, + [3023] = {.lex_state = 47, .external_lex_state = 6}, + [3024] = {.lex_state = 1340}, + [3025] = {.lex_state = 47, .external_lex_state = 6}, + [3026] = {.lex_state = 1340}, + [3027] = {.lex_state = 47, .external_lex_state = 6}, + [3028] = {.lex_state = 1340}, + [3029] = {.lex_state = 202, .external_lex_state = 8}, + [3030] = {.lex_state = 1340}, + [3031] = {.lex_state = 49, .external_lex_state = 6}, + [3032] = {.lex_state = 47, .external_lex_state = 6}, + [3033] = {.lex_state = 49, .external_lex_state = 6}, + [3034] = {.lex_state = 47, .external_lex_state = 6}, + [3035] = {.lex_state = 70, .external_lex_state = 8}, + [3036] = {.lex_state = 64}, + [3037] = {.lex_state = 35, .external_lex_state = 12}, + [3038] = {.lex_state = 1340}, + [3039] = {.lex_state = 202, .external_lex_state = 8}, + [3040] = {.lex_state = 49, .external_lex_state = 6}, + [3041] = {.lex_state = 49, .external_lex_state = 6}, [3042] = {.lex_state = 49, .external_lex_state = 6}, - [3043] = {.lex_state = 47, .external_lex_state = 6}, - [3044] = {.lex_state = 49, .external_lex_state = 6}, - [3045] = {.lex_state = 26, .external_lex_state = 6}, - [3046] = {.lex_state = 49, .external_lex_state = 6}, - [3047] = {.lex_state = 49, .external_lex_state = 6}, - [3048] = {.lex_state = 49, .external_lex_state = 6}, - [3049] = {.lex_state = 49, .external_lex_state = 6}, + [3043] = {.lex_state = 26, .external_lex_state = 6}, + [3044] = {.lex_state = 26, .external_lex_state = 6}, + [3045] = {.lex_state = 49, .external_lex_state = 6}, + [3046] = {.lex_state = 47, .external_lex_state = 6}, + [3047] = {.lex_state = 130, .external_lex_state = 6}, + [3048] = {.lex_state = 47, .external_lex_state = 6}, + [3049] = {.lex_state = 125, .external_lex_state = 6}, [3050] = {.lex_state = 26, .external_lex_state = 6}, - [3051] = {.lex_state = 49, .external_lex_state = 6}, - [3052] = {.lex_state = 49, .external_lex_state = 6}, - [3053] = {.lex_state = 49, .external_lex_state = 6}, - [3054] = {.lex_state = 49, .external_lex_state = 6}, + [3051] = {.lex_state = 35}, + [3052] = {.lex_state = 1340}, + [3053] = {.lex_state = 1340}, + [3054] = {.lex_state = 1340}, [3055] = {.lex_state = 49, .external_lex_state = 6}, - [3056] = {.lex_state = 64}, - [3057] = {.lex_state = 49, .external_lex_state = 6}, - [3058] = {.lex_state = 49, .external_lex_state = 6}, - [3059] = {.lex_state = 64}, - [3060] = {.lex_state = 64}, - [3061] = {.lex_state = 26, .external_lex_state = 6}, - [3062] = {.lex_state = 64}, - [3063] = {.lex_state = 131, .external_lex_state = 6}, - [3064] = {.lex_state = 26, .external_lex_state = 6}, - [3065] = {.lex_state = 49, .external_lex_state = 6}, - [3066] = {.lex_state = 26, .external_lex_state = 6}, + [3056] = {.lex_state = 26, .external_lex_state = 6}, + [3057] = {.lex_state = 47, .external_lex_state = 6}, + [3058] = {.lex_state = 47, .external_lex_state = 6}, + [3059] = {.lex_state = 49, .external_lex_state = 6}, + [3060] = {.lex_state = 74}, + [3061] = {.lex_state = 47, .external_lex_state = 6}, + [3062] = {.lex_state = 47, .external_lex_state = 6}, + [3063] = {.lex_state = 1340}, + [3064] = {.lex_state = 47, .external_lex_state = 6}, + [3065] = {.lex_state = 47, .external_lex_state = 6}, + [3066] = {.lex_state = 47, .external_lex_state = 6}, [3067] = {.lex_state = 49, .external_lex_state = 6}, [3068] = {.lex_state = 47, .external_lex_state = 6}, - [3069] = {.lex_state = 26, .external_lex_state = 6}, - [3070] = {.lex_state = 64}, - [3071] = {.lex_state = 49, .external_lex_state = 6}, - [3072] = {.lex_state = 49, .external_lex_state = 6}, - [3073] = {.lex_state = 64}, + [3069] = {.lex_state = 47, .external_lex_state = 6}, + [3070] = {.lex_state = 47, .external_lex_state = 6}, + [3071] = {.lex_state = 47, .external_lex_state = 6}, + [3072] = {.lex_state = 26, .external_lex_state = 6}, + [3073] = {.lex_state = 1340}, [3074] = {.lex_state = 49, .external_lex_state = 6}, [3075] = {.lex_state = 49, .external_lex_state = 6}, - [3076] = {.lex_state = 64}, + [3076] = {.lex_state = 26, .external_lex_state = 6}, [3077] = {.lex_state = 26, .external_lex_state = 6}, - [3078] = {.lex_state = 49, .external_lex_state = 6}, - [3079] = {.lex_state = 64}, + [3078] = {.lex_state = 47, .external_lex_state = 6}, + [3079] = {.lex_state = 49, .external_lex_state = 6}, [3080] = {.lex_state = 26, .external_lex_state = 6}, - [3081] = {.lex_state = 49, .external_lex_state = 6}, - [3082] = {.lex_state = 64}, - [3083] = {.lex_state = 64}, - [3084] = {.lex_state = 47, .external_lex_state = 6}, - [3085] = {.lex_state = 64}, - [3086] = {.lex_state = 64}, - [3087] = {.lex_state = 49, .external_lex_state = 6}, - [3088] = {.lex_state = 49, .external_lex_state = 6}, + [3081] = {.lex_state = 202, .external_lex_state = 8}, + [3082] = {.lex_state = 26, .external_lex_state = 6}, + [3083] = {.lex_state = 47, .external_lex_state = 6}, + [3084] = {.lex_state = 26, .external_lex_state = 6}, + [3085] = {.lex_state = 49, .external_lex_state = 6}, + [3086] = {.lex_state = 26, .external_lex_state = 6}, + [3087] = {.lex_state = 26, .external_lex_state = 6}, + [3088] = {.lex_state = 26, .external_lex_state = 6}, [3089] = {.lex_state = 26, .external_lex_state = 6}, - [3090] = {.lex_state = 47, .external_lex_state = 6}, - [3091] = {.lex_state = 47, .external_lex_state = 6}, - [3092] = {.lex_state = 64}, - [3093] = {.lex_state = 47, .external_lex_state = 6}, - [3094] = {.lex_state = 47, .external_lex_state = 6}, - [3095] = {.lex_state = 47, .external_lex_state = 6}, + [3090] = {.lex_state = 26, .external_lex_state = 6}, + [3091] = {.lex_state = 49, .external_lex_state = 6}, + [3092] = {.lex_state = 26, .external_lex_state = 6}, + [3093] = {.lex_state = 1340}, + [3094] = {.lex_state = 49, .external_lex_state = 6}, + [3095] = {.lex_state = 49, .external_lex_state = 6}, [3096] = {.lex_state = 26, .external_lex_state = 6}, - [3097] = {.lex_state = 49, .external_lex_state = 6}, - [3098] = {.lex_state = 47, .external_lex_state = 6}, - [3099] = {.lex_state = 47, .external_lex_state = 6}, - [3100] = {.lex_state = 47, .external_lex_state = 6}, - [3101] = {.lex_state = 26, .external_lex_state = 6}, - [3102] = {.lex_state = 64}, - [3103] = {.lex_state = 47, .external_lex_state = 6}, - [3104] = {.lex_state = 47, .external_lex_state = 6}, - [3105] = {.lex_state = 26, .external_lex_state = 6}, - [3106] = {.lex_state = 64}, + [3097] = {.lex_state = 89, .external_lex_state = 6}, + [3098] = {.lex_state = 26, .external_lex_state = 6}, + [3099] = {.lex_state = 49, .external_lex_state = 6}, + [3100] = {.lex_state = 1340}, + [3101] = {.lex_state = 47, .external_lex_state = 6}, + [3102] = {.lex_state = 26, .external_lex_state = 6}, + [3103] = {.lex_state = 1340}, + [3104] = {.lex_state = 126, .external_lex_state = 6}, + [3105] = {.lex_state = 49, .external_lex_state = 6}, + [3106] = {.lex_state = 26, .external_lex_state = 6}, [3107] = {.lex_state = 49, .external_lex_state = 6}, - [3108] = {.lex_state = 47, .external_lex_state = 6}, - [3109] = {.lex_state = 47, .external_lex_state = 6}, - [3110] = {.lex_state = 130, .external_lex_state = 6}, + [3108] = {.lex_state = 26, .external_lex_state = 6}, + [3109] = {.lex_state = 1340}, + [3110] = {.lex_state = 49, .external_lex_state = 6}, [3111] = {.lex_state = 47, .external_lex_state = 6}, - [3112] = {.lex_state = 47, .external_lex_state = 6}, - [3113] = {.lex_state = 26, .external_lex_state = 6}, - [3114] = {.lex_state = 125, .external_lex_state = 6}, - [3115] = {.lex_state = 47, .external_lex_state = 6}, - [3116] = {.lex_state = 47, .external_lex_state = 6}, - [3117] = {.lex_state = 64}, + [3112] = {.lex_state = 49, .external_lex_state = 6}, + [3113] = {.lex_state = 129, .external_lex_state = 6}, + [3114] = {.lex_state = 1340}, + [3115] = {.lex_state = 26, .external_lex_state = 6}, + [3116] = {.lex_state = 26, .external_lex_state = 6}, + [3117] = {.lex_state = 26, .external_lex_state = 6}, [3118] = {.lex_state = 47, .external_lex_state = 6}, - [3119] = {.lex_state = 47, .external_lex_state = 6}, - [3120] = {.lex_state = 47, .external_lex_state = 6}, - [3121] = {.lex_state = 26, .external_lex_state = 6}, - [3122] = {.lex_state = 64}, - [3123] = {.lex_state = 129, .external_lex_state = 6}, - [3124] = {.lex_state = 64}, - [3125] = {.lex_state = 64}, - [3126] = {.lex_state = 26, .external_lex_state = 6}, - [3127] = {.lex_state = 26, .external_lex_state = 6}, - [3128] = {.lex_state = 47, .external_lex_state = 6}, - [3129] = {.lex_state = 47, .external_lex_state = 6}, - [3130] = {.lex_state = 26, .external_lex_state = 6}, - [3131] = {.lex_state = 203}, - [3132] = {.lex_state = 1322}, - [3133] = {.lex_state = 127, .external_lex_state = 6}, - [3134] = {.lex_state = 38}, - [3135] = {.lex_state = 1322}, - [3136] = {.lex_state = 67, .external_lex_state = 7}, - [3137] = {.lex_state = 1322}, - [3138] = {.lex_state = 203}, - [3139] = {.lex_state = 133, .external_lex_state = 6}, - [3140] = {.lex_state = 67, .external_lex_state = 7}, - [3141] = {.lex_state = 1322}, - [3142] = {.lex_state = 38}, - [3143] = {.lex_state = 203}, - [3144] = {.lex_state = 1322}, - [3145] = {.lex_state = 1322}, - [3146] = {.lex_state = 38}, - [3147] = {.lex_state = 38}, - [3148] = {.lex_state = 67, .external_lex_state = 7}, - [3149] = {.lex_state = 1322}, - [3150] = {.lex_state = 38}, - [3151] = {.lex_state = 132, .external_lex_state = 6}, - [3152] = {.lex_state = 1322}, - [3153] = {.lex_state = 1322}, - [3154] = {.lex_state = 67, .external_lex_state = 7}, - [3155] = {.lex_state = 38}, - [3156] = {.lex_state = 203}, - [3157] = {.lex_state = 67, .external_lex_state = 7}, - [3158] = {.lex_state = 1322}, - [3159] = {.lex_state = 1322}, - [3160] = {.lex_state = 1322}, - [3161] = {.lex_state = 38}, - [3162] = {.lex_state = 67, .external_lex_state = 7}, - [3163] = {.lex_state = 1322}, - [3164] = {.lex_state = 1322}, - [3165] = {.lex_state = 1322}, - [3166] = {.lex_state = 64}, - [3167] = {.lex_state = 1322}, - [3168] = {.lex_state = 1322}, - [3169] = {.lex_state = 1322}, - [3170] = {.lex_state = 1322}, - [3171] = {.lex_state = 1322}, - [3172] = {.lex_state = 1322}, - [3173] = {.lex_state = 1322}, - [3174] = {.lex_state = 1322}, - [3175] = {.lex_state = 38}, - [3176] = {.lex_state = 1322}, - [3177] = {.lex_state = 1322}, - [3178] = {.lex_state = 1322}, - [3179] = {.lex_state = 1322}, - [3180] = {.lex_state = 1322}, - [3181] = {.lex_state = 1322}, - [3182] = {.lex_state = 64}, - [3183] = {.lex_state = 1322}, - [3184] = {.lex_state = 1322}, - [3185] = {.lex_state = 1322}, - [3186] = {.lex_state = 64}, - [3187] = {.lex_state = 64}, - [3188] = {.lex_state = 64}, - [3189] = {.lex_state = 64}, - [3190] = {.lex_state = 64}, - [3191] = {.lex_state = 64}, - [3192] = {.lex_state = 64}, - [3193] = {.lex_state = 1322}, - [3194] = {.lex_state = 38}, - [3195] = {.lex_state = 1322}, - [3196] = {.lex_state = 1322}, - [3197] = {.lex_state = 1322}, - [3198] = {.lex_state = 1322}, - [3199] = {.lex_state = 1322}, - [3200] = {.lex_state = 38}, - [3201] = {.lex_state = 1322}, - [3202] = {.lex_state = 198}, - [3203] = {.lex_state = 1322}, - [3204] = {.lex_state = 1322}, - [3205] = {.lex_state = 1322}, - [3206] = {.lex_state = 1322}, - [3207] = {.lex_state = 195}, - [3208] = {.lex_state = 195}, - [3209] = {.lex_state = 1322}, - [3210] = {.lex_state = 1322}, - [3211] = {.lex_state = 1322}, - [3212] = {.lex_state = 1322}, - [3213] = {.lex_state = 1322}, - [3214] = {.lex_state = 1322}, - [3215] = {.lex_state = 1322}, - [3216] = {.lex_state = 1322}, - [3217] = {.lex_state = 1322}, - [3218] = {.lex_state = 1322}, - [3219] = {.lex_state = 1322}, - [3220] = {.lex_state = 1322}, - [3221] = {.lex_state = 195}, - [3222] = {.lex_state = 1322}, - [3223] = {.lex_state = 1322}, - [3224] = {.lex_state = 1322}, - [3225] = {.lex_state = 1322}, - [3226] = {.lex_state = 1322}, - [3227] = {.lex_state = 1322}, - [3228] = {.lex_state = 1322}, - [3229] = {.lex_state = 195}, - [3230] = {.lex_state = 1322}, - [3231] = {.lex_state = 1322}, - [3232] = {.lex_state = 198}, - [3233] = {.lex_state = 1322}, - [3234] = {.lex_state = 198}, - [3235] = {.lex_state = 1322}, - [3236] = {.lex_state = 1322}, - [3237] = {.lex_state = 1322}, - [3238] = {.lex_state = 1322}, - [3239] = {.lex_state = 198}, - [3240] = {.lex_state = 1322}, - [3241] = {.lex_state = 1322}, - [3242] = {.lex_state = 195}, - [3243] = {.lex_state = 1322}, - [3244] = {.lex_state = 195}, - [3245] = {.lex_state = 1322}, - [3246] = {.lex_state = 1322}, - [3247] = {.lex_state = 1322}, - [3248] = {.lex_state = 1322}, - [3249] = {.lex_state = 1322}, - [3250] = {.lex_state = 1322}, - [3251] = {.lex_state = 1322}, - [3252] = {.lex_state = 195}, - [3253] = {.lex_state = 198}, - [3254] = {.lex_state = 1322}, - [3255] = {.lex_state = 1322}, - [3256] = {.lex_state = 1322}, - [3257] = {.lex_state = 1322}, - [3258] = {.lex_state = 1322}, - [3259] = {.lex_state = 1322}, - [3260] = {.lex_state = 1322}, - [3261] = {.lex_state = 195}, - [3262] = {.lex_state = 1322}, - [3263] = {.lex_state = 1322}, + [3119] = {.lex_state = 49, .external_lex_state = 6}, + [3120] = {.lex_state = 1340}, + [3121] = {.lex_state = 49, .external_lex_state = 6}, + [3122] = {.lex_state = 131, .external_lex_state = 6}, + [3123] = {.lex_state = 26, .external_lex_state = 6}, + [3124] = {.lex_state = 202, .external_lex_state = 8}, + [3125] = {.lex_state = 113, .external_lex_state = 6}, + [3126] = {.lex_state = 49, .external_lex_state = 6}, + [3127] = {.lex_state = 47, .external_lex_state = 6}, + [3128] = {.lex_state = 64}, + [3129] = {.lex_state = 64}, + [3130] = {.lex_state = 64}, + [3131] = {.lex_state = 132, .external_lex_state = 6}, + [3132] = {.lex_state = 64}, + [3133] = {.lex_state = 1340}, + [3134] = {.lex_state = 64}, + [3135] = {.lex_state = 64}, + [3136] = {.lex_state = 64}, + [3137] = {.lex_state = 64}, + [3138] = {.lex_state = 64}, + [3139] = {.lex_state = 1340}, + [3140] = {.lex_state = 127, .external_lex_state = 6}, + [3141] = {.lex_state = 64}, + [3142] = {.lex_state = 64}, + [3143] = {.lex_state = 64}, + [3144] = {.lex_state = 64}, + [3145] = {.lex_state = 64}, + [3146] = {.lex_state = 133, .external_lex_state = 6}, + [3147] = {.lex_state = 64}, + [3148] = {.lex_state = 64}, + [3149] = {.lex_state = 64}, + [3150] = {.lex_state = 64}, + [3151] = {.lex_state = 64}, + [3152] = {.lex_state = 64}, + [3153] = {.lex_state = 64}, + [3154] = {.lex_state = 1340}, + [3155] = {.lex_state = 1340}, + [3156] = {.lex_state = 1340}, + [3157] = {.lex_state = 1340}, + [3158] = {.lex_state = 1340}, + [3159] = {.lex_state = 1340}, + [3160] = {.lex_state = 1340}, + [3161] = {.lex_state = 1340}, + [3162] = {.lex_state = 1340}, + [3163] = {.lex_state = 67, .external_lex_state = 8}, + [3164] = {.lex_state = 1340}, + [3165] = {.lex_state = 1340}, + [3166] = {.lex_state = 1340}, + [3167] = {.lex_state = 1340}, + [3168] = {.lex_state = 1340}, + [3169] = {.lex_state = 1340}, + [3170] = {.lex_state = 1340}, + [3171] = {.lex_state = 1340}, + [3172] = {.lex_state = 67, .external_lex_state = 8}, + [3173] = {.lex_state = 1340}, + [3174] = {.lex_state = 1340}, + [3175] = {.lex_state = 74}, + [3176] = {.lex_state = 67, .external_lex_state = 8}, + [3177] = {.lex_state = 1340}, + [3178] = {.lex_state = 1340}, + [3179] = {.lex_state = 67, .external_lex_state = 8}, + [3180] = {.lex_state = 67, .external_lex_state = 8}, + [3181] = {.lex_state = 1340}, + [3182] = {.lex_state = 1340}, + [3183] = {.lex_state = 1340}, + [3184] = {.lex_state = 1340}, + [3185] = {.lex_state = 1340}, + [3186] = {.lex_state = 35}, + [3187] = {.lex_state = 1340}, + [3188] = {.lex_state = 35}, + [3189] = {.lex_state = 1340}, + [3190] = {.lex_state = 1340}, + [3191] = {.lex_state = 1340}, + [3192] = {.lex_state = 1340}, + [3193] = {.lex_state = 202}, + [3194] = {.lex_state = 1340}, + [3195] = {.lex_state = 1340}, + [3196] = {.lex_state = 202}, + [3197] = {.lex_state = 1340}, + [3198] = {.lex_state = 1340}, + [3199] = {.lex_state = 1340}, + [3200] = {.lex_state = 35}, + [3201] = {.lex_state = 1340}, + [3202] = {.lex_state = 1340}, + [3203] = {.lex_state = 1340}, + [3204] = {.lex_state = 35}, + [3205] = {.lex_state = 67, .external_lex_state = 8}, + [3206] = {.lex_state = 1340}, + [3207] = {.lex_state = 1340}, + [3208] = {.lex_state = 1340}, + [3209] = {.lex_state = 1340}, + [3210] = {.lex_state = 1340}, + [3211] = {.lex_state = 1340}, + [3212] = {.lex_state = 1340}, + [3213] = {.lex_state = 1340}, + [3214] = {.lex_state = 202}, + [3215] = {.lex_state = 1340}, + [3216] = {.lex_state = 1340}, + [3217] = {.lex_state = 1340}, + [3218] = {.lex_state = 1340}, + [3219] = {.lex_state = 1340}, + [3220] = {.lex_state = 1340}, + [3221] = {.lex_state = 1340}, + [3222] = {.lex_state = 1340}, + [3223] = {.lex_state = 1340}, + [3224] = {.lex_state = 1340}, + [3225] = {.lex_state = 1340}, + [3226] = {.lex_state = 1340}, + [3227] = {.lex_state = 35}, + [3228] = {.lex_state = 1340}, + [3229] = {.lex_state = 1340}, + [3230] = {.lex_state = 1340}, + [3231] = {.lex_state = 1340}, + [3232] = {.lex_state = 1340}, + [3233] = {.lex_state = 202}, + [3234] = {.lex_state = 1340}, + [3235] = {.lex_state = 1340}, + [3236] = {.lex_state = 1340}, + [3237] = {.lex_state = 1340}, + [3238] = {.lex_state = 1340}, + [3239] = {.lex_state = 1340}, + [3240] = {.lex_state = 1340}, + [3241] = {.lex_state = 35}, + [3242] = {.lex_state = 1340}, + [3243] = {.lex_state = 1340}, + [3244] = {.lex_state = 1340}, + [3245] = {.lex_state = 195}, + [3246] = {.lex_state = 64}, + [3247] = {.lex_state = 195}, + [3248] = {.lex_state = 195}, + [3249] = {.lex_state = 195}, + [3250] = {.lex_state = 197}, + [3251] = {.lex_state = 195}, + [3252] = {.lex_state = 197}, + [3253] = {.lex_state = 197}, + [3254] = {.lex_state = 197}, + [3255] = {.lex_state = 64}, + [3256] = {.lex_state = 64}, + [3257] = {.lex_state = 197}, + [3258] = {.lex_state = 197}, + [3259] = {.lex_state = 197}, + [3260] = {.lex_state = 197}, + [3261] = {.lex_state = 197}, + [3262] = {.lex_state = 195}, + [3263] = {.lex_state = 195}, [3264] = {.lex_state = 195}, - [3265] = {.lex_state = 198}, - [3266] = {.lex_state = 1322}, - [3267] = {.lex_state = 1322}, - [3268] = {.lex_state = 198}, - [3269] = {.lex_state = 1322}, - [3270] = {.lex_state = 198}, - [3271] = {.lex_state = 1322}, - [3272] = {.lex_state = 198}, - [3273] = {.lex_state = 198}, - [3274] = {.lex_state = 1322}, - [3275] = {.lex_state = 1322}, - [3276] = {.lex_state = 1322}, - [3277] = {.lex_state = 1322}, - [3278] = {.lex_state = 1322}, - [3279] = {.lex_state = 1322}, - [3280] = {.lex_state = 1322}, - [3281] = {.lex_state = 1322}, - [3282] = {.lex_state = 1322}, - [3283] = {.lex_state = 1322}, - [3284] = {.lex_state = 1322}, - [3285] = {.lex_state = 195}, - [3286] = {.lex_state = 1322}, - [3287] = {.lex_state = 1322}, - [3288] = {.lex_state = 1322}, - [3289] = {.lex_state = 1322}, - [3290] = {.lex_state = 1322}, - [3291] = {.lex_state = 203, .external_lex_state = 7}, - [3292] = {.lex_state = 203, .external_lex_state = 7}, - [3293] = {.lex_state = 203, .external_lex_state = 7}, - [3294] = {.lex_state = 36, .external_lex_state = 11}, - [3295] = {.lex_state = 36, .external_lex_state = 11}, - [3296] = {.lex_state = 1322}, - [3297] = {.lex_state = 1322}, - [3298] = {.lex_state = 38}, - [3299] = {.lex_state = 1322}, - [3300] = {.lex_state = 1322}, - [3301] = {.lex_state = 1322}, - [3302] = {.lex_state = 38}, - [3303] = {.lex_state = 1322}, - [3304] = {.lex_state = 1322}, - [3305] = {.lex_state = 1322}, - [3306] = {.lex_state = 1322}, - [3307] = {.lex_state = 1322}, - [3308] = {.lex_state = 1322}, - [3309] = {.lex_state = 1322}, - [3310] = {.lex_state = 38}, - [3311] = {.lex_state = 36, .external_lex_state = 11}, - [3312] = {.lex_state = 1322}, - [3313] = {.lex_state = 1322}, - [3314] = {.lex_state = 1322}, - [3315] = {.lex_state = 1322}, - [3316] = {.lex_state = 1322}, - [3317] = {.lex_state = 38}, - [3318] = {.lex_state = 1322}, - [3319] = {.lex_state = 1322}, - [3320] = {.lex_state = 1322}, - [3321] = {.lex_state = 1322}, - [3322] = {.lex_state = 38}, - [3323] = {.lex_state = 1322}, - [3324] = {.lex_state = 1322}, - [3325] = {.lex_state = 1322}, - [3326] = {.lex_state = 1322}, - [3327] = {.lex_state = 1322}, - [3328] = {.lex_state = 1322, .external_lex_state = 11}, - [3329] = {.lex_state = 64}, - [3330] = {.lex_state = 38}, - [3331] = {.lex_state = 1322, .external_lex_state = 11}, - [3332] = {.lex_state = 1322}, - [3333] = {.lex_state = 1322}, - [3334] = {.lex_state = 38}, - [3335] = {.lex_state = 64}, - [3336] = {.lex_state = 38}, - [3337] = {.lex_state = 64}, + [3265] = {.lex_state = 195}, + [3266] = {.lex_state = 195}, + [3267] = {.lex_state = 197}, + [3268] = {.lex_state = 74}, + [3269] = {.lex_state = 1340}, + [3270] = {.lex_state = 1340}, + [3271] = {.lex_state = 64}, + [3272] = {.lex_state = 1340}, + [3273] = {.lex_state = 64}, + [3274] = {.lex_state = 64}, + [3275] = {.lex_state = 64}, + [3276] = {.lex_state = 1340}, + [3277] = {.lex_state = 1340}, + [3278] = {.lex_state = 1340}, + [3279] = {.lex_state = 1340}, + [3280] = {.lex_state = 1340}, + [3281] = {.lex_state = 1340}, + [3282] = {.lex_state = 1340}, + [3283] = {.lex_state = 64}, + [3284] = {.lex_state = 1340}, + [3285] = {.lex_state = 1340}, + [3286] = {.lex_state = 64}, + [3287] = {.lex_state = 1340}, + [3288] = {.lex_state = 74}, + [3289] = {.lex_state = 1340}, + [3290] = {.lex_state = 74}, + [3291] = {.lex_state = 37, .external_lex_state = 12}, + [3292] = {.lex_state = 37, .external_lex_state = 12}, + [3293] = {.lex_state = 202, .external_lex_state = 8}, + [3294] = {.lex_state = 202, .external_lex_state = 8}, + [3295] = {.lex_state = 202, .external_lex_state = 8}, + [3296] = {.lex_state = 1340}, + [3297] = {.lex_state = 1340, .external_lex_state = 12}, + [3298] = {.lex_state = 1340}, + [3299] = {.lex_state = 1340}, + [3300] = {.lex_state = 74}, + [3301] = {.lex_state = 74}, + [3302] = {.lex_state = 1340}, + [3303] = {.lex_state = 1340}, + [3304] = {.lex_state = 74}, + [3305] = {.lex_state = 1340}, + [3306] = {.lex_state = 74}, + [3307] = {.lex_state = 1340}, + [3308] = {.lex_state = 1340}, + [3309] = {.lex_state = 1340}, + [3310] = {.lex_state = 74}, + [3311] = {.lex_state = 1340}, + [3312] = {.lex_state = 1340}, + [3313] = {.lex_state = 1340, .external_lex_state = 12}, + [3314] = {.lex_state = 37, .external_lex_state = 12}, + [3315] = {.lex_state = 1340}, + [3316] = {.lex_state = 1340}, + [3317] = {.lex_state = 1340, .external_lex_state = 12}, + [3318] = {.lex_state = 1340, .external_lex_state = 12}, + [3319] = {.lex_state = 1340}, + [3320] = {.lex_state = 1340, .external_lex_state = 12}, + [3321] = {.lex_state = 1340}, + [3322] = {.lex_state = 1340, .external_lex_state = 12}, + [3323] = {.lex_state = 1340, .external_lex_state = 12}, + [3324] = {.lex_state = 1340, .external_lex_state = 12}, + [3325] = {.lex_state = 64}, + [3326] = {.lex_state = 64}, + [3327] = {.lex_state = 1340, .external_lex_state = 12}, + [3328] = {.lex_state = 74}, + [3329] = {.lex_state = 1340, .external_lex_state = 12}, + [3330] = {.lex_state = 74}, + [3331] = {.lex_state = 1340, .external_lex_state = 12}, + [3332] = {.lex_state = 64}, + [3333] = {.lex_state = 1340, .external_lex_state = 12}, + [3334] = {.lex_state = 1340}, + [3335] = {.lex_state = 1340}, + [3336] = {.lex_state = 1340}, + [3337] = {.lex_state = 1340, .external_lex_state = 12}, [3338] = {.lex_state = 64}, - [3339] = {.lex_state = 1322}, - [3340] = {.lex_state = 38}, - [3341] = {.lex_state = 1322, .external_lex_state = 11}, - [3342] = {.lex_state = 1322, .external_lex_state = 11}, - [3343] = {.lex_state = 1322}, - [3344] = {.lex_state = 1322}, - [3345] = {.lex_state = 38}, - [3346] = {.lex_state = 1322, .external_lex_state = 11}, - [3347] = {.lex_state = 1322, .external_lex_state = 11}, - [3348] = {.lex_state = 1322, .external_lex_state = 11}, - [3349] = {.lex_state = 1322, .external_lex_state = 11}, - [3350] = {.lex_state = 38}, - [3351] = {.lex_state = 1322}, - [3352] = {.lex_state = 1322}, - [3353] = {.lex_state = 1322}, - [3354] = {.lex_state = 1322, .external_lex_state = 11}, - [3355] = {.lex_state = 1322, .external_lex_state = 11}, - [3356] = {.lex_state = 1322}, - [3357] = {.lex_state = 36, .external_lex_state = 16}, - [3358] = {.lex_state = 1322, .external_lex_state = 11}, - [3359] = {.lex_state = 36, .external_lex_state = 16}, - [3360] = {.lex_state = 1322, .external_lex_state = 11}, - [3361] = {.lex_state = 1322, .external_lex_state = 11}, - [3362] = {.lex_state = 1322, .external_lex_state = 11}, - [3363] = {.lex_state = 36, .external_lex_state = 16}, - [3364] = {.lex_state = 38}, - [3365] = {.lex_state = 1322, .external_lex_state = 11}, - [3366] = {.lex_state = 1322, .external_lex_state = 11}, - [3367] = {.lex_state = 1322, .external_lex_state = 11}, - [3368] = {.lex_state = 1322}, - [3369] = {.lex_state = 38}, - [3370] = {.lex_state = 1322, .external_lex_state = 11}, - [3371] = {.lex_state = 38}, - [3372] = {.lex_state = 36, .external_lex_state = 16}, - [3373] = {.lex_state = 1322}, - [3374] = {.lex_state = 1322}, - [3375] = {.lex_state = 1322}, - [3376] = {.lex_state = 36, .external_lex_state = 16}, - [3377] = {.lex_state = 1322}, - [3378] = {.lex_state = 71}, - [3379] = {.lex_state = 71}, - [3380] = {.lex_state = 1322}, - [3381] = {.lex_state = 1322}, - [3382] = {.lex_state = 71}, - [3383] = {.lex_state = 71}, - [3384] = {.lex_state = 71}, - [3385] = {.lex_state = 1322}, - [3386] = {.lex_state = 1322}, - [3387] = {.lex_state = 38}, - [3388] = {.lex_state = 38}, - [3389] = {.lex_state = 1322}, - [3390] = {.lex_state = 1322}, - [3391] = {.lex_state = 38}, - [3392] = {.lex_state = 1322}, - [3393] = {.lex_state = 1322}, - [3394] = {.lex_state = 36, .external_lex_state = 17}, - [3395] = {.lex_state = 1322}, - [3396] = {.lex_state = 1322}, - [3397] = {.lex_state = 1322}, - [3398] = {.lex_state = 36, .external_lex_state = 17}, - [3399] = {.lex_state = 1322}, - [3400] = {.lex_state = 34, .external_lex_state = 16}, - [3401] = {.lex_state = 36, .external_lex_state = 17}, - [3402] = {.lex_state = 1322}, - [3403] = {.lex_state = 1322}, - [3404] = {.lex_state = 36, .external_lex_state = 17}, - [3405] = {.lex_state = 1322}, - [3406] = {.lex_state = 1322}, - [3407] = {.lex_state = 1322}, - [3408] = {.lex_state = 1322}, - [3409] = {.lex_state = 1322}, - [3410] = {.lex_state = 1322}, - [3411] = {.lex_state = 1322}, - [3412] = {.lex_state = 38}, - [3413] = {.lex_state = 36, .external_lex_state = 17}, - [3414] = {.lex_state = 38}, - [3415] = {.lex_state = 1322}, - [3416] = {.lex_state = 1322}, - [3417] = {.lex_state = 1322}, - [3418] = {.lex_state = 1322}, - [3419] = {.lex_state = 1322}, - [3420] = {.lex_state = 1322}, - [3421] = {.lex_state = 1322}, - [3422] = {.lex_state = 1322}, - [3423] = {.lex_state = 1322}, - [3424] = {.lex_state = 38}, - [3425] = {.lex_state = 1322}, - [3426] = {.lex_state = 1322}, - [3427] = {.lex_state = 38}, - [3428] = {.lex_state = 1322}, - [3429] = {.lex_state = 38}, - [3430] = {.lex_state = 38}, - [3431] = {.lex_state = 38}, - [3432] = {.lex_state = 38}, - [3433] = {.lex_state = 1322}, - [3434] = {.lex_state = 1322}, - [3435] = {.lex_state = 1322}, - [3436] = {.lex_state = 38}, - [3437] = {.lex_state = 1322}, - [3438] = {.lex_state = 1322}, - [3439] = {.lex_state = 1322}, - [3440] = {.lex_state = 1322}, - [3441] = {.lex_state = 1322}, - [3442] = {.lex_state = 1322}, - [3443] = {.lex_state = 1322}, - [3444] = {.lex_state = 1322}, - [3445] = {.lex_state = 66, .external_lex_state = 18}, - [3446] = {.lex_state = 1322}, - [3447] = {.lex_state = 1322}, - [3448] = {.lex_state = 1322}, - [3449] = {.lex_state = 1322}, - [3450] = {.lex_state = 1322}, - [3451] = {.lex_state = 1322}, - [3452] = {.lex_state = 37, .external_lex_state = 11}, - [3453] = {.lex_state = 1322}, - [3454] = {.lex_state = 1322}, - [3455] = {.lex_state = 1322}, - [3456] = {.lex_state = 37, .external_lex_state = 11}, - [3457] = {.lex_state = 1322}, - [3458] = {.lex_state = 1322}, - [3459] = {.lex_state = 1322}, - [3460] = {.lex_state = 1322}, - [3461] = {.lex_state = 1322}, - [3462] = {.lex_state = 1322}, - [3463] = {.lex_state = 1322}, - [3464] = {.lex_state = 1322}, - [3465] = {.lex_state = 1322}, - [3466] = {.lex_state = 1322}, - [3467] = {.lex_state = 1322}, - [3468] = {.lex_state = 1322}, - [3469] = {.lex_state = 1322}, - [3470] = {.lex_state = 1322}, - [3471] = {.lex_state = 1322}, - [3472] = {.lex_state = 1322}, - [3473] = {.lex_state = 1322}, - [3474] = {.lex_state = 1322}, - [3475] = {.lex_state = 1322}, - [3476] = {.lex_state = 1322}, - [3477] = {.lex_state = 64}, - [3478] = {.lex_state = 38}, - [3479] = {.lex_state = 1322}, - [3480] = {.lex_state = 1322}, - [3481] = {.lex_state = 1322}, - [3482] = {.lex_state = 1322}, - [3483] = {.lex_state = 1322}, - [3484] = {.lex_state = 1322}, - [3485] = {.lex_state = 1322}, - [3486] = {.lex_state = 1322}, - [3487] = {.lex_state = 1322}, - [3488] = {.lex_state = 1322}, - [3489] = {.lex_state = 1322}, - [3490] = {.lex_state = 1322}, - [3491] = {.lex_state = 1322}, - [3492] = {.lex_state = 1322}, - [3493] = {.lex_state = 1322}, - [3494] = {.lex_state = 38}, - [3495] = {.lex_state = 38}, - [3496] = {.lex_state = 36}, - [3497] = {.lex_state = 1322}, - [3498] = {.lex_state = 1322}, - [3499] = {.lex_state = 1322}, - [3500] = {.lex_state = 36}, - [3501] = {.lex_state = 38}, - [3502] = {.lex_state = 1322}, - [3503] = {.lex_state = 36}, - [3504] = {.lex_state = 1322}, - [3505] = {.lex_state = 1322}, - [3506] = {.lex_state = 36}, - [3507] = {.lex_state = 38}, - [3508] = {.lex_state = 37}, - [3509] = {.lex_state = 36}, - [3510] = {.lex_state = 1322}, - [3511] = {.lex_state = 36}, - [3512] = {.lex_state = 1322}, - [3513] = {.lex_state = 36}, - [3514] = {.lex_state = 38}, - [3515] = {.lex_state = 37, .external_lex_state = 11}, - [3516] = {.lex_state = 1322}, - [3517] = {.lex_state = 36}, - [3518] = {.lex_state = 36}, - [3519] = {.lex_state = 38}, - [3520] = {.lex_state = 1322}, - [3521] = {.lex_state = 36}, - [3522] = {.lex_state = 38}, - [3523] = {.lex_state = 1322}, - [3524] = {.lex_state = 38}, - [3525] = {.lex_state = 38}, - [3526] = {.lex_state = 71}, - [3527] = {.lex_state = 1322}, - [3528] = {.lex_state = 66}, - [3529] = {.lex_state = 215}, - [3530] = {.lex_state = 66}, - [3531] = {.lex_state = 1322}, - [3532] = {.lex_state = 1322}, - [3533] = {.lex_state = 71}, - [3534] = {.lex_state = 71}, - [3535] = {.lex_state = 66}, - [3536] = {.lex_state = 1322}, - [3537] = {.lex_state = 1322}, - [3538] = {.lex_state = 1322}, - [3539] = {.lex_state = 1322}, - [3540] = {.lex_state = 1322}, - [3541] = {.lex_state = 66}, - [3542] = {.lex_state = 66}, - [3543] = {.lex_state = 1322}, - [3544] = {.lex_state = 1322}, - [3545] = {.lex_state = 1322}, - [3546] = {.lex_state = 71}, - [3547] = {.lex_state = 71}, - [3548] = {.lex_state = 64}, - [3549] = {.lex_state = 66}, - [3550] = {.lex_state = 66}, - [3551] = {.lex_state = 215}, - [3552] = {.lex_state = 1322}, - [3553] = {.lex_state = 1322}, - [3554] = {.lex_state = 1322}, - [3555] = {.lex_state = 1322}, - [3556] = {.lex_state = 1322}, - [3557] = {.lex_state = 71}, - [3558] = {.lex_state = 1322}, - [3559] = {.lex_state = 66}, - [3560] = {.lex_state = 1322}, - [3561] = {.lex_state = 1322}, - [3562] = {.lex_state = 1322}, - [3563] = {.lex_state = 1322}, - [3564] = {.lex_state = 66}, - [3565] = {.lex_state = 1322}, - [3566] = {.lex_state = 71}, - [3567] = {.lex_state = 64}, - [3568] = {.lex_state = 64}, - [3569] = {.lex_state = 1322}, - [3570] = {.lex_state = 1322}, - [3571] = {.lex_state = 66}, - [3572] = {.lex_state = 36}, - [3573] = {.lex_state = 1322}, - [3574] = {.lex_state = 1322}, - [3575] = {.lex_state = 1322}, - [3576] = {.lex_state = 1322}, - [3577] = {.lex_state = 71}, - [3578] = {.lex_state = 1322}, - [3579] = {.lex_state = 1322}, - [3580] = {.lex_state = 1322}, - [3581] = {.lex_state = 1322}, - [3582] = {.lex_state = 1322}, - [3583] = {.lex_state = 1322}, - [3584] = {.lex_state = 1322}, - [3585] = {.lex_state = 1322}, - [3586] = {.lex_state = 1322}, - [3587] = {.lex_state = 1322}, - [3588] = {.lex_state = 1322}, - [3589] = {.lex_state = 1322}, - [3590] = {.lex_state = 1322}, - [3591] = {.lex_state = 66}, - [3592] = {.lex_state = 1322}, - [3593] = {.lex_state = 1322}, - [3594] = {.lex_state = 66}, - [3595] = {.lex_state = 1322}, - [3596] = {.lex_state = 1322}, - [3597] = {.lex_state = 1322}, - [3598] = {.lex_state = 1322}, - [3599] = {.lex_state = 1322}, - [3600] = {.lex_state = 1322}, - [3601] = {.lex_state = 1322}, - [3602] = {.lex_state = 1322}, - [3603] = {.lex_state = 71}, - [3604] = {.lex_state = 1322}, - [3605] = {.lex_state = 1322}, - [3606] = {.lex_state = 71}, - [3607] = {.lex_state = 71}, - [3608] = {.lex_state = 1322}, - [3609] = {.lex_state = 1322}, - [3610] = {.lex_state = 71}, - [3611] = {.lex_state = 215}, - [3612] = {.lex_state = 1322}, - [3613] = {.lex_state = 1322}, - [3614] = {.lex_state = 38}, - [3615] = {.lex_state = 66}, - [3616] = {.lex_state = 1322}, - [3617] = {.lex_state = 1322}, - [3618] = {.lex_state = 66}, - [3619] = {.lex_state = 1322}, - [3620] = {.lex_state = 1322}, - [3621] = {.lex_state = 71}, - [3622] = {.lex_state = 1322}, - [3623] = {.lex_state = 66}, - [3624] = {.lex_state = 1322}, + [3339] = {.lex_state = 74}, + [3340] = {.lex_state = 74}, + [3341] = {.lex_state = 1340}, + [3342] = {.lex_state = 1340}, + [3343] = {.lex_state = 1340, .external_lex_state = 12}, + [3344] = {.lex_state = 74}, + [3345] = {.lex_state = 1340}, + [3346] = {.lex_state = 37, .external_lex_state = 16}, + [3347] = {.lex_state = 1340}, + [3348] = {.lex_state = 74}, + [3349] = {.lex_state = 74}, + [3350] = {.lex_state = 1340, .external_lex_state = 12}, + [3351] = {.lex_state = 37, .external_lex_state = 16}, + [3352] = {.lex_state = 1340, .external_lex_state = 12}, + [3353] = {.lex_state = 1340}, + [3354] = {.lex_state = 37, .external_lex_state = 16}, + [3355] = {.lex_state = 1340}, + [3356] = {.lex_state = 1340}, + [3357] = {.lex_state = 1340}, + [3358] = {.lex_state = 1340}, + [3359] = {.lex_state = 1340}, + [3360] = {.lex_state = 74}, + [3361] = {.lex_state = 74}, + [3362] = {.lex_state = 37, .external_lex_state = 16}, + [3363] = {.lex_state = 37, .external_lex_state = 16}, + [3364] = {.lex_state = 1340, .external_lex_state = 12}, + [3365] = {.lex_state = 1340, .external_lex_state = 12}, + [3366] = {.lex_state = 1340}, + [3367] = {.lex_state = 1340}, + [3368] = {.lex_state = 1340}, + [3369] = {.lex_state = 1340}, + [3370] = {.lex_state = 1340}, + [3371] = {.lex_state = 1340}, + [3372] = {.lex_state = 1340}, + [3373] = {.lex_state = 1340}, + [3374] = {.lex_state = 1340}, + [3375] = {.lex_state = 74}, + [3376] = {.lex_state = 1340}, + [3377] = {.lex_state = 1340}, + [3378] = {.lex_state = 1340}, + [3379] = {.lex_state = 74}, + [3380] = {.lex_state = 1340}, + [3381] = {.lex_state = 1340}, + [3382] = {.lex_state = 1340}, + [3383] = {.lex_state = 74}, + [3384] = {.lex_state = 1340}, + [3385] = {.lex_state = 74}, + [3386] = {.lex_state = 74}, + [3387] = {.lex_state = 74}, + [3388] = {.lex_state = 74}, + [3389] = {.lex_state = 1340}, + [3390] = {.lex_state = 74}, + [3391] = {.lex_state = 1340}, + [3392] = {.lex_state = 1340}, + [3393] = {.lex_state = 1340}, + [3394] = {.lex_state = 1340}, + [3395] = {.lex_state = 1340}, + [3396] = {.lex_state = 1340}, + [3397] = {.lex_state = 1340}, + [3398] = {.lex_state = 1340}, + [3399] = {.lex_state = 1340}, + [3400] = {.lex_state = 1340}, + [3401] = {.lex_state = 1340}, + [3402] = {.lex_state = 1340}, + [3403] = {.lex_state = 1340}, + [3404] = {.lex_state = 1340}, + [3405] = {.lex_state = 1340}, + [3406] = {.lex_state = 1340}, + [3407] = {.lex_state = 1340}, + [3408] = {.lex_state = 1340}, + [3409] = {.lex_state = 1340}, + [3410] = {.lex_state = 1340}, + [3411] = {.lex_state = 1340}, + [3412] = {.lex_state = 37, .external_lex_state = 17}, + [3413] = {.lex_state = 1340}, + [3414] = {.lex_state = 1340}, + [3415] = {.lex_state = 1340}, + [3416] = {.lex_state = 1340}, + [3417] = {.lex_state = 1340}, + [3418] = {.lex_state = 1340}, + [3419] = {.lex_state = 1340}, + [3420] = {.lex_state = 1340}, + [3421] = {.lex_state = 1340}, + [3422] = {.lex_state = 1340}, + [3423] = {.lex_state = 1340}, + [3424] = {.lex_state = 37, .external_lex_state = 17}, + [3425] = {.lex_state = 1340}, + [3426] = {.lex_state = 37, .external_lex_state = 17}, + [3427] = {.lex_state = 1340}, + [3428] = {.lex_state = 1340}, + [3429] = {.lex_state = 1340}, + [3430] = {.lex_state = 1340}, + [3431] = {.lex_state = 1340}, + [3432] = {.lex_state = 1340}, + [3433] = {.lex_state = 1340}, + [3434] = {.lex_state = 1340}, + [3435] = {.lex_state = 1340}, + [3436] = {.lex_state = 1340}, + [3437] = {.lex_state = 1340}, + [3438] = {.lex_state = 1340}, + [3439] = {.lex_state = 1340}, + [3440] = {.lex_state = 1340}, + [3441] = {.lex_state = 37, .external_lex_state = 17}, + [3442] = {.lex_state = 37, .external_lex_state = 17}, + [3443] = {.lex_state = 1340}, + [3444] = {.lex_state = 1340}, + [3445] = {.lex_state = 1340}, + [3446] = {.lex_state = 74}, + [3447] = {.lex_state = 1340}, + [3448] = {.lex_state = 1340}, + [3449] = {.lex_state = 74}, + [3450] = {.lex_state = 1340}, + [3451] = {.lex_state = 1340}, + [3452] = {.lex_state = 36, .external_lex_state = 16}, + [3453] = {.lex_state = 1340}, + [3454] = {.lex_state = 1340}, + [3455] = {.lex_state = 1340}, + [3456] = {.lex_state = 74}, + [3457] = {.lex_state = 1340}, + [3458] = {.lex_state = 1340}, + [3459] = {.lex_state = 1340}, + [3460] = {.lex_state = 1340}, + [3461] = {.lex_state = 1340}, + [3462] = {.lex_state = 1340}, + [3463] = {.lex_state = 1340}, + [3464] = {.lex_state = 1340}, + [3465] = {.lex_state = 1340}, + [3466] = {.lex_state = 1340}, + [3467] = {.lex_state = 1340}, + [3468] = {.lex_state = 74}, + [3469] = {.lex_state = 1340}, + [3470] = {.lex_state = 1340}, + [3471] = {.lex_state = 1340}, + [3472] = {.lex_state = 38, .external_lex_state = 12}, + [3473] = {.lex_state = 1340}, + [3474] = {.lex_state = 1340}, + [3475] = {.lex_state = 74}, + [3476] = {.lex_state = 1340}, + [3477] = {.lex_state = 1340}, + [3478] = {.lex_state = 1340}, + [3479] = {.lex_state = 1340}, + [3480] = {.lex_state = 38, .external_lex_state = 12}, + [3481] = {.lex_state = 64}, + [3482] = {.lex_state = 1340}, + [3483] = {.lex_state = 1340}, + [3484] = {.lex_state = 1340}, + [3485] = {.lex_state = 1340}, + [3486] = {.lex_state = 1340}, + [3487] = {.lex_state = 1340}, + [3488] = {.lex_state = 1340}, + [3489] = {.lex_state = 1340}, + [3490] = {.lex_state = 1340}, + [3491] = {.lex_state = 1340}, + [3492] = {.lex_state = 1340}, + [3493] = {.lex_state = 1340}, + [3494] = {.lex_state = 1340}, + [3495] = {.lex_state = 1340}, + [3496] = {.lex_state = 1340}, + [3497] = {.lex_state = 74}, + [3498] = {.lex_state = 1340}, + [3499] = {.lex_state = 74}, + [3500] = {.lex_state = 1340}, + [3501] = {.lex_state = 1340}, + [3502] = {.lex_state = 1340}, + [3503] = {.lex_state = 1340}, + [3504] = {.lex_state = 66, .external_lex_state = 18}, + [3505] = {.lex_state = 74}, + [3506] = {.lex_state = 74}, + [3507] = {.lex_state = 1340}, + [3508] = {.lex_state = 74}, + [3509] = {.lex_state = 74}, + [3510] = {.lex_state = 1340}, + [3511] = {.lex_state = 1340}, + [3512] = {.lex_state = 1340}, + [3513] = {.lex_state = 1340}, + [3514] = {.lex_state = 1340}, + [3515] = {.lex_state = 1340}, + [3516] = {.lex_state = 74}, + [3517] = {.lex_state = 37}, + [3518] = {.lex_state = 38}, + [3519] = {.lex_state = 1340}, + [3520] = {.lex_state = 1340}, + [3521] = {.lex_state = 1340}, + [3522] = {.lex_state = 1340}, + [3523] = {.lex_state = 37}, + [3524] = {.lex_state = 1340}, + [3525] = {.lex_state = 37}, + [3526] = {.lex_state = 74}, + [3527] = {.lex_state = 1340}, + [3528] = {.lex_state = 1340}, + [3529] = {.lex_state = 1340}, + [3530] = {.lex_state = 1340}, + [3531] = {.lex_state = 1340}, + [3532] = {.lex_state = 37}, + [3533] = {.lex_state = 1340}, + [3534] = {.lex_state = 1340}, + [3535] = {.lex_state = 1340}, + [3536] = {.lex_state = 1340}, + [3537] = {.lex_state = 1340}, + [3538] = {.lex_state = 1340}, + [3539] = {.lex_state = 37}, + [3540] = {.lex_state = 1340}, + [3541] = {.lex_state = 1340}, + [3542] = {.lex_state = 1340}, + [3543] = {.lex_state = 74}, + [3544] = {.lex_state = 1340}, + [3545] = {.lex_state = 1340}, + [3546] = {.lex_state = 74}, + [3547] = {.lex_state = 1340}, + [3548] = {.lex_state = 1340}, + [3549] = {.lex_state = 1340}, + [3550] = {.lex_state = 1340}, + [3551] = {.lex_state = 1340}, + [3552] = {.lex_state = 1340}, + [3553] = {.lex_state = 74}, + [3554] = {.lex_state = 1340}, + [3555] = {.lex_state = 1340}, + [3556] = {.lex_state = 38, .external_lex_state = 12}, + [3557] = {.lex_state = 1340}, + [3558] = {.lex_state = 74}, + [3559] = {.lex_state = 1340}, + [3560] = {.lex_state = 1340}, + [3561] = {.lex_state = 37}, + [3562] = {.lex_state = 1340}, + [3563] = {.lex_state = 74}, + [3564] = {.lex_state = 1340}, + [3565] = {.lex_state = 74}, + [3566] = {.lex_state = 1340}, + [3567] = {.lex_state = 1340}, + [3568] = {.lex_state = 1340}, + [3569] = {.lex_state = 1340}, + [3570] = {.lex_state = 1340}, + [3571] = {.lex_state = 1340}, + [3572] = {.lex_state = 1340}, + [3573] = {.lex_state = 1340}, + [3574] = {.lex_state = 1340}, + [3575] = {.lex_state = 1340}, + [3576] = {.lex_state = 1340}, + [3577] = {.lex_state = 1340}, + [3578] = {.lex_state = 1340}, + [3579] = {.lex_state = 1340}, + [3580] = {.lex_state = 1340}, + [3581] = {.lex_state = 37}, + [3582] = {.lex_state = 1340}, + [3583] = {.lex_state = 1340}, + [3584] = {.lex_state = 1340}, + [3585] = {.lex_state = 1340}, + [3586] = {.lex_state = 1340}, + [3587] = {.lex_state = 1340}, + [3588] = {.lex_state = 1340}, + [3589] = {.lex_state = 1340}, + [3590] = {.lex_state = 37}, + [3591] = {.lex_state = 1340}, + [3592] = {.lex_state = 1340}, + [3593] = {.lex_state = 1340}, + [3594] = {.lex_state = 1340}, + [3595] = {.lex_state = 1340}, + [3596] = {.lex_state = 1340}, + [3597] = {.lex_state = 1340}, + [3598] = {.lex_state = 37}, + [3599] = {.lex_state = 37}, + [3600] = {.lex_state = 1340}, + [3601] = {.lex_state = 1340}, + [3602] = {.lex_state = 1340}, + [3603] = {.lex_state = 1340}, + [3604] = {.lex_state = 1340}, + [3605] = {.lex_state = 1340}, + [3606] = {.lex_state = 1340}, + [3607] = {.lex_state = 1340}, + [3608] = {.lex_state = 1340}, + [3609] = {.lex_state = 1340}, + [3610] = {.lex_state = 1340}, + [3611] = {.lex_state = 1340}, + [3612] = {.lex_state = 1340}, + [3613] = {.lex_state = 1340}, + [3614] = {.lex_state = 1340}, + [3615] = {.lex_state = 1340}, + [3616] = {.lex_state = 1340}, + [3617] = {.lex_state = 1340}, + [3618] = {.lex_state = 1340}, + [3619] = {.lex_state = 1340}, + [3620] = {.lex_state = 1340}, + [3621] = {.lex_state = 1340}, + [3622] = {.lex_state = 74}, + [3623] = {.lex_state = 1340}, + [3624] = {.lex_state = 1340}, [3625] = {.lex_state = 66}, - [3626] = {.lex_state = 1322}, - [3627] = {.lex_state = 1322}, - [3628] = {.lex_state = 1322}, - [3629] = {.lex_state = 1322}, - [3630] = {.lex_state = 1322}, - [3631] = {.lex_state = 37}, - [3632] = {.lex_state = 1322}, - [3633] = {.lex_state = 1322}, - [3634] = {.lex_state = 1322}, - [3635] = {.lex_state = 37}, - [3636] = {.lex_state = 1322}, - [3637] = {.lex_state = 1322}, - [3638] = {.lex_state = 37}, - [3639] = {.lex_state = 66}, - [3640] = {.lex_state = 37}, - [3641] = {.lex_state = 1322}, - [3642] = {.lex_state = 1322}, - [3643] = {.lex_state = 1322}, - [3644] = {.lex_state = 66}, - [3645] = {.lex_state = 36, .external_lex_state = 17}, - [3646] = {.lex_state = 1322}, - [3647] = {.lex_state = 1322}, - [3648] = {.lex_state = 1322}, - [3649] = {.lex_state = 1322}, - [3650] = {.lex_state = 1322}, - [3651] = {.lex_state = 66}, - [3652] = {.lex_state = 1322}, - [3653] = {.lex_state = 36, .external_lex_state = 17}, - [3654] = {.lex_state = 38}, - [3655] = {.lex_state = 1322}, - [3656] = {.lex_state = 1322}, - [3657] = {.lex_state = 1322}, - [3658] = {.lex_state = 1322}, - [3659] = {.lex_state = 1322}, - [3660] = {.lex_state = 1322}, - [3661] = {.lex_state = 1322}, - [3662] = {.lex_state = 66}, - [3663] = {.lex_state = 1322}, - [3664] = {.lex_state = 1322}, - [3665] = {.lex_state = 1322}, - [3666] = {.lex_state = 1322}, - [3667] = {.lex_state = 1322}, - [3668] = {.lex_state = 1322}, - [3669] = {.lex_state = 1322}, - [3670] = {.lex_state = 1322}, - [3671] = {.lex_state = 1322}, - [3672] = {.lex_state = 37}, - [3673] = {.lex_state = 1322}, - [3674] = {.lex_state = 1322}, - [3675] = {.lex_state = 1322}, - [3676] = {.lex_state = 1322}, - [3677] = {.lex_state = 1322}, - [3678] = {.lex_state = 66}, - [3679] = {.lex_state = 1322}, - [3680] = {.lex_state = 1322}, - [3681] = {.lex_state = 1322}, - [3682] = {.lex_state = 1322}, - [3683] = {.lex_state = 1322}, - [3684] = {.lex_state = 1322}, - [3685] = {.lex_state = 1322}, - [3686] = {.lex_state = 66}, - [3687] = {.lex_state = 1322}, - [3688] = {.lex_state = 1322}, - [3689] = {.lex_state = 36, .external_lex_state = 17}, - [3690] = {.lex_state = 1322}, - [3691] = {.lex_state = 36, .external_lex_state = 17}, - [3692] = {.lex_state = 36, .external_lex_state = 17}, - [3693] = {.lex_state = 34, .external_lex_state = 17}, + [3626] = {.lex_state = 1340}, + [3627] = {.lex_state = 1340}, + [3628] = {.lex_state = 1340}, + [3629] = {.lex_state = 1340}, + [3630] = {.lex_state = 1340}, + [3631] = {.lex_state = 1340}, + [3632] = {.lex_state = 1340}, + [3633] = {.lex_state = 66}, + [3634] = {.lex_state = 1340}, + [3635] = {.lex_state = 1340}, + [3636] = {.lex_state = 1340}, + [3637] = {.lex_state = 1340}, + [3638] = {.lex_state = 1340}, + [3639] = {.lex_state = 1340}, + [3640] = {.lex_state = 1340}, + [3641] = {.lex_state = 74}, + [3642] = {.lex_state = 64}, + [3643] = {.lex_state = 74}, + [3644] = {.lex_state = 74}, + [3645] = {.lex_state = 66}, + [3646] = {.lex_state = 1340}, + [3647] = {.lex_state = 214}, + [3648] = {.lex_state = 1340}, + [3649] = {.lex_state = 1340}, + [3650] = {.lex_state = 214}, + [3651] = {.lex_state = 1340}, + [3652] = {.lex_state = 1340}, + [3653] = {.lex_state = 1340}, + [3654] = {.lex_state = 74}, + [3655] = {.lex_state = 74}, + [3656] = {.lex_state = 66}, + [3657] = {.lex_state = 1340}, + [3658] = {.lex_state = 66}, + [3659] = {.lex_state = 74}, + [3660] = {.lex_state = 1340}, + [3661] = {.lex_state = 66}, + [3662] = {.lex_state = 74}, + [3663] = {.lex_state = 1340}, + [3664] = {.lex_state = 1340}, + [3665] = {.lex_state = 1340}, + [3666] = {.lex_state = 1340}, + [3667] = {.lex_state = 74}, + [3668] = {.lex_state = 1340}, + [3669] = {.lex_state = 1340}, + [3670] = {.lex_state = 1340}, + [3671] = {.lex_state = 1340}, + [3672] = {.lex_state = 74}, + [3673] = {.lex_state = 66}, + [3674] = {.lex_state = 66}, + [3675] = {.lex_state = 1340}, + [3676] = {.lex_state = 1340}, + [3677] = {.lex_state = 66}, + [3678] = {.lex_state = 74}, + [3679] = {.lex_state = 1340}, + [3680] = {.lex_state = 1340}, + [3681] = {.lex_state = 1340}, + [3682] = {.lex_state = 66}, + [3683] = {.lex_state = 1340}, + [3684] = {.lex_state = 1340}, + [3685] = {.lex_state = 1340}, + [3686] = {.lex_state = 1340}, + [3687] = {.lex_state = 1340}, + [3688] = {.lex_state = 66}, + [3689] = {.lex_state = 74}, + [3690] = {.lex_state = 64}, + [3691] = {.lex_state = 1340}, + [3692] = {.lex_state = 1340}, + [3693] = {.lex_state = 214}, [3694] = {.lex_state = 66}, - [3695] = {.lex_state = 1322}, - [3696] = {.lex_state = 1322}, - [3697] = {.lex_state = 1322}, - [3698] = {.lex_state = 1322}, - [3699] = {.lex_state = 37}, - [3700] = {.lex_state = 1322}, - [3701] = {.lex_state = 1322}, - [3702] = {.lex_state = 1322}, - [3703] = {.lex_state = 66}, - [3704] = {.lex_state = 36, .external_lex_state = 17}, - [3705] = {.lex_state = 38}, - [3706] = {.lex_state = 1322}, - [3707] = {.lex_state = 34, .external_lex_state = 17}, - [3708] = {.lex_state = 1322}, - [3709] = {.lex_state = 34, .external_lex_state = 17}, - [3710] = {.lex_state = 1322}, - [3711] = {.lex_state = 34}, - [3712] = {.lex_state = 1322}, - [3713] = {.lex_state = 1322}, - [3714] = {.lex_state = 1322}, - [3715] = {.lex_state = 192}, - [3716] = {.lex_state = 1322}, - [3717] = {.lex_state = 1322}, - [3718] = {.lex_state = 1322}, - [3719] = {.lex_state = 1322}, - [3720] = {.lex_state = 66}, - [3721] = {.lex_state = 1322, .external_lex_state = 18}, - [3722] = {.lex_state = 1322}, - [3723] = {.lex_state = 66}, - [3724] = {.lex_state = 66}, - [3725] = {.lex_state = 1322}, - [3726] = {.lex_state = 1322}, - [3727] = {.lex_state = 1322}, - [3728] = {.lex_state = 1322}, - [3729] = {.lex_state = 36}, - [3730] = {.lex_state = 64}, - [3731] = {.lex_state = 1322}, + [3695] = {.lex_state = 1340}, + [3696] = {.lex_state = 74}, + [3697] = {.lex_state = 66}, + [3698] = {.lex_state = 1340}, + [3699] = {.lex_state = 1340}, + [3700] = {.lex_state = 1340}, + [3701] = {.lex_state = 1340}, + [3702] = {.lex_state = 1340}, + [3703] = {.lex_state = 1340}, + [3704] = {.lex_state = 74}, + [3705] = {.lex_state = 1340}, + [3706] = {.lex_state = 1340}, + [3707] = {.lex_state = 1340}, + [3708] = {.lex_state = 1340}, + [3709] = {.lex_state = 1340}, + [3710] = {.lex_state = 1340}, + [3711] = {.lex_state = 1340}, + [3712] = {.lex_state = 1340}, + [3713] = {.lex_state = 64}, + [3714] = {.lex_state = 1340}, + [3715] = {.lex_state = 1340}, + [3716] = {.lex_state = 1340}, + [3717] = {.lex_state = 1340}, + [3718] = {.lex_state = 1340}, + [3719] = {.lex_state = 37}, + [3720] = {.lex_state = 1340}, + [3721] = {.lex_state = 1340}, + [3722] = {.lex_state = 1340}, + [3723] = {.lex_state = 1340}, + [3724] = {.lex_state = 1340}, + [3725] = {.lex_state = 1340}, + [3726] = {.lex_state = 1340}, + [3727] = {.lex_state = 66}, + [3728] = {.lex_state = 1340}, + [3729] = {.lex_state = 1340}, + [3730] = {.lex_state = 38}, + [3731] = {.lex_state = 38}, [3732] = {.lex_state = 66}, - [3733] = {.lex_state = 1322}, - [3734] = {.lex_state = 192}, - [3735] = {.lex_state = 1322}, - [3736] = {.lex_state = 1322}, - [3737] = {.lex_state = 1322}, - [3738] = {.lex_state = 1322}, - [3739] = {.lex_state = 192}, - [3740] = {.lex_state = 1322}, - [3741] = {.lex_state = 66}, - [3742] = {.lex_state = 66}, - [3743] = {.lex_state = 64}, - [3744] = {.lex_state = 64}, - [3745] = {.lex_state = 1322}, - [3746] = {.lex_state = 192}, - [3747] = {.lex_state = 66}, - [3748] = {.lex_state = 64}, - [3749] = {.lex_state = 64}, - [3750] = {.lex_state = 64}, - [3751] = {.lex_state = 64}, - [3752] = {.lex_state = 64}, - [3753] = {.lex_state = 64}, - [3754] = {.lex_state = 64}, - [3755] = {.lex_state = 64}, - [3756] = {.lex_state = 1322}, - [3757] = {.lex_state = 64}, - [3758] = {.lex_state = 64}, - [3759] = {.lex_state = 64}, - [3760] = {.lex_state = 64}, - [3761] = {.lex_state = 1322}, - [3762] = {.lex_state = 1322}, - [3763] = {.lex_state = 1322}, - [3764] = {.lex_state = 66}, - [3765] = {.lex_state = 1322}, - [3766] = {.lex_state = 1322}, - [3767] = {.lex_state = 1322}, - [3768] = {.lex_state = 1322}, - [3769] = {.lex_state = 64}, - [3770] = {.lex_state = 1322}, - [3771] = {.lex_state = 1322}, - [3772] = {.lex_state = 1322}, - [3773] = {.lex_state = 1322}, - [3774] = {.lex_state = 64}, - [3775] = {.lex_state = 66}, - [3776] = {.lex_state = 1322}, - [3777] = {.lex_state = 1322}, - [3778] = {.lex_state = 64}, - [3779] = {.lex_state = 192}, - [3780] = {.lex_state = 66}, - [3781] = {.lex_state = 66}, - [3782] = {.lex_state = 36}, - [3783] = {.lex_state = 1322}, - [3784] = {.lex_state = 1322}, - [3785] = {.lex_state = 34, .external_lex_state = 11}, - [3786] = {.lex_state = 1322}, - [3787] = {.lex_state = 192}, - [3788] = {.lex_state = 66}, - [3789] = {.lex_state = 1322}, - [3790] = {.lex_state = 1322}, - [3791] = {.lex_state = 64}, - [3792] = {.lex_state = 1322}, - [3793] = {.lex_state = 1322}, - [3794] = {.lex_state = 1322}, - [3795] = {.lex_state = 1322}, - [3796] = {.lex_state = 1322}, - [3797] = {.lex_state = 34, .external_lex_state = 17}, - [3798] = {.lex_state = 1322}, - [3799] = {.lex_state = 1322}, - [3800] = {.lex_state = 1322}, - [3801] = {.lex_state = 1322}, - [3802] = {.lex_state = 64}, - [3803] = {.lex_state = 66}, - [3804] = {.lex_state = 66}, - [3805] = {.lex_state = 1322}, - [3806] = {.lex_state = 66}, - [3807] = {.lex_state = 1322}, - [3808] = {.lex_state = 1322}, - [3809] = {.lex_state = 1322}, - [3810] = {.lex_state = 66}, - [3811] = {.lex_state = 1322}, - [3812] = {.lex_state = 66}, - [3813] = {.lex_state = 1322}, - [3814] = {.lex_state = 1322}, - [3815] = {.lex_state = 192}, - [3816] = {.lex_state = 66}, - [3817] = {.lex_state = 1322}, - [3818] = {.lex_state = 64}, - [3819] = {.lex_state = 1322}, - [3820] = {.lex_state = 1322}, - [3821] = {.lex_state = 1322}, - [3822] = {.lex_state = 1322}, - [3823] = {.lex_state = 1322}, - [3824] = {.lex_state = 1322}, - [3825] = {.lex_state = 1322}, - [3826] = {.lex_state = 64}, - [3827] = {.lex_state = 66}, - [3828] = {.lex_state = 1322}, - [3829] = {.lex_state = 1322}, - [3830] = {.lex_state = 1322}, - [3831] = {.lex_state = 1322}, - [3832] = {.lex_state = 66}, - [3833] = {.lex_state = 1322}, - [3834] = {.lex_state = 1322}, - [3835] = {.lex_state = 64}, - [3836] = {.lex_state = 1322}, - [3837] = {.lex_state = 1322, .external_lex_state = 18}, - [3838] = {.lex_state = 64}, - [3839] = {.lex_state = 34}, - [3840] = {.lex_state = 1322}, - [3841] = {.lex_state = 1322}, - [3842] = {.lex_state = 1322}, - [3843] = {.lex_state = 1322}, - [3844] = {.lex_state = 36}, - [3845] = {.lex_state = 34}, - [3846] = {.lex_state = 1322}, - [3847] = {.lex_state = 1322}, - [3848] = {.lex_state = 1322}, + [3733] = {.lex_state = 74}, + [3734] = {.lex_state = 1340}, + [3735] = {.lex_state = 1340}, + [3736] = {.lex_state = 1340}, + [3737] = {.lex_state = 1340}, + [3738] = {.lex_state = 1340}, + [3739] = {.lex_state = 66}, + [3740] = {.lex_state = 1340}, + [3741] = {.lex_state = 1340}, + [3742] = {.lex_state = 1340}, + [3743] = {.lex_state = 1340}, + [3744] = {.lex_state = 66}, + [3745] = {.lex_state = 1340}, + [3746] = {.lex_state = 1340}, + [3747] = {.lex_state = 1340}, + [3748] = {.lex_state = 1340}, + [3749] = {.lex_state = 1340}, + [3750] = {.lex_state = 37, .external_lex_state = 17}, + [3751] = {.lex_state = 38}, + [3752] = {.lex_state = 1340}, + [3753] = {.lex_state = 1340}, + [3754] = {.lex_state = 1340}, + [3755] = {.lex_state = 1340}, + [3756] = {.lex_state = 1340}, + [3757] = {.lex_state = 1340}, + [3758] = {.lex_state = 1340}, + [3759] = {.lex_state = 1340}, + [3760] = {.lex_state = 1340}, + [3761] = {.lex_state = 1340}, + [3762] = {.lex_state = 1340}, + [3763] = {.lex_state = 1340}, + [3764] = {.lex_state = 1340}, + [3765] = {.lex_state = 1340}, + [3766] = {.lex_state = 38}, + [3767] = {.lex_state = 1340}, + [3768] = {.lex_state = 1340}, + [3769] = {.lex_state = 1340}, + [3770] = {.lex_state = 1340}, + [3771] = {.lex_state = 1340}, + [3772] = {.lex_state = 1340}, + [3773] = {.lex_state = 1340}, + [3774] = {.lex_state = 1340}, + [3775] = {.lex_state = 74}, + [3776] = {.lex_state = 38}, + [3777] = {.lex_state = 1340}, + [3778] = {.lex_state = 1340}, + [3779] = {.lex_state = 1340}, + [3780] = {.lex_state = 1340}, + [3781] = {.lex_state = 1340}, + [3782] = {.lex_state = 1340}, + [3783] = {.lex_state = 1340}, + [3784] = {.lex_state = 1340}, + [3785] = {.lex_state = 1340}, + [3786] = {.lex_state = 1340}, + [3787] = {.lex_state = 1340}, + [3788] = {.lex_state = 1340}, + [3789] = {.lex_state = 1340}, + [3790] = {.lex_state = 66}, + [3791] = {.lex_state = 1340}, + [3792] = {.lex_state = 1340}, + [3793] = {.lex_state = 66}, + [3794] = {.lex_state = 1340}, + [3795] = {.lex_state = 1340}, + [3796] = {.lex_state = 1340}, + [3797] = {.lex_state = 66}, + [3798] = {.lex_state = 38}, + [3799] = {.lex_state = 1340}, + [3800] = {.lex_state = 66}, + [3801] = {.lex_state = 1340}, + [3802] = {.lex_state = 1340}, + [3803] = {.lex_state = 37, .external_lex_state = 17}, + [3804] = {.lex_state = 1340}, + [3805] = {.lex_state = 1340}, + [3806] = {.lex_state = 1340}, + [3807] = {.lex_state = 1340}, + [3808] = {.lex_state = 1340}, + [3809] = {.lex_state = 1340}, + [3810] = {.lex_state = 37, .external_lex_state = 17}, + [3811] = {.lex_state = 66}, + [3812] = {.lex_state = 1340}, + [3813] = {.lex_state = 1340}, + [3814] = {.lex_state = 37, .external_lex_state = 17}, + [3815] = {.lex_state = 1340}, + [3816] = {.lex_state = 1340}, + [3817] = {.lex_state = 1340}, + [3818] = {.lex_state = 1340}, + [3819] = {.lex_state = 1340}, + [3820] = {.lex_state = 1340}, + [3821] = {.lex_state = 1340}, + [3822] = {.lex_state = 1340}, + [3823] = {.lex_state = 1340}, + [3824] = {.lex_state = 1340}, + [3825] = {.lex_state = 1340}, + [3826] = {.lex_state = 1340}, + [3827] = {.lex_state = 1340}, + [3828] = {.lex_state = 66}, + [3829] = {.lex_state = 1340}, + [3830] = {.lex_state = 37, .external_lex_state = 17}, + [3831] = {.lex_state = 36}, + [3832] = {.lex_state = 1340}, + [3833] = {.lex_state = 37, .external_lex_state = 17}, + [3834] = {.lex_state = 1340}, + [3835] = {.lex_state = 1340}, + [3836] = {.lex_state = 1340}, + [3837] = {.lex_state = 1340}, + [3838] = {.lex_state = 66}, + [3839] = {.lex_state = 1340}, + [3840] = {.lex_state = 1340}, + [3841] = {.lex_state = 1340}, + [3842] = {.lex_state = 1340}, + [3843] = {.lex_state = 1340}, + [3844] = {.lex_state = 1340}, + [3845] = {.lex_state = 1340}, + [3846] = {.lex_state = 64}, + [3847] = {.lex_state = 64}, + [3848] = {.lex_state = 1340}, [3849] = {.lex_state = 64}, - [3850] = {.lex_state = 1322}, - [3851] = {.lex_state = 1322}, - [3852] = {.lex_state = 1322}, - [3853] = {.lex_state = 1322}, - [3854] = {.lex_state = 1322}, - [3855] = {.lex_state = 66}, - [3856] = {.lex_state = 1322}, - [3857] = {.lex_state = 66}, + [3850] = {.lex_state = 66}, + [3851] = {.lex_state = 66}, + [3852] = {.lex_state = 66}, + [3853] = {.lex_state = 64}, + [3854] = {.lex_state = 74}, + [3855] = {.lex_state = 64}, + [3856] = {.lex_state = 37}, + [3857] = {.lex_state = 192}, [3858] = {.lex_state = 64}, - [3859] = {.lex_state = 66}, - [3860] = {.lex_state = 64}, - [3861] = {.lex_state = 66}, - [3862] = {.lex_state = 66}, - [3863] = {.lex_state = 66}, + [3859] = {.lex_state = 192}, + [3860] = {.lex_state = 1340}, + [3861] = {.lex_state = 192}, + [3862] = {.lex_state = 36}, + [3863] = {.lex_state = 37}, [3864] = {.lex_state = 192}, - [3865] = {.lex_state = 1322}, - [3866] = {.lex_state = 1322}, + [3865] = {.lex_state = 1340}, + [3866] = {.lex_state = 1340}, [3867] = {.lex_state = 66}, [3868] = {.lex_state = 64}, - [3869] = {.lex_state = 1322}, - [3870] = {.lex_state = 1322}, - [3871] = {.lex_state = 64}, - [3872] = {.lex_state = 1322}, - [3873] = {.lex_state = 1322}, - [3874] = {.lex_state = 1322}, - [3875] = {.lex_state = 1322}, + [3869] = {.lex_state = 64}, + [3870] = {.lex_state = 64}, + [3871] = {.lex_state = 1340}, + [3872] = {.lex_state = 64}, + [3873] = {.lex_state = 64}, + [3874] = {.lex_state = 1340}, + [3875] = {.lex_state = 64}, [3876] = {.lex_state = 66}, - [3877] = {.lex_state = 36}, - [3878] = {.lex_state = 1322}, - [3879] = {.lex_state = 64}, - [3880] = {.lex_state = 1322}, - [3881] = {.lex_state = 1322}, - [3882] = {.lex_state = 1322}, - [3883] = {.lex_state = 1322}, - [3884] = {.lex_state = 1322}, - [3885] = {.lex_state = 1322}, + [3877] = {.lex_state = 36, .external_lex_state = 17}, + [3878] = {.lex_state = 66}, + [3879] = {.lex_state = 66}, + [3880] = {.lex_state = 64}, + [3881] = {.lex_state = 64}, + [3882] = {.lex_state = 66}, + [3883] = {.lex_state = 64}, + [3884] = {.lex_state = 66}, + [3885] = {.lex_state = 1340}, [3886] = {.lex_state = 64}, - [3887] = {.lex_state = 1322}, - [3888] = {.lex_state = 64}, - [3889] = {.lex_state = 1322}, - [3890] = {.lex_state = 1322}, - [3891] = {.lex_state = 1322}, - [3892] = {.lex_state = 1322}, + [3887] = {.lex_state = 64}, + [3888] = {.lex_state = 192}, + [3889] = {.lex_state = 66}, + [3890] = {.lex_state = 66}, + [3891] = {.lex_state = 66}, + [3892] = {.lex_state = 192}, [3893] = {.lex_state = 66}, - [3894] = {.lex_state = 66}, - [3895] = {.lex_state = 1322}, - [3896] = {.lex_state = 1322}, - [3897] = {.lex_state = 1322}, - [3898] = {.lex_state = 1322}, - [3899] = {.lex_state = 1322}, - [3900] = {.lex_state = 64}, - [3901] = {.lex_state = 1322}, - [3902] = {.lex_state = 1322}, - [3903] = {.lex_state = 66}, + [3894] = {.lex_state = 64}, + [3895] = {.lex_state = 37}, + [3896] = {.lex_state = 66}, + [3897] = {.lex_state = 66}, + [3898] = {.lex_state = 66}, + [3899] = {.lex_state = 64}, + [3900] = {.lex_state = 66}, + [3901] = {.lex_state = 37}, + [3902] = {.lex_state = 66}, + [3903] = {.lex_state = 64}, [3904] = {.lex_state = 66}, - [3905] = {.lex_state = 1322}, - [3906] = {.lex_state = 66}, - [3907] = {.lex_state = 66}, - [3908] = {.lex_state = 66}, - [3909] = {.lex_state = 192}, - [3910] = {.lex_state = 64}, - [3911] = {.lex_state = 192}, - [3912] = {.lex_state = 1322}, - [3913] = {.lex_state = 64}, - [3914] = {.lex_state = 1322}, - [3915] = {.lex_state = 66}, - [3916] = {.lex_state = 1322}, - [3917] = {.lex_state = 34}, + [3905] = {.lex_state = 1340}, + [3906] = {.lex_state = 64}, + [3907] = {.lex_state = 64}, + [3908] = {.lex_state = 1340}, + [3909] = {.lex_state = 1340}, + [3910] = {.lex_state = 1340}, + [3911] = {.lex_state = 66}, + [3912] = {.lex_state = 66}, + [3913] = {.lex_state = 1340}, + [3914] = {.lex_state = 1340}, + [3915] = {.lex_state = 1340}, + [3916] = {.lex_state = 64}, + [3917] = {.lex_state = 64}, [3918] = {.lex_state = 64}, - [3919] = {.lex_state = 1322}, + [3919] = {.lex_state = 64}, [3920] = {.lex_state = 66}, - [3921] = {.lex_state = 1322}, + [3921] = {.lex_state = 1340}, [3922] = {.lex_state = 66}, [3923] = {.lex_state = 66}, - [3924] = {.lex_state = 1322}, - [3925] = {.lex_state = 1322}, - [3926] = {.lex_state = 1322}, - [3927] = {.lex_state = 1322}, - [3928] = {.lex_state = 1322}, - [3929] = {.lex_state = 1322}, - [3930] = {.lex_state = 66}, - [3931] = {.lex_state = 1322}, - [3932] = {.lex_state = 1322}, - [3933] = {.lex_state = 66}, - [3934] = {.lex_state = 1322}, - [3935] = {.lex_state = 1322, .external_lex_state = 11}, - [3936] = {.lex_state = 64}, - [3937] = {.lex_state = 1322}, - [3938] = {.lex_state = 38}, - [3939] = {.lex_state = 1322}, + [3924] = {.lex_state = 192}, + [3925] = {.lex_state = 66}, + [3926] = {.lex_state = 64}, + [3927] = {.lex_state = 66}, + [3928] = {.lex_state = 66}, + [3929] = {.lex_state = 66}, + [3930] = {.lex_state = 64}, + [3931] = {.lex_state = 36}, + [3932] = {.lex_state = 64}, + [3933] = {.lex_state = 64}, + [3934] = {.lex_state = 1340}, + [3935] = {.lex_state = 66}, + [3936] = {.lex_state = 1340}, + [3937] = {.lex_state = 64}, + [3938] = {.lex_state = 66}, + [3939] = {.lex_state = 66}, [3940] = {.lex_state = 66}, - [3941] = {.lex_state = 1322}, - [3942] = {.lex_state = 1322}, + [3941] = {.lex_state = 66}, + [3942] = {.lex_state = 66}, [3943] = {.lex_state = 66}, - [3944] = {.lex_state = 64}, - [3945] = {.lex_state = 1322}, - [3946] = {.lex_state = 1322}, - [3947] = {.lex_state = 1322}, - [3948] = {.lex_state = 1322}, - [3949] = {.lex_state = 1322}, - [3950] = {.lex_state = 66}, - [3951] = {.lex_state = 1322}, - [3952] = {.lex_state = 66}, + [3944] = {.lex_state = 66}, + [3945] = {.lex_state = 37}, + [3946] = {.lex_state = 1340}, + [3947] = {.lex_state = 1340}, + [3948] = {.lex_state = 1340}, + [3949] = {.lex_state = 64}, + [3950] = {.lex_state = 1340}, + [3951] = {.lex_state = 1340}, + [3952] = {.lex_state = 37, .external_lex_state = 12}, [3953] = {.lex_state = 66}, - [3954] = {.lex_state = 66}, - [3955] = {.lex_state = 1322}, - [3956] = {.lex_state = 64}, + [3954] = {.lex_state = 1340, .external_lex_state = 18}, + [3955] = {.lex_state = 66}, + [3956] = {.lex_state = 1340, .external_lex_state = 12}, [3957] = {.lex_state = 66}, - [3958] = {.lex_state = 1322}, - [3959] = {.lex_state = 1322}, - [3960] = {.lex_state = 1322}, - [3961] = {.lex_state = 1322}, - [3962] = {.lex_state = 36}, - [3963] = {.lex_state = 1322}, - [3964] = {.lex_state = 66}, + [3958] = {.lex_state = 1340, .external_lex_state = 12}, + [3959] = {.lex_state = 64}, + [3960] = {.lex_state = 64}, + [3961] = {.lex_state = 1340, .external_lex_state = 18}, + [3962] = {.lex_state = 66}, + [3963] = {.lex_state = 66}, + [3964] = {.lex_state = 192}, [3965] = {.lex_state = 64}, - [3966] = {.lex_state = 1322, .external_lex_state = 11}, - [3967] = {.lex_state = 1322}, - [3968] = {.lex_state = 1322}, + [3966] = {.lex_state = 64}, + [3967] = {.lex_state = 36, .external_lex_state = 17}, + [3968] = {.lex_state = 192}, [3969] = {.lex_state = 66}, - [3970] = {.lex_state = 1322}, - [3971] = {.lex_state = 1322}, - [3972] = {.lex_state = 1322}, + [3970] = {.lex_state = 66}, + [3971] = {.lex_state = 36}, + [3972] = {.lex_state = 66}, [3973] = {.lex_state = 64}, - [3974] = {.lex_state = 1322}, - [3975] = {.lex_state = 1322}, - [3976] = {.lex_state = 1322}, - [3977] = {.lex_state = 1322}, - [3978] = {.lex_state = 34}, - [3979] = {.lex_state = 1322}, - [3980] = {.lex_state = 64}, - [3981] = {.lex_state = 66}, - [3982] = {.lex_state = 192}, - [3983] = {.lex_state = 1322}, - [3984] = {.lex_state = 1322}, - [3985] = {.lex_state = 1322}, - [3986] = {.lex_state = 1322}, - [3987] = {.lex_state = 1322}, - [3988] = {.lex_state = 1322}, - [3989] = {.lex_state = 1322}, - [3990] = {.lex_state = 1322}, - [3991] = {.lex_state = 1322}, - [3992] = {.lex_state = 1322}, - [3993] = {.lex_state = 1322}, - [3994] = {.lex_state = 1322}, - [3995] = {.lex_state = 1322}, - [3996] = {.lex_state = 1322}, - [3997] = {.lex_state = 1322}, - [3998] = {.lex_state = 1322}, - [3999] = {.lex_state = 209}, - [4000] = {.lex_state = 1322}, - [4001] = {.lex_state = 1322}, - [4002] = {.lex_state = 1322}, - [4003] = {.lex_state = 34}, - [4004] = {.lex_state = 1322}, - [4005] = {.lex_state = 1322}, - [4006] = {.lex_state = 1322}, - [4007] = {.lex_state = 1322}, - [4008] = {.lex_state = 1322}, - [4009] = {.lex_state = 1322}, - [4010] = {.lex_state = 1322}, - [4011] = {.lex_state = 1322}, - [4012] = {.lex_state = 1322}, - [4013] = {.lex_state = 1322}, - [4014] = {.lex_state = 1322}, - [4015] = {.lex_state = 1322}, - [4016] = {.lex_state = 1322}, - [4017] = {.lex_state = 1322}, - [4018] = {.lex_state = 75}, - [4019] = {.lex_state = 1322}, - [4020] = {.lex_state = 1322}, - [4021] = {.lex_state = 1322}, - [4022] = {.lex_state = 215}, - [4023] = {.lex_state = 1322}, - [4024] = {.lex_state = 1322}, - [4025] = {.lex_state = 1322}, - [4026] = {.lex_state = 1322}, - [4027] = {.lex_state = 1322}, - [4028] = {.lex_state = 1322}, - [4029] = {.lex_state = 1322}, - [4030] = {.lex_state = 1322}, - [4031] = {.lex_state = 215}, - [4032] = {.lex_state = 75}, - [4033] = {.lex_state = 1322}, - [4034] = {.lex_state = 1322}, - [4035] = {.lex_state = 215}, - [4036] = {.lex_state = 1322}, - [4037] = {.lex_state = 1322}, - [4038] = {.lex_state = 1322}, - [4039] = {.lex_state = 1322}, - [4040] = {.lex_state = 1322}, - [4041] = {.lex_state = 1322}, - [4042] = {.lex_state = 1322}, - [4043] = {.lex_state = 1322}, - [4044] = {.lex_state = 1322, .external_lex_state = 11}, - [4045] = {.lex_state = 1322}, - [4046] = {.lex_state = 1322}, - [4047] = {.lex_state = 1322}, - [4048] = {.lex_state = 1322}, - [4049] = {.lex_state = 1322}, - [4050] = {.lex_state = 1322}, - [4051] = {.lex_state = 1322}, - [4052] = {.lex_state = 1322}, - [4053] = {.lex_state = 1322}, - [4054] = {.lex_state = 1322}, - [4055] = {.lex_state = 1322}, - [4056] = {.lex_state = 1322}, - [4057] = {.lex_state = 1322}, - [4058] = {.lex_state = 1322}, - [4059] = {.lex_state = 1322}, - [4060] = {.lex_state = 1322}, - [4061] = {.lex_state = 34}, - [4062] = {.lex_state = 1322}, - [4063] = {.lex_state = 75}, - [4064] = {.lex_state = 1322}, - [4065] = {.lex_state = 1322}, - [4066] = {.lex_state = 1322}, - [4067] = {.lex_state = 1322}, - [4068] = {.lex_state = 1322}, - [4069] = {.lex_state = 1322}, - [4070] = {.lex_state = 1322}, - [4071] = {.lex_state = 1322}, - [4072] = {.lex_state = 34, .external_lex_state = 11}, - [4073] = {.lex_state = 34, .external_lex_state = 11}, - [4074] = {.lex_state = 1322}, - [4075] = {.lex_state = 1322}, - [4076] = {.lex_state = 1322}, - [4077] = {.lex_state = 1322}, - [4078] = {.lex_state = 1322}, - [4079] = {.lex_state = 1322}, - [4080] = {.lex_state = 1322}, - [4081] = {.lex_state = 1322}, - [4082] = {.lex_state = 1322}, - [4083] = {.lex_state = 1322}, - [4084] = {.lex_state = 1322}, - [4085] = {.lex_state = 1322}, - [4086] = {.lex_state = 1322}, - [4087] = {.lex_state = 1322}, - [4088] = {.lex_state = 1322}, - [4089] = {.lex_state = 1322}, - [4090] = {.lex_state = 1322}, - [4091] = {.lex_state = 1322}, - [4092] = {.lex_state = 1322}, - [4093] = {.lex_state = 1322}, - [4094] = {.lex_state = 1322}, - [4095] = {.lex_state = 1322}, - [4096] = {.lex_state = 1322}, - [4097] = {.lex_state = 1322}, - [4098] = {.lex_state = 1322}, - [4099] = {.lex_state = 1322}, - [4100] = {.lex_state = 1322}, - [4101] = {.lex_state = 1322}, - [4102] = {.lex_state = 1322}, - [4103] = {.lex_state = 1322}, - [4104] = {.lex_state = 1322}, - [4105] = {.lex_state = 1322}, - [4106] = {.lex_state = 1322}, - [4107] = {.lex_state = 1322}, - [4108] = {.lex_state = 1322}, - [4109] = {.lex_state = 1322}, - [4110] = {.lex_state = 1322}, - [4111] = {.lex_state = 1322}, - [4112] = {.lex_state = 1322}, - [4113] = {.lex_state = 1322}, - [4114] = {.lex_state = 1322}, - [4115] = {.lex_state = 1322}, - [4116] = {.lex_state = 207}, - [4117] = {.lex_state = 37, .external_lex_state = 11}, - [4118] = {.lex_state = 34}, - [4119] = {.lex_state = 1322, .external_lex_state = 16}, - [4120] = {.lex_state = 212}, - [4121] = {.lex_state = 1322, .external_lex_state = 16}, - [4122] = {.lex_state = 37}, - [4123] = {.lex_state = 140}, - [4124] = {.lex_state = 207}, - [4125] = {.lex_state = 207}, - [4126] = {.lex_state = 75}, - [4127] = {.lex_state = 1322, .external_lex_state = 11}, - [4128] = {.lex_state = 1322, .external_lex_state = 16}, - [4129] = {.lex_state = 216}, - [4130] = {.lex_state = 28}, - [4131] = {.lex_state = 140}, - [4132] = {.lex_state = 34}, - [4133] = {.lex_state = 212}, - [4134] = {.lex_state = 207}, - [4135] = {.lex_state = 212}, - [4136] = {.lex_state = 1322, .external_lex_state = 16}, - [4137] = {.lex_state = 34}, - [4138] = {.lex_state = 216}, - [4139] = {.lex_state = 1322}, - [4140] = {.lex_state = 66, .external_lex_state = 11}, - [4141] = {.lex_state = 207}, - [4142] = {.lex_state = 1322, .external_lex_state = 11}, + [3974] = {.lex_state = 1340}, + [3975] = {.lex_state = 66}, + [3976] = {.lex_state = 192}, + [3977] = {.lex_state = 66}, + [3978] = {.lex_state = 66}, + [3979] = {.lex_state = 66}, + [3980] = {.lex_state = 36}, + [3981] = {.lex_state = 64}, + [3982] = {.lex_state = 66}, + [3983] = {.lex_state = 1340}, + [3984] = {.lex_state = 64}, + [3985] = {.lex_state = 1340}, + [3986] = {.lex_state = 1340}, + [3987] = {.lex_state = 1340}, + [3988] = {.lex_state = 64}, + [3989] = {.lex_state = 36, .external_lex_state = 17}, + [3990] = {.lex_state = 64}, + [3991] = {.lex_state = 1340}, + [3992] = {.lex_state = 1340}, + [3993] = {.lex_state = 1340}, + [3994] = {.lex_state = 1340}, + [3995] = {.lex_state = 66}, + [3996] = {.lex_state = 66}, + [3997] = {.lex_state = 64}, + [3998] = {.lex_state = 192}, + [3999] = {.lex_state = 1340}, + [4000] = {.lex_state = 1340}, + [4001] = {.lex_state = 1340, .external_lex_state = 12}, + [4002] = {.lex_state = 1340}, + [4003] = {.lex_state = 1340}, + [4004] = {.lex_state = 1340}, + [4005] = {.lex_state = 1340}, + [4006] = {.lex_state = 1340}, + [4007] = {.lex_state = 1340}, + [4008] = {.lex_state = 1340}, + [4009] = {.lex_state = 1340}, + [4010] = {.lex_state = 1340}, + [4011] = {.lex_state = 1340}, + [4012] = {.lex_state = 1340}, + [4013] = {.lex_state = 1340}, + [4014] = {.lex_state = 1340}, + [4015] = {.lex_state = 1340}, + [4016] = {.lex_state = 1340}, + [4017] = {.lex_state = 1340}, + [4018] = {.lex_state = 1340}, + [4019] = {.lex_state = 1340}, + [4020] = {.lex_state = 1340}, + [4021] = {.lex_state = 1340}, + [4022] = {.lex_state = 1340}, + [4023] = {.lex_state = 1340}, + [4024] = {.lex_state = 1340}, + [4025] = {.lex_state = 1340}, + [4026] = {.lex_state = 1340}, + [4027] = {.lex_state = 1340}, + [4028] = {.lex_state = 1340}, + [4029] = {.lex_state = 1340}, + [4030] = {.lex_state = 1340}, + [4031] = {.lex_state = 208}, + [4032] = {.lex_state = 1340}, + [4033] = {.lex_state = 1340}, + [4034] = {.lex_state = 1340}, + [4035] = {.lex_state = 1340}, + [4036] = {.lex_state = 1340}, + [4037] = {.lex_state = 1340}, + [4038] = {.lex_state = 1340}, + [4039] = {.lex_state = 1340}, + [4040] = {.lex_state = 1340}, + [4041] = {.lex_state = 1340}, + [4042] = {.lex_state = 1340}, + [4043] = {.lex_state = 1340}, + [4044] = {.lex_state = 214}, + [4045] = {.lex_state = 1340}, + [4046] = {.lex_state = 1340}, + [4047] = {.lex_state = 1340}, + [4048] = {.lex_state = 1340}, + [4049] = {.lex_state = 1340}, + [4050] = {.lex_state = 1340}, + [4051] = {.lex_state = 1340}, + [4052] = {.lex_state = 1340}, + [4053] = {.lex_state = 1340}, + [4054] = {.lex_state = 36}, + [4055] = {.lex_state = 1340}, + [4056] = {.lex_state = 1340}, + [4057] = {.lex_state = 75}, + [4058] = {.lex_state = 1340}, + [4059] = {.lex_state = 1340}, + [4060] = {.lex_state = 1340}, + [4061] = {.lex_state = 1340}, + [4062] = {.lex_state = 1340}, + [4063] = {.lex_state = 214}, + [4064] = {.lex_state = 1340}, + [4065] = {.lex_state = 1340}, + [4066] = {.lex_state = 1340}, + [4067] = {.lex_state = 1340}, + [4068] = {.lex_state = 1340}, + [4069] = {.lex_state = 75}, + [4070] = {.lex_state = 1340}, + [4071] = {.lex_state = 1340}, + [4072] = {.lex_state = 1340}, + [4073] = {.lex_state = 1340}, + [4074] = {.lex_state = 1340}, + [4075] = {.lex_state = 1340}, + [4076] = {.lex_state = 1340}, + [4077] = {.lex_state = 1340}, + [4078] = {.lex_state = 1340}, + [4079] = {.lex_state = 1340}, + [4080] = {.lex_state = 1340}, + [4081] = {.lex_state = 1340}, + [4082] = {.lex_state = 1340}, + [4083] = {.lex_state = 1340}, + [4084] = {.lex_state = 1340}, + [4085] = {.lex_state = 1340}, + [4086] = {.lex_state = 1340}, + [4087] = {.lex_state = 1340}, + [4088] = {.lex_state = 36, .external_lex_state = 17}, + [4089] = {.lex_state = 1340}, + [4090] = {.lex_state = 214}, + [4091] = {.lex_state = 1340}, + [4092] = {.lex_state = 1340}, + [4093] = {.lex_state = 1340}, + [4094] = {.lex_state = 1340}, + [4095] = {.lex_state = 1340}, + [4096] = {.lex_state = 1340}, + [4097] = {.lex_state = 1340}, + [4098] = {.lex_state = 1340}, + [4099] = {.lex_state = 1340}, + [4100] = {.lex_state = 1340}, + [4101] = {.lex_state = 1340}, + [4102] = {.lex_state = 1340}, + [4103] = {.lex_state = 1340}, + [4104] = {.lex_state = 1340}, + [4105] = {.lex_state = 1340}, + [4106] = {.lex_state = 1340}, + [4107] = {.lex_state = 1340}, + [4108] = {.lex_state = 1340}, + [4109] = {.lex_state = 1340}, + [4110] = {.lex_state = 1340}, + [4111] = {.lex_state = 1340}, + [4112] = {.lex_state = 1340}, + [4113] = {.lex_state = 37, .external_lex_state = 12}, + [4114] = {.lex_state = 1340}, + [4115] = {.lex_state = 75}, + [4116] = {.lex_state = 1340}, + [4117] = {.lex_state = 1340}, + [4118] = {.lex_state = 37, .external_lex_state = 12}, + [4119] = {.lex_state = 1340}, + [4120] = {.lex_state = 1340}, + [4121] = {.lex_state = 1340}, + [4122] = {.lex_state = 1340}, + [4123] = {.lex_state = 1340}, + [4124] = {.lex_state = 1340}, + [4125] = {.lex_state = 1340}, + [4126] = {.lex_state = 1340}, + [4127] = {.lex_state = 1340}, + [4128] = {.lex_state = 1340}, + [4129] = {.lex_state = 37}, + [4130] = {.lex_state = 1340}, + [4131] = {.lex_state = 1340}, + [4132] = {.lex_state = 1340}, + [4133] = {.lex_state = 1340}, + [4134] = {.lex_state = 1340}, + [4135] = {.lex_state = 1340}, + [4136] = {.lex_state = 1340}, + [4137] = {.lex_state = 1340}, + [4138] = {.lex_state = 1340}, + [4139] = {.lex_state = 1340}, + [4140] = {.lex_state = 38}, + [4141] = {.lex_state = 38}, + [4142] = {.lex_state = 1340, .external_lex_state = 12}, [4143] = {.lex_state = 37}, - [4144] = {.lex_state = 34}, - [4145] = {.lex_state = 34}, - [4146] = {.lex_state = 34}, - [4147] = {.lex_state = 34}, - [4148] = {.lex_state = 212}, - [4149] = {.lex_state = 207}, - [4150] = {.lex_state = 34}, + [4144] = {.lex_state = 1340}, + [4145] = {.lex_state = 140}, + [4146] = {.lex_state = 66, .external_lex_state = 12}, + [4147] = {.lex_state = 1340}, + [4148] = {.lex_state = 206}, + [4149] = {.lex_state = 1340}, + [4150] = {.lex_state = 211}, [4151] = {.lex_state = 37}, - [4152] = {.lex_state = 1322, .external_lex_state = 11}, - [4153] = {.lex_state = 207}, - [4154] = {.lex_state = 37}, - [4155] = {.lex_state = 34}, - [4156] = {.lex_state = 34}, - [4157] = {.lex_state = 34}, - [4158] = {.lex_state = 34}, - [4159] = {.lex_state = 34}, - [4160] = {.lex_state = 1322, .external_lex_state = 11}, - [4161] = {.lex_state = 207}, - [4162] = {.lex_state = 34}, - [4163] = {.lex_state = 28}, - [4164] = {.lex_state = 34}, - [4165] = {.lex_state = 28}, - [4166] = {.lex_state = 216}, - [4167] = {.lex_state = 34}, - [4168] = {.lex_state = 207}, - [4169] = {.lex_state = 212}, - [4170] = {.lex_state = 1322, .external_lex_state = 11}, - [4171] = {.lex_state = 1322, .external_lex_state = 11}, - [4172] = {.lex_state = 37}, - [4173] = {.lex_state = 34}, - [4174] = {.lex_state = 34}, - [4175] = {.lex_state = 34}, - [4176] = {.lex_state = 34}, - [4177] = {.lex_state = 1322, .external_lex_state = 16}, - [4178] = {.lex_state = 207}, - [4179] = {.lex_state = 1322, .external_lex_state = 11}, - [4180] = {.lex_state = 28}, - [4181] = {.lex_state = 1322, .external_lex_state = 11}, - [4182] = {.lex_state = 34}, - [4183] = {.lex_state = 34}, - [4184] = {.lex_state = 1322, .external_lex_state = 11}, - [4185] = {.lex_state = 34}, - [4186] = {.lex_state = 28}, - [4187] = {.lex_state = 1322}, - [4188] = {.lex_state = 1322}, - [4189] = {.lex_state = 1322}, - [4190] = {.lex_state = 37}, - [4191] = {.lex_state = 1322}, - [4192] = {.lex_state = 1322}, - [4193] = {.lex_state = 1322}, - [4194] = {.lex_state = 1322}, - [4195] = {.lex_state = 1322}, - [4196] = {.lex_state = 1322}, - [4197] = {.lex_state = 37}, - [4198] = {.lex_state = 1322}, - [4199] = {.lex_state = 208}, - [4200] = {.lex_state = 1322}, - [4201] = {.lex_state = 1322}, - [4202] = {.lex_state = 1322}, - [4203] = {.lex_state = 1322}, - [4204] = {.lex_state = 1322}, - [4205] = {.lex_state = 1322}, - [4206] = {.lex_state = 1322}, - [4207] = {.lex_state = 141}, - [4208] = {.lex_state = 208}, - [4209] = {.lex_state = 208}, - [4210] = {.lex_state = 1322}, - [4211] = {.lex_state = 1322}, - [4212] = {.lex_state = 141}, - [4213] = {.lex_state = 1322}, - [4214] = {.lex_state = 1322}, - [4215] = {.lex_state = 1322}, - [4216] = {.lex_state = 1322}, - [4217] = {.lex_state = 1322}, - [4218] = {.lex_state = 1322}, - [4219] = {.lex_state = 1322}, - [4220] = {.lex_state = 1322}, - [4221] = {.lex_state = 1322, .external_lex_state = 11}, - [4222] = {.lex_state = 1322}, - [4223] = {.lex_state = 1322}, - [4224] = {.lex_state = 1322}, - [4225] = {.lex_state = 1322}, - [4226] = {.lex_state = 1322}, - [4227] = {.lex_state = 1322}, - [4228] = {.lex_state = 1322}, - [4229] = {.lex_state = 1322}, - [4230] = {.lex_state = 1322}, - [4231] = {.lex_state = 1322}, - [4232] = {.lex_state = 1322}, - [4233] = {.lex_state = 1322}, - [4234] = {.lex_state = 208}, - [4235] = {.lex_state = 208}, - [4236] = {.lex_state = 1322}, - [4237] = {.lex_state = 1322}, - [4238] = {.lex_state = 1322}, - [4239] = {.lex_state = 1322}, - [4240] = {.lex_state = 1322}, - [4241] = {.lex_state = 1322}, - [4242] = {.lex_state = 208}, - [4243] = {.lex_state = 1322}, - [4244] = {.lex_state = 1322}, - [4245] = {.lex_state = 1322, .external_lex_state = 11}, - [4246] = {.lex_state = 1322}, - [4247] = {.lex_state = 1322}, - [4248] = {.lex_state = 1322}, - [4249] = {.lex_state = 1322, .external_lex_state = 11}, - [4250] = {.lex_state = 1322}, - [4251] = {.lex_state = 1322}, - [4252] = {.lex_state = 1322}, - [4253] = {.lex_state = 1322}, - [4254] = {.lex_state = 1322}, - [4255] = {.lex_state = 1322}, - [4256] = {.lex_state = 1322}, - [4257] = {.lex_state = 208}, - [4258] = {.lex_state = 1322}, - [4259] = {.lex_state = 1322}, - [4260] = {.lex_state = 1322}, - [4261] = {.lex_state = 1322, .external_lex_state = 11}, - [4262] = {.lex_state = 1322}, - [4263] = {.lex_state = 1322}, - [4264] = {.lex_state = 1322}, - [4265] = {.lex_state = 1322}, - [4266] = {.lex_state = 1322}, - [4267] = {.lex_state = 1322}, - [4268] = {.lex_state = 1322}, - [4269] = {.lex_state = 1322}, - [4270] = {.lex_state = 141}, - [4271] = {.lex_state = 1322}, - [4272] = {.lex_state = 208}, - [4273] = {.lex_state = 208}, - [4274] = {.lex_state = 1322}, - [4275] = {.lex_state = 208}, - [4276] = {.lex_state = 208}, - [4277] = {.lex_state = 1322, .external_lex_state = 11}, - [4278] = {.lex_state = 34}, - [4279] = {.lex_state = 1322}, - [4280] = {.lex_state = 208}, - [4281] = {.lex_state = 208}, - [4282] = {.lex_state = 1322}, - [4283] = {.lex_state = 1322}, - [4284] = {.lex_state = 1322}, - [4285] = {.lex_state = 1322}, - [4286] = {.lex_state = 1322}, - [4287] = {.lex_state = 1322, .external_lex_state = 11}, - [4288] = {.lex_state = 1322, .external_lex_state = 11}, - [4289] = {.lex_state = 208}, - [4290] = {.lex_state = 1322}, - [4291] = {.lex_state = 1322}, - [4292] = {.lex_state = 34, .external_lex_state = 11}, - [4293] = {.lex_state = 208}, - [4294] = {.lex_state = 1322}, - [4295] = {.lex_state = 1322}, - [4296] = {.lex_state = 1322}, - [4297] = {.lex_state = 1322}, - [4298] = {.lex_state = 208}, - [4299] = {.lex_state = 1322, .external_lex_state = 11}, - [4300] = {.lex_state = 1322, .external_lex_state = 11}, - [4301] = {.lex_state = 1322}, - [4302] = {.lex_state = 1322}, - [4303] = {.lex_state = 141}, - [4304] = {.lex_state = 1322}, - [4305] = {.lex_state = 1322}, - [4306] = {.lex_state = 1322}, - [4307] = {.lex_state = 1322}, - [4308] = {.lex_state = 1322, .external_lex_state = 11}, - [4309] = {.lex_state = 1322}, - [4310] = {.lex_state = 208}, - [4311] = {.lex_state = 1322}, - [4312] = {.lex_state = 208}, - [4313] = {.lex_state = 1322}, - [4314] = {.lex_state = 1322}, - [4315] = {.lex_state = 1322}, - [4316] = {.lex_state = 1322}, - [4317] = {.lex_state = 1322}, - [4318] = {.lex_state = 208}, - [4319] = {.lex_state = 208}, - [4320] = {.lex_state = 1322}, - [4321] = {.lex_state = 1322}, - [4322] = {.lex_state = 1322}, - [4323] = {.lex_state = 208}, - [4324] = {.lex_state = 1322}, - [4325] = {.lex_state = 37}, - [4326] = {.lex_state = 1322}, - [4327] = {.lex_state = 1322}, - [4328] = {.lex_state = 1322}, - [4329] = {.lex_state = 1322}, - [4330] = {.lex_state = 208}, - [4331] = {.lex_state = 208}, - [4332] = {.lex_state = 1322}, - [4333] = {.lex_state = 1322}, - [4334] = {.lex_state = 1322}, - [4335] = {.lex_state = 1322}, - [4336] = {.lex_state = 1322}, - [4337] = {.lex_state = 1322}, - [4338] = {.lex_state = 1322, .external_lex_state = 11}, - [4339] = {.lex_state = 1322}, - [4340] = {.lex_state = 208}, - [4341] = {.lex_state = 1322}, - [4342] = {.lex_state = 1322}, - [4343] = {.lex_state = 1322}, - [4344] = {.lex_state = 1322}, - [4345] = {.lex_state = 1322}, - [4346] = {.lex_state = 66, .external_lex_state = 11}, - [4347] = {.lex_state = 1322}, - [4348] = {.lex_state = 1322}, - [4349] = {.lex_state = 1322}, - [4350] = {.lex_state = 1322}, - [4351] = {.lex_state = 1322}, - [4352] = {.lex_state = 66, .external_lex_state = 11}, - [4353] = {.lex_state = 208}, - [4354] = {.lex_state = 1322}, - [4355] = {.lex_state = 1322}, - [4356] = {.lex_state = 1322}, - [4357] = {.lex_state = 1322}, - [4358] = {.lex_state = 1322}, - [4359] = {.lex_state = 1322}, - [4360] = {.lex_state = 1322}, - [4361] = {.lex_state = 1322}, - [4362] = {.lex_state = 1322}, - [4363] = {.lex_state = 1322}, - [4364] = {.lex_state = 1322}, - [4365] = {.lex_state = 1322}, - [4366] = {.lex_state = 1322}, - [4367] = {.lex_state = 1322}, - [4368] = {.lex_state = 37}, - [4369] = {.lex_state = 1322}, - [4370] = {.lex_state = 1322}, - [4371] = {.lex_state = 1322}, - [4372] = {.lex_state = 1322}, - [4373] = {.lex_state = 1322}, - [4374] = {.lex_state = 1322}, - [4375] = {.lex_state = 1322}, - [4376] = {.lex_state = 1322}, - [4377] = {.lex_state = 1322, .external_lex_state = 11}, - [4378] = {.lex_state = 37}, - [4379] = {.lex_state = 1322}, - [4380] = {.lex_state = 1322}, - [4381] = {.lex_state = 1322}, - [4382] = {.lex_state = 1322}, - [4383] = {.lex_state = 1322}, - [4384] = {.lex_state = 66}, - [4385] = {.lex_state = 1322}, - [4386] = {.lex_state = 1322}, - [4387] = {.lex_state = 1322}, - [4388] = {.lex_state = 1322}, - [4389] = {.lex_state = 1322}, - [4390] = {.lex_state = 1322}, - [4391] = {.lex_state = 1322}, - [4392] = {.lex_state = 1322}, - [4393] = {.lex_state = 34}, - [4394] = {.lex_state = 1322}, - [4395] = {.lex_state = 1322}, - [4396] = {.lex_state = 1322}, - [4397] = {.lex_state = 37}, - [4398] = {.lex_state = 34}, - [4399] = {.lex_state = 1322}, - [4400] = {.lex_state = 1322}, - [4401] = {.lex_state = 1322}, - [4402] = {.lex_state = 1322}, - [4403] = {.lex_state = 1322}, - [4404] = {.lex_state = 1322}, - [4405] = {.lex_state = 37}, - [4406] = {.lex_state = 1322}, - [4407] = {.lex_state = 1322, .external_lex_state = 11}, - [4408] = {.lex_state = 37}, - [4409] = {.lex_state = 1322}, - [4410] = {.lex_state = 1322}, - [4411] = {.lex_state = 1322}, - [4412] = {.lex_state = 37, .external_lex_state = 11}, - [4413] = {.lex_state = 1322}, - [4414] = {.lex_state = 66, .external_lex_state = 11}, - [4415] = {.lex_state = 1322}, - [4416] = {.lex_state = 1322}, - [4417] = {.lex_state = 1322}, - [4418] = {.lex_state = 1322}, - [4419] = {.lex_state = 34}, - [4420] = {.lex_state = 34}, - [4421] = {.lex_state = 1322}, - [4422] = {.lex_state = 1322}, - [4423] = {.lex_state = 1322}, - [4424] = {.lex_state = 1322}, - [4425] = {.lex_state = 66}, - [4426] = {.lex_state = 1322}, - [4427] = {.lex_state = 206}, - [4428] = {.lex_state = 1322}, - [4429] = {.lex_state = 1322}, - [4430] = {.lex_state = 206}, - [4431] = {.lex_state = 66}, - [4432] = {.lex_state = 1322}, - [4433] = {.lex_state = 1322}, - [4434] = {.lex_state = 1322}, - [4435] = {.lex_state = 1322}, - [4436] = {.lex_state = 1322}, - [4437] = {.lex_state = 1322}, - [4438] = {.lex_state = 1322}, - [4439] = {.lex_state = 1322}, - [4440] = {.lex_state = 1322}, - [4441] = {.lex_state = 37}, - [4442] = {.lex_state = 1322}, - [4443] = {.lex_state = 1322}, - [4444] = {.lex_state = 1322}, - [4445] = {.lex_state = 37}, - [4446] = {.lex_state = 1322}, + [4152] = {.lex_state = 1340}, + [4153] = {.lex_state = 1340}, + [4154] = {.lex_state = 206}, + [4155] = {.lex_state = 37}, + [4156] = {.lex_state = 1340}, + [4157] = {.lex_state = 37}, + [4158] = {.lex_state = 37}, + [4159] = {.lex_state = 1340}, + [4160] = {.lex_state = 1340}, + [4161] = {.lex_state = 1340}, + [4162] = {.lex_state = 1340}, + [4163] = {.lex_state = 1340}, + [4164] = {.lex_state = 1340}, + [4165] = {.lex_state = 37}, + [4166] = {.lex_state = 1340}, + [4167] = {.lex_state = 28}, + [4168] = {.lex_state = 1340, .external_lex_state = 12}, + [4169] = {.lex_state = 37}, + [4170] = {.lex_state = 1340}, + [4171] = {.lex_state = 1340}, + [4172] = {.lex_state = 1340}, + [4173] = {.lex_state = 28}, + [4174] = {.lex_state = 28}, + [4175] = {.lex_state = 1340}, + [4176] = {.lex_state = 1340}, + [4177] = {.lex_state = 1340}, + [4178] = {.lex_state = 37}, + [4179] = {.lex_state = 1340}, + [4180] = {.lex_state = 37}, + [4181] = {.lex_state = 1340}, + [4182] = {.lex_state = 1340}, + [4183] = {.lex_state = 1340, .external_lex_state = 12}, + [4184] = {.lex_state = 1340}, + [4185] = {.lex_state = 37}, + [4186] = {.lex_state = 1340}, + [4187] = {.lex_state = 211}, + [4188] = {.lex_state = 1340}, + [4189] = {.lex_state = 37}, + [4190] = {.lex_state = 1340, .external_lex_state = 12}, + [4191] = {.lex_state = 206}, + [4192] = {.lex_state = 1340}, + [4193] = {.lex_state = 1340}, + [4194] = {.lex_state = 1340, .external_lex_state = 12}, + [4195] = {.lex_state = 1340}, + [4196] = {.lex_state = 1340}, + [4197] = {.lex_state = 1340, .external_lex_state = 12}, + [4198] = {.lex_state = 1340}, + [4199] = {.lex_state = 1340}, + [4200] = {.lex_state = 37}, + [4201] = {.lex_state = 1340}, + [4202] = {.lex_state = 38}, + [4203] = {.lex_state = 37}, + [4204] = {.lex_state = 1340}, + [4205] = {.lex_state = 28}, + [4206] = {.lex_state = 1340}, + [4207] = {.lex_state = 1340}, + [4208] = {.lex_state = 206}, + [4209] = {.lex_state = 75}, + [4210] = {.lex_state = 1340}, + [4211] = {.lex_state = 1340, .external_lex_state = 12}, + [4212] = {.lex_state = 206}, + [4213] = {.lex_state = 1340}, + [4214] = {.lex_state = 1340}, + [4215] = {.lex_state = 37}, + [4216] = {.lex_state = 1340}, + [4217] = {.lex_state = 140}, + [4218] = {.lex_state = 206}, + [4219] = {.lex_state = 37}, + [4220] = {.lex_state = 1340}, + [4221] = {.lex_state = 37}, + [4222] = {.lex_state = 211}, + [4223] = {.lex_state = 37}, + [4224] = {.lex_state = 215}, + [4225] = {.lex_state = 1340}, + [4226] = {.lex_state = 1340}, + [4227] = {.lex_state = 1340}, + [4228] = {.lex_state = 1340}, + [4229] = {.lex_state = 1340}, + [4230] = {.lex_state = 1340}, + [4231] = {.lex_state = 37}, + [4232] = {.lex_state = 1340}, + [4233] = {.lex_state = 37}, + [4234] = {.lex_state = 1340}, + [4235] = {.lex_state = 1340}, + [4236] = {.lex_state = 206}, + [4237] = {.lex_state = 206}, + [4238] = {.lex_state = 38}, + [4239] = {.lex_state = 1340}, + [4240] = {.lex_state = 1340, .external_lex_state = 12}, + [4241] = {.lex_state = 37}, + [4242] = {.lex_state = 1340}, + [4243] = {.lex_state = 1340}, + [4244] = {.lex_state = 1340}, + [4245] = {.lex_state = 1340}, + [4246] = {.lex_state = 1340}, + [4247] = {.lex_state = 28}, + [4248] = {.lex_state = 1340}, + [4249] = {.lex_state = 206}, + [4250] = {.lex_state = 206}, + [4251] = {.lex_state = 1340}, + [4252] = {.lex_state = 1340}, + [4253] = {.lex_state = 1340}, + [4254] = {.lex_state = 211}, + [4255] = {.lex_state = 1340}, + [4256] = {.lex_state = 1340}, + [4257] = {.lex_state = 1340}, + [4258] = {.lex_state = 1340}, + [4259] = {.lex_state = 1340}, + [4260] = {.lex_state = 37}, + [4261] = {.lex_state = 211}, + [4262] = {.lex_state = 1340}, + [4263] = {.lex_state = 1340}, + [4264] = {.lex_state = 1340, .external_lex_state = 12}, + [4265] = {.lex_state = 38}, + [4266] = {.lex_state = 38, .external_lex_state = 12}, + [4267] = {.lex_state = 215}, + [4268] = {.lex_state = 37}, + [4269] = {.lex_state = 1340}, + [4270] = {.lex_state = 215}, + [4271] = {.lex_state = 37}, + [4272] = {.lex_state = 1340}, + [4273] = {.lex_state = 1340}, + [4274] = {.lex_state = 1340}, + [4275] = {.lex_state = 207}, + [4276] = {.lex_state = 207}, + [4277] = {.lex_state = 38}, + [4278] = {.lex_state = 1340}, + [4279] = {.lex_state = 1340, .external_lex_state = 12}, + [4280] = {.lex_state = 1340}, + [4281] = {.lex_state = 207}, + [4282] = {.lex_state = 207}, + [4283] = {.lex_state = 1340, .external_lex_state = 12}, + [4284] = {.lex_state = 207}, + [4285] = {.lex_state = 1340}, + [4286] = {.lex_state = 1340}, + [4287] = {.lex_state = 1340}, + [4288] = {.lex_state = 1340}, + [4289] = {.lex_state = 1340}, + [4290] = {.lex_state = 207}, + [4291] = {.lex_state = 207}, + [4292] = {.lex_state = 1340}, + [4293] = {.lex_state = 141}, + [4294] = {.lex_state = 38}, + [4295] = {.lex_state = 1340}, + [4296] = {.lex_state = 1340}, + [4297] = {.lex_state = 1340}, + [4298] = {.lex_state = 207}, + [4299] = {.lex_state = 1340, .external_lex_state = 12}, + [4300] = {.lex_state = 1340, .external_lex_state = 12}, + [4301] = {.lex_state = 207}, + [4302] = {.lex_state = 141}, + [4303] = {.lex_state = 1340}, + [4304] = {.lex_state = 38}, + [4305] = {.lex_state = 207}, + [4306] = {.lex_state = 1340}, + [4307] = {.lex_state = 1340, .external_lex_state = 12}, + [4308] = {.lex_state = 1340, .external_lex_state = 12}, + [4309] = {.lex_state = 1340, .external_lex_state = 12}, + [4310] = {.lex_state = 141}, + [4311] = {.lex_state = 207}, + [4312] = {.lex_state = 207}, + [4313] = {.lex_state = 1340}, + [4314] = {.lex_state = 1340}, + [4315] = {.lex_state = 1340}, + [4316] = {.lex_state = 1340}, + [4317] = {.lex_state = 1340}, + [4318] = {.lex_state = 38}, + [4319] = {.lex_state = 1340}, + [4320] = {.lex_state = 1340}, + [4321] = {.lex_state = 1340}, + [4322] = {.lex_state = 38}, + [4323] = {.lex_state = 1340}, + [4324] = {.lex_state = 1340}, + [4325] = {.lex_state = 1340}, + [4326] = {.lex_state = 207}, + [4327] = {.lex_state = 1340}, + [4328] = {.lex_state = 207}, + [4329] = {.lex_state = 1340}, + [4330] = {.lex_state = 1340}, + [4331] = {.lex_state = 1340}, + [4332] = {.lex_state = 1340}, + [4333] = {.lex_state = 207}, + [4334] = {.lex_state = 207}, + [4335] = {.lex_state = 207}, + [4336] = {.lex_state = 1340, .external_lex_state = 12}, + [4337] = {.lex_state = 1340}, + [4338] = {.lex_state = 207}, + [4339] = {.lex_state = 207}, + [4340] = {.lex_state = 1340}, + [4341] = {.lex_state = 1340}, + [4342] = {.lex_state = 1340}, + [4343] = {.lex_state = 1340}, + [4344] = {.lex_state = 207}, + [4345] = {.lex_state = 207}, + [4346] = {.lex_state = 37}, + [4347] = {.lex_state = 1340, .external_lex_state = 12}, + [4348] = {.lex_state = 1340}, + [4349] = {.lex_state = 1340}, + [4350] = {.lex_state = 1340, .external_lex_state = 12}, + [4351] = {.lex_state = 141}, + [4352] = {.lex_state = 1340, .external_lex_state = 12}, + [4353] = {.lex_state = 37, .external_lex_state = 12}, + [4354] = {.lex_state = 1340}, + [4355] = {.lex_state = 1340}, + [4356] = {.lex_state = 1340, .external_lex_state = 12}, + [4357] = {.lex_state = 1340}, + [4358] = {.lex_state = 207}, + [4359] = {.lex_state = 66, .external_lex_state = 12}, + [4360] = {.lex_state = 66, .external_lex_state = 12}, + [4361] = {.lex_state = 1340}, + [4362] = {.lex_state = 1340}, + [4363] = {.lex_state = 207}, + [4364] = {.lex_state = 1340}, + [4365] = {.lex_state = 1340}, + [4366] = {.lex_state = 207}, + [4367] = {.lex_state = 207}, + [4368] = {.lex_state = 1340}, + [4369] = {.lex_state = 1340}, + [4370] = {.lex_state = 1340}, + [4371] = {.lex_state = 1340}, + [4372] = {.lex_state = 1340}, + [4373] = {.lex_state = 1340, .external_lex_state = 12}, + [4374] = {.lex_state = 1340}, + [4375] = {.lex_state = 1340}, + [4376] = {.lex_state = 1340}, + [4377] = {.lex_state = 1340}, + [4378] = {.lex_state = 1340}, + [4379] = {.lex_state = 1340}, + [4380] = {.lex_state = 1340}, + [4381] = {.lex_state = 1340}, + [4382] = {.lex_state = 1340}, + [4383] = {.lex_state = 1340}, + [4384] = {.lex_state = 1340}, + [4385] = {.lex_state = 66}, + [4386] = {.lex_state = 38}, + [4387] = {.lex_state = 1340}, + [4388] = {.lex_state = 1340}, + [4389] = {.lex_state = 1340}, + [4390] = {.lex_state = 66}, + [4391] = {.lex_state = 1340}, + [4392] = {.lex_state = 37}, + [4393] = {.lex_state = 1340}, + [4394] = {.lex_state = 37}, + [4395] = {.lex_state = 210}, + [4396] = {.lex_state = 66, .external_lex_state = 12}, + [4397] = {.lex_state = 215}, + [4398] = {.lex_state = 1340}, + [4399] = {.lex_state = 1340}, + [4400] = {.lex_state = 205}, + [4401] = {.lex_state = 1340}, + [4402] = {.lex_state = 38}, + [4403] = {.lex_state = 1340}, + [4404] = {.lex_state = 1340}, + [4405] = {.lex_state = 205}, + [4406] = {.lex_state = 1340}, + [4407] = {.lex_state = 38}, + [4408] = {.lex_state = 1340}, + [4409] = {.lex_state = 66}, + [4410] = {.lex_state = 1340}, + [4411] = {.lex_state = 1340}, + [4412] = {.lex_state = 1340}, + [4413] = {.lex_state = 1340}, + [4414] = {.lex_state = 1340}, + [4415] = {.lex_state = 1340}, + [4416] = {.lex_state = 1340}, + [4417] = {.lex_state = 1340}, + [4418] = {.lex_state = 1340}, + [4419] = {.lex_state = 1340}, + [4420] = {.lex_state = 1340}, + [4421] = {.lex_state = 1340}, + [4422] = {.lex_state = 37}, + [4423] = {.lex_state = 1340}, + [4424] = {.lex_state = 1340}, + [4425] = {.lex_state = 1340}, + [4426] = {.lex_state = 1340}, + [4427] = {.lex_state = 1340}, + [4428] = {.lex_state = 37}, + [4429] = {.lex_state = 1340}, + [4430] = {.lex_state = 38}, + [4431] = {.lex_state = 215}, + [4432] = {.lex_state = 1340}, + [4433] = {.lex_state = 1340}, + [4434] = {.lex_state = 1340}, + [4435] = {.lex_state = 66}, + [4436] = {.lex_state = 1340}, + [4437] = {.lex_state = 28, .external_lex_state = 8}, + [4438] = {.lex_state = 1340}, + [4439] = {.lex_state = 1340}, + [4440] = {.lex_state = 1340}, + [4441] = {.lex_state = 1340}, + [4442] = {.lex_state = 66}, + [4443] = {.lex_state = 38}, + [4444] = {.lex_state = 37}, + [4445] = {.lex_state = 1340}, + [4446] = {.lex_state = 1340}, [4447] = {.lex_state = 37}, - [4448] = {.lex_state = 1322}, - [4449] = {.lex_state = 66}, - [4450] = {.lex_state = 1322}, - [4451] = {.lex_state = 34}, - [4452] = {.lex_state = 1322}, - [4453] = {.lex_state = 1322}, - [4454] = {.lex_state = 1322}, - [4455] = {.lex_state = 1322}, - [4456] = {.lex_state = 1322}, - [4457] = {.lex_state = 1322}, - [4458] = {.lex_state = 1322}, - [4459] = {.lex_state = 1322}, - [4460] = {.lex_state = 1322}, - [4461] = {.lex_state = 1322}, - [4462] = {.lex_state = 1322}, - [4463] = {.lex_state = 1322}, - [4464] = {.lex_state = 1322}, - [4465] = {.lex_state = 216}, - [4466] = {.lex_state = 1322}, - [4467] = {.lex_state = 1322}, - [4468] = {.lex_state = 1322}, - [4469] = {.lex_state = 1322}, - [4470] = {.lex_state = 1322}, - [4471] = {.lex_state = 1322}, - [4472] = {.lex_state = 1322}, - [4473] = {.lex_state = 66}, - [4474] = {.lex_state = 1322}, - [4475] = {.lex_state = 1322}, - [4476] = {.lex_state = 66, .external_lex_state = 11}, - [4477] = {.lex_state = 1322}, - [4478] = {.lex_state = 1322}, - [4479] = {.lex_state = 1322}, - [4480] = {.lex_state = 1322}, - [4481] = {.lex_state = 1322}, - [4482] = {.lex_state = 1322}, - [4483] = {.lex_state = 1322}, - [4484] = {.lex_state = 1322}, - [4485] = {.lex_state = 1322}, - [4486] = {.lex_state = 1322}, - [4487] = {.lex_state = 1322}, - [4488] = {.lex_state = 1322}, - [4489] = {.lex_state = 1322}, - [4490] = {.lex_state = 1322}, - [4491] = {.lex_state = 1322}, - [4492] = {.lex_state = 1322}, - [4493] = {.lex_state = 1322}, - [4494] = {.lex_state = 1322}, - [4495] = {.lex_state = 66}, - [4496] = {.lex_state = 1322}, - [4497] = {.lex_state = 1322}, - [4498] = {.lex_state = 66}, - [4499] = {.lex_state = 1322}, - [4500] = {.lex_state = 1322}, - [4501] = {.lex_state = 1322}, - [4502] = {.lex_state = 1322}, - [4503] = {.lex_state = 1322}, - [4504] = {.lex_state = 1322}, - [4505] = {.lex_state = 1322}, - [4506] = {.lex_state = 1322}, - [4507] = {.lex_state = 1322}, - [4508] = {.lex_state = 1322}, - [4509] = {.lex_state = 1322}, - [4510] = {.lex_state = 1322}, - [4511] = {.lex_state = 1322}, - [4512] = {.lex_state = 1322}, - [4513] = {.lex_state = 34}, - [4514] = {.lex_state = 1322}, - [4515] = {.lex_state = 1322}, - [4516] = {.lex_state = 1322}, - [4517] = {.lex_state = 1322}, - [4518] = {.lex_state = 1322}, - [4519] = {.lex_state = 1322}, - [4520] = {.lex_state = 1322}, - [4521] = {.lex_state = 66}, - [4522] = {.lex_state = 1322}, - [4523] = {.lex_state = 1322}, - [4524] = {.lex_state = 37}, - [4525] = {.lex_state = 1322}, - [4526] = {.lex_state = 1322}, - [4527] = {.lex_state = 1322}, - [4528] = {.lex_state = 1322}, - [4529] = {.lex_state = 206}, - [4530] = {.lex_state = 1322}, - [4531] = {.lex_state = 1322}, - [4532] = {.lex_state = 1322}, - [4533] = {.lex_state = 37}, - [4534] = {.lex_state = 28, .external_lex_state = 7}, - [4535] = {.lex_state = 1322}, - [4536] = {.lex_state = 1322}, - [4537] = {.lex_state = 1322}, - [4538] = {.lex_state = 1322}, - [4539] = {.lex_state = 1322}, - [4540] = {.lex_state = 1322}, - [4541] = {.lex_state = 1322}, - [4542] = {.lex_state = 66}, - [4543] = {.lex_state = 66}, - [4544] = {.lex_state = 1322}, - [4545] = {.lex_state = 1322}, - [4546] = {.lex_state = 1322}, - [4547] = {.lex_state = 1322}, - [4548] = {.lex_state = 34}, - [4549] = {.lex_state = 1322}, - [4550] = {.lex_state = 1322}, - [4551] = {.lex_state = 1322}, - [4552] = {.lex_state = 1322}, - [4553] = {.lex_state = 1322}, - [4554] = {.lex_state = 1322}, - [4555] = {.lex_state = 1322}, - [4556] = {.lex_state = 1322}, - [4557] = {.lex_state = 1322}, - [4558] = {.lex_state = 1322}, - [4559] = {.lex_state = 1322}, - [4560] = {.lex_state = 1322}, - [4561] = {.lex_state = 1322}, - [4562] = {.lex_state = 1322}, - [4563] = {.lex_state = 1322}, - [4564] = {.lex_state = 1322}, - [4565] = {.lex_state = 1322}, - [4566] = {.lex_state = 1322}, - [4567] = {.lex_state = 1322}, - [4568] = {.lex_state = 1322}, - [4569] = {.lex_state = 1322}, - [4570] = {.lex_state = 1322}, - [4571] = {.lex_state = 209}, - [4572] = {.lex_state = 1322}, - [4573] = {.lex_state = 1322}, - [4574] = {.lex_state = 1322}, - [4575] = {.lex_state = 1322}, - [4576] = {.lex_state = 1322}, - [4577] = {.lex_state = 1322}, - [4578] = {.lex_state = 1322}, - [4579] = {.lex_state = 1322}, - [4580] = {.lex_state = 1322}, - [4581] = {.lex_state = 1322}, - [4582] = {.lex_state = 1322}, - [4583] = {.lex_state = 1322}, - [4584] = {.lex_state = 1322}, - [4585] = {.lex_state = 1322}, - [4586] = {.lex_state = 1322}, - [4587] = {.lex_state = 1322}, - [4588] = {.lex_state = 211}, - [4589] = {.lex_state = 1322}, - [4590] = {.lex_state = 1322}, - [4591] = {.lex_state = 1322}, - [4592] = {.lex_state = 1322}, - [4593] = {.lex_state = 1322}, - [4594] = {.lex_state = 1322}, - [4595] = {.lex_state = 1322}, - [4596] = {.lex_state = 1322}, - [4597] = {.lex_state = 1322}, - [4598] = {.lex_state = 1322}, - [4599] = {.lex_state = 1322}, - [4600] = {.lex_state = 1322}, - [4601] = {.lex_state = 1322}, - [4602] = {.lex_state = 1322}, - [4603] = {.lex_state = 1322}, - [4604] = {.lex_state = 1322}, - [4605] = {.lex_state = 1322}, - [4606] = {.lex_state = 1322}, - [4607] = {.lex_state = 37}, - [4608] = {.lex_state = 1322}, - [4609] = {.lex_state = 1322}, - [4610] = {.lex_state = 1322}, - [4611] = {.lex_state = 1322}, - [4612] = {.lex_state = 1322}, - [4613] = {.lex_state = 1322}, - [4614] = {.lex_state = 1322}, - [4615] = {.lex_state = 1322}, - [4616] = {.lex_state = 1322}, - [4617] = {.lex_state = 1322}, - [4618] = {.lex_state = 1322}, - [4619] = {.lex_state = 1322}, - [4620] = {.lex_state = 1322}, - [4621] = {.lex_state = 1322}, - [4622] = {.lex_state = 1322}, - [4623] = {.lex_state = 1322}, - [4624] = {.lex_state = 1322}, - [4625] = {.lex_state = 1322}, - [4626] = {.lex_state = 1322}, - [4627] = {.lex_state = 37}, - [4628] = {.lex_state = 1322}, - [4629] = {.lex_state = 1322}, - [4630] = {.lex_state = 1322}, - [4631] = {.lex_state = 1322}, - [4632] = {.lex_state = 1322}, - [4633] = {.lex_state = 1322}, - [4634] = {.lex_state = 1322}, - [4635] = {.lex_state = 1322}, - [4636] = {.lex_state = 1322}, - [4637] = {.lex_state = 1322}, - [4638] = {.lex_state = 1322}, - [4639] = {.lex_state = 1322}, - [4640] = {.lex_state = 1322}, - [4641] = {.lex_state = 1322}, - [4642] = {.lex_state = 1322}, - [4643] = {.lex_state = 1322}, - [4644] = {.lex_state = 1322}, - [4645] = {.lex_state = 1322}, - [4646] = {.lex_state = 28, .external_lex_state = 7}, - [4647] = {.lex_state = 1322}, - [4648] = {.lex_state = 1322}, - [4649] = {.lex_state = 1322}, - [4650] = {.lex_state = 1322}, - [4651] = {.lex_state = 1322}, - [4652] = {.lex_state = 1322}, - [4653] = {.lex_state = 1322}, - [4654] = {.lex_state = 1322}, - [4655] = {.lex_state = 1322}, - [4656] = {.lex_state = 216}, - [4657] = {.lex_state = 1322}, - [4658] = {.lex_state = 1322}, - [4659] = {.lex_state = 1322}, - [4660] = {.lex_state = 66}, - [4661] = {.lex_state = 1322}, - [4662] = {.lex_state = 28, .external_lex_state = 11}, - [4663] = {.lex_state = 1322, .external_lex_state = 11}, - [4664] = {.lex_state = 1322, .external_lex_state = 19}, - [4665] = {.lex_state = 1322}, - [4666] = {.lex_state = 38}, - [4667] = {.lex_state = 1322}, - [4668] = {.lex_state = 1322}, - [4669] = {.lex_state = 1322}, - [4670] = {.lex_state = 1322}, - [4671] = {.lex_state = 1322}, - [4672] = {.lex_state = 1322}, - [4673] = {.lex_state = 1322}, - [4674] = {.lex_state = 1322}, - [4675] = {.lex_state = 1322}, - [4676] = {.lex_state = 38}, - [4677] = {.lex_state = 1322, .external_lex_state = 11}, - [4678] = {.lex_state = 38}, - [4679] = {.lex_state = 1322}, - [4680] = {.lex_state = 1322}, - [4681] = {.lex_state = 1322}, - [4682] = {.lex_state = 1322}, - [4683] = {.lex_state = 38}, - [4684] = {.lex_state = 1322}, - [4685] = {.lex_state = 1322}, - [4686] = {.lex_state = 1322}, - [4687] = {.lex_state = 1322}, - [4688] = {.lex_state = 1322}, - [4689] = {.lex_state = 1322}, - [4690] = {.lex_state = 1322}, - [4691] = {.lex_state = 1322}, - [4692] = {.lex_state = 1322, .external_lex_state = 19}, - [4693] = {.lex_state = 1322}, - [4694] = {.lex_state = 1322}, - [4695] = {.lex_state = 1322}, - [4696] = {.lex_state = 1322}, - [4697] = {.lex_state = 38}, - [4698] = {.lex_state = 1322, .external_lex_state = 11}, - [4699] = {.lex_state = 1322}, - [4700] = {.lex_state = 1322, .external_lex_state = 11}, - [4701] = {.lex_state = 1322}, - [4702] = {.lex_state = 38}, - [4703] = {.lex_state = 1322}, - [4704] = {.lex_state = 1322}, - [4705] = {.lex_state = 1322, .external_lex_state = 19}, - [4706] = {.lex_state = 1322}, - [4707] = {.lex_state = 1322}, - [4708] = {.lex_state = 1322, .external_lex_state = 11}, - [4709] = {.lex_state = 38}, - [4710] = {.lex_state = 1322}, - [4711] = {.lex_state = 38}, - [4712] = {.lex_state = 1322}, - [4713] = {.lex_state = 205}, - [4714] = {.lex_state = 1322}, - [4715] = {.lex_state = 1322}, - [4716] = {.lex_state = 1322}, - [4717] = {.lex_state = 1322}, - [4718] = {.lex_state = 31, .external_lex_state = 20}, - [4719] = {.lex_state = 1322}, - [4720] = {.lex_state = 31, .external_lex_state = 20}, - [4721] = {.lex_state = 1322}, - [4722] = {.lex_state = 1322}, - [4723] = {.lex_state = 1322}, - [4724] = {.lex_state = 1322}, - [4725] = {.lex_state = 1322}, - [4726] = {.lex_state = 1322, .external_lex_state = 11}, - [4727] = {.lex_state = 1322}, - [4728] = {.lex_state = 1322}, - [4729] = {.lex_state = 196}, - [4730] = {.lex_state = 1322, .external_lex_state = 21}, - [4731] = {.lex_state = 196}, - [4732] = {.lex_state = 1322, .external_lex_state = 11}, - [4733] = {.lex_state = 1322}, - [4734] = {.lex_state = 1322, .external_lex_state = 21}, - [4735] = {.lex_state = 1322}, - [4736] = {.lex_state = 1322}, - [4737] = {.lex_state = 1322}, - [4738] = {.lex_state = 1322}, - [4739] = {.lex_state = 1322}, - [4740] = {.lex_state = 1322, .external_lex_state = 11}, - [4741] = {.lex_state = 1322}, - [4742] = {.lex_state = 1322}, - [4743] = {.lex_state = 31, .external_lex_state = 20}, - [4744] = {.lex_state = 38}, - [4745] = {.lex_state = 1322}, - [4746] = {.lex_state = 196}, - [4747] = {.lex_state = 1322, .external_lex_state = 21}, - [4748] = {.lex_state = 1322}, - [4749] = {.lex_state = 1322, .external_lex_state = 11}, - [4750] = {.lex_state = 1322, .external_lex_state = 21}, - [4751] = {.lex_state = 1322, .external_lex_state = 11}, - [4752] = {.lex_state = 38}, - [4753] = {.lex_state = 1322}, - [4754] = {.lex_state = 210}, - [4755] = {.lex_state = 38}, - [4756] = {.lex_state = 210}, - [4757] = {.lex_state = 38}, - [4758] = {.lex_state = 1322, .external_lex_state = 19}, - [4759] = {.lex_state = 208}, - [4760] = {.lex_state = 205}, - [4761] = {.lex_state = 1322}, - [4762] = {.lex_state = 210}, - [4763] = {.lex_state = 1322, .external_lex_state = 11}, - [4764] = {.lex_state = 38}, - [4765] = {.lex_state = 1322}, - [4766] = {.lex_state = 196}, - [4767] = {.lex_state = 1322}, - [4768] = {.lex_state = 1322}, - [4769] = {.lex_state = 196}, - [4770] = {.lex_state = 38}, - [4771] = {.lex_state = 1322, .external_lex_state = 11}, - [4772] = {.lex_state = 1322}, - [4773] = {.lex_state = 1322, .external_lex_state = 11}, - [4774] = {.lex_state = 1322}, - [4775] = {.lex_state = 1322}, - [4776] = {.lex_state = 38}, - [4777] = {.lex_state = 38}, - [4778] = {.lex_state = 1322}, - [4779] = {.lex_state = 1322}, - [4780] = {.lex_state = 1322}, - [4781] = {.lex_state = 1322}, - [4782] = {.lex_state = 1322}, - [4783] = {.lex_state = 1322}, - [4784] = {.lex_state = 1322}, - [4785] = {.lex_state = 1322}, - [4786] = {.lex_state = 1322, .external_lex_state = 22}, - [4787] = {.lex_state = 1322}, - [4788] = {.lex_state = 139}, - [4789] = {.lex_state = 1322, .external_lex_state = 11}, - [4790] = {.lex_state = 1322}, - [4791] = {.lex_state = 1322}, - [4792] = {.lex_state = 1322}, - [4793] = {.lex_state = 28, .external_lex_state = 7}, - [4794] = {.lex_state = 1322}, - [4795] = {.lex_state = 214}, - [4796] = {.lex_state = 1322}, - [4797] = {.lex_state = 28}, - [4798] = {.lex_state = 1322}, - [4799] = {.lex_state = 1322}, - [4800] = {.lex_state = 1322}, - [4801] = {.lex_state = 1322}, - [4802] = {.lex_state = 1322, .external_lex_state = 11}, - [4803] = {.lex_state = 1322}, - [4804] = {.lex_state = 1322}, - [4805] = {.lex_state = 1322}, - [4806] = {.lex_state = 1322}, - [4807] = {.lex_state = 1322}, - [4808] = {.lex_state = 66}, - [4809] = {.lex_state = 1322}, - [4810] = {.lex_state = 28, .external_lex_state = 11}, - [4811] = {.lex_state = 1322}, - [4812] = {.lex_state = 28}, - [4813] = {.lex_state = 1322}, - [4814] = {.lex_state = 1322}, - [4815] = {.lex_state = 1322}, - [4816] = {.lex_state = 1322}, - [4817] = {.lex_state = 1322}, - [4818] = {.lex_state = 1322}, - [4819] = {.lex_state = 1322}, - [4820] = {.lex_state = 206}, - [4821] = {.lex_state = 1322}, - [4822] = {.lex_state = 1322}, - [4823] = {.lex_state = 66}, - [4824] = {.lex_state = 1322}, - [4825] = {.lex_state = 1322}, - [4826] = {.lex_state = 1322, .external_lex_state = 11}, - [4827] = {.lex_state = 1322}, - [4828] = {.lex_state = 1322}, - [4829] = {.lex_state = 192}, - [4830] = {.lex_state = 213}, - [4831] = {.lex_state = 1322}, - [4832] = {.lex_state = 1322}, - [4833] = {.lex_state = 1322}, - [4834] = {.lex_state = 1322}, - [4835] = {.lex_state = 1322, .external_lex_state = 11}, - [4836] = {.lex_state = 1322}, - [4837] = {.lex_state = 66}, - [4838] = {.lex_state = 1322}, - [4839] = {.lex_state = 1322}, - [4840] = {.lex_state = 1322}, - [4841] = {.lex_state = 1322}, - [4842] = {.lex_state = 1322}, - [4843] = {.lex_state = 1322}, - [4844] = {.lex_state = 1322, .external_lex_state = 11}, - [4845] = {.lex_state = 1322, .external_lex_state = 11}, - [4846] = {.lex_state = 1322, .external_lex_state = 7}, - [4847] = {.lex_state = 1322}, - [4848] = {.lex_state = 1322}, - [4849] = {.lex_state = 1322}, - [4850] = {.lex_state = 1322}, - [4851] = {.lex_state = 1322}, - [4852] = {.lex_state = 66}, - [4853] = {.lex_state = 38}, - [4854] = {.lex_state = 1322}, - [4855] = {.lex_state = 1322}, - [4856] = {.lex_state = 1322}, - [4857] = {.lex_state = 1322, .external_lex_state = 11}, - [4858] = {.lex_state = 1322}, - [4859] = {.lex_state = 1322}, - [4860] = {.lex_state = 1322}, - [4861] = {.lex_state = 1322}, - [4862] = {.lex_state = 1322}, - [4863] = {.lex_state = 1322}, - [4864] = {.lex_state = 1322}, - [4865] = {.lex_state = 38}, - [4866] = {.lex_state = 1322}, - [4867] = {.lex_state = 1322}, - [4868] = {.lex_state = 1322}, - [4869] = {.lex_state = 1322}, - [4870] = {.lex_state = 1322, .external_lex_state = 22}, - [4871] = {.lex_state = 214}, - [4872] = {.lex_state = 1322}, - [4873] = {.lex_state = 1322}, - [4874] = {.lex_state = 1322}, - [4875] = {.lex_state = 1322}, - [4876] = {.lex_state = 1322}, - [4877] = {.lex_state = 1322}, - [4878] = {.lex_state = 1322}, - [4879] = {.lex_state = 1322, .external_lex_state = 11}, - [4880] = {.lex_state = 1322}, - [4881] = {.lex_state = 197}, - [4882] = {.lex_state = 1322}, - [4883] = {.lex_state = 1322, .external_lex_state = 11}, - [4884] = {.lex_state = 1322}, - [4885] = {.lex_state = 1322}, + [4448] = {.lex_state = 1340}, + [4449] = {.lex_state = 1340}, + [4450] = {.lex_state = 66}, + [4451] = {.lex_state = 1340}, + [4452] = {.lex_state = 1340}, + [4453] = {.lex_state = 1340}, + [4454] = {.lex_state = 1340}, + [4455] = {.lex_state = 1340}, + [4456] = {.lex_state = 1340}, + [4457] = {.lex_state = 1340}, + [4458] = {.lex_state = 37}, + [4459] = {.lex_state = 1340}, + [4460] = {.lex_state = 1340}, + [4461] = {.lex_state = 1340}, + [4462] = {.lex_state = 1340}, + [4463] = {.lex_state = 1340}, + [4464] = {.lex_state = 1340}, + [4465] = {.lex_state = 1340}, + [4466] = {.lex_state = 1340}, + [4467] = {.lex_state = 1340}, + [4468] = {.lex_state = 1340}, + [4469] = {.lex_state = 1340}, + [4470] = {.lex_state = 1340}, + [4471] = {.lex_state = 1340}, + [4472] = {.lex_state = 1340}, + [4473] = {.lex_state = 208}, + [4474] = {.lex_state = 1340}, + [4475] = {.lex_state = 1340}, + [4476] = {.lex_state = 1340}, + [4477] = {.lex_state = 1340}, + [4478] = {.lex_state = 1340}, + [4479] = {.lex_state = 1340}, + [4480] = {.lex_state = 1340}, + [4481] = {.lex_state = 1340}, + [4482] = {.lex_state = 1340}, + [4483] = {.lex_state = 1340}, + [4484] = {.lex_state = 1340}, + [4485] = {.lex_state = 1340}, + [4486] = {.lex_state = 1340}, + [4487] = {.lex_state = 1340}, + [4488] = {.lex_state = 66, .external_lex_state = 12}, + [4489] = {.lex_state = 1340}, + [4490] = {.lex_state = 1340}, + [4491] = {.lex_state = 38}, + [4492] = {.lex_state = 1340}, + [4493] = {.lex_state = 1340}, + [4494] = {.lex_state = 38}, + [4495] = {.lex_state = 1340}, + [4496] = {.lex_state = 1340}, + [4497] = {.lex_state = 1340}, + [4498] = {.lex_state = 1340}, + [4499] = {.lex_state = 1340}, + [4500] = {.lex_state = 1340}, + [4501] = {.lex_state = 1340}, + [4502] = {.lex_state = 1340}, + [4503] = {.lex_state = 1340}, + [4504] = {.lex_state = 1340}, + [4505] = {.lex_state = 1340}, + [4506] = {.lex_state = 1340}, + [4507] = {.lex_state = 205}, + [4508] = {.lex_state = 1340}, + [4509] = {.lex_state = 1340}, + [4510] = {.lex_state = 1340}, + [4511] = {.lex_state = 1340}, + [4512] = {.lex_state = 1340}, + [4513] = {.lex_state = 1340}, + [4514] = {.lex_state = 1340}, + [4515] = {.lex_state = 1340}, + [4516] = {.lex_state = 1340}, + [4517] = {.lex_state = 1340}, + [4518] = {.lex_state = 38}, + [4519] = {.lex_state = 1340}, + [4520] = {.lex_state = 1340}, + [4521] = {.lex_state = 1340}, + [4522] = {.lex_state = 1340}, + [4523] = {.lex_state = 1340}, + [4524] = {.lex_state = 1340}, + [4525] = {.lex_state = 1340}, + [4526] = {.lex_state = 1340}, + [4527] = {.lex_state = 1340}, + [4528] = {.lex_state = 1340}, + [4529] = {.lex_state = 38, .external_lex_state = 12}, + [4530] = {.lex_state = 1340}, + [4531] = {.lex_state = 1340}, + [4532] = {.lex_state = 1340}, + [4533] = {.lex_state = 1340}, + [4534] = {.lex_state = 1340}, + [4535] = {.lex_state = 28, .external_lex_state = 8}, + [4536] = {.lex_state = 1340}, + [4537] = {.lex_state = 1340}, + [4538] = {.lex_state = 1340}, + [4539] = {.lex_state = 1340}, + [4540] = {.lex_state = 1340}, + [4541] = {.lex_state = 1340}, + [4542] = {.lex_state = 1340}, + [4543] = {.lex_state = 38}, + [4544] = {.lex_state = 1340}, + [4545] = {.lex_state = 38}, + [4546] = {.lex_state = 1340, .external_lex_state = 12}, + [4547] = {.lex_state = 1340}, + [4548] = {.lex_state = 1340, .external_lex_state = 12}, + [4549] = {.lex_state = 1340}, + [4550] = {.lex_state = 1340}, + [4551] = {.lex_state = 1340, .external_lex_state = 12}, + [4552] = {.lex_state = 31, .external_lex_state = 19}, + [4553] = {.lex_state = 1340, .external_lex_state = 20}, + [4554] = {.lex_state = 1340}, + [4555] = {.lex_state = 196}, + [4556] = {.lex_state = 1340}, + [4557] = {.lex_state = 1340, .external_lex_state = 12}, + [4558] = {.lex_state = 1340}, + [4559] = {.lex_state = 1340}, + [4560] = {.lex_state = 1340}, + [4561] = {.lex_state = 1340}, + [4562] = {.lex_state = 1340}, + [4563] = {.lex_state = 74}, + [4564] = {.lex_state = 1340}, + [4565] = {.lex_state = 1340}, + [4566] = {.lex_state = 74}, + [4567] = {.lex_state = 207}, + [4568] = {.lex_state = 1340, .external_lex_state = 12}, + [4569] = {.lex_state = 74}, + [4570] = {.lex_state = 1340}, + [4571] = {.lex_state = 1340}, + [4572] = {.lex_state = 1340}, + [4573] = {.lex_state = 1340, .external_lex_state = 12}, + [4574] = {.lex_state = 196}, + [4575] = {.lex_state = 74}, + [4576] = {.lex_state = 1340, .external_lex_state = 20}, + [4577] = {.lex_state = 74}, + [4578] = {.lex_state = 1340}, + [4579] = {.lex_state = 1340}, + [4580] = {.lex_state = 1340}, + [4581] = {.lex_state = 1340}, + [4582] = {.lex_state = 1340}, + [4583] = {.lex_state = 1340, .external_lex_state = 12}, + [4584] = {.lex_state = 1340}, + [4585] = {.lex_state = 1340}, + [4586] = {.lex_state = 1340}, + [4587] = {.lex_state = 1340}, + [4588] = {.lex_state = 1340}, + [4589] = {.lex_state = 1340}, + [4590] = {.lex_state = 1340}, + [4591] = {.lex_state = 1340, .external_lex_state = 12}, + [4592] = {.lex_state = 74}, + [4593] = {.lex_state = 1340}, + [4594] = {.lex_state = 1340}, + [4595] = {.lex_state = 1340}, + [4596] = {.lex_state = 196}, + [4597] = {.lex_state = 1340}, + [4598] = {.lex_state = 1340}, + [4599] = {.lex_state = 1340, .external_lex_state = 12}, + [4600] = {.lex_state = 1340}, + [4601] = {.lex_state = 31, .external_lex_state = 19}, + [4602] = {.lex_state = 1340, .external_lex_state = 20}, + [4603] = {.lex_state = 1340}, + [4604] = {.lex_state = 1340}, + [4605] = {.lex_state = 1340}, + [4606] = {.lex_state = 1340}, + [4607] = {.lex_state = 1340}, + [4608] = {.lex_state = 1340}, + [4609] = {.lex_state = 1340, .external_lex_state = 20}, + [4610] = {.lex_state = 1340}, + [4611] = {.lex_state = 1340}, + [4612] = {.lex_state = 1340}, + [4613] = {.lex_state = 1340}, + [4614] = {.lex_state = 1340}, + [4615] = {.lex_state = 1340, .external_lex_state = 12}, + [4616] = {.lex_state = 28, .external_lex_state = 12}, + [4617] = {.lex_state = 1340, .external_lex_state = 12}, + [4618] = {.lex_state = 31, .external_lex_state = 19}, + [4619] = {.lex_state = 209}, + [4620] = {.lex_state = 209}, + [4621] = {.lex_state = 74}, + [4622] = {.lex_state = 1340, .external_lex_state = 21}, + [4623] = {.lex_state = 74}, + [4624] = {.lex_state = 1340, .external_lex_state = 12}, + [4625] = {.lex_state = 1340}, + [4626] = {.lex_state = 1340}, + [4627] = {.lex_state = 74}, + [4628] = {.lex_state = 1340}, + [4629] = {.lex_state = 1340}, + [4630] = {.lex_state = 1340}, + [4631] = {.lex_state = 1340}, + [4632] = {.lex_state = 74}, + [4633] = {.lex_state = 196}, + [4634] = {.lex_state = 74}, + [4635] = {.lex_state = 196}, + [4636] = {.lex_state = 196}, + [4637] = {.lex_state = 196}, + [4638] = {.lex_state = 1340, .external_lex_state = 21}, + [4639] = {.lex_state = 74}, + [4640] = {.lex_state = 1340}, + [4641] = {.lex_state = 1340}, + [4642] = {.lex_state = 1340}, + [4643] = {.lex_state = 1340, .external_lex_state = 21}, + [4644] = {.lex_state = 74}, + [4645] = {.lex_state = 204}, + [4646] = {.lex_state = 1340}, + [4647] = {.lex_state = 1340}, + [4648] = {.lex_state = 204}, + [4649] = {.lex_state = 209}, + [4650] = {.lex_state = 1340}, + [4651] = {.lex_state = 1340}, + [4652] = {.lex_state = 196}, + [4653] = {.lex_state = 1340}, + [4654] = {.lex_state = 1340}, + [4655] = {.lex_state = 1340}, + [4656] = {.lex_state = 1340}, + [4657] = {.lex_state = 1340, .external_lex_state = 21}, + [4658] = {.lex_state = 196}, + [4659] = {.lex_state = 74}, + [4660] = {.lex_state = 1340}, + [4661] = {.lex_state = 1340, .external_lex_state = 12}, + [4662] = {.lex_state = 1340}, + [4663] = {.lex_state = 1340}, + [4664] = {.lex_state = 196}, + [4665] = {.lex_state = 74}, + [4666] = {.lex_state = 1340}, + [4667] = {.lex_state = 74}, + [4668] = {.lex_state = 1340}, + [4669] = {.lex_state = 1340}, + [4670] = {.lex_state = 1340}, + [4671] = {.lex_state = 1340, .external_lex_state = 12}, + [4672] = {.lex_state = 1340}, + [4673] = {.lex_state = 28, .external_lex_state = 8}, + [4674] = {.lex_state = 1340}, + [4675] = {.lex_state = 1340}, + [4676] = {.lex_state = 28, .external_lex_state = 8}, + [4677] = {.lex_state = 1340}, + [4678] = {.lex_state = 1340, .external_lex_state = 8}, + [4679] = {.lex_state = 28, .external_lex_state = 8}, + [4680] = {.lex_state = 28, .external_lex_state = 8}, + [4681] = {.lex_state = 28, .external_lex_state = 8}, + [4682] = {.lex_state = 28, .external_lex_state = 8}, + [4683] = {.lex_state = 28, .external_lex_state = 8}, + [4684] = {.lex_state = 28, .external_lex_state = 8}, + [4685] = {.lex_state = 28, .external_lex_state = 8}, + [4686] = {.lex_state = 28, .external_lex_state = 8}, + [4687] = {.lex_state = 1340}, + [4688] = {.lex_state = 1340}, + [4689] = {.lex_state = 1340}, + [4690] = {.lex_state = 1340}, + [4691] = {.lex_state = 1340}, + [4692] = {.lex_state = 1340}, + [4693] = {.lex_state = 1340}, + [4694] = {.lex_state = 1340}, + [4695] = {.lex_state = 1340}, + [4696] = {.lex_state = 1340}, + [4697] = {.lex_state = 1340, .external_lex_state = 12}, + [4698] = {.lex_state = 1340, .external_lex_state = 12}, + [4699] = {.lex_state = 1340}, + [4700] = {.lex_state = 1340}, + [4701] = {.lex_state = 1340}, + [4702] = {.lex_state = 1340}, + [4703] = {.lex_state = 1340}, + [4704] = {.lex_state = 1340}, + [4705] = {.lex_state = 1340}, + [4706] = {.lex_state = 1340}, + [4707] = {.lex_state = 1340, .external_lex_state = 12}, + [4708] = {.lex_state = 1340}, + [4709] = {.lex_state = 1340}, + [4710] = {.lex_state = 1340, .external_lex_state = 12}, + [4711] = {.lex_state = 1340, .external_lex_state = 12}, + [4712] = {.lex_state = 1340, .external_lex_state = 12}, + [4713] = {.lex_state = 1340}, + [4714] = {.lex_state = 1340, .external_lex_state = 12}, + [4715] = {.lex_state = 1340}, + [4716] = {.lex_state = 1340}, + [4717] = {.lex_state = 1340}, + [4718] = {.lex_state = 1340}, + [4719] = {.lex_state = 1340}, + [4720] = {.lex_state = 1340}, + [4721] = {.lex_state = 1340, .external_lex_state = 12}, + [4722] = {.lex_state = 1340, .external_lex_state = 12}, + [4723] = {.lex_state = 1340}, + [4724] = {.lex_state = 1340}, + [4725] = {.lex_state = 1340}, + [4726] = {.lex_state = 1340}, + [4727] = {.lex_state = 1340, .external_lex_state = 12}, + [4728] = {.lex_state = 1340}, + [4729] = {.lex_state = 1340}, + [4730] = {.lex_state = 1340}, + [4731] = {.lex_state = 1340}, + [4732] = {.lex_state = 28}, + [4733] = {.lex_state = 1340}, + [4734] = {.lex_state = 1340}, + [4735] = {.lex_state = 1340}, + [4736] = {.lex_state = 1340, .external_lex_state = 22}, + [4737] = {.lex_state = 1340, .external_lex_state = 23}, + [4738] = {.lex_state = 1340, .external_lex_state = 12}, + [4739] = {.lex_state = 1340, .external_lex_state = 12}, + [4740] = {.lex_state = 1340}, + [4741] = {.lex_state = 1340}, + [4742] = {.lex_state = 1340}, + [4743] = {.lex_state = 1340}, + [4744] = {.lex_state = 37}, + [4745] = {.lex_state = 1340}, + [4746] = {.lex_state = 1340}, + [4747] = {.lex_state = 1340}, + [4748] = {.lex_state = 1340}, + [4749] = {.lex_state = 1340}, + [4750] = {.lex_state = 1340}, + [4751] = {.lex_state = 1340, .external_lex_state = 12}, + [4752] = {.lex_state = 66}, + [4753] = {.lex_state = 1340}, + [4754] = {.lex_state = 1340}, + [4755] = {.lex_state = 1340}, + [4756] = {.lex_state = 212}, + [4757] = {.lex_state = 212}, + [4758] = {.lex_state = 1340, .external_lex_state = 12}, + [4759] = {.lex_state = 1340}, + [4760] = {.lex_state = 212}, + [4761] = {.lex_state = 37}, + [4762] = {.lex_state = 212}, + [4763] = {.lex_state = 212}, + [4764] = {.lex_state = 212}, + [4765] = {.lex_state = 1340}, + [4766] = {.lex_state = 1340}, + [4767] = {.lex_state = 212}, + [4768] = {.lex_state = 1340}, + [4769] = {.lex_state = 212}, + [4770] = {.lex_state = 1340, .external_lex_state = 12}, + [4771] = {.lex_state = 1340}, + [4772] = {.lex_state = 212}, + [4773] = {.lex_state = 1340}, + [4774] = {.lex_state = 1340}, + [4775] = {.lex_state = 213}, + [4776] = {.lex_state = 1340}, + [4777] = {.lex_state = 1340}, + [4778] = {.lex_state = 1340}, + [4779] = {.lex_state = 1340}, + [4780] = {.lex_state = 1340}, + [4781] = {.lex_state = 1340}, + [4782] = {.lex_state = 1340}, + [4783] = {.lex_state = 1340}, + [4784] = {.lex_state = 1340}, + [4785] = {.lex_state = 1340}, + [4786] = {.lex_state = 1340}, + [4787] = {.lex_state = 1340}, + [4788] = {.lex_state = 1340}, + [4789] = {.lex_state = 1340}, + [4790] = {.lex_state = 1340}, + [4791] = {.lex_state = 1340}, + [4792] = {.lex_state = 1340}, + [4793] = {.lex_state = 1340}, + [4794] = {.lex_state = 1340}, + [4795] = {.lex_state = 1340}, + [4796] = {.lex_state = 1340}, + [4797] = {.lex_state = 28, .external_lex_state = 12}, + [4798] = {.lex_state = 1340}, + [4799] = {.lex_state = 1340}, + [4800] = {.lex_state = 1340}, + [4801] = {.lex_state = 1340}, + [4802] = {.lex_state = 1340}, + [4803] = {.lex_state = 1340}, + [4804] = {.lex_state = 1340}, + [4805] = {.lex_state = 1340}, + [4806] = {.lex_state = 1340}, + [4807] = {.lex_state = 1340}, + [4808] = {.lex_state = 1340}, + [4809] = {.lex_state = 1340}, + [4810] = {.lex_state = 1340}, + [4811] = {.lex_state = 1340}, + [4812] = {.lex_state = 1340}, + [4813] = {.lex_state = 1340}, + [4814] = {.lex_state = 1340}, + [4815] = {.lex_state = 1340}, + [4816] = {.lex_state = 206}, + [4817] = {.lex_state = 1340}, + [4818] = {.lex_state = 1340}, + [4819] = {.lex_state = 1340}, + [4820] = {.lex_state = 1340}, + [4821] = {.lex_state = 28, .external_lex_state = 12}, + [4822] = {.lex_state = 1340}, + [4823] = {.lex_state = 1340}, + [4824] = {.lex_state = 1340}, + [4825] = {.lex_state = 1340}, + [4826] = {.lex_state = 1340}, + [4827] = {.lex_state = 1340}, + [4828] = {.lex_state = 1340}, + [4829] = {.lex_state = 1340}, + [4830] = {.lex_state = 1340}, + [4831] = {.lex_state = 1340}, + [4832] = {.lex_state = 1340}, + [4833] = {.lex_state = 1340}, + [4834] = {.lex_state = 1340}, + [4835] = {.lex_state = 1340}, + [4836] = {.lex_state = 1340}, + [4837] = {.lex_state = 212}, + [4838] = {.lex_state = 1340}, + [4839] = {.lex_state = 1340}, + [4840] = {.lex_state = 1340}, + [4841] = {.lex_state = 1340}, + [4842] = {.lex_state = 1340}, + [4843] = {.lex_state = 1340}, + [4844] = {.lex_state = 1340}, + [4845] = {.lex_state = 1340}, + [4846] = {.lex_state = 1340}, + [4847] = {.lex_state = 206}, + [4848] = {.lex_state = 1340}, + [4849] = {.lex_state = 1340}, + [4850] = {.lex_state = 1340}, + [4851] = {.lex_state = 1340}, + [4852] = {.lex_state = 1340}, + [4853] = {.lex_state = 1340}, + [4854] = {.lex_state = 1340}, + [4855] = {.lex_state = 1340}, + [4856] = {.lex_state = 1340}, + [4857] = {.lex_state = 1340}, + [4858] = {.lex_state = 1340}, + [4859] = {.lex_state = 1340}, + [4860] = {.lex_state = 1340}, + [4861] = {.lex_state = 1340}, + [4862] = {.lex_state = 1340}, + [4863] = {.lex_state = 1340}, + [4864] = {.lex_state = 1340}, + [4865] = {.lex_state = 1340}, + [4866] = {.lex_state = 1340}, + [4867] = {.lex_state = 1340}, + [4868] = {.lex_state = 1340}, + [4869] = {.lex_state = 1340}, + [4870] = {.lex_state = 1340, .external_lex_state = 12}, + [4871] = {.lex_state = 1340}, + [4872] = {.lex_state = 1340, .external_lex_state = 8}, + [4873] = {.lex_state = 1340}, + [4874] = {.lex_state = 74}, + [4875] = {.lex_state = 1340}, + [4876] = {.lex_state = 1340}, + [4877] = {.lex_state = 1340}, + [4878] = {.lex_state = 1340}, + [4879] = {.lex_state = 1340}, + [4880] = {.lex_state = 1340}, + [4881] = {.lex_state = 1340}, + [4882] = {.lex_state = 1340}, + [4883] = {.lex_state = 1340}, + [4884] = {.lex_state = 1340}, + [4885] = {.lex_state = 1340}, [4886] = {.lex_state = 28}, - [4887] = {.lex_state = 1322}, - [4888] = {.lex_state = 1322}, - [4889] = {.lex_state = 1322}, - [4890] = {.lex_state = 1322}, - [4891] = {.lex_state = 1322}, - [4892] = {.lex_state = 1322}, - [4893] = {.lex_state = 1322}, - [4894] = {.lex_state = 1322}, - [4895] = {.lex_state = 1322}, - [4896] = {.lex_state = 1322}, - [4897] = {.lex_state = 1322}, - [4898] = {.lex_state = 1322}, - [4899] = {.lex_state = 1322}, - [4900] = {.lex_state = 1322}, - [4901] = {.lex_state = 1322}, - [4902] = {.lex_state = 38}, - [4903] = {.lex_state = 1322}, - [4904] = {.lex_state = 1322}, - [4905] = {.lex_state = 1322}, - [4906] = {.lex_state = 1322, .external_lex_state = 23}, - [4907] = {.lex_state = 1322}, - [4908] = {.lex_state = 1322}, - [4909] = {.lex_state = 1322}, - [4910] = {.lex_state = 1322}, - [4911] = {.lex_state = 1322, .external_lex_state = 23}, - [4912] = {.lex_state = 1322}, - [4913] = {.lex_state = 1322}, - [4914] = {.lex_state = 1322, .external_lex_state = 11}, - [4915] = {.lex_state = 1322}, - [4916] = {.lex_state = 1322}, - [4917] = {.lex_state = 1322}, - [4918] = {.lex_state = 1322}, - [4919] = {.lex_state = 1322}, - [4920] = {.lex_state = 66}, - [4921] = {.lex_state = 1322}, - [4922] = {.lex_state = 1322}, - [4923] = {.lex_state = 66}, - [4924] = {.lex_state = 1322}, - [4925] = {.lex_state = 1322}, - [4926] = {.lex_state = 1322}, - [4927] = {.lex_state = 1322}, - [4928] = {.lex_state = 1322}, - [4929] = {.lex_state = 1322}, - [4930] = {.lex_state = 207}, - [4931] = {.lex_state = 1322, .external_lex_state = 11}, - [4932] = {.lex_state = 1322}, - [4933] = {.lex_state = 1322}, - [4934] = {.lex_state = 1322}, - [4935] = {.lex_state = 1322}, - [4936] = {.lex_state = 28, .external_lex_state = 11}, - [4937] = {.lex_state = 1322, .external_lex_state = 11}, - [4938] = {.lex_state = 1322}, - [4939] = {.lex_state = 1322}, - [4940] = {.lex_state = 1322}, - [4941] = {.lex_state = 1322}, - [4942] = {.lex_state = 1322}, - [4943] = {.lex_state = 1322}, - [4944] = {.lex_state = 1322}, - [4945] = {.lex_state = 1322}, - [4946] = {.lex_state = 1322}, - [4947] = {.lex_state = 1322}, - [4948] = {.lex_state = 1322}, - [4949] = {.lex_state = 28, .external_lex_state = 7}, - [4950] = {.lex_state = 1322}, - [4951] = {.lex_state = 1322}, - [4952] = {.lex_state = 1322}, - [4953] = {.lex_state = 1322}, - [4954] = {.lex_state = 1322}, - [4955] = {.lex_state = 1322}, - [4956] = {.lex_state = 1322}, - [4957] = {.lex_state = 1322}, - [4958] = {.lex_state = 28}, + [4887] = {.lex_state = 74}, + [4888] = {.lex_state = 1340}, + [4889] = {.lex_state = 1340}, + [4890] = {.lex_state = 31, .external_lex_state = 19}, + [4891] = {.lex_state = 1340}, + [4892] = {.lex_state = 1340}, + [4893] = {.lex_state = 1340}, + [4894] = {.lex_state = 1340}, + [4895] = {.lex_state = 1340}, + [4896] = {.lex_state = 1340}, + [4897] = {.lex_state = 1340}, + [4898] = {.lex_state = 1340}, + [4899] = {.lex_state = 1340}, + [4900] = {.lex_state = 1340}, + [4901] = {.lex_state = 1340}, + [4902] = {.lex_state = 1340}, + [4903] = {.lex_state = 1340}, + [4904] = {.lex_state = 74}, + [4905] = {.lex_state = 1340}, + [4906] = {.lex_state = 74}, + [4907] = {.lex_state = 212}, + [4908] = {.lex_state = 74}, + [4909] = {.lex_state = 1340}, + [4910] = {.lex_state = 1340}, + [4911] = {.lex_state = 1340}, + [4912] = {.lex_state = 206}, + [4913] = {.lex_state = 1340}, + [4914] = {.lex_state = 1340}, + [4915] = {.lex_state = 1340}, + [4916] = {.lex_state = 1340}, + [4917] = {.lex_state = 1340}, + [4918] = {.lex_state = 1340, .external_lex_state = 12}, + [4919] = {.lex_state = 1340}, + [4920] = {.lex_state = 1340}, + [4921] = {.lex_state = 1340}, + [4922] = {.lex_state = 1340}, + [4923] = {.lex_state = 1340}, + [4924] = {.lex_state = 1340}, + [4925] = {.lex_state = 1340}, + [4926] = {.lex_state = 1340}, + [4927] = {.lex_state = 1340}, + [4928] = {.lex_state = 1340, .external_lex_state = 12}, + [4929] = {.lex_state = 1340}, + [4930] = {.lex_state = 1340}, + [4931] = {.lex_state = 1340}, + [4932] = {.lex_state = 1340}, + [4933] = {.lex_state = 1340}, + [4934] = {.lex_state = 1340}, + [4935] = {.lex_state = 1340}, + [4936] = {.lex_state = 1340}, + [4937] = {.lex_state = 1340}, + [4938] = {.lex_state = 1340}, + [4939] = {.lex_state = 1340}, + [4940] = {.lex_state = 1340}, + [4941] = {.lex_state = 1340}, + [4942] = {.lex_state = 1340}, + [4943] = {.lex_state = 74}, + [4944] = {.lex_state = 1340}, + [4945] = {.lex_state = 1340}, + [4946] = {.lex_state = 1340}, + [4947] = {.lex_state = 1340}, + [4948] = {.lex_state = 1340}, + [4949] = {.lex_state = 1340}, + [4950] = {.lex_state = 74}, + [4951] = {.lex_state = 74}, + [4952] = {.lex_state = 1340}, + [4953] = {.lex_state = 74}, + [4954] = {.lex_state = 1340}, + [4955] = {.lex_state = 66}, + [4956] = {.lex_state = 66}, + [4957] = {.lex_state = 1340}, + [4958] = {.lex_state = 1340}, [4959] = {.lex_state = 206}, - [4960] = {.lex_state = 1322}, - [4961] = {.lex_state = 1322}, - [4962] = {.lex_state = 1322}, - [4963] = {.lex_state = 1322}, - [4964] = {.lex_state = 28, .external_lex_state = 7}, - [4965] = {.lex_state = 1322}, - [4966] = {.lex_state = 1322}, - [4967] = {.lex_state = 1322}, - [4968] = {.lex_state = 1322}, - [4969] = {.lex_state = 1322}, - [4970] = {.lex_state = 139}, - [4971] = {.lex_state = 1322}, - [4972] = {.lex_state = 1322}, - [4973] = {.lex_state = 1322}, - [4974] = {.lex_state = 1322}, - [4975] = {.lex_state = 207}, - [4976] = {.lex_state = 1322}, - [4977] = {.lex_state = 1322}, - [4978] = {.lex_state = 1322}, - [4979] = {.lex_state = 1322}, - [4980] = {.lex_state = 1322}, - [4981] = {.lex_state = 1322}, - [4982] = {.lex_state = 1322}, - [4983] = {.lex_state = 1322}, - [4984] = {.lex_state = 1322}, - [4985] = {.lex_state = 28, .external_lex_state = 7}, - [4986] = {.lex_state = 1322}, - [4987] = {.lex_state = 1322}, - [4988] = {.lex_state = 1322}, - [4989] = {.lex_state = 1322}, - [4990] = {.lex_state = 1322}, - [4991] = {.lex_state = 139}, - [4992] = {.lex_state = 1322}, - [4993] = {.lex_state = 1322, .external_lex_state = 11}, - [4994] = {.lex_state = 1322}, - [4995] = {.lex_state = 1322}, - [4996] = {.lex_state = 1322}, - [4997] = {.lex_state = 1322}, - [4998] = {.lex_state = 1322}, - [4999] = {.lex_state = 1322}, - [5000] = {.lex_state = 1322}, - [5001] = {.lex_state = 1322}, - [5002] = {.lex_state = 207}, - [5003] = {.lex_state = 1322}, - [5004] = {.lex_state = 139}, - [5005] = {.lex_state = 1322}, - [5006] = {.lex_state = 1322}, - [5007] = {.lex_state = 1322}, - [5008] = {.lex_state = 139}, - [5009] = {.lex_state = 28}, - [5010] = {.lex_state = 1322}, - [5011] = {.lex_state = 207}, - [5012] = {.lex_state = 1322}, - [5013] = {.lex_state = 1322}, - [5014] = {.lex_state = 1322}, - [5015] = {.lex_state = 1322}, - [5016] = {.lex_state = 1322}, - [5017] = {.lex_state = 1322}, - [5018] = {.lex_state = 1322}, - [5019] = {.lex_state = 1322}, - [5020] = {.lex_state = 1322}, - [5021] = {.lex_state = 1322}, - [5022] = {.lex_state = 1322}, - [5023] = {.lex_state = 1322}, - [5024] = {.lex_state = 28, .external_lex_state = 7}, - [5025] = {.lex_state = 1322}, - [5026] = {.lex_state = 28, .external_lex_state = 7}, - [5027] = {.lex_state = 1322}, + [4960] = {.lex_state = 205}, + [4961] = {.lex_state = 1340}, + [4962] = {.lex_state = 1340}, + [4963] = {.lex_state = 1340}, + [4964] = {.lex_state = 1340}, + [4965] = {.lex_state = 1340}, + [4966] = {.lex_state = 192}, + [4967] = {.lex_state = 1340}, + [4968] = {.lex_state = 1340, .external_lex_state = 12}, + [4969] = {.lex_state = 1340}, + [4970] = {.lex_state = 1340}, + [4971] = {.lex_state = 28}, + [4972] = {.lex_state = 1340}, + [4973] = {.lex_state = 66}, + [4974] = {.lex_state = 212}, + [4975] = {.lex_state = 66}, + [4976] = {.lex_state = 28, .external_lex_state = 12}, + [4977] = {.lex_state = 28}, + [4978] = {.lex_state = 1340}, + [4979] = {.lex_state = 1340}, + [4980] = {.lex_state = 1340}, + [4981] = {.lex_state = 1340}, + [4982] = {.lex_state = 1340}, + [4983] = {.lex_state = 1340}, + [4984] = {.lex_state = 1340, .external_lex_state = 12}, + [4985] = {.lex_state = 1340}, + [4986] = {.lex_state = 1340}, + [4987] = {.lex_state = 1340}, + [4988] = {.lex_state = 1340}, + [4989] = {.lex_state = 1340}, + [4990] = {.lex_state = 1340}, + [4991] = {.lex_state = 66}, + [4992] = {.lex_state = 1340}, + [4993] = {.lex_state = 1340}, + [4994] = {.lex_state = 1340}, + [4995] = {.lex_state = 1340}, + [4996] = {.lex_state = 1340}, + [4997] = {.lex_state = 1340}, + [4998] = {.lex_state = 1340}, + [4999] = {.lex_state = 1340}, + [5000] = {.lex_state = 1340}, + [5001] = {.lex_state = 1340}, + [5002] = {.lex_state = 1340}, + [5003] = {.lex_state = 1340}, + [5004] = {.lex_state = 1340}, + [5005] = {.lex_state = 1340}, + [5006] = {.lex_state = 1340}, + [5007] = {.lex_state = 1340}, + [5008] = {.lex_state = 1340}, + [5009] = {.lex_state = 1340}, + [5010] = {.lex_state = 28, .external_lex_state = 8}, + [5011] = {.lex_state = 1340}, + [5012] = {.lex_state = 1340}, + [5013] = {.lex_state = 1340}, + [5014] = {.lex_state = 1340}, + [5015] = {.lex_state = 1340}, + [5016] = {.lex_state = 1340}, + [5017] = {.lex_state = 212}, + [5018] = {.lex_state = 1340}, + [5019] = {.lex_state = 66}, + [5020] = {.lex_state = 28}, + [5021] = {.lex_state = 66}, + [5022] = {.lex_state = 1340}, + [5023] = {.lex_state = 1340}, + [5024] = {.lex_state = 28}, + [5025] = {.lex_state = 139}, + [5026] = {.lex_state = 1340}, + [5027] = {.lex_state = 1340}, [5028] = {.lex_state = 66}, [5029] = {.lex_state = 28}, - [5030] = {.lex_state = 1322}, - [5031] = {.lex_state = 213}, - [5032] = {.lex_state = 1322}, - [5033] = {.lex_state = 1322}, - [5034] = {.lex_state = 1322}, - [5035] = {.lex_state = 1322}, - [5036] = {.lex_state = 1322}, - [5037] = {.lex_state = 1322}, - [5038] = {.lex_state = 1322}, - [5039] = {.lex_state = 1322}, - [5040] = {.lex_state = 1322}, - [5041] = {.lex_state = 1322}, - [5042] = {.lex_state = 1322, .external_lex_state = 11}, - [5043] = {.lex_state = 1322, .external_lex_state = 11}, - [5044] = {.lex_state = 1322}, - [5045] = {.lex_state = 1322}, - [5046] = {.lex_state = 1322}, - [5047] = {.lex_state = 1322}, - [5048] = {.lex_state = 213}, - [5049] = {.lex_state = 1322}, - [5050] = {.lex_state = 28, .external_lex_state = 7}, - [5051] = {.lex_state = 1322, .external_lex_state = 11}, - [5052] = {.lex_state = 28, .external_lex_state = 7}, - [5053] = {.lex_state = 1322}, - [5054] = {.lex_state = 1322}, - [5055] = {.lex_state = 1322}, - [5056] = {.lex_state = 1322, .external_lex_state = 11}, - [5057] = {.lex_state = 66}, - [5058] = {.lex_state = 1322}, - [5059] = {.lex_state = 1322}, - [5060] = {.lex_state = 1322}, - [5061] = {.lex_state = 66}, - [5062] = {.lex_state = 193}, - [5063] = {.lex_state = 28}, - [5064] = {.lex_state = 1322}, - [5065] = {.lex_state = 1322}, - [5066] = {.lex_state = 1322}, - [5067] = {.lex_state = 1322}, - [5068] = {.lex_state = 1322}, - [5069] = {.lex_state = 1322}, - [5070] = {.lex_state = 213}, - [5071] = {.lex_state = 1322}, - [5072] = {.lex_state = 1322}, - [5073] = {.lex_state = 1322}, - [5074] = {.lex_state = 1322}, - [5075] = {.lex_state = 1322}, - [5076] = {.lex_state = 28, .external_lex_state = 7}, - [5077] = {.lex_state = 1322}, - [5078] = {.lex_state = 1322}, - [5079] = {.lex_state = 1322}, - [5080] = {.lex_state = 1322}, - [5081] = {.lex_state = 1322}, - [5082] = {.lex_state = 38}, - [5083] = {.lex_state = 1322}, - [5084] = {.lex_state = 1322}, - [5085] = {.lex_state = 1322}, - [5086] = {.lex_state = 28}, - [5087] = {.lex_state = 213}, - [5088] = {.lex_state = 28}, - [5089] = {.lex_state = 1322}, - [5090] = {.lex_state = 206}, - [5091] = {.lex_state = 1322}, - [5092] = {.lex_state = 207}, - [5093] = {.lex_state = 1322, .external_lex_state = 21}, - [5094] = {.lex_state = 1322}, - [5095] = {.lex_state = 1322}, - [5096] = {.lex_state = 1322}, - [5097] = {.lex_state = 1322}, - [5098] = {.lex_state = 213}, - [5099] = {.lex_state = 1322}, - [5100] = {.lex_state = 28, .external_lex_state = 7}, - [5101] = {.lex_state = 1322, .external_lex_state = 11}, - [5102] = {.lex_state = 1322}, - [5103] = {.lex_state = 1322}, - [5104] = {.lex_state = 1322}, - [5105] = {.lex_state = 213}, - [5106] = {.lex_state = 1322}, - [5107] = {.lex_state = 1322}, - [5108] = {.lex_state = 1322}, - [5109] = {.lex_state = 1322}, - [5110] = {.lex_state = 1322}, - [5111] = {.lex_state = 213}, - [5112] = {.lex_state = 1322}, - [5113] = {.lex_state = 1322}, - [5114] = {.lex_state = 1322}, - [5115] = {.lex_state = 38}, - [5116] = {.lex_state = 1322}, - [5117] = {.lex_state = 1322}, - [5118] = {.lex_state = 207}, - [5119] = {.lex_state = 1322, .external_lex_state = 11}, - [5120] = {.lex_state = 1322}, - [5121] = {.lex_state = 1322}, - [5122] = {.lex_state = 1322}, - [5123] = {.lex_state = 213}, - [5124] = {.lex_state = 1322}, - [5125] = {.lex_state = 1322}, - [5126] = {.lex_state = 1322}, - [5127] = {.lex_state = 1322}, - [5128] = {.lex_state = 1322}, - [5129] = {.lex_state = 1322}, - [5130] = {.lex_state = 1322}, - [5131] = {.lex_state = 1322}, - [5132] = {.lex_state = 1322}, - [5133] = {.lex_state = 1322}, - [5134] = {.lex_state = 1322}, - [5135] = {.lex_state = 1322}, - [5136] = {.lex_state = 31, .external_lex_state = 20}, - [5137] = {.lex_state = 28}, - [5138] = {.lex_state = 1322}, - [5139] = {.lex_state = 1322}, - [5140] = {.lex_state = 213}, - [5141] = {.lex_state = 28, .external_lex_state = 7}, - [5142] = {.lex_state = 1322}, - [5143] = {.lex_state = 1322}, - [5144] = {.lex_state = 1322}, - [5145] = {.lex_state = 1322}, - [5146] = {.lex_state = 1322}, - [5147] = {.lex_state = 28, .external_lex_state = 11}, - [5148] = {.lex_state = 1322}, - [5149] = {.lex_state = 1322}, - [5150] = {.lex_state = 1322}, - [5151] = {.lex_state = 1322}, - [5152] = {.lex_state = 1322}, - [5153] = {.lex_state = 1322}, - [5154] = {.lex_state = 1322}, - [5155] = {.lex_state = 1322}, - [5156] = {.lex_state = 1322}, - [5157] = {.lex_state = 1322, .external_lex_state = 11}, - [5158] = {.lex_state = 1322}, - [5159] = {.lex_state = 1322}, - [5160] = {.lex_state = 1322}, - [5161] = {.lex_state = 1322}, - [5162] = {.lex_state = 1322}, - [5163] = {.lex_state = 1322}, - [5164] = {.lex_state = 1322}, - [5165] = {.lex_state = 193}, - [5166] = {.lex_state = 1322}, - [5167] = {.lex_state = 1322}, - [5168] = {.lex_state = 1322}, - [5169] = {.lex_state = 192}, - [5170] = {.lex_state = 1322}, - [5171] = {.lex_state = 66}, - [5172] = {.lex_state = 37}, - [5173] = {.lex_state = 213}, - [5174] = {.lex_state = 1322}, - [5175] = {.lex_state = 1322}, - [5176] = {.lex_state = 1322, .external_lex_state = 11}, - [5177] = {.lex_state = 1322}, - [5178] = {.lex_state = 213}, - [5179] = {.lex_state = 38}, - [5180] = {.lex_state = 1322}, - [5181] = {.lex_state = 1322}, - [5182] = {.lex_state = 1322}, - [5183] = {.lex_state = 1322}, - [5184] = {.lex_state = 1322}, - [5185] = {.lex_state = 1322}, - [5186] = {.lex_state = 1322}, - [5187] = {.lex_state = 1322}, - [5188] = {.lex_state = 1322}, - [5189] = {.lex_state = 1322}, - [5190] = {.lex_state = 1322}, - [5191] = {.lex_state = 1322, .external_lex_state = 11}, - [5192] = {.lex_state = 1322}, - [5193] = {.lex_state = 38}, - [5194] = {.lex_state = 38}, - [5195] = {.lex_state = 1322}, - [5196] = {.lex_state = 1322}, - [5197] = {.lex_state = 1322}, - [5198] = {.lex_state = 1322}, - [5199] = {.lex_state = 213}, - [5200] = {.lex_state = 1322}, - [5201] = {.lex_state = 28}, - [5202] = {.lex_state = 1322}, - [5203] = {.lex_state = 1322}, - [5204] = {.lex_state = 1322}, - [5205] = {.lex_state = 1322}, - [5206] = {.lex_state = 1322}, - [5207] = {.lex_state = 1322}, - [5208] = {.lex_state = 1322, .external_lex_state = 11}, - [5209] = {.lex_state = 1322}, - [5210] = {.lex_state = 38}, - [5211] = {.lex_state = 1322}, - [5212] = {.lex_state = 38}, - [5213] = {.lex_state = 1322, .external_lex_state = 11}, - [5214] = {.lex_state = 1322}, - [5215] = {.lex_state = 1322}, - [5216] = {.lex_state = 1322}, - [5217] = {.lex_state = 1322}, - [5218] = {.lex_state = 1322}, - [5219] = {.lex_state = 1322}, - [5220] = {.lex_state = 1322}, - [5221] = {.lex_state = 1322}, - [5222] = {.lex_state = 1322}, - [5223] = {.lex_state = 1322}, - [5224] = {.lex_state = 1322}, - [5225] = {.lex_state = 1322}, - [5226] = {.lex_state = 1322}, - [5227] = {.lex_state = 1322}, - [5228] = {.lex_state = 1322}, - [5229] = {.lex_state = 1322}, - [5230] = {.lex_state = 1322}, - [5231] = {.lex_state = 1322}, - [5232] = {.lex_state = 1322, .external_lex_state = 7}, - [5233] = {.lex_state = 1322}, - [5234] = {.lex_state = 1322}, - [5235] = {.lex_state = 1322}, - [5236] = {.lex_state = 1322}, - [5237] = {.lex_state = 197}, - [5238] = {.lex_state = 1322}, - [5239] = {.lex_state = 1322}, - [5240] = {.lex_state = 1322}, - [5241] = {.lex_state = 1322}, - [5242] = {.lex_state = 1322}, - [5243] = {.lex_state = 1322}, - [5244] = {.lex_state = 1322}, - [5245] = {.lex_state = 1322}, - [5246] = {.lex_state = 1322}, - [5247] = {.lex_state = 1322, .external_lex_state = 11}, - [5248] = {.lex_state = 1322, .external_lex_state = 11}, - [5249] = {.lex_state = 1322}, - [5250] = {.lex_state = 1322}, - [5251] = {.lex_state = 1322}, - [5252] = {.lex_state = 28}, - [5253] = {.lex_state = 1322}, - [5254] = {.lex_state = 1322}, - [5255] = {.lex_state = 1322}, - [5256] = {.lex_state = 28, .external_lex_state = 7}, - [5257] = {.lex_state = 1322}, - [5258] = {.lex_state = 1322}, - [5259] = {.lex_state = 1322}, - [5260] = {.lex_state = 28, .external_lex_state = 7}, - [5261] = {.lex_state = 1322}, - [5262] = {.lex_state = 1322}, - [5263] = {.lex_state = 1322}, - [5264] = {.lex_state = 1322}, - [5265] = {.lex_state = 1322}, - [5266] = {.lex_state = 1322}, - [5267] = {.lex_state = 1322}, - [5268] = {.lex_state = 1322}, - [5269] = {.lex_state = 1322, .external_lex_state = 11}, - [5270] = {.lex_state = 1322}, - [5271] = {.lex_state = 1322}, - [5272] = {.lex_state = 1322}, - [5273] = {.lex_state = 1322}, - [5274] = {.lex_state = 1322}, - [5275] = {.lex_state = 1322}, - [5276] = {.lex_state = 1322}, - [5277] = {.lex_state = 1322}, - [5278] = {.lex_state = 1322}, - [5279] = {.lex_state = 1322}, - [5280] = {.lex_state = 1322}, - [5281] = {.lex_state = 1322}, - [5282] = {.lex_state = 1322, .external_lex_state = 11}, - [5283] = {.lex_state = 213}, - [5284] = {.lex_state = 1322}, - [5285] = {.lex_state = 1322}, - [5286] = {.lex_state = 1322}, - [5287] = {.lex_state = 1322}, - [5288] = {.lex_state = 1322}, - [5289] = {.lex_state = 1322, .external_lex_state = 11}, - [5290] = {.lex_state = 1322}, - [5291] = {.lex_state = 1322}, + [5030] = {.lex_state = 1340}, + [5031] = {.lex_state = 66}, + [5032] = {.lex_state = 1340}, + [5033] = {.lex_state = 1340}, + [5034] = {.lex_state = 1340}, + [5035] = {.lex_state = 139}, + [5036] = {.lex_state = 193}, + [5037] = {.lex_state = 28}, + [5038] = {.lex_state = 139}, + [5039] = {.lex_state = 139}, + [5040] = {.lex_state = 1340, .external_lex_state = 12}, + [5041] = {.lex_state = 28}, + [5042] = {.lex_state = 213}, + [5043] = {.lex_state = 28}, + [5044] = {.lex_state = 28}, + [5045] = {.lex_state = 205}, + [5046] = {.lex_state = 74}, + [5047] = {.lex_state = 1340, .external_lex_state = 12}, + [5048] = {.lex_state = 28}, + [5049] = {.lex_state = 139}, + [5050] = {.lex_state = 139}, + [5051] = {.lex_state = 139}, + [5052] = {.lex_state = 139}, + [5053] = {.lex_state = 193}, + [5054] = {.lex_state = 1340, .external_lex_state = 20}, + [5055] = {.lex_state = 139}, + [5056] = {.lex_state = 206}, + [5057] = {.lex_state = 1340}, + [5058] = {.lex_state = 139}, + [5059] = {.lex_state = 1340}, + [5060] = {.lex_state = 1340}, + [5061] = {.lex_state = 212}, + [5062] = {.lex_state = 1340}, + [5063] = {.lex_state = 1340}, + [5064] = {.lex_state = 1340}, + [5065] = {.lex_state = 1340}, + [5066] = {.lex_state = 74}, + [5067] = {.lex_state = 74}, + [5068] = {.lex_state = 74}, + [5069] = {.lex_state = 1340, .external_lex_state = 22}, + [5070] = {.lex_state = 1340}, + [5071] = {.lex_state = 1340, .external_lex_state = 23}, + [5072] = {.lex_state = 28}, + [5073] = {.lex_state = 1340, .external_lex_state = 12}, + [5074] = {.lex_state = 1340}, + [5075] = {.lex_state = 1340}, + [5076] = {.lex_state = 1340}, + [5077] = {.lex_state = 38}, + [5078] = {.lex_state = 1340, .external_lex_state = 12}, + [5079] = {.lex_state = 28, .external_lex_state = 8}, + [5080] = {.lex_state = 28, .external_lex_state = 8}, + [5081] = {.lex_state = 1340, .external_lex_state = 12}, + [5082] = {.lex_state = 1340}, + [5083] = {.lex_state = 1340, .external_lex_state = 12}, + [5084] = {.lex_state = 1340}, + [5085] = {.lex_state = 1340, .external_lex_state = 12}, + [5086] = {.lex_state = 193}, + [5087] = {.lex_state = 1340, .external_lex_state = 12}, + [5088] = {.lex_state = 192}, + [5089] = {.lex_state = 74}, + [5090] = {.lex_state = 1340, .external_lex_state = 12}, + [5091] = {.lex_state = 1340}, + [5092] = {.lex_state = 1340}, + [5093] = {.lex_state = 1340}, + [5094] = {.lex_state = 206}, + [5095] = {.lex_state = 74}, + [5096] = {.lex_state = 1340, .external_lex_state = 12}, + [5097] = {.lex_state = 74}, + [5098] = {.lex_state = 1340, .external_lex_state = 12}, + [5099] = {.lex_state = 205}, + [5100] = {.lex_state = 28}, + [5101] = {.lex_state = 1340}, + [5102] = {.lex_state = 1340, .external_lex_state = 12}, + [5103] = {.lex_state = 1340}, + [5104] = {.lex_state = 1340}, + [5105] = {.lex_state = 1340}, + [5106] = {.lex_state = 216}, + [5107] = {.lex_state = 1340}, + [5108] = {.lex_state = 1340}, + [5109] = {.lex_state = 217}, + [5110] = {.lex_state = 1340, .external_lex_state = 12}, + [5111] = {.lex_state = 1340}, + [5112] = {.lex_state = 1340}, + [5113] = {.lex_state = 1340}, + [5114] = {.lex_state = 1340}, + [5115] = {.lex_state = 1340, .external_lex_state = 12}, + [5116] = {.lex_state = 1340, .external_lex_state = 21}, + [5117] = {.lex_state = 1340, .external_lex_state = 17}, + [5118] = {.lex_state = 37}, + [5119] = {.lex_state = 1340}, + [5120] = {.lex_state = 1340, .external_lex_state = 12}, + [5121] = {.lex_state = 216}, + [5122] = {.lex_state = 203}, + [5123] = {.lex_state = 1340}, + [5124] = {.lex_state = 1340}, + [5125] = {.lex_state = 1340}, + [5126] = {.lex_state = 203}, + [5127] = {.lex_state = 1340}, + [5128] = {.lex_state = 1340}, + [5129] = {.lex_state = 203}, + [5130] = {.lex_state = 1340}, + [5131] = {.lex_state = 1340, .external_lex_state = 12}, + [5132] = {.lex_state = 1340, .external_lex_state = 17}, + [5133] = {.lex_state = 32}, + [5134] = {.lex_state = 1340}, + [5135] = {.lex_state = 28}, + [5136] = {.lex_state = 1340}, + [5137] = {.lex_state = 203}, + [5138] = {.lex_state = 1340}, + [5139] = {.lex_state = 1340}, + [5140] = {.lex_state = 1340}, + [5141] = {.lex_state = 1340}, + [5142] = {.lex_state = 1340}, + [5143] = {.lex_state = 1340}, + [5144] = {.lex_state = 1340}, + [5145] = {.lex_state = 1340}, + [5146] = {.lex_state = 1340, .external_lex_state = 17}, + [5147] = {.lex_state = 28}, + [5148] = {.lex_state = 1340, .external_lex_state = 12}, + [5149] = {.lex_state = 1340}, + [5150] = {.lex_state = 1340}, + [5151] = {.lex_state = 217}, + [5152] = {.lex_state = 1340}, + [5153] = {.lex_state = 1340}, + [5154] = {.lex_state = 28}, + [5155] = {.lex_state = 1340}, + [5156] = {.lex_state = 37}, + [5157] = {.lex_state = 1340}, + [5158] = {.lex_state = 1340}, + [5159] = {.lex_state = 1340}, + [5160] = {.lex_state = 1340}, + [5161] = {.lex_state = 1340, .external_lex_state = 12}, + [5162] = {.lex_state = 1340}, + [5163] = {.lex_state = 1340}, + [5164] = {.lex_state = 28}, + [5165] = {.lex_state = 1340}, + [5166] = {.lex_state = 1340}, + [5167] = {.lex_state = 1340, .external_lex_state = 17}, + [5168] = {.lex_state = 28}, + [5169] = {.lex_state = 24}, + [5170] = {.lex_state = 1340}, + [5171] = {.lex_state = 32}, + [5172] = {.lex_state = 32}, + [5173] = {.lex_state = 32}, + [5174] = {.lex_state = 32}, + [5175] = {.lex_state = 32}, + [5176] = {.lex_state = 28}, + [5177] = {.lex_state = 32}, + [5178] = {.lex_state = 1340}, + [5179] = {.lex_state = 1340}, + [5180] = {.lex_state = 32}, + [5181] = {.lex_state = 1340}, + [5182] = {.lex_state = 1340}, + [5183] = {.lex_state = 32}, + [5184] = {.lex_state = 1340, .external_lex_state = 12}, + [5185] = {.lex_state = 1340}, + [5186] = {.lex_state = 32}, + [5187] = {.lex_state = 32}, + [5188] = {.lex_state = 1340}, + [5189] = {.lex_state = 1340}, + [5190] = {.lex_state = 1340, .external_lex_state = 12}, + [5191] = {.lex_state = 32}, + [5192] = {.lex_state = 1340, .external_lex_state = 12}, + [5193] = {.lex_state = 1340}, + [5194] = {.lex_state = 28}, + [5195] = {.lex_state = 28, .external_lex_state = 12}, + [5196] = {.lex_state = 1340, .external_lex_state = 12}, + [5197] = {.lex_state = 24}, + [5198] = {.lex_state = 1340}, + [5199] = {.lex_state = 216}, + [5200] = {.lex_state = 1340}, + [5201] = {.lex_state = 1340}, + [5202] = {.lex_state = 24}, + [5203] = {.lex_state = 1340}, + [5204] = {.lex_state = 216}, + [5205] = {.lex_state = 1340}, + [5206] = {.lex_state = 1340}, + [5207] = {.lex_state = 1340}, + [5208] = {.lex_state = 1340}, + [5209] = {.lex_state = 1340}, + [5210] = {.lex_state = 1340}, + [5211] = {.lex_state = 28}, + [5212] = {.lex_state = 1340}, + [5213] = {.lex_state = 1340}, + [5214] = {.lex_state = 1340}, + [5215] = {.lex_state = 1340}, + [5216] = {.lex_state = 1340}, + [5217] = {.lex_state = 38}, + [5218] = {.lex_state = 32}, + [5219] = {.lex_state = 37}, + [5220] = {.lex_state = 1340}, + [5221] = {.lex_state = 1340}, + [5222] = {.lex_state = 1340}, + [5223] = {.lex_state = 1340}, + [5224] = {.lex_state = 1340}, + [5225] = {.lex_state = 1340}, + [5226] = {.lex_state = 1340}, + [5227] = {.lex_state = 1340}, + [5228] = {.lex_state = 1340}, + [5229] = {.lex_state = 28}, + [5230] = {.lex_state = 1340}, + [5231] = {.lex_state = 1340}, + [5232] = {.lex_state = 1340}, + [5233] = {.lex_state = 1340}, + [5234] = {.lex_state = 24}, + [5235] = {.lex_state = 1340}, + [5236] = {.lex_state = 1340}, + [5237] = {.lex_state = 1340}, + [5238] = {.lex_state = 1340}, + [5239] = {.lex_state = 1340}, + [5240] = {.lex_state = 216}, + [5241] = {.lex_state = 1340}, + [5242] = {.lex_state = 1340}, + [5243] = {.lex_state = 28}, + [5244] = {.lex_state = 24}, + [5245] = {.lex_state = 1340, .external_lex_state = 12}, + [5246] = {.lex_state = 1340}, + [5247] = {.lex_state = 1340}, + [5248] = {.lex_state = 1340}, + [5249] = {.lex_state = 216}, + [5250] = {.lex_state = 1340}, + [5251] = {.lex_state = 1340}, + [5252] = {.lex_state = 1340}, + [5253] = {.lex_state = 28}, + [5254] = {.lex_state = 1340}, + [5255] = {.lex_state = 1340}, + [5256] = {.lex_state = 1340}, + [5257] = {.lex_state = 38}, + [5258] = {.lex_state = 1340}, + [5259] = {.lex_state = 32}, + [5260] = {.lex_state = 28}, + [5261] = {.lex_state = 37}, + [5262] = {.lex_state = 1340, .external_lex_state = 21}, + [5263] = {.lex_state = 28}, + [5264] = {.lex_state = 1340}, + [5265] = {.lex_state = 1340}, + [5266] = {.lex_state = 1340}, + [5267] = {.lex_state = 1340, .external_lex_state = 12}, + [5268] = {.lex_state = 1340}, + [5269] = {.lex_state = 1340}, + [5270] = {.lex_state = 1340}, + [5271] = {.lex_state = 38}, + [5272] = {.lex_state = 1340}, + [5273] = {.lex_state = 1340}, + [5274] = {.lex_state = 1340}, + [5275] = {.lex_state = 24}, + [5276] = {.lex_state = 1340}, + [5277] = {.lex_state = 28}, + [5278] = {.lex_state = 1340}, + [5279] = {.lex_state = 216}, + [5280] = {.lex_state = 1340}, + [5281] = {.lex_state = 24}, + [5282] = {.lex_state = 1340}, + [5283] = {.lex_state = 1340}, + [5284] = {.lex_state = 1340}, + [5285] = {.lex_state = 216}, + [5286] = {.lex_state = 1340}, + [5287] = {.lex_state = 28}, + [5288] = {.lex_state = 28}, + [5289] = {.lex_state = 1340}, + [5290] = {.lex_state = 1340}, + [5291] = {.lex_state = 1340}, [5292] = {.lex_state = 28}, - [5293] = {.lex_state = 1322}, - [5294] = {.lex_state = 1322}, - [5295] = {.lex_state = 1322, .external_lex_state = 11}, - [5296] = {.lex_state = 1322}, - [5297] = {.lex_state = 193}, - [5298] = {.lex_state = 1322, .external_lex_state = 11}, - [5299] = {.lex_state = 1322}, - [5300] = {.lex_state = 1322}, - [5301] = {.lex_state = 1322}, - [5302] = {.lex_state = 1322}, - [5303] = {.lex_state = 1322}, - [5304] = {.lex_state = 1322}, - [5305] = {.lex_state = 1322}, - [5306] = {.lex_state = 38}, - [5307] = {.lex_state = 1322, .external_lex_state = 11}, - [5308] = {.lex_state = 1322}, - [5309] = {.lex_state = 1322}, - [5310] = {.lex_state = 1322}, - [5311] = {.lex_state = 1322}, - [5312] = {.lex_state = 1322}, - [5313] = {.lex_state = 1322}, - [5314] = {.lex_state = 1322}, - [5315] = {.lex_state = 1322}, - [5316] = {.lex_state = 28}, - [5317] = {.lex_state = 1322}, - [5318] = {.lex_state = 1322}, - [5319] = {.lex_state = 1322, .external_lex_state = 11}, - [5320] = {.lex_state = 1322}, - [5321] = {.lex_state = 1322}, - [5322] = {.lex_state = 1322}, - [5323] = {.lex_state = 1322}, - [5324] = {.lex_state = 1322}, - [5325] = {.lex_state = 1322}, - [5326] = {.lex_state = 1322}, - [5327] = {.lex_state = 1322}, - [5328] = {.lex_state = 1322}, - [5329] = {.lex_state = 1322}, - [5330] = {.lex_state = 1322}, - [5331] = {.lex_state = 1322}, - [5332] = {.lex_state = 1322}, - [5333] = {.lex_state = 1322}, - [5334] = {.lex_state = 1322}, - [5335] = {.lex_state = 38}, - [5336] = {.lex_state = 38}, - [5337] = {.lex_state = 1322}, - [5338] = {.lex_state = 28}, - [5339] = {.lex_state = 1322}, - [5340] = {.lex_state = 1322}, - [5341] = {.lex_state = 1322}, - [5342] = {.lex_state = 1322}, - [5343] = {.lex_state = 1322}, - [5344] = {.lex_state = 1322}, - [5345] = {.lex_state = 28}, - [5346] = {.lex_state = 218}, - [5347] = {.lex_state = 1322, .external_lex_state = 11}, - [5348] = {.lex_state = 38}, - [5349] = {.lex_state = 1322, .external_lex_state = 19}, - [5350] = {.lex_state = 34}, - [5351] = {.lex_state = 1322}, - [5352] = {.lex_state = 1322}, - [5353] = {.lex_state = 1322}, - [5354] = {.lex_state = 1322}, - [5355] = {.lex_state = 1322}, - [5356] = {.lex_state = 1322}, - [5357] = {.lex_state = 1322}, - [5358] = {.lex_state = 1322}, - [5359] = {.lex_state = 1322}, - [5360] = {.lex_state = 37}, - [5361] = {.lex_state = 32}, - [5362] = {.lex_state = 1322, .external_lex_state = 11}, - [5363] = {.lex_state = 217}, - [5364] = {.lex_state = 1322}, - [5365] = {.lex_state = 1322}, - [5366] = {.lex_state = 1322}, - [5367] = {.lex_state = 28}, - [5368] = {.lex_state = 1322}, - [5369] = {.lex_state = 1322}, - [5370] = {.lex_state = 1322}, - [5371] = {.lex_state = 1322, .external_lex_state = 11}, - [5372] = {.lex_state = 218}, - [5373] = {.lex_state = 1322}, - [5374] = {.lex_state = 1322}, - [5375] = {.lex_state = 1322}, - [5376] = {.lex_state = 1322, .external_lex_state = 11}, - [5377] = {.lex_state = 1322}, - [5378] = {.lex_state = 28}, - [5379] = {.lex_state = 1322}, - [5380] = {.lex_state = 1322}, - [5381] = {.lex_state = 1322, .external_lex_state = 11}, - [5382] = {.lex_state = 1322}, - [5383] = {.lex_state = 28}, - [5384] = {.lex_state = 28}, - [5385] = {.lex_state = 1322}, - [5386] = {.lex_state = 34}, - [5387] = {.lex_state = 1322, .external_lex_state = 17}, - [5388] = {.lex_state = 38}, - [5389] = {.lex_state = 1322}, - [5390] = {.lex_state = 217}, - [5391] = {.lex_state = 1322}, - [5392] = {.lex_state = 28}, - [5393] = {.lex_state = 1322}, - [5394] = {.lex_state = 28}, - [5395] = {.lex_state = 1322}, - [5396] = {.lex_state = 1322}, - [5397] = {.lex_state = 1322}, - [5398] = {.lex_state = 1322}, - [5399] = {.lex_state = 1322, .external_lex_state = 11}, - [5400] = {.lex_state = 24}, - [5401] = {.lex_state = 1322}, - [5402] = {.lex_state = 1322}, - [5403] = {.lex_state = 1322}, - [5404] = {.lex_state = 1322, .external_lex_state = 11}, - [5405] = {.lex_state = 1322}, - [5406] = {.lex_state = 1322}, - [5407] = {.lex_state = 1322}, - [5408] = {.lex_state = 1322}, - [5409] = {.lex_state = 1322}, - [5410] = {.lex_state = 1322, .external_lex_state = 11}, - [5411] = {.lex_state = 1322}, - [5412] = {.lex_state = 1322}, - [5413] = {.lex_state = 217}, - [5414] = {.lex_state = 1322}, - [5415] = {.lex_state = 28}, - [5416] = {.lex_state = 28}, - [5417] = {.lex_state = 1322}, - [5418] = {.lex_state = 1322}, - [5419] = {.lex_state = 1322}, - [5420] = {.lex_state = 32}, - [5421] = {.lex_state = 1322}, - [5422] = {.lex_state = 217}, - [5423] = {.lex_state = 1322}, - [5424] = {.lex_state = 218}, - [5425] = {.lex_state = 32}, - [5426] = {.lex_state = 32}, - [5427] = {.lex_state = 1322}, - [5428] = {.lex_state = 1322}, - [5429] = {.lex_state = 1322}, - [5430] = {.lex_state = 1322, .external_lex_state = 19}, - [5431] = {.lex_state = 1322}, - [5432] = {.lex_state = 28}, - [5433] = {.lex_state = 1322}, - [5434] = {.lex_state = 1322}, - [5435] = {.lex_state = 1322}, - [5436] = {.lex_state = 32}, - [5437] = {.lex_state = 1322}, - [5438] = {.lex_state = 32}, - [5439] = {.lex_state = 1322}, - [5440] = {.lex_state = 1322}, - [5441] = {.lex_state = 1322}, - [5442] = {.lex_state = 1322}, - [5443] = {.lex_state = 1322}, - [5444] = {.lex_state = 1322}, - [5445] = {.lex_state = 1322}, - [5446] = {.lex_state = 1322}, - [5447] = {.lex_state = 1322}, - [5448] = {.lex_state = 28}, - [5449] = {.lex_state = 1322}, - [5450] = {.lex_state = 1322, .external_lex_state = 11}, - [5451] = {.lex_state = 1322, .external_lex_state = 11}, - [5452] = {.lex_state = 1322}, - [5453] = {.lex_state = 1322}, - [5454] = {.lex_state = 1322}, - [5455] = {.lex_state = 1322}, - [5456] = {.lex_state = 1322}, - [5457] = {.lex_state = 28}, + [5293] = {.lex_state = 1340}, + [5294] = {.lex_state = 1340}, + [5295] = {.lex_state = 28}, + [5296] = {.lex_state = 1340}, + [5297] = {.lex_state = 1340}, + [5298] = {.lex_state = 1340}, + [5299] = {.lex_state = 1340}, + [5300] = {.lex_state = 1340}, + [5301] = {.lex_state = 32}, + [5302] = {.lex_state = 1340}, + [5303] = {.lex_state = 37}, + [5304] = {.lex_state = 1340}, + [5305] = {.lex_state = 1340}, + [5306] = {.lex_state = 1340, .external_lex_state = 21}, + [5307] = {.lex_state = 1340}, + [5308] = {.lex_state = 1340}, + [5309] = {.lex_state = 28}, + [5310] = {.lex_state = 1340}, + [5311] = {.lex_state = 28}, + [5312] = {.lex_state = 216}, + [5313] = {.lex_state = 1340}, + [5314] = {.lex_state = 28}, + [5315] = {.lex_state = 1340, .external_lex_state = 12}, + [5316] = {.lex_state = 1340}, + [5317] = {.lex_state = 1340}, + [5318] = {.lex_state = 1340}, + [5319] = {.lex_state = 1340}, + [5320] = {.lex_state = 1340, .external_lex_state = 12}, + [5321] = {.lex_state = 28}, + [5322] = {.lex_state = 1340}, + [5323] = {.lex_state = 1340}, + [5324] = {.lex_state = 1340}, + [5325] = {.lex_state = 24}, + [5326] = {.lex_state = 1340}, + [5327] = {.lex_state = 203}, + [5328] = {.lex_state = 216}, + [5329] = {.lex_state = 1340}, + [5330] = {.lex_state = 28}, + [5331] = {.lex_state = 28}, + [5332] = {.lex_state = 24}, + [5333] = {.lex_state = 1340}, + [5334] = {.lex_state = 1340, .external_lex_state = 12}, + [5335] = {.lex_state = 1340, .external_lex_state = 12}, + [5336] = {.lex_state = 1340}, + [5337] = {.lex_state = 1340}, + [5338] = {.lex_state = 1340}, + [5339] = {.lex_state = 28}, + [5340] = {.lex_state = 28}, + [5341] = {.lex_state = 1340}, + [5342] = {.lex_state = 1340, .external_lex_state = 12}, + [5343] = {.lex_state = 24}, + [5344] = {.lex_state = 1340, .external_lex_state = 17}, + [5345] = {.lex_state = 1340}, + [5346] = {.lex_state = 1340}, + [5347] = {.lex_state = 1340}, + [5348] = {.lex_state = 1340}, + [5349] = {.lex_state = 1340}, + [5350] = {.lex_state = 28, .external_lex_state = 12}, + [5351] = {.lex_state = 1340}, + [5352] = {.lex_state = 1340}, + [5353] = {.lex_state = 1340}, + [5354] = {.lex_state = 32}, + [5355] = {.lex_state = 37}, + [5356] = {.lex_state = 1340, .external_lex_state = 21}, + [5357] = {.lex_state = 28}, + [5358] = {.lex_state = 1340}, + [5359] = {.lex_state = 1340}, + [5360] = {.lex_state = 1340}, + [5361] = {.lex_state = 28}, + [5362] = {.lex_state = 1340}, + [5363] = {.lex_state = 1340}, + [5364] = {.lex_state = 1340}, + [5365] = {.lex_state = 1340}, + [5366] = {.lex_state = 1340}, + [5367] = {.lex_state = 1340}, + [5368] = {.lex_state = 1340}, + [5369] = {.lex_state = 1340, .external_lex_state = 12}, + [5370] = {.lex_state = 1340}, + [5371] = {.lex_state = 1340, .external_lex_state = 17}, + [5372] = {.lex_state = 1340}, + [5373] = {.lex_state = 1340}, + [5374] = {.lex_state = 1340}, + [5375] = {.lex_state = 28}, + [5376] = {.lex_state = 1340}, + [5377] = {.lex_state = 1340}, + [5378] = {.lex_state = 1340}, + [5379] = {.lex_state = 1340}, + [5380] = {.lex_state = 1340}, + [5381] = {.lex_state = 1340}, + [5382] = {.lex_state = 1340}, + [5383] = {.lex_state = 1340}, + [5384] = {.lex_state = 1340}, + [5385] = {.lex_state = 1340}, + [5386] = {.lex_state = 1340}, + [5387] = {.lex_state = 1340}, + [5388] = {.lex_state = 1340}, + [5389] = {.lex_state = 1340}, + [5390] = {.lex_state = 1340}, + [5391] = {.lex_state = 28}, + [5392] = {.lex_state = 1340}, + [5393] = {.lex_state = 1340}, + [5394] = {.lex_state = 24}, + [5395] = {.lex_state = 1340}, + [5396] = {.lex_state = 1340}, + [5397] = {.lex_state = 28}, + [5398] = {.lex_state = 28}, + [5399] = {.lex_state = 1340}, + [5400] = {.lex_state = 1340}, + [5401] = {.lex_state = 1340}, + [5402] = {.lex_state = 1340}, + [5403] = {.lex_state = 1340}, + [5404] = {.lex_state = 1340}, + [5405] = {.lex_state = 1340}, + [5406] = {.lex_state = 1340}, + [5407] = {.lex_state = 1340}, + [5408] = {.lex_state = 1340}, + [5409] = {.lex_state = 1340}, + [5410] = {.lex_state = 1340}, + [5411] = {.lex_state = 1340}, + [5412] = {.lex_state = 1340}, + [5413] = {.lex_state = 1340}, + [5414] = {.lex_state = 1340}, + [5415] = {.lex_state = 1340}, + [5416] = {.lex_state = 1340}, + [5417] = {.lex_state = 1340, .external_lex_state = 12}, + [5418] = {.lex_state = 217}, + [5419] = {.lex_state = 1340}, + [5420] = {.lex_state = 1340}, + [5421] = {.lex_state = 1340}, + [5422] = {.lex_state = 1340}, + [5423] = {.lex_state = 1340, .external_lex_state = 12}, + [5424] = {.lex_state = 1340}, + [5425] = {.lex_state = 1340, .external_lex_state = 22}, + [5426] = {.lex_state = 28}, + [5427] = {.lex_state = 1340, .external_lex_state = 23}, + [5428] = {.lex_state = 1340}, + [5429] = {.lex_state = 207}, + [5430] = {.lex_state = 66}, + [5431] = {.lex_state = 1340}, + [5432] = {.lex_state = 1340}, + [5433] = {.lex_state = 1340}, + [5434] = {.lex_state = 1340}, + [5435] = {.lex_state = 34}, + [5436] = {.lex_state = 38}, + [5437] = {.lex_state = 28}, + [5438] = {.lex_state = 1340}, + [5439] = {.lex_state = 28}, + [5440] = {.lex_state = 1340}, + [5441] = {.lex_state = 1340}, + [5442] = {.lex_state = 28}, + [5443] = {.lex_state = 1340}, + [5444] = {.lex_state = 34}, + [5445] = {.lex_state = 1340}, + [5446] = {.lex_state = 28}, + [5447] = {.lex_state = 1340}, + [5448] = {.lex_state = 1340}, + [5449] = {.lex_state = 28}, + [5450] = {.lex_state = 1340}, + [5451] = {.lex_state = 1340}, + [5452] = {.lex_state = 1340}, + [5453] = {.lex_state = 28}, + [5454] = {.lex_state = 1340}, + [5455] = {.lex_state = 1340}, + [5456] = {.lex_state = 1340}, + [5457] = {.lex_state = 1340}, [5458] = {.lex_state = 28}, - [5459] = {.lex_state = 1322, .external_lex_state = 11}, - [5460] = {.lex_state = 1322}, - [5461] = {.lex_state = 1322}, - [5462] = {.lex_state = 32}, - [5463] = {.lex_state = 1322, .external_lex_state = 11}, - [5464] = {.lex_state = 24}, - [5465] = {.lex_state = 28}, - [5466] = {.lex_state = 34}, - [5467] = {.lex_state = 1322, .external_lex_state = 11}, - [5468] = {.lex_state = 32}, - [5469] = {.lex_state = 1322}, - [5470] = {.lex_state = 1322}, - [5471] = {.lex_state = 32}, - [5472] = {.lex_state = 1322}, - [5473] = {.lex_state = 1322}, - [5474] = {.lex_state = 1322, .external_lex_state = 23}, - [5475] = {.lex_state = 28}, - [5476] = {.lex_state = 28}, - [5477] = {.lex_state = 1322}, - [5478] = {.lex_state = 1322}, - [5479] = {.lex_state = 217}, - [5480] = {.lex_state = 32}, - [5481] = {.lex_state = 208}, - [5482] = {.lex_state = 1322}, - [5483] = {.lex_state = 1322}, - [5484] = {.lex_state = 1322}, + [5459] = {.lex_state = 1340}, + [5460] = {.lex_state = 1340}, + [5461] = {.lex_state = 1340, .external_lex_state = 17}, + [5462] = {.lex_state = 28}, + [5463] = {.lex_state = 1340}, + [5464] = {.lex_state = 1340}, + [5465] = {.lex_state = 1340}, + [5466] = {.lex_state = 1340}, + [5467] = {.lex_state = 1340}, + [5468] = {.lex_state = 28}, + [5469] = {.lex_state = 28}, + [5470] = {.lex_state = 1340}, + [5471] = {.lex_state = 1340}, + [5472] = {.lex_state = 1340}, + [5473] = {.lex_state = 1340}, + [5474] = {.lex_state = 28}, + [5475] = {.lex_state = 1340}, + [5476] = {.lex_state = 1340}, + [5477] = {.lex_state = 74}, + [5478] = {.lex_state = 1340}, + [5479] = {.lex_state = 1340}, + [5480] = {.lex_state = 1340}, + [5481] = {.lex_state = 1340}, + [5482] = {.lex_state = 1340}, + [5483] = {.lex_state = 1340}, + [5484] = {.lex_state = 37}, [5485] = {.lex_state = 28}, - [5486] = {.lex_state = 24}, - [5487] = {.lex_state = 1322}, - [5488] = {.lex_state = 32}, - [5489] = {.lex_state = 1322}, - [5490] = {.lex_state = 1322}, - [5491] = {.lex_state = 1322}, - [5492] = {.lex_state = 1322}, - [5493] = {.lex_state = 32}, - [5494] = {.lex_state = 1322}, - [5495] = {.lex_state = 1322}, - [5496] = {.lex_state = 1322}, - [5497] = {.lex_state = 217}, - [5498] = {.lex_state = 1322}, - [5499] = {.lex_state = 1322}, - [5500] = {.lex_state = 1322}, - [5501] = {.lex_state = 37}, - [5502] = {.lex_state = 1322}, - [5503] = {.lex_state = 1322}, - [5504] = {.lex_state = 24}, - [5505] = {.lex_state = 32}, - [5506] = {.lex_state = 28}, - [5507] = {.lex_state = 28}, - [5508] = {.lex_state = 1322}, - [5509] = {.lex_state = 1322}, - [5510] = {.lex_state = 1322, .external_lex_state = 19}, - [5511] = {.lex_state = 1322}, - [5512] = {.lex_state = 1322}, - [5513] = {.lex_state = 34}, - [5514] = {.lex_state = 1322}, - [5515] = {.lex_state = 1322}, - [5516] = {.lex_state = 1322}, - [5517] = {.lex_state = 32}, - [5518] = {.lex_state = 1322}, - [5519] = {.lex_state = 1322}, - [5520] = {.lex_state = 1322}, - [5521] = {.lex_state = 1322}, - [5522] = {.lex_state = 1322}, - [5523] = {.lex_state = 1322}, - [5524] = {.lex_state = 28}, - [5525] = {.lex_state = 28}, - [5526] = {.lex_state = 1322, .external_lex_state = 17}, - [5527] = {.lex_state = 204}, + [5486] = {.lex_state = 1340}, + [5487] = {.lex_state = 28}, + [5488] = {.lex_state = 1340}, + [5489] = {.lex_state = 1340}, + [5490] = {.lex_state = 28}, + [5491] = {.lex_state = 38}, + [5492] = {.lex_state = 28}, + [5493] = {.lex_state = 1340}, + [5494] = {.lex_state = 1340, .external_lex_state = 17}, + [5495] = {.lex_state = 1340}, + [5496] = {.lex_state = 1340}, + [5497] = {.lex_state = 1340}, + [5498] = {.lex_state = 1340}, + [5499] = {.lex_state = 1340}, + [5500] = {.lex_state = 28}, + [5501] = {.lex_state = 1340}, + [5502] = {.lex_state = 28}, + [5503] = {.lex_state = 1340}, + [5504] = {.lex_state = 28}, + [5505] = {.lex_state = 28}, + [5506] = {.lex_state = 1340}, + [5507] = {.lex_state = 1340, .external_lex_state = 17}, + [5508] = {.lex_state = 1340}, + [5509] = {.lex_state = 1340}, + [5510] = {.lex_state = 1340}, + [5511] = {.lex_state = 28}, + [5512] = {.lex_state = 1340}, + [5513] = {.lex_state = 1340}, + [5514] = {.lex_state = 1340, .external_lex_state = 8}, + [5515] = {.lex_state = 1340}, + [5516] = {.lex_state = 28}, + [5517] = {.lex_state = 1340}, + [5518] = {.lex_state = 28}, + [5519] = {.lex_state = 28}, + [5520] = {.lex_state = 28}, + [5521] = {.lex_state = 1340}, + [5522] = {.lex_state = 1340}, + [5523] = {.lex_state = 1340}, + [5524] = {.lex_state = 1340}, + [5525] = {.lex_state = 1340}, + [5526] = {.lex_state = 1340}, + [5527] = {.lex_state = 1340, .external_lex_state = 17}, [5528] = {.lex_state = 28}, - [5529] = {.lex_state = 1322}, - [5530] = {.lex_state = 1322}, - [5531] = {.lex_state = 28}, - [5532] = {.lex_state = 1322}, - [5533] = {.lex_state = 28}, - [5534] = {.lex_state = 1322}, - [5535] = {.lex_state = 1322}, - [5536] = {.lex_state = 1322}, - [5537] = {.lex_state = 28}, - [5538] = {.lex_state = 1322}, - [5539] = {.lex_state = 217}, - [5540] = {.lex_state = 24}, - [5541] = {.lex_state = 32}, - [5542] = {.lex_state = 1322}, - [5543] = {.lex_state = 34}, - [5544] = {.lex_state = 28, .external_lex_state = 11}, - [5545] = {.lex_state = 1322}, - [5546] = {.lex_state = 1322, .external_lex_state = 19}, - [5547] = {.lex_state = 204}, - [5548] = {.lex_state = 1322}, - [5549] = {.lex_state = 24}, - [5550] = {.lex_state = 1322}, - [5551] = {.lex_state = 28}, - [5552] = {.lex_state = 217}, - [5553] = {.lex_state = 1322}, - [5554] = {.lex_state = 1322, .external_lex_state = 11}, - [5555] = {.lex_state = 1322}, - [5556] = {.lex_state = 1322, .external_lex_state = 17}, - [5557] = {.lex_state = 1322}, - [5558] = {.lex_state = 1322}, - [5559] = {.lex_state = 1322}, - [5560] = {.lex_state = 1322, .external_lex_state = 17}, - [5561] = {.lex_state = 38}, - [5562] = {.lex_state = 1322}, - [5563] = {.lex_state = 1322}, - [5564] = {.lex_state = 1322}, - [5565] = {.lex_state = 1322}, - [5566] = {.lex_state = 1322}, - [5567] = {.lex_state = 28}, - [5568] = {.lex_state = 1322}, - [5569] = {.lex_state = 24}, - [5570] = {.lex_state = 1322}, - [5571] = {.lex_state = 1322}, - [5572] = {.lex_state = 1322}, - [5573] = {.lex_state = 1322}, - [5574] = {.lex_state = 28}, - [5575] = {.lex_state = 1322, .external_lex_state = 11}, - [5576] = {.lex_state = 1322}, - [5577] = {.lex_state = 1322}, - [5578] = {.lex_state = 1322}, - [5579] = {.lex_state = 1322}, - [5580] = {.lex_state = 1322}, - [5581] = {.lex_state = 1322}, - [5582] = {.lex_state = 1322}, - [5583] = {.lex_state = 1322, .external_lex_state = 11}, - [5584] = {.lex_state = 1322}, - [5585] = {.lex_state = 1322}, - [5586] = {.lex_state = 37}, - [5587] = {.lex_state = 1322, .external_lex_state = 17}, - [5588] = {.lex_state = 1322, .external_lex_state = 22}, - [5589] = {.lex_state = 28}, - [5590] = {.lex_state = 1322}, - [5591] = {.lex_state = 1322}, - [5592] = {.lex_state = 1322}, - [5593] = {.lex_state = 28}, - [5594] = {.lex_state = 1322}, - [5595] = {.lex_state = 1322}, - [5596] = {.lex_state = 1322}, - [5597] = {.lex_state = 1322}, - [5598] = {.lex_state = 1322}, - [5599] = {.lex_state = 1322}, - [5600] = {.lex_state = 204}, - [5601] = {.lex_state = 1322}, - [5602] = {.lex_state = 1322}, - [5603] = {.lex_state = 1322}, - [5604] = {.lex_state = 1322, .external_lex_state = 17}, - [5605] = {.lex_state = 1322}, - [5606] = {.lex_state = 28}, - [5607] = {.lex_state = 1322}, + [5529] = {.lex_state = 1340}, + [5530] = {.lex_state = 1340}, + [5531] = {.lex_state = 38}, + [5532] = {.lex_state = 1340}, + [5533] = {.lex_state = 1340}, + [5534] = {.lex_state = 1340}, + [5535] = {.lex_state = 1340}, + [5536] = {.lex_state = 1340}, + [5537] = {.lex_state = 1340}, + [5538] = {.lex_state = 1340}, + [5539] = {.lex_state = 1340}, + [5540] = {.lex_state = 1340}, + [5541] = {.lex_state = 28}, + [5542] = {.lex_state = 1340}, + [5543] = {.lex_state = 1340}, + [5544] = {.lex_state = 28}, + [5545] = {.lex_state = 1340}, + [5546] = {.lex_state = 1340}, + [5547] = {.lex_state = 28}, + [5548] = {.lex_state = 28}, + [5549] = {.lex_state = 1340}, + [5550] = {.lex_state = 1340}, + [5551] = {.lex_state = 1340}, + [5552] = {.lex_state = 64}, + [5553] = {.lex_state = 1340}, + [5554] = {.lex_state = 1340}, + [5555] = {.lex_state = 1340}, + [5556] = {.lex_state = 28}, + [5557] = {.lex_state = 1340}, + [5558] = {.lex_state = 28}, + [5559] = {.lex_state = 1340}, + [5560] = {.lex_state = 1340}, + [5561] = {.lex_state = 1340}, + [5562] = {.lex_state = 28}, + [5563] = {.lex_state = 1340}, + [5564] = {.lex_state = 1340}, + [5565] = {.lex_state = 28}, + [5566] = {.lex_state = 1340}, + [5567] = {.lex_state = 1340}, + [5568] = {.lex_state = 1340}, + [5569] = {.lex_state = 1340}, + [5570] = {.lex_state = 28}, + [5571] = {.lex_state = 1340}, + [5572] = {.lex_state = 1340}, + [5573] = {.lex_state = 1340}, + [5574] = {.lex_state = 1340}, + [5575] = {.lex_state = 1340}, + [5576] = {.lex_state = 1340}, + [5577] = {.lex_state = 1340}, + [5578] = {.lex_state = 1340}, + [5579] = {.lex_state = 34}, + [5580] = {.lex_state = 38}, + [5581] = {.lex_state = 28}, + [5582] = {.lex_state = 1340}, + [5583] = {.lex_state = 1340}, + [5584] = {.lex_state = 1340}, + [5585] = {.lex_state = 1340}, + [5586] = {.lex_state = 1340}, + [5587] = {.lex_state = 28}, + [5588] = {.lex_state = 1340, .external_lex_state = 17}, + [5589] = {.lex_state = 1340}, + [5590] = {.lex_state = 1340}, + [5591] = {.lex_state = 1340}, + [5592] = {.lex_state = 1340}, + [5593] = {.lex_state = 1340}, + [5594] = {.lex_state = 1340}, + [5595] = {.lex_state = 1340}, + [5596] = {.lex_state = 28}, + [5597] = {.lex_state = 1340}, + [5598] = {.lex_state = 28}, + [5599] = {.lex_state = 1340}, + [5600] = {.lex_state = 1340}, + [5601] = {.lex_state = 24}, + [5602] = {.lex_state = 38}, + [5603] = {.lex_state = 28}, + [5604] = {.lex_state = 1340}, + [5605] = {.lex_state = 1340, .external_lex_state = 17}, + [5606] = {.lex_state = 1340}, + [5607] = {.lex_state = 1340}, [5608] = {.lex_state = 28}, - [5609] = {.lex_state = 28}, - [5610] = {.lex_state = 1322, .external_lex_state = 11}, - [5611] = {.lex_state = 1322}, - [5612] = {.lex_state = 34}, - [5613] = {.lex_state = 32}, - [5614] = {.lex_state = 66}, - [5615] = {.lex_state = 1322}, - [5616] = {.lex_state = 1322}, - [5617] = {.lex_state = 1322}, - [5618] = {.lex_state = 1322}, - [5619] = {.lex_state = 1322}, - [5620] = {.lex_state = 1322}, - [5621] = {.lex_state = 1322}, - [5622] = {.lex_state = 1322}, - [5623] = {.lex_state = 24}, - [5624] = {.lex_state = 28}, - [5625] = {.lex_state = 1322}, - [5626] = {.lex_state = 1322}, - [5627] = {.lex_state = 1322}, - [5628] = {.lex_state = 1322}, - [5629] = {.lex_state = 1322}, - [5630] = {.lex_state = 1322}, - [5631] = {.lex_state = 28}, - [5632] = {.lex_state = 1322}, - [5633] = {.lex_state = 1322}, - [5634] = {.lex_state = 28, .external_lex_state = 11}, - [5635] = {.lex_state = 1322}, - [5636] = {.lex_state = 1322}, - [5637] = {.lex_state = 1322}, - [5638] = {.lex_state = 24}, - [5639] = {.lex_state = 204}, - [5640] = {.lex_state = 1322, .external_lex_state = 11}, - [5641] = {.lex_state = 1322}, - [5642] = {.lex_state = 217}, - [5643] = {.lex_state = 1322}, - [5644] = {.lex_state = 1322}, - [5645] = {.lex_state = 1322}, - [5646] = {.lex_state = 1322}, - [5647] = {.lex_state = 1322}, - [5648] = {.lex_state = 204}, - [5649] = {.lex_state = 1322}, - [5650] = {.lex_state = 24}, - [5651] = {.lex_state = 1322}, - [5652] = {.lex_state = 1322}, - [5653] = {.lex_state = 1322, .external_lex_state = 11}, - [5654] = {.lex_state = 1322}, - [5655] = {.lex_state = 1322}, - [5656] = {.lex_state = 1322}, - [5657] = {.lex_state = 1322}, - [5658] = {.lex_state = 1322}, - [5659] = {.lex_state = 1322}, - [5660] = {.lex_state = 1322}, - [5661] = {.lex_state = 1322, .external_lex_state = 11}, - [5662] = {.lex_state = 1322}, - [5663] = {.lex_state = 1322}, - [5664] = {.lex_state = 1322}, - [5665] = {.lex_state = 1322}, - [5666] = {.lex_state = 217}, + [5609] = {.lex_state = 1340}, + [5610] = {.lex_state = 1340}, + [5611] = {.lex_state = 38}, + [5612] = {.lex_state = 1340}, + [5613] = {.lex_state = 28}, + [5614] = {.lex_state = 28}, + [5615] = {.lex_state = 1340}, + [5616] = {.lex_state = 1340}, + [5617] = {.lex_state = 1340, .external_lex_state = 17}, + [5618] = {.lex_state = 1340}, + [5619] = {.lex_state = 1340}, + [5620] = {.lex_state = 1340}, + [5621] = {.lex_state = 1340}, + [5622] = {.lex_state = 28}, + [5623] = {.lex_state = 1340}, + [5624] = {.lex_state = 34, .external_lex_state = 17}, + [5625] = {.lex_state = 1340}, + [5626] = {.lex_state = 28}, + [5627] = {.lex_state = 1340}, + [5628] = {.lex_state = 1340}, + [5629] = {.lex_state = 28}, + [5630] = {.lex_state = 1340}, + [5631] = {.lex_state = 1340}, + [5632] = {.lex_state = 1340, .external_lex_state = 8}, + [5633] = {.lex_state = 1340}, + [5634] = {.lex_state = 1340}, + [5635] = {.lex_state = 28}, + [5636] = {.lex_state = 28}, + [5637] = {.lex_state = 1340}, + [5638] = {.lex_state = 28}, + [5639] = {.lex_state = 28}, + [5640] = {.lex_state = 28}, + [5641] = {.lex_state = 28}, + [5642] = {.lex_state = 1340}, + [5643] = {.lex_state = 1340}, + [5644] = {.lex_state = 1340}, + [5645] = {.lex_state = 28}, + [5646] = {.lex_state = 1340}, + [5647] = {.lex_state = 1340}, + [5648] = {.lex_state = 1340, .external_lex_state = 17}, + [5649] = {.lex_state = 1340}, + [5650] = {.lex_state = 1340}, + [5651] = {.lex_state = 1340}, + [5652] = {.lex_state = 1340}, + [5653] = {.lex_state = 1340}, + [5654] = {.lex_state = 1340}, + [5655] = {.lex_state = 1340}, + [5656] = {.lex_state = 1340}, + [5657] = {.lex_state = 1340}, + [5658] = {.lex_state = 28}, + [5659] = {.lex_state = 1340}, + [5660] = {.lex_state = 28}, + [5661] = {.lex_state = 28}, + [5662] = {.lex_state = 28}, + [5663] = {.lex_state = 1340}, + [5664] = {.lex_state = 1340}, + [5665] = {.lex_state = 28}, + [5666] = {.lex_state = 1340}, [5667] = {.lex_state = 28}, - [5668] = {.lex_state = 1322}, - [5669] = {.lex_state = 24}, - [5670] = {.lex_state = 1322}, - [5671] = {.lex_state = 1322}, - [5672] = {.lex_state = 1322}, - [5673] = {.lex_state = 1322}, - [5674] = {.lex_state = 1322}, - [5675] = {.lex_state = 37}, - [5676] = {.lex_state = 35}, - [5677] = {.lex_state = 28}, - [5678] = {.lex_state = 35}, - [5679] = {.lex_state = 28}, + [5668] = {.lex_state = 28}, + [5669] = {.lex_state = 1340}, + [5670] = {.lex_state = 1340}, + [5671] = {.lex_state = 28}, + [5672] = {.lex_state = 1340}, + [5673] = {.lex_state = 34, .external_lex_state = 17}, + [5674] = {.lex_state = 1340}, + [5675] = {.lex_state = 28}, + [5676] = {.lex_state = 1340}, + [5677] = {.lex_state = 1340}, + [5678] = {.lex_state = 1340}, + [5679] = {.lex_state = 1340}, [5680] = {.lex_state = 28}, - [5681] = {.lex_state = 1322}, + [5681] = {.lex_state = 28}, [5682] = {.lex_state = 28}, - [5683] = {.lex_state = 1322}, - [5684] = {.lex_state = 1322}, - [5685] = {.lex_state = 1322}, - [5686] = {.lex_state = 1322}, - [5687] = {.lex_state = 35}, - [5688] = {.lex_state = 1322}, - [5689] = {.lex_state = 35, .external_lex_state = 17}, - [5690] = {.lex_state = 1322}, + [5683] = {.lex_state = 28}, + [5684] = {.lex_state = 1340}, + [5685] = {.lex_state = 1340}, + [5686] = {.lex_state = 28}, + [5687] = {.lex_state = 1340}, + [5688] = {.lex_state = 1340}, + [5689] = {.lex_state = 1340}, + [5690] = {.lex_state = 1340}, [5691] = {.lex_state = 28}, - [5692] = {.lex_state = 38}, - [5693] = {.lex_state = 1322}, - [5694] = {.lex_state = 1322}, - [5695] = {.lex_state = 1322}, - [5696] = {.lex_state = 1322}, - [5697] = {.lex_state = 1322}, - [5698] = {.lex_state = 1322}, - [5699] = {.lex_state = 1322}, - [5700] = {.lex_state = 1322}, - [5701] = {.lex_state = 1322}, - [5702] = {.lex_state = 1322}, - [5703] = {.lex_state = 1322}, - [5704] = {.lex_state = 28}, - [5705] = {.lex_state = 1322}, - [5706] = {.lex_state = 28}, - [5707] = {.lex_state = 1322}, - [5708] = {.lex_state = 1322}, - [5709] = {.lex_state = 1322}, - [5710] = {.lex_state = 1322}, - [5711] = {.lex_state = 1322}, - [5712] = {.lex_state = 1322}, - [5713] = {.lex_state = 1322, .external_lex_state = 7}, - [5714] = {.lex_state = 37}, - [5715] = {.lex_state = 1322}, - [5716] = {.lex_state = 1322}, - [5717] = {.lex_state = 1322}, - [5718] = {.lex_state = 35}, - [5719] = {.lex_state = 28}, - [5720] = {.lex_state = 1322}, - [5721] = {.lex_state = 1322}, + [5692] = {.lex_state = 34}, + [5693] = {.lex_state = 64}, + [5694] = {.lex_state = 28}, + [5695] = {.lex_state = 1340}, + [5696] = {.lex_state = 74}, + [5697] = {.lex_state = 1340}, + [5698] = {.lex_state = 28}, + [5699] = {.lex_state = 28}, + [5700] = {.lex_state = 1340}, + [5701] = {.lex_state = 1340}, + [5702] = {.lex_state = 1340}, + [5703] = {.lex_state = 1340}, + [5704] = {.lex_state = 64}, + [5705] = {.lex_state = 28}, + [5706] = {.lex_state = 1340}, + [5707] = {.lex_state = 28}, + [5708] = {.lex_state = 28}, + [5709] = {.lex_state = 28}, + [5710] = {.lex_state = 1340}, + [5711] = {.lex_state = 28}, + [5712] = {.lex_state = 28}, + [5713] = {.lex_state = 1340}, + [5714] = {.lex_state = 1340}, + [5715] = {.lex_state = 28}, + [5716] = {.lex_state = 1340, .external_lex_state = 17}, + [5717] = {.lex_state = 38}, + [5718] = {.lex_state = 28}, + [5719] = {.lex_state = 1340}, + [5720] = {.lex_state = 28}, + [5721] = {.lex_state = 1340}, [5722] = {.lex_state = 28}, - [5723] = {.lex_state = 1322}, - [5724] = {.lex_state = 35}, - [5725] = {.lex_state = 1322}, - [5726] = {.lex_state = 1322}, - [5727] = {.lex_state = 1322}, - [5728] = {.lex_state = 1322}, + [5723] = {.lex_state = 1340, .external_lex_state = 17}, + [5724] = {.lex_state = 28}, + [5725] = {.lex_state = 28}, + [5726] = {.lex_state = 28}, + [5727] = {.lex_state = 28}, + [5728] = {.lex_state = 1340}, [5729] = {.lex_state = 28}, - [5730] = {.lex_state = 28}, - [5731] = {.lex_state = 1322}, - [5732] = {.lex_state = 1322, .external_lex_state = 17}, - [5733] = {.lex_state = 1322}, - [5734] = {.lex_state = 28}, - [5735] = {.lex_state = 1322}, - [5736] = {.lex_state = 1322}, + [5730] = {.lex_state = 1340}, + [5731] = {.lex_state = 74}, + [5732] = {.lex_state = 1340}, + [5733] = {.lex_state = 28}, + [5734] = {.lex_state = 1340}, + [5735] = {.lex_state = 1340}, + [5736] = {.lex_state = 28}, [5737] = {.lex_state = 28}, - [5738] = {.lex_state = 1322}, - [5739] = {.lex_state = 28}, - [5740] = {.lex_state = 1322}, - [5741] = {.lex_state = 1322}, - [5742] = {.lex_state = 1322}, - [5743] = {.lex_state = 1322}, - [5744] = {.lex_state = 1322}, - [5745] = {.lex_state = 1322}, - [5746] = {.lex_state = 28}, - [5747] = {.lex_state = 1322}, - [5748] = {.lex_state = 1322}, + [5738] = {.lex_state = 28}, + [5739] = {.lex_state = 1340}, + [5740] = {.lex_state = 1340}, + [5741] = {.lex_state = 1340}, + [5742] = {.lex_state = 28}, + [5743] = {.lex_state = 28}, + [5744] = {.lex_state = 34}, + [5745] = {.lex_state = 1340}, + [5746] = {.lex_state = 34, .external_lex_state = 17}, + [5747] = {.lex_state = 1340}, + [5748] = {.lex_state = 1340}, [5749] = {.lex_state = 28}, - [5750] = {.lex_state = 1322}, + [5750] = {.lex_state = 1340, .external_lex_state = 17}, [5751] = {.lex_state = 28}, - [5752] = {.lex_state = 1322}, - [5753] = {.lex_state = 1322, .external_lex_state = 7}, + [5752] = {.lex_state = 28}, + [5753] = {.lex_state = 1340}, [5754] = {.lex_state = 28}, - [5755] = {.lex_state = 1322}, - [5756] = {.lex_state = 1322}, - [5757] = {.lex_state = 1322}, - [5758] = {.lex_state = 1322}, - [5759] = {.lex_state = 28}, - [5760] = {.lex_state = 1322}, - [5761] = {.lex_state = 1322}, - [5762] = {.lex_state = 28}, - [5763] = {.lex_state = 1322}, - [5764] = {.lex_state = 1322}, - [5765] = {.lex_state = 28}, - [5766] = {.lex_state = 1322}, - [5767] = {.lex_state = 1322}, - [5768] = {.lex_state = 1322}, - [5769] = {.lex_state = 28}, - [5770] = {.lex_state = 1322}, - [5771] = {.lex_state = 1322}, - [5772] = {.lex_state = 28}, - [5773] = {.lex_state = 1322}, - [5774] = {.lex_state = 1322}, - [5775] = {.lex_state = 28}, - [5776] = {.lex_state = 1322, .external_lex_state = 17}, - [5777] = {.lex_state = 35}, - [5778] = {.lex_state = 28}, - [5779] = {.lex_state = 38}, - [5780] = {.lex_state = 35, .external_lex_state = 17}, - [5781] = {.lex_state = 1322}, - [5782] = {.lex_state = 1322}, - [5783] = {.lex_state = 1322}, - [5784] = {.lex_state = 1322}, - [5785] = {.lex_state = 1322}, - [5786] = {.lex_state = 28}, - [5787] = {.lex_state = 1322}, - [5788] = {.lex_state = 1322}, - [5789] = {.lex_state = 28}, - [5790] = {.lex_state = 1322}, - [5791] = {.lex_state = 1322}, - [5792] = {.lex_state = 1322}, - [5793] = {.lex_state = 1322}, - [5794] = {.lex_state = 1322}, - [5795] = {.lex_state = 1322}, - [5796] = {.lex_state = 1322}, - [5797] = {.lex_state = 1322}, - [5798] = {.lex_state = 28}, - [5799] = {.lex_state = 1322}, - [5800] = {.lex_state = 1322}, - [5801] = {.lex_state = 1322, .external_lex_state = 17}, - [5802] = {.lex_state = 28}, - [5803] = {.lex_state = 1322}, - [5804] = {.lex_state = 34}, - [5805] = {.lex_state = 1322}, - [5806] = {.lex_state = 28}, - [5807] = {.lex_state = 1322}, - [5808] = {.lex_state = 1322}, - [5809] = {.lex_state = 24}, - [5810] = {.lex_state = 1322}, - [5811] = {.lex_state = 28}, - [5812] = {.lex_state = 1322}, - [5813] = {.lex_state = 1322}, - [5814] = {.lex_state = 28}, - [5815] = {.lex_state = 28}, - [5816] = {.lex_state = 35}, - [5817] = {.lex_state = 1322}, - [5818] = {.lex_state = 28}, - [5819] = {.lex_state = 1322}, - [5820] = {.lex_state = 1322}, + [5755] = {.lex_state = 28}, + [5756] = {.lex_state = 28}, + [5757] = {.lex_state = 28}, + [5758] = {.lex_state = 28}, + [5759] = {.lex_state = 1340}, + [5760] = {.lex_state = 1340}, + [5761] = {.lex_state = 1340}, + [5762] = {.lex_state = 38}, + [5763] = {.lex_state = 28}, + [5764] = {.lex_state = 1340}, + [5765] = {.lex_state = 34}, + [5766] = {.lex_state = 1340}, + [5767] = {.lex_state = 1340}, + [5768] = {.lex_state = 1340}, + [5769] = {.lex_state = 1340}, + [5770] = {.lex_state = 1340}, + [5771] = {.lex_state = 1340}, + [5772] = {.lex_state = 1340}, + [5773] = {.lex_state = 28}, + [5774] = {.lex_state = 74}, + [5775] = {.lex_state = 1340}, + [5776] = {.lex_state = 28}, + [5777] = {.lex_state = 28}, + [5778] = {.lex_state = 1340}, + [5779] = {.lex_state = 28}, + [5780] = {.lex_state = 1340}, + [5781] = {.lex_state = 34, .external_lex_state = 17}, + [5782] = {.lex_state = 28}, + [5783] = {.lex_state = 1340}, + [5784] = {.lex_state = 1340}, + [5785] = {.lex_state = 1340}, + [5786] = {.lex_state = 1340}, + [5787] = {.lex_state = 1340}, + [5788] = {.lex_state = 1340}, + [5789] = {.lex_state = 1340}, + [5790] = {.lex_state = 1340}, + [5791] = {.lex_state = 1340}, + [5792] = {.lex_state = 1340}, + [5793] = {.lex_state = 1340}, + [5794] = {.lex_state = 1340}, + [5795] = {.lex_state = 1340}, + [5796] = {.lex_state = 1340}, + [5797] = {.lex_state = 1340}, + [5798] = {.lex_state = 1340}, + [5799] = {.lex_state = 1340}, + [5800] = {.lex_state = 28}, + [5801] = {.lex_state = 1340}, + [5802] = {.lex_state = 1340}, + [5803] = {.lex_state = 1340}, + [5804] = {.lex_state = 1340}, + [5805] = {.lex_state = 1340}, + [5806] = {.lex_state = 1340}, + [5807] = {.lex_state = 1340}, + [5808] = {.lex_state = 1340}, + [5809] = {.lex_state = 1340}, + [5810] = {.lex_state = 28}, + [5811] = {.lex_state = 1340}, + [5812] = {.lex_state = 1340}, + [5813] = {.lex_state = 28}, + [5814] = {.lex_state = 1340}, + [5815] = {.lex_state = 1340}, + [5816] = {.lex_state = 1340}, + [5817] = {.lex_state = 1340}, + [5818] = {.lex_state = 1340}, + [5819] = {.lex_state = 1340}, + [5820] = {.lex_state = 1340}, [5821] = {.lex_state = 28}, - [5822] = {.lex_state = 1322}, - [5823] = {.lex_state = 1322}, + [5822] = {.lex_state = 1340}, + [5823] = {.lex_state = 1340}, [5824] = {.lex_state = 28}, - [5825] = {.lex_state = 1322, .external_lex_state = 17}, - [5826] = {.lex_state = 1322}, - [5827] = {.lex_state = 1322}, - [5828] = {.lex_state = 1322}, - [5829] = {.lex_state = 28}, - [5830] = {.lex_state = 1322}, - [5831] = {.lex_state = 1322}, - [5832] = {.lex_state = 1322}, - [5833] = {.lex_state = 1322}, - [5834] = {.lex_state = 1322}, - [5835] = {.lex_state = 1322}, - [5836] = {.lex_state = 1322}, - [5837] = {.lex_state = 1322}, - [5838] = {.lex_state = 1322}, - [5839] = {.lex_state = 1322}, - [5840] = {.lex_state = 1322}, - [5841] = {.lex_state = 1322}, - [5842] = {.lex_state = 28}, - [5843] = {.lex_state = 37}, - [5844] = {.lex_state = 1322}, - [5845] = {.lex_state = 1322}, + [5825] = {.lex_state = 1340}, + [5826] = {.lex_state = 28}, + [5827] = {.lex_state = 1340}, + [5828] = {.lex_state = 28}, + [5829] = {.lex_state = 1340}, + [5830] = {.lex_state = 1340}, + [5831] = {.lex_state = 1340}, + [5832] = {.lex_state = 1340}, + [5833] = {.lex_state = 1340}, + [5834] = {.lex_state = 28}, + [5835] = {.lex_state = 38}, + [5836] = {.lex_state = 28}, + [5837] = {.lex_state = 1340}, + [5838] = {.lex_state = 1340}, + [5839] = {.lex_state = 1340}, + [5840] = {.lex_state = 1340}, + [5841] = {.lex_state = 28}, + [5842] = {.lex_state = 1340}, + [5843] = {.lex_state = 38}, + [5844] = {.lex_state = 74}, + [5845] = {.lex_state = 1340}, [5846] = {.lex_state = 28}, - [5847] = {.lex_state = 28}, - [5848] = {.lex_state = 1322}, - [5849] = {.lex_state = 1322}, - [5850] = {.lex_state = 28}, - [5851] = {.lex_state = 1322}, - [5852] = {.lex_state = 1322}, - [5853] = {.lex_state = 1322}, - [5854] = {.lex_state = 1322}, - [5855] = {.lex_state = 28}, - [5856] = {.lex_state = 1322}, - [5857] = {.lex_state = 1322}, - [5858] = {.lex_state = 1322}, - [5859] = {.lex_state = 1322}, - [5860] = {.lex_state = 1322}, - [5861] = {.lex_state = 28}, - [5862] = {.lex_state = 1322}, - [5863] = {.lex_state = 1322}, - [5864] = {.lex_state = 1322}, - [5865] = {.lex_state = 38}, - [5866] = {.lex_state = 1322}, - [5867] = {.lex_state = 35}, - [5868] = {.lex_state = 1322}, - [5869] = {.lex_state = 1322}, - [5870] = {.lex_state = 1322}, - [5871] = {.lex_state = 38}, - [5872] = {.lex_state = 1322}, - [5873] = {.lex_state = 28}, - [5874] = {.lex_state = 28}, - [5875] = {.lex_state = 28}, - [5876] = {.lex_state = 28}, - [5877] = {.lex_state = 1322}, - [5878] = {.lex_state = 1322, .external_lex_state = 17}, - [5879] = {.lex_state = 28}, - [5880] = {.lex_state = 1322}, - [5881] = {.lex_state = 1322}, - [5882] = {.lex_state = 1322}, - [5883] = {.lex_state = 28}, - [5884] = {.lex_state = 1322}, - [5885] = {.lex_state = 1322}, - [5886] = {.lex_state = 28}, + [5847] = {.lex_state = 1340}, + [5848] = {.lex_state = 1340}, + [5849] = {.lex_state = 1340}, + [5850] = {.lex_state = 1340, .external_lex_state = 17}, + [5851] = {.lex_state = 1340}, + [5852] = {.lex_state = 28}, + [5853] = {.lex_state = 1340}, + [5854] = {.lex_state = 1340}, + [5855] = {.lex_state = 38}, + [5856] = {.lex_state = 28}, + [5857] = {.lex_state = 28}, + [5858] = {.lex_state = 1340}, + [5859] = {.lex_state = 1340}, + [5860] = {.lex_state = 1340}, + [5861] = {.lex_state = 1340}, + [5862] = {.lex_state = 1340, .external_lex_state = 17}, + [5863] = {.lex_state = 1340}, + [5864] = {.lex_state = 28}, + [5865] = {.lex_state = 1340}, + [5866] = {.lex_state = 1340}, + [5867] = {.lex_state = 28}, + [5868] = {.lex_state = 1340}, + [5869] = {.lex_state = 1340}, + [5870] = {.lex_state = 1340}, + [5871] = {.lex_state = 34}, + [5872] = {.lex_state = 1340}, + [5873] = {.lex_state = 1340}, + [5874] = {.lex_state = 1340}, + [5875] = {.lex_state = 74}, + [5876] = {.lex_state = 1340}, + [5877] = {.lex_state = 1340}, + [5878] = {.lex_state = 1340}, + [5879] = {.lex_state = 1340}, + [5880] = {.lex_state = 1340}, + [5881] = {.lex_state = 1340}, + [5882] = {.lex_state = 74}, + [5883] = {.lex_state = 1340}, + [5884] = {.lex_state = 1340}, + [5885] = {.lex_state = 1340}, + [5886] = {.lex_state = 1340}, [5887] = {.lex_state = 28}, - [5888] = {.lex_state = 1322}, - [5889] = {.lex_state = 1322}, - [5890] = {.lex_state = 1322}, - [5891] = {.lex_state = 1322}, - [5892] = {.lex_state = 1322}, - [5893] = {.lex_state = 1322}, - [5894] = {.lex_state = 1322}, - [5895] = {.lex_state = 1322}, - [5896] = {.lex_state = 37}, - [5897] = {.lex_state = 1322}, - [5898] = {.lex_state = 1322}, - [5899] = {.lex_state = 1322}, - [5900] = {.lex_state = 1322}, - [5901] = {.lex_state = 28}, - [5902] = {.lex_state = 28}, + [5888] = {.lex_state = 28}, + [5889] = {.lex_state = 34}, + [5890] = {.lex_state = 28}, + [5891] = {.lex_state = 28}, + [5892] = {.lex_state = 1340, .external_lex_state = 17}, + [5893] = {.lex_state = 1340}, + [5894] = {.lex_state = 1340}, + [5895] = {.lex_state = 38}, + [5896] = {.lex_state = 1340}, + [5897] = {.lex_state = 1340}, + [5898] = {.lex_state = 1340}, + [5899] = {.lex_state = 1340}, + [5900] = {.lex_state = 1340}, + [5901] = {.lex_state = 1340}, + [5902] = {.lex_state = 1340}, [5903] = {.lex_state = 28}, [5904] = {.lex_state = 28}, - [5905] = {.lex_state = 1322}, - [5906] = {.lex_state = 1322}, - [5907] = {.lex_state = 38}, - [5908] = {.lex_state = 1322}, - [5909] = {.lex_state = 1322}, - [5910] = {.lex_state = 37}, - [5911] = {.lex_state = 1322, .external_lex_state = 7}, - [5912] = {.lex_state = 64}, - [5913] = {.lex_state = 1322}, - [5914] = {.lex_state = 28}, - [5915] = {.lex_state = 1322}, - [5916] = {.lex_state = 1322}, - [5917] = {.lex_state = 28}, + [5905] = {.lex_state = 28}, + [5906] = {.lex_state = 1340}, + [5907] = {.lex_state = 74}, + [5908] = {.lex_state = 1340}, + [5909] = {.lex_state = 1340}, + [5910] = {.lex_state = 28}, + [5911] = {.lex_state = 1340}, + [5912] = {.lex_state = 1340}, + [5913] = {.lex_state = 1340}, + [5914] = {.lex_state = 1340}, + [5915] = {.lex_state = 1340}, + [5916] = {.lex_state = 1340}, + [5917] = {.lex_state = 1340}, [5918] = {.lex_state = 28}, [5919] = {.lex_state = 28}, - [5920] = {.lex_state = 1322}, - [5921] = {.lex_state = 1322, .external_lex_state = 7}, - [5922] = {.lex_state = 1322}, - [5923] = {.lex_state = 1322}, - [5924] = {.lex_state = 28}, - [5925] = {.lex_state = 1322}, - [5926] = {.lex_state = 28}, - [5927] = {.lex_state = 1322}, - [5928] = {.lex_state = 1322}, - [5929] = {.lex_state = 1322}, - [5930] = {.lex_state = 1322}, - [5931] = {.lex_state = 1322}, - [5932] = {.lex_state = 1322}, - [5933] = {.lex_state = 1322}, - [5934] = {.lex_state = 28}, + [5920] = {.lex_state = 1340}, + [5921] = {.lex_state = 28}, + [5922] = {.lex_state = 1340}, + [5923] = {.lex_state = 1340}, + [5924] = {.lex_state = 1340}, + [5925] = {.lex_state = 1340}, + [5926] = {.lex_state = 34}, + [5927] = {.lex_state = 1340}, + [5928] = {.lex_state = 28}, + [5929] = {.lex_state = 1340}, + [5930] = {.lex_state = 1340}, + [5931] = {.lex_state = 1340}, + [5932] = {.lex_state = 1340}, + [5933] = {.lex_state = 28}, + [5934] = {.lex_state = 1340}, [5935] = {.lex_state = 28}, - [5936] = {.lex_state = 1322}, - [5937] = {.lex_state = 1322}, + [5936] = {.lex_state = 1340}, + [5937] = {.lex_state = 1340}, [5938] = {.lex_state = 28}, - [5939] = {.lex_state = 1322}, - [5940] = {.lex_state = 28}, - [5941] = {.lex_state = 28}, - [5942] = {.lex_state = 28}, - [5943] = {.lex_state = 28}, - [5944] = {.lex_state = 28}, - [5945] = {.lex_state = 1322, .external_lex_state = 17}, - [5946] = {.lex_state = 1322}, - [5947] = {.lex_state = 28}, - [5948] = {.lex_state = 1322}, - [5949] = {.lex_state = 1322}, - [5950] = {.lex_state = 1322}, - [5951] = {.lex_state = 1322}, - [5952] = {.lex_state = 28}, - [5953] = {.lex_state = 1322}, - [5954] = {.lex_state = 1322}, - [5955] = {.lex_state = 28}, - [5956] = {.lex_state = 1322}, - [5957] = {.lex_state = 1322}, - [5958] = {.lex_state = 28}, - [5959] = {.lex_state = 37}, - [5960] = {.lex_state = 1322}, - [5961] = {.lex_state = 1322}, - [5962] = {.lex_state = 1322}, - [5963] = {.lex_state = 28}, - [5964] = {.lex_state = 1322}, - [5965] = {.lex_state = 1322}, - [5966] = {.lex_state = 1322}, - [5967] = {.lex_state = 1322}, + [5939] = {.lex_state = 37}, + [5940] = {.lex_state = 1340}, + [5941] = {.lex_state = 1340}, + [5942] = {.lex_state = 1340}, + [5943] = {.lex_state = 1340}, + [5944] = {.lex_state = 1340}, + [5945] = {.lex_state = 28}, + [5946] = {.lex_state = 1340}, + [5947] = {.lex_state = 1340}, + [5948] = {.lex_state = 1340}, + [5949] = {.lex_state = 1340}, + [5950] = {.lex_state = 1340, .external_lex_state = 17}, + [5951] = {.lex_state = 1340}, + [5952] = {.lex_state = 1340}, + [5953] = {.lex_state = 1340}, + [5954] = {.lex_state = 28}, + [5955] = {.lex_state = 1340}, + [5956] = {.lex_state = 1340}, + [5957] = {.lex_state = 1340}, + [5958] = {.lex_state = 1340}, + [5959] = {.lex_state = 1340}, + [5960] = {.lex_state = 1340}, + [5961] = {.lex_state = 1340}, + [5962] = {.lex_state = 1340}, + [5963] = {.lex_state = 1340}, + [5964] = {.lex_state = 1340}, + [5965] = {.lex_state = 1340}, + [5966] = {.lex_state = 34}, + [5967] = {.lex_state = 1340}, [5968] = {.lex_state = 28}, - [5969] = {.lex_state = 28}, - [5970] = {.lex_state = 1322}, - [5971] = {.lex_state = 1322}, - [5972] = {.lex_state = 1322}, - [5973] = {.lex_state = 28}, - [5974] = {.lex_state = 1322}, - [5975] = {.lex_state = 1322}, - [5976] = {.lex_state = 28}, + [5969] = {.lex_state = 1340}, + [5970] = {.lex_state = 1340}, + [5971] = {.lex_state = 1340}, + [5972] = {.lex_state = 38}, + [5973] = {.lex_state = 1340}, + [5974] = {.lex_state = 1340}, + [5975] = {.lex_state = 28}, + [5976] = {.lex_state = 1340, .external_lex_state = 8}, [5977] = {.lex_state = 28}, - [5978] = {.lex_state = 1322}, - [5979] = {.lex_state = 1322}, - [5980] = {.lex_state = 1322, .external_lex_state = 17}, - [5981] = {.lex_state = 1322}, - [5982] = {.lex_state = 1322}, - [5983] = {.lex_state = 1322}, - [5984] = {.lex_state = 35}, - [5985] = {.lex_state = 1322}, - [5986] = {.lex_state = 37}, - [5987] = {.lex_state = 1322}, - [5988] = {.lex_state = 1322}, - [5989] = {.lex_state = 1322}, + [5978] = {.lex_state = 1340}, + [5979] = {.lex_state = 1340}, + [5980] = {.lex_state = 1340}, + [5981] = {.lex_state = 1340}, + [5982] = {.lex_state = 1340}, + [5983] = {.lex_state = 1340, .external_lex_state = 17}, + [5984] = {.lex_state = 1340}, + [5985] = {.lex_state = 34}, + [5986] = {.lex_state = 1340}, + [5987] = {.lex_state = 1340, .external_lex_state = 8}, + [5988] = {.lex_state = 28}, + [5989] = {.lex_state = 1340}, [5990] = {.lex_state = 28}, - [5991] = {.lex_state = 1322}, - [5992] = {.lex_state = 1322, .external_lex_state = 17}, - [5993] = {.lex_state = 37}, - [5994] = {.lex_state = 28}, + [5991] = {.lex_state = 1340, .external_lex_state = 17}, + [5992] = {.lex_state = 28}, + [5993] = {.lex_state = 24}, + [5994] = {.lex_state = 1340}, [5995] = {.lex_state = 28}, - [5996] = {.lex_state = 28}, - [5997] = {.lex_state = 1322}, - [5998] = {.lex_state = 1322}, - [5999] = {.lex_state = 1322}, - [6000] = {.lex_state = 1322}, - [6001] = {.lex_state = 35, .external_lex_state = 17}, - [6002] = {.lex_state = 1322}, - [6003] = {.lex_state = 28}, - [6004] = {.lex_state = 37}, - [6005] = {.lex_state = 28}, - [6006] = {.lex_state = 28}, - [6007] = {.lex_state = 1322, .external_lex_state = 17}, - [6008] = {.lex_state = 1322}, - [6009] = {.lex_state = 1322}, - [6010] = {.lex_state = 28}, - [6011] = {.lex_state = 1322}, - [6012] = {.lex_state = 1322}, - [6013] = {.lex_state = 1322}, - [6014] = {.lex_state = 1322}, - [6015] = {.lex_state = 1322}, - [6016] = {.lex_state = 1322}, - [6017] = {.lex_state = 28}, - [6018] = {.lex_state = 1322}, - [6019] = {.lex_state = 28}, - [6020] = {.lex_state = 28}, - [6021] = {.lex_state = 1322}, - [6022] = {.lex_state = 1322}, + [5996] = {.lex_state = 1340}, + [5997] = {.lex_state = 1340}, + [5998] = {.lex_state = 1340}, + [5999] = {.lex_state = 28}, + [6000] = {.lex_state = 1340}, + [6001] = {.lex_state = 1340}, + [6002] = {.lex_state = 28}, + [6003] = {.lex_state = 1340}, + [6004] = {.lex_state = 1340}, + [6005] = {.lex_state = 1340}, + [6006] = {.lex_state = 1340}, + [6007] = {.lex_state = 1340}, + [6008] = {.lex_state = 28}, + [6009] = {.lex_state = 1340}, + [6010] = {.lex_state = 38}, + [6011] = {.lex_state = 1340}, + [6012] = {.lex_state = 1340}, + [6013] = {.lex_state = 1340}, + [6014] = {.lex_state = 28}, + [6015] = {.lex_state = 1340}, + [6016] = {.lex_state = 1340}, + [6017] = {.lex_state = 1340}, + [6018] = {.lex_state = 34}, + [6019] = {.lex_state = 1340}, + [6020] = {.lex_state = 1340}, + [6021] = {.lex_state = 28}, + [6022] = {.lex_state = 1340}, [6023] = {.lex_state = 28}, [6024] = {.lex_state = 28}, [6025] = {.lex_state = 28}, - [6026] = {.lex_state = 1322}, - [6027] = {.lex_state = 1322}, - [6028] = {.lex_state = 28}, - [6029] = {.lex_state = 1322}, - [6030] = {.lex_state = 28}, - [6031] = {.lex_state = 28}, - [6032] = {.lex_state = 28}, + [6026] = {.lex_state = 1340}, + [6027] = {.lex_state = 28}, + [6028] = {.lex_state = 34}, + [6029] = {.lex_state = 1340}, + [6030] = {.lex_state = 1340}, + [6031] = {.lex_state = 1340}, + [6032] = {.lex_state = 38}, [6033] = {.lex_state = 28}, - [6034] = {.lex_state = 1322}, - [6035] = {.lex_state = 28}, - [6036] = {.lex_state = 1322}, + [6034] = {.lex_state = 28}, + [6035] = {.lex_state = 74}, + [6036] = {.lex_state = 1340}, [6037] = {.lex_state = 28}, - [6038] = {.lex_state = 1322, .external_lex_state = 17}, - [6039] = {.lex_state = 1322}, - [6040] = {.lex_state = 28}, - [6041] = {.lex_state = 1322}, - [6042] = {.lex_state = 64}, - [6043] = {.lex_state = 28}, + [6038] = {.lex_state = 1340}, + [6039] = {.lex_state = 1340}, + [6040] = {.lex_state = 1340}, + [6041] = {.lex_state = 1340}, + [6042] = {.lex_state = 34}, + [6043] = {.lex_state = 1340}, [6044] = {.lex_state = 28}, - [6045] = {.lex_state = 1322}, - [6046] = {.lex_state = 28}, - [6047] = {.lex_state = 1322}, - [6048] = {.lex_state = 1322}, - [6049] = {.lex_state = 28}, - [6050] = {.lex_state = 1322}, - [6051] = {.lex_state = 28}, - [6052] = {.lex_state = 28}, - [6053] = {.lex_state = 1322}, - [6054] = {.lex_state = 1322}, - [6055] = {.lex_state = 1322}, - [6056] = {.lex_state = 1322}, - [6057] = {.lex_state = 1322}, - [6058] = {.lex_state = 28}, - [6059] = {.lex_state = 1322}, - [6060] = {.lex_state = 1322}, + [6045] = {.lex_state = 1340}, + [6046] = {.lex_state = 74}, + [6047] = {.lex_state = 1340}, + [6048] = {.lex_state = 1340}, + [6049] = {.lex_state = 1340}, + [6050] = {.lex_state = 28}, + [6051] = {.lex_state = 64}, + [6052] = {.lex_state = 1340}, + [6053] = {.lex_state = 1340}, + [6054] = {.lex_state = 1340}, + [6055] = {.lex_state = 1340}, + [6056] = {.lex_state = 28}, + [6057] = {.lex_state = 1340}, + [6058] = {.lex_state = 1340}, + [6059] = {.lex_state = 1340}, + [6060] = {.lex_state = 1340}, [6061] = {.lex_state = 28}, - [6062] = {.lex_state = 1322}, - [6063] = {.lex_state = 1322}, - [6064] = {.lex_state = 1322}, - [6065] = {.lex_state = 28}, - [6066] = {.lex_state = 1322}, - [6067] = {.lex_state = 1322}, - [6068] = {.lex_state = 1322}, - [6069] = {.lex_state = 1322}, - [6070] = {.lex_state = 1322}, - [6071] = {.lex_state = 1322}, - [6072] = {.lex_state = 1322}, - [6073] = {.lex_state = 1322}, - [6074] = {.lex_state = 1322}, - [6075] = {.lex_state = 1322}, - [6076] = {.lex_state = 1322}, - [6077] = {.lex_state = 1322}, - [6078] = {.lex_state = 1322}, - [6079] = {.lex_state = 1322}, - [6080] = {.lex_state = 1322}, - [6081] = {.lex_state = 35}, - [6082] = {.lex_state = 1322}, - [6083] = {.lex_state = 1322}, - [6084] = {.lex_state = 1322}, - [6085] = {.lex_state = 38}, - [6086] = {.lex_state = 1322}, - [6087] = {.lex_state = 1322}, - [6088] = {.lex_state = 38}, - [6089] = {.lex_state = 1322}, - [6090] = {.lex_state = 1322}, - [6091] = {.lex_state = 1322}, - [6092] = {.lex_state = 1322}, + [6062] = {.lex_state = 1340}, + [6063] = {.lex_state = 28}, + [6064] = {.lex_state = 28}, + [6065] = {.lex_state = 1340}, + [6066] = {.lex_state = 1340}, + [6067] = {.lex_state = 1340}, + [6068] = {.lex_state = 1340}, + [6069] = {.lex_state = 28}, + [6070] = {.lex_state = 1340}, + [6071] = {.lex_state = 28}, + [6072] = {.lex_state = 1340}, + [6073] = {.lex_state = 1340}, + [6074] = {.lex_state = 1340}, + [6075] = {.lex_state = 1340}, + [6076] = {.lex_state = 28}, + [6077] = {.lex_state = 28}, + [6078] = {.lex_state = 28}, + [6079] = {.lex_state = 1340}, + [6080] = {.lex_state = 1340}, + [6081] = {.lex_state = 1340}, + [6082] = {.lex_state = 1340}, + [6083] = {.lex_state = 1340}, + [6084] = {.lex_state = 1340}, + [6085] = {.lex_state = 28}, + [6086] = {.lex_state = 1340}, + [6087] = {.lex_state = 1340}, + [6088] = {.lex_state = 1340}, + [6089] = {.lex_state = 1340}, + [6090] = {.lex_state = 1340}, + [6091] = {.lex_state = 1340}, + [6092] = {.lex_state = 28}, [6093] = {.lex_state = 28}, - [6094] = {.lex_state = 1322}, - [6095] = {.lex_state = 1322}, - [6096] = {.lex_state = 1322}, + [6094] = {.lex_state = 1340}, + [6095] = {.lex_state = 1340}, + [6096] = {.lex_state = 28}, [6097] = {.lex_state = 28}, - [6098] = {.lex_state = 1322}, - [6099] = {.lex_state = 1322}, - [6100] = {.lex_state = 28}, - [6101] = {.lex_state = 1322}, - [6102] = {.lex_state = 1322}, - [6103] = {.lex_state = 1322}, + [6098] = {.lex_state = 28}, + [6099] = {.lex_state = 28}, + [6100] = {.lex_state = 1340}, + [6101] = {.lex_state = 1340}, + [6102] = {.lex_state = 28}, + [6103] = {.lex_state = 1340}, [6104] = {.lex_state = 28}, - [6105] = {.lex_state = 1322, .external_lex_state = 17}, - [6106] = {.lex_state = 1322}, - [6107] = {.lex_state = 34}, - [6108] = {.lex_state = 1322}, - [6109] = {.lex_state = 1322}, - [6110] = {.lex_state = 28}, - [6111] = {.lex_state = 28}, - [6112] = {.lex_state = 1322}, - [6113] = {.lex_state = 1322}, - [6114] = {.lex_state = 1322}, + [6105] = {.lex_state = 28}, + [6106] = {.lex_state = 1340}, + [6107] = {.lex_state = 1340}, + [6108] = {.lex_state = 1340}, + [6109] = {.lex_state = 1340}, + [6110] = {.lex_state = 1340}, + [6111] = {.lex_state = 1340}, + [6112] = {.lex_state = 28}, + [6113] = {.lex_state = 28}, + [6114] = {.lex_state = 28}, [6115] = {.lex_state = 28}, - [6116] = {.lex_state = 28}, - [6117] = {.lex_state = 1322}, - [6118] = {.lex_state = 1322}, - [6119] = {.lex_state = 1322}, - [6120] = {.lex_state = 38}, - [6121] = {.lex_state = 1322}, - [6122] = {.lex_state = 1322}, - [6123] = {.lex_state = 1322}, - [6124] = {.lex_state = 1322}, - [6125] = {.lex_state = 1322, .external_lex_state = 17}, + [6116] = {.lex_state = 1340}, + [6117] = {.lex_state = 1340}, + [6118] = {.lex_state = 1340}, + [6119] = {.lex_state = 28}, + [6120] = {.lex_state = 1340}, + [6121] = {.lex_state = 1340}, + [6122] = {.lex_state = 1340}, + [6123] = {.lex_state = 28}, + [6124] = {.lex_state = 1340}, + [6125] = {.lex_state = 1340}, [6126] = {.lex_state = 28}, - [6127] = {.lex_state = 1322}, - [6128] = {.lex_state = 1322}, - [6129] = {.lex_state = 1322}, - [6130] = {.lex_state = 1322}, - [6131] = {.lex_state = 28}, - [6132] = {.lex_state = 28}, - [6133] = {.lex_state = 1322}, - [6134] = {.lex_state = 1322}, - [6135] = {.lex_state = 1322}, - [6136] = {.lex_state = 1322}, - [6137] = {.lex_state = 1322}, - [6138] = {.lex_state = 1322}, - [6139] = {.lex_state = 1322}, - [6140] = {.lex_state = 1322}, - [6141] = {.lex_state = 24}, - [6142] = {.lex_state = 1322}, - [6143] = {.lex_state = 1322}, - [6144] = {.lex_state = 28}, - [6145] = {.lex_state = 1322}, - [6146] = {.lex_state = 28}, - [6147] = {.lex_state = 1322}, - [6148] = {.lex_state = 1322, .external_lex_state = 17}, - [6149] = {.lex_state = 1322}, - [6150] = {.lex_state = 1322}, - [6151] = {.lex_state = 28}, - [6152] = {.lex_state = 37}, - [6153] = {.lex_state = 1322}, - [6154] = {.lex_state = 1322}, - [6155] = {.lex_state = 37}, + [6127] = {.lex_state = 1340}, + [6128] = {.lex_state = 28}, + [6129] = {.lex_state = 28}, + [6130] = {.lex_state = 1340}, + [6131] = {.lex_state = 1340}, + [6132] = {.lex_state = 1340}, + [6133] = {.lex_state = 1340}, + [6134] = {.lex_state = 1340}, + [6135] = {.lex_state = 1340}, + [6136] = {.lex_state = 28}, + [6137] = {.lex_state = 1340}, + [6138] = {.lex_state = 1340}, + [6139] = {.lex_state = 28}, + [6140] = {.lex_state = 1340}, + [6141] = {.lex_state = 1340}, + [6142] = {.lex_state = 38}, + [6143] = {.lex_state = 1340}, + [6144] = {.lex_state = 1340}, + [6145] = {.lex_state = 217}, + [6146] = {.lex_state = 1340}, + [6147] = {.lex_state = 1340}, + [6148] = {.lex_state = 28}, + [6149] = {.lex_state = 1340}, + [6150] = {.lex_state = 1340}, + [6151] = {.lex_state = 1340}, + [6152] = {.lex_state = 1340}, + [6153] = {.lex_state = 1340}, + [6154] = {.lex_state = 28}, + [6155] = {.lex_state = 1340}, [6156] = {.lex_state = 28}, - [6157] = {.lex_state = 1322}, - [6158] = {.lex_state = 1322}, - [6159] = {.lex_state = 1322}, - [6160] = {.lex_state = 1322}, - [6161] = {.lex_state = 1322}, - [6162] = {.lex_state = 1322}, - [6163] = {.lex_state = 28}, - [6164] = {.lex_state = 1322}, - [6165] = {.lex_state = 1322}, - [6166] = {.lex_state = 1322}, - [6167] = {.lex_state = 1322}, - [6168] = {.lex_state = 1322}, - [6169] = {.lex_state = 1322}, - [6170] = {.lex_state = 37}, - [6171] = {.lex_state = 1322}, - [6172] = {.lex_state = 28}, - [6173] = {.lex_state = 1322}, + [6157] = {.lex_state = 1340}, + [6158] = {.lex_state = 1340}, + [6159] = {.lex_state = 28}, + [6160] = {.lex_state = 1340}, + [6161] = {.lex_state = 1340}, + [6162] = {.lex_state = 28}, + [6163] = {.lex_state = 1340}, + [6164] = {.lex_state = 1340}, + [6165] = {.lex_state = 1340}, + [6166] = {.lex_state = 1340}, + [6167] = {.lex_state = 1340}, + [6168] = {.lex_state = 1340}, + [6169] = {.lex_state = 1340}, + [6170] = {.lex_state = 1340}, + [6171] = {.lex_state = 1340}, + [6172] = {.lex_state = 1340}, + [6173] = {.lex_state = 28}, [6174] = {.lex_state = 28}, - [6175] = {.lex_state = 1322}, + [6175] = {.lex_state = 28}, [6176] = {.lex_state = 28}, - [6177] = {.lex_state = 1322}, - [6178] = {.lex_state = 37}, - [6179] = {.lex_state = 35}, - [6180] = {.lex_state = 1322}, - [6181] = {.lex_state = 1322}, - [6182] = {.lex_state = 1322}, - [6183] = {.lex_state = 1322}, - [6184] = {.lex_state = 1322}, - [6185] = {.lex_state = 1322}, - [6186] = {.lex_state = 38}, - [6187] = {.lex_state = 1322}, - [6188] = {.lex_state = 28}, - [6189] = {.lex_state = 64}, - [6190] = {.lex_state = 28}, - [6191] = {.lex_state = 1322, .external_lex_state = 17}, - [6192] = {.lex_state = 28}, - [6193] = {.lex_state = 1322}, - [6194] = {.lex_state = 1322}, - [6195] = {.lex_state = 1322}, - [6196] = {.lex_state = 35}, - [6197] = {.lex_state = 1322}, - [6198] = {.lex_state = 1322}, - [6199] = {.lex_state = 1322}, - [6200] = {.lex_state = 1322}, + [6177] = {.lex_state = 1340}, + [6178] = {.lex_state = 28}, + [6179] = {.lex_state = 1340}, + [6180] = {.lex_state = 1340}, + [6181] = {.lex_state = 1340}, + [6182] = {.lex_state = 1340}, + [6183] = {.lex_state = 28}, + [6184] = {.lex_state = 1340}, + [6185] = {.lex_state = 1340}, + [6186] = {.lex_state = 1340}, + [6187] = {.lex_state = 1340}, + [6188] = {.lex_state = 1340}, + [6189] = {.lex_state = 1340}, + [6190] = {.lex_state = 1340}, + [6191] = {.lex_state = 28}, + [6192] = {.lex_state = 1340}, + [6193] = {.lex_state = 1340}, + [6194] = {.lex_state = 1340}, + [6195] = {.lex_state = 1340}, + [6196] = {.lex_state = 1340}, + [6197] = {.lex_state = 1340}, + [6198] = {.lex_state = 1340}, + [6199] = {.lex_state = 28}, + [6200] = {.lex_state = 28}, [6201] = {.lex_state = 28}, - [6202] = {.lex_state = 1322}, - [6203] = {.lex_state = 1322}, - [6204] = {.lex_state = 28}, - [6205] = {.lex_state = 1322}, + [6202] = {.lex_state = 28}, + [6203] = {.lex_state = 1340}, + [6204] = {.lex_state = 1340}, + [6205] = {.lex_state = 1340}, [6206] = {.lex_state = 28}, - [6207] = {.lex_state = 1322}, - [6208] = {.lex_state = 1322}, - [6209] = {.lex_state = 1322}, - [6210] = {.lex_state = 1322}, - [6211] = {.lex_state = 1322}, - [6212] = {.lex_state = 1322}, - [6213] = {.lex_state = 1322}, - [6214] = {.lex_state = 38}, - [6215] = {.lex_state = 1322}, - [6216] = {.lex_state = 35}, - [6217] = {.lex_state = 1322}, - [6218] = {.lex_state = 1322}, - [6219] = {.lex_state = 1322}, - [6220] = {.lex_state = 1322}, - [6221] = {.lex_state = 1322}, - [6222] = {.lex_state = 28}, - [6223] = {.lex_state = 1322, .external_lex_state = 17}, - [6224] = {.lex_state = 1322}, - [6225] = {.lex_state = 1322}, - [6226] = {.lex_state = 1322}, - [6227] = {.lex_state = 1322}, - [6228] = {.lex_state = 1322}, - [6229] = {.lex_state = 1322}, - [6230] = {.lex_state = 1322}, - [6231] = {.lex_state = 64}, - [6232] = {.lex_state = 1322}, - [6233] = {.lex_state = 1322}, - [6234] = {.lex_state = 1322}, - [6235] = {.lex_state = 1322}, - [6236] = {.lex_state = 1322}, + [6207] = {.lex_state = 1340}, + [6208] = {.lex_state = 1340}, + [6209] = {.lex_state = 1340}, + [6210] = {.lex_state = 1340}, + [6211] = {.lex_state = 1340}, + [6212] = {.lex_state = 28}, + [6213] = {.lex_state = 28}, + [6214] = {.lex_state = 1340}, + [6215] = {.lex_state = 28}, + [6216] = {.lex_state = 1340}, + [6217] = {.lex_state = 28}, + [6218] = {.lex_state = 28}, + [6219] = {.lex_state = 1340}, + [6220] = {.lex_state = 1340}, + [6221] = {.lex_state = 1340}, + [6222] = {.lex_state = 1340}, + [6223] = {.lex_state = 1340}, + [6224] = {.lex_state = 28}, + [6225] = {.lex_state = 1340}, + [6226] = {.lex_state = 28}, + [6227] = {.lex_state = 28}, + [6228] = {.lex_state = 1340}, + [6229] = {.lex_state = 28}, + [6230] = {.lex_state = 1340}, + [6231] = {.lex_state = 38}, + [6232] = {.lex_state = 1340}, + [6233] = {.lex_state = 28}, + [6234] = {.lex_state = 1340}, + [6235] = {.lex_state = 1340}, + [6236] = {.lex_state = 38}, [6237] = {.lex_state = 28}, - [6238] = {.lex_state = 28}, - [6239] = {.lex_state = 1322}, - [6240] = {.lex_state = 1322}, - [6241] = {.lex_state = 28}, + [6238] = {.lex_state = 1340}, + [6239] = {.lex_state = 1340}, + [6240] = {.lex_state = 1340}, + [6241] = {.lex_state = 1340}, [6242] = {.lex_state = 28}, - [6243] = {.lex_state = 1322}, - [6244] = {.lex_state = 1322}, - [6245] = {.lex_state = 28}, - [6246] = {.lex_state = 1322}, - [6247] = {.lex_state = 37}, - [6248] = {.lex_state = 1322}, - [6249] = {.lex_state = 1322}, + [6243] = {.lex_state = 1340}, + [6244] = {.lex_state = 1340}, + [6245] = {.lex_state = 1340}, + [6246] = {.lex_state = 28}, + [6247] = {.lex_state = 1340}, + [6248] = {.lex_state = 1340}, + [6249] = {.lex_state = 1340}, [6250] = {.lex_state = 28}, - [6251] = {.lex_state = 1322}, + [6251] = {.lex_state = 28}, [6252] = {.lex_state = 28}, - [6253] = {.lex_state = 1322}, - [6254] = {.lex_state = 37}, - [6255] = {.lex_state = 1322}, - [6256] = {.lex_state = 1322}, - [6257] = {.lex_state = 1322}, - [6258] = {.lex_state = 28}, - [6259] = {.lex_state = 1322}, - [6260] = {.lex_state = 28}, - [6261] = {.lex_state = 1322}, - [6262] = {.lex_state = 1322}, - [6263] = {.lex_state = 28}, - [6264] = {.lex_state = 1322}, - [6265] = {.lex_state = 1322}, - [6266] = {.lex_state = 28}, - [6267] = {.lex_state = 1322}, - [6268] = {.lex_state = 28}, - [6269] = {.lex_state = 1322}, - [6270] = {.lex_state = 1322, .external_lex_state = 17}, + [6253] = {.lex_state = 28}, + [6254] = {.lex_state = 1340}, + [6255] = {.lex_state = 1340}, + [6256] = {.lex_state = 28}, + [6257] = {.lex_state = 1340}, + [6258] = {.lex_state = 1340}, + [6259] = {.lex_state = 1340}, + [6260] = {.lex_state = 1340}, + [6261] = {.lex_state = 1340}, + [6262] = {.lex_state = 1340}, + [6263] = {.lex_state = 1340}, + [6264] = {.lex_state = 1340}, + [6265] = {.lex_state = 1340}, + [6266] = {.lex_state = 1340}, + [6267] = {.lex_state = 28}, + [6268] = {.lex_state = 1340}, + [6269] = {.lex_state = 28}, + [6270] = {.lex_state = 1340}, [6271] = {.lex_state = 28}, - [6272] = {.lex_state = 1322}, - [6273] = {.lex_state = 1322}, - [6274] = {.lex_state = 1322}, - [6275] = {.lex_state = 28}, - [6276] = {.lex_state = 1322}, - [6277] = {.lex_state = 1322}, - [6278] = {.lex_state = 1322}, - [6279] = {.lex_state = 1322}, - [6280] = {.lex_state = 1322}, - [6281] = {.lex_state = 28}, - [6282] = {.lex_state = 1322}, - [6283] = {.lex_state = 1322}, - [6284] = {.lex_state = 1322}, - [6285] = {.lex_state = 1322, .external_lex_state = 17}, - [6286] = {.lex_state = 1322}, - [6287] = {.lex_state = 1322}, - [6288] = {.lex_state = 1322}, - [6289] = {.lex_state = 1322}, - [6290] = {.lex_state = 35}, - [6291] = {.lex_state = 1322}, - [6292] = {.lex_state = 1322}, - [6293] = {.lex_state = 1322}, - [6294] = {.lex_state = 38}, - [6295] = {.lex_state = 1322}, - [6296] = {.lex_state = 1322}, - [6297] = {.lex_state = 1322}, - [6298] = {.lex_state = 1322}, - [6299] = {.lex_state = 1322}, - [6300] = {.lex_state = 1322}, - [6301] = {.lex_state = 28}, - [6302] = {.lex_state = 1322}, - [6303] = {.lex_state = 1322}, - [6304] = {.lex_state = 1322}, - [6305] = {.lex_state = 1322}, - [6306] = {.lex_state = 28}, - [6307] = {.lex_state = 1322}, - [6308] = {.lex_state = 1322}, - [6309] = {.lex_state = 28}, - [6310] = {.lex_state = 1322}, - [6311] = {.lex_state = 1322}, - [6312] = {.lex_state = 1322}, - [6313] = {.lex_state = 1322}, - [6314] = {.lex_state = 1322}, - [6315] = {.lex_state = 1322}, - [6316] = {.lex_state = 1322}, - [6317] = {.lex_state = 1322}, - [6318] = {.lex_state = 1322}, - [6319] = {.lex_state = 1322}, - [6320] = {.lex_state = 1322}, - [6321] = {.lex_state = 1322}, - [6322] = {.lex_state = 1322}, - [6323] = {.lex_state = 1322}, - [6324] = {.lex_state = 38}, - [6325] = {.lex_state = 1322}, - [6326] = {.lex_state = 1322}, - [6327] = {.lex_state = 1322}, - [6328] = {.lex_state = 1322}, - [6329] = {.lex_state = 1322}, - [6330] = {.lex_state = 1322}, - [6331] = {.lex_state = 1322}, - [6332] = {.lex_state = 28}, - [6333] = {.lex_state = 28}, - [6334] = {.lex_state = 1322}, - [6335] = {.lex_state = 1322}, - [6336] = {.lex_state = 1322}, - [6337] = {.lex_state = 1322}, - [6338] = {.lex_state = 1322}, - [6339] = {.lex_state = 1322}, - [6340] = {.lex_state = 1322}, - [6341] = {.lex_state = 1322}, - [6342] = {.lex_state = 1322}, - [6343] = {.lex_state = 1322}, - [6344] = {.lex_state = 1322}, - [6345] = {.lex_state = 1322}, - [6346] = {.lex_state = 1322}, - [6347] = {.lex_state = 1322}, - [6348] = {.lex_state = 1322}, - [6349] = {.lex_state = 1322}, - [6350] = {.lex_state = 1322}, - [6351] = {.lex_state = 28}, - [6352] = {.lex_state = 1322}, - [6353] = {.lex_state = 1322}, - [6354] = {.lex_state = 1322}, - [6355] = {.lex_state = 1322}, - [6356] = {.lex_state = 1322}, - [6357] = {.lex_state = 1322}, - [6358] = {.lex_state = 1322}, - [6359] = {.lex_state = 1322}, - [6360] = {.lex_state = 28}, - [6361] = {.lex_state = 1322}, - [6362] = {.lex_state = 1322}, - [6363] = {.lex_state = 1322}, - [6364] = {.lex_state = 1322}, - [6365] = {.lex_state = 35, .external_lex_state = 17}, - [6366] = {.lex_state = 1322}, - [6367] = {.lex_state = 1322}, - [6368] = {.lex_state = 1322}, - [6369] = {.lex_state = 28}, - [6370] = {.lex_state = 1322}, - [6371] = {.lex_state = 1322}, - [6372] = {.lex_state = 1322}, - [6373] = {.lex_state = 1322}, - [6374] = {.lex_state = 1322}, - [6375] = {.lex_state = 1322}, - [6376] = {.lex_state = 1322}, - [6377] = {.lex_state = 1322}, - [6378] = {.lex_state = 1322}, - [6379] = {.lex_state = 1322}, - [6380] = {.lex_state = 1322}, - [6381] = {.lex_state = 1322}, - [6382] = {.lex_state = 1322}, - [6383] = {.lex_state = 1322}, - [6384] = {.lex_state = 1322}, - [6385] = {.lex_state = 1322}, - [6386] = {.lex_state = 28}, - [6387] = {.lex_state = 218}, - [6388] = {.lex_state = 1322}, - [6389] = {.lex_state = 1322}, - [6390] = {.lex_state = 34}, - [6391] = {.lex_state = 1322}, - [6392] = {.lex_state = 1322}, - [6393] = {.lex_state = 1322}, - [6394] = {.lex_state = 1322}, - [6395] = {.lex_state = 1322}, - [6396] = {.lex_state = 1322}, + [6272] = {.lex_state = 1340}, + [6273] = {.lex_state = 37}, + [6274] = {.lex_state = 1340}, + [6275] = {.lex_state = 1340}, + [6276] = {.lex_state = 1340}, + [6277] = {.lex_state = 28}, + [6278] = {.lex_state = 1340}, + [6279] = {.lex_state = 1340}, + [6280] = {.lex_state = 1340}, + [6281] = {.lex_state = 37}, + [6282] = {.lex_state = 1340}, + [6283] = {.lex_state = 28}, + [6284] = {.lex_state = 1340}, + [6285] = {.lex_state = 28}, + [6286] = {.lex_state = 1340}, + [6287] = {.lex_state = 1340}, + [6288] = {.lex_state = 1340}, + [6289] = {.lex_state = 1340}, + [6290] = {.lex_state = 28}, + [6291] = {.lex_state = 1340}, + [6292] = {.lex_state = 1340}, + [6293] = {.lex_state = 1340}, + [6294] = {.lex_state = 1340}, + [6295] = {.lex_state = 1340}, + [6296] = {.lex_state = 1340}, + [6297] = {.lex_state = 1340}, + [6298] = {.lex_state = 1340}, + [6299] = {.lex_state = 1340}, + [6300] = {.lex_state = 1340}, + [6301] = {.lex_state = 1340}, + [6302] = {.lex_state = 1340}, + [6303] = {.lex_state = 1340}, + [6304] = {.lex_state = 28}, + [6305] = {.lex_state = 37}, + [6306] = {.lex_state = 1340}, + [6307] = {.lex_state = 1340}, + [6308] = {.lex_state = 1340}, + [6309] = {.lex_state = 1340}, + [6310] = {.lex_state = 1340}, + [6311] = {.lex_state = 1340}, + [6312] = {.lex_state = 1340}, + [6313] = {.lex_state = 1340}, + [6314] = {.lex_state = 28}, + [6315] = {.lex_state = 1340}, + [6316] = {.lex_state = 28}, + [6317] = {.lex_state = 28}, + [6318] = {.lex_state = 1340}, + [6319] = {.lex_state = 1340}, + [6320] = {.lex_state = 1340}, + [6321] = {.lex_state = 1340}, + [6322] = {.lex_state = 1340}, + [6323] = {.lex_state = 1340}, + [6324] = {.lex_state = 28}, + [6325] = {.lex_state = 1340}, + [6326] = {.lex_state = 28}, + [6327] = {.lex_state = 1340}, + [6328] = {.lex_state = 1340}, + [6329] = {.lex_state = 28}, + [6330] = {.lex_state = 1340}, + [6331] = {.lex_state = 1340}, + [6332] = {.lex_state = 1340}, + [6333] = {.lex_state = 1340}, + [6334] = {.lex_state = 1340}, + [6335] = {.lex_state = 1340}, + [6336] = {.lex_state = 38}, + [6337] = {.lex_state = 28}, + [6338] = {.lex_state = 1340}, + [6339] = {.lex_state = 1340}, + [6340] = {.lex_state = 1340}, + [6341] = {.lex_state = 1340}, + [6342] = {.lex_state = 1340}, + [6343] = {.lex_state = 28}, + [6344] = {.lex_state = 1340}, + [6345] = {.lex_state = 1340}, + [6346] = {.lex_state = 1340}, + [6347] = {.lex_state = 1340}, + [6348] = {.lex_state = 1340}, + [6349] = {.lex_state = 1340}, + [6350] = {.lex_state = 28}, + [6351] = {.lex_state = 1340}, + [6352] = {.lex_state = 1340}, + [6353] = {.lex_state = 38}, + [6354] = {.lex_state = 1340}, + [6355] = {.lex_state = 1340}, + [6356] = {.lex_state = 28}, + [6357] = {.lex_state = 28}, + [6358] = {.lex_state = 28}, + [6359] = {.lex_state = 1340}, + [6360] = {.lex_state = 1340}, + [6361] = {.lex_state = 1340}, + [6362] = {.lex_state = 1340}, + [6363] = {.lex_state = 1340}, + [6364] = {.lex_state = 1340}, + [6365] = {.lex_state = 1340}, + [6366] = {.lex_state = 1340}, + [6367] = {.lex_state = 1340}, + [6368] = {.lex_state = 1340}, + [6369] = {.lex_state = 1340}, + [6370] = {.lex_state = 1340}, + [6371] = {.lex_state = 28}, + [6372] = {.lex_state = 1340}, + [6373] = {.lex_state = 1340}, + [6374] = {.lex_state = 28}, + [6375] = {.lex_state = 1340}, + [6376] = {.lex_state = 28}, + [6377] = {.lex_state = 38}, + [6378] = {.lex_state = 1340}, + [6379] = {.lex_state = 1340}, + [6380] = {.lex_state = 1340}, + [6381] = {.lex_state = 1340}, + [6382] = {.lex_state = 28}, + [6383] = {.lex_state = 1340}, + [6384] = {.lex_state = 28}, + [6385] = {.lex_state = 1340}, + [6386] = {.lex_state = 1340}, + [6387] = {.lex_state = 28}, + [6388] = {.lex_state = 28}, + [6389] = {.lex_state = 1340}, + [6390] = {.lex_state = 1340}, + [6391] = {.lex_state = 28}, + [6392] = {.lex_state = 1340}, + [6393] = {.lex_state = 1340}, + [6394] = {.lex_state = 1340}, + [6395] = {.lex_state = 1340}, + [6396] = {.lex_state = 28}, [6397] = {.lex_state = 28}, [6398] = {.lex_state = 28}, - [6399] = {.lex_state = 1322}, - [6400] = {.lex_state = 1322}, - [6401] = {.lex_state = 1322}, - [6402] = {.lex_state = 28}, - [6403] = {.lex_state = 1322}, - [6404] = {.lex_state = 1322}, - [6405] = {.lex_state = 28}, - [6406] = {.lex_state = 34}, - [6407] = {.lex_state = 1322}, + [6399] = {.lex_state = 28}, + [6400] = {.lex_state = 1340}, + [6401] = {.lex_state = 1340}, + [6402] = {.lex_state = 1340}, + [6403] = {.lex_state = 1340}, + [6404] = {.lex_state = 28}, + [6405] = {.lex_state = 1340}, + [6406] = {.lex_state = 28}, + [6407] = {.lex_state = 1340}, [6408] = {.lex_state = 28}, - [6409] = {.lex_state = 1322}, - [6410] = {.lex_state = 1322}, - [6411] = {.lex_state = 1322}, - [6412] = {.lex_state = 1322}, - [6413] = {.lex_state = 1322}, - [6414] = {.lex_state = 1322}, + [6409] = {.lex_state = 28}, + [6410] = {.lex_state = 1340}, + [6411] = {.lex_state = 28}, + [6412] = {.lex_state = 28}, + [6413] = {.lex_state = 28}, + [6414] = {.lex_state = 28}, [6415] = {.lex_state = 28}, - [6416] = {.lex_state = 1322}, - [6417] = {.lex_state = 1322}, - [6418] = {.lex_state = 1322}, - [6419] = {.lex_state = 1322}, - [6420] = {.lex_state = 1322}, - [6421] = {.lex_state = 1322}, + [6416] = {.lex_state = 28}, + [6417] = {.lex_state = 28}, + [6418] = {.lex_state = 28}, + [6419] = {.lex_state = 28}, + [6420] = {.lex_state = 1340}, + [6421] = {.lex_state = 28}, [6422] = {.lex_state = 28}, [6423] = {.lex_state = 28}, [6424] = {.lex_state = 28}, - [6425] = {.lex_state = 28}, - [6426] = {.lex_state = 28}, + [6425] = {.lex_state = 1340}, + [6426] = {.lex_state = 1340}, [6427] = {.lex_state = 28}, [6428] = {.lex_state = 28}, - [6429] = {.lex_state = 1322}, - [6430] = {.lex_state = 1322}, - [6431] = {.lex_state = 1322}, - [6432] = {.lex_state = 28}, - [6433] = {.lex_state = 1322}, + [6429] = {.lex_state = 1340}, + [6430] = {.lex_state = 1340}, + [6431] = {.lex_state = 28}, + [6432] = {.lex_state = 1340}, + [6433] = {.lex_state = 1340}, [6434] = {.lex_state = 28}, [6435] = {.lex_state = 28}, - [6436] = {.lex_state = 1322}, - [6437] = {.lex_state = 1322}, + [6436] = {.lex_state = 1340}, + [6437] = {.lex_state = 28}, [6438] = {.lex_state = 28}, - [6439] = {.lex_state = 1322}, + [6439] = {.lex_state = 28}, [6440] = {.lex_state = 37}, - [6441] = {.lex_state = 1322}, + [6441] = {.lex_state = 1340}, [6442] = {.lex_state = 28}, [6443] = {.lex_state = 28}, [6444] = {.lex_state = 28}, - [6445] = {.lex_state = 1322}, - [6446] = {.lex_state = 1322}, - [6447] = {.lex_state = 1322}, - [6448] = {.lex_state = 28}, - [6449] = {.lex_state = 1322}, + [6445] = {.lex_state = 37}, + [6446] = {.lex_state = 1340}, + [6447] = {.lex_state = 1340}, + [6448] = {.lex_state = 1340}, + [6449] = {.lex_state = 28}, [6450] = {.lex_state = 28}, - [6451] = {.lex_state = 28}, - [6452] = {.lex_state = 28}, - [6453] = {.lex_state = 1322}, - [6454] = {.lex_state = 1322}, - [6455] = {.lex_state = 28}, + [6451] = {.lex_state = 1340}, + [6452] = {.lex_state = 37}, + [6453] = {.lex_state = 28}, + [6454] = {.lex_state = 37}, + [6455] = {.lex_state = 37}, [6456] = {.lex_state = 28}, - [6457] = {.lex_state = 28}, - [6458] = {.lex_state = 28}, - [6459] = {.lex_state = 28}, - [6460] = {.lex_state = 1322}, - [6461] = {.lex_state = 1322}, - [6462] = {.lex_state = 28}, - [6463] = {.lex_state = 1322}, - [6464] = {.lex_state = 1322}, - [6465] = {.lex_state = 1322}, - [6466] = {.lex_state = 28}, - [6467] = {.lex_state = 1322}, - [6468] = {.lex_state = 37}, - [6469] = {.lex_state = 1322}, - [6470] = {.lex_state = 1322}, - [6471] = {.lex_state = 1322}, - [6472] = {.lex_state = 1322}, - [6473] = {.lex_state = 1322}, - [6474] = {.lex_state = 1322}, + [6457] = {.lex_state = 1340}, + [6458] = {.lex_state = 1340}, + [6459] = {.lex_state = 1340}, + [6460] = {.lex_state = 28}, + [6461] = {.lex_state = 28}, + [6462] = {.lex_state = 1340}, + [6463] = {.lex_state = 1340}, + [6464] = {.lex_state = 28}, + [6465] = {.lex_state = 37}, + [6466] = {.lex_state = 37}, + [6467] = {.lex_state = 37}, + [6468] = {.lex_state = 28}, + [6469] = {.lex_state = 28}, + [6470] = {.lex_state = 1340}, + [6471] = {.lex_state = 1340}, + [6472] = {.lex_state = 28}, + [6473] = {.lex_state = 1340}, + [6474] = {.lex_state = 1340}, [6475] = {.lex_state = 28}, - [6476] = {.lex_state = 1322}, - [6477] = {.lex_state = 28}, - [6478] = {.lex_state = 1322}, - [6479] = {.lex_state = 1322}, - [6480] = {.lex_state = 1322}, - [6481] = {.lex_state = 28}, - [6482] = {.lex_state = 1322}, + [6476] = {.lex_state = 28}, + [6477] = {.lex_state = 1340}, + [6478] = {.lex_state = 28}, + [6479] = {.lex_state = 1340}, + [6480] = {.lex_state = 217}, + [6481] = {.lex_state = 1340}, + [6482] = {.lex_state = 28}, [6483] = {.lex_state = 28}, - [6484] = {.lex_state = 28}, + [6484] = {.lex_state = 1340}, [6485] = {.lex_state = 28}, [6486] = {.lex_state = 28}, - [6487] = {.lex_state = 1322}, - [6488] = {.lex_state = 28}, - [6489] = {.lex_state = 1322}, - [6490] = {.lex_state = 28}, - [6491] = {.lex_state = 1322}, + [6487] = {.lex_state = 1340}, + [6488] = {.lex_state = 1340}, + [6489] = {.lex_state = 1340}, + [6490] = {.lex_state = 1340}, + [6491] = {.lex_state = 28}, [6492] = {.lex_state = 28}, - [6493] = {.lex_state = 1322}, - [6494] = {.lex_state = 28}, - [6495] = {.lex_state = 1322}, - [6496] = {.lex_state = 1322}, - [6497] = {.lex_state = 28}, - [6498] = {.lex_state = 28}, - [6499] = {.lex_state = 1322}, - [6500] = {.lex_state = 1322}, - [6501] = {.lex_state = 28}, - [6502] = {.lex_state = 1322}, - [6503] = {.lex_state = 1322}, - [6504] = {.lex_state = 1322}, - [6505] = {.lex_state = 1322}, - [6506] = {.lex_state = 28}, - [6507] = {.lex_state = 1322}, - [6508] = {.lex_state = 1322}, - [6509] = {.lex_state = 1322}, - [6510] = {.lex_state = 1322}, - [6511] = {.lex_state = 1322}, - [6512] = {.lex_state = 1322}, - [6513] = {.lex_state = 28}, - [6514] = {.lex_state = 1322}, - [6515] = {.lex_state = 1322}, - [6516] = {.lex_state = 1322}, - [6517] = {.lex_state = 1322}, - [6518] = {.lex_state = 28}, - [6519] = {.lex_state = 1322}, - [6520] = {.lex_state = 1322}, - [6521] = {.lex_state = 1322}, - [6522] = {.lex_state = 1322}, - [6523] = {.lex_state = 1322}, - [6524] = {.lex_state = 1322}, - [6525] = {.lex_state = 1322}, - [6526] = {.lex_state = 1322}, - [6527] = {.lex_state = 1322}, - [6528] = {.lex_state = 28}, - [6529] = {.lex_state = 1322}, - [6530] = {.lex_state = 1322}, - [6531] = {.lex_state = 34}, - [6532] = {.lex_state = 1322}, - [6533] = {.lex_state = 1322}, - [6534] = {.lex_state = 1322}, - [6535] = {.lex_state = 1322}, - [6536] = {.lex_state = 1322}, + [6493] = {.lex_state = 37}, + [6494] = {.lex_state = 1340}, + [6495] = {.lex_state = 1340}, + [6496] = {.lex_state = 28}, + [6497] = {.lex_state = 1340}, + [6498] = {.lex_state = 1340}, + [6499] = {.lex_state = 37}, + [6500] = {.lex_state = 28}, + [6501] = {.lex_state = 37}, + [6502] = {.lex_state = 37}, + [6503] = {.lex_state = 28}, + [6504] = {.lex_state = 1340}, + [6505] = {.lex_state = 28}, + [6506] = {.lex_state = 217}, + [6507] = {.lex_state = 1340}, + [6508] = {.lex_state = 28}, + [6509] = {.lex_state = 28}, + [6510] = {.lex_state = 37}, + [6511] = {.lex_state = 37}, + [6512] = {.lex_state = 37}, + [6513] = {.lex_state = 1340}, + [6514] = {.lex_state = 1340}, + [6515] = {.lex_state = 1340}, + [6516] = {.lex_state = 28}, + [6517] = {.lex_state = 28}, + [6518] = {.lex_state = 1340}, + [6519] = {.lex_state = 1340}, + [6520] = {.lex_state = 28}, + [6521] = {.lex_state = 1340}, + [6522] = {.lex_state = 28}, + [6523] = {.lex_state = 28}, + [6524] = {.lex_state = 1340}, + [6525] = {.lex_state = 1340}, + [6526] = {.lex_state = 28}, + [6527] = {.lex_state = 28}, + [6528] = {.lex_state = 1340, .external_lex_state = 17}, + [6529] = {.lex_state = 38}, + [6530] = {.lex_state = 28}, + [6531] = {.lex_state = 1340}, + [6532] = {.lex_state = 1340}, + [6533] = {.lex_state = 28}, + [6534] = {.lex_state = 1340}, + [6535] = {.lex_state = 28}, + [6536] = {.lex_state = 28}, [6537] = {.lex_state = 28}, - [6538] = {.lex_state = 1322}, - [6539] = {.lex_state = 1322}, - [6540] = {.lex_state = 28}, - [6541] = {.lex_state = 1322}, - [6542] = {.lex_state = 28}, - [6543] = {.lex_state = 1322}, - [6544] = {.lex_state = 1322}, - [6545] = {.lex_state = 1322}, - [6546] = {.lex_state = 1322}, + [6538] = {.lex_state = 1340}, + [6539] = {.lex_state = 1340}, + [6540] = {.lex_state = 1340}, + [6541] = {.lex_state = 1340}, + [6542] = {.lex_state = 38}, + [6543] = {.lex_state = 37}, + [6544] = {.lex_state = 28}, + [6545] = {.lex_state = 37}, + [6546] = {.lex_state = 37}, [6547] = {.lex_state = 28}, - [6548] = {.lex_state = 1322}, - [6549] = {.lex_state = 1322}, - [6550] = {.lex_state = 1322}, - [6551] = {.lex_state = 1322}, - [6552] = {.lex_state = 1322}, - [6553] = {.lex_state = 1322}, - [6554] = {.lex_state = 1322}, - [6555] = {.lex_state = 1322}, - [6556] = {.lex_state = 1322}, - [6557] = {.lex_state = 1322}, - [6558] = {.lex_state = 28}, - [6559] = {.lex_state = 1322}, - [6560] = {.lex_state = 1322}, - [6561] = {.lex_state = 28}, + [6548] = {.lex_state = 1340}, + [6549] = {.lex_state = 1340}, + [6550] = {.lex_state = 28}, + [6551] = {.lex_state = 1340}, + [6552] = {.lex_state = 1340}, + [6553] = {.lex_state = 37}, + [6554] = {.lex_state = 37}, + [6555] = {.lex_state = 37}, + [6556] = {.lex_state = 1340}, + [6557] = {.lex_state = 1340}, + [6558] = {.lex_state = 38}, + [6559] = {.lex_state = 1340}, + [6560] = {.lex_state = 28}, + [6561] = {.lex_state = 1340}, [6562] = {.lex_state = 28}, - [6563] = {.lex_state = 1322}, - [6564] = {.lex_state = 1322}, - [6565] = {.lex_state = 1322}, - [6566] = {.lex_state = 28}, - [6567] = {.lex_state = 28}, - [6568] = {.lex_state = 1322}, - [6569] = {.lex_state = 1322}, - [6570] = {.lex_state = 1322}, - [6571] = {.lex_state = 1322}, - [6572] = {.lex_state = 1322}, - [6573] = {.lex_state = 28}, - [6574] = {.lex_state = 28}, - [6575] = {.lex_state = 1322}, - [6576] = {.lex_state = 1322}, - [6577] = {.lex_state = 1322}, - [6578] = {.lex_state = 1322}, - [6579] = {.lex_state = 37}, - [6580] = {.lex_state = 1322}, - [6581] = {.lex_state = 37}, - [6582] = {.lex_state = 1322}, - [6583] = {.lex_state = 1322}, - [6584] = {.lex_state = 1322}, - [6585] = {.lex_state = 1322}, + [6563] = {.lex_state = 28}, + [6564] = {.lex_state = 28}, + [6565] = {.lex_state = 28}, + [6566] = {.lex_state = 1340}, + [6567] = {.lex_state = 1340}, + [6568] = {.lex_state = 28}, + [6569] = {.lex_state = 28}, + [6570] = {.lex_state = 1340}, + [6571] = {.lex_state = 1340}, + [6572] = {.lex_state = 28}, + [6573] = {.lex_state = 1340}, + [6574] = {.lex_state = 1340}, + [6575] = {.lex_state = 1340}, + [6576] = {.lex_state = 28}, + [6577] = {.lex_state = 28}, + [6578] = {.lex_state = 28}, + [6579] = {.lex_state = 1340}, + [6580] = {.lex_state = 1340}, + [6581] = {.lex_state = 1340}, + [6582] = {.lex_state = 1340}, + [6583] = {.lex_state = 28}, + [6584] = {.lex_state = 1340}, + [6585] = {.lex_state = 37}, [6586] = {.lex_state = 28}, - [6587] = {.lex_state = 28}, - [6588] = {.lex_state = 1322}, - [6589] = {.lex_state = 1322}, - [6590] = {.lex_state = 28}, - [6591] = {.lex_state = 28}, - [6592] = {.lex_state = 1322}, - [6593] = {.lex_state = 1322}, - [6594] = {.lex_state = 1322}, - [6595] = {.lex_state = 1322}, - [6596] = {.lex_state = 1322}, - [6597] = {.lex_state = 1322}, - [6598] = {.lex_state = 1322}, - [6599] = {.lex_state = 1322}, - [6600] = {.lex_state = 1322}, - [6601] = {.lex_state = 1322}, - [6602] = {.lex_state = 1322}, - [6603] = {.lex_state = 1322}, - [6604] = {.lex_state = 1322}, - [6605] = {.lex_state = 1322}, - [6606] = {.lex_state = 1322}, - [6607] = {.lex_state = 1322}, - [6608] = {.lex_state = 1322}, - [6609] = {.lex_state = 28}, - [6610] = {.lex_state = 28}, - [6611] = {.lex_state = 28}, - [6612] = {.lex_state = 1322}, - [6613] = {.lex_state = 1322}, - [6614] = {.lex_state = 1322}, - [6615] = {.lex_state = 28}, - [6616] = {.lex_state = 1322}, - [6617] = {.lex_state = 28}, - [6618] = {.lex_state = 1322}, - [6619] = {.lex_state = 1322}, - [6620] = {.lex_state = 1322}, - [6621] = {.lex_state = 1322}, - [6622] = {.lex_state = 28}, - [6623] = {.lex_state = 28}, - [6624] = {.lex_state = 1322}, - [6625] = {.lex_state = 28}, - [6626] = {.lex_state = 1322}, - [6627] = {.lex_state = 1322}, - [6628] = {.lex_state = 1322}, - [6629] = {.lex_state = 1322}, - [6630] = {.lex_state = 1322}, + [6587] = {.lex_state = 37}, + [6588] = {.lex_state = 37}, + [6589] = {.lex_state = 28}, + [6590] = {.lex_state = 1340}, + [6591] = {.lex_state = 37}, + [6592] = {.lex_state = 1340}, + [6593] = {.lex_state = 28}, + [6594] = {.lex_state = 1340}, + [6595] = {.lex_state = 37}, + [6596] = {.lex_state = 37}, + [6597] = {.lex_state = 37}, + [6598] = {.lex_state = 28}, + [6599] = {.lex_state = 28}, + [6600] = {.lex_state = 1340}, + [6601] = {.lex_state = 1340}, + [6602] = {.lex_state = 1340}, + [6603] = {.lex_state = 1340}, + [6604] = {.lex_state = 1340}, + [6605] = {.lex_state = 1340}, + [6606] = {.lex_state = 28}, + [6607] = {.lex_state = 1340}, + [6608] = {.lex_state = 1340}, + [6609] = {.lex_state = 1340}, + [6610] = {.lex_state = 1340}, + [6611] = {.lex_state = 1340}, + [6612] = {.lex_state = 1340}, + [6613] = {.lex_state = 1340}, + [6614] = {.lex_state = 1340}, + [6615] = {.lex_state = 1340}, + [6616] = {.lex_state = 1340}, + [6617] = {.lex_state = 1340}, + [6618] = {.lex_state = 28}, + [6619] = {.lex_state = 1340}, + [6620] = {.lex_state = 1340}, + [6621] = {.lex_state = 1340}, + [6622] = {.lex_state = 1340}, + [6623] = {.lex_state = 1340}, + [6624] = {.lex_state = 28}, + [6625] = {.lex_state = 1340}, + [6626] = {.lex_state = 37}, + [6627] = {.lex_state = 28}, + [6628] = {.lex_state = 1340}, + [6629] = {.lex_state = 37}, + [6630] = {.lex_state = 1340}, [6631] = {.lex_state = 28}, - [6632] = {.lex_state = 1322}, - [6633] = {.lex_state = 1322}, - [6634] = {.lex_state = 1322}, - [6635] = {.lex_state = 1322}, - [6636] = {.lex_state = 1322}, - [6637] = {.lex_state = 1322}, - [6638] = {.lex_state = 1322}, - [6639] = {.lex_state = 1322}, - [6640] = {.lex_state = 1322}, - [6641] = {.lex_state = 1322}, - [6642] = {.lex_state = 1322}, - [6643] = {.lex_state = 1322}, - [6644] = {.lex_state = 34}, - [6645] = {.lex_state = 1322}, + [6632] = {.lex_state = 28}, + [6633] = {.lex_state = 28}, + [6634] = {.lex_state = 1340}, + [6635] = {.lex_state = 28}, + [6636] = {.lex_state = 28}, + [6637] = {.lex_state = 1340}, + [6638] = {.lex_state = 1340}, + [6639] = {.lex_state = 1340}, + [6640] = {.lex_state = 1340}, + [6641] = {.lex_state = 1340}, + [6642] = {.lex_state = 28}, + [6643] = {.lex_state = 1340}, + [6644] = {.lex_state = 1340}, + [6645] = {.lex_state = 1340}, [6646] = {.lex_state = 28}, - [6647] = {.lex_state = 1322}, - [6648] = {.lex_state = 1322}, - [6649] = {.lex_state = 28}, + [6647] = {.lex_state = 1354}, + [6648] = {.lex_state = 28}, + [6649] = {.lex_state = 37}, [6650] = {.lex_state = 28}, [6651] = {.lex_state = 28}, - [6652] = {.lex_state = 28}, - [6653] = {.lex_state = 1322}, + [6652] = {.lex_state = 1340}, + [6653] = {.lex_state = 1340}, [6654] = {.lex_state = 28}, [6655] = {.lex_state = 28}, [6656] = {.lex_state = 28}, - [6657] = {.lex_state = 1322}, - [6658] = {.lex_state = 28}, + [6657] = {.lex_state = 28}, + [6658] = {.lex_state = 1340}, [6659] = {.lex_state = 28}, - [6660] = {.lex_state = 34}, - [6661] = {.lex_state = 28}, - [6662] = {.lex_state = 1322}, - [6663] = {.lex_state = 28}, - [6664] = {.lex_state = 1322}, - [6665] = {.lex_state = 1322}, - [6666] = {.lex_state = 218}, - [6667] = {.lex_state = 1322}, - [6668] = {.lex_state = 1322}, - [6669] = {.lex_state = 1322}, + [6660] = {.lex_state = 37}, + [6661] = {.lex_state = 1340}, + [6662] = {.lex_state = 1340}, + [6663] = {.lex_state = 1340}, + [6664] = {.lex_state = 28}, + [6665] = {.lex_state = 28}, + [6666] = {.lex_state = 28}, + [6667] = {.lex_state = 1340}, + [6668] = {.lex_state = 28}, + [6669] = {.lex_state = 28}, [6670] = {.lex_state = 28}, - [6671] = {.lex_state = 1322}, - [6672] = {.lex_state = 1322}, - [6673] = {.lex_state = 1322}, - [6674] = {.lex_state = 1322}, - [6675] = {.lex_state = 1322}, - [6676] = {.lex_state = 1322}, - [6677] = {.lex_state = 28}, - [6678] = {.lex_state = 28}, - [6679] = {.lex_state = 1322}, - [6680] = {.lex_state = 1322}, - [6681] = {.lex_state = 1322}, - [6682] = {.lex_state = 1322}, + [6671] = {.lex_state = 1340}, + [6672] = {.lex_state = 1340}, + [6673] = {.lex_state = 28}, + [6674] = {.lex_state = 28}, + [6675] = {.lex_state = 28}, + [6676] = {.lex_state = 1340}, + [6677] = {.lex_state = 1340}, + [6678] = {.lex_state = 1340}, + [6679] = {.lex_state = 1340}, + [6680] = {.lex_state = 1340}, + [6681] = {.lex_state = 28}, + [6682] = {.lex_state = 28}, [6683] = {.lex_state = 28}, - [6684] = {.lex_state = 28}, + [6684] = {.lex_state = 1340}, [6685] = {.lex_state = 28}, - [6686] = {.lex_state = 1322}, - [6687] = {.lex_state = 1322}, - [6688] = {.lex_state = 1322}, - [6689] = {.lex_state = 1322}, - [6690] = {.lex_state = 1322}, + [6686] = {.lex_state = 28}, + [6687] = {.lex_state = 1340}, + [6688] = {.lex_state = 1340}, + [6689] = {.lex_state = 1340}, + [6690] = {.lex_state = 28}, [6691] = {.lex_state = 28}, - [6692] = {.lex_state = 1322}, - [6693] = {.lex_state = 1322}, - [6694] = {.lex_state = 1322}, - [6695] = {.lex_state = 1322}, - [6696] = {.lex_state = 1322}, - [6697] = {.lex_state = 28}, - [6698] = {.lex_state = 1322}, - [6699] = {.lex_state = 28}, + [6692] = {.lex_state = 28}, + [6693] = {.lex_state = 28}, + [6694] = {.lex_state = 28}, + [6695] = {.lex_state = 38}, + [6696] = {.lex_state = 1340}, + [6697] = {.lex_state = 1340}, + [6698] = {.lex_state = 28}, + [6699] = {.lex_state = 1340}, [6700] = {.lex_state = 28}, - [6701] = {.lex_state = 37}, + [6701] = {.lex_state = 1340}, [6702] = {.lex_state = 28}, - [6703] = {.lex_state = 1322}, - [6704] = {.lex_state = 1322}, - [6705] = {.lex_state = 1322}, - [6706] = {.lex_state = 1322}, - [6707] = {.lex_state = 1322}, + [6703] = {.lex_state = 28}, + [6704] = {.lex_state = 28}, + [6705] = {.lex_state = 28}, + [6706] = {.lex_state = 1340}, + [6707] = {.lex_state = 28}, [6708] = {.lex_state = 28}, - [6709] = {.lex_state = 1322}, - [6710] = {.lex_state = 1322}, - [6711] = {.lex_state = 1322}, - [6712] = {.lex_state = 1322}, - [6713] = {.lex_state = 1322}, - [6714] = {.lex_state = 1322}, + [6709] = {.lex_state = 28}, + [6710] = {.lex_state = 1340}, + [6711] = {.lex_state = 1340}, + [6712] = {.lex_state = 1340}, + [6713] = {.lex_state = 1340}, + [6714] = {.lex_state = 1340}, [6715] = {.lex_state = 28}, - [6716] = {.lex_state = 1322}, - [6717] = {.lex_state = 1322}, - [6718] = {.lex_state = 1322}, - [6719] = {.lex_state = 1322}, - [6720] = {.lex_state = 1322}, - [6721] = {.lex_state = 1322}, - [6722] = {.lex_state = 1322}, + [6716] = {.lex_state = 28}, + [6717] = {.lex_state = 1340}, + [6718] = {.lex_state = 1340}, + [6719] = {.lex_state = 1340}, + [6720] = {.lex_state = 1340}, + [6721] = {.lex_state = 37}, + [6722] = {.lex_state = 1340}, [6723] = {.lex_state = 28}, - [6724] = {.lex_state = 28}, - [6725] = {.lex_state = 1322}, - [6726] = {.lex_state = 1322}, - [6727] = {.lex_state = 1322}, - [6728] = {.lex_state = 1322}, - [6729] = {.lex_state = 1322}, - [6730] = {.lex_state = 1322}, - [6731] = {.lex_state = 1322}, - [6732] = {.lex_state = 28}, - [6733] = {.lex_state = 1322}, - [6734] = {.lex_state = 1322}, - [6735] = {.lex_state = 1322}, - [6736] = {.lex_state = 1322}, - [6737] = {.lex_state = 1322}, - [6738] = {.lex_state = 1322}, - [6739] = {.lex_state = 1322}, - [6740] = {.lex_state = 34}, - [6741] = {.lex_state = 34}, - [6742] = {.lex_state = 34}, - [6743] = {.lex_state = 1322}, - [6744] = {.lex_state = 1322}, - [6745] = {.lex_state = 1322}, - [6746] = {.lex_state = 28}, - [6747] = {.lex_state = 1322}, - [6748] = {.lex_state = 1322}, - [6749] = {.lex_state = 28}, - [6750] = {.lex_state = 28}, - [6751] = {.lex_state = 1322}, - [6752] = {.lex_state = 28}, - [6753] = {.lex_state = 28}, - [6754] = {.lex_state = 1322}, - [6755] = {.lex_state = 1322}, - [6756] = {.lex_state = 28}, - [6757] = {.lex_state = 28}, - [6758] = {.lex_state = 28}, - [6759] = {.lex_state = 1322}, - [6760] = {.lex_state = 28}, - [6761] = {.lex_state = 28}, - [6762] = {.lex_state = 28}, - [6763] = {.lex_state = 1322}, - [6764] = {.lex_state = 1322}, - [6765] = {.lex_state = 1322}, - [6766] = {.lex_state = 1322}, - [6767] = {.lex_state = 1322}, - [6768] = {.lex_state = 1322}, - [6769] = {.lex_state = 1322}, - [6770] = {.lex_state = 34}, - [6771] = {.lex_state = 28}, - [6772] = {.lex_state = 34}, - [6773] = {.lex_state = 34}, - [6774] = {.lex_state = 28}, - [6775] = {.lex_state = 1322}, - [6776] = {.lex_state = 1322}, - [6777] = {.lex_state = 38}, - [6778] = {.lex_state = 1322}, - [6779] = {.lex_state = 28}, - [6780] = {.lex_state = 28}, - [6781] = {.lex_state = 1322}, - [6782] = {.lex_state = 1322}, - [6783] = {.lex_state = 34}, - [6784] = {.lex_state = 34}, - [6785] = {.lex_state = 34}, - [6786] = {.lex_state = 1322}, - [6787] = {.lex_state = 1322}, - [6788] = {.lex_state = 1322}, - [6789] = {.lex_state = 1322}, - [6790] = {.lex_state = 1322}, - [6791] = {.lex_state = 1322}, - [6792] = {.lex_state = 1322}, - [6793] = {.lex_state = 28}, - [6794] = {.lex_state = 28}, - [6795] = {.lex_state = 28}, - [6796] = {.lex_state = 28}, - [6797] = {.lex_state = 1322}, - [6798] = {.lex_state = 34}, - [6799] = {.lex_state = 1322}, - [6800] = {.lex_state = 28}, - [6801] = {.lex_state = 28}, - [6802] = {.lex_state = 1322}, - [6803] = {.lex_state = 1322}, - [6804] = {.lex_state = 28}, - [6805] = {.lex_state = 1322}, - [6806] = {.lex_state = 1322}, - [6807] = {.lex_state = 1322}, - [6808] = {.lex_state = 28}, - [6809] = {.lex_state = 28}, - [6810] = {.lex_state = 28}, - [6811] = {.lex_state = 1322}, - [6812] = {.lex_state = 1322}, - [6813] = {.lex_state = 1322}, - [6814] = {.lex_state = 1322}, - [6815] = {.lex_state = 1322}, - [6816] = {.lex_state = 1322, .external_lex_state = 17}, - [6817] = {.lex_state = 1322}, - [6818] = {.lex_state = 34}, - [6819] = {.lex_state = 28}, - [6820] = {.lex_state = 34}, - [6821] = {.lex_state = 34}, - [6822] = {.lex_state = 28}, - [6823] = {.lex_state = 1322}, - [6824] = {.lex_state = 1322}, - [6825] = {.lex_state = 1322}, - [6826] = {.lex_state = 37}, - [6827] = {.lex_state = 28}, - [6828] = {.lex_state = 1322}, - [6829] = {.lex_state = 34}, - [6830] = {.lex_state = 34}, - [6831] = {.lex_state = 34}, - [6832] = {.lex_state = 28}, - [6833] = {.lex_state = 1322}, - [6834] = {.lex_state = 1322}, - [6835] = {.lex_state = 28}, - [6836] = {.lex_state = 28}, - [6837] = {.lex_state = 28}, - [6838] = {.lex_state = 28}, - [6839] = {.lex_state = 28}, - [6840] = {.lex_state = 28}, - [6841] = {.lex_state = 1322}, - [6842] = {.lex_state = 1322}, - [6843] = {.lex_state = 1322}, - [6844] = {.lex_state = 1322}, - [6845] = {.lex_state = 28}, - [6846] = {.lex_state = 28}, - [6847] = {.lex_state = 1322}, - [6848] = {.lex_state = 28}, - [6849] = {.lex_state = 28}, - [6850] = {.lex_state = 1322}, - [6851] = {.lex_state = 1322}, - [6852] = {.lex_state = 1322}, - [6853] = {.lex_state = 1322}, - [6854] = {.lex_state = 28}, - [6855] = {.lex_state = 28}, - [6856] = {.lex_state = 28}, - [6857] = {.lex_state = 1322}, - [6858] = {.lex_state = 1322}, - [6859] = {.lex_state = 1322}, - [6860] = {.lex_state = 37}, - [6861] = {.lex_state = 28}, - [6862] = {.lex_state = 34}, - [6863] = {.lex_state = 28}, - [6864] = {.lex_state = 34}, - [6865] = {.lex_state = 34}, - [6866] = {.lex_state = 28}, - [6867] = {.lex_state = 1322}, - [6868] = {.lex_state = 1322}, - [6869] = {.lex_state = 1322}, - [6870] = {.lex_state = 1322}, - [6871] = {.lex_state = 1322}, - [6872] = {.lex_state = 34}, - [6873] = {.lex_state = 34}, - [6874] = {.lex_state = 34}, - [6875] = {.lex_state = 1322}, - [6876] = {.lex_state = 28}, - [6877] = {.lex_state = 28}, - [6878] = {.lex_state = 28}, - [6879] = {.lex_state = 28}, - [6880] = {.lex_state = 28}, - [6881] = {.lex_state = 28}, - [6882] = {.lex_state = 1322}, - [6883] = {.lex_state = 28}, - [6884] = {.lex_state = 1322}, - [6885] = {.lex_state = 1322}, - [6886] = {.lex_state = 1322}, - [6887] = {.lex_state = 28}, - [6888] = {.lex_state = 28}, - [6889] = {.lex_state = 1322}, - [6890] = {.lex_state = 1322}, - [6891] = {.lex_state = 28}, - [6892] = {.lex_state = 28}, - [6893] = {.lex_state = 1322}, - [6894] = {.lex_state = 1322}, - [6895] = {.lex_state = 1322}, - [6896] = {.lex_state = 28}, - [6897] = {.lex_state = 28}, - [6898] = {.lex_state = 28}, - [6899] = {.lex_state = 28}, - [6900] = {.lex_state = 1322}, - [6901] = {.lex_state = 1322}, - [6902] = {.lex_state = 1322}, - [6903] = {.lex_state = 1322}, - [6904] = {.lex_state = 34}, - [6905] = {.lex_state = 28}, - [6906] = {.lex_state = 34}, - [6907] = {.lex_state = 34}, - [6908] = {.lex_state = 28}, - [6909] = {.lex_state = 1322}, - [6910] = {.lex_state = 28}, - [6911] = {.lex_state = 1322}, - [6912] = {.lex_state = 28}, - [6913] = {.lex_state = 28}, - [6914] = {.lex_state = 34}, - [6915] = {.lex_state = 34}, - [6916] = {.lex_state = 34}, - [6917] = {.lex_state = 28}, - [6918] = {.lex_state = 1322}, - [6919] = {.lex_state = 1322}, - [6920] = {.lex_state = 28}, - [6921] = {.lex_state = 1322}, - [6922] = {.lex_state = 1322}, - [6923] = {.lex_state = 28}, - [6924] = {.lex_state = 1322}, - [6925] = {.lex_state = 1322}, - [6926] = {.lex_state = 1322}, - [6927] = {.lex_state = 1322}, - [6928] = {.lex_state = 1322}, - [6929] = {.lex_state = 28}, - [6930] = {.lex_state = 1322}, - [6931] = {.lex_state = 28}, - [6932] = {.lex_state = 1322}, - [6933] = {.lex_state = 28}, - [6934] = {.lex_state = 1322}, - [6935] = {.lex_state = 28}, - [6936] = {.lex_state = 1322}, - [6937] = {.lex_state = 1322}, - [6938] = {.lex_state = 1322}, - [6939] = {.lex_state = 1322}, - [6940] = {.lex_state = 38}, - [6941] = {.lex_state = 28}, - [6942] = {.lex_state = 1322}, - [6943] = {.lex_state = 1322}, - [6944] = {.lex_state = 34}, - [6945] = {.lex_state = 218}, - [6946] = {.lex_state = 1322}, - [6947] = {.lex_state = 1322}, - [6948] = {.lex_state = 1322}, - [6949] = {.lex_state = 1322}, - [6950] = {.lex_state = 28}, - [6951] = {.lex_state = 28}, - [6952] = {.lex_state = 1322}, - [6953] = {.lex_state = 1322}, - [6954] = {.lex_state = 1322}, - [6955] = {.lex_state = 1322}, - [6956] = {.lex_state = 1322}, - [6957] = {.lex_state = 1322}, - [6958] = {.lex_state = 1322}, - [6959] = {.lex_state = 28}, - [6960] = {.lex_state = 28}, - [6961] = {.lex_state = 1322}, - [6962] = {.lex_state = 1322}, - [6963] = {.lex_state = 1322}, - [6964] = {.lex_state = 1322}, - [6965] = {.lex_state = 28}, - [6966] = {.lex_state = 1322}, - [6967] = {.lex_state = 28}, - [6968] = {.lex_state = 28}, - [6969] = {.lex_state = 28}, - [6970] = {.lex_state = 28}, - [6971] = {.lex_state = 1322}, - [6972] = {.lex_state = 28}, - [6973] = {.lex_state = 1322}, - [6974] = {.lex_state = 28}, - [6975] = {.lex_state = 28}, - [6976] = {.lex_state = 28}, - [6977] = {.lex_state = 1322}, - [6978] = {.lex_state = 28}, - [6979] = {.lex_state = 1322}, - [6980] = {.lex_state = 28}, - [6981] = {.lex_state = 136}, - [6982] = {.lex_state = 37}, - [6983] = {.lex_state = 28}, - [6984] = {.lex_state = 1322}, - [6985] = {.lex_state = 28}, - [6986] = {.lex_state = 28}, - [6987] = {.lex_state = 28}, - [6988] = {.lex_state = 28}, - [6989] = {.lex_state = 28}, - [6990] = {.lex_state = 28}, - [6991] = {.lex_state = 1322}, - [6992] = {.lex_state = 28}, - [6993] = {.lex_state = 28}, - [6994] = {.lex_state = 28}, - [6995] = {.lex_state = 28}, - [6996] = {.lex_state = 1322}, - [6997] = {.lex_state = 1322}, - [6998] = {.lex_state = 28}, - [6999] = {.lex_state = 1322}, - [7000] = {.lex_state = 28}, - [7001] = {.lex_state = 1322}, - [7002] = {.lex_state = 28}, - [7003] = {.lex_state = 37}, - [7004] = {.lex_state = 28}, - [7005] = {.lex_state = 28}, - [7006] = {.lex_state = 28}, - [7007] = {.lex_state = 1322}, - [7008] = {.lex_state = 28}, - [7009] = {.lex_state = 28}, - [7010] = {.lex_state = 28}, - [7011] = {.lex_state = 28}, - [7012] = {.lex_state = 28}, - [7013] = {.lex_state = 1322}, - [7014] = {.lex_state = 28}, - [7015] = {.lex_state = 1322}, - [7016] = {.lex_state = 1322}, - [7017] = {.lex_state = 28}, - [7018] = {.lex_state = 1322}, - [7019] = {.lex_state = 28}, - [7020] = {.lex_state = 1322}, - [7021] = {.lex_state = 28}, - [7022] = {.lex_state = 28}, - [7023] = {.lex_state = 1322}, - [7024] = {.lex_state = 28}, - [7025] = {.lex_state = 28}, - [7026] = {.lex_state = 28}, - [7027] = {.lex_state = 28}, - [7028] = {.lex_state = 28}, - [7029] = {.lex_state = 1322}, - [7030] = {.lex_state = 1322}, - [7031] = {.lex_state = 28}, - [7032] = {.lex_state = 28}, - [7033] = {.lex_state = 28}, - [7034] = {.lex_state = 1322}, - [7035] = {.lex_state = 1322}, - [7036] = {.lex_state = 1322}, - [7037] = {.lex_state = 1322}, - [7038] = {.lex_state = 28}, - [7039] = {.lex_state = 1322}, - [7040] = {.lex_state = 1322}, - [7041] = {.lex_state = 34}, - [7042] = {.lex_state = 1322}, - [7043] = {.lex_state = 1322}, - [7044] = {.lex_state = 1322}, - [7045] = {.lex_state = 28}, - [7046] = {.lex_state = 28}, - [7047] = {.lex_state = 1322}, - [7048] = {.lex_state = 1322}, - [7049] = {.lex_state = 28}, - [7050] = {.lex_state = 28}, - [7051] = {.lex_state = 1336}, - [7052] = {.lex_state = 28}, - [7053] = {.lex_state = 1322}, - [7054] = {.lex_state = 1322}, - [7055] = {.lex_state = 28}, - [7056] = {.lex_state = 28}, - [7057] = {.lex_state = 34}, - [7058] = {.lex_state = 1322}, - [7059] = {.lex_state = 28}, - [7060] = {.lex_state = 1322}, - [7061] = {.lex_state = 28}, - [7062] = {.lex_state = 1322}, - [7063] = {.lex_state = 28}, - [7064] = {.lex_state = 1322}, - [7065] = {.lex_state = 28}, - [7066] = {.lex_state = 1322}, - [7067] = {.lex_state = 1322}, - [7068] = {.lex_state = 1322}, - [7069] = {.lex_state = 28}, - [7070] = {.lex_state = 1322}, - [7071] = {.lex_state = 37}, - [7072] = {.lex_state = 1322}, - [7073] = {(TSStateId)(-1)}, - [7074] = {(TSStateId)(-1)}, - [7075] = {(TSStateId)(-1)}, - [7076] = {(TSStateId)(-1)}, - [7077] = {(TSStateId)(-1)}, + [6724] = {.lex_state = 1340}, + [6725] = {.lex_state = 28}, + [6726] = {.lex_state = 1340}, + [6727] = {.lex_state = 28}, + [6728] = {.lex_state = 1340}, + [6729] = {.lex_state = 28}, + [6730] = {.lex_state = 1340}, + [6731] = {.lex_state = 1340}, + [6732] = {.lex_state = 1340}, + [6733] = {.lex_state = 1340}, + [6734] = {.lex_state = 1340}, + [6735] = {.lex_state = 1340}, + [6736] = {.lex_state = 28}, + [6737] = {.lex_state = 28}, + [6738] = {.lex_state = 1340}, + [6739] = {.lex_state = 1340}, + [6740] = {.lex_state = 28}, + [6741] = {.lex_state = 1340}, + [6742] = {.lex_state = 1340}, + [6743] = {.lex_state = 1340}, + [6744] = {.lex_state = 1340}, + [6745] = {.lex_state = 1340}, + [6746] = {.lex_state = 1340}, + [6747] = {.lex_state = 1340}, + [6748] = {.lex_state = 1340}, + [6749] = {.lex_state = 1340}, + [6750] = {.lex_state = 1340}, + [6751] = {.lex_state = 1340}, + [6752] = {.lex_state = 136}, + [6753] = {.lex_state = 1340}, + [6754] = {(TSStateId)(-1)}, + [6755] = {(TSStateId)(-1)}, + [6756] = {(TSStateId)(-1)}, + [6757] = {(TSStateId)(-1)}, + [6758] = {(TSStateId)(-1)}, }; enum { @@ -45216,10 +44807,10 @@ static const bool ts_external_scanner_states[24][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__and_operator] = true, }, [7] = { + [ts_external_token__namedot] = true, [ts_external_token__escaped_string] = true, }, [8] = { - [ts_external_token__namedot] = true, [ts_external_token__escaped_string] = true, }, [9] = { @@ -45238,15 +44829,15 @@ static const bool ts_external_scanner_states[24][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__escaped_string] = true, }, [11] = { - [ts_external_token__namedot] = true, - }, - [12] = { [ts_external_token__or_operator] = true, [ts_external_token__and_operator] = true, [ts_external_token__escaped_string] = true, }, + [12] = { + [ts_external_token__namedot] = true, + }, [13] = { - [ts_external_token__namecolon] = true, + [ts_external_token__namedoublecolon] = true, [ts_external_token__or_operator] = true, [ts_external_token__and_operator] = true, [ts_external_token__escaped_string] = true, @@ -45258,7 +44849,7 @@ static const bool ts_external_scanner_states[24][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__escaped_string] = true, }, [15] = { - [ts_external_token__namedoublecolon] = true, + [ts_external_token__namecolon] = true, [ts_external_token__or_operator] = true, [ts_external_token__and_operator] = true, [ts_external_token__escaped_string] = true, @@ -45277,13 +44868,13 @@ static const bool ts_external_scanner_states[24][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__augmented_assignment] = true, }, [19] = { - [ts_external_token__augmented_assignment] = true, + [ts_external_token__special_character] = true, }, [20] = { - [ts_external_token__special_character] = true, + [ts_external_token__namecolon] = true, + [ts_external_token__augmented_assignment] = true, }, [21] = { - [ts_external_token__namecolon] = true, [ts_external_token__augmented_assignment] = true, }, [22] = { @@ -45341,6 +44932,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [aux_sym__multiplicative_operator_token1] = ACTIONS(1), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1), [anon_sym_LT] = ACTIONS(1), [anon_sym_LT_EQ] = ACTIONS(1), [anon_sym_LT_GT] = ACTIONS(1), @@ -45465,6 +45057,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_on_error_phrase_token8] = ACTIONS(1), [aux_sym_on_stop_phrase_token1] = ACTIONS(1), [aux_sym_on_quit_phrase_token1] = ACTIONS(1), + [aux_sym_on_endkey_phrase_token1] = ACTIONS(1), [aux_sym_stop_after_phrase_token1] = ACTIONS(1), [aux_sym_do_tuning_token1] = ACTIONS(1), [aux_sym_to_phrase_token1] = ACTIONS(1), @@ -45478,6 +45071,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_query_tuning_token3] = ACTIONS(1), [aux_sym_query_tuning_token4] = ACTIONS(1), [aux_sym_query_tuning_token5] = ACTIONS(1), + [aux_sym_query_tuning_token6] = ACTIONS(1), [aux_sym_sort_order_token1] = ACTIONS(1), [aux_sym_sort_order_token2] = ACTIONS(1), [aux_sym_sort_order_token3] = ACTIONS(1), @@ -45574,58 +45168,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__special_character] = ACTIONS(1), }, [1] = { - [sym_source_code] = STATE(6713), + [sym_source_code] = STATE(6722), [sym_comment] = STATE(1), - [sym_qualified_name] = STATE(5430), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(1), - [sym_assignment] = STATE(6703), - [sym_variable_assignment] = STATE(2159), - [sym_variable_definition] = STATE(2159), - [sym_buffer_definition] = STATE(2159), - [sym_query_definition] = STATE(2159), - [sym_function_call_statement] = STATE(2159), - [sym_function_call] = STATE(5387), - [sym_if_statement] = STATE(2159), - [sym_label] = STATE(5386), - [sym_repeat_statement] = STATE(2159), - [sym_procedure_statement] = STATE(2159), - [sym_procedure_parameter_definition] = STATE(2159), - [sym_function_statement] = STATE(2159), - [sym_return_statement] = STATE(2159), - [sym_interface_statement] = STATE(2159), - [sym_dataset_definition] = STATE(2159), - [sym_using_statement] = STATE(2159), - [sym_class_statement] = STATE(2159), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(2159), - [sym_input_close_statement] = STATE(2159), - [sym_output_close_statement] = STATE(2159), - [sym__stream_statement] = STATE(2159), - [sym_input_stream_statement] = STATE(2196), - [sym_output_stream_statement] = STATE(2196), - [sym_do_block] = STATE(2159), - [sym_case_statement] = STATE(2159), - [sym_for_statement] = STATE(2159), - [sym_find_statement] = STATE(2159), - [sym_abl_statement] = STATE(2159), - [sym_assign_statement] = STATE(2159), - [sym_catch_statement] = STATE(2159), - [sym_finally_statement] = STATE(2159), - [sym_accumulate_statement] = STATE(2159), - [sym_undo_statement] = STATE(2159), - [sym_error_scope_statement] = STATE(2159), - [sym_workfile_definition] = STATE(2159), - [sym_temp_table_definition] = STATE(2159), - [sym_on_statement] = STATE(2159), - [sym_prompt_for_statement] = STATE(2159), - [sym_var_statement] = STATE(2159), - [sym_button_definition] = STATE(2159), - [sym_run_statement] = STATE(2159), - [sym_enum_statement] = STATE(2159), - [sym__statement] = STATE(2197), - [aux_sym_source_code_repeat1] = STATE(57), + [sym_assignment] = STATE(6720), + [sym_variable_assignment] = STATE(2036), + [sym_variable_definition] = STATE(2036), + [sym_buffer_definition] = STATE(2036), + [sym_query_definition] = STATE(2036), + [sym_function_call_statement] = STATE(2036), + [sym_function_call] = STATE(5117), + [sym_if_statement] = STATE(2036), + [sym_label] = STATE(5118), + [sym_repeat_statement] = STATE(2036), + [sym_procedure_statement] = STATE(2036), + [sym_procedure_parameter_definition] = STATE(2036), + [sym_function_statement] = STATE(2036), + [sym_return_statement] = STATE(2036), + [sym_interface_statement] = STATE(2036), + [sym_dataset_definition] = STATE(2036), + [sym_using_statement] = STATE(2036), + [sym_class_statement] = STATE(2036), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(2036), + [sym_input_close_statement] = STATE(2036), + [sym_output_close_statement] = STATE(2036), + [sym__stream_statement] = STATE(2036), + [sym_input_stream_statement] = STATE(2040), + [sym_output_stream_statement] = STATE(2040), + [sym_do_block] = STATE(2036), + [sym_case_statement] = STATE(2036), + [sym_for_statement] = STATE(2036), + [sym_find_statement] = STATE(2036), + [sym_abl_statement] = STATE(2036), + [sym_assign_statement] = STATE(2036), + [sym_catch_statement] = STATE(2036), + [sym_finally_statement] = STATE(2036), + [sym_accumulate_statement] = STATE(2036), + [sym_undo_statement] = STATE(2036), + [sym_error_scope_statement] = STATE(2036), + [sym_workfile_definition] = STATE(2036), + [sym_temp_table_definition] = STATE(2036), + [sym_on_statement] = STATE(2036), + [sym_prompt_for_statement] = STATE(2036), + [sym_var_statement] = STATE(2036), + [sym_button_definition] = STATE(2036), + [sym_run_statement] = STATE(2036), + [sym_enum_statement] = STATE(2036), + [sym__statement] = STATE(2043), + [aux_sym_source_code_repeat1] = STATE(64), [ts_builtin_sym_end] = ACTIONS(9), [sym_identifier] = ACTIONS(11), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -45664,10 +45258,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(23), - [aux_sym_qualified_name_repeat1] = STATE(9), + [sym_function_arguments] = STATE(27), + [aux_sym_qualified_name_repeat1] = STATE(12), [aux_sym_object_access_repeat1] = STATE(5), - [aux_sym_member_access_repeat1] = STATE(18), + [aux_sym_member_access_repeat1] = STATE(15), [anon_sym_COLON] = ACTIONS(67), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -45686,6 +45280,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -45744,6 +45339,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(67), [aux_sym_field_option_token1] = ACTIONS(67), @@ -45765,10 +45361,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(23), - [aux_sym_qualified_name_repeat1] = STATE(9), + [sym_function_arguments] = STATE(27), + [aux_sym_qualified_name_repeat1] = STATE(12), [aux_sym_object_access_repeat1] = STATE(5), - [aux_sym_member_access_repeat1] = STATE(18), + [aux_sym_member_access_repeat1] = STATE(15), [anon_sym_COLON] = ACTIONS(87), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -45786,6 +45382,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -45844,6 +45441,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(87), [aux_sym_field_option_token1] = ACTIONS(87), @@ -45884,6 +45482,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -45942,6 +45541,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(91), [aux_sym_field_option_token1] = ACTIONS(91), @@ -45980,6 +45580,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -46038,6 +45639,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(98), [aux_sym_field_option_token1] = ACTIONS(98), @@ -46076,6 +45678,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -46134,6 +45737,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(98), [aux_sym_field_option_token1] = ACTIONS(98), @@ -46153,7 +45757,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [7] = { [sym_comment] = STATE(7), [sym_include] = STATE(7), - [aux_sym_qualified_name_repeat1] = STATE(7), + [aux_sym_qualified_name_repeat1] = STATE(12), [anon_sym_COLON] = ACTIONS(102), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -46171,6 +45775,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -46229,6 +45834,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(102), [aux_sym_field_option_token1] = ACTIONS(102), @@ -46241,489 +45847,499 @@ 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), - [aux_sym_object_access_repeat1] = STATE(4), - [anon_sym_COLON] = ACTIONS(98), + [anon_sym_COLON] = ACTIONS(106), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(100), + [anon_sym_SLASH] = ACTIONS(108), [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), - [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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(106), + [sym__terminator] = ACTIONS(106), + [aux_sym__block_terminator_token1] = ACTIONS(106), + [anon_sym_COMMA] = ACTIONS(106), + [anon_sym_RBRACK] = ACTIONS(106), + [anon_sym_LPAREN] = ACTIONS(106), + [anon_sym_RPAREN] = 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__function_argument_with_mode_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_while_phrase_token1] = ACTIONS(106), + [aux_sym_repeat_tuning_token1] = ACTIONS(106), + [aux_sym_using_statement_token1] = ACTIONS(106), + [anon_sym_NO_DASHERROR] = ACTIONS(108), + [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_to_phrase_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_sort_clause_token1] = 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__namecolon] = ACTIONS(106), + [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(109), + [aux_sym_qualified_name_repeat1] = STATE(9), + [anon_sym_COLON] = ACTIONS(110), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(111), + [anon_sym_SLASH] = ACTIONS(112), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(109), - [sym__terminator] = ACTIONS(109), - [aux_sym__block_terminator_token1] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_RPAREN] = 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), - [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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__namedot] = ACTIONS(81), - [sym__or_operator] = ACTIONS(109), - [sym__and_operator] = ACTIONS(109), + [anon_sym_STAR] = ACTIONS(110), + [sym__terminator] = ACTIONS(110), + [aux_sym__block_terminator_token1] = ACTIONS(110), + [anon_sym_COMMA] = ACTIONS(110), + [anon_sym_RBRACK] = ACTIONS(110), + [anon_sym_LPAREN] = ACTIONS(110), + [anon_sym_RPAREN] = ACTIONS(110), + [anon_sym_EQ] = ACTIONS(110), + [aux_sym_unary_expression_token2] = ACTIONS(110), + [anon_sym_PLUS] = ACTIONS(110), + [anon_sym_DASH] = ACTIONS(110), + [aux_sym__multiplicative_operator_token1] = ACTIONS(110), + [aux_sym__multiplicative_operator_token2] = ACTIONS(112), + [anon_sym_LT] = ACTIONS(112), + [anon_sym_LT_EQ] = ACTIONS(110), + [anon_sym_LT_GT] = ACTIONS(110), + [anon_sym_GT] = ACTIONS(112), + [anon_sym_GT_EQ] = ACTIONS(110), + [aux_sym__comparison_operator_token1] = ACTIONS(110), + [aux_sym__comparison_operator_token2] = ACTIONS(110), + [aux_sym__comparison_operator_token3] = ACTIONS(110), + [aux_sym__comparison_operator_token4] = ACTIONS(110), + [aux_sym__comparison_operator_token5] = ACTIONS(110), + [aux_sym__comparison_operator_token6] = ACTIONS(110), + [aux_sym__comparison_operator_token7] = ACTIONS(110), + [aux_sym__comparison_operator_token8] = ACTIONS(110), + [aux_sym__comparison_operator_token9] = ACTIONS(110), + [aux_sym_when_expression_token1] = ACTIONS(110), + [aux_sym_variable_tuning_token1] = ACTIONS(110), + [aux_sym_variable_tuning_token2] = ACTIONS(112), + [aux_sym_variable_tuning_token3] = ACTIONS(110), + [aux_sym_variable_tuning_token4] = ACTIONS(110), + [aux_sym_variable_tuning_token5] = ACTIONS(110), + [aux_sym_variable_tuning_token6] = ACTIONS(110), + [aux_sym_variable_tuning_token7] = ACTIONS(110), + [aux_sym_variable_tuning_token8] = ACTIONS(110), + [aux_sym__function_argument_with_mode_token4] = ACTIONS(110), + [aux_sym_function_call_token1] = ACTIONS(110), + [aux_sym_if_statement_token2] = ACTIONS(110), + [aux_sym_else_statement_token1] = ACTIONS(110), + [aux_sym_while_phrase_token1] = ACTIONS(110), + [aux_sym_repeat_tuning_token1] = ACTIONS(110), + [aux_sym_using_statement_token1] = ACTIONS(110), + [aux_sym_input_stream_tuning_token1] = ACTIONS(110), + [aux_sym_input_stream_tuning_token2] = ACTIONS(110), + [aux_sym_input_stream_tuning_token3] = ACTIONS(110), + [aux_sym_input_stream_tuning_token4] = ACTIONS(110), + [aux_sym_input_stream_tuning_token5] = ACTIONS(110), + [aux_sym_input_stream_tuning_token6] = ACTIONS(110), + [aux_sym_input_stream_tuning_token7] = ACTIONS(110), + [aux_sym_input_stream_tuning_token8] = ACTIONS(110), + [aux_sym_input_stream_tuning_token9] = ACTIONS(110), + [aux_sym_input_stream_tuning_token11] = ACTIONS(110), + [aux_sym_output_stream_tuning_token1] = ACTIONS(110), + [aux_sym_output_stream_tuning_token2] = ACTIONS(110), + [aux_sym_output_stream_tuning_token3] = ACTIONS(110), + [aux_sym_output_stream_tuning_token4] = ACTIONS(110), + [aux_sym_output_stream_tuning_token5] = ACTIONS(110), + [aux_sym_output_stream_tuning_token6] = ACTIONS(110), + [aux_sym_output_stream_tuning_token7] = ACTIONS(110), + [aux_sym_output_stream_statement_token1] = ACTIONS(110), + [aux_sym_on_error_phrase_token1] = ACTIONS(110), + [aux_sym_stop_after_phrase_token1] = ACTIONS(110), + [aux_sym_do_tuning_token1] = ACTIONS(110), + [aux_sym_to_phrase_token1] = ACTIONS(110), + [aux_sym_where_clause_token1] = ACTIONS(110), + [aux_sym_query_tuning_token1] = ACTIONS(110), + [aux_sym_query_tuning_token2] = ACTIONS(110), + [aux_sym_query_tuning_token3] = ACTIONS(110), + [aux_sym_query_tuning_token4] = ACTIONS(110), + [aux_sym_query_tuning_token5] = ACTIONS(110), + [aux_sym_query_tuning_token6] = ACTIONS(110), + [aux_sym_sort_clause_token1] = ACTIONS(110), + [aux_sym_of_token1] = ACTIONS(110), + [aux_sym_field_option_token1] = ACTIONS(110), + [aux_sym_field_option_token2] = ACTIONS(110), + [aux_sym_field_option_token3] = ACTIONS(110), + [aux_sym_field_option_token4] = ACTIONS(110), + [aux_sym_field_option_token5] = ACTIONS(110), + [aux_sym_field_option_token6] = ACTIONS(110), + [aux_sym_field_definition_token1] = ACTIONS(110), + [aux_sym_index_definition_token1] = ACTIONS(110), + [aux_sym_of_phrase_token1] = ACTIONS(110), + [aux_sym_of_phrase_token2] = ACTIONS(110), + [sym__namedot] = ACTIONS(114), + [sym__or_operator] = ACTIONS(110), + [sym__and_operator] = ACTIONS(110), }, [10] = { [sym_comment] = STATE(10), [sym_include] = STATE(10), - [aux_sym_object_access_repeat1] = STATE(6), - [anon_sym_COLON] = ACTIONS(87), + [anon_sym_COLON] = ACTIONS(117), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(89), + [anon_sym_SLASH] = ACTIONS(119), [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), - [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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__namecolon] = ACTIONS(83), - [sym__or_operator] = ACTIONS(87), - [sym__and_operator] = ACTIONS(87), + [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), + [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__function_argument_with_mode_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_while_phrase_token1] = ACTIONS(117), + [aux_sym_repeat_tuning_token1] = ACTIONS(117), + [aux_sym_using_statement_token1] = ACTIONS(117), + [anon_sym_NO_DASHERROR] = ACTIONS(119), + [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_to_phrase_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_sort_clause_token1] = 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__namecolon] = ACTIONS(117), + [sym__or_operator] = ACTIONS(117), + [sym__and_operator] = ACTIONS(117), }, [11] = { [sym_comment] = STATE(11), [sym_include] = STATE(11), - [aux_sym_member_access_repeat1] = STATE(11), - [anon_sym_COLON] = ACTIONS(113), + [anon_sym_COLON] = ACTIONS(121), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(115), + [anon_sym_SLASH] = ACTIONS(123), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(113), - [sym__terminator] = ACTIONS(113), - [aux_sym__block_terminator_token1] = ACTIONS(113), - [anon_sym_COMMA] = ACTIONS(113), - [anon_sym_RBRACK] = ACTIONS(113), - [anon_sym_LPAREN] = ACTIONS(113), - [anon_sym_RPAREN] = ACTIONS(113), - [anon_sym_EQ] = ACTIONS(113), - [aux_sym_unary_expression_token2] = ACTIONS(113), - [anon_sym_PLUS] = ACTIONS(113), - [anon_sym_DASH] = ACTIONS(113), - [aux_sym__multiplicative_operator_token1] = ACTIONS(113), - [anon_sym_LT] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(113), - [anon_sym_LT_GT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(113), - [aux_sym__comparison_operator_token1] = ACTIONS(113), - [aux_sym__comparison_operator_token2] = ACTIONS(113), - [aux_sym__comparison_operator_token3] = ACTIONS(113), - [aux_sym__comparison_operator_token4] = ACTIONS(113), - [aux_sym__comparison_operator_token5] = ACTIONS(113), - [aux_sym__comparison_operator_token6] = ACTIONS(113), - [aux_sym__comparison_operator_token7] = ACTIONS(113), - [aux_sym__comparison_operator_token8] = ACTIONS(113), - [aux_sym__comparison_operator_token9] = ACTIONS(113), - [aux_sym_when_expression_token1] = ACTIONS(113), - [aux_sym_variable_tuning_token1] = ACTIONS(113), - [aux_sym_variable_tuning_token2] = ACTIONS(115), - [aux_sym_variable_tuning_token3] = ACTIONS(113), - [aux_sym_variable_tuning_token4] = ACTIONS(113), - [aux_sym_variable_tuning_token5] = ACTIONS(113), - [aux_sym_variable_tuning_token6] = ACTIONS(113), - [aux_sym_variable_tuning_token7] = ACTIONS(113), - [aux_sym_variable_tuning_token8] = ACTIONS(113), - [aux_sym__function_argument_with_mode_token4] = ACTIONS(113), - [aux_sym_function_call_token1] = ACTIONS(113), - [aux_sym_if_statement_token2] = ACTIONS(113), - [aux_sym_else_statement_token1] = ACTIONS(113), - [aux_sym_while_phrase_token1] = ACTIONS(113), - [aux_sym_repeat_tuning_token1] = ACTIONS(113), - [aux_sym_using_statement_token1] = ACTIONS(113), - [aux_sym_input_stream_tuning_token1] = ACTIONS(113), - [aux_sym_input_stream_tuning_token2] = ACTIONS(113), - [aux_sym_input_stream_tuning_token3] = ACTIONS(113), - [aux_sym_input_stream_tuning_token4] = ACTIONS(113), - [aux_sym_input_stream_tuning_token5] = ACTIONS(113), - [aux_sym_input_stream_tuning_token6] = ACTIONS(113), - [aux_sym_input_stream_tuning_token7] = ACTIONS(113), - [aux_sym_input_stream_tuning_token8] = ACTIONS(113), - [aux_sym_input_stream_tuning_token9] = ACTIONS(113), - [aux_sym_input_stream_tuning_token11] = ACTIONS(113), - [aux_sym_output_stream_tuning_token1] = ACTIONS(113), - [aux_sym_output_stream_tuning_token2] = ACTIONS(113), - [aux_sym_output_stream_tuning_token3] = ACTIONS(113), - [aux_sym_output_stream_tuning_token4] = ACTIONS(113), - [aux_sym_output_stream_tuning_token5] = ACTIONS(113), - [aux_sym_output_stream_tuning_token6] = ACTIONS(113), - [aux_sym_output_stream_tuning_token7] = ACTIONS(113), - [aux_sym_output_stream_statement_token1] = ACTIONS(113), - [aux_sym_on_error_phrase_token1] = ACTIONS(113), - [aux_sym_stop_after_phrase_token1] = ACTIONS(113), - [aux_sym_do_tuning_token1] = ACTIONS(113), - [aux_sym_to_phrase_token1] = ACTIONS(113), - [aux_sym_where_clause_token1] = ACTIONS(113), - [aux_sym_query_tuning_token1] = ACTIONS(113), - [aux_sym_query_tuning_token2] = ACTIONS(113), - [aux_sym_query_tuning_token3] = ACTIONS(113), - [aux_sym_query_tuning_token4] = ACTIONS(113), - [aux_sym_query_tuning_token5] = ACTIONS(113), - [aux_sym_sort_clause_token1] = ACTIONS(113), - [aux_sym_of_token1] = ACTIONS(113), - [aux_sym_field_option_token1] = ACTIONS(113), - [aux_sym_field_option_token2] = ACTIONS(113), - [aux_sym_field_option_token3] = ACTIONS(113), - [aux_sym_field_option_token4] = ACTIONS(113), - [aux_sym_field_option_token5] = ACTIONS(113), - [aux_sym_field_option_token6] = ACTIONS(113), - [aux_sym_field_definition_token1] = ACTIONS(113), - [aux_sym_index_definition_token1] = ACTIONS(113), - [aux_sym_of_phrase_token1] = ACTIONS(113), - [aux_sym_of_phrase_token2] = ACTIONS(113), - [sym__namedoublecolon] = ACTIONS(117), - [sym__or_operator] = ACTIONS(113), - [sym__and_operator] = ACTIONS(113), + [anon_sym_STAR] = ACTIONS(121), + [sym__terminator] = ACTIONS(121), + [aux_sym__block_terminator_token1] = 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__function_argument_with_mode_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_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_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_to_phrase_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_sort_clause_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), }, [12] = { [sym_comment] = STATE(12), [sym_include] = STATE(12), - [anon_sym_COLON] = ACTIONS(120), + [aux_sym_qualified_name_repeat1] = STATE(9), + [anon_sym_COLON] = ACTIONS(125), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(122), + [anon_sym_SLASH] = ACTIONS(127), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(120), - [sym__terminator] = ACTIONS(120), - [aux_sym__block_terminator_token1] = ACTIONS(120), - [anon_sym_COMMA] = ACTIONS(120), - [anon_sym_RBRACK] = ACTIONS(120), - [anon_sym_LPAREN] = ACTIONS(120), - [anon_sym_RPAREN] = ACTIONS(120), - [anon_sym_EQ] = ACTIONS(120), - [aux_sym_unary_expression_token2] = ACTIONS(120), - [anon_sym_PLUS] = ACTIONS(120), - [anon_sym_DASH] = ACTIONS(120), - [aux_sym__multiplicative_operator_token1] = ACTIONS(120), - [anon_sym_LT] = ACTIONS(122), - [anon_sym_LT_EQ] = ACTIONS(120), - [anon_sym_LT_GT] = ACTIONS(120), - [anon_sym_GT] = ACTIONS(122), - [anon_sym_GT_EQ] = ACTIONS(120), - [aux_sym__comparison_operator_token1] = ACTIONS(120), - [aux_sym__comparison_operator_token2] = ACTIONS(120), - [aux_sym__comparison_operator_token3] = ACTIONS(120), - [aux_sym__comparison_operator_token4] = ACTIONS(120), - [aux_sym__comparison_operator_token5] = ACTIONS(120), - [aux_sym__comparison_operator_token6] = ACTIONS(120), - [aux_sym__comparison_operator_token7] = ACTIONS(120), - [aux_sym__comparison_operator_token8] = ACTIONS(120), - [aux_sym__comparison_operator_token9] = ACTIONS(120), - [aux_sym_when_expression_token1] = ACTIONS(120), - [aux_sym_variable_tuning_token1] = ACTIONS(120), - [aux_sym_variable_tuning_token2] = ACTIONS(122), - [aux_sym_variable_tuning_token3] = ACTIONS(120), - [aux_sym_variable_tuning_token4] = ACTIONS(120), - [aux_sym_variable_tuning_token5] = ACTIONS(120), - [aux_sym_variable_tuning_token6] = ACTIONS(120), - [aux_sym_variable_tuning_token7] = ACTIONS(120), - [aux_sym_variable_tuning_token8] = ACTIONS(120), - [aux_sym__function_argument_with_mode_token4] = ACTIONS(120), - [aux_sym_function_call_token1] = ACTIONS(120), - [aux_sym_if_statement_token2] = ACTIONS(120), - [aux_sym_else_statement_token1] = ACTIONS(120), - [aux_sym_while_phrase_token1] = ACTIONS(120), - [aux_sym_repeat_tuning_token1] = ACTIONS(120), - [aux_sym_using_statement_token1] = ACTIONS(120), - [anon_sym_NO_DASHERROR] = ACTIONS(122), - [aux_sym_input_stream_tuning_token1] = ACTIONS(120), - [aux_sym_input_stream_tuning_token2] = ACTIONS(120), - [aux_sym_input_stream_tuning_token3] = ACTIONS(120), - [aux_sym_input_stream_tuning_token4] = ACTIONS(120), - [aux_sym_input_stream_tuning_token5] = ACTIONS(120), - [aux_sym_input_stream_tuning_token6] = ACTIONS(120), - [aux_sym_input_stream_tuning_token7] = ACTIONS(120), - [aux_sym_input_stream_tuning_token8] = ACTIONS(120), - [aux_sym_input_stream_tuning_token9] = ACTIONS(120), - [aux_sym_input_stream_tuning_token11] = ACTIONS(120), - [aux_sym_output_stream_tuning_token1] = ACTIONS(120), - [aux_sym_output_stream_tuning_token2] = ACTIONS(120), - [aux_sym_output_stream_tuning_token3] = ACTIONS(120), - [aux_sym_output_stream_tuning_token4] = ACTIONS(120), - [aux_sym_output_stream_tuning_token5] = ACTIONS(120), - [aux_sym_output_stream_tuning_token6] = ACTIONS(120), - [aux_sym_output_stream_tuning_token7] = ACTIONS(120), - [aux_sym_output_stream_statement_token1] = ACTIONS(120), - [aux_sym_on_error_phrase_token1] = ACTIONS(120), - [aux_sym_stop_after_phrase_token1] = ACTIONS(120), - [aux_sym_do_tuning_token1] = ACTIONS(120), - [aux_sym_to_phrase_token1] = ACTIONS(120), - [aux_sym_where_clause_token1] = ACTIONS(120), - [aux_sym_query_tuning_token1] = ACTIONS(120), - [aux_sym_query_tuning_token2] = ACTIONS(120), - [aux_sym_query_tuning_token3] = ACTIONS(120), - [aux_sym_query_tuning_token4] = ACTIONS(120), - [aux_sym_query_tuning_token5] = ACTIONS(120), - [aux_sym_sort_clause_token1] = ACTIONS(120), - [aux_sym_of_token1] = ACTIONS(120), - [aux_sym_field_option_token1] = ACTIONS(120), - [aux_sym_field_option_token2] = ACTIONS(120), - [aux_sym_field_option_token3] = ACTIONS(120), - [aux_sym_field_option_token4] = ACTIONS(120), - [aux_sym_field_option_token5] = ACTIONS(120), - [aux_sym_field_option_token6] = ACTIONS(120), - [aux_sym_field_definition_token1] = ACTIONS(120), - [aux_sym_index_definition_token1] = ACTIONS(120), - [aux_sym_of_phrase_token1] = ACTIONS(120), - [aux_sym_of_phrase_token2] = ACTIONS(120), - [sym__namecolon] = ACTIONS(120), - [sym__or_operator] = ACTIONS(120), - [sym__and_operator] = ACTIONS(120), + [anon_sym_STAR] = ACTIONS(125), + [sym__terminator] = ACTIONS(125), + [aux_sym__block_terminator_token1] = 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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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__namedot] = ACTIONS(81), + [sym__or_operator] = ACTIONS(125), + [sym__and_operator] = ACTIONS(125), }, [13] = { [sym_comment] = STATE(13), [sym_include] = STATE(13), - [sym_function_arguments] = STATE(23), + [aux_sym_object_access_repeat1] = STATE(6), [anon_sym_COLON] = ACTIONS(67), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -46732,16 +46348,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_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), @@ -46800,6 +46416,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(67), [aux_sym_field_option_token1] = ACTIONS(67), @@ -46812,488 +46429,208 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_index_definition_token1] = ACTIONS(67), [aux_sym_of_phrase_token1] = ACTIONS(67), [aux_sym_of_phrase_token2] = ACTIONS(67), + [sym__namecolon] = ACTIONS(83), [sym__or_operator] = ACTIONS(67), [sym__and_operator] = ACTIONS(67), }, [14] = { [sym_comment] = STATE(14), [sym_include] = STATE(14), - [aux_sym_qualified_name_repeat1] = STATE(9), - [anon_sym_COLON] = ACTIONS(124), + [aux_sym_object_access_repeat1] = STATE(6), + [anon_sym_COLON] = ACTIONS(87), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(126), + [anon_sym_SLASH] = ACTIONS(89), [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), - [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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(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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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__namecolon] = ACTIONS(83), + [sym__or_operator] = ACTIONS(87), + [sym__and_operator] = ACTIONS(87), }, [15] = { [sym_comment] = STATE(15), [sym_include] = STATE(15), - [aux_sym_qualified_name_repeat1] = STATE(9), - [anon_sym_COLON] = ACTIONS(128), + [aux_sym_member_access_repeat1] = STATE(19), + [anon_sym_COLON] = ACTIONS(129), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(131), [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), - [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__function_argument_with_mode_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_while_phrase_token1] = ACTIONS(128), - [aux_sym_repeat_tuning_token1] = ACTIONS(128), - [aux_sym_using_statement_token1] = 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_to_phrase_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_sort_clause_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__namedot] = ACTIONS(81), - [sym__or_operator] = ACTIONS(128), - [sym__and_operator] = ACTIONS(128), + [anon_sym_STAR] = ACTIONS(129), + [sym__terminator] = ACTIONS(129), + [aux_sym__block_terminator_token1] = 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__function_argument_with_mode_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_while_phrase_token1] = ACTIONS(129), + [aux_sym_repeat_tuning_token1] = ACTIONS(129), + [aux_sym_using_statement_token1] = 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_to_phrase_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_sort_clause_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__namedoublecolon] = ACTIONS(85), + [sym__or_operator] = ACTIONS(129), + [sym__and_operator] = ACTIONS(129), }, [16] = { [sym_comment] = STATE(16), [sym_include] = STATE(16), - [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_LBRACK] = 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), - [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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__namecolon] = ACTIONS(132), - [sym__or_operator] = ACTIONS(132), - [sym__and_operator] = ACTIONS(132), - }, - [17] = { - [sym_comment] = STATE(17), - [sym_include] = STATE(17), - [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), - [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), - [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__function_argument_with_mode_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_while_phrase_token1] = ACTIONS(136), - [aux_sym_repeat_tuning_token1] = ACTIONS(136), - [aux_sym_using_statement_token1] = ACTIONS(136), - [anon_sym_NO_DASHERROR] = ACTIONS(138), - [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_to_phrase_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_sort_clause_token1] = 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__namecolon] = ACTIONS(136), - [sym__or_operator] = ACTIONS(136), - [sym__and_operator] = ACTIONS(136), - }, - [18] = { - [sym_comment] = STATE(18), - [sym_include] = STATE(18), - [aux_sym_member_access_repeat1] = STATE(11), - [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), - [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__function_argument_with_mode_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_while_phrase_token1] = ACTIONS(140), - [aux_sym_repeat_tuning_token1] = ACTIONS(140), - [aux_sym_using_statement_token1] = 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_to_phrase_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_sort_clause_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__namedoublecolon] = ACTIONS(85), - [sym__or_operator] = ACTIONS(140), - [sym__and_operator] = ACTIONS(140), - }, - [19] = { - [sym_comment] = STATE(19), - [sym_include] = STATE(19), - [aux_sym_object_access_repeat1] = STATE(6), + [sym_function_arguments] = STATE(27), [anon_sym_COLON] = ACTIONS(67), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -47302,15 +46639,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(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), @@ -47369,6 +46708,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(67), [aux_sym_field_option_token1] = ACTIONS(67), @@ -47381,10 +46721,300 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_index_definition_token1] = ACTIONS(67), [aux_sym_of_phrase_token1] = ACTIONS(67), [aux_sym_of_phrase_token2] = ACTIONS(67), - [sym__namecolon] = ACTIONS(83), [sym__or_operator] = ACTIONS(67), [sym__and_operator] = ACTIONS(67), }, + [17] = { + [sym_comment] = STATE(17), + [sym_include] = STATE(17), + [aux_sym_qualified_name_repeat1] = STATE(12), + [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), + [aux_sym__block_terminator_token1] = 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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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(133), + [sym__and_operator] = ACTIONS(133), + }, + [18] = { + [sym_comment] = STATE(18), + [sym_include] = STATE(18), + [aux_sym_object_access_repeat1] = STATE(4), + [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_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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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), + }, + [19] = { + [sym_comment] = STATE(19), + [sym_include] = STATE(19), + [aux_sym_member_access_repeat1] = STATE(19), + [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), + [aux_sym__block_terminator_token1] = 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__function_argument_with_mode_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_while_phrase_token1] = ACTIONS(137), + [aux_sym_repeat_tuning_token1] = ACTIONS(137), + [aux_sym_using_statement_token1] = 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_to_phrase_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_sort_clause_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__namedoublecolon] = ACTIONS(141), + [sym__or_operator] = ACTIONS(137), + [sym__and_operator] = ACTIONS(137), + }, [20] = { [sym_comment] = STATE(20), [sym_include] = STATE(20), @@ -47396,6 +47026,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(144), [sym__terminator] = ACTIONS(144), [aux_sym__block_terminator_token1] = ACTIONS(144), + [anon_sym_LBRACK] = ACTIONS(144), [anon_sym_COMMA] = ACTIONS(144), [anon_sym_RBRACK] = ACTIONS(144), [anon_sym_LPAREN] = ACTIONS(144), @@ -47405,6 +47036,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -47435,7 +47067,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_input_stream_tuning_token1] = ACTIONS(144), [aux_sym_input_stream_tuning_token2] = ACTIONS(144), [aux_sym_input_stream_tuning_token3] = ACTIONS(144), @@ -47464,6 +47095,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(144), [aux_sym_field_option_token1] = ACTIONS(144), @@ -47500,6 +47132,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -47558,6 +47191,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(148), [aux_sym_field_option_token1] = ACTIONS(148), @@ -47570,7 +47204,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_index_definition_token1] = ACTIONS(148), [aux_sym_of_phrase_token1] = ACTIONS(148), [aux_sym_of_phrase_token2] = ACTIONS(148), - [sym__namedoublecolon] = ACTIONS(148), + [sym__namecolon] = ACTIONS(148), [sym__or_operator] = ACTIONS(148), [sym__and_operator] = ACTIONS(148), }, @@ -47594,6 +47228,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -47652,6 +47287,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(152), [aux_sym_field_option_token1] = ACTIONS(152), @@ -47664,296 +47300,206 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_index_definition_token1] = ACTIONS(152), [aux_sym_of_phrase_token1] = ACTIONS(152), [aux_sym_of_phrase_token2] = ACTIONS(152), - [sym__namedot] = ACTIONS(156), + [sym__namecolon] = ACTIONS(152), [sym__or_operator] = ACTIONS(152), [sym__and_operator] = ACTIONS(152), }, [23] = { [sym_comment] = STATE(23), [sym_include] = STATE(23), - [anon_sym_COLON] = ACTIONS(158), + [anon_sym_COLON] = ACTIONS(156), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(160), + [anon_sym_SLASH] = ACTIONS(158), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(158), - [sym__terminator] = ACTIONS(158), - [aux_sym__block_terminator_token1] = 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), - [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__function_argument_with_mode_token4] = ACTIONS(158), - [aux_sym_function_call_token1] = ACTIONS(162), - [aux_sym_if_statement_token2] = ACTIONS(158), - [aux_sym_else_statement_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_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_to_phrase_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_sort_clause_token1] = 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__namecolon] = ACTIONS(158), - [sym__or_operator] = ACTIONS(158), - [sym__and_operator] = ACTIONS(158), + [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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), }, [24] = { [sym_comment] = STATE(24), [sym_include] = STATE(24), - [anon_sym_COLON] = ACTIONS(102), + [anon_sym_COLON] = ACTIONS(110), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(104), + [anon_sym_SLASH] = ACTIONS(112), [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), - [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), - [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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(110), + [sym__terminator] = ACTIONS(110), + [aux_sym__block_terminator_token1] = ACTIONS(110), + [anon_sym_COMMA] = ACTIONS(110), + [anon_sym_RBRACK] = ACTIONS(110), + [anon_sym_LPAREN] = ACTIONS(110), + [anon_sym_RPAREN] = ACTIONS(110), + [anon_sym_EQ] = ACTIONS(110), + [aux_sym_unary_expression_token2] = ACTIONS(110), + [anon_sym_PLUS] = ACTIONS(110), + [anon_sym_DASH] = ACTIONS(110), + [aux_sym__multiplicative_operator_token1] = ACTIONS(110), + [aux_sym__multiplicative_operator_token2] = ACTIONS(112), + [anon_sym_LT] = ACTIONS(112), + [anon_sym_LT_EQ] = ACTIONS(110), + [anon_sym_LT_GT] = ACTIONS(110), + [anon_sym_GT] = ACTIONS(112), + [anon_sym_GT_EQ] = ACTIONS(110), + [aux_sym__comparison_operator_token1] = ACTIONS(110), + [aux_sym__comparison_operator_token2] = ACTIONS(110), + [aux_sym__comparison_operator_token3] = ACTIONS(110), + [aux_sym__comparison_operator_token4] = ACTIONS(110), + [aux_sym__comparison_operator_token5] = ACTIONS(110), + [aux_sym__comparison_operator_token6] = ACTIONS(110), + [aux_sym__comparison_operator_token7] = ACTIONS(110), + [aux_sym__comparison_operator_token8] = ACTIONS(110), + [aux_sym__comparison_operator_token9] = ACTIONS(110), + [aux_sym_when_expression_token1] = ACTIONS(110), + [aux_sym_variable_tuning_token1] = ACTIONS(110), + [aux_sym_variable_tuning_token2] = ACTIONS(112), + [aux_sym_variable_tuning_token3] = ACTIONS(110), + [aux_sym_variable_tuning_token4] = ACTIONS(110), + [aux_sym_variable_tuning_token5] = ACTIONS(110), + [aux_sym_variable_tuning_token6] = ACTIONS(110), + [aux_sym_variable_tuning_token7] = ACTIONS(110), + [aux_sym_variable_tuning_token8] = ACTIONS(110), + [aux_sym__function_argument_with_mode_token4] = ACTIONS(110), + [aux_sym_function_call_token1] = ACTIONS(110), + [aux_sym_if_statement_token2] = ACTIONS(110), + [aux_sym_else_statement_token1] = ACTIONS(110), + [aux_sym_while_phrase_token1] = ACTIONS(110), + [aux_sym_repeat_tuning_token1] = ACTIONS(110), + [aux_sym_using_statement_token1] = ACTIONS(110), + [aux_sym_input_stream_tuning_token1] = ACTIONS(110), + [aux_sym_input_stream_tuning_token2] = ACTIONS(110), + [aux_sym_input_stream_tuning_token3] = ACTIONS(110), + [aux_sym_input_stream_tuning_token4] = ACTIONS(110), + [aux_sym_input_stream_tuning_token5] = ACTIONS(110), + [aux_sym_input_stream_tuning_token6] = ACTIONS(110), + [aux_sym_input_stream_tuning_token7] = ACTIONS(110), + [aux_sym_input_stream_tuning_token8] = ACTIONS(110), + [aux_sym_input_stream_tuning_token9] = ACTIONS(110), + [aux_sym_input_stream_tuning_token11] = ACTIONS(110), + [aux_sym_output_stream_tuning_token1] = ACTIONS(110), + [aux_sym_output_stream_tuning_token2] = ACTIONS(110), + [aux_sym_output_stream_tuning_token3] = ACTIONS(110), + [aux_sym_output_stream_tuning_token4] = ACTIONS(110), + [aux_sym_output_stream_tuning_token5] = ACTIONS(110), + [aux_sym_output_stream_tuning_token6] = ACTIONS(110), + [aux_sym_output_stream_tuning_token7] = ACTIONS(110), + [aux_sym_output_stream_statement_token1] = ACTIONS(110), + [aux_sym_on_error_phrase_token1] = ACTIONS(110), + [aux_sym_stop_after_phrase_token1] = ACTIONS(110), + [aux_sym_do_tuning_token1] = ACTIONS(110), + [aux_sym_to_phrase_token1] = ACTIONS(110), + [aux_sym_where_clause_token1] = ACTIONS(110), + [aux_sym_query_tuning_token1] = ACTIONS(110), + [aux_sym_query_tuning_token2] = ACTIONS(110), + [aux_sym_query_tuning_token3] = ACTIONS(110), + [aux_sym_query_tuning_token4] = ACTIONS(110), + [aux_sym_query_tuning_token5] = ACTIONS(110), + [aux_sym_query_tuning_token6] = ACTIONS(110), + [aux_sym_sort_clause_token1] = ACTIONS(110), + [aux_sym_of_token1] = ACTIONS(110), + [aux_sym_field_option_token1] = ACTIONS(110), + [aux_sym_field_option_token2] = ACTIONS(110), + [aux_sym_field_option_token3] = ACTIONS(110), + [aux_sym_field_option_token4] = ACTIONS(110), + [aux_sym_field_option_token5] = ACTIONS(110), + [aux_sym_field_option_token6] = ACTIONS(110), + [aux_sym_field_definition_token1] = ACTIONS(110), + [aux_sym_index_definition_token1] = ACTIONS(110), + [aux_sym_of_phrase_token1] = ACTIONS(110), + [aux_sym_of_phrase_token2] = ACTIONS(110), + [sym__namedot] = ACTIONS(110), + [sym__or_operator] = ACTIONS(110), + [sym__and_operator] = ACTIONS(110), }, [25] = { [sym_comment] = STATE(25), [sym_include] = STATE(25), - [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), - [aux_sym__block_terminator_token1] = 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), - [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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), - }, - [26] = { - [sym_comment] = STATE(26), - [sym_include] = STATE(26), - [sym_function_arguments] = STATE(23), + [sym_function_arguments] = STATE(27), [anon_sym_COLON] = ACTIONS(87), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -47971,6 +47517,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -48029,6 +47576,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(87), [aux_sym_field_option_token1] = ACTIONS(87), @@ -48044,99 +47592,197 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(87), [sym__and_operator] = ACTIONS(87), }, + [26] = { + [sym_comment] = STATE(26), + [sym_include] = STATE(26), + [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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), + }, [27] = { [sym_comment] = STATE(27), [sym_include] = STATE(27), - [anon_sym_COLON] = ACTIONS(168), + [anon_sym_COLON] = ACTIONS(166), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(168), [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(168), - [sym__terminator] = ACTIONS(168), - [aux_sym__block_terminator_token1] = 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), - [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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__namecolon] = ACTIONS(168), - [sym__or_operator] = ACTIONS(168), - [sym__and_operator] = ACTIONS(168), + [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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), }, [28] = { [sym_comment] = STATE(28), @@ -48158,6 +47804,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -48216,6 +47863,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(172), [aux_sym_field_option_token1] = ACTIONS(172), @@ -48251,6 +47899,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -48309,6 +47958,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(176), [aux_sym_field_option_token1] = ACTIONS(176), @@ -48344,6 +47994,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -48402,6 +48053,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(180), [aux_sym_field_option_token1] = ACTIONS(180), @@ -48420,95 +48072,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [31] = { [sym_comment] = STATE(31), [sym_include] = STATE(31), - [anon_sym_COLON] = ACTIONS(67), + [anon_sym_COLON] = ACTIONS(102), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(73), + [anon_sym_SLASH] = ACTIONS(104), [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), - [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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(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), + [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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__or_operator] = ACTIONS(102), + [sym__and_operator] = ACTIONS(102), }, [32] = { [sym_comment] = STATE(32), @@ -48530,6 +48184,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -48588,6 +48243,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(184), [aux_sym_field_option_token1] = ACTIONS(184), @@ -48623,6 +48279,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -48681,6 +48338,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(188), [aux_sym_field_option_token1] = ACTIONS(188), @@ -48699,192 +48357,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [34] = { [sym_comment] = STATE(34), [sym_include] = STATE(34), - [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), - [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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), - }, - [35] = { - [sym_comment] = STATE(35), - [sym_include] = STATE(35), - [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), - [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), - [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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__or_operator] = ACTIONS(152), - [sym__and_operator] = ACTIONS(152), - }, - [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), @@ -48902,6 +48374,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -48960,6 +48433,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(192), [aux_sym_field_option_token1] = ACTIONS(192), @@ -48975,9 +48449,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(192), [sym__and_operator] = ACTIONS(192), }, - [37] = { - [sym_comment] = STATE(37), - [sym_include] = STATE(37), + [35] = { + [sym_comment] = STATE(35), + [sym_include] = STATE(35), [anon_sym_COLON] = ACTIONS(196), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -48995,6 +48469,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -49053,6 +48528,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(196), [aux_sym_field_option_token1] = ACTIONS(196), @@ -49068,9 +48544,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(196), [sym__and_operator] = ACTIONS(196), }, - [38] = { - [sym_comment] = STATE(38), - [sym_include] = STATE(38), + [36] = { + [sym_comment] = STATE(36), + [sym_include] = STATE(36), [anon_sym_COLON] = ACTIONS(200), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -49088,6 +48564,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -49146,6 +48623,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(200), [aux_sym_field_option_token1] = ACTIONS(200), @@ -49161,102 +48639,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(200), [sym__and_operator] = ACTIONS(200), }, - [39] = { - [sym_comment] = STATE(39), - [sym_include] = STATE(39), - [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), - [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__function_argument_with_mode_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_while_phrase_token1] = ACTIONS(128), - [aux_sym_repeat_tuning_token1] = ACTIONS(128), - [aux_sym_using_statement_token1] = 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_to_phrase_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_sort_clause_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__or_operator] = ACTIONS(128), - [sym__and_operator] = ACTIONS(128), - }, - [40] = { - [sym_comment] = STATE(40), - [sym_include] = STATE(40), + [37] = { + [sym_comment] = STATE(37), + [sym_include] = STATE(37), [anon_sym_COLON] = ACTIONS(204), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -49274,6 +48659,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -49332,6 +48718,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(204), [aux_sym_field_option_token1] = ACTIONS(204), @@ -49347,9 +48734,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(204), [sym__and_operator] = ACTIONS(204), }, - [41] = { - [sym_comment] = STATE(41), - [sym_include] = STATE(41), + [38] = { + [sym_comment] = STATE(38), + [sym_include] = STATE(38), [anon_sym_COLON] = ACTIONS(208), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -49367,6 +48754,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -49425,6 +48813,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(208), [aux_sym_field_option_token1] = ACTIONS(208), @@ -49440,9 +48829,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(208), [sym__and_operator] = ACTIONS(208), }, - [42] = { - [sym_comment] = STATE(42), - [sym_include] = STATE(42), + [39] = { + [sym_comment] = STATE(39), + [sym_include] = STATE(39), [anon_sym_COLON] = ACTIONS(212), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -49460,6 +48849,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -49518,6 +48908,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(212), [aux_sym_field_option_token1] = ACTIONS(212), @@ -49533,9 +48924,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(212), [sym__and_operator] = ACTIONS(212), }, - [43] = { - [sym_comment] = STATE(43), - [sym_include] = STATE(43), + [40] = { + [sym_comment] = STATE(40), + [sym_include] = STATE(40), [anon_sym_COLON] = ACTIONS(216), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -49553,6 +48944,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -49611,6 +49003,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(216), [aux_sym_field_option_token1] = ACTIONS(216), @@ -49626,9 +49019,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(216), [sym__and_operator] = ACTIONS(216), }, - [44] = { - [sym_comment] = STATE(44), - [sym_include] = STATE(44), + [41] = { + [sym_comment] = STATE(41), + [sym_include] = STATE(41), + [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), + [aux_sym__block_terminator_token1] = 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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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), + }, + [42] = { + [sym_comment] = STATE(42), + [sym_include] = STATE(42), [anon_sym_COLON] = ACTIONS(220), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -49646,6 +49134,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -49704,6 +49193,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(220), [aux_sym_field_option_token1] = ACTIONS(220), @@ -49719,9 +49209,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(220), [sym__and_operator] = ACTIONS(220), }, - [45] = { - [sym_comment] = STATE(45), - [sym_include] = STATE(45), + [43] = { + [sym_comment] = STATE(43), + [sym_include] = STATE(43), [anon_sym_COLON] = ACTIONS(224), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -49739,6 +49229,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -49797,6 +49288,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(224), [aux_sym_field_option_token1] = ACTIONS(224), @@ -49812,9 +49304,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(224), [sym__and_operator] = ACTIONS(224), }, - [46] = { - [sym_comment] = STATE(46), - [sym_include] = STATE(46), + [44] = { + [sym_comment] = STATE(44), + [sym_include] = STATE(44), [anon_sym_COLON] = ACTIONS(228), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -49832,6 +49324,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -49890,6 +49383,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(228), [aux_sym_field_option_token1] = ACTIONS(228), @@ -49905,9 +49399,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(228), [sym__and_operator] = ACTIONS(228), }, - [47] = { - [sym_comment] = STATE(47), - [sym_include] = STATE(47), + [45] = { + [sym_comment] = STATE(45), + [sym_include] = STATE(45), + [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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), + }, + [46] = { + [sym_comment] = STATE(46), + [sym_include] = STATE(46), [anon_sym_COLON] = ACTIONS(232), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -49925,6 +49514,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -49983,6 +49573,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(232), [aux_sym_field_option_token1] = ACTIONS(232), @@ -49998,9 +49589,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(232), [sym__and_operator] = ACTIONS(232), }, - [48] = { - [sym_comment] = STATE(48), - [sym_include] = STATE(48), + [47] = { + [sym_comment] = STATE(47), + [sym_include] = STATE(47), [anon_sym_COLON] = ACTIONS(236), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -50018,6 +49609,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -50076,6 +49668,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(236), [aux_sym_field_option_token1] = ACTIONS(236), @@ -50091,9 +49684,199 @@ 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(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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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), + }, [49] = { [sym_comment] = STATE(49), [sym_include] = STATE(49), + [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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), + }, + [50] = { + [sym_comment] = STATE(50), + [sym_include] = STATE(50), [anon_sym_COLON] = ACTIONS(240), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -50111,6 +49894,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -50169,6 +49953,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(240), [aux_sym_field_option_token1] = ACTIONS(240), @@ -50184,9 +49969,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(240), [sym__and_operator] = ACTIONS(240), }, - [50] = { - [sym_comment] = STATE(50), - [sym_include] = STATE(50), + [51] = { + [sym_comment] = STATE(51), + [sym_include] = STATE(51), [anon_sym_COLON] = ACTIONS(244), [anon_sym_SLASH_SLASH] = ACTIONS(69), [anon_sym_SLASH_STAR] = ACTIONS(71), @@ -50204,6 +49989,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -50262,6 +50048,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(244), [aux_sym_field_option_token1] = ACTIONS(244), @@ -50277,99 +50064,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__or_operator] = ACTIONS(244), [sym__and_operator] = ACTIONS(244), }, - [51] = { - [sym_comment] = STATE(51), - [sym_include] = STATE(51), - [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), - [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__function_argument_with_mode_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_while_phrase_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_to_phrase_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_sort_clause_token1] = 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), - }, [52] = { [sym_comment] = STATE(52), [sym_include] = STATE(52), @@ -50390,6 +50084,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -50448,6 +50143,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(248), [aux_sym_field_option_token1] = ACTIONS(248), @@ -50483,6 +50179,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -50541,6 +50238,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_of_token1] = ACTIONS(252), [aux_sym_field_option_token1] = ACTIONS(252), @@ -50558,586 +50256,586 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [54] = { [sym_comment] = STATE(54), - [sym_qualified_name] = STATE(5430), [sym_include] = STATE(54), - [sym_assignment] = STATE(6825), - [sym_variable_assignment] = STATE(2327), - [sym_variable_definition] = STATE(2327), - [sym_buffer_definition] = STATE(2327), - [sym_query_definition] = STATE(2327), - [sym_function_call_statement] = STATE(2327), - [sym_function_call] = STATE(5556), - [sym_if_statement] = STATE(2327), - [sym_label] = STATE(5543), - [sym_repeat_statement] = STATE(2327), - [sym_procedure_statement] = STATE(2327), - [sym_procedure_parameter_definition] = STATE(2327), - [sym_function_statement] = STATE(2327), - [sym_return_statement] = STATE(2327), - [sym_interface_statement] = STATE(2327), - [sym_dataset_definition] = STATE(2327), - [sym_using_statement] = STATE(2327), - [sym_class_statement] = STATE(2327), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(2327), - [sym_input_close_statement] = STATE(2327), - [sym_output_close_statement] = STATE(2327), - [sym__stream_statement] = STATE(2327), - [sym_input_stream_statement] = STATE(2326), - [sym_output_stream_statement] = STATE(2326), - [sym_do_block] = STATE(2327), - [sym_case_statement] = STATE(2327), - [sym_for_statement] = STATE(2327), - [sym_find_statement] = STATE(2327), - [sym_abl_statement] = STATE(2327), - [sym_assign_statement] = STATE(2327), - [sym_catch_statement] = STATE(2327), - [sym_finally_statement] = STATE(2327), - [sym_accumulate_statement] = STATE(2327), - [sym_undo_statement] = STATE(2327), - [sym_error_scope_statement] = STATE(2327), - [sym_workfile_definition] = STATE(2327), - [sym_temp_table_definition] = STATE(2327), - [sym_on_statement] = STATE(2327), - [sym_prompt_for_statement] = STATE(2327), - [sym_var_statement] = STATE(2327), - [sym_button_definition] = STATE(2327), - [sym_run_statement] = STATE(2327), - [sym_enum_statement] = STATE(2327), - [sym__statement] = STATE(2237), - [aux_sym_source_code_repeat1] = STATE(54), - [sym_identifier] = ACTIONS(256), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym__block_terminator_token1] = ACTIONS(259), - [aux_sym_input_expression_token1] = ACTIONS(261), - [aux_sym_class_type_token1] = ACTIONS(264), - [aux_sym_scope_tuning_token1] = ACTIONS(267), - [aux_sym_variable_definition_token1] = ACTIONS(270), - [aux_sym_variable_definition_token2] = ACTIONS(270), - [aux_sym_buffer_definition_token2] = ACTIONS(273), - [aux_sym_return_type_token2] = ACTIONS(276), - [aux_sym_argument_mode_token1] = ACTIONS(279), - [aux_sym_if_statement_token1] = ACTIONS(282), - [aux_sym_repeat_statement_token1] = ACTIONS(285), - [aux_sym__procedure_terminator_token1] = ACTIONS(288), - [aux_sym__function_terminator_token1] = ACTIONS(291), - [aux_sym_interface_statement_token1] = ACTIONS(294), - [aux_sym_using_statement_token1] = ACTIONS(297), - [aux_sym_on_error_phrase_token1] = ACTIONS(300), - [aux_sym_on_error_phrase_token3] = ACTIONS(303), - [aux_sym_do_block_token1] = ACTIONS(306), - [aux_sym__case_terminator_token1] = ACTIONS(309), - [aux_sym_find_statement_token1] = ACTIONS(312), - [aux_sym_assign_statement_token1] = ACTIONS(315), - [aux_sym_catch_statement_token1] = ACTIONS(318), - [aux_sym_finally_statement_token1] = ACTIONS(321), - [aux_sym_accumulate_statement_token1] = ACTIONS(324), - [aux_sym_error_scope_statement_token1] = ACTIONS(327), - [aux_sym_error_scope_statement_token2] = ACTIONS(327), - [aux_sym_prompt_for_statement_token1] = ACTIONS(330), - [aux_sym_var_statement_token1] = ACTIONS(333), - [aux_sym_run_statement_token1] = ACTIONS(336), - [aux_sym_enum_definition_token1] = ACTIONS(339), + [anon_sym_COLON] = ACTIONS(256), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_SLASH] = ACTIONS(258), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(256), + [sym__terminator] = ACTIONS(256), + [aux_sym__block_terminator_token1] = ACTIONS(256), + [anon_sym_COMMA] = ACTIONS(256), + [anon_sym_RBRACK] = ACTIONS(256), + [anon_sym_LPAREN] = ACTIONS(256), + [anon_sym_RPAREN] = ACTIONS(256), + [anon_sym_EQ] = ACTIONS(256), + [aux_sym_unary_expression_token2] = ACTIONS(256), + [anon_sym_PLUS] = ACTIONS(256), + [anon_sym_DASH] = ACTIONS(256), + [aux_sym__multiplicative_operator_token1] = ACTIONS(256), + [aux_sym__multiplicative_operator_token2] = ACTIONS(258), + [anon_sym_LT] = ACTIONS(258), + [anon_sym_LT_EQ] = ACTIONS(256), + [anon_sym_LT_GT] = ACTIONS(256), + [anon_sym_GT] = ACTIONS(258), + [anon_sym_GT_EQ] = ACTIONS(256), + [aux_sym__comparison_operator_token1] = ACTIONS(256), + [aux_sym__comparison_operator_token2] = ACTIONS(256), + [aux_sym__comparison_operator_token3] = ACTIONS(256), + [aux_sym__comparison_operator_token4] = ACTIONS(256), + [aux_sym__comparison_operator_token5] = ACTIONS(256), + [aux_sym__comparison_operator_token6] = ACTIONS(256), + [aux_sym__comparison_operator_token7] = ACTIONS(256), + [aux_sym__comparison_operator_token8] = ACTIONS(256), + [aux_sym__comparison_operator_token9] = ACTIONS(256), + [aux_sym_when_expression_token1] = ACTIONS(256), + [aux_sym_variable_tuning_token1] = ACTIONS(256), + [aux_sym_variable_tuning_token2] = ACTIONS(258), + [aux_sym_variable_tuning_token3] = ACTIONS(256), + [aux_sym_variable_tuning_token4] = ACTIONS(256), + [aux_sym_variable_tuning_token5] = ACTIONS(256), + [aux_sym_variable_tuning_token6] = ACTIONS(256), + [aux_sym_variable_tuning_token7] = ACTIONS(256), + [aux_sym_variable_tuning_token8] = ACTIONS(256), + [aux_sym__function_argument_with_mode_token4] = ACTIONS(256), + [aux_sym_if_statement_token2] = ACTIONS(256), + [aux_sym_else_statement_token1] = ACTIONS(256), + [aux_sym_while_phrase_token1] = ACTIONS(256), + [aux_sym_repeat_tuning_token1] = ACTIONS(256), + [anon_sym_NO_DASHERROR] = ACTIONS(260), + [aux_sym_input_stream_tuning_token1] = ACTIONS(256), + [aux_sym_input_stream_tuning_token2] = ACTIONS(256), + [aux_sym_input_stream_tuning_token3] = ACTIONS(256), + [aux_sym_input_stream_tuning_token4] = ACTIONS(256), + [aux_sym_input_stream_tuning_token5] = ACTIONS(256), + [aux_sym_input_stream_tuning_token6] = ACTIONS(256), + [aux_sym_input_stream_tuning_token7] = ACTIONS(256), + [aux_sym_input_stream_tuning_token8] = ACTIONS(256), + [aux_sym_input_stream_tuning_token9] = ACTIONS(256), + [aux_sym_input_stream_tuning_token11] = ACTIONS(256), + [aux_sym_output_stream_tuning_token1] = ACTIONS(256), + [aux_sym_output_stream_tuning_token2] = ACTIONS(256), + [aux_sym_output_stream_tuning_token3] = ACTIONS(256), + [aux_sym_output_stream_tuning_token4] = ACTIONS(256), + [aux_sym_output_stream_tuning_token5] = ACTIONS(256), + [aux_sym_output_stream_tuning_token6] = ACTIONS(256), + [aux_sym_output_stream_tuning_token7] = ACTIONS(256), + [aux_sym_output_stream_statement_token1] = ACTIONS(256), + [aux_sym_on_error_phrase_token1] = ACTIONS(256), + [aux_sym_stop_after_phrase_token1] = ACTIONS(256), + [aux_sym_do_tuning_token1] = ACTIONS(256), + [aux_sym_to_phrase_token1] = ACTIONS(256), + [aux_sym_of_token1] = ACTIONS(256), + [aux_sym_field_option_token1] = ACTIONS(256), + [aux_sym_field_option_token2] = ACTIONS(256), + [aux_sym_field_option_token3] = ACTIONS(256), + [aux_sym_field_option_token4] = ACTIONS(256), + [aux_sym_field_option_token5] = ACTIONS(256), + [aux_sym_field_option_token6] = ACTIONS(256), + [aux_sym_field_definition_token1] = ACTIONS(256), + [aux_sym_index_definition_token1] = ACTIONS(256), + [aux_sym_of_phrase_token1] = ACTIONS(256), + [aux_sym_of_phrase_token2] = ACTIONS(256), + [sym__namecolon] = ACTIONS(256), + [sym__or_operator] = ACTIONS(256), + [sym__and_operator] = ACTIONS(256), }, [55] = { [sym_comment] = STATE(55), - [sym_qualified_name] = STATE(5430), [sym_include] = STATE(55), - [sym_assignment] = STATE(6825), - [sym_variable_assignment] = STATE(2327), - [sym_variable_definition] = STATE(2327), - [sym_buffer_definition] = STATE(2327), - [sym_query_definition] = STATE(2327), - [sym_function_call_statement] = STATE(2327), - [sym_function_call] = STATE(5556), - [sym_if_statement] = STATE(2327), - [sym_label] = STATE(5543), - [sym_repeat_statement] = STATE(2327), - [sym_procedure_statement] = STATE(2327), - [sym_procedure_parameter_definition] = STATE(2327), - [sym_function_statement] = STATE(2327), - [sym_return_statement] = STATE(2327), - [sym_interface_statement] = STATE(2327), - [sym_dataset_definition] = STATE(2327), - [sym_using_statement] = STATE(2327), - [sym_class_statement] = STATE(2327), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(2327), - [sym_input_close_statement] = STATE(2327), - [sym_output_close_statement] = STATE(2327), - [sym__stream_statement] = STATE(2327), - [sym_input_stream_statement] = STATE(2326), - [sym_output_stream_statement] = STATE(2326), - [sym_do_block] = STATE(2327), - [sym_case_statement] = STATE(2327), - [sym_for_statement] = STATE(2327), - [sym_find_statement] = STATE(2327), - [sym_abl_statement] = STATE(2327), - [sym_assign_statement] = STATE(2327), - [sym_catch_statement] = STATE(2327), - [sym_finally_statement] = STATE(2327), - [sym_accumulate_statement] = STATE(2327), - [sym_undo_statement] = STATE(2327), - [sym_error_scope_statement] = STATE(2327), - [sym_workfile_definition] = STATE(2327), - [sym_temp_table_definition] = STATE(2327), - [sym_on_statement] = STATE(2327), - [sym_prompt_for_statement] = STATE(2327), - [sym_var_statement] = STATE(2327), - [sym_button_definition] = STATE(2327), - [sym_run_statement] = STATE(2327), - [sym_enum_statement] = STATE(2327), - [sym__statement] = STATE(2237), - [aux_sym_source_code_repeat1] = STATE(58), - [sym_identifier] = ACTIONS(342), - [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_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), + [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), + [aux_sym__block_terminator_token1] = 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__function_argument_with_mode_token4] = ACTIONS(121), + [aux_sym_if_statement_token2] = ACTIONS(121), + [aux_sym_else_statement_token1] = ACTIONS(121), + [aux_sym_while_phrase_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_to_phrase_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), }, [56] = { [sym_comment] = STATE(56), - [sym_qualified_name] = STATE(5430), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(56), - [sym_assignment] = STATE(6825), - [sym_variable_assignment] = STATE(2327), - [sym_variable_definition] = STATE(2327), - [sym_buffer_definition] = STATE(2327), - [sym_query_definition] = STATE(2327), - [sym_function_call_statement] = STATE(2327), - [sym_function_call] = STATE(5556), - [sym_if_statement] = STATE(2327), - [sym_label] = STATE(5543), - [sym_repeat_statement] = STATE(2327), - [sym_procedure_statement] = STATE(2327), - [sym_procedure_parameter_definition] = STATE(2327), - [sym_function_statement] = STATE(2327), - [sym_return_statement] = STATE(2327), - [sym_interface_statement] = STATE(2327), - [sym_dataset_definition] = STATE(2327), - [sym_using_statement] = STATE(2327), - [sym_class_statement] = STATE(2327), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(2327), - [sym_input_close_statement] = STATE(2327), - [sym_output_close_statement] = STATE(2327), - [sym__stream_statement] = STATE(2327), - [sym_input_stream_statement] = STATE(2326), - [sym_output_stream_statement] = STATE(2326), - [sym_do_block] = STATE(2327), - [sym_case_statement] = STATE(2327), - [sym_for_statement] = STATE(2327), - [sym_find_statement] = STATE(2327), - [sym_abl_statement] = STATE(2327), - [sym_assign_statement] = STATE(2327), - [sym_catch_statement] = STATE(2327), - [sym_finally_statement] = STATE(2327), - [sym_accumulate_statement] = STATE(2327), - [sym_undo_statement] = STATE(2327), - [sym_error_scope_statement] = STATE(2327), - [sym_workfile_definition] = STATE(2327), - [sym_temp_table_definition] = STATE(2327), - [sym_on_statement] = STATE(2327), - [sym_prompt_for_statement] = STATE(2327), - [sym_var_statement] = STATE(2327), - [sym_button_definition] = STATE(2327), - [sym_run_statement] = STATE(2327), - [sym_enum_statement] = STATE(2327), - [sym__statement] = STATE(2237), - [aux_sym_source_code_repeat1] = STATE(54), - [sym_identifier] = ACTIONS(342), + [sym_assignment] = STATE(6534), + [sym_variable_assignment] = STATE(2092), + [sym_variable_definition] = STATE(2092), + [sym_buffer_definition] = STATE(2092), + [sym_query_definition] = STATE(2092), + [sym_function_call_statement] = STATE(2092), + [sym_function_call] = STATE(5371), + [sym_if_statement] = STATE(2092), + [sym_label] = STATE(5355), + [sym_repeat_statement] = STATE(2092), + [sym_procedure_statement] = STATE(2092), + [sym_procedure_parameter_definition] = STATE(2092), + [sym_function_statement] = STATE(2092), + [sym_return_statement] = STATE(2092), + [sym_interface_statement] = STATE(2092), + [sym_dataset_definition] = STATE(2092), + [sym_using_statement] = STATE(2092), + [sym_class_statement] = STATE(2092), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(2092), + [sym_input_close_statement] = STATE(2092), + [sym_output_close_statement] = STATE(2092), + [sym__stream_statement] = STATE(2092), + [sym_input_stream_statement] = STATE(2417), + [sym_output_stream_statement] = STATE(2417), + [sym_do_block] = STATE(2092), + [sym_case_statement] = STATE(2092), + [sym_for_statement] = STATE(2092), + [sym_find_statement] = STATE(2092), + [sym_abl_statement] = STATE(2092), + [sym_assign_statement] = STATE(2092), + [sym_catch_statement] = STATE(2092), + [sym_finally_statement] = STATE(2092), + [sym_accumulate_statement] = STATE(2092), + [sym_undo_statement] = STATE(2092), + [sym_error_scope_statement] = STATE(2092), + [sym_workfile_definition] = STATE(2092), + [sym_temp_table_definition] = STATE(2092), + [sym_on_statement] = STATE(2092), + [sym_prompt_for_statement] = STATE(2092), + [sym_var_statement] = STATE(2092), + [sym_button_definition] = STATE(2092), + [sym_run_statement] = STATE(2092), + [sym_enum_statement] = STATE(2092), + [sym__statement] = STATE(2460), + [aux_sym_source_code_repeat1] = STATE(60), + [sym_identifier] = ACTIONS(262), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym__block_terminator_token1] = ACTIONS(398), - [aux_sym_input_expression_token1] = ACTIONS(346), - [aux_sym_class_type_token1] = ACTIONS(348), + [aux_sym__block_terminator_token1] = ACTIONS(264), + [aux_sym_input_expression_token1] = ACTIONS(266), + [aux_sym_class_type_token1] = ACTIONS(268), [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(270), + [aux_sym_variable_definition_token2] = ACTIONS(270), + [aux_sym_buffer_definition_token2] = ACTIONS(272), + [aux_sym_return_type_token2] = ACTIONS(274), + [aux_sym_argument_mode_token1] = ACTIONS(276), + [aux_sym_if_statement_token1] = ACTIONS(278), + [aux_sym_repeat_statement_token1] = ACTIONS(280), + [aux_sym__procedure_terminator_token1] = ACTIONS(282), + [aux_sym__function_terminator_token1] = ACTIONS(284), + [aux_sym_interface_statement_token1] = ACTIONS(286), + [aux_sym_using_statement_token1] = ACTIONS(288), + [aux_sym_on_error_phrase_token1] = ACTIONS(290), + [aux_sym_on_error_phrase_token3] = ACTIONS(292), + [aux_sym_do_block_token1] = ACTIONS(294), + [aux_sym__case_terminator_token1] = ACTIONS(296), + [aux_sym_find_statement_token1] = ACTIONS(298), + [aux_sym_assign_statement_token1] = ACTIONS(300), + [aux_sym_catch_statement_token1] = ACTIONS(302), + [aux_sym_finally_statement_token1] = ACTIONS(304), + [aux_sym_accumulate_statement_token1] = ACTIONS(306), + [aux_sym_error_scope_statement_token1] = ACTIONS(308), + [aux_sym_error_scope_statement_token2] = ACTIONS(308), + [aux_sym_prompt_for_statement_token1] = ACTIONS(310), + [aux_sym_var_statement_token1] = ACTIONS(312), + [aux_sym_run_statement_token1] = ACTIONS(314), + [aux_sym_enum_definition_token1] = ACTIONS(316), }, [57] = { [sym_comment] = STATE(57), - [sym_qualified_name] = STATE(5430), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(57), - [sym_assignment] = STATE(6703), - [sym_variable_assignment] = STATE(2159), - [sym_variable_definition] = STATE(2159), - [sym_buffer_definition] = STATE(2159), - [sym_query_definition] = STATE(2159), - [sym_function_call_statement] = STATE(2159), - [sym_function_call] = STATE(5387), - [sym_if_statement] = STATE(2159), - [sym_label] = STATE(5386), - [sym_repeat_statement] = STATE(2159), - [sym_procedure_statement] = STATE(2159), - [sym_procedure_parameter_definition] = STATE(2159), - [sym_function_statement] = STATE(2159), - [sym_return_statement] = STATE(2159), - [sym_interface_statement] = STATE(2159), - [sym_dataset_definition] = STATE(2159), - [sym_using_statement] = STATE(2159), - [sym_class_statement] = STATE(2159), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(2159), - [sym_input_close_statement] = STATE(2159), - [sym_output_close_statement] = STATE(2159), - [sym__stream_statement] = STATE(2159), - [sym_input_stream_statement] = STATE(2196), - [sym_output_stream_statement] = STATE(2196), - [sym_do_block] = STATE(2159), - [sym_case_statement] = STATE(2159), - [sym_for_statement] = STATE(2159), - [sym_find_statement] = STATE(2159), - [sym_abl_statement] = STATE(2159), - [sym_assign_statement] = STATE(2159), - [sym_catch_statement] = STATE(2159), - [sym_finally_statement] = STATE(2159), - [sym_accumulate_statement] = STATE(2159), - [sym_undo_statement] = STATE(2159), - [sym_error_scope_statement] = STATE(2159), - [sym_workfile_definition] = STATE(2159), - [sym_temp_table_definition] = STATE(2159), - [sym_on_statement] = STATE(2159), - [sym_prompt_for_statement] = STATE(2159), - [sym_var_statement] = STATE(2159), - [sym_button_definition] = STATE(2159), - [sym_run_statement] = STATE(2159), - [sym_enum_statement] = STATE(2159), - [sym__statement] = STATE(2197), - [aux_sym_source_code_repeat1] = STATE(60), - [ts_builtin_sym_end] = ACTIONS(400), - [sym_identifier] = ACTIONS(11), + [sym_assignment] = STATE(6534), + [sym_variable_assignment] = STATE(2092), + [sym_variable_definition] = STATE(2092), + [sym_buffer_definition] = STATE(2092), + [sym_query_definition] = STATE(2092), + [sym_function_call_statement] = STATE(2092), + [sym_function_call] = STATE(5371), + [sym_if_statement] = STATE(2092), + [sym_label] = STATE(5355), + [sym_repeat_statement] = STATE(2092), + [sym_procedure_statement] = STATE(2092), + [sym_procedure_parameter_definition] = STATE(2092), + [sym_function_statement] = STATE(2092), + [sym_return_statement] = STATE(2092), + [sym_interface_statement] = STATE(2092), + [sym_dataset_definition] = STATE(2092), + [sym_using_statement] = STATE(2092), + [sym_class_statement] = STATE(2092), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(2092), + [sym_input_close_statement] = STATE(2092), + [sym_output_close_statement] = STATE(2092), + [sym__stream_statement] = STATE(2092), + [sym_input_stream_statement] = STATE(2417), + [sym_output_stream_statement] = STATE(2417), + [sym_do_block] = STATE(2092), + [sym_case_statement] = STATE(2092), + [sym_for_statement] = STATE(2092), + [sym_find_statement] = STATE(2092), + [sym_abl_statement] = STATE(2092), + [sym_assign_statement] = STATE(2092), + [sym_catch_statement] = STATE(2092), + [sym_finally_statement] = STATE(2092), + [sym_accumulate_statement] = STATE(2092), + [sym_undo_statement] = STATE(2092), + [sym_error_scope_statement] = STATE(2092), + [sym_workfile_definition] = STATE(2092), + [sym_temp_table_definition] = STATE(2092), + [sym_on_statement] = STATE(2092), + [sym_prompt_for_statement] = STATE(2092), + [sym_var_statement] = STATE(2092), + [sym_button_definition] = STATE(2092), + [sym_run_statement] = STATE(2092), + [sym_enum_statement] = STATE(2092), + [sym__statement] = STATE(2460), + [aux_sym_source_code_repeat1] = STATE(62), + [sym_identifier] = ACTIONS(262), [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__block_terminator_token1] = ACTIONS(318), + [aux_sym_input_expression_token1] = ACTIONS(266), + [aux_sym_class_type_token1] = ACTIONS(268), [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_variable_definition_token1] = ACTIONS(270), + [aux_sym_variable_definition_token2] = ACTIONS(270), + [aux_sym_buffer_definition_token2] = ACTIONS(272), + [aux_sym_return_type_token2] = ACTIONS(274), + [aux_sym_argument_mode_token1] = ACTIONS(276), + [aux_sym_if_statement_token1] = ACTIONS(278), + [aux_sym_repeat_statement_token1] = ACTIONS(280), + [aux_sym__procedure_terminator_token1] = ACTIONS(282), + [aux_sym__function_terminator_token1] = ACTIONS(284), + [aux_sym_interface_statement_token1] = ACTIONS(286), + [aux_sym_using_statement_token1] = ACTIONS(288), + [aux_sym_on_error_phrase_token1] = ACTIONS(290), + [aux_sym_on_error_phrase_token3] = ACTIONS(292), + [aux_sym_do_block_token1] = ACTIONS(294), + [aux_sym__case_terminator_token1] = ACTIONS(296), + [aux_sym_find_statement_token1] = ACTIONS(298), + [aux_sym_assign_statement_token1] = ACTIONS(300), + [aux_sym_catch_statement_token1] = ACTIONS(302), + [aux_sym_finally_statement_token1] = ACTIONS(304), + [aux_sym_accumulate_statement_token1] = ACTIONS(306), + [aux_sym_error_scope_statement_token1] = ACTIONS(308), + [aux_sym_error_scope_statement_token2] = ACTIONS(308), + [aux_sym_prompt_for_statement_token1] = ACTIONS(310), + [aux_sym_var_statement_token1] = ACTIONS(312), + [aux_sym_run_statement_token1] = ACTIONS(314), + [aux_sym_enum_definition_token1] = ACTIONS(316), }, [58] = { [sym_comment] = STATE(58), - [sym_qualified_name] = STATE(5430), [sym_include] = STATE(58), - [sym_assignment] = STATE(6825), - [sym_variable_assignment] = STATE(2327), - [sym_variable_definition] = STATE(2327), - [sym_buffer_definition] = STATE(2327), - [sym_query_definition] = STATE(2327), - [sym_function_call_statement] = STATE(2327), - [sym_function_call] = STATE(5556), - [sym_if_statement] = STATE(2327), - [sym_label] = STATE(5543), - [sym_repeat_statement] = STATE(2327), - [sym_procedure_statement] = STATE(2327), - [sym_procedure_parameter_definition] = STATE(2327), - [sym_function_statement] = STATE(2327), - [sym_return_statement] = STATE(2327), - [sym_interface_statement] = STATE(2327), - [sym_dataset_definition] = STATE(2327), - [sym_using_statement] = STATE(2327), - [sym_class_statement] = STATE(2327), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(2327), - [sym_input_close_statement] = STATE(2327), - [sym_output_close_statement] = STATE(2327), - [sym__stream_statement] = STATE(2327), - [sym_input_stream_statement] = STATE(2326), - [sym_output_stream_statement] = STATE(2326), - [sym_do_block] = STATE(2327), - [sym_case_statement] = STATE(2327), - [sym_for_statement] = STATE(2327), - [sym_find_statement] = STATE(2327), - [sym_abl_statement] = STATE(2327), - [sym_assign_statement] = STATE(2327), - [sym_catch_statement] = STATE(2327), - [sym_finally_statement] = STATE(2327), - [sym_accumulate_statement] = STATE(2327), - [sym_undo_statement] = STATE(2327), - [sym_error_scope_statement] = STATE(2327), - [sym_workfile_definition] = STATE(2327), - [sym_temp_table_definition] = STATE(2327), - [sym_on_statement] = STATE(2327), - [sym_prompt_for_statement] = STATE(2327), - [sym_var_statement] = STATE(2327), - [sym_button_definition] = STATE(2327), - [sym_run_statement] = STATE(2327), - [sym_enum_statement] = STATE(2327), - [sym__statement] = STATE(2237), - [aux_sym_source_code_repeat1] = STATE(54), - [sym_identifier] = ACTIONS(342), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym__block_terminator_token1] = ACTIONS(402), - [aux_sym_input_expression_token1] = ACTIONS(346), - [aux_sym_class_type_token1] = ACTIONS(348), - [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), + [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), + [aux_sym__block_terminator_token1] = ACTIONS(106), + [anon_sym_COMMA] = ACTIONS(106), + [anon_sym_RBRACK] = ACTIONS(106), + [anon_sym_LPAREN] = ACTIONS(106), + [anon_sym_RPAREN] = 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__function_argument_with_mode_token4] = ACTIONS(106), + [aux_sym_if_statement_token2] = ACTIONS(106), + [aux_sym_else_statement_token1] = ACTIONS(106), + [aux_sym_while_phrase_token1] = ACTIONS(106), + [aux_sym_repeat_tuning_token1] = ACTIONS(106), + [anon_sym_NO_DASHERROR] = 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_to_phrase_token1] = 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__namecolon] = ACTIONS(106), + [sym__or_operator] = ACTIONS(106), + [sym__and_operator] = ACTIONS(106), }, [59] = { [sym_comment] = STATE(59), - [sym_qualified_name] = STATE(5430), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(59), - [sym_assignment] = STATE(6825), - [sym_variable_assignment] = STATE(2327), - [sym_variable_definition] = STATE(2327), - [sym_buffer_definition] = STATE(2327), - [sym_query_definition] = STATE(2327), - [sym_function_call_statement] = STATE(2327), - [sym_function_call] = STATE(5556), - [sym_if_statement] = STATE(2327), - [sym_label] = STATE(5543), - [sym_repeat_statement] = STATE(2327), - [sym_procedure_statement] = STATE(2327), - [sym_procedure_parameter_definition] = STATE(2327), - [sym_function_statement] = STATE(2327), - [sym_return_statement] = STATE(2327), - [sym_interface_statement] = STATE(2327), - [sym_dataset_definition] = STATE(2327), - [sym_using_statement] = STATE(2327), - [sym_class_statement] = STATE(2327), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(2327), - [sym_input_close_statement] = STATE(2327), - [sym_output_close_statement] = STATE(2327), - [sym__stream_statement] = STATE(2327), - [sym_input_stream_statement] = STATE(2326), - [sym_output_stream_statement] = STATE(2326), - [sym_do_block] = STATE(2327), - [sym_case_statement] = STATE(2327), - [sym_for_statement] = STATE(2327), - [sym_find_statement] = STATE(2327), - [sym_abl_statement] = STATE(2327), - [sym_assign_statement] = STATE(2327), - [sym_catch_statement] = STATE(2327), - [sym_finally_statement] = STATE(2327), - [sym_accumulate_statement] = STATE(2327), - [sym_undo_statement] = STATE(2327), - [sym_error_scope_statement] = STATE(2327), - [sym_workfile_definition] = STATE(2327), - [sym_temp_table_definition] = STATE(2327), - [sym_on_statement] = STATE(2327), - [sym_prompt_for_statement] = STATE(2327), - [sym_var_statement] = STATE(2327), - [sym_button_definition] = STATE(2327), - [sym_run_statement] = STATE(2327), - [sym_enum_statement] = STATE(2327), - [sym__statement] = STATE(2237), - [aux_sym_source_code_repeat1] = STATE(56), - [sym_identifier] = ACTIONS(342), + [sym_assignment] = STATE(6720), + [sym_variable_assignment] = STATE(2036), + [sym_variable_definition] = STATE(2036), + [sym_buffer_definition] = STATE(2036), + [sym_query_definition] = STATE(2036), + [sym_function_call_statement] = STATE(2036), + [sym_function_call] = STATE(5117), + [sym_if_statement] = STATE(2036), + [sym_label] = STATE(5118), + [sym_repeat_statement] = STATE(2036), + [sym_procedure_statement] = STATE(2036), + [sym_procedure_parameter_definition] = STATE(2036), + [sym_function_statement] = STATE(2036), + [sym_return_statement] = STATE(2036), + [sym_interface_statement] = STATE(2036), + [sym_dataset_definition] = STATE(2036), + [sym_using_statement] = STATE(2036), + [sym_class_statement] = STATE(2036), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(2036), + [sym_input_close_statement] = STATE(2036), + [sym_output_close_statement] = STATE(2036), + [sym__stream_statement] = STATE(2036), + [sym_input_stream_statement] = STATE(2040), + [sym_output_stream_statement] = STATE(2040), + [sym_do_block] = STATE(2036), + [sym_case_statement] = STATE(2036), + [sym_for_statement] = STATE(2036), + [sym_find_statement] = STATE(2036), + [sym_abl_statement] = STATE(2036), + [sym_assign_statement] = STATE(2036), + [sym_catch_statement] = STATE(2036), + [sym_finally_statement] = STATE(2036), + [sym_accumulate_statement] = STATE(2036), + [sym_undo_statement] = STATE(2036), + [sym_error_scope_statement] = STATE(2036), + [sym_workfile_definition] = STATE(2036), + [sym_temp_table_definition] = STATE(2036), + [sym_on_statement] = STATE(2036), + [sym_prompt_for_statement] = STATE(2036), + [sym_var_statement] = STATE(2036), + [sym_button_definition] = STATE(2036), + [sym_run_statement] = STATE(2036), + [sym_enum_statement] = STATE(2036), + [sym__statement] = STATE(2043), + [aux_sym_source_code_repeat1] = STATE(59), + [ts_builtin_sym_end] = ACTIONS(320), + [sym_identifier] = ACTIONS(322), [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_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_input_expression_token1] = ACTIONS(325), + [aux_sym_class_type_token1] = ACTIONS(328), + [aux_sym_scope_tuning_token1] = ACTIONS(331), + [aux_sym_variable_definition_token1] = ACTIONS(334), + [aux_sym_variable_definition_token2] = ACTIONS(334), + [aux_sym_buffer_definition_token2] = ACTIONS(337), + [aux_sym_return_type_token2] = ACTIONS(340), + [aux_sym_argument_mode_token1] = ACTIONS(343), + [aux_sym_if_statement_token1] = ACTIONS(346), + [aux_sym_repeat_statement_token1] = ACTIONS(349), + [aux_sym__procedure_terminator_token1] = ACTIONS(352), + [aux_sym__function_terminator_token1] = ACTIONS(355), + [aux_sym_interface_statement_token1] = ACTIONS(358), + [aux_sym_using_statement_token1] = ACTIONS(361), + [aux_sym_on_error_phrase_token1] = ACTIONS(364), + [aux_sym_on_error_phrase_token3] = ACTIONS(367), + [aux_sym_do_block_token1] = ACTIONS(370), + [aux_sym__case_terminator_token1] = ACTIONS(373), + [aux_sym_find_statement_token1] = ACTIONS(376), + [aux_sym_assign_statement_token1] = ACTIONS(379), [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_finally_statement_token1] = ACTIONS(385), + [aux_sym_accumulate_statement_token1] = ACTIONS(388), + [aux_sym_error_scope_statement_token1] = ACTIONS(391), + [aux_sym_error_scope_statement_token2] = ACTIONS(391), + [aux_sym_prompt_for_statement_token1] = ACTIONS(394), + [aux_sym_var_statement_token1] = ACTIONS(397), + [aux_sym_run_statement_token1] = ACTIONS(400), + [aux_sym_enum_definition_token1] = ACTIONS(403), }, [60] = { [sym_comment] = STATE(60), - [sym_qualified_name] = STATE(5430), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(60), - [sym_assignment] = STATE(6703), - [sym_variable_assignment] = STATE(2159), - [sym_variable_definition] = STATE(2159), - [sym_buffer_definition] = STATE(2159), - [sym_query_definition] = STATE(2159), - [sym_function_call_statement] = STATE(2159), - [sym_function_call] = STATE(5387), - [sym_if_statement] = STATE(2159), - [sym_label] = STATE(5386), - [sym_repeat_statement] = STATE(2159), - [sym_procedure_statement] = STATE(2159), - [sym_procedure_parameter_definition] = STATE(2159), - [sym_function_statement] = STATE(2159), - [sym_return_statement] = STATE(2159), - [sym_interface_statement] = STATE(2159), - [sym_dataset_definition] = STATE(2159), - [sym_using_statement] = STATE(2159), - [sym_class_statement] = STATE(2159), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(2159), - [sym_input_close_statement] = STATE(2159), - [sym_output_close_statement] = STATE(2159), - [sym__stream_statement] = STATE(2159), - [sym_input_stream_statement] = STATE(2196), - [sym_output_stream_statement] = STATE(2196), - [sym_do_block] = STATE(2159), - [sym_case_statement] = STATE(2159), - [sym_for_statement] = STATE(2159), - [sym_find_statement] = STATE(2159), - [sym_abl_statement] = STATE(2159), - [sym_assign_statement] = STATE(2159), - [sym_catch_statement] = STATE(2159), - [sym_finally_statement] = STATE(2159), - [sym_accumulate_statement] = STATE(2159), - [sym_undo_statement] = STATE(2159), - [sym_error_scope_statement] = STATE(2159), - [sym_workfile_definition] = STATE(2159), - [sym_temp_table_definition] = STATE(2159), - [sym_on_statement] = STATE(2159), - [sym_prompt_for_statement] = STATE(2159), - [sym_var_statement] = STATE(2159), - [sym_button_definition] = STATE(2159), - [sym_run_statement] = STATE(2159), - [sym_enum_statement] = STATE(2159), - [sym__statement] = STATE(2197), + [sym_assignment] = STATE(6534), + [sym_variable_assignment] = STATE(2092), + [sym_variable_definition] = STATE(2092), + [sym_buffer_definition] = STATE(2092), + [sym_query_definition] = STATE(2092), + [sym_function_call_statement] = STATE(2092), + [sym_function_call] = STATE(5371), + [sym_if_statement] = STATE(2092), + [sym_label] = STATE(5355), + [sym_repeat_statement] = STATE(2092), + [sym_procedure_statement] = STATE(2092), + [sym_procedure_parameter_definition] = STATE(2092), + [sym_function_statement] = STATE(2092), + [sym_return_statement] = STATE(2092), + [sym_interface_statement] = STATE(2092), + [sym_dataset_definition] = STATE(2092), + [sym_using_statement] = STATE(2092), + [sym_class_statement] = STATE(2092), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(2092), + [sym_input_close_statement] = STATE(2092), + [sym_output_close_statement] = STATE(2092), + [sym__stream_statement] = STATE(2092), + [sym_input_stream_statement] = STATE(2417), + [sym_output_stream_statement] = STATE(2417), + [sym_do_block] = STATE(2092), + [sym_case_statement] = STATE(2092), + [sym_for_statement] = STATE(2092), + [sym_find_statement] = STATE(2092), + [sym_abl_statement] = STATE(2092), + [sym_assign_statement] = STATE(2092), + [sym_catch_statement] = STATE(2092), + [sym_finally_statement] = STATE(2092), + [sym_accumulate_statement] = STATE(2092), + [sym_undo_statement] = STATE(2092), + [sym_error_scope_statement] = STATE(2092), + [sym_workfile_definition] = STATE(2092), + [sym_temp_table_definition] = STATE(2092), + [sym_on_statement] = STATE(2092), + [sym_prompt_for_statement] = STATE(2092), + [sym_var_statement] = STATE(2092), + [sym_button_definition] = STATE(2092), + [sym_run_statement] = STATE(2092), + [sym_enum_statement] = STATE(2092), + [sym__statement] = STATE(2460), [aux_sym_source_code_repeat1] = STATE(60), - [ts_builtin_sym_end] = ACTIONS(406), - [sym_identifier] = ACTIONS(408), + [sym_identifier] = ACTIONS(406), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_LBRACE] = ACTIONS(7), + [aux_sym__block_terminator_token1] = ACTIONS(409), [aux_sym_input_expression_token1] = ACTIONS(411), [aux_sym_class_type_token1] = ACTIONS(414), - [aux_sym_scope_tuning_token1] = ACTIONS(267), + [aux_sym_scope_tuning_token1] = ACTIONS(331), [aux_sym_variable_definition_token1] = ACTIONS(417), [aux_sym_variable_definition_token2] = ACTIONS(417), [aux_sym_buffer_definition_token2] = ACTIONS(420), @@ -51167,742 +50865,746 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [61] = { [sym_comment] = STATE(61), - [sym_qualified_name] = STATE(5430), [sym_include] = STATE(61), - [sym_assignment] = STATE(6594), - [sym_variable_assignment] = STATE(5142), - [sym_variable_definition] = STATE(5142), - [sym_buffer_definition] = STATE(5142), - [sym_query_definition] = STATE(5142), - [sym_function_call_statement] = STATE(5142), - [sym_function_call] = STATE(5587), - [sym_if_statement] = STATE(5142), - [sym_label] = STATE(5612), - [sym_repeat_statement] = STATE(5142), - [sym_procedure_statement] = STATE(5142), - [sym_procedure_parameter_definition] = STATE(5142), - [sym_function_statement] = STATE(5142), - [sym_return_statement] = STATE(5142), - [sym_interface_statement] = STATE(5142), - [sym_dataset_definition] = STATE(5142), - [sym_using_statement] = STATE(5142), - [sym_class_statement] = STATE(5142), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(5142), - [sym_input_close_statement] = STATE(5142), - [sym_output_close_statement] = STATE(5142), - [sym__stream_statement] = STATE(5142), - [sym_input_stream_statement] = STATE(5112), - [sym_output_stream_statement] = STATE(5112), - [sym_do_block] = STATE(5565), - [sym__case_branch_body] = STATE(5564), - [sym_case_statement] = STATE(5142), - [sym_for_statement] = STATE(5142), - [sym_find_statement] = STATE(5142), - [sym_abl_statement] = STATE(5142), - [sym_assign_statement] = STATE(5142), - [sym_catch_statement] = STATE(5142), - [sym_finally_statement] = STATE(5142), - [sym_accumulate_statement] = STATE(5142), - [sym_undo_statement] = STATE(5142), - [sym_error_scope_statement] = STATE(5142), - [sym_workfile_definition] = STATE(5142), - [sym_temp_table_definition] = STATE(5142), - [sym_on_statement] = STATE(5142), - [sym_prompt_for_statement] = STATE(5142), - [sym_var_statement] = STATE(5142), - [sym_button_definition] = STATE(5142), - [sym_run_statement] = STATE(5142), - [sym_enum_statement] = STATE(5142), - [sym__statement] = STATE(5563), - [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), + [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), + [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__function_argument_with_mode_token4] = ACTIONS(117), + [aux_sym_if_statement_token2] = ACTIONS(117), + [aux_sym_else_statement_token1] = ACTIONS(117), + [aux_sym_while_phrase_token1] = ACTIONS(117), + [aux_sym_repeat_tuning_token1] = ACTIONS(117), + [anon_sym_NO_DASHERROR] = 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_to_phrase_token1] = 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__namecolon] = ACTIONS(117), + [sym__or_operator] = ACTIONS(117), + [sym__and_operator] = ACTIONS(117), }, [62] = { [sym_comment] = STATE(62), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(62), - [anon_sym_COLON] = ACTIONS(543), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(545), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(543), - [sym__terminator] = ACTIONS(543), - [aux_sym__block_terminator_token1] = ACTIONS(543), - [anon_sym_COMMA] = ACTIONS(543), - [anon_sym_RBRACK] = ACTIONS(543), - [anon_sym_LPAREN] = ACTIONS(543), - [anon_sym_RPAREN] = ACTIONS(543), - [anon_sym_EQ] = ACTIONS(543), - [aux_sym_unary_expression_token2] = ACTIONS(543), - [anon_sym_PLUS] = ACTIONS(543), - [anon_sym_DASH] = ACTIONS(543), - [aux_sym__multiplicative_operator_token1] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(545), - [anon_sym_LT_EQ] = ACTIONS(543), - [anon_sym_LT_GT] = ACTIONS(543), - [anon_sym_GT] = ACTIONS(545), - [anon_sym_GT_EQ] = ACTIONS(543), - [aux_sym__comparison_operator_token1] = ACTIONS(543), - [aux_sym__comparison_operator_token2] = ACTIONS(543), - [aux_sym__comparison_operator_token3] = ACTIONS(543), - [aux_sym__comparison_operator_token4] = ACTIONS(543), - [aux_sym__comparison_operator_token5] = ACTIONS(543), - [aux_sym__comparison_operator_token6] = ACTIONS(543), - [aux_sym__comparison_operator_token7] = ACTIONS(543), - [aux_sym__comparison_operator_token8] = ACTIONS(543), - [aux_sym__comparison_operator_token9] = ACTIONS(543), - [aux_sym_when_expression_token1] = ACTIONS(543), - [aux_sym_variable_tuning_token1] = ACTIONS(543), - [aux_sym_variable_tuning_token2] = ACTIONS(545), - [aux_sym_variable_tuning_token3] = ACTIONS(543), - [aux_sym_variable_tuning_token4] = ACTIONS(543), - [aux_sym_variable_tuning_token5] = ACTIONS(543), - [aux_sym_variable_tuning_token6] = ACTIONS(543), - [aux_sym_variable_tuning_token7] = ACTIONS(543), - [aux_sym_variable_tuning_token8] = ACTIONS(543), - [aux_sym__function_argument_with_mode_token4] = ACTIONS(543), - [aux_sym_if_statement_token2] = ACTIONS(543), - [aux_sym_else_statement_token1] = ACTIONS(543), - [aux_sym_while_phrase_token1] = ACTIONS(543), - [aux_sym_repeat_tuning_token1] = ACTIONS(543), - [anon_sym_NO_DASHERROR] = ACTIONS(547), - [aux_sym_input_stream_tuning_token1] = ACTIONS(543), - [aux_sym_input_stream_tuning_token2] = ACTIONS(543), - [aux_sym_input_stream_tuning_token3] = ACTIONS(543), - [aux_sym_input_stream_tuning_token4] = ACTIONS(543), - [aux_sym_input_stream_tuning_token5] = ACTIONS(543), - [aux_sym_input_stream_tuning_token6] = ACTIONS(543), - [aux_sym_input_stream_tuning_token7] = ACTIONS(543), - [aux_sym_input_stream_tuning_token8] = ACTIONS(543), - [aux_sym_input_stream_tuning_token9] = ACTIONS(543), - [aux_sym_input_stream_tuning_token11] = ACTIONS(543), - [aux_sym_output_stream_tuning_token1] = ACTIONS(543), - [aux_sym_output_stream_tuning_token2] = ACTIONS(543), - [aux_sym_output_stream_tuning_token3] = ACTIONS(543), - [aux_sym_output_stream_tuning_token4] = ACTIONS(543), - [aux_sym_output_stream_tuning_token5] = ACTIONS(543), - [aux_sym_output_stream_tuning_token6] = ACTIONS(543), - [aux_sym_output_stream_tuning_token7] = ACTIONS(543), - [aux_sym_output_stream_statement_token1] = ACTIONS(543), - [aux_sym_on_error_phrase_token1] = ACTIONS(543), - [aux_sym_stop_after_phrase_token1] = ACTIONS(543), - [aux_sym_do_tuning_token1] = ACTIONS(543), - [aux_sym_to_phrase_token1] = ACTIONS(543), - [aux_sym_of_token1] = ACTIONS(543), - [aux_sym_field_option_token1] = ACTIONS(543), - [aux_sym_field_option_token2] = ACTIONS(543), - [aux_sym_field_option_token3] = ACTIONS(543), - [aux_sym_field_option_token4] = ACTIONS(543), - [aux_sym_field_option_token5] = ACTIONS(543), - [aux_sym_field_option_token6] = ACTIONS(543), - [aux_sym_field_definition_token1] = ACTIONS(543), - [aux_sym_index_definition_token1] = ACTIONS(543), - [aux_sym_of_phrase_token1] = ACTIONS(543), - [aux_sym_of_phrase_token2] = ACTIONS(543), - [sym__namecolon] = ACTIONS(543), - [sym__or_operator] = ACTIONS(543), - [sym__and_operator] = ACTIONS(543), + [sym_assignment] = STATE(6534), + [sym_variable_assignment] = STATE(2092), + [sym_variable_definition] = STATE(2092), + [sym_buffer_definition] = STATE(2092), + [sym_query_definition] = STATE(2092), + [sym_function_call_statement] = STATE(2092), + [sym_function_call] = STATE(5371), + [sym_if_statement] = STATE(2092), + [sym_label] = STATE(5355), + [sym_repeat_statement] = STATE(2092), + [sym_procedure_statement] = STATE(2092), + [sym_procedure_parameter_definition] = STATE(2092), + [sym_function_statement] = STATE(2092), + [sym_return_statement] = STATE(2092), + [sym_interface_statement] = STATE(2092), + [sym_dataset_definition] = STATE(2092), + [sym_using_statement] = STATE(2092), + [sym_class_statement] = STATE(2092), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(2092), + [sym_input_close_statement] = STATE(2092), + [sym_output_close_statement] = STATE(2092), + [sym__stream_statement] = STATE(2092), + [sym_input_stream_statement] = STATE(2417), + [sym_output_stream_statement] = STATE(2417), + [sym_do_block] = STATE(2092), + [sym_case_statement] = STATE(2092), + [sym_for_statement] = STATE(2092), + [sym_find_statement] = STATE(2092), + [sym_abl_statement] = STATE(2092), + [sym_assign_statement] = STATE(2092), + [sym_catch_statement] = STATE(2092), + [sym_finally_statement] = STATE(2092), + [sym_accumulate_statement] = STATE(2092), + [sym_undo_statement] = STATE(2092), + [sym_error_scope_statement] = STATE(2092), + [sym_workfile_definition] = STATE(2092), + [sym_temp_table_definition] = STATE(2092), + [sym_on_statement] = STATE(2092), + [sym_prompt_for_statement] = STATE(2092), + [sym_var_statement] = STATE(2092), + [sym_button_definition] = STATE(2092), + [sym_run_statement] = STATE(2092), + [sym_enum_statement] = STATE(2092), + [sym__statement] = STATE(2460), + [aux_sym_source_code_repeat1] = STATE(60), + [sym_identifier] = ACTIONS(262), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(7), + [aux_sym__block_terminator_token1] = ACTIONS(489), + [aux_sym_input_expression_token1] = ACTIONS(266), + [aux_sym_class_type_token1] = ACTIONS(268), + [aux_sym_scope_tuning_token1] = ACTIONS(17), + [aux_sym_variable_definition_token1] = ACTIONS(270), + [aux_sym_variable_definition_token2] = ACTIONS(270), + [aux_sym_buffer_definition_token2] = ACTIONS(272), + [aux_sym_return_type_token2] = ACTIONS(274), + [aux_sym_argument_mode_token1] = ACTIONS(276), + [aux_sym_if_statement_token1] = ACTIONS(278), + [aux_sym_repeat_statement_token1] = ACTIONS(280), + [aux_sym__procedure_terminator_token1] = ACTIONS(282), + [aux_sym__function_terminator_token1] = ACTIONS(284), + [aux_sym_interface_statement_token1] = ACTIONS(286), + [aux_sym_using_statement_token1] = ACTIONS(288), + [aux_sym_on_error_phrase_token1] = ACTIONS(290), + [aux_sym_on_error_phrase_token3] = ACTIONS(292), + [aux_sym_do_block_token1] = ACTIONS(294), + [aux_sym__case_terminator_token1] = ACTIONS(296), + [aux_sym_find_statement_token1] = ACTIONS(298), + [aux_sym_assign_statement_token1] = ACTIONS(300), + [aux_sym_catch_statement_token1] = ACTIONS(302), + [aux_sym_finally_statement_token1] = ACTIONS(304), + [aux_sym_accumulate_statement_token1] = ACTIONS(306), + [aux_sym_error_scope_statement_token1] = ACTIONS(308), + [aux_sym_error_scope_statement_token2] = ACTIONS(308), + [aux_sym_prompt_for_statement_token1] = ACTIONS(310), + [aux_sym_var_statement_token1] = ACTIONS(312), + [aux_sym_run_statement_token1] = ACTIONS(314), + [aux_sym_enum_definition_token1] = ACTIONS(316), }, [63] = { [sym_comment] = STATE(63), - [sym_qualified_name] = STATE(5430), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(63), - [sym_assignment] = STATE(6594), - [sym_variable_assignment] = STATE(5142), - [sym_variable_definition] = STATE(5142), - [sym_buffer_definition] = STATE(5142), - [sym_query_definition] = STATE(5142), - [sym_function_call_statement] = STATE(5142), - [sym_function_call] = STATE(5587), - [sym_if_statement] = STATE(5142), - [sym_label] = STATE(5612), - [sym_repeat_statement] = STATE(5142), - [sym_procedure_statement] = STATE(5142), - [sym_procedure_parameter_definition] = STATE(5142), - [sym_function_statement] = STATE(5142), - [sym_return_statement] = STATE(5142), - [sym_interface_statement] = STATE(5142), - [sym_dataset_definition] = STATE(5142), - [sym_using_statement] = STATE(5142), - [sym_class_statement] = STATE(5142), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(5142), - [sym_input_close_statement] = STATE(5142), - [sym_output_close_statement] = STATE(5142), - [sym__stream_statement] = STATE(5142), - [sym_input_stream_statement] = STATE(5112), - [sym_output_stream_statement] = STATE(5112), - [sym_do_block] = STATE(5565), - [sym__case_branch_body] = STATE(6937), - [sym_case_statement] = STATE(5142), - [sym_for_statement] = STATE(5142), - [sym_find_statement] = STATE(5142), - [sym_abl_statement] = STATE(5142), - [sym_assign_statement] = STATE(5142), - [sym_catch_statement] = STATE(5142), - [sym_finally_statement] = STATE(5142), - [sym_accumulate_statement] = STATE(5142), - [sym_undo_statement] = STATE(5142), - [sym_error_scope_statement] = STATE(5142), - [sym_workfile_definition] = STATE(5142), - [sym_temp_table_definition] = STATE(5142), - [sym_on_statement] = STATE(5142), - [sym_prompt_for_statement] = STATE(5142), - [sym_var_statement] = STATE(5142), - [sym_button_definition] = STATE(5142), - [sym_run_statement] = STATE(5142), - [sym_enum_statement] = STATE(5142), - [sym__statement] = STATE(5563), - [sym_identifier] = ACTIONS(489), + [sym_assignment] = STATE(6534), + [sym_variable_assignment] = STATE(2092), + [sym_variable_definition] = STATE(2092), + [sym_buffer_definition] = STATE(2092), + [sym_query_definition] = STATE(2092), + [sym_function_call_statement] = STATE(2092), + [sym_function_call] = STATE(5371), + [sym_if_statement] = STATE(2092), + [sym_label] = STATE(5355), + [sym_repeat_statement] = STATE(2092), + [sym_procedure_statement] = STATE(2092), + [sym_procedure_parameter_definition] = STATE(2092), + [sym_function_statement] = STATE(2092), + [sym_return_statement] = STATE(2092), + [sym_interface_statement] = STATE(2092), + [sym_dataset_definition] = STATE(2092), + [sym_using_statement] = STATE(2092), + [sym_class_statement] = STATE(2092), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(2092), + [sym_input_close_statement] = STATE(2092), + [sym_output_close_statement] = STATE(2092), + [sym__stream_statement] = STATE(2092), + [sym_input_stream_statement] = STATE(2417), + [sym_output_stream_statement] = STATE(2417), + [sym_do_block] = STATE(2092), + [sym_case_statement] = STATE(2092), + [sym_for_statement] = STATE(2092), + [sym_find_statement] = STATE(2092), + [sym_abl_statement] = STATE(2092), + [sym_assign_statement] = STATE(2092), + [sym_catch_statement] = STATE(2092), + [sym_finally_statement] = STATE(2092), + [sym_accumulate_statement] = STATE(2092), + [sym_undo_statement] = STATE(2092), + [sym_error_scope_statement] = STATE(2092), + [sym_workfile_definition] = STATE(2092), + [sym_temp_table_definition] = STATE(2092), + [sym_on_statement] = STATE(2092), + [sym_prompt_for_statement] = STATE(2092), + [sym_var_statement] = STATE(2092), + [sym_button_definition] = STATE(2092), + [sym_run_statement] = STATE(2092), + [sym_enum_statement] = STATE(2092), + [sym__statement] = STATE(2460), + [aux_sym_source_code_repeat1] = STATE(56), + [sym_identifier] = ACTIONS(262), [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__block_terminator_token1] = ACTIONS(491), + [aux_sym_input_expression_token1] = ACTIONS(266), + [aux_sym_class_type_token1] = ACTIONS(268), [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), + [aux_sym_variable_definition_token1] = ACTIONS(270), + [aux_sym_variable_definition_token2] = ACTIONS(270), + [aux_sym_buffer_definition_token2] = ACTIONS(272), + [aux_sym_return_type_token2] = ACTIONS(274), + [aux_sym_argument_mode_token1] = ACTIONS(276), + [aux_sym_if_statement_token1] = ACTIONS(278), + [aux_sym_repeat_statement_token1] = ACTIONS(280), + [aux_sym__procedure_terminator_token1] = ACTIONS(282), + [aux_sym__function_terminator_token1] = ACTIONS(284), + [aux_sym_interface_statement_token1] = ACTIONS(286), + [aux_sym_using_statement_token1] = ACTIONS(288), + [aux_sym_on_error_phrase_token1] = ACTIONS(290), + [aux_sym_on_error_phrase_token3] = ACTIONS(292), + [aux_sym_do_block_token1] = ACTIONS(294), + [aux_sym__case_terminator_token1] = ACTIONS(296), + [aux_sym_find_statement_token1] = ACTIONS(298), + [aux_sym_assign_statement_token1] = ACTIONS(300), + [aux_sym_catch_statement_token1] = ACTIONS(302), + [aux_sym_finally_statement_token1] = ACTIONS(304), + [aux_sym_accumulate_statement_token1] = ACTIONS(306), + [aux_sym_error_scope_statement_token1] = ACTIONS(308), + [aux_sym_error_scope_statement_token2] = ACTIONS(308), + [aux_sym_prompt_for_statement_token1] = ACTIONS(310), + [aux_sym_var_statement_token1] = ACTIONS(312), + [aux_sym_run_statement_token1] = ACTIONS(314), + [aux_sym_enum_definition_token1] = ACTIONS(316), }, [64] = { [sym_comment] = STATE(64), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(64), - [anon_sym_COLON] = ACTIONS(120), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_SLASH] = ACTIONS(122), - [anon_sym_LBRACE] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(120), - [sym__terminator] = ACTIONS(120), - [aux_sym__block_terminator_token1] = ACTIONS(120), - [anon_sym_COMMA] = ACTIONS(120), - [anon_sym_RBRACK] = ACTIONS(120), - [anon_sym_LPAREN] = ACTIONS(120), - [anon_sym_RPAREN] = ACTIONS(120), - [anon_sym_EQ] = ACTIONS(120), - [aux_sym_unary_expression_token2] = ACTIONS(120), - [anon_sym_PLUS] = ACTIONS(120), - [anon_sym_DASH] = ACTIONS(120), - [aux_sym__multiplicative_operator_token1] = ACTIONS(120), - [anon_sym_LT] = ACTIONS(122), - [anon_sym_LT_EQ] = ACTIONS(120), - [anon_sym_LT_GT] = ACTIONS(120), - [anon_sym_GT] = ACTIONS(122), - [anon_sym_GT_EQ] = ACTIONS(120), - [aux_sym__comparison_operator_token1] = ACTIONS(120), - [aux_sym__comparison_operator_token2] = ACTIONS(120), - [aux_sym__comparison_operator_token3] = ACTIONS(120), - [aux_sym__comparison_operator_token4] = ACTIONS(120), - [aux_sym__comparison_operator_token5] = ACTIONS(120), - [aux_sym__comparison_operator_token6] = ACTIONS(120), - [aux_sym__comparison_operator_token7] = ACTIONS(120), - [aux_sym__comparison_operator_token8] = ACTIONS(120), - [aux_sym__comparison_operator_token9] = ACTIONS(120), - [aux_sym_when_expression_token1] = ACTIONS(120), - [aux_sym_variable_tuning_token1] = ACTIONS(120), - [aux_sym_variable_tuning_token2] = ACTIONS(122), - [aux_sym_variable_tuning_token3] = ACTIONS(120), - [aux_sym_variable_tuning_token4] = ACTIONS(120), - [aux_sym_variable_tuning_token5] = ACTIONS(120), - [aux_sym_variable_tuning_token6] = ACTIONS(120), - [aux_sym_variable_tuning_token7] = ACTIONS(120), - [aux_sym_variable_tuning_token8] = ACTIONS(120), - [aux_sym__function_argument_with_mode_token4] = ACTIONS(120), - [aux_sym_if_statement_token2] = ACTIONS(120), - [aux_sym_else_statement_token1] = ACTIONS(120), - [aux_sym_while_phrase_token1] = ACTIONS(120), - [aux_sym_repeat_tuning_token1] = ACTIONS(120), - [anon_sym_NO_DASHERROR] = ACTIONS(120), - [aux_sym_input_stream_tuning_token1] = ACTIONS(120), - [aux_sym_input_stream_tuning_token2] = ACTIONS(120), - [aux_sym_input_stream_tuning_token3] = ACTIONS(120), - [aux_sym_input_stream_tuning_token4] = ACTIONS(120), - [aux_sym_input_stream_tuning_token5] = ACTIONS(120), - [aux_sym_input_stream_tuning_token6] = ACTIONS(120), - [aux_sym_input_stream_tuning_token7] = ACTIONS(120), - [aux_sym_input_stream_tuning_token8] = ACTIONS(120), - [aux_sym_input_stream_tuning_token9] = ACTIONS(120), - [aux_sym_input_stream_tuning_token11] = ACTIONS(120), - [aux_sym_output_stream_tuning_token1] = ACTIONS(120), - [aux_sym_output_stream_tuning_token2] = ACTIONS(120), - [aux_sym_output_stream_tuning_token3] = ACTIONS(120), - [aux_sym_output_stream_tuning_token4] = ACTIONS(120), - [aux_sym_output_stream_tuning_token5] = ACTIONS(120), - [aux_sym_output_stream_tuning_token6] = ACTIONS(120), - [aux_sym_output_stream_tuning_token7] = ACTIONS(120), - [aux_sym_output_stream_statement_token1] = ACTIONS(120), - [aux_sym_on_error_phrase_token1] = ACTIONS(120), - [aux_sym_stop_after_phrase_token1] = ACTIONS(120), - [aux_sym_do_tuning_token1] = ACTIONS(120), - [aux_sym_to_phrase_token1] = ACTIONS(120), - [aux_sym_of_token1] = ACTIONS(120), - [aux_sym_field_option_token1] = ACTIONS(120), - [aux_sym_field_option_token2] = ACTIONS(120), - [aux_sym_field_option_token3] = ACTIONS(120), - [aux_sym_field_option_token4] = ACTIONS(120), - [aux_sym_field_option_token5] = ACTIONS(120), - [aux_sym_field_option_token6] = ACTIONS(120), - [aux_sym_field_definition_token1] = ACTIONS(120), - [aux_sym_index_definition_token1] = ACTIONS(120), - [aux_sym_of_phrase_token1] = ACTIONS(120), - [aux_sym_of_phrase_token2] = ACTIONS(120), - [sym__namecolon] = ACTIONS(120), - [sym__or_operator] = ACTIONS(120), - [sym__and_operator] = ACTIONS(120), + [sym_assignment] = STATE(6720), + [sym_variable_assignment] = STATE(2036), + [sym_variable_definition] = STATE(2036), + [sym_buffer_definition] = STATE(2036), + [sym_query_definition] = STATE(2036), + [sym_function_call_statement] = STATE(2036), + [sym_function_call] = STATE(5117), + [sym_if_statement] = STATE(2036), + [sym_label] = STATE(5118), + [sym_repeat_statement] = STATE(2036), + [sym_procedure_statement] = STATE(2036), + [sym_procedure_parameter_definition] = STATE(2036), + [sym_function_statement] = STATE(2036), + [sym_return_statement] = STATE(2036), + [sym_interface_statement] = STATE(2036), + [sym_dataset_definition] = STATE(2036), + [sym_using_statement] = STATE(2036), + [sym_class_statement] = STATE(2036), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(2036), + [sym_input_close_statement] = STATE(2036), + [sym_output_close_statement] = STATE(2036), + [sym__stream_statement] = STATE(2036), + [sym_input_stream_statement] = STATE(2040), + [sym_output_stream_statement] = STATE(2040), + [sym_do_block] = STATE(2036), + [sym_case_statement] = STATE(2036), + [sym_for_statement] = STATE(2036), + [sym_find_statement] = STATE(2036), + [sym_abl_statement] = STATE(2036), + [sym_assign_statement] = STATE(2036), + [sym_catch_statement] = STATE(2036), + [sym_finally_statement] = STATE(2036), + [sym_accumulate_statement] = STATE(2036), + [sym_undo_statement] = STATE(2036), + [sym_error_scope_statement] = STATE(2036), + [sym_workfile_definition] = STATE(2036), + [sym_temp_table_definition] = STATE(2036), + [sym_on_statement] = STATE(2036), + [sym_prompt_for_statement] = STATE(2036), + [sym_var_statement] = STATE(2036), + [sym_button_definition] = STATE(2036), + [sym_run_statement] = STATE(2036), + [sym_enum_statement] = STATE(2036), + [sym__statement] = STATE(2043), + [aux_sym_source_code_repeat1] = STATE(59), + [ts_builtin_sym_end] = ACTIONS(493), + [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), }, [65] = { [sym_comment] = STATE(65), - [sym_qualified_name] = STATE(5430), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(65), - [sym_assignment] = STATE(6594), - [sym_variable_assignment] = STATE(5142), - [sym_variable_definition] = STATE(5142), - [sym_buffer_definition] = STATE(5142), - [sym_query_definition] = STATE(5142), - [sym_function_call_statement] = STATE(5142), - [sym_function_call] = STATE(5587), - [sym_if_statement] = STATE(5142), - [sym_label] = STATE(5612), - [sym_repeat_statement] = STATE(5142), - [sym_procedure_statement] = STATE(5142), - [sym_procedure_parameter_definition] = STATE(5142), - [sym_function_statement] = STATE(5142), - [sym_return_statement] = STATE(5142), - [sym_interface_statement] = STATE(5142), - [sym_dataset_definition] = STATE(5142), - [sym_using_statement] = STATE(5142), - [sym_class_statement] = STATE(5142), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(5142), - [sym_input_close_statement] = STATE(5142), - [sym_output_close_statement] = STATE(5142), - [sym__stream_statement] = STATE(5142), - [sym_input_stream_statement] = STATE(5112), - [sym_output_stream_statement] = STATE(5112), - [sym_do_block] = STATE(5565), - [sym__case_branch_body] = STATE(5353), - [sym_case_statement] = STATE(5142), - [sym_for_statement] = STATE(5142), - [sym_find_statement] = STATE(5142), - [sym_abl_statement] = STATE(5142), - [sym_assign_statement] = STATE(5142), - [sym_catch_statement] = STATE(5142), - [sym_finally_statement] = STATE(5142), - [sym_accumulate_statement] = STATE(5142), - [sym_undo_statement] = STATE(5142), - [sym_error_scope_statement] = STATE(5142), - [sym_workfile_definition] = STATE(5142), - [sym_temp_table_definition] = STATE(5142), - [sym_on_statement] = STATE(5142), - [sym_prompt_for_statement] = STATE(5142), - [sym_var_statement] = STATE(5142), - [sym_button_definition] = STATE(5142), - [sym_run_statement] = STATE(5142), - [sym_enum_statement] = STATE(5142), - [sym__statement] = STATE(5563), - [sym_identifier] = ACTIONS(489), + [sym_assignment] = STATE(6394), + [sym_variable_assignment] = STATE(4965), + [sym_variable_definition] = STATE(4965), + [sym_buffer_definition] = STATE(4965), + [sym_query_definition] = STATE(4965), + [sym_function_call_statement] = STATE(4965), + [sym_function_call] = STATE(5344), + [sym_if_statement] = STATE(4965), + [sym_label] = STATE(5219), + [sym_repeat_statement] = STATE(4965), + [sym_procedure_statement] = STATE(4965), + [sym_procedure_parameter_definition] = STATE(4965), + [sym_function_statement] = STATE(4965), + [sym_return_statement] = STATE(4965), + [sym_interface_statement] = STATE(4965), + [sym_dataset_definition] = STATE(4965), + [sym_using_statement] = STATE(4965), + [sym_class_statement] = STATE(4965), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(4965), + [sym_input_close_statement] = STATE(4965), + [sym_output_close_statement] = STATE(4965), + [sym__stream_statement] = STATE(4965), + [sym_input_stream_statement] = STATE(4964), + [sym_output_stream_statement] = STATE(4964), + [sym_do_block] = STATE(5294), + [sym__case_branch_body] = STATE(6272), + [sym_case_statement] = STATE(4965), + [sym_for_statement] = STATE(4965), + [sym_find_statement] = STATE(4965), + [sym_abl_statement] = STATE(4965), + [sym_assign_statement] = STATE(4965), + [sym_catch_statement] = STATE(4965), + [sym_finally_statement] = STATE(4965), + [sym_accumulate_statement] = STATE(4965), + [sym_undo_statement] = STATE(4965), + [sym_error_scope_statement] = STATE(4965), + [sym_workfile_definition] = STATE(4965), + [sym_temp_table_definition] = STATE(4965), + [sym_on_statement] = STATE(4965), + [sym_prompt_for_statement] = STATE(4965), + [sym_var_statement] = STATE(4965), + [sym_button_definition] = STATE(4965), + [sym_run_statement] = STATE(4965), + [sym_enum_statement] = STATE(4965), + [sym__statement] = STATE(5308), + [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(491), - [aux_sym_class_type_token1] = ACTIONS(493), + [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(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), + [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), }, [66] = { [sym_comment] = STATE(66), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(66), - [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), - [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), - [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__function_argument_with_mode_token4] = ACTIONS(136), - [aux_sym_if_statement_token2] = ACTIONS(136), - [aux_sym_else_statement_token1] = ACTIONS(136), - [aux_sym_while_phrase_token1] = ACTIONS(136), - [aux_sym_repeat_tuning_token1] = ACTIONS(136), - [anon_sym_NO_DASHERROR] = 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_to_phrase_token1] = 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__namecolon] = ACTIONS(136), - [sym__or_operator] = ACTIONS(136), - [sym__and_operator] = ACTIONS(136), + [sym_assignment] = STATE(6394), + [sym_variable_assignment] = STATE(4965), + [sym_variable_definition] = STATE(4965), + [sym_buffer_definition] = STATE(4965), + [sym_query_definition] = STATE(4965), + [sym_function_call_statement] = STATE(4965), + [sym_function_call] = STATE(5344), + [sym_if_statement] = STATE(4965), + [sym_label] = STATE(5219), + [sym_repeat_statement] = STATE(4965), + [sym_procedure_statement] = STATE(4965), + [sym_procedure_parameter_definition] = STATE(4965), + [sym_function_statement] = STATE(4965), + [sym_return_statement] = STATE(4965), + [sym_interface_statement] = STATE(4965), + [sym_dataset_definition] = STATE(4965), + [sym_using_statement] = STATE(4965), + [sym_class_statement] = STATE(4965), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(4965), + [sym_input_close_statement] = STATE(4965), + [sym_output_close_statement] = STATE(4965), + [sym__stream_statement] = STATE(4965), + [sym_input_stream_statement] = STATE(4964), + [sym_output_stream_statement] = STATE(4964), + [sym_do_block] = STATE(5294), + [sym__case_branch_body] = STATE(5307), + [sym_case_statement] = STATE(4965), + [sym_for_statement] = STATE(4965), + [sym_find_statement] = STATE(4965), + [sym_abl_statement] = STATE(4965), + [sym_assign_statement] = STATE(4965), + [sym_catch_statement] = STATE(4965), + [sym_finally_statement] = STATE(4965), + [sym_accumulate_statement] = STATE(4965), + [sym_undo_statement] = STATE(4965), + [sym_error_scope_statement] = STATE(4965), + [sym_workfile_definition] = STATE(4965), + [sym_temp_table_definition] = STATE(4965), + [sym_on_statement] = STATE(4965), + [sym_prompt_for_statement] = STATE(4965), + [sym_var_statement] = STATE(4965), + [sym_button_definition] = STATE(4965), + [sym_run_statement] = STATE(4965), + [sym_enum_statement] = STATE(4965), + [sym__statement] = STATE(5308), + [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), }, [67] = { [sym_comment] = STATE(67), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(67), - [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), - [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__function_argument_with_mode_token4] = ACTIONS(144), - [aux_sym_if_statement_token2] = ACTIONS(144), - [aux_sym_else_statement_token1] = ACTIONS(144), - [aux_sym_while_phrase_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_to_phrase_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(6394), + [sym_variable_assignment] = STATE(4965), + [sym_variable_definition] = STATE(4965), + [sym_buffer_definition] = STATE(4965), + [sym_query_definition] = STATE(4965), + [sym_function_call_statement] = STATE(4965), + [sym_function_call] = STATE(5344), + [sym_if_statement] = STATE(4965), + [sym_label] = STATE(5219), + [sym_repeat_statement] = STATE(4965), + [sym_procedure_statement] = STATE(4965), + [sym_procedure_parameter_definition] = STATE(4965), + [sym_function_statement] = STATE(4965), + [sym_return_statement] = STATE(4965), + [sym_interface_statement] = STATE(4965), + [sym_dataset_definition] = STATE(4965), + [sym_using_statement] = STATE(4965), + [sym_class_statement] = STATE(4965), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(4965), + [sym_input_close_statement] = STATE(4965), + [sym_output_close_statement] = STATE(4965), + [sym__stream_statement] = STATE(4965), + [sym_input_stream_statement] = STATE(4964), + [sym_output_stream_statement] = STATE(4964), + [sym_do_block] = STATE(5294), + [sym__case_branch_body] = STATE(5329), + [sym_case_statement] = STATE(4965), + [sym_for_statement] = STATE(4965), + [sym_find_statement] = STATE(4965), + [sym_abl_statement] = STATE(4965), + [sym_assign_statement] = STATE(4965), + [sym_catch_statement] = STATE(4965), + [sym_finally_statement] = STATE(4965), + [sym_accumulate_statement] = STATE(4965), + [sym_undo_statement] = STATE(4965), + [sym_error_scope_statement] = STATE(4965), + [sym_workfile_definition] = STATE(4965), + [sym_temp_table_definition] = STATE(4965), + [sym_on_statement] = STATE(4965), + [sym_prompt_for_statement] = STATE(4965), + [sym_var_statement] = STATE(4965), + [sym_button_definition] = STATE(4965), + [sym_run_statement] = STATE(4965), + [sym_enum_statement] = STATE(4965), + [sym__statement] = STATE(5308), + [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), }, [68] = { [sym_comment] = STATE(68), - [sym_qualified_name] = STATE(5430), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(68), - [sym_assignment] = STATE(6594), - [sym_variable_assignment] = STATE(5142), - [sym_variable_definition] = STATE(5142), - [sym_buffer_definition] = STATE(5142), - [sym_query_definition] = STATE(5142), - [sym_function_call_statement] = STATE(5142), - [sym_function_call] = STATE(5587), - [sym_if_statement] = STATE(5142), - [sym_label] = STATE(5612), - [sym_repeat_statement] = STATE(5142), - [sym_procedure_statement] = STATE(5142), - [sym_procedure_parameter_definition] = STATE(5142), - [sym_function_statement] = STATE(5142), - [sym_return_statement] = STATE(5142), - [sym_interface_statement] = STATE(5142), - [sym_dataset_definition] = STATE(5142), - [sym_using_statement] = STATE(5142), - [sym_class_statement] = STATE(5142), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(5142), - [sym_input_close_statement] = STATE(5142), - [sym_output_close_statement] = STATE(5142), - [sym__stream_statement] = STATE(5142), - [sym_input_stream_statement] = STATE(5112), - [sym_output_stream_statement] = STATE(5112), - [sym_do_block] = STATE(4593), - [sym_case_statement] = STATE(5142), - [sym_for_statement] = STATE(5142), - [sym_find_statement] = STATE(5142), - [sym_abl_statement] = STATE(5142), - [sym_assign_statement] = STATE(5142), - [sym_catch_statement] = STATE(5142), - [sym_finally_statement] = STATE(5142), - [sym_accumulate_statement] = STATE(5142), - [sym_undo_statement] = STATE(5142), - [sym_error_scope_statement] = STATE(5142), - [sym_workfile_definition] = STATE(5142), - [sym_temp_table_definition] = STATE(5142), - [sym_on_statement] = STATE(5142), - [sym_prompt_for_statement] = STATE(5142), - [sym_var_statement] = STATE(5142), - [sym_button_definition] = STATE(5142), - [sym_run_statement] = STATE(5142), - [sym_enum_statement] = STATE(5142), - [sym__statement] = STATE(4595), - [sym_identifier] = ACTIONS(489), + [sym_assignment] = STATE(6394), + [sym_variable_assignment] = STATE(4965), + [sym_variable_definition] = STATE(4965), + [sym_buffer_definition] = STATE(4965), + [sym_query_definition] = STATE(4965), + [sym_function_call_statement] = STATE(4965), + [sym_function_call] = STATE(5344), + [sym_if_statement] = STATE(4965), + [sym_label] = STATE(5219), + [sym_repeat_statement] = STATE(4965), + [sym_procedure_statement] = STATE(4965), + [sym_procedure_parameter_definition] = STATE(4965), + [sym_function_statement] = STATE(4965), + [sym_return_statement] = STATE(4965), + [sym_interface_statement] = STATE(4965), + [sym_dataset_definition] = STATE(4965), + [sym_using_statement] = STATE(4965), + [sym_class_statement] = STATE(4965), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(4965), + [sym_input_close_statement] = STATE(4965), + [sym_output_close_statement] = STATE(4965), + [sym__stream_statement] = STATE(4965), + [sym_input_stream_statement] = STATE(4964), + [sym_output_stream_statement] = STATE(4964), + [sym_do_block] = STATE(4412), + [sym_case_statement] = STATE(4965), + [sym_for_statement] = STATE(4965), + [sym_find_statement] = STATE(4965), + [sym_abl_statement] = STATE(4965), + [sym_assign_statement] = STATE(4965), + [sym_catch_statement] = STATE(4965), + [sym_finally_statement] = STATE(4965), + [sym_accumulate_statement] = STATE(4965), + [sym_undo_statement] = STATE(4965), + [sym_error_scope_statement] = STATE(4965), + [sym_workfile_definition] = STATE(4965), + [sym_temp_table_definition] = STATE(4965), + [sym_on_statement] = STATE(4965), + [sym_prompt_for_statement] = STATE(4965), + [sym_var_statement] = STATE(4965), + [sym_button_definition] = STATE(4965), + [sym_run_statement] = STATE(4965), + [sym_enum_statement] = STATE(4965), + [sym__statement] = STATE(4411), + [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(491), - [aux_sym_class_type_token1] = ACTIONS(493), + [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(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_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(549), - [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), + [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), }, [69] = { [sym_comment] = STATE(69), - [sym_qualified_name] = STATE(5430), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(69), - [sym_assignment] = STATE(6411), - [sym_variable_assignment] = STATE(1940), - [sym_variable_definition] = STATE(1940), - [sym_buffer_definition] = STATE(1940), - [sym_query_definition] = STATE(1940), - [sym_function_call_statement] = STATE(1940), - [sym_function_call] = STATE(5604), - [sym_if_statement] = STATE(1940), - [sym_label] = STATE(5350), - [sym_repeat_statement] = STATE(1940), - [sym_procedure_statement] = STATE(1940), - [sym_procedure_parameter_definition] = STATE(1940), - [sym_function_statement] = STATE(1940), - [sym_return_statement] = STATE(1940), - [sym_interface_statement] = STATE(1940), - [sym_dataset_definition] = STATE(1940), - [sym_using_statement] = STATE(1940), - [sym_class_statement] = STATE(1940), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(1940), - [sym_input_close_statement] = STATE(1940), - [sym_output_close_statement] = STATE(1940), - [sym__stream_statement] = STATE(1940), - [sym_input_stream_statement] = STATE(1941), - [sym_output_stream_statement] = STATE(1941), - [sym_do_block] = STATE(1925), - [sym_case_statement] = STATE(1940), - [sym_for_statement] = STATE(1940), - [sym_find_statement] = STATE(1940), - [sym_abl_statement] = STATE(1940), - [sym_assign_statement] = STATE(1940), - [sym_catch_statement] = STATE(1940), - [sym_finally_statement] = STATE(1940), - [sym_accumulate_statement] = STATE(1940), - [sym_undo_statement] = STATE(1940), - [sym_error_scope_statement] = STATE(1940), - [sym_workfile_definition] = STATE(1940), - [sym_temp_table_definition] = STATE(1940), - [sym_on_statement] = STATE(1940), - [sym_prompt_for_statement] = STATE(1940), - [sym_var_statement] = STATE(1940), - [sym_button_definition] = STATE(1940), - [sym_run_statement] = STATE(1940), - [sym_enum_statement] = STATE(1940), - [sym__statement] = STATE(1927), + [sym_assignment] = STATE(6386), + [sym_variable_assignment] = STATE(1864), + [sym_variable_definition] = STATE(1864), + [sym_buffer_definition] = STATE(1864), + [sym_query_definition] = STATE(1864), + [sym_function_call_statement] = STATE(1864), + [sym_function_call] = STATE(5167), + [sym_if_statement] = STATE(1864), + [sym_label] = STATE(5303), + [sym_repeat_statement] = STATE(1864), + [sym_procedure_statement] = STATE(1864), + [sym_procedure_parameter_definition] = STATE(1864), + [sym_function_statement] = STATE(1864), + [sym_return_statement] = STATE(1864), + [sym_interface_statement] = STATE(1864), + [sym_dataset_definition] = STATE(1864), + [sym_using_statement] = STATE(1864), + [sym_class_statement] = STATE(1864), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(1864), + [sym_input_close_statement] = STATE(1864), + [sym_output_close_statement] = STATE(1864), + [sym__stream_statement] = STATE(1864), + [sym_input_stream_statement] = STATE(1865), + [sym_output_stream_statement] = STATE(1865), + [sym_do_block] = STATE(1513), + [sym_case_statement] = STATE(1864), + [sym_for_statement] = STATE(1864), + [sym_find_statement] = STATE(1864), + [sym_abl_statement] = STATE(1864), + [sym_assign_statement] = STATE(1864), + [sym_catch_statement] = STATE(1864), + [sym_finally_statement] = STATE(1864), + [sym_accumulate_statement] = STATE(1864), + [sym_undo_statement] = STATE(1864), + [sym_error_scope_statement] = STATE(1864), + [sym_workfile_definition] = STATE(1864), + [sym_temp_table_definition] = STATE(1864), + [sym_on_statement] = STATE(1864), + [sym_prompt_for_statement] = STATE(1864), + [sym_var_statement] = STATE(1864), + [sym_button_definition] = STATE(1864), + [sym_run_statement] = STATE(1864), + [sym_enum_statement] = STATE(1864), + [sym__statement] = STATE(1514), [sym_identifier] = ACTIONS(551), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -51939,55 +51641,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [70] = { [sym_comment] = STATE(70), - [sym_qualified_name] = STATE(5430), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(70), - [sym_assignment] = STATE(6411), - [sym_variable_assignment] = STATE(1940), - [sym_variable_definition] = STATE(1940), - [sym_buffer_definition] = STATE(1940), - [sym_query_definition] = STATE(1940), - [sym_function_call_statement] = STATE(1940), - [sym_function_call] = STATE(5604), - [sym_if_statement] = STATE(1940), - [sym_label] = STATE(5350), - [sym_repeat_statement] = STATE(1940), - [sym_procedure_statement] = STATE(1940), - [sym_procedure_parameter_definition] = STATE(1940), - [sym_function_statement] = STATE(1940), - [sym_return_statement] = STATE(1940), - [sym_interface_statement] = STATE(1940), - [sym_dataset_definition] = STATE(1940), - [sym_using_statement] = STATE(1940), - [sym_class_statement] = STATE(1940), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(1940), - [sym_input_close_statement] = STATE(1940), - [sym_output_close_statement] = STATE(1940), - [sym__stream_statement] = STATE(1940), - [sym_input_stream_statement] = STATE(1941), - [sym_output_stream_statement] = STATE(1941), - [sym_do_block] = STATE(1504), - [sym_case_statement] = STATE(1940), - [sym_for_statement] = STATE(1940), - [sym_find_statement] = STATE(1940), - [sym_abl_statement] = STATE(1940), - [sym_assign_statement] = STATE(1940), - [sym_catch_statement] = STATE(1940), - [sym_finally_statement] = STATE(1940), - [sym_accumulate_statement] = STATE(1940), - [sym_undo_statement] = STATE(1940), - [sym_error_scope_statement] = STATE(1940), - [sym_workfile_definition] = STATE(1940), - [sym_temp_table_definition] = STATE(1940), - [sym_on_statement] = STATE(1940), - [sym_prompt_for_statement] = STATE(1940), - [sym_var_statement] = STATE(1940), - [sym_button_definition] = STATE(1940), - [sym_run_statement] = STATE(1940), - [sym_enum_statement] = STATE(1940), - [sym__statement] = STATE(1505), + [sym_assignment] = STATE(6394), + [sym_variable_assignment] = STATE(4965), + [sym_variable_definition] = STATE(4965), + [sym_buffer_definition] = STATE(4965), + [sym_query_definition] = STATE(4965), + [sym_function_call_statement] = STATE(4965), + [sym_function_call] = STATE(5344), + [sym_if_statement] = STATE(4965), + [sym_label] = STATE(5219), + [sym_repeat_statement] = STATE(4965), + [sym_procedure_statement] = STATE(4965), + [sym_procedure_parameter_definition] = STATE(4965), + [sym_function_statement] = STATE(4965), + [sym_return_statement] = STATE(4965), + [sym_interface_statement] = STATE(4965), + [sym_dataset_definition] = STATE(4965), + [sym_using_statement] = STATE(4965), + [sym_class_statement] = STATE(4965), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(4965), + [sym_input_close_statement] = STATE(4965), + [sym_output_close_statement] = STATE(4965), + [sym__stream_statement] = STATE(4965), + [sym_input_stream_statement] = STATE(4964), + [sym_output_stream_statement] = STATE(4964), + [sym_do_block] = STATE(4371), + [sym_case_statement] = STATE(4965), + [sym_for_statement] = STATE(4965), + [sym_find_statement] = STATE(4965), + [sym_abl_statement] = STATE(4965), + [sym_assign_statement] = STATE(4965), + [sym_catch_statement] = STATE(4965), + [sym_finally_statement] = STATE(4965), + [sym_accumulate_statement] = STATE(4965), + [sym_undo_statement] = STATE(4965), + [sym_error_scope_statement] = STATE(4965), + [sym_workfile_definition] = STATE(4965), + [sym_temp_table_definition] = STATE(4965), + [sym_on_statement] = STATE(4965), + [sym_prompt_for_statement] = STATE(4965), + [sym_var_statement] = STATE(4965), + [sym_button_definition] = STATE(4965), + [sym_run_statement] = STATE(4965), + [sym_enum_statement] = STATE(4965), + [sym__statement] = STATE(4370), + [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(549), + [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), + }, + [71] = { + [sym_comment] = STATE(71), + [sym_qualified_name] = STATE(5116), + [sym_include] = STATE(71), + [sym_assignment] = STATE(6386), + [sym_variable_assignment] = STATE(1864), + [sym_variable_definition] = STATE(1864), + [sym_buffer_definition] = STATE(1864), + [sym_query_definition] = STATE(1864), + [sym_function_call_statement] = STATE(1864), + [sym_function_call] = STATE(5167), + [sym_if_statement] = STATE(1864), + [sym_label] = STATE(5303), + [sym_repeat_statement] = STATE(1864), + [sym_procedure_statement] = STATE(1864), + [sym_procedure_parameter_definition] = STATE(1864), + [sym_function_statement] = STATE(1864), + [sym_return_statement] = STATE(1864), + [sym_interface_statement] = STATE(1864), + [sym_dataset_definition] = STATE(1864), + [sym_using_statement] = STATE(1864), + [sym_class_statement] = STATE(1864), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(1864), + [sym_input_close_statement] = STATE(1864), + [sym_output_close_statement] = STATE(1864), + [sym__stream_statement] = STATE(1864), + [sym_input_stream_statement] = STATE(1865), + [sym_output_stream_statement] = STATE(1865), + [sym_do_block] = STATE(1654), + [sym_case_statement] = STATE(1864), + [sym_for_statement] = STATE(1864), + [sym_find_statement] = STATE(1864), + [sym_abl_statement] = STATE(1864), + [sym_assign_statement] = STATE(1864), + [sym_catch_statement] = STATE(1864), + [sym_finally_statement] = STATE(1864), + [sym_accumulate_statement] = STATE(1864), + [sym_undo_statement] = STATE(1864), + [sym_error_scope_statement] = STATE(1864), + [sym_workfile_definition] = STATE(1864), + [sym_temp_table_definition] = STATE(1864), + [sym_on_statement] = STATE(1864), + [sym_prompt_for_statement] = STATE(1864), + [sym_var_statement] = STATE(1864), + [sym_button_definition] = STATE(1864), + [sym_run_statement] = STATE(1864), + [sym_enum_statement] = STATE(1864), + [sym__statement] = STATE(1656), [sym_identifier] = ACTIONS(551), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -52022,142 +51809,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_run_statement_token1] = ACTIONS(601), [aux_sym_enum_definition_token1] = ACTIONS(603), }, - [71] = { - [sym_comment] = STATE(71), - [sym_qualified_name] = STATE(5430), - [sym_include] = STATE(71), - [sym_assignment] = STATE(7018), - [sym_variable_assignment] = STATE(1693), - [sym_variable_definition] = STATE(1693), - [sym_buffer_definition] = STATE(1693), - [sym_query_definition] = STATE(1693), - [sym_function_call_statement] = STATE(1693), - [sym_function_call] = STATE(5560), - [sym_if_statement] = STATE(1693), - [sym_label] = STATE(5513), - [sym_repeat_statement] = STATE(1693), - [sym_procedure_statement] = STATE(1693), - [sym_procedure_parameter_definition] = STATE(1693), - [sym_function_statement] = STATE(1693), - [sym_return_statement] = STATE(1693), - [sym_interface_statement] = STATE(1693), - [sym_dataset_definition] = STATE(1693), - [sym_using_statement] = STATE(1693), - [sym_class_statement] = STATE(1693), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(1693), - [sym_input_close_statement] = STATE(1693), - [sym_output_close_statement] = STATE(1693), - [sym__stream_statement] = STATE(1693), - [sym_input_stream_statement] = STATE(1692), - [sym_output_stream_statement] = STATE(1692), - [sym_do_block] = STATE(1834), - [sym_case_statement] = STATE(1693), - [sym_for_statement] = STATE(1693), - [sym_find_statement] = STATE(1693), - [sym_abl_statement] = STATE(1693), - [sym_assign_statement] = STATE(1693), - [sym_catch_statement] = STATE(1693), - [sym_finally_statement] = STATE(1693), - [sym_accumulate_statement] = STATE(1693), - [sym_undo_statement] = STATE(1693), - [sym_error_scope_statement] = STATE(1693), - [sym_workfile_definition] = STATE(1693), - [sym_temp_table_definition] = STATE(1693), - [sym_on_statement] = STATE(1693), - [sym_prompt_for_statement] = STATE(1693), - [sym_var_statement] = STATE(1693), - [sym_button_definition] = STATE(1693), - [sym_run_statement] = STATE(1693), - [sym_enum_statement] = STATE(1693), - [sym__statement] = STATE(1835), - [sym_identifier] = ACTIONS(607), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(7), - [aux_sym_input_expression_token1] = ACTIONS(609), - [aux_sym_class_type_token1] = ACTIONS(611), - [aux_sym_scope_tuning_token1] = ACTIONS(17), - [aux_sym_variable_definition_token1] = ACTIONS(613), - [aux_sym_variable_definition_token2] = ACTIONS(613), - [aux_sym_buffer_definition_token2] = ACTIONS(615), - [aux_sym_return_type_token2] = ACTIONS(617), - [aux_sym_argument_mode_token1] = ACTIONS(619), - [aux_sym_if_statement_token1] = ACTIONS(621), - [aux_sym_repeat_statement_token1] = ACTIONS(623), - [aux_sym__procedure_terminator_token1] = ACTIONS(625), - [aux_sym__function_terminator_token1] = ACTIONS(627), - [aux_sym_interface_statement_token1] = ACTIONS(629), - [aux_sym_using_statement_token1] = ACTIONS(631), - [aux_sym_on_error_phrase_token1] = ACTIONS(633), - [aux_sym_on_error_phrase_token3] = ACTIONS(635), - [aux_sym_do_block_token1] = ACTIONS(637), - [aux_sym__case_terminator_token1] = ACTIONS(639), - [aux_sym_find_statement_token1] = ACTIONS(641), - [aux_sym_assign_statement_token1] = ACTIONS(643), - [aux_sym_catch_statement_token1] = ACTIONS(645), - [aux_sym_finally_statement_token1] = ACTIONS(647), - [aux_sym_accumulate_statement_token1] = ACTIONS(649), - [aux_sym_error_scope_statement_token1] = ACTIONS(651), - [aux_sym_error_scope_statement_token2] = ACTIONS(651), - [aux_sym_prompt_for_statement_token1] = ACTIONS(653), - [aux_sym_var_statement_token1] = ACTIONS(655), - [aux_sym_run_statement_token1] = ACTIONS(657), - [aux_sym_enum_definition_token1] = ACTIONS(659), - }, [72] = { [sym_comment] = STATE(72), - [sym_qualified_name] = STATE(5430), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(72), - [sym_assignment] = STATE(7018), - [sym_variable_assignment] = STATE(1693), - [sym_variable_definition] = STATE(1693), - [sym_buffer_definition] = STATE(1693), - [sym_query_definition] = STATE(1693), - [sym_function_call_statement] = STATE(1693), - [sym_function_call] = STATE(5560), - [sym_if_statement] = STATE(1693), - [sym_label] = STATE(5513), - [sym_repeat_statement] = STATE(1693), - [sym_procedure_statement] = STATE(1693), - [sym_procedure_parameter_definition] = STATE(1693), - [sym_function_statement] = STATE(1693), - [sym_return_statement] = STATE(1693), - [sym_interface_statement] = STATE(1693), - [sym_dataset_definition] = STATE(1693), - [sym_using_statement] = STATE(1693), - [sym_class_statement] = STATE(1693), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(1693), - [sym_input_close_statement] = STATE(1693), - [sym_output_close_statement] = STATE(1693), - [sym__stream_statement] = STATE(1693), - [sym_input_stream_statement] = STATE(1692), - [sym_output_stream_statement] = STATE(1692), - [sym_do_block] = STATE(1490), - [sym_case_statement] = STATE(1693), - [sym_for_statement] = STATE(1693), - [sym_find_statement] = STATE(1693), - [sym_abl_statement] = STATE(1693), - [sym_assign_statement] = STATE(1693), - [sym_catch_statement] = STATE(1693), - [sym_finally_statement] = STATE(1693), - [sym_accumulate_statement] = STATE(1693), - [sym_undo_statement] = STATE(1693), - [sym_error_scope_statement] = STATE(1693), - [sym_workfile_definition] = STATE(1693), - [sym_temp_table_definition] = STATE(1693), - [sym_on_statement] = STATE(1693), - [sym_prompt_for_statement] = STATE(1693), - [sym_var_statement] = STATE(1693), - [sym_button_definition] = STATE(1693), - [sym_run_statement] = STATE(1693), - [sym_enum_statement] = STATE(1693), - [sym__statement] = STATE(1489), + [sym_assignment] = STATE(6687), + [sym_variable_assignment] = STATE(1877), + [sym_variable_definition] = STATE(1877), + [sym_buffer_definition] = STATE(1877), + [sym_query_definition] = STATE(1877), + [sym_function_call_statement] = STATE(1877), + [sym_function_call] = STATE(5132), + [sym_if_statement] = STATE(1877), + [sym_label] = STATE(5261), + [sym_repeat_statement] = STATE(1877), + [sym_procedure_statement] = STATE(1877), + [sym_procedure_parameter_definition] = STATE(1877), + [sym_function_statement] = STATE(1877), + [sym_return_statement] = STATE(1877), + [sym_interface_statement] = STATE(1877), + [sym_dataset_definition] = STATE(1877), + [sym_using_statement] = STATE(1877), + [sym_class_statement] = STATE(1877), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(1877), + [sym_input_close_statement] = STATE(1877), + [sym_output_close_statement] = STATE(1877), + [sym__stream_statement] = STATE(1877), + [sym_input_stream_statement] = STATE(1876), + [sym_output_stream_statement] = STATE(1876), + [sym_do_block] = STATE(1526), + [sym_case_statement] = STATE(1877), + [sym_for_statement] = STATE(1877), + [sym_find_statement] = STATE(1877), + [sym_abl_statement] = STATE(1877), + [sym_assign_statement] = STATE(1877), + [sym_catch_statement] = STATE(1877), + [sym_finally_statement] = STATE(1877), + [sym_accumulate_statement] = STATE(1877), + [sym_undo_statement] = STATE(1877), + [sym_error_scope_statement] = STATE(1877), + [sym_workfile_definition] = STATE(1877), + [sym_temp_table_definition] = STATE(1877), + [sym_on_statement] = STATE(1877), + [sym_prompt_for_statement] = STATE(1877), + [sym_var_statement] = STATE(1877), + [sym_button_definition] = STATE(1877), + [sym_run_statement] = STATE(1877), + [sym_enum_statement] = STATE(1877), + [sym__statement] = STATE(1517), [sym_identifier] = ACTIONS(607), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -52170,7 +51872,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_buffer_definition_token2] = ACTIONS(615), [aux_sym_return_type_token2] = ACTIONS(617), [aux_sym_argument_mode_token1] = ACTIONS(619), - [aux_sym_if_statement_token1] = ACTIONS(661), + [aux_sym_if_statement_token1] = ACTIONS(621), [aux_sym_repeat_statement_token1] = ACTIONS(623), [aux_sym__procedure_terminator_token1] = ACTIONS(625), [aux_sym__function_terminator_token1] = ACTIONS(627), @@ -52194,55 +51896,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [73] = { [sym_comment] = STATE(73), - [sym_qualified_name] = STATE(5430), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(73), - [sym_assignment] = STATE(6411), - [sym_variable_assignment] = STATE(1940), - [sym_variable_definition] = STATE(1940), - [sym_buffer_definition] = STATE(1940), - [sym_query_definition] = STATE(1940), - [sym_function_call_statement] = STATE(1940), - [sym_function_call] = STATE(5604), - [sym_if_statement] = STATE(1940), - [sym_label] = STATE(5350), - [sym_repeat_statement] = STATE(1940), - [sym_procedure_statement] = STATE(1940), - [sym_procedure_parameter_definition] = STATE(1940), - [sym_function_statement] = STATE(1940), - [sym_return_statement] = STATE(1940), - [sym_interface_statement] = STATE(1940), - [sym_dataset_definition] = STATE(1940), - [sym_using_statement] = STATE(1940), - [sym_class_statement] = STATE(1940), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(1940), - [sym_input_close_statement] = STATE(1940), - [sym_output_close_statement] = STATE(1940), - [sym__stream_statement] = STATE(1940), - [sym_input_stream_statement] = STATE(1941), - [sym_output_stream_statement] = STATE(1941), - [sym_do_block] = STATE(1475), - [sym_case_statement] = STATE(1940), - [sym_for_statement] = STATE(1940), - [sym_find_statement] = STATE(1940), - [sym_abl_statement] = STATE(1940), - [sym_assign_statement] = STATE(1940), - [sym_catch_statement] = STATE(1940), - [sym_finally_statement] = STATE(1940), - [sym_accumulate_statement] = STATE(1940), - [sym_undo_statement] = STATE(1940), - [sym_error_scope_statement] = STATE(1940), - [sym_workfile_definition] = STATE(1940), - [sym_temp_table_definition] = STATE(1940), - [sym_on_statement] = STATE(1940), - [sym_prompt_for_statement] = STATE(1940), - [sym_var_statement] = STATE(1940), - [sym_button_definition] = STATE(1940), - [sym_run_statement] = STATE(1940), - [sym_enum_statement] = STATE(1940), - [sym__statement] = STATE(1476), + [sym_assignment] = STATE(6394), + [sym_variable_assignment] = STATE(4965), + [sym_variable_definition] = STATE(4965), + [sym_buffer_definition] = STATE(4965), + [sym_query_definition] = STATE(4965), + [sym_function_call_statement] = STATE(4965), + [sym_function_call] = STATE(5344), + [sym_if_statement] = STATE(4965), + [sym_label] = STATE(5219), + [sym_repeat_statement] = STATE(4965), + [sym_procedure_statement] = STATE(4965), + [sym_procedure_parameter_definition] = STATE(4965), + [sym_function_statement] = STATE(4965), + [sym_return_statement] = STATE(4965), + [sym_interface_statement] = STATE(4965), + [sym_dataset_definition] = STATE(4965), + [sym_using_statement] = STATE(4965), + [sym_class_statement] = STATE(4965), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(4965), + [sym_input_close_statement] = STATE(4965), + [sym_output_close_statement] = STATE(4965), + [sym__stream_statement] = STATE(4965), + [sym_input_stream_statement] = STATE(4964), + [sym_output_stream_statement] = STATE(4964), + [sym_do_block] = STATE(4389), + [sym_case_statement] = STATE(4965), + [sym_for_statement] = STATE(4965), + [sym_find_statement] = STATE(4965), + [sym_abl_statement] = STATE(4965), + [sym_assign_statement] = STATE(4965), + [sym_catch_statement] = STATE(4965), + [sym_finally_statement] = STATE(4965), + [sym_accumulate_statement] = STATE(4965), + [sym_undo_statement] = STATE(4965), + [sym_error_scope_statement] = STATE(4965), + [sym_workfile_definition] = STATE(4965), + [sym_temp_table_definition] = STATE(4965), + [sym_on_statement] = STATE(4965), + [sym_prompt_for_statement] = STATE(4965), + [sym_var_statement] = STATE(4965), + [sym_button_definition] = STATE(4965), + [sym_run_statement] = STATE(4965), + [sym_enum_statement] = STATE(4965), + [sym__statement] = STATE(4382), + [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(549), + [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(5116), + [sym_include] = STATE(74), + [sym_assignment] = STATE(6386), + [sym_variable_assignment] = STATE(1864), + [sym_variable_definition] = STATE(1864), + [sym_buffer_definition] = STATE(1864), + [sym_query_definition] = STATE(1864), + [sym_function_call_statement] = STATE(1864), + [sym_function_call] = STATE(5167), + [sym_if_statement] = STATE(1864), + [sym_label] = STATE(5303), + [sym_repeat_statement] = STATE(1864), + [sym_procedure_statement] = STATE(1864), + [sym_procedure_parameter_definition] = STATE(1864), + [sym_function_statement] = STATE(1864), + [sym_return_statement] = STATE(1864), + [sym_interface_statement] = STATE(1864), + [sym_dataset_definition] = STATE(1864), + [sym_using_statement] = STATE(1864), + [sym_class_statement] = STATE(1864), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(1864), + [sym_input_close_statement] = STATE(1864), + [sym_output_close_statement] = STATE(1864), + [sym__stream_statement] = STATE(1864), + [sym_input_stream_statement] = STATE(1865), + [sym_output_stream_statement] = STATE(1865), + [sym_do_block] = STATE(1531), + [sym_case_statement] = STATE(1864), + [sym_for_statement] = STATE(1864), + [sym_find_statement] = STATE(1864), + [sym_abl_statement] = STATE(1864), + [sym_assign_statement] = STATE(1864), + [sym_catch_statement] = STATE(1864), + [sym_finally_statement] = STATE(1864), + [sym_accumulate_statement] = STATE(1864), + [sym_undo_statement] = STATE(1864), + [sym_error_scope_statement] = STATE(1864), + [sym_workfile_definition] = STATE(1864), + [sym_temp_table_definition] = STATE(1864), + [sym_on_statement] = STATE(1864), + [sym_prompt_for_statement] = STATE(1864), + [sym_var_statement] = STATE(1864), + [sym_button_definition] = STATE(1864), + [sym_run_statement] = STATE(1864), + [sym_enum_statement] = STATE(1864), + [sym__statement] = STATE(1530), [sym_identifier] = ACTIONS(551), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -52255,7 +52042,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_buffer_definition_token2] = ACTIONS(559), [aux_sym_return_type_token2] = ACTIONS(561), [aux_sym_argument_mode_token1] = ACTIONS(563), - [aux_sym_if_statement_token1] = ACTIONS(605), + [aux_sym_if_statement_token1] = ACTIONS(565), [aux_sym_repeat_statement_token1] = ACTIONS(567), [aux_sym__procedure_terminator_token1] = ACTIONS(569), [aux_sym__function_terminator_token1] = ACTIONS(571), @@ -52277,312 +52064,227 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_run_statement_token1] = ACTIONS(601), [aux_sym_enum_definition_token1] = ACTIONS(603), }, - [74] = { - [sym_comment] = STATE(74), - [sym_qualified_name] = STATE(5430), - [sym_include] = STATE(74), - [sym_assignment] = STATE(6594), - [sym_variable_assignment] = STATE(5142), - [sym_variable_definition] = STATE(5142), - [sym_buffer_definition] = STATE(5142), - [sym_query_definition] = STATE(5142), - [sym_function_call_statement] = STATE(5142), - [sym_function_call] = STATE(5587), - [sym_if_statement] = STATE(5142), - [sym_label] = STATE(5612), - [sym_repeat_statement] = STATE(5142), - [sym_procedure_statement] = STATE(5142), - [sym_procedure_parameter_definition] = STATE(5142), - [sym_function_statement] = STATE(5142), - [sym_return_statement] = STATE(5142), - [sym_interface_statement] = STATE(5142), - [sym_dataset_definition] = STATE(5142), - [sym_using_statement] = STATE(5142), - [sym_class_statement] = STATE(5142), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(5142), - [sym_input_close_statement] = STATE(5142), - [sym_output_close_statement] = STATE(5142), - [sym__stream_statement] = STATE(5142), - [sym_input_stream_statement] = STATE(5112), - [sym_output_stream_statement] = STATE(5112), - [sym_do_block] = STATE(4897), - [sym_case_statement] = STATE(5142), - [sym_for_statement] = STATE(5142), - [sym_find_statement] = STATE(5142), - [sym_abl_statement] = STATE(5142), - [sym_assign_statement] = STATE(5142), - [sym_catch_statement] = STATE(5142), - [sym_finally_statement] = STATE(5142), - [sym_accumulate_statement] = STATE(5142), - [sym_undo_statement] = STATE(5142), - [sym_error_scope_statement] = STATE(5142), - [sym_workfile_definition] = STATE(5142), - [sym_temp_table_definition] = STATE(5142), - [sym_on_statement] = STATE(5142), - [sym_prompt_for_statement] = STATE(5142), - [sym_var_statement] = STATE(5142), - [sym_button_definition] = STATE(5142), - [sym_run_statement] = STATE(5142), - [sym_enum_statement] = STATE(5142), - [sym__statement] = STATE(4944), - [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), - }, [75] = { [sym_comment] = STATE(75), - [sym_qualified_name] = STATE(5430), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(75), - [sym_assignment] = STATE(6594), - [sym_variable_assignment] = STATE(5142), - [sym_variable_definition] = STATE(5142), - [sym_buffer_definition] = STATE(5142), - [sym_query_definition] = STATE(5142), - [sym_function_call_statement] = STATE(5142), - [sym_function_call] = STATE(5587), - [sym_if_statement] = STATE(5142), - [sym_label] = STATE(5612), - [sym_repeat_statement] = STATE(5142), - [sym_procedure_statement] = STATE(5142), - [sym_procedure_parameter_definition] = STATE(5142), - [sym_function_statement] = STATE(5142), - [sym_return_statement] = STATE(5142), - [sym_interface_statement] = STATE(5142), - [sym_dataset_definition] = STATE(5142), - [sym_using_statement] = STATE(5142), - [sym_class_statement] = STATE(5142), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(5142), - [sym_input_close_statement] = STATE(5142), - [sym_output_close_statement] = STATE(5142), - [sym__stream_statement] = STATE(5142), - [sym_input_stream_statement] = STATE(5112), - [sym_output_stream_statement] = STATE(5112), - [sym_do_block] = STATE(4433), - [sym_case_statement] = STATE(5142), - [sym_for_statement] = STATE(5142), - [sym_find_statement] = STATE(5142), - [sym_abl_statement] = STATE(5142), - [sym_assign_statement] = STATE(5142), - [sym_catch_statement] = STATE(5142), - [sym_finally_statement] = STATE(5142), - [sym_accumulate_statement] = STATE(5142), - [sym_undo_statement] = STATE(5142), - [sym_error_scope_statement] = STATE(5142), - [sym_workfile_definition] = STATE(5142), - [sym_temp_table_definition] = STATE(5142), - [sym_on_statement] = STATE(5142), - [sym_prompt_for_statement] = STATE(5142), - [sym_var_statement] = STATE(5142), - [sym_button_definition] = STATE(5142), - [sym_run_statement] = STATE(5142), - [sym_enum_statement] = STATE(5142), - [sym__statement] = STATE(4435), - [sym_identifier] = ACTIONS(489), + [sym_assignment] = STATE(6394), + [sym_variable_assignment] = STATE(4965), + [sym_variable_definition] = STATE(4965), + [sym_buffer_definition] = STATE(4965), + [sym_query_definition] = STATE(4965), + [sym_function_call_statement] = STATE(4965), + [sym_function_call] = STATE(5344), + [sym_if_statement] = STATE(4965), + [sym_label] = STATE(5219), + [sym_repeat_statement] = STATE(4965), + [sym_procedure_statement] = STATE(4965), + [sym_procedure_parameter_definition] = STATE(4965), + [sym_function_statement] = STATE(4965), + [sym_return_statement] = STATE(4965), + [sym_interface_statement] = STATE(4965), + [sym_dataset_definition] = STATE(4965), + [sym_using_statement] = STATE(4965), + [sym_class_statement] = STATE(4965), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(4965), + [sym_input_close_statement] = STATE(4965), + [sym_output_close_statement] = STATE(4965), + [sym__stream_statement] = STATE(4965), + [sym_input_stream_statement] = STATE(4964), + [sym_output_stream_statement] = STATE(4964), + [sym_do_block] = STATE(5003), + [sym_case_statement] = STATE(4965), + [sym_for_statement] = STATE(4965), + [sym_find_statement] = STATE(4965), + [sym_abl_statement] = STATE(4965), + [sym_assign_statement] = STATE(4965), + [sym_catch_statement] = STATE(4965), + [sym_finally_statement] = STATE(4965), + [sym_accumulate_statement] = STATE(4965), + [sym_undo_statement] = STATE(4965), + [sym_error_scope_statement] = STATE(4965), + [sym_workfile_definition] = STATE(4965), + [sym_temp_table_definition] = STATE(4965), + [sym_on_statement] = STATE(4965), + [sym_prompt_for_statement] = STATE(4965), + [sym_var_statement] = STATE(4965), + [sym_button_definition] = STATE(4965), + [sym_run_statement] = STATE(4965), + [sym_enum_statement] = STATE(4965), + [sym__statement] = STATE(4999), + [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(491), - [aux_sym_class_type_token1] = ACTIONS(493), + [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(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(549), - [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), + [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), }, [76] = { [sym_comment] = STATE(76), - [sym_qualified_name] = STATE(5430), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(76), - [sym_assignment] = STATE(6594), - [sym_variable_assignment] = STATE(5142), - [sym_variable_definition] = STATE(5142), - [sym_buffer_definition] = STATE(5142), - [sym_query_definition] = STATE(5142), - [sym_function_call_statement] = STATE(5142), - [sym_function_call] = STATE(5587), - [sym_if_statement] = STATE(5142), - [sym_label] = STATE(5612), - [sym_repeat_statement] = STATE(5142), - [sym_procedure_statement] = STATE(5142), - [sym_procedure_parameter_definition] = STATE(5142), - [sym_function_statement] = STATE(5142), - [sym_return_statement] = STATE(5142), - [sym_interface_statement] = STATE(5142), - [sym_dataset_definition] = STATE(5142), - [sym_using_statement] = STATE(5142), - [sym_class_statement] = STATE(5142), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(5142), - [sym_input_close_statement] = STATE(5142), - [sym_output_close_statement] = STATE(5142), - [sym__stream_statement] = STATE(5142), - [sym_input_stream_statement] = STATE(5112), - [sym_output_stream_statement] = STATE(5112), - [sym_do_block] = STATE(4490), - [sym_case_statement] = STATE(5142), - [sym_for_statement] = STATE(5142), - [sym_find_statement] = STATE(5142), - [sym_abl_statement] = STATE(5142), - [sym_assign_statement] = STATE(5142), - [sym_catch_statement] = STATE(5142), - [sym_finally_statement] = STATE(5142), - [sym_accumulate_statement] = STATE(5142), - [sym_undo_statement] = STATE(5142), - [sym_error_scope_statement] = STATE(5142), - [sym_workfile_definition] = STATE(5142), - [sym_temp_table_definition] = STATE(5142), - [sym_on_statement] = STATE(5142), - [sym_prompt_for_statement] = STATE(5142), - [sym_var_statement] = STATE(5142), - [sym_button_definition] = STATE(5142), - [sym_run_statement] = STATE(5142), - [sym_enum_statement] = STATE(5142), - [sym__statement] = STATE(4487), - [sym_identifier] = ACTIONS(489), + [sym_assignment] = STATE(6687), + [sym_variable_assignment] = STATE(1877), + [sym_variable_definition] = STATE(1877), + [sym_buffer_definition] = STATE(1877), + [sym_query_definition] = STATE(1877), + [sym_function_call_statement] = STATE(1877), + [sym_function_call] = STATE(5132), + [sym_if_statement] = STATE(1877), + [sym_label] = STATE(5261), + [sym_repeat_statement] = STATE(1877), + [sym_procedure_statement] = STATE(1877), + [sym_procedure_parameter_definition] = STATE(1877), + [sym_function_statement] = STATE(1877), + [sym_return_statement] = STATE(1877), + [sym_interface_statement] = STATE(1877), + [sym_dataset_definition] = STATE(1877), + [sym_using_statement] = STATE(1877), + [sym_class_statement] = STATE(1877), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(1877), + [sym_input_close_statement] = STATE(1877), + [sym_output_close_statement] = STATE(1877), + [sym__stream_statement] = STATE(1877), + [sym_input_stream_statement] = STATE(1876), + [sym_output_stream_statement] = STATE(1876), + [sym_do_block] = STATE(1523), + [sym_case_statement] = STATE(1877), + [sym_for_statement] = STATE(1877), + [sym_find_statement] = STATE(1877), + [sym_abl_statement] = STATE(1877), + [sym_assign_statement] = STATE(1877), + [sym_catch_statement] = STATE(1877), + [sym_finally_statement] = STATE(1877), + [sym_accumulate_statement] = STATE(1877), + [sym_undo_statement] = STATE(1877), + [sym_error_scope_statement] = STATE(1877), + [sym_workfile_definition] = STATE(1877), + [sym_temp_table_definition] = STATE(1877), + [sym_on_statement] = STATE(1877), + [sym_prompt_for_statement] = STATE(1877), + [sym_var_statement] = STATE(1877), + [sym_button_definition] = STATE(1877), + [sym_run_statement] = STATE(1877), + [sym_enum_statement] = STATE(1877), + [sym__statement] = STATE(1524), + [sym_identifier] = ACTIONS(607), [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_input_expression_token1] = ACTIONS(609), + [aux_sym_class_type_token1] = ACTIONS(611), [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(549), - [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), + [aux_sym_variable_definition_token1] = ACTIONS(613), + [aux_sym_variable_definition_token2] = ACTIONS(613), + [aux_sym_buffer_definition_token2] = ACTIONS(615), + [aux_sym_return_type_token2] = ACTIONS(617), + [aux_sym_argument_mode_token1] = ACTIONS(619), + [aux_sym_if_statement_token1] = ACTIONS(621), + [aux_sym_repeat_statement_token1] = ACTIONS(623), + [aux_sym__procedure_terminator_token1] = ACTIONS(625), + [aux_sym__function_terminator_token1] = ACTIONS(627), + [aux_sym_interface_statement_token1] = ACTIONS(629), + [aux_sym_using_statement_token1] = ACTIONS(631), + [aux_sym_on_error_phrase_token1] = ACTIONS(633), + [aux_sym_on_error_phrase_token3] = ACTIONS(635), + [aux_sym_do_block_token1] = ACTIONS(637), + [aux_sym__case_terminator_token1] = ACTIONS(639), + [aux_sym_find_statement_token1] = ACTIONS(641), + [aux_sym_assign_statement_token1] = ACTIONS(643), + [aux_sym_catch_statement_token1] = ACTIONS(645), + [aux_sym_finally_statement_token1] = ACTIONS(647), + [aux_sym_accumulate_statement_token1] = ACTIONS(649), + [aux_sym_error_scope_statement_token1] = ACTIONS(651), + [aux_sym_error_scope_statement_token2] = ACTIONS(651), + [aux_sym_prompt_for_statement_token1] = ACTIONS(653), + [aux_sym_var_statement_token1] = ACTIONS(655), + [aux_sym_run_statement_token1] = ACTIONS(657), + [aux_sym_enum_definition_token1] = ACTIONS(659), }, [77] = { [sym_comment] = STATE(77), - [sym_qualified_name] = STATE(5430), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(77), - [sym_assignment] = STATE(7018), - [sym_variable_assignment] = STATE(1693), - [sym_variable_definition] = STATE(1693), - [sym_buffer_definition] = STATE(1693), - [sym_query_definition] = STATE(1693), - [sym_function_call_statement] = STATE(1693), - [sym_function_call] = STATE(5560), - [sym_if_statement] = STATE(1693), - [sym_label] = STATE(5513), - [sym_repeat_statement] = STATE(1693), - [sym_procedure_statement] = STATE(1693), - [sym_procedure_parameter_definition] = STATE(1693), - [sym_function_statement] = STATE(1693), - [sym_return_statement] = STATE(1693), - [sym_interface_statement] = STATE(1693), - [sym_dataset_definition] = STATE(1693), - [sym_using_statement] = STATE(1693), - [sym_class_statement] = STATE(1693), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(1693), - [sym_input_close_statement] = STATE(1693), - [sym_output_close_statement] = STATE(1693), - [sym__stream_statement] = STATE(1693), - [sym_input_stream_statement] = STATE(1692), - [sym_output_stream_statement] = STATE(1692), - [sym_do_block] = STATE(1487), - [sym_case_statement] = STATE(1693), - [sym_for_statement] = STATE(1693), - [sym_find_statement] = STATE(1693), - [sym_abl_statement] = STATE(1693), - [sym_assign_statement] = STATE(1693), - [sym_catch_statement] = STATE(1693), - [sym_finally_statement] = STATE(1693), - [sym_accumulate_statement] = STATE(1693), - [sym_undo_statement] = STATE(1693), - [sym_error_scope_statement] = STATE(1693), - [sym_workfile_definition] = STATE(1693), - [sym_temp_table_definition] = STATE(1693), - [sym_on_statement] = STATE(1693), - [sym_prompt_for_statement] = STATE(1693), - [sym_var_statement] = STATE(1693), - [sym_button_definition] = STATE(1693), - [sym_run_statement] = STATE(1693), - [sym_enum_statement] = STATE(1693), - [sym__statement] = STATE(1486), + [sym_assignment] = STATE(6687), + [sym_variable_assignment] = STATE(1877), + [sym_variable_definition] = STATE(1877), + [sym_buffer_definition] = STATE(1877), + [sym_query_definition] = STATE(1877), + [sym_function_call_statement] = STATE(1877), + [sym_function_call] = STATE(5132), + [sym_if_statement] = STATE(1877), + [sym_label] = STATE(5261), + [sym_repeat_statement] = STATE(1877), + [sym_procedure_statement] = STATE(1877), + [sym_procedure_parameter_definition] = STATE(1877), + [sym_function_statement] = STATE(1877), + [sym_return_statement] = STATE(1877), + [sym_interface_statement] = STATE(1877), + [sym_dataset_definition] = STATE(1877), + [sym_using_statement] = STATE(1877), + [sym_class_statement] = STATE(1877), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(1877), + [sym_input_close_statement] = STATE(1877), + [sym_output_close_statement] = STATE(1877), + [sym__stream_statement] = STATE(1877), + [sym_input_stream_statement] = STATE(1876), + [sym_output_stream_statement] = STATE(1876), + [sym_do_block] = STATE(1762), + [sym_case_statement] = STATE(1877), + [sym_for_statement] = STATE(1877), + [sym_find_statement] = STATE(1877), + [sym_abl_statement] = STATE(1877), + [sym_assign_statement] = STATE(1877), + [sym_catch_statement] = STATE(1877), + [sym_finally_statement] = STATE(1877), + [sym_accumulate_statement] = STATE(1877), + [sym_undo_statement] = STATE(1877), + [sym_error_scope_statement] = STATE(1877), + [sym_workfile_definition] = STATE(1877), + [sym_temp_table_definition] = STATE(1877), + [sym_on_statement] = STATE(1877), + [sym_prompt_for_statement] = STATE(1877), + [sym_var_statement] = STATE(1877), + [sym_button_definition] = STATE(1877), + [sym_run_statement] = STATE(1877), + [sym_enum_statement] = STATE(1877), + [sym__statement] = STATE(1763), [sym_identifier] = ACTIONS(607), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -52595,7 +52297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_buffer_definition_token2] = ACTIONS(615), [aux_sym_return_type_token2] = ACTIONS(617), [aux_sym_argument_mode_token1] = ACTIONS(619), - [aux_sym_if_statement_token1] = ACTIONS(661), + [aux_sym_if_statement_token1] = ACTIONS(663), [aux_sym_repeat_statement_token1] = ACTIONS(623), [aux_sym__procedure_terminator_token1] = ACTIONS(625), [aux_sym__function_terminator_token1] = ACTIONS(627), @@ -52619,55 +52321,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [78] = { [sym_comment] = STATE(78), - [sym_qualified_name] = STATE(5430), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(78), - [sym_assignment] = STATE(7018), - [sym_variable_assignment] = STATE(1693), - [sym_variable_definition] = STATE(1693), - [sym_buffer_definition] = STATE(1693), - [sym_query_definition] = STATE(1693), - [sym_function_call_statement] = STATE(1693), - [sym_function_call] = STATE(5560), - [sym_if_statement] = STATE(1693), - [sym_label] = STATE(5513), - [sym_repeat_statement] = STATE(1693), - [sym_procedure_statement] = STATE(1693), - [sym_procedure_parameter_definition] = STATE(1693), - [sym_function_statement] = STATE(1693), - [sym_return_statement] = STATE(1693), - [sym_interface_statement] = STATE(1693), - [sym_dataset_definition] = STATE(1693), - [sym_using_statement] = STATE(1693), - [sym_class_statement] = STATE(1693), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(1693), - [sym_input_close_statement] = STATE(1693), - [sym_output_close_statement] = STATE(1693), - [sym__stream_statement] = STATE(1693), - [sym_input_stream_statement] = STATE(1692), - [sym_output_stream_statement] = STATE(1692), - [sym_do_block] = STATE(1493), - [sym_case_statement] = STATE(1693), - [sym_for_statement] = STATE(1693), - [sym_find_statement] = STATE(1693), - [sym_abl_statement] = STATE(1693), - [sym_assign_statement] = STATE(1693), - [sym_catch_statement] = STATE(1693), - [sym_finally_statement] = STATE(1693), - [sym_accumulate_statement] = STATE(1693), - [sym_undo_statement] = STATE(1693), - [sym_error_scope_statement] = STATE(1693), - [sym_workfile_definition] = STATE(1693), - [sym_temp_table_definition] = STATE(1693), - [sym_on_statement] = STATE(1693), - [sym_prompt_for_statement] = STATE(1693), - [sym_var_statement] = STATE(1693), - [sym_button_definition] = STATE(1693), - [sym_run_statement] = STATE(1693), - [sym_enum_statement] = STATE(1693), - [sym__statement] = STATE(1469), + [sym_assignment] = STATE(6687), + [sym_variable_assignment] = STATE(1877), + [sym_variable_definition] = STATE(1877), + [sym_buffer_definition] = STATE(1877), + [sym_query_definition] = STATE(1877), + [sym_function_call_statement] = STATE(1877), + [sym_function_call] = STATE(5132), + [sym_if_statement] = STATE(1877), + [sym_label] = STATE(5261), + [sym_repeat_statement] = STATE(1877), + [sym_procedure_statement] = STATE(1877), + [sym_procedure_parameter_definition] = STATE(1877), + [sym_function_statement] = STATE(1877), + [sym_return_statement] = STATE(1877), + [sym_interface_statement] = STATE(1877), + [sym_dataset_definition] = STATE(1877), + [sym_using_statement] = STATE(1877), + [sym_class_statement] = STATE(1877), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(1877), + [sym_input_close_statement] = STATE(1877), + [sym_output_close_statement] = STATE(1877), + [sym__stream_statement] = STATE(1877), + [sym_input_stream_statement] = STATE(1876), + [sym_output_stream_statement] = STATE(1876), + [sym_do_block] = STATE(1499), + [sym_case_statement] = STATE(1877), + [sym_for_statement] = STATE(1877), + [sym_find_statement] = STATE(1877), + [sym_abl_statement] = STATE(1877), + [sym_assign_statement] = STATE(1877), + [sym_catch_statement] = STATE(1877), + [sym_finally_statement] = STATE(1877), + [sym_accumulate_statement] = STATE(1877), + [sym_undo_statement] = STATE(1877), + [sym_error_scope_statement] = STATE(1877), + [sym_workfile_definition] = STATE(1877), + [sym_temp_table_definition] = STATE(1877), + [sym_on_statement] = STATE(1877), + [sym_prompt_for_statement] = STATE(1877), + [sym_var_statement] = STATE(1877), + [sym_button_definition] = STATE(1877), + [sym_run_statement] = STATE(1877), + [sym_enum_statement] = STATE(1877), + [sym__statement] = STATE(1497), [sym_identifier] = ACTIONS(607), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -52680,7 +52382,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_buffer_definition_token2] = ACTIONS(615), [aux_sym_return_type_token2] = ACTIONS(617), [aux_sym_argument_mode_token1] = ACTIONS(619), - [aux_sym_if_statement_token1] = ACTIONS(661), + [aux_sym_if_statement_token1] = ACTIONS(621), [aux_sym_repeat_statement_token1] = ACTIONS(623), [aux_sym__procedure_terminator_token1] = ACTIONS(625), [aux_sym__function_terminator_token1] = ACTIONS(627), @@ -52704,55 +52406,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [79] = { [sym_comment] = STATE(79), - [sym_qualified_name] = STATE(5430), + [sym_qualified_name] = STATE(5116), [sym_include] = STATE(79), - [sym_assignment] = STATE(6411), - [sym_variable_assignment] = STATE(1940), - [sym_variable_definition] = STATE(1940), - [sym_buffer_definition] = STATE(1940), - [sym_query_definition] = STATE(1940), - [sym_function_call_statement] = STATE(1940), - [sym_function_call] = STATE(5604), - [sym_if_statement] = STATE(1940), - [sym_label] = STATE(5350), - [sym_repeat_statement] = STATE(1940), - [sym_procedure_statement] = STATE(1940), - [sym_procedure_parameter_definition] = STATE(1940), - [sym_function_statement] = STATE(1940), - [sym_return_statement] = STATE(1940), - [sym_interface_statement] = STATE(1940), - [sym_dataset_definition] = STATE(1940), - [sym_using_statement] = STATE(1940), - [sym_class_statement] = STATE(1940), - [sym_new_expression] = STATE(5992), - [sym_object_access] = STATE(4692), - [sym_member_access] = STATE(5430), - [sym_stream_definition] = STATE(1940), - [sym_input_close_statement] = STATE(1940), - [sym_output_close_statement] = STATE(1940), - [sym__stream_statement] = STATE(1940), - [sym_input_stream_statement] = STATE(1941), - [sym_output_stream_statement] = STATE(1941), - [sym_do_block] = STATE(1500), - [sym_case_statement] = STATE(1940), - [sym_for_statement] = STATE(1940), - [sym_find_statement] = STATE(1940), - [sym_abl_statement] = STATE(1940), - [sym_assign_statement] = STATE(1940), - [sym_catch_statement] = STATE(1940), - [sym_finally_statement] = STATE(1940), - [sym_accumulate_statement] = STATE(1940), - [sym_undo_statement] = STATE(1940), - [sym_error_scope_statement] = STATE(1940), - [sym_workfile_definition] = STATE(1940), - [sym_temp_table_definition] = STATE(1940), - [sym_on_statement] = STATE(1940), - [sym_prompt_for_statement] = STATE(1940), - [sym_var_statement] = STATE(1940), - [sym_button_definition] = STATE(1940), - [sym_run_statement] = STATE(1940), - [sym_enum_statement] = STATE(1940), - [sym__statement] = STATE(1501), + [sym_assignment] = STATE(6386), + [sym_variable_assignment] = STATE(1864), + [sym_variable_definition] = STATE(1864), + [sym_buffer_definition] = STATE(1864), + [sym_query_definition] = STATE(1864), + [sym_function_call_statement] = STATE(1864), + [sym_function_call] = STATE(5167), + [sym_if_statement] = STATE(1864), + [sym_label] = STATE(5303), + [sym_repeat_statement] = STATE(1864), + [sym_procedure_statement] = STATE(1864), + [sym_procedure_parameter_definition] = STATE(1864), + [sym_function_statement] = STATE(1864), + [sym_return_statement] = STATE(1864), + [sym_interface_statement] = STATE(1864), + [sym_dataset_definition] = STATE(1864), + [sym_using_statement] = STATE(1864), + [sym_class_statement] = STATE(1864), + [sym_new_expression] = STATE(5461), + [sym_object_access] = STATE(4643), + [sym_member_access] = STATE(5116), + [sym_stream_definition] = STATE(1864), + [sym_input_close_statement] = STATE(1864), + [sym_output_close_statement] = STATE(1864), + [sym__stream_statement] = STATE(1864), + [sym_input_stream_statement] = STATE(1865), + [sym_output_stream_statement] = STATE(1865), + [sym_do_block] = STATE(1509), + [sym_case_statement] = STATE(1864), + [sym_for_statement] = STATE(1864), + [sym_find_statement] = STATE(1864), + [sym_abl_statement] = STATE(1864), + [sym_assign_statement] = STATE(1864), + [sym_catch_statement] = STATE(1864), + [sym_finally_statement] = STATE(1864), + [sym_accumulate_statement] = STATE(1864), + [sym_undo_statement] = STATE(1864), + [sym_error_scope_statement] = STATE(1864), + [sym_workfile_definition] = STATE(1864), + [sym_temp_table_definition] = STATE(1864), + [sym_on_statement] = STATE(1864), + [sym_prompt_for_statement] = STATE(1864), + [sym_var_statement] = STATE(1864), + [sym_button_definition] = STATE(1864), + [sym_run_statement] = STATE(1864), + [sym_enum_statement] = STATE(1864), + [sym__statement] = STATE(1496), [sym_identifier] = ACTIONS(551), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -52765,7 +52467,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_buffer_definition_token2] = ACTIONS(559), [aux_sym_return_type_token2] = ACTIONS(561), [aux_sym_argument_mode_token1] = ACTIONS(563), - [aux_sym_if_statement_token1] = ACTIONS(605), + [aux_sym_if_statement_token1] = ACTIONS(565), [aux_sym_repeat_statement_token1] = ACTIONS(567), [aux_sym__procedure_terminator_token1] = ACTIONS(569), [aux_sym__function_terminator_token1] = ACTIONS(571), @@ -52789,41 +52491,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [80] = { [sym_comment] = STATE(80), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(80), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5455), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_aggregate] = STATE(5400), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1277), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3437), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -52847,63 +52551,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_token1] = ACTIONS(699), [aux_sym_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_aggregate_token1] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token2] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token3] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token4] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token5] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token6] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token7] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token8] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token9] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token10] = ACTIONS(705), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [81] = { [sym_comment] = STATE(81), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(81), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5455), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_aggregate] = STATE(5486), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1276), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3465), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -52917,7 +52621,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(679), + [anon_sym_RPAREN] = ACTIONS(721), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -52927,63 +52631,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_token1] = ACTIONS(699), [aux_sym_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_aggregate_token1] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token2] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token3] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token4] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token5] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token6] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token7] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token8] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token9] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token10] = ACTIONS(705), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [82] = { [sym_comment] = STATE(82), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(82), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5455), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_aggregate] = STATE(5638), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5189), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_aggregate] = STATE(5244), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -52997,73 +52699,75 @@ 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(679), + [anon_sym_RPAREN] = ACTIONS(723), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_aggregate_token1] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token2] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token3] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token4] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token5] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token6] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token7] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token8] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token9] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token10] = ACTIONS(705), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_aggregate_token1] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token2] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token3] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token4] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token5] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token6] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token7] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token8] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token9] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token10] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [83] = { [sym_comment] = STATE(83), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(83), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5455), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_aggregate] = STATE(5650), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1256), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3453), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -53077,7 +52781,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(679), + [anon_sym_RPAREN] = ACTIONS(749), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -53087,63 +52791,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_token1] = ACTIONS(699), [aux_sym_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_aggregate_token1] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token2] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token3] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token4] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token5] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token6] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token7] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token8] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token9] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token10] = ACTIONS(705), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [84] = { [sym_comment] = STATE(84), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(84), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5455), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_aggregate] = STATE(5549), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1294), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3413), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -53157,7 +52861,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(679), + [anon_sym_RPAREN] = ACTIONS(751), [aux_sym_unary_expression_token1] = ACTIONS(681), [aux_sym_unary_expression_token2] = ACTIONS(683), [aux_sym_ambiguous_expression_token1] = ACTIONS(685), @@ -53167,65 +52871,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_token1] = ACTIONS(699), [aux_sym_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_aggregate_token1] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token2] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token3] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token4] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token5] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token6] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token7] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token8] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token9] = ACTIONS(705), - [aux_sym_accumulate_aggregate_token10] = ACTIONS(705), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [85] = { [sym_comment] = STATE(85), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(85), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1291), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3475), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1255), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3458), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -53239,72 +52941,71 @@ 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(713), + [anon_sym_RPAREN] = ACTIONS(753), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [86] = { [sym_comment] = STATE(86), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(86), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1283), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3472), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5189), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_aggregate] = STATE(5202), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -53318,72 +53019,75 @@ 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(747), + [anon_sym_RPAREN] = ACTIONS(723), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_aggregate_token1] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token2] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token3] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token4] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token5] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token6] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token7] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token8] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token9] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token10] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [87] = { [sym_comment] = STATE(87), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(87), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1298), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3438), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1254), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3432), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -53397,72 +53101,73 @@ 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(749), + [anon_sym_RPAREN] = ACTIONS(755), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [88] = { [sym_comment] = STATE(88), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(88), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1264), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3483), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1280), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3409), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -53476,72 +53181,73 @@ 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(757), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [89] = { [sym_comment] = STATE(89), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(89), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1277), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3479), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1283), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3420), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -53555,72 +53261,73 @@ 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(759), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [90] = { [sym_comment] = STATE(90), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(90), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1267), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3435), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1282), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3448), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -53634,72 +53341,73 @@ 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(755), + [anon_sym_RPAREN] = ACTIONS(761), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [91] = { [sym_comment] = STATE(91), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(91), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1278), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3491), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1285), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3406), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -53713,72 +53421,73 @@ 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(757), + [anon_sym_RPAREN] = ACTIONS(763), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [92] = { [sym_comment] = STATE(92), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(92), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1293), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3428), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1269), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3457), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -53792,72 +53501,73 @@ 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(759), + [anon_sym_RPAREN] = ACTIONS(765), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [93] = { [sym_comment] = STATE(93), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(93), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1271), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3485), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1263), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3397), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -53871,72 +53581,73 @@ 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(761), + [anon_sym_RPAREN] = ACTIONS(767), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [94] = { [sym_comment] = STATE(94), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(94), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1265), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3468), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1274), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3466), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -53950,72 +53661,71 @@ 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(763), + [anon_sym_RPAREN] = ACTIONS(769), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [95] = { [sym_comment] = STATE(95), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(95), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1281), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3487), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5189), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_aggregate] = STATE(5281), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54029,72 +53739,75 @@ 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(723), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_aggregate_token1] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token2] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token3] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token4] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token5] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token6] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token7] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token8] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token9] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token10] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [96] = { [sym_comment] = STATE(96), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(96), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1272), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3459), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1288), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3419), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54108,72 +53821,73 @@ 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(771), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [97] = { [sym_comment] = STATE(97), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(97), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1269), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3489), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1291), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3418), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54187,72 +53901,73 @@ 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(773), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [98] = { [sym_comment] = STATE(98), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(98), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1268), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3493), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1289), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3425), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54266,72 +53981,73 @@ 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(775), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [99] = { [sym_comment] = STATE(99), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(99), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1285), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3469), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1279), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3430), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54345,72 +54061,71 @@ 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(777), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [100] = { [sym_comment] = STATE(100), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(100), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1280), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3463), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5189), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_aggregate] = STATE(5332), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54424,72 +54139,75 @@ 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(723), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_aggregate_token1] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token2] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token3] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token4] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token5] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token6] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token7] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token8] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token9] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token10] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [101] = { [sym_comment] = STATE(101), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(101), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1279), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3458), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1275), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3461), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54503,72 +54221,73 @@ 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(779), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [102] = { [sym_comment] = STATE(102), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(102), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1297), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3455), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1266), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3439), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54582,72 +54301,73 @@ 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(781), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [103] = { [sym_comment] = STATE(103), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(103), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1296), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3454), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1278), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3467), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54661,72 +54381,73 @@ 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(783), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [104] = { [sym_comment] = STATE(104), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(104), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1274), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3451), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1293), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3445), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54740,72 +54461,73 @@ 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(785), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [105] = { [sym_comment] = STATE(105), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(105), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1287), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3446), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1271), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3395), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54819,72 +54541,73 @@ 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(787), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [106] = { [sym_comment] = STATE(106), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(106), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1273), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3460), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1292), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3404), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54898,72 +54621,73 @@ 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(789), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [107] = { [sym_comment] = STATE(107), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(107), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1276), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3425), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1273), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3428), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -54977,72 +54701,73 @@ 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(791), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [108] = { [sym_comment] = STATE(108), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(108), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1288), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3470), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1284), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3393), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55056,72 +54781,73 @@ 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(793), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [109] = { [sym_comment] = STATE(109), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(109), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1292), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3444), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1287), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3403), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55135,72 +54861,71 @@ 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(795), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [110] = { [sym_comment] = STATE(110), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(110), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1290), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3442), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5189), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_aggregate] = STATE(5394), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55214,72 +54939,75 @@ 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(723), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_aggregate_token1] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token2] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token3] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token4] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token5] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token6] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token7] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token8] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token9] = ACTIONS(745), + [aux_sym_accumulate_aggregate_token10] = ACTIONS(745), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [111] = { [sym_comment] = STATE(111), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(111), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1299), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3440), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1290), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3427), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55295,70 +55023,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(677), [anon_sym_RPAREN] = ACTIONS(797), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [112] = { [sym_comment] = STATE(112), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(112), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1275), - [aux_sym_qualified_name_repeat1] = STATE(1354), - [aux_sym_can_find_expression_repeat1] = STATE(3465), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1286), + [aux_sym_qualified_name_repeat1] = STATE(1367), + [aux_sym_can_find_expression_repeat1] = STATE(3440), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55374,69 +55103,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(677), [anon_sym_RPAREN] = ACTIONS(799), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__namedot] = ACTIONS(745), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__namedot] = ACTIONS(717), + [sym__escaped_string] = ACTIONS(719), }, [113] = { [sym_comment] = STATE(113), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(113), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1278), - [aux_sym_can_find_expression_repeat1] = STATE(3491), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1286), + [aux_sym_can_find_expression_repeat1] = STATE(3440), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55450,70 +55180,71 @@ 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(757), + [anon_sym_RPAREN] = ACTIONS(799), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [114] = { [sym_comment] = STATE(114), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(114), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1268), - [aux_sym_can_find_expression_repeat1] = STATE(3493), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1255), + [aux_sym_can_find_expression_repeat1] = STATE(3458), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55527,70 +55258,71 @@ 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(753), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [115] = { [sym_comment] = STATE(115), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(115), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1288), - [aux_sym_can_find_expression_repeat1] = STATE(3470), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1294), + [aux_sym_can_find_expression_repeat1] = STATE(3413), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55604,70 +55336,71 @@ 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(751), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [116] = { [sym_comment] = STATE(116), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(116), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1272), - [aux_sym_can_find_expression_repeat1] = STATE(3459), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1276), + [aux_sym_can_find_expression_repeat1] = STATE(3465), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55681,70 +55414,71 @@ 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(721), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [117] = { [sym_comment] = STATE(117), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(117), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1265), - [aux_sym_can_find_expression_repeat1] = STATE(3468), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1256), + [aux_sym_can_find_expression_repeat1] = STATE(3453), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55758,70 +55492,71 @@ 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(763), + [anon_sym_RPAREN] = ACTIONS(749), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [118] = { [sym_comment] = STATE(118), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(118), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1293), - [aux_sym_can_find_expression_repeat1] = STATE(3428), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1284), + [aux_sym_can_find_expression_repeat1] = STATE(3393), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55835,70 +55570,71 @@ 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(759), + [anon_sym_RPAREN] = ACTIONS(793), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [119] = { [sym_comment] = STATE(119), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(119), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1269), - [aux_sym_can_find_expression_repeat1] = STATE(3489), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1290), + [aux_sym_can_find_expression_repeat1] = STATE(3427), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55912,70 +55648,71 @@ 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(797), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [120] = { [sym_comment] = STATE(120), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(120), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1281), - [aux_sym_can_find_expression_repeat1] = STATE(3487), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1254), + [aux_sym_can_find_expression_repeat1] = STATE(3432), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -55989,70 +55726,71 @@ 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(755), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [121] = { [sym_comment] = STATE(121), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(121), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1275), - [aux_sym_can_find_expression_repeat1] = STATE(3465), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1273), + [aux_sym_can_find_expression_repeat1] = STATE(3428), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56066,70 +55804,71 @@ 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(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [122] = { [sym_comment] = STATE(122), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(122), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1287), - [aux_sym_can_find_expression_repeat1] = STATE(3446), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1271), + [aux_sym_can_find_expression_repeat1] = STATE(3395), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56143,70 +55882,71 @@ 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(787), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [123] = { [sym_comment] = STATE(123), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(123), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1271), - [aux_sym_can_find_expression_repeat1] = STATE(3485), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1280), + [aux_sym_can_find_expression_repeat1] = STATE(3409), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56220,70 +55960,71 @@ 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(761), + [anon_sym_RPAREN] = ACTIONS(757), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [124] = { [sym_comment] = STATE(124), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(124), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1264), - [aux_sym_can_find_expression_repeat1] = STATE(3483), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1291), + [aux_sym_can_find_expression_repeat1] = STATE(3418), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56297,70 +56038,71 @@ 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(773), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [125] = { [sym_comment] = STATE(125), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(125), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1277), - [aux_sym_can_find_expression_repeat1] = STATE(3479), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1292), + [aux_sym_can_find_expression_repeat1] = STATE(3404), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56374,70 +56116,71 @@ 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(789), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [126] = { [sym_comment] = STATE(126), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(126), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1267), - [aux_sym_can_find_expression_repeat1] = STATE(3435), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1266), + [aux_sym_can_find_expression_repeat1] = STATE(3439), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56451,70 +56194,71 @@ 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(755), + [anon_sym_RPAREN] = ACTIONS(781), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [127] = { [sym_comment] = STATE(127), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(127), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1291), - [aux_sym_can_find_expression_repeat1] = STATE(3475), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1283), + [aux_sym_can_find_expression_repeat1] = STATE(3420), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56528,70 +56272,71 @@ 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(713), + [anon_sym_RPAREN] = ACTIONS(759), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [128] = { [sym_comment] = STATE(128), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(128), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1283), - [aux_sym_can_find_expression_repeat1] = STATE(3472), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1278), + [aux_sym_can_find_expression_repeat1] = STATE(3467), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56605,70 +56350,71 @@ 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(747), + [anon_sym_RPAREN] = ACTIONS(783), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [129] = { [sym_comment] = STATE(129), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(129), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1285), - [aux_sym_can_find_expression_repeat1] = STATE(3469), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1289), + [aux_sym_can_find_expression_repeat1] = STATE(3425), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56682,70 +56428,71 @@ 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(775), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [130] = { [sym_comment] = STATE(130), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(130), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1273), - [aux_sym_can_find_expression_repeat1] = STATE(3460), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1279), + [aux_sym_can_find_expression_repeat1] = STATE(3430), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56759,70 +56506,71 @@ 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(777), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [131] = { [sym_comment] = STATE(131), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(131), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1280), - [aux_sym_can_find_expression_repeat1] = STATE(3463), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1275), + [aux_sym_can_find_expression_repeat1] = STATE(3461), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56836,70 +56584,71 @@ 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(779), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [132] = { [sym_comment] = STATE(132), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(132), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1279), - [aux_sym_can_find_expression_repeat1] = STATE(3458), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1288), + [aux_sym_can_find_expression_repeat1] = STATE(3419), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56913,70 +56662,71 @@ 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(771), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [133] = { [sym_comment] = STATE(133), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(133), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1297), - [aux_sym_can_find_expression_repeat1] = STATE(3455), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1269), + [aux_sym_can_find_expression_repeat1] = STATE(3457), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -56990,70 +56740,71 @@ 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(765), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [134] = { [sym_comment] = STATE(134), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(134), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1296), - [aux_sym_can_find_expression_repeat1] = STATE(3454), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1274), + [aux_sym_can_find_expression_repeat1] = STATE(3466), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57067,70 +56818,71 @@ 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(769), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [135] = { [sym_comment] = STATE(135), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(135), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1274), - [aux_sym_can_find_expression_repeat1] = STATE(3451), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1277), + [aux_sym_can_find_expression_repeat1] = STATE(3437), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57144,70 +56896,71 @@ 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(679), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [136] = { [sym_comment] = STATE(136), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(136), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1276), - [aux_sym_can_find_expression_repeat1] = STATE(3425), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1285), + [aux_sym_can_find_expression_repeat1] = STATE(3406), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57221,70 +56974,71 @@ 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(763), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [137] = { [sym_comment] = STATE(137), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(137), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1292), - [aux_sym_can_find_expression_repeat1] = STATE(3444), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1293), + [aux_sym_can_find_expression_repeat1] = STATE(3445), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57298,70 +57052,71 @@ 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(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [138] = { [sym_comment] = STATE(138), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(138), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1290), - [aux_sym_can_find_expression_repeat1] = STATE(3442), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1263), + [aux_sym_can_find_expression_repeat1] = STATE(3397), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57375,70 +57130,71 @@ 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(767), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [139] = { [sym_comment] = STATE(139), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(139), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1299), - [aux_sym_can_find_expression_repeat1] = STATE(3440), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1282), + [aux_sym_can_find_expression_repeat1] = STATE(3448), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57452,70 +57208,71 @@ 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(761), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [140] = { [sym_comment] = STATE(140), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(140), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_where_clause] = STATE(4042), - [sym_query_tuning] = STATE(4042), - [sym_can_find_expression] = STATE(31), - [sym_of] = STATE(4042), - [sym_using] = STATE(3417), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(1298), - [aux_sym_can_find_expression_repeat1] = STATE(3438), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_where_clause] = STATE(3921), + [sym_query_tuning] = STATE(3921), + [sym_can_find_expression] = STATE(48), + [sym_of] = STATE(3921), + [sym_using] = STATE(3374), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(1287), + [aux_sym_can_find_expression_repeat1] = STATE(3403), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -57529,71 +57286,72 @@ 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(749), + [anon_sym_RPAREN] = ACTIONS(795), [aux_sym_unary_expression_token1] = ACTIONS(681), - [aux_sym_unary_expression_token2] = ACTIONS(715), - [aux_sym_ambiguous_expression_token1] = ACTIONS(717), - [aux_sym_temp_table_expression_token1] = ACTIONS(719), - [aux_sym_current_changed_expression_token1] = ACTIONS(721), - [aux_sym_locked_expression_token1] = ACTIONS(723), - [aux_sym_dataset_expression_token1] = ACTIONS(725), - [aux_sym_input_expression_token1] = ACTIONS(727), - [aux_sym_scope_tuning_token1] = ACTIONS(729), - [aux_sym_function_call_token1] = ACTIONS(731), - [aux_sym_if_statement_token1] = ACTIONS(733), - [aux_sym_using_statement_token1] = ACTIONS(735), - [aux_sym_where_clause_token1] = ACTIONS(737), - [aux_sym_query_tuning_token1] = ACTIONS(731), - [aux_sym_query_tuning_token2] = ACTIONS(731), - [aux_sym_query_tuning_token3] = ACTIONS(731), - [aux_sym_query_tuning_token4] = ACTIONS(731), - [aux_sym_query_tuning_token5] = ACTIONS(739), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_of_token1] = ACTIONS(741), - [aux_sym_accumulate_expression_token1] = ACTIONS(743), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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_function_call_token1] = ACTIONS(699), + [aux_sym_if_statement_token1] = ACTIONS(701), + [aux_sym_using_statement_token1] = ACTIONS(703), + [aux_sym_where_clause_token1] = ACTIONS(705), + [aux_sym_query_tuning_token1] = ACTIONS(699), + [aux_sym_query_tuning_token2] = ACTIONS(699), + [aux_sym_query_tuning_token3] = ACTIONS(699), + [aux_sym_query_tuning_token4] = ACTIONS(699), + [aux_sym_query_tuning_token5] = ACTIONS(699), + [aux_sym_query_tuning_token6] = ACTIONS(707), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_of_token1] = ACTIONS(711), + [aux_sym_accumulate_expression_token1] = ACTIONS(713), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [141] = { [sym_comment] = STATE(141), - [sym_constant] = STATE(1133), - [sym_qualified_name] = STATE(1133), - [sym_boolean_literal] = STATE(1133), - [sym__decimal_literal] = STATE(1116), - [sym_number_literal] = STATE(1133), - [sym_string_literal] = STATE(1133), - [sym_array_literal] = STATE(1133), - [sym_parenthesized_expression] = STATE(1133), - [sym_logical_expression] = STATE(1115), - [sym_assignment_operator] = STATE(730), - [sym_unary_expression] = STATE(1133), - [sym_ambiguous_expression] = STATE(1133), - [sym_temp_table_expression] = STATE(1133), - [sym_current_changed_expression] = STATE(1133), - [sym_locked_expression] = STATE(1133), - [sym_dataset_expression] = STATE(1133), - [sym_input_expression] = STATE(1133), - [sym_additive_expression] = STATE(1115), - [sym_multiplicative_expression] = STATE(1115), - [sym_comparison_expression] = STATE(1115), - [sym__binary_expression] = STATE(1133), - [sym_array_access] = STATE(1133), + [sym_constant] = STATE(1124), + [sym_qualified_name] = STATE(1124), + [sym_boolean_literal] = STATE(1124), + [sym__decimal_literal] = STATE(1131), + [sym_number_literal] = STATE(1124), + [sym_string_literal] = STATE(1124), + [sym_array_literal] = STATE(1124), + [sym_parenthesized_expression] = STATE(1124), + [sym_logical_expression] = STATE(1118), + [sym_assignment_operator] = STATE(907), + [sym_unary_expression] = STATE(1124), + [sym_ambiguous_expression] = STATE(1124), + [sym_temp_table_expression] = STATE(1124), + [sym_current_changed_expression] = STATE(1124), + [sym_locked_expression] = STATE(1124), + [sym_dataset_expression] = STATE(1124), + [sym_input_expression] = STATE(1124), + [sym_additive_expression] = STATE(1118), + [sym_multiplicative_expression] = STATE(1118), + [sym_comparison_expression] = STATE(1118), + [sym__binary_expression] = STATE(1124), + [sym_array_access] = STATE(1124), [sym_include] = STATE(141), - [sym_function_arguments] = STATE(3645), - [sym_function_call] = STATE(1054), - [sym_ternary_expression] = STATE(1133), - [sym_new_expression] = STATE(1054), - [sym_object_access] = STATE(1101), - [sym_member_access] = STATE(1133), - [sym_can_find_expression] = STATE(1133), - [sym_accumulate_expression] = STATE(1133), - [sym_available_expression] = STATE(1133), - [sym__expression] = STATE(1007), - [aux_sym_qualified_name_repeat1] = STATE(4870), - [aux_sym_object_access_repeat1] = STATE(4747), - [aux_sym_member_access_repeat1] = STATE(4906), - [aux_sym_abl_statement_repeat1] = STATE(252), + [sym_function_arguments] = STATE(3810), + [sym_function_call] = STATE(1042), + [sym_ternary_expression] = STATE(1124), + [sym_new_expression] = STATE(1042), + [sym_object_access] = STATE(1077), + [sym_member_access] = STATE(1124), + [sym_can_find_expression] = STATE(1124), + [sym_accumulate_expression] = STATE(1124), + [sym_available_expression] = STATE(1124), + [sym__expression] = STATE(1002), + [aux_sym_qualified_name_repeat1] = STATE(4736), + [aux_sym_object_access_repeat1] = STATE(4553), + [aux_sym_member_access_repeat1] = STATE(4737), + [aux_sym_abl_statement_repeat1] = STATE(303), [sym_identifier] = ACTIONS(801), [anon_sym_COLON] = ACTIONS(803), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -57632,43 +57390,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [142] = { [sym_comment] = STATE(142), - [sym_constant] = STATE(1133), - [sym_qualified_name] = STATE(1133), - [sym_boolean_literal] = STATE(1133), - [sym__decimal_literal] = STATE(1116), - [sym_number_literal] = STATE(1133), - [sym_string_literal] = STATE(1133), - [sym_array_literal] = STATE(1133), - [sym_parenthesized_expression] = STATE(1133), - [sym_logical_expression] = STATE(1115), - [sym_assignment_operator] = STATE(730), - [sym_unary_expression] = STATE(1133), - [sym_ambiguous_expression] = STATE(1133), - [sym_temp_table_expression] = STATE(1133), - [sym_current_changed_expression] = STATE(1133), - [sym_locked_expression] = STATE(1133), - [sym_dataset_expression] = STATE(1133), - [sym_input_expression] = STATE(1133), - [sym_additive_expression] = STATE(1115), - [sym_multiplicative_expression] = STATE(1115), - [sym_comparison_expression] = STATE(1115), - [sym__binary_expression] = STATE(1133), - [sym_array_access] = STATE(1133), + [sym_constant] = STATE(1124), + [sym_qualified_name] = STATE(1124), + [sym_boolean_literal] = STATE(1124), + [sym__decimal_literal] = STATE(1131), + [sym_number_literal] = STATE(1124), + [sym_string_literal] = STATE(1124), + [sym_array_literal] = STATE(1124), + [sym_parenthesized_expression] = STATE(1124), + [sym_logical_expression] = STATE(1118), + [sym_assignment_operator] = STATE(907), + [sym_unary_expression] = STATE(1124), + [sym_ambiguous_expression] = STATE(1124), + [sym_temp_table_expression] = STATE(1124), + [sym_current_changed_expression] = STATE(1124), + [sym_locked_expression] = STATE(1124), + [sym_dataset_expression] = STATE(1124), + [sym_input_expression] = STATE(1124), + [sym_additive_expression] = STATE(1118), + [sym_multiplicative_expression] = STATE(1118), + [sym_comparison_expression] = STATE(1118), + [sym__binary_expression] = STATE(1124), + [sym_array_access] = STATE(1124), [sym_include] = STATE(142), - [sym_function_arguments] = STATE(3645), - [sym_function_call] = STATE(1054), - [sym_ternary_expression] = STATE(1133), - [sym_new_expression] = STATE(1054), - [sym_object_access] = STATE(1101), - [sym_member_access] = STATE(1133), - [sym_can_find_expression] = STATE(1133), - [sym_accumulate_expression] = STATE(1133), - [sym_available_expression] = STATE(1133), - [sym__expression] = STATE(1007), - [aux_sym_qualified_name_repeat1] = STATE(4870), - [aux_sym_object_access_repeat1] = STATE(4747), - [aux_sym_member_access_repeat1] = STATE(4906), - [aux_sym_abl_statement_repeat1] = STATE(250), + [sym_function_arguments] = STATE(3810), + [sym_function_call] = STATE(1042), + [sym_ternary_expression] = STATE(1124), + [sym_new_expression] = STATE(1042), + [sym_object_access] = STATE(1077), + [sym_member_access] = STATE(1124), + [sym_can_find_expression] = STATE(1124), + [sym_accumulate_expression] = STATE(1124), + [sym_available_expression] = STATE(1124), + [sym__expression] = STATE(1002), + [aux_sym_qualified_name_repeat1] = STATE(4736), + [aux_sym_object_access_repeat1] = STATE(4553), + [aux_sym_member_access_repeat1] = STATE(4737), + [aux_sym_abl_statement_repeat1] = STATE(305), [sym_identifier] = ACTIONS(801), [anon_sym_COLON] = ACTIONS(803), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -57707,43 +57465,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [143] = { [sym_comment] = STATE(143), - [sym_constant] = STATE(1133), - [sym_qualified_name] = STATE(1133), - [sym_boolean_literal] = STATE(1133), - [sym__decimal_literal] = STATE(1116), - [sym_number_literal] = STATE(1133), - [sym_string_literal] = STATE(1133), - [sym_array_literal] = STATE(1133), - [sym_parenthesized_expression] = STATE(1133), - [sym_logical_expression] = STATE(1115), - [sym_assignment_operator] = STATE(730), - [sym_unary_expression] = STATE(1133), - [sym_ambiguous_expression] = STATE(1133), - [sym_temp_table_expression] = STATE(1133), - [sym_current_changed_expression] = STATE(1133), - [sym_locked_expression] = STATE(1133), - [sym_dataset_expression] = STATE(1133), - [sym_input_expression] = STATE(1133), - [sym_additive_expression] = STATE(1115), - [sym_multiplicative_expression] = STATE(1115), - [sym_comparison_expression] = STATE(1115), - [sym__binary_expression] = STATE(1133), - [sym_array_access] = STATE(1133), + [sym_constant] = STATE(1124), + [sym_qualified_name] = STATE(1124), + [sym_boolean_literal] = STATE(1124), + [sym__decimal_literal] = STATE(1131), + [sym_number_literal] = STATE(1124), + [sym_string_literal] = STATE(1124), + [sym_array_literal] = STATE(1124), + [sym_parenthesized_expression] = STATE(1124), + [sym_logical_expression] = STATE(1118), + [sym_assignment_operator] = STATE(907), + [sym_unary_expression] = STATE(1124), + [sym_ambiguous_expression] = STATE(1124), + [sym_temp_table_expression] = STATE(1124), + [sym_current_changed_expression] = STATE(1124), + [sym_locked_expression] = STATE(1124), + [sym_dataset_expression] = STATE(1124), + [sym_input_expression] = STATE(1124), + [sym_additive_expression] = STATE(1118), + [sym_multiplicative_expression] = STATE(1118), + [sym_comparison_expression] = STATE(1118), + [sym__binary_expression] = STATE(1124), + [sym_array_access] = STATE(1124), [sym_include] = STATE(143), - [sym_function_arguments] = STATE(3645), - [sym_function_call] = STATE(1054), - [sym_ternary_expression] = STATE(1133), - [sym_new_expression] = STATE(1054), - [sym_object_access] = STATE(1101), - [sym_member_access] = STATE(1133), - [sym_can_find_expression] = STATE(1133), - [sym_accumulate_expression] = STATE(1133), - [sym_available_expression] = STATE(1133), - [sym__expression] = STATE(1007), - [aux_sym_qualified_name_repeat1] = STATE(4870), - [aux_sym_object_access_repeat1] = STATE(4747), - [aux_sym_member_access_repeat1] = STATE(4906), - [aux_sym_abl_statement_repeat1] = STATE(253), + [sym_function_arguments] = STATE(3810), + [sym_function_call] = STATE(1042), + [sym_ternary_expression] = STATE(1124), + [sym_new_expression] = STATE(1042), + [sym_object_access] = STATE(1077), + [sym_member_access] = STATE(1124), + [sym_can_find_expression] = STATE(1124), + [sym_accumulate_expression] = STATE(1124), + [sym_available_expression] = STATE(1124), + [sym__expression] = STATE(1002), + [aux_sym_qualified_name_repeat1] = STATE(4736), + [aux_sym_object_access_repeat1] = STATE(4553), + [aux_sym_member_access_repeat1] = STATE(4737), + [aux_sym_abl_statement_repeat1] = STATE(272), [sym_identifier] = ACTIONS(801), [anon_sym_COLON] = ACTIONS(803), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -57782,43 +57540,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [144] = { [sym_comment] = STATE(144), - [sym_constant] = STATE(1133), - [sym_qualified_name] = STATE(1133), - [sym_boolean_literal] = STATE(1133), - [sym__decimal_literal] = STATE(1116), - [sym_number_literal] = STATE(1133), - [sym_string_literal] = STATE(1133), - [sym_array_literal] = STATE(1133), - [sym_parenthesized_expression] = STATE(1133), - [sym_logical_expression] = STATE(1115), - [sym_assignment_operator] = STATE(730), - [sym_unary_expression] = STATE(1133), - [sym_ambiguous_expression] = STATE(1133), - [sym_temp_table_expression] = STATE(1133), - [sym_current_changed_expression] = STATE(1133), - [sym_locked_expression] = STATE(1133), - [sym_dataset_expression] = STATE(1133), - [sym_input_expression] = STATE(1133), - [sym_additive_expression] = STATE(1115), - [sym_multiplicative_expression] = STATE(1115), - [sym_comparison_expression] = STATE(1115), - [sym__binary_expression] = STATE(1133), - [sym_array_access] = STATE(1133), + [sym_constant] = STATE(1124), + [sym_qualified_name] = STATE(1124), + [sym_boolean_literal] = STATE(1124), + [sym__decimal_literal] = STATE(1131), + [sym_number_literal] = STATE(1124), + [sym_string_literal] = STATE(1124), + [sym_array_literal] = STATE(1124), + [sym_parenthesized_expression] = STATE(1124), + [sym_logical_expression] = STATE(1118), + [sym_assignment_operator] = STATE(907), + [sym_unary_expression] = STATE(1124), + [sym_ambiguous_expression] = STATE(1124), + [sym_temp_table_expression] = STATE(1124), + [sym_current_changed_expression] = STATE(1124), + [sym_locked_expression] = STATE(1124), + [sym_dataset_expression] = STATE(1124), + [sym_input_expression] = STATE(1124), + [sym_additive_expression] = STATE(1118), + [sym_multiplicative_expression] = STATE(1118), + [sym_comparison_expression] = STATE(1118), + [sym__binary_expression] = STATE(1124), + [sym_array_access] = STATE(1124), [sym_include] = STATE(144), - [sym_function_arguments] = STATE(3645), - [sym_function_call] = STATE(1054), - [sym_ternary_expression] = STATE(1133), - [sym_new_expression] = STATE(1054), - [sym_object_access] = STATE(1101), - [sym_member_access] = STATE(1133), - [sym_can_find_expression] = STATE(1133), - [sym_accumulate_expression] = STATE(1133), - [sym_available_expression] = STATE(1133), - [sym__expression] = STATE(1007), - [aux_sym_qualified_name_repeat1] = STATE(4870), - [aux_sym_object_access_repeat1] = STATE(4747), - [aux_sym_member_access_repeat1] = STATE(4906), - [aux_sym_abl_statement_repeat1] = STATE(260), + [sym_function_arguments] = STATE(3810), + [sym_function_call] = STATE(1042), + [sym_ternary_expression] = STATE(1124), + [sym_new_expression] = STATE(1042), + [sym_object_access] = STATE(1077), + [sym_member_access] = STATE(1124), + [sym_can_find_expression] = STATE(1124), + [sym_accumulate_expression] = STATE(1124), + [sym_available_expression] = STATE(1124), + [sym__expression] = STATE(1002), + [aux_sym_qualified_name_repeat1] = STATE(4736), + [aux_sym_object_access_repeat1] = STATE(4553), + [aux_sym_member_access_repeat1] = STATE(4737), + [aux_sym_abl_statement_repeat1] = STATE(255), [sym_identifier] = ACTIONS(801), [anon_sym_COLON] = ACTIONS(803), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -57857,43 +57615,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [145] = { [sym_comment] = STATE(145), - [sym_constant] = STATE(1133), - [sym_qualified_name] = STATE(1133), - [sym_boolean_literal] = STATE(1133), - [sym__decimal_literal] = STATE(1116), - [sym_number_literal] = STATE(1133), - [sym_string_literal] = STATE(1133), - [sym_array_literal] = STATE(1133), - [sym_parenthesized_expression] = STATE(1133), - [sym_logical_expression] = STATE(1115), - [sym_assignment_operator] = STATE(730), - [sym_unary_expression] = STATE(1133), - [sym_ambiguous_expression] = STATE(1133), - [sym_temp_table_expression] = STATE(1133), - [sym_current_changed_expression] = STATE(1133), - [sym_locked_expression] = STATE(1133), - [sym_dataset_expression] = STATE(1133), - [sym_input_expression] = STATE(1133), - [sym_additive_expression] = STATE(1115), - [sym_multiplicative_expression] = STATE(1115), - [sym_comparison_expression] = STATE(1115), - [sym__binary_expression] = STATE(1133), - [sym_array_access] = STATE(1133), + [sym_constant] = STATE(1124), + [sym_qualified_name] = STATE(1124), + [sym_boolean_literal] = STATE(1124), + [sym__decimal_literal] = STATE(1131), + [sym_number_literal] = STATE(1124), + [sym_string_literal] = STATE(1124), + [sym_array_literal] = STATE(1124), + [sym_parenthesized_expression] = STATE(1124), + [sym_logical_expression] = STATE(1118), + [sym_assignment_operator] = STATE(907), + [sym_unary_expression] = STATE(1124), + [sym_ambiguous_expression] = STATE(1124), + [sym_temp_table_expression] = STATE(1124), + [sym_current_changed_expression] = STATE(1124), + [sym_locked_expression] = STATE(1124), + [sym_dataset_expression] = STATE(1124), + [sym_input_expression] = STATE(1124), + [sym_additive_expression] = STATE(1118), + [sym_multiplicative_expression] = STATE(1118), + [sym_comparison_expression] = STATE(1118), + [sym__binary_expression] = STATE(1124), + [sym_array_access] = STATE(1124), [sym_include] = STATE(145), - [sym_function_arguments] = STATE(3645), - [sym_function_call] = STATE(1054), - [sym_ternary_expression] = STATE(1133), - [sym_new_expression] = STATE(1054), - [sym_object_access] = STATE(1101), - [sym_member_access] = STATE(1133), - [sym_can_find_expression] = STATE(1133), - [sym_accumulate_expression] = STATE(1133), - [sym_available_expression] = STATE(1133), - [sym__expression] = STATE(1007), - [aux_sym_qualified_name_repeat1] = STATE(4870), - [aux_sym_object_access_repeat1] = STATE(4747), - [aux_sym_member_access_repeat1] = STATE(4906), - [aux_sym_abl_statement_repeat1] = STATE(244), + [sym_function_arguments] = STATE(3810), + [sym_function_call] = STATE(1042), + [sym_ternary_expression] = STATE(1124), + [sym_new_expression] = STATE(1042), + [sym_object_access] = STATE(1077), + [sym_member_access] = STATE(1124), + [sym_can_find_expression] = STATE(1124), + [sym_accumulate_expression] = STATE(1124), + [sym_available_expression] = STATE(1124), + [sym__expression] = STATE(1002), + [aux_sym_qualified_name_repeat1] = STATE(4736), + [aux_sym_object_access_repeat1] = STATE(4553), + [aux_sym_member_access_repeat1] = STATE(4737), + [aux_sym_abl_statement_repeat1] = STATE(262), [sym_identifier] = ACTIONS(801), [anon_sym_COLON] = ACTIONS(803), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -57932,153 +57690,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [146] = { [sym_comment] = STATE(146), - [sym_constant] = STATE(971), - [sym_qualified_name] = STATE(971), - [sym_boolean_literal] = STATE(971), - [sym__decimal_literal] = STATE(974), - [sym_number_literal] = STATE(971), - [sym_string_literal] = STATE(971), - [sym_array_literal] = STATE(971), - [sym_parenthesized_expression] = STATE(971), - [sym_logical_expression] = STATE(969), - [sym_unary_expression] = STATE(971), - [sym_ambiguous_expression] = STATE(971), - [sym_temp_table_expression] = STATE(971), - [sym_current_changed_expression] = STATE(971), - [sym_locked_expression] = STATE(971), - [sym_dataset_expression] = STATE(971), - [sym_input_expression] = STATE(971), - [sym_additive_expression] = STATE(969), - [sym_multiplicative_expression] = STATE(969), - [sym_comparison_expression] = STATE(969), - [sym__binary_expression] = STATE(971), - [sym_array_access] = STATE(971), [sym_include] = STATE(146), - [sym_function_call] = STATE(275), - [sym_ternary_expression] = STATE(971), - [sym_new_expression] = STATE(275), - [sym_object_access] = STATE(479), - [sym_member_access] = STATE(971), - [sym_sort_column] = STATE(2668), - [sym_can_find_expression] = STATE(971), - [sym_accumulate_expression] = STATE(971), - [sym_available_expression] = STATE(971), - [sym_index_tuning] = STATE(2492), - [sym__expression] = STATE(207), - [aux_sym_sort_clause_repeat1] = STATE(194), - [aux_sym_index_definition_repeat1] = STATE(1943), - [sym_identifier] = ACTIONS(865), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(867), - [sym__terminator] = ACTIONS(869), - [sym_null_expression] = ACTIONS(871), - [aux_sym_boolean_literal_token1] = ACTIONS(873), - [aux_sym_boolean_literal_token2] = ACTIONS(873), - [aux_sym_boolean_literal_token3] = ACTIONS(873), - [aux_sym_boolean_literal_token4] = ACTIONS(873), - [sym__integer_literal] = ACTIONS(875), - [sym_date_literal] = ACTIONS(871), - [anon_sym_LBRACK] = ACTIONS(877), - [anon_sym_LPAREN] = ACTIONS(879), - [aux_sym_type_tuning_token1] = ACTIONS(881), - [aux_sym_unary_expression_token1] = ACTIONS(883), - [aux_sym_unary_expression_token2] = ACTIONS(885), - [aux_sym_ambiguous_expression_token1] = ACTIONS(887), - [aux_sym_temp_table_expression_token1] = ACTIONS(889), - [aux_sym_current_changed_expression_token1] = ACTIONS(891), - [aux_sym_locked_expression_token1] = ACTIONS(893), - [aux_sym_dataset_expression_token1] = ACTIONS(895), - [aux_sym_input_expression_token1] = ACTIONS(897), - [aux_sym_scope_tuning_token1] = ACTIONS(899), - [aux_sym_if_statement_token1] = ACTIONS(901), - [aux_sym_can_find_expression_token1] = ACTIONS(903), - [aux_sym_accumulate_expression_token1] = ACTIONS(905), - [aux_sym_available_expression_token1] = ACTIONS(907), - [aux_sym_available_expression_token2] = ACTIONS(907), - [aux_sym_field_definition_token1] = ACTIONS(869), - [aux_sym_index_tuning_token1] = ACTIONS(881), - [aux_sym_index_definition_token1] = ACTIONS(869), - [sym__escaped_string] = ACTIONS(909), - }, - [147] = { - [sym_comment] = STATE(147), - [sym_constant] = STATE(971), - [sym_qualified_name] = STATE(971), - [sym_boolean_literal] = STATE(971), - [sym__decimal_literal] = STATE(974), - [sym_number_literal] = STATE(971), - [sym_string_literal] = STATE(971), - [sym_array_literal] = STATE(971), - [sym_parenthesized_expression] = STATE(971), - [sym_logical_expression] = STATE(969), - [sym_unary_expression] = STATE(971), - [sym_ambiguous_expression] = STATE(971), - [sym_temp_table_expression] = STATE(971), - [sym_current_changed_expression] = STATE(971), - [sym_locked_expression] = STATE(971), - [sym_dataset_expression] = STATE(971), - [sym_input_expression] = STATE(971), - [sym_additive_expression] = STATE(969), - [sym_multiplicative_expression] = STATE(969), - [sym_comparison_expression] = STATE(969), - [sym__binary_expression] = STATE(971), - [sym_array_access] = STATE(971), - [sym_include] = STATE(147), - [sym_function_call] = STATE(275), - [sym_ternary_expression] = STATE(971), - [sym_new_expression] = STATE(275), - [sym_object_access] = STATE(479), - [sym_member_access] = STATE(971), - [sym_sort_column] = STATE(2668), - [sym_can_find_expression] = STATE(971), - [sym_accumulate_expression] = STATE(971), - [sym_available_expression] = STATE(971), - [sym_index_tuning] = STATE(2492), - [sym__expression] = STATE(207), - [aux_sym_sort_clause_repeat1] = STATE(192), - [aux_sym_index_definition_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(865), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(867), - [sym__terminator] = ACTIONS(911), - [sym_null_expression] = ACTIONS(871), - [aux_sym_boolean_literal_token1] = ACTIONS(873), - [aux_sym_boolean_literal_token2] = ACTIONS(873), - [aux_sym_boolean_literal_token3] = ACTIONS(873), - [aux_sym_boolean_literal_token4] = ACTIONS(873), - [sym__integer_literal] = ACTIONS(875), - [sym_date_literal] = ACTIONS(871), - [anon_sym_LBRACK] = ACTIONS(877), - [anon_sym_LPAREN] = ACTIONS(879), - [aux_sym_type_tuning_token1] = ACTIONS(881), - [aux_sym_unary_expression_token1] = ACTIONS(883), - [aux_sym_unary_expression_token2] = ACTIONS(885), - [aux_sym_ambiguous_expression_token1] = ACTIONS(887), - [aux_sym_temp_table_expression_token1] = ACTIONS(889), - [aux_sym_current_changed_expression_token1] = ACTIONS(891), - [aux_sym_locked_expression_token1] = ACTIONS(893), - [aux_sym_dataset_expression_token1] = ACTIONS(895), - [aux_sym_input_expression_token1] = ACTIONS(897), - [aux_sym_scope_tuning_token1] = ACTIONS(899), - [aux_sym_if_statement_token1] = ACTIONS(901), - [aux_sym_can_find_expression_token1] = ACTIONS(903), - [aux_sym_accumulate_expression_token1] = ACTIONS(905), - [aux_sym_available_expression_token1] = ACTIONS(907), - [aux_sym_available_expression_token2] = ACTIONS(907), - [aux_sym_field_definition_token1] = ACTIONS(911), - [aux_sym_index_tuning_token1] = ACTIONS(881), - [aux_sym_index_definition_token1] = ACTIONS(911), - [sym__escaped_string] = ACTIONS(909), - }, - [148] = { - [sym_comment] = STATE(148), - [sym_include] = STATE(148), - [sym_function_arguments] = STATE(239), - [aux_sym_qualified_name_repeat1] = STATE(225), - [aux_sym_object_access_repeat1] = STATE(215), - [aux_sym_member_access_repeat1] = STATE(242), + [sym_function_arguments] = STATE(235), + [aux_sym_qualified_name_repeat1] = STATE(242), + [aux_sym_object_access_repeat1] = STATE(232), + [aux_sym_member_access_repeat1] = STATE(208), [sym_identifier] = ACTIONS(89), [anon_sym_COLON] = ACTIONS(89), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -58095,7 +57711,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_date_literal] = ACTIONS(89), [anon_sym_LBRACK] = ACTIONS(89), [anon_sym_COMMA] = ACTIONS(89), - [anon_sym_LPAREN] = ACTIONS(913), + [anon_sym_LPAREN] = ACTIONS(865), [anon_sym_EQ] = ACTIONS(89), [aux_sym_unary_expression_token1] = ACTIONS(89), [aux_sym_unary_expression_token2] = ACTIONS(89), @@ -58108,6 +57724,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -58135,20 +57752,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_accumulate_expression_token1] = ACTIONS(89), [aux_sym_available_expression_token1] = ACTIONS(89), [aux_sym_available_expression_token2] = ACTIONS(89), - [sym__namedot] = ACTIONS(915), - [sym__namecolon] = ACTIONS(917), - [sym__namedoublecolon] = ACTIONS(919), + [sym__namedot] = ACTIONS(867), + [sym__namecolon] = ACTIONS(869), + [sym__namedoublecolon] = ACTIONS(871), [sym__or_operator] = ACTIONS(87), [sym__and_operator] = ACTIONS(87), [sym__escaped_string] = ACTIONS(87), }, - [149] = { - [sym_comment] = STATE(149), - [sym_include] = STATE(149), - [sym_function_arguments] = STATE(239), - [aux_sym_qualified_name_repeat1] = STATE(225), - [aux_sym_object_access_repeat1] = STATE(215), - [aux_sym_member_access_repeat1] = STATE(242), + [147] = { + [sym_comment] = STATE(147), + [sym_include] = STATE(147), + [sym_function_arguments] = STATE(235), + [aux_sym_qualified_name_repeat1] = STATE(242), + [aux_sym_object_access_repeat1] = STATE(232), + [aux_sym_member_access_repeat1] = STATE(208), [sym_identifier] = ACTIONS(73), [anon_sym_COLON] = ACTIONS(73), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -58163,9 +57780,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_boolean_literal_token4] = ACTIONS(73), [sym__integer_literal] = ACTIONS(73), [sym_date_literal] = ACTIONS(73), - [anon_sym_LBRACK] = ACTIONS(921), + [anon_sym_LBRACK] = ACTIONS(873), [anon_sym_COMMA] = ACTIONS(73), - [anon_sym_LPAREN] = ACTIONS(913), + [anon_sym_LPAREN] = ACTIONS(865), [anon_sym_EQ] = ACTIONS(73), [aux_sym_unary_expression_token1] = ACTIONS(73), [aux_sym_unary_expression_token2] = ACTIONS(73), @@ -58178,6 +57795,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -58205,49 +57823,191 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_accumulate_expression_token1] = ACTIONS(73), [aux_sym_available_expression_token1] = ACTIONS(73), [aux_sym_available_expression_token2] = ACTIONS(73), - [sym__namedot] = ACTIONS(915), - [sym__namecolon] = ACTIONS(917), - [sym__namedoublecolon] = ACTIONS(919), + [sym__namedot] = ACTIONS(867), + [sym__namecolon] = ACTIONS(869), + [sym__namedoublecolon] = ACTIONS(871), [sym__or_operator] = ACTIONS(67), [sym__and_operator] = ACTIONS(67), [sym__escaped_string] = ACTIONS(67), }, + [148] = { + [sym_comment] = STATE(148), + [sym_constant] = STATE(859), + [sym_qualified_name] = STATE(859), + [sym_boolean_literal] = STATE(859), + [sym__decimal_literal] = STATE(807), + [sym_number_literal] = STATE(859), + [sym_string_literal] = STATE(859), + [sym_array_literal] = STATE(859), + [sym_parenthesized_expression] = STATE(859), + [sym_logical_expression] = STATE(857), + [sym_unary_expression] = STATE(859), + [sym_ambiguous_expression] = STATE(859), + [sym_temp_table_expression] = STATE(859), + [sym_current_changed_expression] = STATE(859), + [sym_locked_expression] = STATE(859), + [sym_dataset_expression] = STATE(859), + [sym_input_expression] = STATE(859), + [sym_additive_expression] = STATE(857), + [sym_multiplicative_expression] = STATE(857), + [sym_comparison_expression] = STATE(857), + [sym__binary_expression] = STATE(859), + [sym_array_access] = STATE(859), + [sym_include] = STATE(148), + [sym_function_call] = STATE(279), + [sym_ternary_expression] = STATE(859), + [sym_new_expression] = STATE(279), + [sym_object_access] = STATE(321), + [sym_member_access] = STATE(859), + [sym_sort_column] = STATE(2909), + [sym_can_find_expression] = STATE(859), + [sym_accumulate_expression] = STATE(859), + [sym_available_expression] = STATE(859), + [sym_index_tuning] = STATE(2492), + [sym__expression] = STATE(203), + [aux_sym_sort_clause_repeat1] = STATE(204), + [aux_sym_index_definition_repeat1] = STATE(1619), + [sym_identifier] = ACTIONS(875), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(877), + [sym__terminator] = ACTIONS(879), + [sym_null_expression] = ACTIONS(881), + [aux_sym_boolean_literal_token1] = ACTIONS(883), + [aux_sym_boolean_literal_token2] = ACTIONS(883), + [aux_sym_boolean_literal_token3] = ACTIONS(883), + [aux_sym_boolean_literal_token4] = ACTIONS(883), + [sym__integer_literal] = ACTIONS(885), + [sym_date_literal] = ACTIONS(881), + [anon_sym_LBRACK] = ACTIONS(887), + [anon_sym_LPAREN] = ACTIONS(889), + [aux_sym_type_tuning_token1] = ACTIONS(891), + [aux_sym_unary_expression_token1] = ACTIONS(893), + [aux_sym_unary_expression_token2] = ACTIONS(895), + [aux_sym_ambiguous_expression_token1] = ACTIONS(897), + [aux_sym_temp_table_expression_token1] = ACTIONS(899), + [aux_sym_current_changed_expression_token1] = ACTIONS(901), + [aux_sym_locked_expression_token1] = ACTIONS(903), + [aux_sym_dataset_expression_token1] = ACTIONS(905), + [aux_sym_input_expression_token1] = ACTIONS(907), + [aux_sym_scope_tuning_token1] = ACTIONS(909), + [aux_sym_if_statement_token1] = ACTIONS(911), + [aux_sym_can_find_expression_token1] = ACTIONS(913), + [aux_sym_accumulate_expression_token1] = ACTIONS(915), + [aux_sym_available_expression_token1] = ACTIONS(917), + [aux_sym_available_expression_token2] = ACTIONS(917), + [aux_sym_field_definition_token1] = ACTIONS(879), + [aux_sym_index_tuning_token1] = ACTIONS(891), + [aux_sym_index_definition_token1] = ACTIONS(879), + [sym__escaped_string] = ACTIONS(919), + }, + [149] = { + [sym_comment] = STATE(149), + [sym_constant] = STATE(859), + [sym_qualified_name] = STATE(859), + [sym_boolean_literal] = STATE(859), + [sym__decimal_literal] = STATE(807), + [sym_number_literal] = STATE(859), + [sym_string_literal] = STATE(859), + [sym_array_literal] = STATE(859), + [sym_parenthesized_expression] = STATE(859), + [sym_logical_expression] = STATE(857), + [sym_unary_expression] = STATE(859), + [sym_ambiguous_expression] = STATE(859), + [sym_temp_table_expression] = STATE(859), + [sym_current_changed_expression] = STATE(859), + [sym_locked_expression] = STATE(859), + [sym_dataset_expression] = STATE(859), + [sym_input_expression] = STATE(859), + [sym_additive_expression] = STATE(857), + [sym_multiplicative_expression] = STATE(857), + [sym_comparison_expression] = STATE(857), + [sym__binary_expression] = STATE(859), + [sym_array_access] = STATE(859), + [sym_include] = STATE(149), + [sym_function_call] = STATE(279), + [sym_ternary_expression] = STATE(859), + [sym_new_expression] = STATE(279), + [sym_object_access] = STATE(321), + [sym_member_access] = STATE(859), + [sym_sort_column] = STATE(2909), + [sym_can_find_expression] = STATE(859), + [sym_accumulate_expression] = STATE(859), + [sym_available_expression] = STATE(859), + [sym_index_tuning] = STATE(2492), + [sym__expression] = STATE(203), + [aux_sym_sort_clause_repeat1] = STATE(205), + [aux_sym_index_definition_repeat1] = STATE(148), + [sym_identifier] = ACTIONS(875), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(877), + [sym__terminator] = ACTIONS(921), + [sym_null_expression] = ACTIONS(881), + [aux_sym_boolean_literal_token1] = ACTIONS(883), + [aux_sym_boolean_literal_token2] = ACTIONS(883), + [aux_sym_boolean_literal_token3] = ACTIONS(883), + [aux_sym_boolean_literal_token4] = ACTIONS(883), + [sym__integer_literal] = ACTIONS(885), + [sym_date_literal] = ACTIONS(881), + [anon_sym_LBRACK] = ACTIONS(887), + [anon_sym_LPAREN] = ACTIONS(889), + [aux_sym_type_tuning_token1] = ACTIONS(891), + [aux_sym_unary_expression_token1] = ACTIONS(893), + [aux_sym_unary_expression_token2] = ACTIONS(895), + [aux_sym_ambiguous_expression_token1] = ACTIONS(897), + [aux_sym_temp_table_expression_token1] = ACTIONS(899), + [aux_sym_current_changed_expression_token1] = ACTIONS(901), + [aux_sym_locked_expression_token1] = ACTIONS(903), + [aux_sym_dataset_expression_token1] = ACTIONS(905), + [aux_sym_input_expression_token1] = ACTIONS(907), + [aux_sym_scope_tuning_token1] = ACTIONS(909), + [aux_sym_if_statement_token1] = ACTIONS(911), + [aux_sym_can_find_expression_token1] = ACTIONS(913), + [aux_sym_accumulate_expression_token1] = ACTIONS(915), + [aux_sym_available_expression_token1] = ACTIONS(917), + [aux_sym_available_expression_token2] = ACTIONS(917), + [aux_sym_field_definition_token1] = ACTIONS(921), + [aux_sym_index_tuning_token1] = ACTIONS(891), + [aux_sym_index_definition_token1] = ACTIONS(921), + [sym__escaped_string] = ACTIONS(919), + }, [150] = { [sym_comment] = STATE(150), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(150), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5621), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5404), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58263,60 +58023,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(677), [anon_sym_RPAREN] = ACTIONS(923), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [151] = { [sym_comment] = STATE(151), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(151), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5566), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5396), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58332,60 +58092,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(677), [anon_sym_RPAREN] = ACTIONS(925), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [152] = { [sym_comment] = STATE(152), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(152), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5550), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5313), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58401,60 +58161,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(677), [anon_sym_RPAREN] = ACTIONS(927), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [153] = { [sym_comment] = STATE(153), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(153), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5518), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5416), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2625), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58470,198 +58230,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(677), [anon_sym_RPAREN] = ACTIONS(929), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [154] = { [sym_comment] = STATE(154), - [sym_constant] = STATE(283), - [sym_qualified_name] = STATE(283), - [sym_boolean_literal] = STATE(283), - [sym__decimal_literal] = STATE(287), - [sym_number_literal] = STATE(283), - [sym_string_literal] = STATE(283), - [sym_array_literal] = STATE(283), - [sym_parenthesized_expression] = STATE(283), - [sym_logical_expression] = STATE(288), - [sym_unary_expression] = STATE(283), - [sym_ambiguous_expression] = STATE(283), - [sym_temp_table_expression] = STATE(283), - [sym_current_changed_expression] = STATE(283), - [sym_locked_expression] = STATE(283), - [sym_dataset_expression] = STATE(283), - [sym_input_expression] = STATE(283), - [sym_additive_expression] = STATE(288), - [sym_multiplicative_expression] = STATE(288), - [sym_comparison_expression] = STATE(288), - [sym__binary_expression] = STATE(283), - [sym_array_access] = STATE(283), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(154), - [sym_function_call] = STATE(236), - [sym_ternary_expression] = STATE(283), - [sym_new_expression] = STATE(236), - [sym_object_access] = STATE(246), - [sym_member_access] = STATE(283), - [sym_sort_column] = STATE(2434), - [sym_can_find_expression] = STATE(283), - [sym_accumulate_expression] = STATE(283), - [sym_available_expression] = STATE(283), - [sym__expression] = STATE(185), - [aux_sym_sort_clause_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(931), - [anon_sym_COLON] = ACTIONS(933), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(935), - [sym_null_expression] = ACTIONS(937), - [aux_sym_boolean_literal_token1] = ACTIONS(939), - [aux_sym_boolean_literal_token2] = ACTIONS(939), - [aux_sym_boolean_literal_token3] = ACTIONS(939), - [aux_sym_boolean_literal_token4] = ACTIONS(939), - [sym__integer_literal] = ACTIONS(941), - [sym_date_literal] = ACTIONS(937), - [anon_sym_LBRACK] = ACTIONS(943), - [anon_sym_COMMA] = ACTIONS(933), - [anon_sym_LPAREN] = ACTIONS(945), - [aux_sym_unary_expression_token1] = ACTIONS(947), - [aux_sym_unary_expression_token2] = ACTIONS(949), - [aux_sym_ambiguous_expression_token1] = ACTIONS(951), - [aux_sym_temp_table_expression_token1] = ACTIONS(953), - [aux_sym_current_changed_expression_token1] = ACTIONS(955), - [aux_sym_locked_expression_token1] = ACTIONS(957), - [aux_sym_dataset_expression_token1] = ACTIONS(959), - [aux_sym_input_expression_token1] = ACTIONS(961), - [aux_sym_scope_tuning_token1] = ACTIONS(963), - [aux_sym_if_statement_token1] = ACTIONS(965), - [aux_sym_on_error_phrase_token1] = ACTIONS(933), - [aux_sym_to_phrase_token1] = ACTIONS(933), - [aux_sym_sort_clause_token1] = ACTIONS(933), - [aux_sym_can_find_expression_token1] = ACTIONS(967), - [aux_sym_accumulate_expression_token1] = ACTIONS(969), - [aux_sym_available_expression_token1] = ACTIONS(971), - [aux_sym_available_expression_token2] = ACTIONS(971), - [sym__escaped_string] = ACTIONS(973), - }, - [155] = { - [sym_comment] = STATE(155), - [sym_constant] = STATE(283), - [sym_qualified_name] = STATE(283), - [sym_boolean_literal] = STATE(283), - [sym__decimal_literal] = STATE(287), - [sym_number_literal] = STATE(283), - [sym_string_literal] = STATE(283), - [sym_array_literal] = STATE(283), - [sym_parenthesized_expression] = STATE(283), - [sym_logical_expression] = STATE(288), - [sym_unary_expression] = STATE(283), - [sym_ambiguous_expression] = STATE(283), - [sym_temp_table_expression] = STATE(283), - [sym_current_changed_expression] = STATE(283), - [sym_locked_expression] = STATE(283), - [sym_dataset_expression] = STATE(283), - [sym_input_expression] = STATE(283), - [sym_additive_expression] = STATE(288), - [sym_multiplicative_expression] = STATE(288), - [sym_comparison_expression] = STATE(288), - [sym__binary_expression] = STATE(283), - [sym_array_access] = STATE(283), - [sym_include] = STATE(155), - [sym_function_call] = STATE(236), - [sym_ternary_expression] = STATE(283), - [sym_new_expression] = STATE(236), - [sym_object_access] = STATE(246), - [sym_member_access] = STATE(283), - [sym_sort_column] = STATE(2434), - [sym_can_find_expression] = STATE(283), - [sym_accumulate_expression] = STATE(283), - [sym_available_expression] = STATE(283), - [sym__expression] = STATE(185), - [aux_sym_sort_clause_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(975), - [anon_sym_COLON] = ACTIONS(978), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(980), - [sym_null_expression] = ACTIONS(983), - [aux_sym_boolean_literal_token1] = ACTIONS(986), - [aux_sym_boolean_literal_token2] = ACTIONS(986), - [aux_sym_boolean_literal_token3] = ACTIONS(986), - [aux_sym_boolean_literal_token4] = ACTIONS(986), - [sym__integer_literal] = ACTIONS(989), - [sym_date_literal] = ACTIONS(983), - [anon_sym_LBRACK] = ACTIONS(992), - [anon_sym_COMMA] = ACTIONS(978), - [anon_sym_LPAREN] = ACTIONS(995), - [aux_sym_unary_expression_token1] = ACTIONS(998), - [aux_sym_unary_expression_token2] = ACTIONS(1001), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1004), - [aux_sym_temp_table_expression_token1] = ACTIONS(1007), - [aux_sym_current_changed_expression_token1] = ACTIONS(1010), - [aux_sym_locked_expression_token1] = ACTIONS(1013), - [aux_sym_dataset_expression_token1] = ACTIONS(1016), - [aux_sym_input_expression_token1] = ACTIONS(1019), - [aux_sym_scope_tuning_token1] = ACTIONS(1022), - [aux_sym_if_statement_token1] = ACTIONS(1025), - [aux_sym_on_error_phrase_token1] = ACTIONS(978), - [aux_sym_to_phrase_token1] = ACTIONS(978), - [aux_sym_sort_clause_token1] = ACTIONS(978), - [aux_sym_can_find_expression_token1] = ACTIONS(1028), - [aux_sym_accumulate_expression_token1] = ACTIONS(1031), - [aux_sym_available_expression_token1] = ACTIONS(1034), - [aux_sym_available_expression_token2] = ACTIONS(1034), - [sym__escaped_string] = ACTIONS(1037), - }, - [156] = { - [sym_comment] = STATE(156), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), - [sym_include] = STATE(156), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5472), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5407), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58675,62 +58297,62 @@ 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(1040), + [anon_sym_RPAREN] = ACTIONS(931), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, - [157] = { - [sym_comment] = STATE(157), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), - [sym_include] = STATE(157), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5455), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [155] = { + [sym_comment] = STATE(155), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), + [sym_include] = STATE(155), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5299), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58744,62 +58366,200 @@ 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(679), + [anon_sym_RPAREN] = ACTIONS(933), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), + }, + [156] = { + [sym_comment] = STATE(156), + [sym_constant] = STATE(306), + [sym_qualified_name] = STATE(306), + [sym_boolean_literal] = STATE(306), + [sym__decimal_literal] = STATE(304), + [sym_number_literal] = STATE(306), + [sym_string_literal] = STATE(306), + [sym_array_literal] = STATE(306), + [sym_parenthesized_expression] = STATE(306), + [sym_logical_expression] = STATE(285), + [sym_unary_expression] = STATE(306), + [sym_ambiguous_expression] = STATE(306), + [sym_temp_table_expression] = STATE(306), + [sym_current_changed_expression] = STATE(306), + [sym_locked_expression] = STATE(306), + [sym_dataset_expression] = STATE(306), + [sym_input_expression] = STATE(306), + [sym_additive_expression] = STATE(285), + [sym_multiplicative_expression] = STATE(285), + [sym_comparison_expression] = STATE(285), + [sym__binary_expression] = STATE(306), + [sym_array_access] = STATE(306), + [sym_include] = STATE(156), + [sym_function_call] = STATE(236), + [sym_ternary_expression] = STATE(306), + [sym_new_expression] = STATE(236), + [sym_object_access] = STATE(245), + [sym_member_access] = STATE(306), + [sym_sort_column] = STATE(2606), + [sym_can_find_expression] = STATE(306), + [sym_accumulate_expression] = STATE(306), + [sym_available_expression] = STATE(306), + [sym__expression] = STATE(162), + [aux_sym_sort_clause_repeat1] = STATE(156), + [sym_identifier] = ACTIONS(935), + [anon_sym_COLON] = ACTIONS(938), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(940), + [sym_null_expression] = ACTIONS(943), + [aux_sym_boolean_literal_token1] = ACTIONS(946), + [aux_sym_boolean_literal_token2] = ACTIONS(946), + [aux_sym_boolean_literal_token3] = ACTIONS(946), + [aux_sym_boolean_literal_token4] = ACTIONS(946), + [sym__integer_literal] = ACTIONS(949), + [sym_date_literal] = ACTIONS(943), + [anon_sym_LBRACK] = ACTIONS(952), + [anon_sym_COMMA] = ACTIONS(938), + [anon_sym_LPAREN] = ACTIONS(955), + [aux_sym_unary_expression_token1] = ACTIONS(958), + [aux_sym_unary_expression_token2] = ACTIONS(961), + [aux_sym_ambiguous_expression_token1] = ACTIONS(964), + [aux_sym_temp_table_expression_token1] = ACTIONS(967), + [aux_sym_current_changed_expression_token1] = ACTIONS(970), + [aux_sym_locked_expression_token1] = ACTIONS(973), + [aux_sym_dataset_expression_token1] = ACTIONS(976), + [aux_sym_input_expression_token1] = ACTIONS(979), + [aux_sym_scope_tuning_token1] = ACTIONS(982), + [aux_sym_if_statement_token1] = ACTIONS(985), + [aux_sym_on_error_phrase_token1] = ACTIONS(938), + [aux_sym_to_phrase_token1] = ACTIONS(938), + [aux_sym_sort_clause_token1] = ACTIONS(938), + [aux_sym_can_find_expression_token1] = ACTIONS(988), + [aux_sym_accumulate_expression_token1] = ACTIONS(991), + [aux_sym_available_expression_token1] = ACTIONS(994), + [aux_sym_available_expression_token2] = ACTIONS(994), + [sym__escaped_string] = ACTIONS(997), + }, + [157] = { + [sym_comment] = STATE(157), + [sym_constant] = STATE(306), + [sym_qualified_name] = STATE(306), + [sym_boolean_literal] = STATE(306), + [sym__decimal_literal] = STATE(304), + [sym_number_literal] = STATE(306), + [sym_string_literal] = STATE(306), + [sym_array_literal] = STATE(306), + [sym_parenthesized_expression] = STATE(306), + [sym_logical_expression] = STATE(285), + [sym_unary_expression] = STATE(306), + [sym_ambiguous_expression] = STATE(306), + [sym_temp_table_expression] = STATE(306), + [sym_current_changed_expression] = STATE(306), + [sym_locked_expression] = STATE(306), + [sym_dataset_expression] = STATE(306), + [sym_input_expression] = STATE(306), + [sym_additive_expression] = STATE(285), + [sym_multiplicative_expression] = STATE(285), + [sym_comparison_expression] = STATE(285), + [sym__binary_expression] = STATE(306), + [sym_array_access] = STATE(306), + [sym_include] = STATE(157), + [sym_function_call] = STATE(236), + [sym_ternary_expression] = STATE(306), + [sym_new_expression] = STATE(236), + [sym_object_access] = STATE(245), + [sym_member_access] = STATE(306), + [sym_sort_column] = STATE(2606), + [sym_can_find_expression] = STATE(306), + [sym_accumulate_expression] = STATE(306), + [sym_available_expression] = STATE(306), + [sym__expression] = STATE(162), + [aux_sym_sort_clause_repeat1] = STATE(156), + [sym_identifier] = ACTIONS(1000), + [anon_sym_COLON] = ACTIONS(1002), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(1004), + [sym_null_expression] = ACTIONS(1006), + [aux_sym_boolean_literal_token1] = ACTIONS(1008), + [aux_sym_boolean_literal_token2] = ACTIONS(1008), + [aux_sym_boolean_literal_token3] = ACTIONS(1008), + [aux_sym_boolean_literal_token4] = ACTIONS(1008), + [sym__integer_literal] = ACTIONS(1010), + [sym_date_literal] = ACTIONS(1006), + [anon_sym_LBRACK] = ACTIONS(1012), + [anon_sym_COMMA] = ACTIONS(1002), + [anon_sym_LPAREN] = ACTIONS(1014), + [aux_sym_unary_expression_token1] = ACTIONS(1016), + [aux_sym_unary_expression_token2] = ACTIONS(1018), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1020), + [aux_sym_temp_table_expression_token1] = ACTIONS(1022), + [aux_sym_current_changed_expression_token1] = ACTIONS(1024), + [aux_sym_locked_expression_token1] = ACTIONS(1026), + [aux_sym_dataset_expression_token1] = ACTIONS(1028), + [aux_sym_input_expression_token1] = ACTIONS(1030), + [aux_sym_scope_tuning_token1] = ACTIONS(1032), + [aux_sym_if_statement_token1] = ACTIONS(1034), + [aux_sym_on_error_phrase_token1] = ACTIONS(1002), + [aux_sym_to_phrase_token1] = ACTIONS(1002), + [aux_sym_sort_clause_token1] = ACTIONS(1002), + [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), }, [158] = { [sym_comment] = STATE(158), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(158), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5423), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5153), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58813,131 +58573,62 @@ 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(1042), + [anon_sym_RPAREN] = ACTIONS(1044), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [159] = { [sym_comment] = STATE(159), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(159), - [anon_sym_COLON] = ACTIONS(152), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_LBRACE] = ACTIONS(75), - [sym__terminator] = ACTIONS(152), - [aux_sym__block_terminator_token1] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(152), - [aux_sym_type_tuning_token2] = ACTIONS(152), - [aux_sym_unary_expression_token2] = 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_access_tuning_token1] = ACTIONS(152), - [aux_sym_access_tuning_token2] = ACTIONS(152), - [aux_sym_access_tuning_token3] = ACTIONS(152), - [aux_sym_access_tuning_token4] = ACTIONS(152), - [aux_sym_access_tuning_token5] = ACTIONS(152), - [aux_sym_query_definition_tuning_token1] = ACTIONS(152), - [anon_sym_SCROLLING] = ACTIONS(152), - [aux_sym_query_definition_tuning_token2] = ACTIONS(152), - [aux_sym_while_phrase_token1] = ACTIONS(152), - [aux_sym_repeat_tuning_token1] = ACTIONS(152), - [aux_sym_getter_token1] = ACTIONS(152), - [aux_sym_setter_token1] = ACTIONS(152), - [aux_sym_using_statement_token2] = 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_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_image_phrase_token1] = ACTIONS(154), - [aux_sym_image_phrase_token2] = ACTIONS(152), - [aux_sym_image_phrase_token8] = ACTIONS(152), - [aux_sym_image_phrase_token10] = ACTIONS(154), - [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__namedot] = ACTIONS(1044), - }, - [160] = { - [sym_comment] = STATE(160), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), - [sym_include] = STATE(160), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5598), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5265), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -58953,60 +58644,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(677), [anon_sym_RPAREN] = ACTIONS(1046), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, - [161] = { - [sym_comment] = STATE(161), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), - [sym_include] = STATE(161), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5374), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [160] = { + [sym_comment] = STATE(160), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), + [sym_include] = STATE(160), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5220), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -59022,129 +58713,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(677), [anon_sym_RPAREN] = ACTIONS(1048), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), + }, + [161] = { + [sym_comment] = STATE(161), + [sym_constant] = STATE(306), + [sym_qualified_name] = STATE(306), + [sym_boolean_literal] = STATE(306), + [sym__decimal_literal] = STATE(304), + [sym_number_literal] = STATE(306), + [sym_string_literal] = STATE(306), + [sym_array_literal] = STATE(306), + [sym_parenthesized_expression] = STATE(306), + [sym_logical_expression] = STATE(285), + [sym_unary_expression] = STATE(306), + [sym_ambiguous_expression] = STATE(306), + [sym_temp_table_expression] = STATE(306), + [sym_current_changed_expression] = STATE(306), + [sym_locked_expression] = STATE(306), + [sym_dataset_expression] = STATE(306), + [sym_input_expression] = STATE(306), + [sym_additive_expression] = STATE(285), + [sym_multiplicative_expression] = STATE(285), + [sym_comparison_expression] = STATE(285), + [sym__binary_expression] = STATE(306), + [sym_array_access] = STATE(306), + [sym_include] = STATE(161), + [sym_function_call] = STATE(236), + [sym_ternary_expression] = STATE(306), + [sym_new_expression] = STATE(236), + [sym_object_access] = STATE(245), + [sym_member_access] = STATE(306), + [sym_sort_column] = STATE(2606), + [sym_can_find_expression] = STATE(306), + [sym_accumulate_expression] = STATE(306), + [sym_available_expression] = STATE(306), + [sym__expression] = STATE(162), + [aux_sym_sort_clause_repeat1] = STATE(156), + [sym_identifier] = ACTIONS(1000), + [anon_sym_COLON] = ACTIONS(1050), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(1004), + [sym_null_expression] = ACTIONS(1006), + [aux_sym_boolean_literal_token1] = ACTIONS(1008), + [aux_sym_boolean_literal_token2] = ACTIONS(1008), + [aux_sym_boolean_literal_token3] = ACTIONS(1008), + [aux_sym_boolean_literal_token4] = ACTIONS(1008), + [sym__integer_literal] = ACTIONS(1010), + [sym_date_literal] = ACTIONS(1006), + [anon_sym_LBRACK] = ACTIONS(1012), + [anon_sym_COMMA] = ACTIONS(1050), + [anon_sym_LPAREN] = ACTIONS(1014), + [aux_sym_unary_expression_token1] = ACTIONS(1016), + [aux_sym_unary_expression_token2] = ACTIONS(1018), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1020), + [aux_sym_temp_table_expression_token1] = ACTIONS(1022), + [aux_sym_current_changed_expression_token1] = ACTIONS(1024), + [aux_sym_locked_expression_token1] = ACTIONS(1026), + [aux_sym_dataset_expression_token1] = ACTIONS(1028), + [aux_sym_input_expression_token1] = ACTIONS(1030), + [aux_sym_scope_tuning_token1] = ACTIONS(1032), + [aux_sym_if_statement_token1] = ACTIONS(1034), + [aux_sym_on_error_phrase_token1] = ACTIONS(1050), + [aux_sym_to_phrase_token1] = ACTIONS(1050), + [aux_sym_sort_clause_token1] = ACTIONS(1050), + [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), }, [162] = { [sym_comment] = STATE(162), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym__logical_operator] = STATE(660), + [sym__additive_operator] = STATE(659), + [sym__multiplicative_operator] = STATE(656), + [sym__comparison_operator] = STATE(655), [sym_include] = STATE(162), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5629), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), - [sym_identifier] = ACTIONS(665), + [sym_sort_order] = STATE(2544), + [sym_identifier] = ACTIONS(1052), + [anon_sym_COLON] = ACTIONS(1052), [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(1050), - [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [anon_sym_SLASH] = ACTIONS(1054), + [anon_sym_LBRACE] = ACTIONS(1052), + [anon_sym_STAR] = ACTIONS(1054), + [sym_null_expression] = ACTIONS(1052), + [aux_sym_boolean_literal_token1] = ACTIONS(1052), + [aux_sym_boolean_literal_token2] = ACTIONS(1052), + [aux_sym_boolean_literal_token3] = ACTIONS(1052), + [aux_sym_boolean_literal_token4] = ACTIONS(1052), + [sym__integer_literal] = ACTIONS(1052), + [sym_date_literal] = ACTIONS(1052), + [anon_sym_LBRACK] = ACTIONS(1052), + [anon_sym_COMMA] = ACTIONS(1052), + [anon_sym_LPAREN] = ACTIONS(1052), + [anon_sym_EQ] = ACTIONS(1056), + [aux_sym_unary_expression_token1] = ACTIONS(1052), + [aux_sym_unary_expression_token2] = ACTIONS(1052), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1052), + [aux_sym_temp_table_expression_token1] = ACTIONS(1052), + [aux_sym_current_changed_expression_token1] = ACTIONS(1052), + [aux_sym_locked_expression_token1] = ACTIONS(1052), + [aux_sym_dataset_expression_token1] = ACTIONS(1052), + [aux_sym_input_expression_token1] = ACTIONS(1052), + [anon_sym_PLUS] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1058), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1054), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1054), + [anon_sym_LT] = ACTIONS(1056), + [anon_sym_LT_EQ] = ACTIONS(1056), + [anon_sym_LT_GT] = ACTIONS(1056), + [anon_sym_GT] = ACTIONS(1056), + [anon_sym_GT_EQ] = ACTIONS(1056), + [aux_sym__comparison_operator_token1] = ACTIONS(1056), + [aux_sym__comparison_operator_token2] = ACTIONS(1056), + [aux_sym__comparison_operator_token3] = ACTIONS(1056), + [aux_sym__comparison_operator_token4] = ACTIONS(1056), + [aux_sym__comparison_operator_token5] = ACTIONS(1056), + [aux_sym__comparison_operator_token6] = ACTIONS(1056), + [aux_sym__comparison_operator_token7] = ACTIONS(1056), + [aux_sym__comparison_operator_token8] = ACTIONS(1056), + [aux_sym__comparison_operator_token9] = ACTIONS(1056), + [aux_sym_scope_tuning_token1] = ACTIONS(1052), + [aux_sym_if_statement_token1] = ACTIONS(1052), + [aux_sym_on_error_phrase_token1] = ACTIONS(1052), + [aux_sym_to_phrase_token1] = ACTIONS(1052), + [aux_sym_sort_order_token1] = ACTIONS(1060), + [aux_sym_sort_order_token2] = ACTIONS(1060), + [aux_sym_sort_order_token3] = ACTIONS(1060), + [aux_sym_sort_order_token4] = ACTIONS(1060), + [aux_sym_sort_clause_token1] = ACTIONS(1052), + [aux_sym_can_find_expression_token1] = ACTIONS(1052), + [aux_sym_accumulate_expression_token1] = ACTIONS(1052), + [aux_sym_available_expression_token1] = ACTIONS(1052), + [aux_sym_available_expression_token2] = ACTIONS(1052), + [sym__or_operator] = ACTIONS(1062), + [sym__and_operator] = ACTIONS(1062), + [sym__escaped_string] = ACTIONS(1064), }, [163] = { [sym_comment] = STATE(163), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(163), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5584), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5377), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -59158,62 +58918,62 @@ 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(1052), + [anon_sym_RPAREN] = ACTIONS(1066), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [164] = { [sym_comment] = STATE(164), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(164), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5344), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5415), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -59227,62 +58987,131 @@ 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(1054), + [anon_sym_RPAREN] = ACTIONS(1068), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [165] = { [sym_comment] = STATE(165), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), [sym_include] = STATE(165), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5579), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [anon_sym_COLON] = ACTIONS(160), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [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(1070), + }, + [166] = { + [sym_comment] = STATE(166), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), + [sym_include] = STATE(166), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5231), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -59296,131 +59125,62 @@ 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(1056), + [anon_sym_RPAREN] = ACTIONS(1072), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), - }, - [166] = { - [sym_comment] = STATE(166), - [sym_constant] = STATE(283), - [sym_qualified_name] = STATE(283), - [sym_boolean_literal] = STATE(283), - [sym__decimal_literal] = STATE(287), - [sym_number_literal] = STATE(283), - [sym_string_literal] = STATE(283), - [sym_array_literal] = STATE(283), - [sym_parenthesized_expression] = STATE(283), - [sym_logical_expression] = STATE(288), - [sym_unary_expression] = STATE(283), - [sym_ambiguous_expression] = STATE(283), - [sym_temp_table_expression] = STATE(283), - [sym_current_changed_expression] = STATE(283), - [sym_locked_expression] = STATE(283), - [sym_dataset_expression] = STATE(283), - [sym_input_expression] = STATE(283), - [sym_additive_expression] = STATE(288), - [sym_multiplicative_expression] = STATE(288), - [sym_comparison_expression] = STATE(288), - [sym__binary_expression] = STATE(283), - [sym_array_access] = STATE(283), - [sym_include] = STATE(166), - [sym_function_call] = STATE(236), - [sym_ternary_expression] = STATE(283), - [sym_new_expression] = STATE(236), - [sym_object_access] = STATE(246), - [sym_member_access] = STATE(283), - [sym_sort_column] = STATE(2434), - [sym_can_find_expression] = STATE(283), - [sym_accumulate_expression] = STATE(283), - [sym_available_expression] = STATE(283), - [sym__expression] = STATE(185), - [aux_sym_sort_clause_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(931), - [anon_sym_COLON] = ACTIONS(1058), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(935), - [sym_null_expression] = ACTIONS(937), - [aux_sym_boolean_literal_token1] = ACTIONS(939), - [aux_sym_boolean_literal_token2] = ACTIONS(939), - [aux_sym_boolean_literal_token3] = ACTIONS(939), - [aux_sym_boolean_literal_token4] = ACTIONS(939), - [sym__integer_literal] = ACTIONS(941), - [sym_date_literal] = ACTIONS(937), - [anon_sym_LBRACK] = ACTIONS(943), - [anon_sym_COMMA] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(945), - [aux_sym_unary_expression_token1] = ACTIONS(947), - [aux_sym_unary_expression_token2] = ACTIONS(949), - [aux_sym_ambiguous_expression_token1] = ACTIONS(951), - [aux_sym_temp_table_expression_token1] = ACTIONS(953), - [aux_sym_current_changed_expression_token1] = ACTIONS(955), - [aux_sym_locked_expression_token1] = ACTIONS(957), - [aux_sym_dataset_expression_token1] = ACTIONS(959), - [aux_sym_input_expression_token1] = ACTIONS(961), - [aux_sym_scope_tuning_token1] = ACTIONS(963), - [aux_sym_if_statement_token1] = ACTIONS(965), - [aux_sym_on_error_phrase_token1] = ACTIONS(1058), - [aux_sym_to_phrase_token1] = ACTIONS(1058), - [aux_sym_sort_clause_token1] = ACTIONS(1058), - [aux_sym_can_find_expression_token1] = ACTIONS(967), - [aux_sym_accumulate_expression_token1] = ACTIONS(969), - [aux_sym_available_expression_token1] = ACTIONS(971), - [aux_sym_available_expression_token2] = ACTIONS(971), - [sym__escaped_string] = ACTIONS(973), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [167] = { [sym_comment] = STATE(167), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(167), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5373), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5189), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -59434,62 +59194,62 @@ 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(1060), + [anon_sym_RPAREN] = ACTIONS(723), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [168] = { [sym_comment] = STATE(168), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(168), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5571), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5250), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -59503,62 +59263,62 @@ 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(1062), + [anon_sym_RPAREN] = ACTIONS(1074), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [169] = { [sym_comment] = STATE(169), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(169), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5377), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5124), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -59572,62 +59332,62 @@ 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(1064), + [anon_sym_RPAREN] = ACTIONS(1076), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [170] = { [sym_comment] = STATE(170), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(170), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5652), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5108), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -59641,62 +59401,62 @@ 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(1066), + [anon_sym_RPAREN] = ACTIONS(1078), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [171] = { [sym_comment] = STATE(171), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(171), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5602), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5345), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -59710,62 +59470,62 @@ 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(1068), + [anon_sym_RPAREN] = ACTIONS(1080), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [172] = { [sym_comment] = STATE(172), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(172), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5670), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5363), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -59779,62 +59539,62 @@ 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(1070), + [anon_sym_RPAREN] = ACTIONS(1082), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [173] = { [sym_comment] = STATE(173), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(173), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5411), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5365), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -59848,62 +59608,62 @@ 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(1072), + [anon_sym_RPAREN] = ACTIONS(1084), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [174] = { [sym_comment] = STATE(174), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(174), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5449), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5368), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -59917,62 +59677,62 @@ 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(1074), + [anon_sym_RPAREN] = ACTIONS(1086), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [175] = { [sym_comment] = STATE(175), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(175), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5514), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5372), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -59986,62 +59746,62 @@ 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(1076), + [anon_sym_RPAREN] = ACTIONS(1088), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [176] = { [sym_comment] = STATE(176), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(176), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5377), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2730), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5374), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -60055,62 +59815,62 @@ 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(1064), + [anon_sym_RPAREN] = ACTIONS(1090), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [177] = { [sym_comment] = STATE(177), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(177), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5605), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5378), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -60124,62 +59884,62 @@ 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(1078), + [anon_sym_RPAREN] = ACTIONS(1092), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [178] = { [sym_comment] = STATE(178), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(178), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5630), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5381), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -60193,62 +59953,62 @@ 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(1080), + [anon_sym_RPAREN] = ACTIONS(1094), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [179] = { [sym_comment] = STATE(179), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(179), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5580), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5401), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -60262,62 +60022,62 @@ 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(1082), + [anon_sym_RPAREN] = ACTIONS(1096), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [180] = { [sym_comment] = STATE(180), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(180), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5444), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5410), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -60331,131 +60091,131 @@ 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(1084), + [anon_sym_RPAREN] = ACTIONS(1098), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [181] = { [sym_comment] = STATE(181), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), [sym_include] = STATE(181), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5559), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), - [sym_identifier] = ACTIONS(665), + [sym_function_arguments] = STATE(288), + [aux_sym_qualified_name_repeat1] = STATE(273), + [aux_sym_object_access_repeat1] = STATE(283), + [aux_sym_member_access_repeat1] = STATE(287), + [sym_identifier] = ACTIONS(89), [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(1086), - [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [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(1100), + [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(1102), + [sym__namecolon] = ACTIONS(1104), + [sym__namedoublecolon] = ACTIONS(1106), + [sym__or_operator] = ACTIONS(87), + [sym__and_operator] = ACTIONS(87), + [sym__escaped_string] = ACTIONS(87), }, [182] = { [sym_comment] = STATE(182), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(182), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5660), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5298), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -60469,62 +60229,62 @@ 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(1088), + [anon_sym_RPAREN] = ACTIONS(1108), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [183] = { [sym_comment] = STATE(183), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(183), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5473), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5416), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -60538,62 +60298,62 @@ 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(1090), + [anon_sym_RPAREN] = ACTIONS(929), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [184] = { [sym_comment] = STATE(184), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(184), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(5655), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5432), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -60607,237 +60367,171 @@ 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(1092), + [anon_sym_RPAREN] = ACTIONS(1110), [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [185] = { [sym_comment] = STATE(185), - [sym__logical_operator] = STATE(673), - [sym__additive_operator] = STATE(674), - [sym__multiplicative_operator] = STATE(675), - [sym__comparison_operator] = STATE(676), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(185), - [sym_sort_order] = STATE(2429), - [sym_identifier] = ACTIONS(1094), - [anon_sym_COLON] = ACTIONS(1094), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5387), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), + [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1096), - [anon_sym_LBRACE] = ACTIONS(1094), - [anon_sym_STAR] = ACTIONS(1096), - [sym_null_expression] = ACTIONS(1094), - [aux_sym_boolean_literal_token1] = ACTIONS(1094), - [aux_sym_boolean_literal_token2] = ACTIONS(1094), - [aux_sym_boolean_literal_token3] = ACTIONS(1094), - [aux_sym_boolean_literal_token4] = ACTIONS(1094), - [sym__integer_literal] = ACTIONS(1094), - [sym_date_literal] = ACTIONS(1094), - [anon_sym_LBRACK] = ACTIONS(1094), - [anon_sym_COMMA] = ACTIONS(1094), - [anon_sym_LPAREN] = ACTIONS(1094), - [anon_sym_EQ] = ACTIONS(1098), - [aux_sym_unary_expression_token1] = ACTIONS(1094), - [aux_sym_unary_expression_token2] = ACTIONS(1094), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1094), - [aux_sym_temp_table_expression_token1] = ACTIONS(1094), - [aux_sym_current_changed_expression_token1] = ACTIONS(1094), - [aux_sym_locked_expression_token1] = ACTIONS(1094), - [aux_sym_dataset_expression_token1] = ACTIONS(1094), - [aux_sym_input_expression_token1] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1100), - [anon_sym_DASH] = ACTIONS(1100), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1096), - [anon_sym_LT] = ACTIONS(1098), - [anon_sym_LT_EQ] = ACTIONS(1098), - [anon_sym_LT_GT] = ACTIONS(1098), - [anon_sym_GT] = ACTIONS(1098), - [anon_sym_GT_EQ] = ACTIONS(1098), - [aux_sym__comparison_operator_token1] = ACTIONS(1098), - [aux_sym__comparison_operator_token2] = ACTIONS(1098), - [aux_sym__comparison_operator_token3] = ACTIONS(1098), - [aux_sym__comparison_operator_token4] = ACTIONS(1098), - [aux_sym__comparison_operator_token5] = ACTIONS(1098), - [aux_sym__comparison_operator_token6] = ACTIONS(1098), - [aux_sym__comparison_operator_token7] = ACTIONS(1098), - [aux_sym__comparison_operator_token8] = ACTIONS(1098), - [aux_sym__comparison_operator_token9] = ACTIONS(1098), - [aux_sym_scope_tuning_token1] = ACTIONS(1094), - [aux_sym_if_statement_token1] = ACTIONS(1094), - [aux_sym_on_error_phrase_token1] = ACTIONS(1094), - [aux_sym_to_phrase_token1] = ACTIONS(1094), - [aux_sym_sort_order_token1] = ACTIONS(1102), - [aux_sym_sort_order_token2] = ACTIONS(1102), - [aux_sym_sort_order_token3] = ACTIONS(1102), - [aux_sym_sort_order_token4] = ACTIONS(1102), - [aux_sym_sort_clause_token1] = ACTIONS(1094), - [aux_sym_can_find_expression_token1] = ACTIONS(1094), - [aux_sym_accumulate_expression_token1] = ACTIONS(1094), - [aux_sym_available_expression_token1] = ACTIONS(1094), - [aux_sym_available_expression_token2] = ACTIONS(1094), - [sym__or_operator] = ACTIONS(1104), - [sym__and_operator] = ACTIONS(1104), - [sym__escaped_string] = ACTIONS(1106), + [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(1112), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [186] = { [sym_comment] = STATE(186), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(186), - [anon_sym_COLON] = ACTIONS(212), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_LBRACE] = ACTIONS(75), - [sym__terminator] = ACTIONS(212), - [aux_sym__block_terminator_token1] = ACTIONS(212), - [anon_sym_RBRACK] = ACTIONS(212), - [aux_sym_type_tuning_token2] = ACTIONS(212), - [aux_sym_unary_expression_token2] = ACTIONS(212), - [aux_sym_variable_tuning_token1] = ACTIONS(212), - [aux_sym_variable_tuning_token2] = ACTIONS(214), - [aux_sym_variable_tuning_token3] = ACTIONS(212), - [aux_sym_variable_tuning_token4] = ACTIONS(212), - [aux_sym_variable_tuning_token5] = ACTIONS(212), - [aux_sym_variable_tuning_token6] = ACTIONS(212), - [aux_sym_variable_tuning_token7] = ACTIONS(212), - [aux_sym_variable_tuning_token8] = ACTIONS(212), - [aux_sym_access_tuning_token1] = ACTIONS(212), - [aux_sym_access_tuning_token2] = ACTIONS(212), - [aux_sym_access_tuning_token3] = ACTIONS(212), - [aux_sym_access_tuning_token4] = ACTIONS(212), - [aux_sym_access_tuning_token5] = ACTIONS(212), - [aux_sym_query_definition_tuning_token1] = ACTIONS(212), - [anon_sym_SCROLLING] = ACTIONS(212), - [aux_sym_query_definition_tuning_token2] = ACTIONS(212), - [aux_sym_while_phrase_token1] = ACTIONS(212), - [aux_sym_repeat_tuning_token1] = ACTIONS(212), - [aux_sym_getter_token1] = ACTIONS(212), - [aux_sym_setter_token1] = ACTIONS(212), - [aux_sym_using_statement_token2] = 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_field_option_token1] = ACTIONS(212), - [aux_sym_field_option_token2] = ACTIONS(212), - [aux_sym_field_option_token3] = ACTIONS(212), - [aux_sym_field_option_token4] = ACTIONS(212), - [aux_sym_field_option_token5] = ACTIONS(212), - [aux_sym_field_option_token6] = ACTIONS(212), - [aux_sym_field_definition_token1] = ACTIONS(212), - [aux_sym_index_definition_token1] = ACTIONS(212), - [aux_sym_image_phrase_token1] = ACTIONS(214), - [aux_sym_image_phrase_token2] = ACTIONS(212), - [aux_sym_image_phrase_token8] = ACTIONS(212), - [aux_sym_image_phrase_token10] = ACTIONS(214), - [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_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5201), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), + [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(1114), + [aux_sym_unary_expression_token1] = ACTIONS(681), + [aux_sym_unary_expression_token2] = ACTIONS(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [187] = { [sym_comment] = STATE(187), [sym_include] = STATE(187), - [anon_sym_COLON] = ACTIONS(152), - [anon_sym_SLASH_SLASH] = ACTIONS(69), - [anon_sym_SLASH_STAR] = ACTIONS(71), - [anon_sym_LBRACE] = ACTIONS(75), - [sym__terminator] = ACTIONS(152), - [aux_sym__block_terminator_token1] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(152), - [aux_sym_type_tuning_token2] = ACTIONS(152), - [aux_sym_unary_expression_token2] = 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_access_tuning_token1] = ACTIONS(152), - [aux_sym_access_tuning_token2] = ACTIONS(152), - [aux_sym_access_tuning_token3] = ACTIONS(152), - [aux_sym_access_tuning_token4] = ACTIONS(152), - [aux_sym_access_tuning_token5] = ACTIONS(152), - [aux_sym_query_definition_tuning_token1] = ACTIONS(152), - [anon_sym_SCROLLING] = ACTIONS(152), - [aux_sym_query_definition_tuning_token2] = ACTIONS(152), - [aux_sym_while_phrase_token1] = ACTIONS(152), - [aux_sym_repeat_tuning_token1] = ACTIONS(152), - [aux_sym_getter_token1] = ACTIONS(152), - [aux_sym_setter_token1] = ACTIONS(152), - [aux_sym_using_statement_token2] = 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_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_image_phrase_token1] = ACTIONS(154), - [aux_sym_image_phrase_token2] = ACTIONS(152), - [aux_sym_image_phrase_token8] = ACTIONS(152), - [aux_sym_image_phrase_token10] = ACTIONS(154), - [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), - }, - [188] = { - [sym_comment] = STATE(188), - [sym_include] = STATE(188), - [sym_function_arguments] = STATE(295), - [aux_sym_qualified_name_repeat1] = STATE(309), - [aux_sym_object_access_repeat1] = STATE(302), - [aux_sym_member_access_repeat1] = STATE(296), + [sym_function_arguments] = STATE(288), + [aux_sym_qualified_name_repeat1] = STATE(273), + [aux_sym_object_access_repeat1] = STATE(283), + [aux_sym_member_access_repeat1] = STATE(287), [sym_identifier] = ACTIONS(73), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -60852,8 +60546,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_boolean_literal_token4] = ACTIONS(73), [sym__integer_literal] = ACTIONS(73), [sym_date_literal] = ACTIONS(73), - [anon_sym_LBRACK] = ACTIONS(1108), - [anon_sym_LPAREN] = ACTIONS(1110), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_LPAREN] = ACTIONS(1100), [anon_sym_EQ] = ACTIONS(73), [aux_sym_unary_expression_token1] = ACTIONS(73), [aux_sym_unary_expression_token2] = ACTIONS(73), @@ -60866,6 +60560,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -60892,163 +60587,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_available_expression_token2] = ACTIONS(73), [aux_sym_field_definition_token1] = ACTIONS(73), [aux_sym_index_definition_token1] = ACTIONS(73), - [sym__namedot] = ACTIONS(1112), - [sym__namecolon] = ACTIONS(1114), - [sym__namedoublecolon] = ACTIONS(1116), + [sym__namedot] = ACTIONS(1102), + [sym__namecolon] = ACTIONS(1104), + [sym__namedoublecolon] = ACTIONS(1106), [sym__or_operator] = ACTIONS(67), [sym__and_operator] = ACTIONS(67), [sym__escaped_string] = ACTIONS(67), }, + [188] = { + [sym_comment] = STATE(188), + [sym_include] = STATE(188), + [anon_sym_COLON] = ACTIONS(160), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [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), + }, [189] = { [sym_comment] = STATE(189), + [sym__logical_operator] = STATE(660), + [sym__additive_operator] = STATE(659), + [sym__multiplicative_operator] = STATE(656), + [sym__comparison_operator] = STATE(655), [sym_include] = STATE(189), - [sym_function_arguments] = STATE(295), - [aux_sym_qualified_name_repeat1] = STATE(309), - [aux_sym_object_access_repeat1] = STATE(302), - [aux_sym_member_access_repeat1] = STATE(296), - [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(1110), - [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), - [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(1112), - [sym__namecolon] = ACTIONS(1114), - [sym__namedoublecolon] = ACTIONS(1116), - [sym__or_operator] = ACTIONS(87), - [sym__and_operator] = ACTIONS(87), - [sym__escaped_string] = ACTIONS(87), - }, - [190] = { - [sym_comment] = STATE(190), - [sym_constant] = STATE(31), - [sym_qualified_name] = STATE(31), - [sym_boolean_literal] = STATE(31), - [sym__decimal_literal] = STATE(35), - [sym_number_literal] = STATE(31), - [sym_string_literal] = STATE(31), - [sym_array_literal] = STATE(31), - [sym_parenthesized_expression] = STATE(31), - [sym_logical_expression] = STATE(37), - [sym_unary_expression] = STATE(31), - [sym_ambiguous_expression] = STATE(31), - [sym_temp_table_expression] = STATE(31), - [sym_current_changed_expression] = STATE(31), - [sym_locked_expression] = STATE(31), - [sym_dataset_expression] = STATE(31), - [sym_input_expression] = STATE(31), - [sym_additive_expression] = STATE(37), - [sym_multiplicative_expression] = STATE(37), - [sym_comparison_expression] = STATE(37), - [sym__binary_expression] = STATE(31), - [sym_array_access] = STATE(31), - [sym_include] = STATE(190), - [sym_argument_mode] = STATE(3999), - [sym__function_argument_with_mode] = STATE(6095), - [sym_function_call_argument] = STATE(6319), - [sym_function_call] = STATE(19), - [sym_ternary_expression] = STATE(31), - [sym_new_expression] = STATE(19), - [sym_object_access] = STATE(13), - [sym_member_access] = STATE(31), - [sym_can_find_expression] = STATE(31), - [sym_accumulate_expression] = STATE(31), - [sym_available_expression] = STATE(31), - [sym__expression] = STATE(2733), - [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), - [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_if_statement_token1] = ACTIONS(701), - [aux_sym_can_find_expression_token1] = ACTIONS(703), - [aux_sym_accumulate_expression_token1] = ACTIONS(707), - [aux_sym_available_expression_token1] = ACTIONS(709), - [aux_sym_available_expression_token2] = ACTIONS(709), - [sym__escaped_string] = ACTIONS(711), - }, - [191] = { - [sym_comment] = STATE(191), - [sym__logical_operator] = STATE(673), - [sym__additive_operator] = STATE(674), - [sym__multiplicative_operator] = STATE(675), - [sym__comparison_operator] = STATE(676), - [sym_include] = STATE(191), [sym_identifier] = ACTIONS(1118), [anon_sym_COLON] = ACTIONS(1118), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1096), + [anon_sym_SLASH] = ACTIONS(1054), [anon_sym_LBRACE] = ACTIONS(1118), - [anon_sym_STAR] = ACTIONS(1096), + [anon_sym_STAR] = ACTIONS(1054), [sym_null_expression] = ACTIONS(1118), [aux_sym_boolean_literal_token1] = ACTIONS(1118), [aux_sym_boolean_literal_token2] = ACTIONS(1118), @@ -61059,7 +60686,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_COMMA] = ACTIONS(1118), [anon_sym_LPAREN] = ACTIONS(1118), - [anon_sym_EQ] = ACTIONS(1098), + [anon_sym_EQ] = ACTIONS(1056), [aux_sym_unary_expression_token1] = ACTIONS(1118), [aux_sym_unary_expression_token2] = ACTIONS(1118), [aux_sym_ambiguous_expression_token1] = ACTIONS(1118), @@ -61068,23 +60695,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_locked_expression_token1] = ACTIONS(1118), [aux_sym_dataset_expression_token1] = ACTIONS(1118), [aux_sym_input_expression_token1] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(1100), - [anon_sym_DASH] = ACTIONS(1100), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1096), - [anon_sym_LT] = ACTIONS(1098), - [anon_sym_LT_EQ] = ACTIONS(1098), - [anon_sym_LT_GT] = ACTIONS(1098), - [anon_sym_GT] = ACTIONS(1098), - [anon_sym_GT_EQ] = ACTIONS(1098), - [aux_sym__comparison_operator_token1] = ACTIONS(1098), - [aux_sym__comparison_operator_token2] = ACTIONS(1098), - [aux_sym__comparison_operator_token3] = ACTIONS(1098), - [aux_sym__comparison_operator_token4] = ACTIONS(1098), - [aux_sym__comparison_operator_token5] = ACTIONS(1098), - [aux_sym__comparison_operator_token6] = ACTIONS(1098), - [aux_sym__comparison_operator_token7] = ACTIONS(1098), - [aux_sym__comparison_operator_token8] = ACTIONS(1098), - [aux_sym__comparison_operator_token9] = ACTIONS(1098), + [anon_sym_PLUS] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1058), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1054), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1054), + [anon_sym_LT] = ACTIONS(1056), + [anon_sym_LT_EQ] = ACTIONS(1056), + [anon_sym_LT_GT] = ACTIONS(1056), + [anon_sym_GT] = ACTIONS(1056), + [anon_sym_GT_EQ] = ACTIONS(1056), + [aux_sym__comparison_operator_token1] = ACTIONS(1056), + [aux_sym__comparison_operator_token2] = ACTIONS(1056), + [aux_sym__comparison_operator_token3] = ACTIONS(1056), + [aux_sym__comparison_operator_token4] = ACTIONS(1056), + [aux_sym__comparison_operator_token5] = ACTIONS(1056), + [aux_sym__comparison_operator_token6] = ACTIONS(1056), + [aux_sym__comparison_operator_token7] = ACTIONS(1056), + [aux_sym__comparison_operator_token8] = ACTIONS(1056), + [aux_sym__comparison_operator_token9] = ACTIONS(1056), [aux_sym_scope_tuning_token1] = ACTIONS(1118), [aux_sym_if_statement_token1] = ACTIONS(1118), [aux_sym_on_error_phrase_token1] = ACTIONS(1118), @@ -61098,1085 +60726,1342 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_accumulate_expression_token1] = ACTIONS(1118), [aux_sym_available_expression_token1] = ACTIONS(1118), [aux_sym_available_expression_token2] = ACTIONS(1118), - [sym__or_operator] = ACTIONS(1104), - [sym__and_operator] = ACTIONS(1104), + [sym__or_operator] = ACTIONS(1062), + [sym__and_operator] = ACTIONS(1062), [sym__escaped_string] = ACTIONS(1120), }, + [190] = { + [sym_comment] = STATE(190), + [sym__logical_operator] = STATE(660), + [sym__additive_operator] = STATE(659), + [sym__multiplicative_operator] = STATE(656), + [sym__comparison_operator] = STATE(655), + [sym_include] = STATE(190), + [sym_identifier] = ACTIONS(1122), + [anon_sym_COLON] = ACTIONS(1122), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1054), + [anon_sym_LBRACE] = ACTIONS(1122), + [anon_sym_STAR] = ACTIONS(1054), + [sym_null_expression] = ACTIONS(1122), + [aux_sym_boolean_literal_token1] = ACTIONS(1122), + [aux_sym_boolean_literal_token2] = ACTIONS(1122), + [aux_sym_boolean_literal_token3] = ACTIONS(1122), + [aux_sym_boolean_literal_token4] = ACTIONS(1122), + [sym__integer_literal] = ACTIONS(1122), + [sym_date_literal] = ACTIONS(1122), + [anon_sym_LBRACK] = ACTIONS(1122), + [anon_sym_COMMA] = ACTIONS(1122), + [anon_sym_LPAREN] = ACTIONS(1122), + [anon_sym_EQ] = ACTIONS(1056), + [aux_sym_unary_expression_token1] = ACTIONS(1122), + [aux_sym_unary_expression_token2] = ACTIONS(1122), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1122), + [aux_sym_temp_table_expression_token1] = ACTIONS(1122), + [aux_sym_current_changed_expression_token1] = ACTIONS(1122), + [aux_sym_locked_expression_token1] = ACTIONS(1122), + [aux_sym_dataset_expression_token1] = ACTIONS(1122), + [aux_sym_input_expression_token1] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1058), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1054), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1054), + [anon_sym_LT] = ACTIONS(1056), + [anon_sym_LT_EQ] = ACTIONS(1056), + [anon_sym_LT_GT] = ACTIONS(1056), + [anon_sym_GT] = ACTIONS(1056), + [anon_sym_GT_EQ] = ACTIONS(1056), + [aux_sym__comparison_operator_token1] = ACTIONS(1056), + [aux_sym__comparison_operator_token2] = ACTIONS(1056), + [aux_sym__comparison_operator_token3] = ACTIONS(1056), + [aux_sym__comparison_operator_token4] = ACTIONS(1056), + [aux_sym__comparison_operator_token5] = ACTIONS(1056), + [aux_sym__comparison_operator_token6] = ACTIONS(1056), + [aux_sym__comparison_operator_token7] = ACTIONS(1056), + [aux_sym__comparison_operator_token8] = ACTIONS(1056), + [aux_sym__comparison_operator_token9] = ACTIONS(1056), + [aux_sym_scope_tuning_token1] = ACTIONS(1122), + [aux_sym_if_statement_token1] = ACTIONS(1122), + [aux_sym_on_error_phrase_token1] = ACTIONS(1122), + [aux_sym_to_phrase_token1] = ACTIONS(1122), + [aux_sym_sort_order_token1] = ACTIONS(1122), + [aux_sym_sort_order_token2] = ACTIONS(1122), + [aux_sym_sort_order_token3] = ACTIONS(1122), + [aux_sym_sort_order_token4] = ACTIONS(1122), + [aux_sym_sort_clause_token1] = ACTIONS(1122), + [aux_sym_can_find_expression_token1] = ACTIONS(1122), + [aux_sym_accumulate_expression_token1] = ACTIONS(1122), + [aux_sym_available_expression_token1] = ACTIONS(1122), + [aux_sym_available_expression_token2] = ACTIONS(1122), + [sym__or_operator] = ACTIONS(1062), + [sym__and_operator] = ACTIONS(1062), + [sym__escaped_string] = ACTIONS(1124), + }, + [191] = { + [sym_comment] = STATE(191), + [sym__logical_operator] = STATE(660), + [sym__additive_operator] = STATE(659), + [sym__multiplicative_operator] = STATE(656), + [sym__comparison_operator] = STATE(655), + [sym_include] = STATE(191), + [sym_identifier] = ACTIONS(1126), + [anon_sym_COLON] = ACTIONS(1126), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SLASH] = ACTIONS(1054), + [anon_sym_LBRACE] = ACTIONS(1126), + [anon_sym_STAR] = ACTIONS(1054), + [sym_null_expression] = ACTIONS(1126), + [aux_sym_boolean_literal_token1] = ACTIONS(1126), + [aux_sym_boolean_literal_token2] = ACTIONS(1126), + [aux_sym_boolean_literal_token3] = ACTIONS(1126), + [aux_sym_boolean_literal_token4] = ACTIONS(1126), + [sym__integer_literal] = ACTIONS(1126), + [sym_date_literal] = ACTIONS(1126), + [anon_sym_LBRACK] = ACTIONS(1126), + [anon_sym_COMMA] = ACTIONS(1126), + [anon_sym_LPAREN] = ACTIONS(1126), + [anon_sym_EQ] = ACTIONS(1126), + [aux_sym_unary_expression_token1] = ACTIONS(1126), + [aux_sym_unary_expression_token2] = ACTIONS(1126), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1126), + [aux_sym_temp_table_expression_token1] = ACTIONS(1126), + [aux_sym_current_changed_expression_token1] = ACTIONS(1126), + [aux_sym_locked_expression_token1] = ACTIONS(1126), + [aux_sym_dataset_expression_token1] = ACTIONS(1126), + [aux_sym_input_expression_token1] = ACTIONS(1126), + [anon_sym_PLUS] = ACTIONS(1126), + [anon_sym_DASH] = ACTIONS(1126), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1054), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1054), + [anon_sym_LT] = ACTIONS(1126), + [anon_sym_LT_EQ] = ACTIONS(1126), + [anon_sym_LT_GT] = ACTIONS(1126), + [anon_sym_GT] = ACTIONS(1126), + [anon_sym_GT_EQ] = ACTIONS(1126), + [aux_sym__comparison_operator_token1] = ACTIONS(1126), + [aux_sym__comparison_operator_token2] = ACTIONS(1126), + [aux_sym__comparison_operator_token3] = ACTIONS(1126), + [aux_sym__comparison_operator_token4] = ACTIONS(1126), + [aux_sym__comparison_operator_token5] = ACTIONS(1126), + [aux_sym__comparison_operator_token6] = ACTIONS(1126), + [aux_sym__comparison_operator_token7] = ACTIONS(1126), + [aux_sym__comparison_operator_token8] = ACTIONS(1126), + [aux_sym__comparison_operator_token9] = ACTIONS(1126), + [aux_sym_scope_tuning_token1] = ACTIONS(1126), + [aux_sym_if_statement_token1] = ACTIONS(1126), + [aux_sym_on_error_phrase_token1] = ACTIONS(1126), + [aux_sym_to_phrase_token1] = ACTIONS(1126), + [aux_sym_sort_order_token1] = ACTIONS(1126), + [aux_sym_sort_order_token2] = ACTIONS(1126), + [aux_sym_sort_order_token3] = ACTIONS(1126), + [aux_sym_sort_order_token4] = ACTIONS(1126), + [aux_sym_sort_clause_token1] = ACTIONS(1126), + [aux_sym_can_find_expression_token1] = ACTIONS(1126), + [aux_sym_accumulate_expression_token1] = ACTIONS(1126), + [aux_sym_available_expression_token1] = ACTIONS(1126), + [aux_sym_available_expression_token2] = ACTIONS(1126), + [sym__or_operator] = ACTIONS(1128), + [sym__and_operator] = ACTIONS(1128), + [sym__escaped_string] = ACTIONS(1128), + }, [192] = { [sym_comment] = STATE(192), - [sym_constant] = STATE(971), - [sym_qualified_name] = STATE(971), - [sym_boolean_literal] = STATE(971), - [sym__decimal_literal] = STATE(974), - [sym_number_literal] = STATE(971), - [sym_string_literal] = STATE(971), - [sym_array_literal] = STATE(971), - [sym_parenthesized_expression] = STATE(971), - [sym_logical_expression] = STATE(969), - [sym_unary_expression] = STATE(971), - [sym_ambiguous_expression] = STATE(971), - [sym_temp_table_expression] = STATE(971), - [sym_current_changed_expression] = STATE(971), - [sym_locked_expression] = STATE(971), - [sym_dataset_expression] = STATE(971), - [sym_input_expression] = STATE(971), - [sym_additive_expression] = STATE(969), - [sym_multiplicative_expression] = STATE(969), - [sym_comparison_expression] = STATE(969), - [sym__binary_expression] = STATE(971), - [sym_array_access] = STATE(971), + [sym__logical_operator] = STATE(660), + [sym__additive_operator] = STATE(659), + [sym__multiplicative_operator] = STATE(656), + [sym__comparison_operator] = STATE(655), [sym_include] = STATE(192), - [sym_function_call] = STATE(275), - [sym_ternary_expression] = STATE(971), - [sym_new_expression] = STATE(275), - [sym_object_access] = STATE(479), - [sym_member_access] = STATE(971), - [sym_sort_column] = STATE(2668), - [sym_can_find_expression] = STATE(971), - [sym_accumulate_expression] = STATE(971), - [sym_available_expression] = STATE(971), - [sym__expression] = STATE(207), - [aux_sym_sort_clause_repeat1] = STATE(193), - [sym_identifier] = ACTIONS(865), + [sym_identifier] = ACTIONS(1130), + [anon_sym_COLON] = ACTIONS(1130), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(867), - [sym__terminator] = ACTIONS(869), - [sym_null_expression] = ACTIONS(871), - [aux_sym_boolean_literal_token1] = ACTIONS(873), - [aux_sym_boolean_literal_token2] = ACTIONS(873), - [aux_sym_boolean_literal_token3] = ACTIONS(873), - [aux_sym_boolean_literal_token4] = ACTIONS(873), - [sym__integer_literal] = ACTIONS(875), - [sym_date_literal] = ACTIONS(871), - [anon_sym_LBRACK] = ACTIONS(877), - [anon_sym_LPAREN] = ACTIONS(879), - [aux_sym_unary_expression_token1] = ACTIONS(883), - [aux_sym_unary_expression_token2] = ACTIONS(885), - [aux_sym_ambiguous_expression_token1] = ACTIONS(887), - [aux_sym_temp_table_expression_token1] = ACTIONS(889), - [aux_sym_current_changed_expression_token1] = ACTIONS(891), - [aux_sym_locked_expression_token1] = ACTIONS(893), - [aux_sym_dataset_expression_token1] = ACTIONS(895), - [aux_sym_input_expression_token1] = ACTIONS(897), - [aux_sym_scope_tuning_token1] = ACTIONS(899), - [aux_sym_if_statement_token1] = ACTIONS(901), - [aux_sym_can_find_expression_token1] = ACTIONS(903), - [aux_sym_accumulate_expression_token1] = ACTIONS(905), - [aux_sym_available_expression_token1] = ACTIONS(907), - [aux_sym_available_expression_token2] = ACTIONS(907), - [aux_sym_field_definition_token1] = ACTIONS(869), - [aux_sym_index_definition_token1] = ACTIONS(869), - [sym__escaped_string] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_STAR] = ACTIONS(1130), + [sym_null_expression] = ACTIONS(1130), + [aux_sym_boolean_literal_token1] = ACTIONS(1130), + [aux_sym_boolean_literal_token2] = ACTIONS(1130), + [aux_sym_boolean_literal_token3] = ACTIONS(1130), + [aux_sym_boolean_literal_token4] = ACTIONS(1130), + [sym__integer_literal] = ACTIONS(1130), + [sym_date_literal] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1130), + [anon_sym_COMMA] = ACTIONS(1130), + [anon_sym_LPAREN] = ACTIONS(1130), + [anon_sym_EQ] = ACTIONS(1130), + [aux_sym_unary_expression_token1] = ACTIONS(1130), + [aux_sym_unary_expression_token2] = ACTIONS(1130), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1130), + [aux_sym_temp_table_expression_token1] = ACTIONS(1130), + [aux_sym_current_changed_expression_token1] = ACTIONS(1130), + [aux_sym_locked_expression_token1] = ACTIONS(1130), + [aux_sym_dataset_expression_token1] = ACTIONS(1130), + [aux_sym_input_expression_token1] = ACTIONS(1130), + [anon_sym_PLUS] = ACTIONS(1130), + [anon_sym_DASH] = ACTIONS(1130), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1130), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(1130), + [anon_sym_LT_EQ] = ACTIONS(1130), + [anon_sym_LT_GT] = ACTIONS(1130), + [anon_sym_GT] = ACTIONS(1130), + [anon_sym_GT_EQ] = ACTIONS(1130), + [aux_sym__comparison_operator_token1] = ACTIONS(1130), + [aux_sym__comparison_operator_token2] = ACTIONS(1130), + [aux_sym__comparison_operator_token3] = ACTIONS(1130), + [aux_sym__comparison_operator_token4] = ACTIONS(1130), + [aux_sym__comparison_operator_token5] = ACTIONS(1130), + [aux_sym__comparison_operator_token6] = ACTIONS(1130), + [aux_sym__comparison_operator_token7] = ACTIONS(1130), + [aux_sym__comparison_operator_token8] = ACTIONS(1130), + [aux_sym__comparison_operator_token9] = ACTIONS(1130), + [aux_sym_scope_tuning_token1] = ACTIONS(1130), + [aux_sym_if_statement_token1] = ACTIONS(1130), + [aux_sym_on_error_phrase_token1] = ACTIONS(1130), + [aux_sym_to_phrase_token1] = ACTIONS(1130), + [aux_sym_sort_order_token1] = ACTIONS(1130), + [aux_sym_sort_order_token2] = ACTIONS(1130), + [aux_sym_sort_order_token3] = ACTIONS(1130), + [aux_sym_sort_order_token4] = ACTIONS(1130), + [aux_sym_sort_clause_token1] = ACTIONS(1130), + [aux_sym_can_find_expression_token1] = ACTIONS(1130), + [aux_sym_accumulate_expression_token1] = ACTIONS(1130), + [aux_sym_available_expression_token1] = ACTIONS(1130), + [aux_sym_available_expression_token2] = ACTIONS(1130), + [sym__or_operator] = ACTIONS(1132), + [sym__and_operator] = ACTIONS(1132), + [sym__escaped_string] = ACTIONS(1132), }, [193] = { [sym_comment] = STATE(193), - [sym_constant] = STATE(971), - [sym_qualified_name] = STATE(971), - [sym_boolean_literal] = STATE(971), - [sym__decimal_literal] = STATE(974), - [sym_number_literal] = STATE(971), - [sym_string_literal] = STATE(971), - [sym_array_literal] = STATE(971), - [sym_parenthesized_expression] = STATE(971), - [sym_logical_expression] = STATE(969), - [sym_unary_expression] = STATE(971), - [sym_ambiguous_expression] = STATE(971), - [sym_temp_table_expression] = STATE(971), - [sym_current_changed_expression] = STATE(971), - [sym_locked_expression] = STATE(971), - [sym_dataset_expression] = STATE(971), - [sym_input_expression] = STATE(971), - [sym_additive_expression] = STATE(969), - [sym_multiplicative_expression] = STATE(969), - [sym_comparison_expression] = STATE(969), - [sym__binary_expression] = STATE(971), - [sym_array_access] = STATE(971), + [sym_constant] = STATE(48), + [sym_qualified_name] = STATE(48), + [sym_boolean_literal] = STATE(48), + [sym__decimal_literal] = STATE(49), + [sym_number_literal] = STATE(48), + [sym_string_literal] = STATE(48), + [sym_array_literal] = STATE(48), + [sym_parenthesized_expression] = STATE(48), + [sym_logical_expression] = STATE(29), + [sym_unary_expression] = STATE(48), + [sym_ambiguous_expression] = STATE(48), + [sym_temp_table_expression] = STATE(48), + [sym_current_changed_expression] = STATE(48), + [sym_locked_expression] = STATE(48), + [sym_dataset_expression] = STATE(48), + [sym_input_expression] = STATE(48), + [sym_additive_expression] = STATE(29), + [sym_multiplicative_expression] = STATE(29), + [sym_comparison_expression] = STATE(29), + [sym__binary_expression] = STATE(48), + [sym_array_access] = STATE(48), [sym_include] = STATE(193), - [sym_function_call] = STATE(275), - [sym_ternary_expression] = STATE(971), - [sym_new_expression] = STATE(275), - [sym_object_access] = STATE(479), - [sym_member_access] = STATE(971), - [sym_sort_column] = STATE(2668), - [sym_can_find_expression] = STATE(971), - [sym_accumulate_expression] = STATE(971), - [sym_available_expression] = STATE(971), - [sym__expression] = STATE(207), - [aux_sym_sort_clause_repeat1] = STATE(193), - [sym_identifier] = ACTIONS(1122), + [sym_argument_mode] = STATE(4031), + [sym__function_argument_with_mode] = STATE(5473), + [sym_function_call_argument] = STATE(5628), + [sym_function_call] = STATE(13), + [sym_ternary_expression] = STATE(48), + [sym_new_expression] = STATE(13), + [sym_object_access] = STATE(16), + [sym_member_access] = STATE(48), + [sym_can_find_expression] = STATE(48), + [sym_accumulate_expression] = STATE(48), + [sym_available_expression] = STATE(48), + [sym__expression] = STATE(2629), + [sym_identifier] = ACTIONS(665), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(1125), - [sym__terminator] = ACTIONS(978), - [sym_null_expression] = ACTIONS(1128), - [aux_sym_boolean_literal_token1] = ACTIONS(1131), - [aux_sym_boolean_literal_token2] = ACTIONS(1131), - [aux_sym_boolean_literal_token3] = ACTIONS(1131), - [aux_sym_boolean_literal_token4] = ACTIONS(1131), - [sym__integer_literal] = ACTIONS(1134), - [sym_date_literal] = ACTIONS(1128), - [anon_sym_LBRACK] = ACTIONS(1137), - [anon_sym_LPAREN] = ACTIONS(1140), - [aux_sym_unary_expression_token1] = ACTIONS(1143), - [aux_sym_unary_expression_token2] = ACTIONS(1146), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1149), - [aux_sym_temp_table_expression_token1] = ACTIONS(1152), - [aux_sym_current_changed_expression_token1] = ACTIONS(1155), - [aux_sym_locked_expression_token1] = ACTIONS(1158), - [aux_sym_dataset_expression_token1] = ACTIONS(1161), - [aux_sym_input_expression_token1] = ACTIONS(1164), - [aux_sym_scope_tuning_token1] = ACTIONS(1167), - [aux_sym_if_statement_token1] = ACTIONS(1170), - [aux_sym_can_find_expression_token1] = ACTIONS(1173), - [aux_sym_accumulate_expression_token1] = ACTIONS(1176), - [aux_sym_available_expression_token1] = ACTIONS(1179), - [aux_sym_available_expression_token2] = ACTIONS(1179), - [aux_sym_field_definition_token1] = ACTIONS(978), - [aux_sym_index_definition_token1] = ACTIONS(978), - [sym__escaped_string] = ACTIONS(1182), + [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(725), + [aux_sym_ambiguous_expression_token1] = ACTIONS(727), + [aux_sym_temp_table_expression_token1] = ACTIONS(729), + [aux_sym_current_changed_expression_token1] = ACTIONS(731), + [aux_sym_locked_expression_token1] = ACTIONS(733), + [aux_sym_dataset_expression_token1] = ACTIONS(735), + [aux_sym_input_expression_token1] = ACTIONS(737), + [aux_sym_scope_tuning_token1] = ACTIONS(739), + [aux_sym_argument_mode_token1] = ACTIONS(741), + [aux_sym_argument_mode_token2] = ACTIONS(741), + [aux_sym_argument_mode_token3] = ACTIONS(741), + [aux_sym_if_statement_token1] = ACTIONS(743), + [aux_sym_can_find_expression_token1] = ACTIONS(709), + [aux_sym_accumulate_expression_token1] = ACTIONS(747), + [aux_sym_available_expression_token1] = ACTIONS(715), + [aux_sym_available_expression_token2] = ACTIONS(715), + [sym__escaped_string] = ACTIONS(719), }, [194] = { [sym_comment] = STATE(194), - [sym_constant] = STATE(971), - [sym_qualified_name] = STATE(971), - [sym_boolean_literal] = STATE(971), - [sym__decimal_literal] = STATE(974), - [sym_number_literal] = STATE(971), - [sym_string_literal] = STATE(971), - [sym_array_literal] = STATE(971), - [sym_parenthesized_expression] = STATE(971), - [sym_logical_expression] = STATE(969), - [sym_unary_expression] = STATE(971), - [sym_ambiguous_expression] = STATE(971), - [sym_temp_table_expression] = STATE(971), - [sym_current_changed_expression] = STATE(971), - [sym_locked_expression] = STATE(971), - [sym_dataset_expression] = STATE(971), - [sym_input_expression] = STATE(971), - [sym_additive_expression] = STATE(969), - [sym_multiplicative_expression] = STATE(969), - [sym_comparison_expression] = STATE(969), - [sym__binary_expression] = STATE(971), - [sym_array_access] = STATE(971), + [sym__logical_operator] = STATE(660), + [sym__additive_operator] = STATE(659), + [sym__multiplicative_operator] = STATE(656), + [sym__comparison_operator] = STATE(655), [sym_include] = STATE(194), - [sym_function_call] = STATE(275), - [sym_ternary_expression] = STATE(971), - [sym_new_expression] = STATE(275), - [sym_object_access] = STATE(479), - [sym_member_access] = STATE(971), - [sym_sort_column] = STATE(2668), - [sym_can_find_expression] = STATE(971), - [sym_accumulate_expression] = STATE(971), - [sym_available_expression] = STATE(971), - [sym__expression] = STATE(207), - [aux_sym_sort_clause_repeat1] = STATE(193), - [sym_identifier] = ACTIONS(865), + [sym_identifier] = ACTIONS(1134), + [anon_sym_COLON] = ACTIONS(1134), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(867), - [sym__terminator] = ACTIONS(1185), - [sym_null_expression] = ACTIONS(871), - [aux_sym_boolean_literal_token1] = ACTIONS(873), - [aux_sym_boolean_literal_token2] = ACTIONS(873), - [aux_sym_boolean_literal_token3] = ACTIONS(873), - [aux_sym_boolean_literal_token4] = ACTIONS(873), - [sym__integer_literal] = ACTIONS(875), - [sym_date_literal] = ACTIONS(871), - [anon_sym_LBRACK] = ACTIONS(877), - [anon_sym_LPAREN] = ACTIONS(879), - [aux_sym_unary_expression_token1] = ACTIONS(883), - [aux_sym_unary_expression_token2] = ACTIONS(885), - [aux_sym_ambiguous_expression_token1] = ACTIONS(887), - [aux_sym_temp_table_expression_token1] = ACTIONS(889), - [aux_sym_current_changed_expression_token1] = ACTIONS(891), - [aux_sym_locked_expression_token1] = ACTIONS(893), - [aux_sym_dataset_expression_token1] = ACTIONS(895), - [aux_sym_input_expression_token1] = ACTIONS(897), - [aux_sym_scope_tuning_token1] = ACTIONS(899), - [aux_sym_if_statement_token1] = ACTIONS(901), - [aux_sym_can_find_expression_token1] = ACTIONS(903), - [aux_sym_accumulate_expression_token1] = ACTIONS(905), - [aux_sym_available_expression_token1] = ACTIONS(907), - [aux_sym_available_expression_token2] = ACTIONS(907), - [aux_sym_field_definition_token1] = ACTIONS(1185), - [aux_sym_index_definition_token1] = ACTIONS(1185), - [sym__escaped_string] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(1054), + [anon_sym_LBRACE] = ACTIONS(1134), + [anon_sym_STAR] = ACTIONS(1054), + [sym_null_expression] = ACTIONS(1134), + [aux_sym_boolean_literal_token1] = ACTIONS(1134), + [aux_sym_boolean_literal_token2] = ACTIONS(1134), + [aux_sym_boolean_literal_token3] = ACTIONS(1134), + [aux_sym_boolean_literal_token4] = ACTIONS(1134), + [sym__integer_literal] = ACTIONS(1134), + [sym_date_literal] = ACTIONS(1134), + [anon_sym_LBRACK] = ACTIONS(1134), + [anon_sym_COMMA] = ACTIONS(1134), + [anon_sym_LPAREN] = ACTIONS(1134), + [anon_sym_EQ] = ACTIONS(1056), + [aux_sym_unary_expression_token1] = ACTIONS(1134), + [aux_sym_unary_expression_token2] = ACTIONS(1134), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1134), + [aux_sym_temp_table_expression_token1] = ACTIONS(1134), + [aux_sym_current_changed_expression_token1] = ACTIONS(1134), + [aux_sym_locked_expression_token1] = ACTIONS(1134), + [aux_sym_dataset_expression_token1] = ACTIONS(1134), + [aux_sym_input_expression_token1] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1058), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1054), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1054), + [anon_sym_LT] = ACTIONS(1056), + [anon_sym_LT_EQ] = ACTIONS(1056), + [anon_sym_LT_GT] = ACTIONS(1056), + [anon_sym_GT] = ACTIONS(1056), + [anon_sym_GT_EQ] = ACTIONS(1056), + [aux_sym__comparison_operator_token1] = ACTIONS(1056), + [aux_sym__comparison_operator_token2] = ACTIONS(1056), + [aux_sym__comparison_operator_token3] = ACTIONS(1056), + [aux_sym__comparison_operator_token4] = ACTIONS(1056), + [aux_sym__comparison_operator_token5] = ACTIONS(1056), + [aux_sym__comparison_operator_token6] = ACTIONS(1056), + [aux_sym__comparison_operator_token7] = ACTIONS(1056), + [aux_sym__comparison_operator_token8] = ACTIONS(1056), + [aux_sym__comparison_operator_token9] = ACTIONS(1056), + [aux_sym_scope_tuning_token1] = ACTIONS(1134), + [aux_sym_if_statement_token1] = ACTIONS(1134), + [aux_sym_on_error_phrase_token1] = ACTIONS(1134), + [aux_sym_to_phrase_token1] = ACTIONS(1134), + [aux_sym_sort_order_token1] = ACTIONS(1134), + [aux_sym_sort_order_token2] = ACTIONS(1134), + [aux_sym_sort_order_token3] = ACTIONS(1134), + [aux_sym_sort_order_token4] = ACTIONS(1134), + [aux_sym_sort_clause_token1] = ACTIONS(1134), + [aux_sym_can_find_expression_token1] = ACTIONS(1134), + [aux_sym_accumulate_expression_token1] = ACTIONS(1134), + [aux_sym_available_expression_token1] = ACTIONS(1134), + [aux_sym_available_expression_token2] = ACTIONS(1134), + [sym__or_operator] = ACTIONS(1136), + [sym__and_operator] = ACTIONS(1136), + [sym__escaped_string] = ACTIONS(1136), }, [195] = { [sym_comment] = STATE(195), - [sym__logical_operator] = STATE(673), - [sym__additive_operator] = STATE(674), - [sym__multiplicative_operator] = STATE(675), - [sym__comparison_operator] = STATE(676), + [sym__logical_operator] = STATE(660), + [sym__additive_operator] = STATE(659), + [sym__multiplicative_operator] = STATE(656), + [sym__comparison_operator] = STATE(655), [sym_include] = STATE(195), - [sym_identifier] = ACTIONS(194), - [anon_sym_COLON] = ACTIONS(194), + [sym_identifier] = ACTIONS(234), + [anon_sym_COLON] = ACTIONS(234), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1096), - [anon_sym_LBRACE] = ACTIONS(194), - [anon_sym_STAR] = ACTIONS(1096), - [sym_null_expression] = ACTIONS(194), - [aux_sym_boolean_literal_token1] = ACTIONS(194), - [aux_sym_boolean_literal_token2] = ACTIONS(194), - [aux_sym_boolean_literal_token3] = ACTIONS(194), - [aux_sym_boolean_literal_token4] = ACTIONS(194), - [sym__integer_literal] = ACTIONS(194), - [sym_date_literal] = ACTIONS(194), - [anon_sym_LBRACK] = ACTIONS(194), - [anon_sym_COMMA] = ACTIONS(194), - [anon_sym_LPAREN] = ACTIONS(194), - [anon_sym_EQ] = ACTIONS(1098), - [aux_sym_unary_expression_token1] = ACTIONS(194), - [aux_sym_unary_expression_token2] = ACTIONS(194), - [aux_sym_ambiguous_expression_token1] = ACTIONS(194), - [aux_sym_temp_table_expression_token1] = ACTIONS(194), - [aux_sym_current_changed_expression_token1] = ACTIONS(194), - [aux_sym_locked_expression_token1] = ACTIONS(194), - [aux_sym_dataset_expression_token1] = ACTIONS(194), - [aux_sym_input_expression_token1] = ACTIONS(194), - [anon_sym_PLUS] = ACTIONS(1100), - [anon_sym_DASH] = ACTIONS(1100), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1096), - [anon_sym_LT] = ACTIONS(1098), - [anon_sym_LT_EQ] = ACTIONS(1098), - [anon_sym_LT_GT] = ACTIONS(1098), - [anon_sym_GT] = ACTIONS(1098), - [anon_sym_GT_EQ] = ACTIONS(1098), - [aux_sym__comparison_operator_token1] = ACTIONS(1098), - [aux_sym__comparison_operator_token2] = ACTIONS(1098), - [aux_sym__comparison_operator_token3] = ACTIONS(1098), - [aux_sym__comparison_operator_token4] = ACTIONS(1098), - [aux_sym__comparison_operator_token5] = ACTIONS(1098), - [aux_sym__comparison_operator_token6] = ACTIONS(1098), - [aux_sym__comparison_operator_token7] = ACTIONS(1098), - [aux_sym__comparison_operator_token8] = ACTIONS(1098), - [aux_sym__comparison_operator_token9] = ACTIONS(1098), - [aux_sym_scope_tuning_token1] = ACTIONS(194), - [aux_sym_if_statement_token1] = ACTIONS(194), - [aux_sym_on_error_phrase_token1] = ACTIONS(194), - [aux_sym_to_phrase_token1] = ACTIONS(194), - [aux_sym_sort_order_token1] = ACTIONS(194), - [aux_sym_sort_order_token2] = ACTIONS(194), - [aux_sym_sort_order_token3] = ACTIONS(194), - [aux_sym_sort_order_token4] = ACTIONS(194), - [aux_sym_sort_clause_token1] = ACTIONS(194), - [aux_sym_can_find_expression_token1] = ACTIONS(194), - [aux_sym_accumulate_expression_token1] = ACTIONS(194), - [aux_sym_available_expression_token1] = ACTIONS(194), - [aux_sym_available_expression_token2] = ACTIONS(194), - [sym__or_operator] = ACTIONS(192), - [sym__and_operator] = ACTIONS(192), - [sym__escaped_string] = ACTIONS(192), + [anon_sym_SLASH] = ACTIONS(1054), + [anon_sym_LBRACE] = ACTIONS(234), + [anon_sym_STAR] = ACTIONS(1054), + [sym_null_expression] = ACTIONS(234), + [aux_sym_boolean_literal_token1] = ACTIONS(234), + [aux_sym_boolean_literal_token2] = ACTIONS(234), + [aux_sym_boolean_literal_token3] = ACTIONS(234), + [aux_sym_boolean_literal_token4] = ACTIONS(234), + [sym__integer_literal] = ACTIONS(234), + [sym_date_literal] = ACTIONS(234), + [anon_sym_LBRACK] = ACTIONS(234), + [anon_sym_COMMA] = ACTIONS(234), + [anon_sym_LPAREN] = ACTIONS(234), + [anon_sym_EQ] = ACTIONS(1056), + [aux_sym_unary_expression_token1] = ACTIONS(234), + [aux_sym_unary_expression_token2] = ACTIONS(234), + [aux_sym_ambiguous_expression_token1] = ACTIONS(234), + [aux_sym_temp_table_expression_token1] = ACTIONS(234), + [aux_sym_current_changed_expression_token1] = ACTIONS(234), + [aux_sym_locked_expression_token1] = ACTIONS(234), + [aux_sym_dataset_expression_token1] = ACTIONS(234), + [aux_sym_input_expression_token1] = ACTIONS(234), + [anon_sym_PLUS] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1058), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1054), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1054), + [anon_sym_LT] = ACTIONS(1056), + [anon_sym_LT_EQ] = ACTIONS(1056), + [anon_sym_LT_GT] = ACTIONS(1056), + [anon_sym_GT] = ACTIONS(1056), + [anon_sym_GT_EQ] = ACTIONS(1056), + [aux_sym__comparison_operator_token1] = ACTIONS(1056), + [aux_sym__comparison_operator_token2] = ACTIONS(1056), + [aux_sym__comparison_operator_token3] = ACTIONS(1056), + [aux_sym__comparison_operator_token4] = ACTIONS(1056), + [aux_sym__comparison_operator_token5] = ACTIONS(1056), + [aux_sym__comparison_operator_token6] = ACTIONS(1056), + [aux_sym__comparison_operator_token7] = ACTIONS(1056), + [aux_sym__comparison_operator_token8] = ACTIONS(1056), + [aux_sym__comparison_operator_token9] = ACTIONS(1056), + [aux_sym_scope_tuning_token1] = ACTIONS(234), + [aux_sym_if_statement_token1] = ACTIONS(234), + [aux_sym_on_error_phrase_token1] = ACTIONS(234), + [aux_sym_to_phrase_token1] = ACTIONS(234), + [aux_sym_sort_order_token1] = ACTIONS(234), + [aux_sym_sort_order_token2] = ACTIONS(234), + [aux_sym_sort_order_token3] = ACTIONS(234), + [aux_sym_sort_order_token4] = ACTIONS(234), + [aux_sym_sort_clause_token1] = ACTIONS(234), + [aux_sym_can_find_expression_token1] = ACTIONS(234), + [aux_sym_accumulate_expression_token1] = ACTIONS(234), + [aux_sym_available_expression_token1] = ACTIONS(234), + [aux_sym_available_expression_token2] = ACTIONS(234), + [sym__or_operator] = ACTIONS(232), + [sym__and_operator] = ACTIONS(232), + [sym__escaped_string] = ACTIONS(232), }, [196] = { [sym_comment] = STATE(196), - [sym__logical_operator] = STATE(673), - [sym__additive_operator] = STATE(674), - [sym__multiplicative_operator] = STATE(675), - [sym__comparison_operator] = STATE(676), [sym_include] = STATE(196), - [sym_identifier] = ACTIONS(1187), - [anon_sym_COLON] = ACTIONS(1187), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1096), - [anon_sym_LBRACE] = ACTIONS(1187), - [anon_sym_STAR] = ACTIONS(1096), - [sym_null_expression] = ACTIONS(1187), - [aux_sym_boolean_literal_token1] = ACTIONS(1187), - [aux_sym_boolean_literal_token2] = ACTIONS(1187), - [aux_sym_boolean_literal_token3] = ACTIONS(1187), - [aux_sym_boolean_literal_token4] = ACTIONS(1187), - [sym__integer_literal] = ACTIONS(1187), - [sym_date_literal] = ACTIONS(1187), - [anon_sym_LBRACK] = ACTIONS(1187), - [anon_sym_COMMA] = ACTIONS(1187), - [anon_sym_LPAREN] = ACTIONS(1187), - [anon_sym_EQ] = ACTIONS(1098), - [aux_sym_unary_expression_token1] = ACTIONS(1187), - [aux_sym_unary_expression_token2] = ACTIONS(1187), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1187), - [aux_sym_temp_table_expression_token1] = ACTIONS(1187), - [aux_sym_current_changed_expression_token1] = ACTIONS(1187), - [aux_sym_locked_expression_token1] = ACTIONS(1187), - [aux_sym_dataset_expression_token1] = ACTIONS(1187), - [aux_sym_input_expression_token1] = ACTIONS(1187), - [anon_sym_PLUS] = ACTIONS(1100), - [anon_sym_DASH] = ACTIONS(1100), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1096), - [anon_sym_LT] = ACTIONS(1098), - [anon_sym_LT_EQ] = ACTIONS(1098), - [anon_sym_LT_GT] = ACTIONS(1098), - [anon_sym_GT] = ACTIONS(1098), - [anon_sym_GT_EQ] = ACTIONS(1098), - [aux_sym__comparison_operator_token1] = ACTIONS(1098), - [aux_sym__comparison_operator_token2] = ACTIONS(1098), - [aux_sym__comparison_operator_token3] = ACTIONS(1098), - [aux_sym__comparison_operator_token4] = ACTIONS(1098), - [aux_sym__comparison_operator_token5] = ACTIONS(1098), - [aux_sym__comparison_operator_token6] = ACTIONS(1098), - [aux_sym__comparison_operator_token7] = ACTIONS(1098), - [aux_sym__comparison_operator_token8] = ACTIONS(1098), - [aux_sym__comparison_operator_token9] = ACTIONS(1098), - [aux_sym_scope_tuning_token1] = ACTIONS(1187), - [aux_sym_if_statement_token1] = ACTIONS(1187), - [aux_sym_on_error_phrase_token1] = ACTIONS(1187), - [aux_sym_to_phrase_token1] = ACTIONS(1187), - [aux_sym_sort_order_token1] = ACTIONS(1187), - [aux_sym_sort_order_token2] = ACTIONS(1187), - [aux_sym_sort_order_token3] = ACTIONS(1187), - [aux_sym_sort_order_token4] = ACTIONS(1187), - [aux_sym_sort_clause_token1] = ACTIONS(1187), - [aux_sym_can_find_expression_token1] = ACTIONS(1187), - [aux_sym_accumulate_expression_token1] = ACTIONS(1187), - [aux_sym_available_expression_token1] = ACTIONS(1187), - [aux_sym_available_expression_token2] = ACTIONS(1187), - [sym__or_operator] = ACTIONS(1104), - [sym__and_operator] = ACTIONS(1104), - [sym__escaped_string] = ACTIONS(1189), + [anon_sym_COLON] = ACTIONS(172), + [anon_sym_SLASH_SLASH] = ACTIONS(69), + [anon_sym_SLASH_STAR] = ACTIONS(71), + [anon_sym_LBRACE] = ACTIONS(75), + [sym__terminator] = ACTIONS(172), + [aux_sym__block_terminator_token1] = ACTIONS(172), + [anon_sym_RBRACK] = ACTIONS(172), + [aux_sym_type_tuning_token2] = ACTIONS(172), + [aux_sym_unary_expression_token2] = ACTIONS(172), + [aux_sym_variable_tuning_token1] = ACTIONS(172), + [aux_sym_variable_tuning_token2] = ACTIONS(174), + [aux_sym_variable_tuning_token3] = ACTIONS(172), + [aux_sym_variable_tuning_token4] = ACTIONS(172), + [aux_sym_variable_tuning_token5] = ACTIONS(172), + [aux_sym_variable_tuning_token6] = ACTIONS(172), + [aux_sym_variable_tuning_token7] = ACTIONS(172), + [aux_sym_variable_tuning_token8] = ACTIONS(172), + [aux_sym_access_tuning_token1] = ACTIONS(172), + [aux_sym_access_tuning_token2] = ACTIONS(172), + [aux_sym_access_tuning_token3] = ACTIONS(172), + [aux_sym_access_tuning_token4] = ACTIONS(172), + [aux_sym_access_tuning_token5] = ACTIONS(172), + [aux_sym_query_definition_tuning_token1] = ACTIONS(172), + [anon_sym_SCROLLING] = ACTIONS(172), + [aux_sym_query_definition_tuning_token2] = ACTIONS(172), + [aux_sym_while_phrase_token1] = ACTIONS(172), + [aux_sym_repeat_tuning_token1] = ACTIONS(172), + [aux_sym_getter_token1] = ACTIONS(172), + [aux_sym_setter_token1] = ACTIONS(172), + [aux_sym_using_statement_token2] = 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_field_option_token1] = ACTIONS(172), + [aux_sym_field_option_token2] = ACTIONS(172), + [aux_sym_field_option_token3] = ACTIONS(172), + [aux_sym_field_option_token4] = ACTIONS(172), + [aux_sym_field_option_token5] = ACTIONS(172), + [aux_sym_field_option_token6] = ACTIONS(172), + [aux_sym_field_definition_token1] = ACTIONS(172), + [aux_sym_index_definition_token1] = ACTIONS(172), + [aux_sym_image_phrase_token1] = ACTIONS(174), + [aux_sym_image_phrase_token2] = ACTIONS(172), + [aux_sym_image_phrase_token8] = ACTIONS(172), + [aux_sym_image_phrase_token10] = ACTIONS(174), + [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), }, [197] = { [sym_comment] = STATE(197), - [sym__logical_operator] = STATE(673), - [sym__additive_operator] = STATE(674), - [sym__multiplicative_operator] = STATE(675), - [sym__comparison_operator] = STATE(676), + [sym__logical_operator] = STATE(660), + [sym__additive_operator] = STATE(659), + [sym__multiplicative_operator] = STATE(656), + [sym__comparison_operator] = STATE(655), [sym_include] = STATE(197), - [sym_identifier] = ACTIONS(1191), - [anon_sym_COLON] = ACTIONS(1191), + [sym_identifier] = ACTIONS(1138), + [anon_sym_COLON] = ACTIONS(1138), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1096), - [anon_sym_LBRACE] = ACTIONS(1191), - [anon_sym_STAR] = ACTIONS(1096), - [sym_null_expression] = ACTIONS(1191), - [aux_sym_boolean_literal_token1] = ACTIONS(1191), - [aux_sym_boolean_literal_token2] = ACTIONS(1191), - [aux_sym_boolean_literal_token3] = ACTIONS(1191), - [aux_sym_boolean_literal_token4] = ACTIONS(1191), - [sym__integer_literal] = ACTIONS(1191), - [sym_date_literal] = ACTIONS(1191), - [anon_sym_LBRACK] = ACTIONS(1191), - [anon_sym_COMMA] = ACTIONS(1191), - [anon_sym_LPAREN] = ACTIONS(1191), - [anon_sym_EQ] = ACTIONS(1098), - [aux_sym_unary_expression_token1] = ACTIONS(1191), - [aux_sym_unary_expression_token2] = ACTIONS(1191), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1191), - [aux_sym_temp_table_expression_token1] = ACTIONS(1191), - [aux_sym_current_changed_expression_token1] = ACTIONS(1191), - [aux_sym_locked_expression_token1] = ACTIONS(1191), - [aux_sym_dataset_expression_token1] = ACTIONS(1191), - [aux_sym_input_expression_token1] = ACTIONS(1191), - [anon_sym_PLUS] = ACTIONS(1100), - [anon_sym_DASH] = ACTIONS(1100), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1096), - [anon_sym_LT] = ACTIONS(1098), - [anon_sym_LT_EQ] = ACTIONS(1098), - [anon_sym_LT_GT] = ACTIONS(1098), - [anon_sym_GT] = ACTIONS(1098), - [anon_sym_GT_EQ] = ACTIONS(1098), - [aux_sym__comparison_operator_token1] = ACTIONS(1098), - [aux_sym__comparison_operator_token2] = ACTIONS(1098), - [aux_sym__comparison_operator_token3] = ACTIONS(1098), - [aux_sym__comparison_operator_token4] = ACTIONS(1098), - [aux_sym__comparison_operator_token5] = ACTIONS(1098), - [aux_sym__comparison_operator_token6] = ACTIONS(1098), - [aux_sym__comparison_operator_token7] = ACTIONS(1098), - [aux_sym__comparison_operator_token8] = ACTIONS(1098), - [aux_sym__comparison_operator_token9] = ACTIONS(1098), - [aux_sym_scope_tuning_token1] = ACTIONS(1191), - [aux_sym_if_statement_token1] = ACTIONS(1191), - [aux_sym_on_error_phrase_token1] = ACTIONS(1191), - [aux_sym_to_phrase_token1] = ACTIONS(1191), - [aux_sym_sort_order_token1] = ACTIONS(1191), - [aux_sym_sort_order_token2] = ACTIONS(1191), - [aux_sym_sort_order_token3] = ACTIONS(1191), - [aux_sym_sort_order_token4] = ACTIONS(1191), - [aux_sym_sort_clause_token1] = ACTIONS(1191), - [aux_sym_can_find_expression_token1] = ACTIONS(1191), - [aux_sym_accumulate_expression_token1] = ACTIONS(1191), - [aux_sym_available_expression_token1] = ACTIONS(1191), - [aux_sym_available_expression_token2] = ACTIONS(1191), - [sym__or_operator] = ACTIONS(1104), - [sym__and_operator] = ACTIONS(1104), - [sym__escaped_string] = ACTIONS(1193), + [anon_sym_SLASH] = ACTIONS(1054), + [anon_sym_LBRACE] = ACTIONS(1138), + [anon_sym_STAR] = ACTIONS(1054), + [sym_null_expression] = ACTIONS(1138), + [aux_sym_boolean_literal_token1] = ACTIONS(1138), + [aux_sym_boolean_literal_token2] = ACTIONS(1138), + [aux_sym_boolean_literal_token3] = ACTIONS(1138), + [aux_sym_boolean_literal_token4] = ACTIONS(1138), + [sym__integer_literal] = ACTIONS(1138), + [sym_date_literal] = ACTIONS(1138), + [anon_sym_LBRACK] = ACTIONS(1138), + [anon_sym_COMMA] = ACTIONS(1138), + [anon_sym_LPAREN] = ACTIONS(1138), + [anon_sym_EQ] = ACTIONS(1056), + [aux_sym_unary_expression_token1] = ACTIONS(1138), + [aux_sym_unary_expression_token2] = ACTIONS(1138), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1138), + [aux_sym_temp_table_expression_token1] = ACTIONS(1138), + [aux_sym_current_changed_expression_token1] = ACTIONS(1138), + [aux_sym_locked_expression_token1] = ACTIONS(1138), + [aux_sym_dataset_expression_token1] = ACTIONS(1138), + [aux_sym_input_expression_token1] = ACTIONS(1138), + [anon_sym_PLUS] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1058), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1054), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1054), + [anon_sym_LT] = ACTIONS(1056), + [anon_sym_LT_EQ] = ACTIONS(1056), + [anon_sym_LT_GT] = ACTIONS(1056), + [anon_sym_GT] = ACTIONS(1056), + [anon_sym_GT_EQ] = ACTIONS(1056), + [aux_sym__comparison_operator_token1] = ACTIONS(1056), + [aux_sym__comparison_operator_token2] = ACTIONS(1056), + [aux_sym__comparison_operator_token3] = ACTIONS(1056), + [aux_sym__comparison_operator_token4] = ACTIONS(1056), + [aux_sym__comparison_operator_token5] = ACTIONS(1056), + [aux_sym__comparison_operator_token6] = ACTIONS(1056), + [aux_sym__comparison_operator_token7] = ACTIONS(1056), + [aux_sym__comparison_operator_token8] = ACTIONS(1056), + [aux_sym__comparison_operator_token9] = ACTIONS(1056), + [aux_sym_scope_tuning_token1] = ACTIONS(1138), + [aux_sym_if_statement_token1] = ACTIONS(1138), + [aux_sym_on_error_phrase_token1] = ACTIONS(1138), + [aux_sym_to_phrase_token1] = ACTIONS(1138), + [aux_sym_sort_order_token1] = ACTIONS(1138), + [aux_sym_sort_order_token2] = ACTIONS(1138), + [aux_sym_sort_order_token3] = ACTIONS(1138), + [aux_sym_sort_order_token4] = ACTIONS(1138), + [aux_sym_sort_clause_token1] = ACTIONS(1138), + [aux_sym_can_find_expression_token1] = ACTIONS(1138), + [aux_sym_accumulate_expression_token1] = ACTIONS(1138), + [aux_sym_available_expression_token1] = ACTIONS(1138), + [aux_sym_available_expression_token2] = ACTIONS(1138), + [sym__or_operator] = ACTIONS(1062), + [sym__and_operator] = ACTIONS(1062), + [sym__escaped_string] = ACTIONS(1140), }, [198] = { [sym_comment] = STATE(198), - [sym__logical_operator] = STATE(673), - [sym__additive_operator] = STATE(674), - [sym__multiplicative_operator] = STATE(675), - [sym__comparison_operator] = STATE(676), + [sym__logical_operator] = STATE(660), + [sym__additive_operator] = STATE(659), + [sym__multiplicative_operator] = STATE(656), + [sym__comparison_operator] = STATE(655), [sym_include] = STATE(198), - [sym_identifier] = ACTIONS(1195), - [anon_sym_COLON] = ACTIONS(1195), + [sym_identifier] = ACTIONS(1142), + [anon_sym_COLON] = ACTIONS(1142), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1096), - [anon_sym_LBRACE] = ACTIONS(1195), - [anon_sym_STAR] = ACTIONS(1096), - [sym_null_expression] = ACTIONS(1195), - [aux_sym_boolean_literal_token1] = ACTIONS(1195), - [aux_sym_boolean_literal_token2] = ACTIONS(1195), - [aux_sym_boolean_literal_token3] = ACTIONS(1195), - [aux_sym_boolean_literal_token4] = ACTIONS(1195), - [sym__integer_literal] = ACTIONS(1195), - [sym_date_literal] = ACTIONS(1195), - [anon_sym_LBRACK] = ACTIONS(1195), - [anon_sym_COMMA] = ACTIONS(1195), - [anon_sym_LPAREN] = ACTIONS(1195), - [anon_sym_EQ] = ACTIONS(1098), - [aux_sym_unary_expression_token1] = ACTIONS(1195), - [aux_sym_unary_expression_token2] = ACTIONS(1195), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1195), - [aux_sym_temp_table_expression_token1] = ACTIONS(1195), - [aux_sym_current_changed_expression_token1] = ACTIONS(1195), - [aux_sym_locked_expression_token1] = ACTIONS(1195), - [aux_sym_dataset_expression_token1] = ACTIONS(1195), - [aux_sym_input_expression_token1] = ACTIONS(1195), - [anon_sym_PLUS] = ACTIONS(1100), - [anon_sym_DASH] = ACTIONS(1100), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1096), - [anon_sym_LT] = ACTIONS(1098), - [anon_sym_LT_EQ] = ACTIONS(1098), - [anon_sym_LT_GT] = ACTIONS(1098), - [anon_sym_GT] = ACTIONS(1098), - [anon_sym_GT_EQ] = ACTIONS(1098), - [aux_sym__comparison_operator_token1] = ACTIONS(1098), - [aux_sym__comparison_operator_token2] = ACTIONS(1098), - [aux_sym__comparison_operator_token3] = ACTIONS(1098), - [aux_sym__comparison_operator_token4] = ACTIONS(1098), - [aux_sym__comparison_operator_token5] = ACTIONS(1098), - [aux_sym__comparison_operator_token6] = ACTIONS(1098), - [aux_sym__comparison_operator_token7] = ACTIONS(1098), - [aux_sym__comparison_operator_token8] = ACTIONS(1098), - [aux_sym__comparison_operator_token9] = ACTIONS(1098), - [aux_sym_scope_tuning_token1] = ACTIONS(1195), - [aux_sym_if_statement_token1] = ACTIONS(1195), - [aux_sym_on_error_phrase_token1] = ACTIONS(1195), - [aux_sym_to_phrase_token1] = ACTIONS(1195), - [aux_sym_sort_order_token1] = ACTIONS(1195), - [aux_sym_sort_order_token2] = ACTIONS(1195), - [aux_sym_sort_order_token3] = ACTIONS(1195), - [aux_sym_sort_order_token4] = ACTIONS(1195), - [aux_sym_sort_clause_token1] = ACTIONS(1195), - [aux_sym_can_find_expression_token1] = ACTIONS(1195), - [aux_sym_accumulate_expression_token1] = ACTIONS(1195), - [aux_sym_available_expression_token1] = ACTIONS(1195), - [aux_sym_available_expression_token2] = ACTIONS(1195), - [sym__or_operator] = ACTIONS(1104), - [sym__and_operator] = ACTIONS(1104), - [sym__escaped_string] = ACTIONS(1197), + [anon_sym_SLASH] = ACTIONS(1054), + [anon_sym_LBRACE] = ACTIONS(1142), + [anon_sym_STAR] = ACTIONS(1054), + [sym_null_expression] = ACTIONS(1142), + [aux_sym_boolean_literal_token1] = ACTIONS(1142), + [aux_sym_boolean_literal_token2] = ACTIONS(1142), + [aux_sym_boolean_literal_token3] = ACTIONS(1142), + [aux_sym_boolean_literal_token4] = ACTIONS(1142), + [sym__integer_literal] = ACTIONS(1142), + [sym_date_literal] = ACTIONS(1142), + [anon_sym_LBRACK] = ACTIONS(1142), + [anon_sym_COMMA] = ACTIONS(1142), + [anon_sym_LPAREN] = ACTIONS(1142), + [anon_sym_EQ] = ACTIONS(1056), + [aux_sym_unary_expression_token1] = ACTIONS(1142), + [aux_sym_unary_expression_token2] = ACTIONS(1142), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1142), + [aux_sym_temp_table_expression_token1] = ACTIONS(1142), + [aux_sym_current_changed_expression_token1] = ACTIONS(1142), + [aux_sym_locked_expression_token1] = ACTIONS(1142), + [aux_sym_dataset_expression_token1] = ACTIONS(1142), + [aux_sym_input_expression_token1] = ACTIONS(1142), + [anon_sym_PLUS] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1058), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1054), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1054), + [anon_sym_LT] = ACTIONS(1056), + [anon_sym_LT_EQ] = ACTIONS(1056), + [anon_sym_LT_GT] = ACTIONS(1056), + [anon_sym_GT] = ACTIONS(1056), + [anon_sym_GT_EQ] = ACTIONS(1056), + [aux_sym__comparison_operator_token1] = ACTIONS(1056), + [aux_sym__comparison_operator_token2] = ACTIONS(1056), + [aux_sym__comparison_operator_token3] = ACTIONS(1056), + [aux_sym__comparison_operator_token4] = ACTIONS(1056), + [aux_sym__comparison_operator_token5] = ACTIONS(1056), + [aux_sym__comparison_operator_token6] = ACTIONS(1056), + [aux_sym__comparison_operator_token7] = ACTIONS(1056), + [aux_sym__comparison_operator_token8] = ACTIONS(1056), + [aux_sym__comparison_operator_token9] = ACTIONS(1056), + [aux_sym_scope_tuning_token1] = ACTIONS(1142), + [aux_sym_if_statement_token1] = ACTIONS(1142), + [aux_sym_on_error_phrase_token1] = ACTIONS(1142), + [aux_sym_to_phrase_token1] = ACTIONS(1142), + [aux_sym_sort_order_token1] = ACTIONS(1142), + [aux_sym_sort_order_token2] = ACTIONS(1142), + [aux_sym_sort_order_token3] = ACTIONS(1142), + [aux_sym_sort_order_token4] = ACTIONS(1142), + [aux_sym_sort_clause_token1] = ACTIONS(1142), + [aux_sym_can_find_expression_token1] = ACTIONS(1142), + [aux_sym_accumulate_expression_token1] = ACTIONS(1142), + [aux_sym_available_expression_token1] = ACTIONS(1142), + [aux_sym_available_expression_token2] = ACTIONS(1142), + [sym__or_operator] = ACTIONS(1062), + [sym__and_operator] = ACTIONS(1062), + [sym__escaped_string] = ACTIONS(1144), }, [199] = { [sym_comment] = STATE(199), - [sym__logical_operator] = STATE(673), - [sym__additive_operator] = STATE(674), - [sym__multiplicative_operator] = STATE(675), - [sym__comparison_operator] = STATE(676), + [sym__logical_operator] = STATE(660), + [sym__additive_operator] = STATE(659), + [sym__multiplicative_operator] = STATE(656), + [sym__comparison_operator] = STATE(655), [sym_include] = STATE(199), - [sym_identifier] = ACTIONS(1199), - [anon_sym_COLON] = ACTIONS(1199), + [sym_identifier] = ACTIONS(1146), + [anon_sym_COLON] = ACTIONS(1146), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1096), - [anon_sym_LBRACE] = ACTIONS(1199), - [anon_sym_STAR] = ACTIONS(1096), - [sym_null_expression] = ACTIONS(1199), - [aux_sym_boolean_literal_token1] = ACTIONS(1199), - [aux_sym_boolean_literal_token2] = ACTIONS(1199), - [aux_sym_boolean_literal_token3] = ACTIONS(1199), - [aux_sym_boolean_literal_token4] = ACTIONS(1199), - [sym__integer_literal] = ACTIONS(1199), - [sym_date_literal] = ACTIONS(1199), - [anon_sym_LBRACK] = ACTIONS(1199), - [anon_sym_COMMA] = ACTIONS(1199), - [anon_sym_LPAREN] = ACTIONS(1199), - [anon_sym_EQ] = ACTIONS(1098), - [aux_sym_unary_expression_token1] = ACTIONS(1199), - [aux_sym_unary_expression_token2] = ACTIONS(1199), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1199), - [aux_sym_temp_table_expression_token1] = ACTIONS(1199), - [aux_sym_current_changed_expression_token1] = ACTIONS(1199), - [aux_sym_locked_expression_token1] = ACTIONS(1199), - [aux_sym_dataset_expression_token1] = ACTIONS(1199), - [aux_sym_input_expression_token1] = ACTIONS(1199), - [anon_sym_PLUS] = ACTIONS(1100), - [anon_sym_DASH] = ACTIONS(1100), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1096), - [anon_sym_LT] = ACTIONS(1098), - [anon_sym_LT_EQ] = ACTIONS(1098), - [anon_sym_LT_GT] = ACTIONS(1098), - [anon_sym_GT] = ACTIONS(1098), - [anon_sym_GT_EQ] = ACTIONS(1098), - [aux_sym__comparison_operator_token1] = ACTIONS(1098), - [aux_sym__comparison_operator_token2] = ACTIONS(1098), - [aux_sym__comparison_operator_token3] = ACTIONS(1098), - [aux_sym__comparison_operator_token4] = ACTIONS(1098), - [aux_sym__comparison_operator_token5] = ACTIONS(1098), - [aux_sym__comparison_operator_token6] = ACTIONS(1098), - [aux_sym__comparison_operator_token7] = ACTIONS(1098), - [aux_sym__comparison_operator_token8] = ACTIONS(1098), - [aux_sym__comparison_operator_token9] = ACTIONS(1098), - [aux_sym_scope_tuning_token1] = ACTIONS(1199), - [aux_sym_if_statement_token1] = ACTIONS(1199), - [aux_sym_on_error_phrase_token1] = ACTIONS(1199), - [aux_sym_to_phrase_token1] = ACTIONS(1199), - [aux_sym_sort_order_token1] = ACTIONS(1199), - [aux_sym_sort_order_token2] = ACTIONS(1199), - [aux_sym_sort_order_token3] = ACTIONS(1199), - [aux_sym_sort_order_token4] = ACTIONS(1199), - [aux_sym_sort_clause_token1] = ACTIONS(1199), - [aux_sym_can_find_expression_token1] = ACTIONS(1199), - [aux_sym_accumulate_expression_token1] = ACTIONS(1199), - [aux_sym_available_expression_token1] = ACTIONS(1199), - [aux_sym_available_expression_token2] = ACTIONS(1199), - [sym__or_operator] = ACTIONS(1104), - [sym__and_operator] = ACTIONS(1104), - [sym__escaped_string] = ACTIONS(1201), + [anon_sym_SLASH] = ACTIONS(1054), + [anon_sym_LBRACE] = ACTIONS(1146), + [anon_sym_STAR] = ACTIONS(1054), + [sym_null_expression] = ACTIONS(1146), + [aux_sym_boolean_literal_token1] = ACTIONS(1146), + [aux_sym_boolean_literal_token2] = ACTIONS(1146), + [aux_sym_boolean_literal_token3] = ACTIONS(1146), + [aux_sym_boolean_literal_token4] = ACTIONS(1146), + [sym__integer_literal] = ACTIONS(1146), + [sym_date_literal] = ACTIONS(1146), + [anon_sym_LBRACK] = ACTIONS(1146), + [anon_sym_COMMA] = ACTIONS(1146), + [anon_sym_LPAREN] = ACTIONS(1146), + [anon_sym_EQ] = ACTIONS(1056), + [aux_sym_unary_expression_token1] = ACTIONS(1146), + [aux_sym_unary_expression_token2] = ACTIONS(1146), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1146), + [aux_sym_temp_table_expression_token1] = ACTIONS(1146), + [aux_sym_current_changed_expression_token1] = ACTIONS(1146), + [aux_sym_locked_expression_token1] = ACTIONS(1146), + [aux_sym_dataset_expression_token1] = ACTIONS(1146), + [aux_sym_input_expression_token1] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1058), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1054), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1054), + [anon_sym_LT] = ACTIONS(1056), + [anon_sym_LT_EQ] = ACTIONS(1056), + [anon_sym_LT_GT] = ACTIONS(1056), + [anon_sym_GT] = ACTIONS(1056), + [anon_sym_GT_EQ] = ACTIONS(1056), + [aux_sym__comparison_operator_token1] = ACTIONS(1056), + [aux_sym__comparison_operator_token2] = ACTIONS(1056), + [aux_sym__comparison_operator_token3] = ACTIONS(1056), + [aux_sym__comparison_operator_token4] = ACTIONS(1056), + [aux_sym__comparison_operator_token5] = ACTIONS(1056), + [aux_sym__comparison_operator_token6] = ACTIONS(1056), + [aux_sym__comparison_operator_token7] = ACTIONS(1056), + [aux_sym__comparison_operator_token8] = ACTIONS(1056), + [aux_sym__comparison_operator_token9] = ACTIONS(1056), + [aux_sym_scope_tuning_token1] = ACTIONS(1146), + [aux_sym_if_statement_token1] = ACTIONS(1146), + [aux_sym_on_error_phrase_token1] = ACTIONS(1146), + [aux_sym_to_phrase_token1] = ACTIONS(1146), + [aux_sym_sort_order_token1] = ACTIONS(1146), + [aux_sym_sort_order_token2] = ACTIONS(1146), + [aux_sym_sort_order_token3] = ACTIONS(1146), + [aux_sym_sort_order_token4] = ACTIONS(1146), + [aux_sym_sort_clause_token1] = ACTIONS(1146), + [aux_sym_can_find_expression_token1] = ACTIONS(1146), + [aux_sym_accumulate_expression_token1] = ACTIONS(1146), + [aux_sym_available_expression_token1] = ACTIONS(1146), + [aux_sym_available_expression_token2] = ACTIONS(1146), + [sym__or_operator] = ACTIONS(1062), + [sym__and_operator] = ACTIONS(1062), + [sym__escaped_string] = ACTIONS(1148), }, [200] = { [sym_comment] = STATE(200), - [sym__logical_operator] = STATE(673), - [sym__additive_operator] = STATE(674), - [sym__multiplicative_operator] = STATE(675), - [sym__comparison_operator] = STATE(676), + [sym__logical_operator] = STATE(660), + [sym__additive_operator] = STATE(659), + [sym__multiplicative_operator] = STATE(656), + [sym__comparison_operator] = STATE(655), [sym_include] = STATE(200), - [sym_identifier] = ACTIONS(1203), - [anon_sym_COLON] = ACTIONS(1203), + [sym_identifier] = ACTIONS(1150), + [anon_sym_COLON] = ACTIONS(1150), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1096), - [anon_sym_LBRACE] = ACTIONS(1203), - [anon_sym_STAR] = ACTIONS(1096), - [sym_null_expression] = ACTIONS(1203), - [aux_sym_boolean_literal_token1] = ACTIONS(1203), - [aux_sym_boolean_literal_token2] = ACTIONS(1203), - [aux_sym_boolean_literal_token3] = ACTIONS(1203), - [aux_sym_boolean_literal_token4] = ACTIONS(1203), - [sym__integer_literal] = ACTIONS(1203), - [sym_date_literal] = ACTIONS(1203), - [anon_sym_LBRACK] = ACTIONS(1203), - [anon_sym_COMMA] = ACTIONS(1203), - [anon_sym_LPAREN] = ACTIONS(1203), - [anon_sym_EQ] = ACTIONS(1098), - [aux_sym_unary_expression_token1] = ACTIONS(1203), - [aux_sym_unary_expression_token2] = ACTIONS(1203), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1203), - [aux_sym_temp_table_expression_token1] = ACTIONS(1203), - [aux_sym_current_changed_expression_token1] = ACTIONS(1203), - [aux_sym_locked_expression_token1] = ACTIONS(1203), - [aux_sym_dataset_expression_token1] = ACTIONS(1203), - [aux_sym_input_expression_token1] = ACTIONS(1203), - [anon_sym_PLUS] = ACTIONS(1100), - [anon_sym_DASH] = ACTIONS(1100), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1096), - [anon_sym_LT] = ACTIONS(1098), - [anon_sym_LT_EQ] = ACTIONS(1098), - [anon_sym_LT_GT] = ACTIONS(1098), - [anon_sym_GT] = ACTIONS(1098), - [anon_sym_GT_EQ] = ACTIONS(1098), - [aux_sym__comparison_operator_token1] = ACTIONS(1098), - [aux_sym__comparison_operator_token2] = ACTIONS(1098), - [aux_sym__comparison_operator_token3] = ACTIONS(1098), - [aux_sym__comparison_operator_token4] = ACTIONS(1098), - [aux_sym__comparison_operator_token5] = ACTIONS(1098), - [aux_sym__comparison_operator_token6] = ACTIONS(1098), - [aux_sym__comparison_operator_token7] = ACTIONS(1098), - [aux_sym__comparison_operator_token8] = ACTIONS(1098), - [aux_sym__comparison_operator_token9] = ACTIONS(1098), - [aux_sym_scope_tuning_token1] = ACTIONS(1203), - [aux_sym_if_statement_token1] = ACTIONS(1203), - [aux_sym_on_error_phrase_token1] = ACTIONS(1203), - [aux_sym_to_phrase_token1] = ACTIONS(1203), - [aux_sym_sort_order_token1] = ACTIONS(1203), - [aux_sym_sort_order_token2] = ACTIONS(1203), - [aux_sym_sort_order_token3] = ACTIONS(1203), - [aux_sym_sort_order_token4] = ACTIONS(1203), - [aux_sym_sort_clause_token1] = ACTIONS(1203), - [aux_sym_can_find_expression_token1] = ACTIONS(1203), - [aux_sym_accumulate_expression_token1] = ACTIONS(1203), - [aux_sym_available_expression_token1] = ACTIONS(1203), - [aux_sym_available_expression_token2] = ACTIONS(1203), - [sym__or_operator] = ACTIONS(1104), - [sym__and_operator] = ACTIONS(1104), - [sym__escaped_string] = ACTIONS(1205), + [anon_sym_SLASH] = ACTIONS(1054), + [anon_sym_LBRACE] = ACTIONS(1150), + [anon_sym_STAR] = ACTIONS(1054), + [sym_null_expression] = ACTIONS(1150), + [aux_sym_boolean_literal_token1] = ACTIONS(1150), + [aux_sym_boolean_literal_token2] = ACTIONS(1150), + [aux_sym_boolean_literal_token3] = ACTIONS(1150), + [aux_sym_boolean_literal_token4] = ACTIONS(1150), + [sym__integer_literal] = ACTIONS(1150), + [sym_date_literal] = ACTIONS(1150), + [anon_sym_LBRACK] = ACTIONS(1150), + [anon_sym_COMMA] = ACTIONS(1150), + [anon_sym_LPAREN] = ACTIONS(1150), + [anon_sym_EQ] = ACTIONS(1056), + [aux_sym_unary_expression_token1] = ACTIONS(1150), + [aux_sym_unary_expression_token2] = ACTIONS(1150), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1150), + [aux_sym_temp_table_expression_token1] = ACTIONS(1150), + [aux_sym_current_changed_expression_token1] = ACTIONS(1150), + [aux_sym_locked_expression_token1] = ACTIONS(1150), + [aux_sym_dataset_expression_token1] = ACTIONS(1150), + [aux_sym_input_expression_token1] = ACTIONS(1150), + [anon_sym_PLUS] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1058), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1054), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1054), + [anon_sym_LT] = ACTIONS(1056), + [anon_sym_LT_EQ] = ACTIONS(1056), + [anon_sym_LT_GT] = ACTIONS(1056), + [anon_sym_GT] = ACTIONS(1056), + [anon_sym_GT_EQ] = ACTIONS(1056), + [aux_sym__comparison_operator_token1] = ACTIONS(1056), + [aux_sym__comparison_operator_token2] = ACTIONS(1056), + [aux_sym__comparison_operator_token3] = ACTIONS(1056), + [aux_sym__comparison_operator_token4] = ACTIONS(1056), + [aux_sym__comparison_operator_token5] = ACTIONS(1056), + [aux_sym__comparison_operator_token6] = ACTIONS(1056), + [aux_sym__comparison_operator_token7] = ACTIONS(1056), + [aux_sym__comparison_operator_token8] = ACTIONS(1056), + [aux_sym__comparison_operator_token9] = ACTIONS(1056), + [aux_sym_scope_tuning_token1] = ACTIONS(1150), + [aux_sym_if_statement_token1] = ACTIONS(1150), + [aux_sym_on_error_phrase_token1] = ACTIONS(1150), + [aux_sym_to_phrase_token1] = ACTIONS(1150), + [aux_sym_sort_order_token1] = ACTIONS(1150), + [aux_sym_sort_order_token2] = ACTIONS(1150), + [aux_sym_sort_order_token3] = ACTIONS(1150), + [aux_sym_sort_order_token4] = ACTIONS(1150), + [aux_sym_sort_clause_token1] = ACTIONS(1150), + [aux_sym_can_find_expression_token1] = ACTIONS(1150), + [aux_sym_accumulate_expression_token1] = ACTIONS(1150), + [aux_sym_available_expression_token1] = ACTIONS(1150), + [aux_sym_available_expression_token2] = ACTIONS(1150), + [sym__or_operator] = ACTIONS(1062), + [sym__and_operator] = ACTIONS(1062), + [sym__escaped_string] = ACTIONS(1152), }, [201] = { [sym_comment] = STATE(201), - [sym__logical_operator] = STATE(673), - [sym__additive_operator] = STATE(674), - [sym__multiplicative_operator] = STATE(675), - [sym__comparison_operator] = STATE(676), + [sym__logical_operator] = STATE(660), + [sym__additive_operator] = STATE(659), + [sym__multiplicative_operator] = STATE(656), + [sym__comparison_operator] = STATE(655), [sym_include] = STATE(201), - [sym_identifier] = ACTIONS(1207), - [anon_sym_COLON] = ACTIONS(1207), + [sym_identifier] = ACTIONS(1154), + [anon_sym_COLON] = ACTIONS(1154), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1096), - [anon_sym_LBRACE] = ACTIONS(1207), - [anon_sym_STAR] = ACTIONS(1096), - [sym_null_expression] = ACTIONS(1207), - [aux_sym_boolean_literal_token1] = ACTIONS(1207), - [aux_sym_boolean_literal_token2] = ACTIONS(1207), - [aux_sym_boolean_literal_token3] = ACTIONS(1207), - [aux_sym_boolean_literal_token4] = ACTIONS(1207), - [sym__integer_literal] = ACTIONS(1207), - [sym_date_literal] = ACTIONS(1207), - [anon_sym_LBRACK] = ACTIONS(1207), - [anon_sym_COMMA] = ACTIONS(1207), - [anon_sym_LPAREN] = ACTIONS(1207), - [anon_sym_EQ] = ACTIONS(1098), - [aux_sym_unary_expression_token1] = ACTIONS(1207), - [aux_sym_unary_expression_token2] = ACTIONS(1207), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1207), - [aux_sym_temp_table_expression_token1] = ACTIONS(1207), - [aux_sym_current_changed_expression_token1] = ACTIONS(1207), - [aux_sym_locked_expression_token1] = ACTIONS(1207), - [aux_sym_dataset_expression_token1] = ACTIONS(1207), - [aux_sym_input_expression_token1] = ACTIONS(1207), - [anon_sym_PLUS] = ACTIONS(1100), - [anon_sym_DASH] = ACTIONS(1100), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1096), - [anon_sym_LT] = ACTIONS(1098), - [anon_sym_LT_EQ] = ACTIONS(1098), - [anon_sym_LT_GT] = ACTIONS(1098), - [anon_sym_GT] = ACTIONS(1098), - [anon_sym_GT_EQ] = ACTIONS(1098), - [aux_sym__comparison_operator_token1] = ACTIONS(1098), - [aux_sym__comparison_operator_token2] = ACTIONS(1098), - [aux_sym__comparison_operator_token3] = ACTIONS(1098), - [aux_sym__comparison_operator_token4] = ACTIONS(1098), - [aux_sym__comparison_operator_token5] = ACTIONS(1098), - [aux_sym__comparison_operator_token6] = ACTIONS(1098), - [aux_sym__comparison_operator_token7] = ACTIONS(1098), - [aux_sym__comparison_operator_token8] = ACTIONS(1098), - [aux_sym__comparison_operator_token9] = ACTIONS(1098), - [aux_sym_scope_tuning_token1] = ACTIONS(1207), - [aux_sym_if_statement_token1] = ACTIONS(1207), - [aux_sym_on_error_phrase_token1] = ACTIONS(1207), - [aux_sym_to_phrase_token1] = ACTIONS(1207), - [aux_sym_sort_order_token1] = ACTIONS(1207), - [aux_sym_sort_order_token2] = ACTIONS(1207), - [aux_sym_sort_order_token3] = ACTIONS(1207), - [aux_sym_sort_order_token4] = ACTIONS(1207), - [aux_sym_sort_clause_token1] = ACTIONS(1207), - [aux_sym_can_find_expression_token1] = ACTIONS(1207), - [aux_sym_accumulate_expression_token1] = ACTIONS(1207), - [aux_sym_available_expression_token1] = ACTIONS(1207), - [aux_sym_available_expression_token2] = ACTIONS(1207), - [sym__or_operator] = ACTIONS(1104), - [sym__and_operator] = ACTIONS(1104), - [sym__escaped_string] = ACTIONS(1209), + [anon_sym_SLASH] = ACTIONS(1054), + [anon_sym_LBRACE] = ACTIONS(1154), + [anon_sym_STAR] = ACTIONS(1054), + [sym_null_expression] = ACTIONS(1154), + [aux_sym_boolean_literal_token1] = ACTIONS(1154), + [aux_sym_boolean_literal_token2] = ACTIONS(1154), + [aux_sym_boolean_literal_token3] = ACTIONS(1154), + [aux_sym_boolean_literal_token4] = ACTIONS(1154), + [sym__integer_literal] = ACTIONS(1154), + [sym_date_literal] = ACTIONS(1154), + [anon_sym_LBRACK] = ACTIONS(1154), + [anon_sym_COMMA] = ACTIONS(1154), + [anon_sym_LPAREN] = ACTIONS(1154), + [anon_sym_EQ] = ACTIONS(1056), + [aux_sym_unary_expression_token1] = ACTIONS(1154), + [aux_sym_unary_expression_token2] = ACTIONS(1154), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1154), + [aux_sym_temp_table_expression_token1] = ACTIONS(1154), + [aux_sym_current_changed_expression_token1] = ACTIONS(1154), + [aux_sym_locked_expression_token1] = ACTIONS(1154), + [aux_sym_dataset_expression_token1] = ACTIONS(1154), + [aux_sym_input_expression_token1] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1058), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1054), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1054), + [anon_sym_LT] = ACTIONS(1056), + [anon_sym_LT_EQ] = ACTIONS(1056), + [anon_sym_LT_GT] = ACTIONS(1056), + [anon_sym_GT] = ACTIONS(1056), + [anon_sym_GT_EQ] = ACTIONS(1056), + [aux_sym__comparison_operator_token1] = ACTIONS(1056), + [aux_sym__comparison_operator_token2] = ACTIONS(1056), + [aux_sym__comparison_operator_token3] = ACTIONS(1056), + [aux_sym__comparison_operator_token4] = ACTIONS(1056), + [aux_sym__comparison_operator_token5] = ACTIONS(1056), + [aux_sym__comparison_operator_token6] = ACTIONS(1056), + [aux_sym__comparison_operator_token7] = ACTIONS(1056), + [aux_sym__comparison_operator_token8] = ACTIONS(1056), + [aux_sym__comparison_operator_token9] = ACTIONS(1056), + [aux_sym_scope_tuning_token1] = ACTIONS(1154), + [aux_sym_if_statement_token1] = ACTIONS(1154), + [aux_sym_on_error_phrase_token1] = ACTIONS(1154), + [aux_sym_to_phrase_token1] = ACTIONS(1154), + [aux_sym_sort_order_token1] = ACTIONS(1154), + [aux_sym_sort_order_token2] = ACTIONS(1154), + [aux_sym_sort_order_token3] = ACTIONS(1154), + [aux_sym_sort_order_token4] = ACTIONS(1154), + [aux_sym_sort_clause_token1] = ACTIONS(1154), + [aux_sym_can_find_expression_token1] = ACTIONS(1154), + [aux_sym_accumulate_expression_token1] = ACTIONS(1154), + [aux_sym_available_expression_token1] = ACTIONS(1154), + [aux_sym_available_expression_token2] = ACTIONS(1154), + [sym__or_operator] = ACTIONS(1062), + [sym__and_operator] = ACTIONS(1062), + [sym__escaped_string] = ACTIONS(1156), }, [202] = { [sym_comment] = STATE(202), - [sym__logical_operator] = STATE(673), - [sym__additive_operator] = STATE(674), - [sym__multiplicative_operator] = STATE(675), - [sym__comparison_operator] = STATE(676), + [sym__logical_operator] = STATE(660), + [sym__additive_operator] = STATE(659), + [sym__multiplicative_operator] = STATE(656), + [sym__comparison_operator] = STATE(655), [sym_include] = STATE(202), - [sym_identifier] = ACTIONS(1211), - [anon_sym_COLON] = ACTIONS(1211), + [sym_identifier] = ACTIONS(1158), + [anon_sym_COLON] = ACTIONS(1158), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1096), - [anon_sym_LBRACE] = ACTIONS(1211), - [anon_sym_STAR] = ACTIONS(1096), - [sym_null_expression] = ACTIONS(1211), - [aux_sym_boolean_literal_token1] = ACTIONS(1211), - [aux_sym_boolean_literal_token2] = ACTIONS(1211), - [aux_sym_boolean_literal_token3] = ACTIONS(1211), - [aux_sym_boolean_literal_token4] = ACTIONS(1211), - [sym__integer_literal] = ACTIONS(1211), - [sym_date_literal] = ACTIONS(1211), - [anon_sym_LBRACK] = ACTIONS(1211), - [anon_sym_COMMA] = ACTIONS(1211), - [anon_sym_LPAREN] = ACTIONS(1211), - [anon_sym_EQ] = ACTIONS(1098), - [aux_sym_unary_expression_token1] = ACTIONS(1211), - [aux_sym_unary_expression_token2] = ACTIONS(1211), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1211), - [aux_sym_temp_table_expression_token1] = ACTIONS(1211), - [aux_sym_current_changed_expression_token1] = ACTIONS(1211), - [aux_sym_locked_expression_token1] = ACTIONS(1211), - [aux_sym_dataset_expression_token1] = ACTIONS(1211), - [aux_sym_input_expression_token1] = ACTIONS(1211), - [anon_sym_PLUS] = ACTIONS(1100), - [anon_sym_DASH] = ACTIONS(1100), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1096), - [anon_sym_LT] = ACTIONS(1098), - [anon_sym_LT_EQ] = ACTIONS(1098), - [anon_sym_LT_GT] = ACTIONS(1098), - [anon_sym_GT] = ACTIONS(1098), - [anon_sym_GT_EQ] = ACTIONS(1098), - [aux_sym__comparison_operator_token1] = ACTIONS(1098), - [aux_sym__comparison_operator_token2] = ACTIONS(1098), - [aux_sym__comparison_operator_token3] = ACTIONS(1098), - [aux_sym__comparison_operator_token4] = ACTIONS(1098), - [aux_sym__comparison_operator_token5] = ACTIONS(1098), - [aux_sym__comparison_operator_token6] = ACTIONS(1098), - [aux_sym__comparison_operator_token7] = ACTIONS(1098), - [aux_sym__comparison_operator_token8] = ACTIONS(1098), - [aux_sym__comparison_operator_token9] = ACTIONS(1098), - [aux_sym_scope_tuning_token1] = ACTIONS(1211), - [aux_sym_if_statement_token1] = ACTIONS(1211), - [aux_sym_on_error_phrase_token1] = ACTIONS(1211), - [aux_sym_to_phrase_token1] = ACTIONS(1211), - [aux_sym_sort_order_token1] = ACTIONS(1211), - [aux_sym_sort_order_token2] = ACTIONS(1211), - [aux_sym_sort_order_token3] = ACTIONS(1211), - [aux_sym_sort_order_token4] = ACTIONS(1211), - [aux_sym_sort_clause_token1] = ACTIONS(1211), - [aux_sym_can_find_expression_token1] = ACTIONS(1211), - [aux_sym_accumulate_expression_token1] = ACTIONS(1211), - [aux_sym_available_expression_token1] = ACTIONS(1211), - [aux_sym_available_expression_token2] = ACTIONS(1211), - [sym__or_operator] = ACTIONS(1104), - [sym__and_operator] = ACTIONS(1104), - [sym__escaped_string] = ACTIONS(1213), + [anon_sym_SLASH] = ACTIONS(1054), + [anon_sym_LBRACE] = ACTIONS(1158), + [anon_sym_STAR] = ACTIONS(1054), + [sym_null_expression] = ACTIONS(1158), + [aux_sym_boolean_literal_token1] = ACTIONS(1158), + [aux_sym_boolean_literal_token2] = ACTIONS(1158), + [aux_sym_boolean_literal_token3] = ACTIONS(1158), + [aux_sym_boolean_literal_token4] = ACTIONS(1158), + [sym__integer_literal] = ACTIONS(1158), + [sym_date_literal] = ACTIONS(1158), + [anon_sym_LBRACK] = ACTIONS(1158), + [anon_sym_COMMA] = ACTIONS(1158), + [anon_sym_LPAREN] = ACTIONS(1158), + [anon_sym_EQ] = ACTIONS(1056), + [aux_sym_unary_expression_token1] = ACTIONS(1158), + [aux_sym_unary_expression_token2] = ACTIONS(1158), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1158), + [aux_sym_temp_table_expression_token1] = ACTIONS(1158), + [aux_sym_current_changed_expression_token1] = ACTIONS(1158), + [aux_sym_locked_expression_token1] = ACTIONS(1158), + [aux_sym_dataset_expression_token1] = ACTIONS(1158), + [aux_sym_input_expression_token1] = ACTIONS(1158), + [anon_sym_PLUS] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1058), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1054), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1054), + [anon_sym_LT] = ACTIONS(1056), + [anon_sym_LT_EQ] = ACTIONS(1056), + [anon_sym_LT_GT] = ACTIONS(1056), + [anon_sym_GT] = ACTIONS(1056), + [anon_sym_GT_EQ] = ACTIONS(1056), + [aux_sym__comparison_operator_token1] = ACTIONS(1056), + [aux_sym__comparison_operator_token2] = ACTIONS(1056), + [aux_sym__comparison_operator_token3] = ACTIONS(1056), + [aux_sym__comparison_operator_token4] = ACTIONS(1056), + [aux_sym__comparison_operator_token5] = ACTIONS(1056), + [aux_sym__comparison_operator_token6] = ACTIONS(1056), + [aux_sym__comparison_operator_token7] = ACTIONS(1056), + [aux_sym__comparison_operator_token8] = ACTIONS(1056), + [aux_sym__comparison_operator_token9] = ACTIONS(1056), + [aux_sym_scope_tuning_token1] = ACTIONS(1158), + [aux_sym_if_statement_token1] = ACTIONS(1158), + [aux_sym_on_error_phrase_token1] = ACTIONS(1158), + [aux_sym_to_phrase_token1] = ACTIONS(1158), + [aux_sym_sort_order_token1] = ACTIONS(1158), + [aux_sym_sort_order_token2] = ACTIONS(1158), + [aux_sym_sort_order_token3] = ACTIONS(1158), + [aux_sym_sort_order_token4] = ACTIONS(1158), + [aux_sym_sort_clause_token1] = ACTIONS(1158), + [aux_sym_can_find_expression_token1] = ACTIONS(1158), + [aux_sym_accumulate_expression_token1] = ACTIONS(1158), + [aux_sym_available_expression_token1] = ACTIONS(1158), + [aux_sym_available_expression_token2] = ACTIONS(1158), + [sym__or_operator] = ACTIONS(1062), + [sym__and_operator] = ACTIONS(1062), + [sym__escaped_string] = ACTIONS(1160), }, [203] = { [sym_comment] = STATE(203), - [sym__logical_operator] = STATE(673), - [sym__additive_operator] = STATE(674), - [sym__multiplicative_operator] = STATE(675), - [sym__comparison_operator] = STATE(676), + [sym__logical_operator] = STATE(607), + [sym__additive_operator] = STATE(606), + [sym__multiplicative_operator] = STATE(605), + [sym__comparison_operator] = STATE(604), [sym_include] = STATE(203), - [sym_identifier] = ACTIONS(1215), - [anon_sym_COLON] = ACTIONS(1215), + [sym_sort_order] = STATE(2862), + [sym_identifier] = ACTIONS(1052), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1096), - [anon_sym_LBRACE] = ACTIONS(1215), - [anon_sym_STAR] = ACTIONS(1096), - [sym_null_expression] = ACTIONS(1215), - [aux_sym_boolean_literal_token1] = ACTIONS(1215), - [aux_sym_boolean_literal_token2] = ACTIONS(1215), - [aux_sym_boolean_literal_token3] = ACTIONS(1215), - [aux_sym_boolean_literal_token4] = ACTIONS(1215), - [sym__integer_literal] = ACTIONS(1215), - [sym_date_literal] = ACTIONS(1215), - [anon_sym_LBRACK] = ACTIONS(1215), - [anon_sym_COMMA] = ACTIONS(1215), - [anon_sym_LPAREN] = ACTIONS(1215), - [anon_sym_EQ] = ACTIONS(1098), - [aux_sym_unary_expression_token1] = ACTIONS(1215), - [aux_sym_unary_expression_token2] = ACTIONS(1215), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1215), - [aux_sym_temp_table_expression_token1] = ACTIONS(1215), - [aux_sym_current_changed_expression_token1] = ACTIONS(1215), - [aux_sym_locked_expression_token1] = ACTIONS(1215), - [aux_sym_dataset_expression_token1] = ACTIONS(1215), - [aux_sym_input_expression_token1] = ACTIONS(1215), - [anon_sym_PLUS] = ACTIONS(1100), - [anon_sym_DASH] = ACTIONS(1100), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1096), - [anon_sym_LT] = ACTIONS(1098), - [anon_sym_LT_EQ] = ACTIONS(1098), - [anon_sym_LT_GT] = ACTIONS(1098), - [anon_sym_GT] = ACTIONS(1098), - [anon_sym_GT_EQ] = ACTIONS(1098), - [aux_sym__comparison_operator_token1] = ACTIONS(1098), - [aux_sym__comparison_operator_token2] = ACTIONS(1098), - [aux_sym__comparison_operator_token3] = ACTIONS(1098), - [aux_sym__comparison_operator_token4] = ACTIONS(1098), - [aux_sym__comparison_operator_token5] = ACTIONS(1098), - [aux_sym__comparison_operator_token6] = ACTIONS(1098), - [aux_sym__comparison_operator_token7] = ACTIONS(1098), - [aux_sym__comparison_operator_token8] = ACTIONS(1098), - [aux_sym__comparison_operator_token9] = ACTIONS(1098), - [aux_sym_scope_tuning_token1] = ACTIONS(1215), - [aux_sym_if_statement_token1] = ACTIONS(1215), - [aux_sym_on_error_phrase_token1] = ACTIONS(1215), - [aux_sym_to_phrase_token1] = ACTIONS(1215), - [aux_sym_sort_order_token1] = ACTIONS(1215), - [aux_sym_sort_order_token2] = ACTIONS(1215), - [aux_sym_sort_order_token3] = ACTIONS(1215), - [aux_sym_sort_order_token4] = ACTIONS(1215), - [aux_sym_sort_clause_token1] = ACTIONS(1215), - [aux_sym_can_find_expression_token1] = ACTIONS(1215), - [aux_sym_accumulate_expression_token1] = ACTIONS(1215), - [aux_sym_available_expression_token1] = ACTIONS(1215), - [aux_sym_available_expression_token2] = ACTIONS(1215), - [sym__or_operator] = ACTIONS(1217), - [sym__and_operator] = ACTIONS(1217), - [sym__escaped_string] = ACTIONS(1217), + [anon_sym_SLASH] = ACTIONS(1054), + [anon_sym_LBRACE] = ACTIONS(1052), + [anon_sym_STAR] = ACTIONS(1054), + [sym__terminator] = ACTIONS(1052), + [sym_null_expression] = ACTIONS(1052), + [aux_sym_boolean_literal_token1] = ACTIONS(1052), + [aux_sym_boolean_literal_token2] = ACTIONS(1052), + [aux_sym_boolean_literal_token3] = ACTIONS(1052), + [aux_sym_boolean_literal_token4] = ACTIONS(1052), + [sym__integer_literal] = ACTIONS(1052), + [sym_date_literal] = ACTIONS(1052), + [anon_sym_LBRACK] = ACTIONS(1052), + [anon_sym_LPAREN] = ACTIONS(1052), + [anon_sym_EQ] = ACTIONS(1056), + [aux_sym_unary_expression_token1] = ACTIONS(1052), + [aux_sym_unary_expression_token2] = ACTIONS(1052), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1052), + [aux_sym_temp_table_expression_token1] = ACTIONS(1052), + [aux_sym_current_changed_expression_token1] = ACTIONS(1052), + [aux_sym_locked_expression_token1] = ACTIONS(1052), + [aux_sym_dataset_expression_token1] = ACTIONS(1052), + [aux_sym_input_expression_token1] = ACTIONS(1052), + [anon_sym_PLUS] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1058), + [aux_sym__multiplicative_operator_token1] = ACTIONS(1054), + [aux_sym__multiplicative_operator_token2] = ACTIONS(1054), + [anon_sym_LT] = ACTIONS(1056), + [anon_sym_LT_EQ] = ACTIONS(1056), + [anon_sym_LT_GT] = ACTIONS(1056), + [anon_sym_GT] = ACTIONS(1056), + [anon_sym_GT_EQ] = ACTIONS(1056), + [aux_sym__comparison_operator_token1] = ACTIONS(1056), + [aux_sym__comparison_operator_token2] = ACTIONS(1056), + [aux_sym__comparison_operator_token3] = ACTIONS(1056), + [aux_sym__comparison_operator_token4] = ACTIONS(1056), + [aux_sym__comparison_operator_token5] = ACTIONS(1056), + [aux_sym__comparison_operator_token6] = ACTIONS(1056), + [aux_sym__comparison_operator_token7] = ACTIONS(1056), + [aux_sym__comparison_operator_token8] = ACTIONS(1056), + [aux_sym__comparison_operator_token9] = ACTIONS(1056), + [aux_sym_scope_tuning_token1] = ACTIONS(1052), + [aux_sym_if_statement_token1] = ACTIONS(1052), + [aux_sym_sort_order_token1] = ACTIONS(1162), + [aux_sym_sort_order_token2] = ACTIONS(1162), + [aux_sym_sort_order_token3] = ACTIONS(1162), + [aux_sym_sort_order_token4] = ACTIONS(1162), + [aux_sym_can_find_expression_token1] = ACTIONS(1052), + [aux_sym_accumulate_expression_token1] = ACTIONS(1052), + [aux_sym_available_expression_token1] = ACTIONS(1052), + [aux_sym_available_expression_token2] = ACTIONS(1052), + [aux_sym_field_definition_token1] = ACTIONS(1052), + [aux_sym_index_definition_token1] = ACTIONS(1052), + [sym__or_operator] = ACTIONS(1062), + [sym__and_operator] = ACTIONS(1062), + [sym__escaped_string] = ACTIONS(1064), }, [204] = { [sym_comment] = STATE(204), - [sym__logical_operator] = STATE(673), - [sym__additive_operator] = STATE(674), - [sym__multiplicative_operator] = STATE(675), - [sym__comparison_operator] = STATE(676), + [sym_constant] = STATE(859), + [sym_qualified_name] = STATE(859), + [sym_boolean_literal] = STATE(859), + [sym__decimal_literal] = STATE(807), + [sym_number_literal] = STATE(859), + [sym_string_literal] = STATE(859), + [sym_array_literal] = STATE(859), + [sym_parenthesized_expression] = STATE(859), + [sym_logical_expression] = STATE(857), + [sym_unary_expression] = STATE(859), + [sym_ambiguous_expression] = STATE(859), + [sym_temp_table_expression] = STATE(859), + [sym_current_changed_expression] = STATE(859), + [sym_locked_expression] = STATE(859), + [sym_dataset_expression] = STATE(859), + [sym_input_expression] = STATE(859), + [sym_additive_expression] = STATE(857), + [sym_multiplicative_expression] = STATE(857), + [sym_comparison_expression] = STATE(857), + [sym__binary_expression] = STATE(859), + [sym_array_access] = STATE(859), [sym_include] = STATE(204), - [sym_identifier] = ACTIONS(1219), - [anon_sym_COLON] = ACTIONS(1219), + [sym_function_call] = STATE(279), + [sym_ternary_expression] = STATE(859), + [sym_new_expression] = STATE(279), + [sym_object_access] = STATE(321), + [sym_member_access] = STATE(859), + [sym_sort_column] = STATE(2909), + [sym_can_find_expression] = STATE(859), + [sym_accumulate_expression] = STATE(859), + [sym_available_expression] = STATE(859), + [sym__expression] = STATE(203), + [aux_sym_sort_clause_repeat1] = STATE(206), + [sym_identifier] = ACTIONS(875), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1219), - [sym_null_expression] = ACTIONS(1219), - [aux_sym_boolean_literal_token1] = ACTIONS(1219), - [aux_sym_boolean_literal_token2] = ACTIONS(1219), - [aux_sym_boolean_literal_token3] = ACTIONS(1219), - [aux_sym_boolean_literal_token4] = ACTIONS(1219), - [sym__integer_literal] = ACTIONS(1219), - [sym_date_literal] = ACTIONS(1219), - [anon_sym_LBRACK] = ACTIONS(1219), - [anon_sym_COMMA] = ACTIONS(1219), - [anon_sym_LPAREN] = ACTIONS(1219), - [anon_sym_EQ] = ACTIONS(1219), - [aux_sym_unary_expression_token1] = ACTIONS(1219), - [aux_sym_unary_expression_token2] = ACTIONS(1219), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1219), - [aux_sym_temp_table_expression_token1] = ACTIONS(1219), - [aux_sym_current_changed_expression_token1] = ACTIONS(1219), - [aux_sym_locked_expression_token1] = ACTIONS(1219), - [aux_sym_dataset_expression_token1] = ACTIONS(1219), - [aux_sym_input_expression_token1] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_DASH] = ACTIONS(1219), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1219), - [anon_sym_LT] = ACTIONS(1219), - [anon_sym_LT_EQ] = ACTIONS(1219), - [anon_sym_LT_GT] = ACTIONS(1219), - [anon_sym_GT] = ACTIONS(1219), - [anon_sym_GT_EQ] = ACTIONS(1219), - [aux_sym__comparison_operator_token1] = ACTIONS(1219), - [aux_sym__comparison_operator_token2] = ACTIONS(1219), - [aux_sym__comparison_operator_token3] = ACTIONS(1219), - [aux_sym__comparison_operator_token4] = ACTIONS(1219), - [aux_sym__comparison_operator_token5] = ACTIONS(1219), - [aux_sym__comparison_operator_token6] = ACTIONS(1219), - [aux_sym__comparison_operator_token7] = ACTIONS(1219), - [aux_sym__comparison_operator_token8] = ACTIONS(1219), - [aux_sym__comparison_operator_token9] = ACTIONS(1219), - [aux_sym_scope_tuning_token1] = ACTIONS(1219), - [aux_sym_if_statement_token1] = ACTIONS(1219), - [aux_sym_on_error_phrase_token1] = ACTIONS(1219), - [aux_sym_to_phrase_token1] = ACTIONS(1219), - [aux_sym_sort_order_token1] = ACTIONS(1219), - [aux_sym_sort_order_token2] = ACTIONS(1219), - [aux_sym_sort_order_token3] = ACTIONS(1219), - [aux_sym_sort_order_token4] = ACTIONS(1219), - [aux_sym_sort_clause_token1] = ACTIONS(1219), - [aux_sym_can_find_expression_token1] = ACTIONS(1219), - [aux_sym_accumulate_expression_token1] = ACTIONS(1219), - [aux_sym_available_expression_token1] = ACTIONS(1219), - [aux_sym_available_expression_token2] = ACTIONS(1219), - [sym__or_operator] = ACTIONS(1221), - [sym__and_operator] = ACTIONS(1221), - [sym__escaped_string] = ACTIONS(1221), + [anon_sym_LBRACE] = ACTIONS(877), + [sym__terminator] = ACTIONS(1164), + [sym_null_expression] = ACTIONS(881), + [aux_sym_boolean_literal_token1] = ACTIONS(883), + [aux_sym_boolean_literal_token2] = ACTIONS(883), + [aux_sym_boolean_literal_token3] = ACTIONS(883), + [aux_sym_boolean_literal_token4] = ACTIONS(883), + [sym__integer_literal] = ACTIONS(885), + [sym_date_literal] = ACTIONS(881), + [anon_sym_LBRACK] = ACTIONS(887), + [anon_sym_LPAREN] = ACTIONS(889), + [aux_sym_unary_expression_token1] = ACTIONS(893), + [aux_sym_unary_expression_token2] = ACTIONS(895), + [aux_sym_ambiguous_expression_token1] = ACTIONS(897), + [aux_sym_temp_table_expression_token1] = ACTIONS(899), + [aux_sym_current_changed_expression_token1] = ACTIONS(901), + [aux_sym_locked_expression_token1] = ACTIONS(903), + [aux_sym_dataset_expression_token1] = ACTIONS(905), + [aux_sym_input_expression_token1] = ACTIONS(907), + [aux_sym_scope_tuning_token1] = ACTIONS(909), + [aux_sym_if_statement_token1] = ACTIONS(911), + [aux_sym_can_find_expression_token1] = ACTIONS(913), + [aux_sym_accumulate_expression_token1] = ACTIONS(915), + [aux_sym_available_expression_token1] = ACTIONS(917), + [aux_sym_available_expression_token2] = ACTIONS(917), + [aux_sym_field_definition_token1] = ACTIONS(1164), + [aux_sym_index_definition_token1] = ACTIONS(1164), + [sym__escaped_string] = ACTIONS(919), }, [205] = { [sym_comment] = STATE(205), - [sym__logical_operator] = STATE(673), - [sym__additive_operator] = STATE(674), - [sym__multiplicative_operator] = STATE(675), - [sym__comparison_operator] = STATE(676), + [sym_constant] = STATE(859), + [sym_qualified_name] = STATE(859), + [sym_boolean_literal] = STATE(859), + [sym__decimal_literal] = STATE(807), + [sym_number_literal] = STATE(859), + [sym_string_literal] = STATE(859), + [sym_array_literal] = STATE(859), + [sym_parenthesized_expression] = STATE(859), + [sym_logical_expression] = STATE(857), + [sym_unary_expression] = STATE(859), + [sym_ambiguous_expression] = STATE(859), + [sym_temp_table_expression] = STATE(859), + [sym_current_changed_expression] = STATE(859), + [sym_locked_expression] = STATE(859), + [sym_dataset_expression] = STATE(859), + [sym_input_expression] = STATE(859), + [sym_additive_expression] = STATE(857), + [sym_multiplicative_expression] = STATE(857), + [sym_comparison_expression] = STATE(857), + [sym__binary_expression] = STATE(859), + [sym_array_access] = STATE(859), [sym_include] = STATE(205), - [sym_identifier] = ACTIONS(1223), - [anon_sym_COLON] = ACTIONS(1223), + [sym_function_call] = STATE(279), + [sym_ternary_expression] = STATE(859), + [sym_new_expression] = STATE(279), + [sym_object_access] = STATE(321), + [sym_member_access] = STATE(859), + [sym_sort_column] = STATE(2909), + [sym_can_find_expression] = STATE(859), + [sym_accumulate_expression] = STATE(859), + [sym_available_expression] = STATE(859), + [sym__expression] = STATE(203), + [aux_sym_sort_clause_repeat1] = STATE(206), + [sym_identifier] = ACTIONS(875), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SLASH] = ACTIONS(1096), - [anon_sym_LBRACE] = ACTIONS(1223), - [anon_sym_STAR] = ACTIONS(1096), - [sym_null_expression] = ACTIONS(1223), - [aux_sym_boolean_literal_token1] = ACTIONS(1223), - [aux_sym_boolean_literal_token2] = ACTIONS(1223), - [aux_sym_boolean_literal_token3] = ACTIONS(1223), - [aux_sym_boolean_literal_token4] = ACTIONS(1223), - [sym__integer_literal] = ACTIONS(1223), - [sym_date_literal] = ACTIONS(1223), - [anon_sym_LBRACK] = ACTIONS(1223), - [anon_sym_COMMA] = ACTIONS(1223), - [anon_sym_LPAREN] = ACTIONS(1223), - [anon_sym_EQ] = ACTIONS(1223), - [aux_sym_unary_expression_token1] = ACTIONS(1223), - [aux_sym_unary_expression_token2] = ACTIONS(1223), - [aux_sym_ambiguous_expression_token1] = ACTIONS(1223), - [aux_sym_temp_table_expression_token1] = ACTIONS(1223), - [aux_sym_current_changed_expression_token1] = ACTIONS(1223), - [aux_sym_locked_expression_token1] = ACTIONS(1223), - [aux_sym_dataset_expression_token1] = ACTIONS(1223), - [aux_sym_input_expression_token1] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1223), - [anon_sym_DASH] = ACTIONS(1223), - [aux_sym__multiplicative_operator_token1] = ACTIONS(1096), - [anon_sym_LT] = ACTIONS(1223), - [anon_sym_LT_EQ] = ACTIONS(1223), - [anon_sym_LT_GT] = ACTIONS(1223), - [anon_sym_GT] = ACTIONS(1223), - [anon_sym_GT_EQ] = ACTIONS(1223), - [aux_sym__comparison_operator_token1] = ACTIONS(1223), - [aux_sym__comparison_operator_token2] = ACTIONS(1223), - [aux_sym__comparison_operator_token3] = ACTIONS(1223), - [aux_sym__comparison_operator_token4] = ACTIONS(1223), - [aux_sym__comparison_operator_token5] = ACTIONS(1223), - [aux_sym__comparison_operator_token6] = ACTIONS(1223), - [aux_sym__comparison_operator_token7] = ACTIONS(1223), - [aux_sym__comparison_operator_token8] = ACTIONS(1223), - [aux_sym__comparison_operator_token9] = ACTIONS(1223), - [aux_sym_scope_tuning_token1] = ACTIONS(1223), - [aux_sym_if_statement_token1] = ACTIONS(1223), - [aux_sym_on_error_phrase_token1] = ACTIONS(1223), - [aux_sym_to_phrase_token1] = ACTIONS(1223), - [aux_sym_sort_order_token1] = ACTIONS(1223), - [aux_sym_sort_order_token2] = ACTIONS(1223), - [aux_sym_sort_order_token3] = ACTIONS(1223), - [aux_sym_sort_order_token4] = ACTIONS(1223), - [aux_sym_sort_clause_token1] = ACTIONS(1223), - [aux_sym_can_find_expression_token1] = ACTIONS(1223), - [aux_sym_accumulate_expression_token1] = ACTIONS(1223), + [anon_sym_LBRACE] = ACTIONS(877), + [sym__terminator] = ACTIONS(879), + [sym_null_expression] = ACTIONS(881), + [aux_sym_boolean_literal_token1] = ACTIONS(883), + [aux_sym_boolean_literal_token2] = ACTIONS(883), + [aux_sym_boolean_literal_token3] = ACTIONS(883), + [aux_sym_boolean_literal_token4] = ACTIONS(883), + [sym__integer_literal] = ACTIONS(885), + [sym_date_literal] = ACTIONS(881), + [anon_sym_LBRACK] = ACTIONS(887), + [anon_sym_LPAREN] = ACTIONS(889), + [aux_sym_unary_expression_token1] = ACTIONS(893), + [aux_sym_unary_expression_token2] = ACTIONS(895), + [aux_sym_ambiguous_expression_token1] = ACTIONS(897), + [aux_sym_temp_table_expression_token1] = ACTIONS(899), + [aux_sym_current_changed_expression_token1] = ACTIONS(901), + [aux_sym_locked_expression_token1] = ACTIONS(903), + [aux_sym_dataset_expression_token1] = ACTIONS(905), + [aux_sym_input_expression_token1] = ACTIONS(907), + [aux_sym_scope_tuning_token1] = ACTIONS(909), + [aux_sym_if_statement_token1] = ACTIONS(911), + [aux_sym_can_find_expression_token1] = ACTIONS(913), + [aux_sym_accumulate_expression_token1] = ACTIONS(915), + [aux_sym_available_expression_token1] = ACTIONS(917), + [aux_sym_available_expression_token2] = ACTIONS(917), + [aux_sym_field_definition_token1] = ACTIONS(879), + [aux_sym_index_definition_token1] = ACTIONS(879), + [sym__escaped_string] = ACTIONS(919), + }, + [206] = { + [sym_comment] = STATE(206), + [sym_constant] = STATE(859), + [sym_qualified_name] = STATE(859), + [sym_boolean_literal] = STATE(859), + [sym__decimal_literal] = STATE(807), + [sym_number_literal] = STATE(859), + [sym_string_literal] = STATE(859), + [sym_array_literal] = STATE(859), + [sym_parenthesized_expression] = STATE(859), + [sym_logical_expression] = STATE(857), + [sym_unary_expression] = STATE(859), + [sym_ambiguous_expression] = STATE(859), + [sym_temp_table_expression] = STATE(859), + [sym_current_changed_expression] = STATE(859), + [sym_locked_expression] = STATE(859), + [sym_dataset_expression] = STATE(859), + [sym_input_expression] = STATE(859), + [sym_additive_expression] = STATE(857), + [sym_multiplicative_expression] = STATE(857), + [sym_comparison_expression] = STATE(857), + [sym__binary_expression] = STATE(859), + [sym_array_access] = STATE(859), + [sym_include] = STATE(206), + [sym_function_call] = STATE(279), + [sym_ternary_expression] = STATE(859), + [sym_new_expression] = STATE(279), + [sym_object_access] = STATE(321), + [sym_member_access] = STATE(859), + [sym_sort_column] = STATE(2909), + [sym_can_find_expression] = STATE(859), + [sym_accumulate_expression] = STATE(859), + [sym_available_expression] = STATE(859), + [sym__expression] = STATE(203), + [aux_sym_sort_clause_repeat1] = STATE(206), + [sym_identifier] = ACTIONS(1166), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_LBRACE] = ACTIONS(1169), + [sym__terminator] = ACTIONS(938), + [sym_null_expression] = ACTIONS(1172), + [aux_sym_boolean_literal_token1] = ACTIONS(1175), + [aux_sym_boolean_literal_token2] = ACTIONS(1175), + [aux_sym_boolean_literal_token3] = ACTIONS(1175), + [aux_sym_boolean_literal_token4] = ACTIONS(1175), + [sym__integer_literal] = ACTIONS(1178), + [sym_date_literal] = ACTIONS(1172), + [anon_sym_LBRACK] = ACTIONS(1181), + [anon_sym_LPAREN] = ACTIONS(1184), + [aux_sym_unary_expression_token1] = ACTIONS(1187), + [aux_sym_unary_expression_token2] = ACTIONS(1190), + [aux_sym_ambiguous_expression_token1] = ACTIONS(1193), + [aux_sym_temp_table_expression_token1] = ACTIONS(1196), + [aux_sym_current_changed_expression_token1] = ACTIONS(1199), + [aux_sym_locked_expression_token1] = ACTIONS(1202), + [aux_sym_dataset_expression_token1] = ACTIONS(1205), + [aux_sym_input_expression_token1] = ACTIONS(1208), + [aux_sym_scope_tuning_token1] = ACTIONS(1211), + [aux_sym_if_statement_token1] = ACTIONS(1214), + [aux_sym_can_find_expression_token1] = ACTIONS(1217), + [aux_sym_accumulate_expression_token1] = ACTIONS(1220), [aux_sym_available_expression_token1] = ACTIONS(1223), [aux_sym_available_expression_token2] = ACTIONS(1223), - [sym__or_operator] = ACTIONS(1225), - [sym__and_operator] = ACTIONS(1225), - [sym__escaped_string] = ACTIONS(1225), + [aux_sym_field_definition_token1] = ACTIONS(938), + [aux_sym_index_definition_token1] = ACTIONS(938), + [sym__escaped_string] = ACTIONS(1226), }, }; static const uint16_t ts_small_parse_table[] = { - [0] = 33, + [0] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1227), 1, - sym_identifier, - ACTIONS(1230), 1, + STATE(604), 1, + sym__comparison_operator, + STATE(605), 1, + sym__multiplicative_operator, + STATE(606), 1, + sym__additive_operator, + STATE(607), 1, + sym__logical_operator, + STATE(207), 2, + sym_comment, + sym_include, + ACTIONS(1128), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 49, anon_sym_LBRACE, - ACTIONS(1239), 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(1242), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1245), 1, anon_sym_LPAREN, - ACTIONS(1248), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1251), 1, aux_sym_unary_expression_token2, - ACTIONS(1254), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1257), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1260), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1263), 1, aux_sym_locked_expression_token1, - ACTIONS(1266), 1, aux_sym_dataset_expression_token1, - ACTIONS(1269), 1, aux_sym_input_expression_token1, - ACTIONS(1272), 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, - ACTIONS(1275), 1, aux_sym_if_statement_token1, - ACTIONS(1278), 1, - aux_sym_if_statement_token2, - ACTIONS(1280), 1, - aux_sym_case_conditon_token1, - ACTIONS(1283), 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(1286), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1292), 1, - sym__escaped_string, - STATE(995), 1, - sym__expression, - STATE(1037), 1, - sym_object_access, - STATE(1072), 1, - sym__decimal_literal, - STATE(2826), 1, - sym_case_conditon, - ACTIONS(1233), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1289), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(1012), 2, - sym_function_call, - sym_new_expression, - STATE(206), 3, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [85] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(871), 1, + sym__namedoublecolon, + STATE(239), 1, + aux_sym_member_access_repeat1, + STATE(208), 2, sym_comment, sym_include, - aux_sym_case_when_branch_repeat1, - ACTIONS(1236), 4, + ACTIONS(129), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(131), 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, - STATE(1095), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1097), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [131] = 15, + 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, + [164] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1106), 1, + ACTIONS(1120), 1, sym__escaped_string, - STATE(718), 1, - sym__logical_operator, - STATE(719), 1, - sym__additive_operator, - STATE(720), 1, - sym__multiplicative_operator, - STATE(721), 1, + STATE(604), 1, sym__comparison_operator, - STATE(2690), 1, - sym_sort_order, - ACTIONS(1100), 2, + STATE(605), 1, + sym__multiplicative_operator, + STATE(606), 1, + sym__additive_operator, + STATE(607), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(207), 2, + STATE(209), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1295), 4, - aux_sym_sort_order_token1, - aux_sym_sort_order_token2, - aux_sym_sort_order_token3, - aux_sym_sort_order_token4, - ACTIONS(1098), 15, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -62192,7 +62077,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1094), 28, + ACTIONS(1118), 32, anon_sym_LBRACE, sym_identifier, sym__terminator, @@ -62215,239 +62100,124 @@ 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_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, - [226] = 34, + [255] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1297), 1, - sym_identifier, - ACTIONS(1299), 1, + ACTIONS(1140), 1, + sym__escaped_string, + STATE(604), 1, + sym__comparison_operator, + STATE(605), 1, + sym__multiplicative_operator, + STATE(606), 1, + sym__additive_operator, + STATE(607), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(210), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 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(1138), 32, anon_sym_LBRACE, - ACTIONS(1305), 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(1307), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1309), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, aux_sym_unary_expression_token1, - ACTIONS(1313), 1, aux_sym_unary_expression_token2, - ACTIONS(1315), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1317), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1319), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1321), 1, aux_sym_locked_expression_token1, - ACTIONS(1323), 1, aux_sym_dataset_expression_token1, - ACTIONS(1325), 1, aux_sym_input_expression_token1, - ACTIONS(1327), 1, aux_sym_scope_tuning_token1, - ACTIONS(1329), 1, aux_sym_if_statement_token1, - ACTIONS(1331), 1, - aux_sym_if_statement_token2, - ACTIONS(1333), 1, - aux_sym_case_conditon_token1, - ACTIONS(1335), 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(1337), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1341), 1, - sym__escaped_string, - STATE(206), 1, - aux_sym_case_when_branch_repeat1, - STATE(995), 1, - sym__expression, - STATE(1037), 1, - sym_object_access, - STATE(1072), 1, - sym__decimal_literal, - STATE(2826), 1, - sym_case_conditon, - ACTIONS(1301), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1339), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(208), 2, - sym_comment, - sym_include, - STATE(1012), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1303), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1095), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1097), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [359] = 34, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1297), 1, - sym_identifier, - ACTIONS(1299), 1, - anon_sym_LBRACE, - ACTIONS(1305), 1, - sym__integer_literal, - ACTIONS(1307), 1, - anon_sym_LBRACK, - ACTIONS(1309), 1, - anon_sym_LPAREN, - ACTIONS(1311), 1, - aux_sym_unary_expression_token1, - ACTIONS(1313), 1, - aux_sym_unary_expression_token2, - ACTIONS(1315), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1317), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1319), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1321), 1, - aux_sym_locked_expression_token1, - ACTIONS(1323), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1325), 1, - aux_sym_input_expression_token1, - ACTIONS(1327), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1329), 1, - aux_sym_if_statement_token1, - ACTIONS(1333), 1, - aux_sym_case_conditon_token1, - ACTIONS(1335), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1337), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(1341), 1, - sym__escaped_string, - ACTIONS(1343), 1, - aux_sym_if_statement_token2, - STATE(208), 1, - aux_sym_case_when_branch_repeat1, - STATE(995), 1, - sym__expression, - STATE(1037), 1, - sym_object_access, - STATE(1072), 1, - sym__decimal_literal, - STATE(2826), 1, - sym_case_conditon, - ACTIONS(1301), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1339), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(209), 2, - sym_comment, - sym_include, - STATE(1012), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1303), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1095), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1097), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [492] = 13, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [346] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1193), 1, + ACTIONS(1144), 1, sym__escaped_string, - STATE(718), 1, - sym__logical_operator, - STATE(719), 1, - sym__additive_operator, - STATE(720), 1, - sym__multiplicative_operator, - STATE(721), 1, + STATE(604), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(605), 1, + sym__multiplicative_operator, + STATE(606), 1, + sym__additive_operator, + STATE(607), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(210), 2, + STATE(211), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -62463,7 +62233,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1191), 32, + ACTIONS(1142), 32, anon_sym_LBRACE, sym_identifier, sym__terminator, @@ -62496,20 +62266,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_available_expression_token2, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [582] = 5, + [437] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(211), 2, + ACTIONS(867), 1, + sym__namedot, + STATE(242), 1, + aux_sym_qualified_name_repeat1, + STATE(212), 2, sym_comment, sym_include, - ACTIONS(144), 4, - sym__namecolon, + ACTIONS(133), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(146), 55, + ACTIONS(135), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -62537,6 +62310,7 @@ 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, @@ -62552,7 +62326,6 @@ 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_function_call_token1, aux_sym_if_statement_token1, aux_sym_on_error_phrase_token1, aux_sym_to_phrase_token1, @@ -62565,27 +62338,55 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [656] = 6, + [516] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1345), 1, - sym__namecolon, - ACTIONS(91), 3, + ACTIONS(1148), 1, + sym__escaped_string, + STATE(604), 1, + sym__comparison_operator, + STATE(605), 1, + sym__multiplicative_operator, + STATE(606), 1, + sym__additive_operator, + STATE(607), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - STATE(212), 3, + STATE(213), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 54, - anon_sym_COLON, + ACTIONS(1054), 4, anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 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(1146), 32, anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, + sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -62594,9 +62395,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -62605,9 +62404,49 @@ 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_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, + [607] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1124), 1, + sym__escaped_string, + STATE(604), 1, + sym__comparison_operator, + STATE(605), 1, + sym__multiplicative_operator, + STATE(606), 1, + sym__additive_operator, + STATE(607), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(214), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -62622,40 +62461,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(1122), 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_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, - [732] = 7, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [698] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(917), 1, - sym__namecolon, - STATE(212), 1, - aux_sym_object_access_repeat1, - STATE(213), 2, + ACTIONS(1229), 1, + sym_identifier, + ACTIONS(1234), 1, + aux_sym_input_expression_token2, + STATE(259), 1, + sym_qualified_name, + STATE(215), 2, sym_comment, sym_include, - ACTIONS(98), 3, + ACTIONS(1236), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(100), 54, + ACTIONS(1232), 54, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym_null_expression, aux_sym_boolean_literal_token1, @@ -62679,6 +62539,7 @@ 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, @@ -62706,23 +62567,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [810] = 7, + [779] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(917), 1, - sym__namecolon, - STATE(212), 1, - aux_sym_object_access_repeat1, - STATE(214), 2, + STATE(216), 2, sym_comment, sym_include, - ACTIONS(98), 3, + ACTIONS(121), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(100), 54, + ACTIONS(123), 56, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -62750,6 +62608,7 @@ 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, @@ -62765,6 +62624,7 @@ 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_function_call_token1, aux_sym_if_statement_token1, aux_sym_on_error_phrase_token1, aux_sym_to_phrase_token1, @@ -62777,28 +62637,55 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [888] = 7, + [854] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(917), 1, - sym__namecolon, - STATE(212), 1, - aux_sym_object_access_repeat1, - STATE(215), 2, - sym_comment, - sym_include, - ACTIONS(98), 3, + ACTIONS(1156), 1, + sym__escaped_string, + STATE(604), 1, + sym__comparison_operator, + STATE(605), 1, + sym__multiplicative_operator, + STATE(606), 1, + sym__additive_operator, + STATE(607), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(100), 54, - anon_sym_COLON, + STATE(217), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 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(1154), 32, anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, + sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -62807,9 +62694,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -62818,53 +62703,35 @@ 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [966] = 7, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [945] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(915), 1, - sym__namedot, - STATE(225), 1, - aux_sym_qualified_name_repeat1, - STATE(216), 2, + ACTIONS(869), 1, + sym__namecolon, + STATE(231), 1, + aux_sym_object_access_repeat1, + STATE(218), 2, sym_comment, sym_include, - ACTIONS(124), 3, + ACTIONS(87), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(126), 54, + ACTIONS(89), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -62892,6 +62759,7 @@ 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, @@ -62919,28 +62787,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [1044] = 8, + [1024] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1348), 1, - sym_identifier, - ACTIONS(1353), 1, - aux_sym_input_expression_token2, - STATE(306), 1, - sym_qualified_name, - STATE(217), 2, + STATE(219), 2, sym_comment, sym_include, - ACTIONS(1355), 3, + ACTIONS(117), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(1351), 53, + 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, @@ -62964,6 +62828,7 @@ 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, @@ -62979,6 +62844,7 @@ 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_function_call_token1, aux_sym_if_statement_token1, aux_sym_on_error_phrase_token1, aux_sym_to_phrase_token1, @@ -62991,25 +62857,154 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [1124] = 5, + [1099] = 34, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(218), 2, + ACTIONS(1238), 1, + sym_identifier, + ACTIONS(1240), 1, + anon_sym_LBRACE, + ACTIONS(1246), 1, + sym__integer_literal, + ACTIONS(1248), 1, + anon_sym_LBRACK, + ACTIONS(1250), 1, + anon_sym_LPAREN, + ACTIONS(1252), 1, + aux_sym_unary_expression_token1, + ACTIONS(1254), 1, + aux_sym_unary_expression_token2, + ACTIONS(1256), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1258), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1260), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1262), 1, + aux_sym_locked_expression_token1, + ACTIONS(1264), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1266), 1, + aux_sym_input_expression_token1, + ACTIONS(1268), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1270), 1, + aux_sym_if_statement_token1, + ACTIONS(1272), 1, + aux_sym_if_statement_token2, + ACTIONS(1274), 1, + aux_sym_case_conditon_token1, + ACTIONS(1276), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1278), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1282), 1, + sym__escaped_string, + STATE(233), 1, + aux_sym_case_when_branch_repeat1, + STATE(987), 1, + sym__expression, + STATE(1039), 1, + sym_object_access, + STATE(1115), 1, + sym__decimal_literal, + STATE(3035), 1, + sym_case_conditon, + ACTIONS(1242), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1280), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(220), 2, sym_comment, sym_include, - ACTIONS(120), 4, - sym__namecolon, + STATE(1019), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1244), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1074), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1112), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [1232] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1160), 1, + sym__escaped_string, + STATE(604), 1, + sym__comparison_operator, + STATE(605), 1, + sym__multiplicative_operator, + STATE(606), 1, + sym__additive_operator, + STATE(607), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(122), 55, - anon_sym_COLON, + STATE(221), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 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(1158), 32, anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, + sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -63018,9 +63013,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -63029,9 +63022,48 @@ 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_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, + [1323] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(604), 1, + sym__comparison_operator, + STATE(605), 1, + sym__multiplicative_operator, + STATE(606), 1, + sym__additive_operator, + STATE(607), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(222), 2, + sym_comment, + sym_include, + ACTIONS(232), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -63046,34 +63078,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(234), 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, - 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, - [1198] = 5, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [1412] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(219), 2, + STATE(223), 2, sym_comment, sym_include, - ACTIONS(144), 4, + ACTIONS(121), 4, sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(146), 55, + ACTIONS(123), 56, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -63101,6 +63152,7 @@ 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, @@ -63129,20 +63181,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [1272] = 5, + [1487] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(220), 2, + STATE(224), 2, sym_comment, sym_include, - ACTIONS(136), 4, + ACTIONS(117), 4, sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(138), 55, + ACTIONS(119), 56, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -63170,6 +63222,7 @@ 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, @@ -63198,22 +63251,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [1346] = 6, + [1562] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1357), 1, - sym__namedot, - ACTIONS(102), 3, + STATE(225), 2, + sym_comment, + sym_include, + ACTIONS(106), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - STATE(221), 3, - sym_comment, - sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 54, + ACTIONS(108), 56, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -63241,6 +63292,7 @@ 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, @@ -63257,6 +63309,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -63268,27 +63321,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [1422] = 6, + [1637] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1360), 1, - anon_sym_NO_DASHERROR, - STATE(222), 2, + STATE(604), 1, + sym__comparison_operator, + STATE(605), 1, + sym__multiplicative_operator, + STATE(606), 1, + sym__additive_operator, + STATE(607), 1, + sym__logical_operator, + STATE(226), 2, sym_comment, sym_include, - ACTIONS(543), 4, - sym__namecolon, + ACTIONS(1132), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(545), 54, - anon_sym_COLON, + ACTIONS(1130), 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, @@ -63297,7 +63355,6 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -63311,6 +63368,7 @@ 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, @@ -63327,34 +63385,32 @@ 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_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, - [1498] = 7, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [1720] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(915), 1, - sym__namedot, - STATE(225), 1, - aux_sym_qualified_name_repeat1, - STATE(223), 2, + ACTIONS(1284), 1, + anon_sym_NO_DASHERROR, + STATE(227), 2, sym_comment, sym_include, - ACTIONS(128), 3, + ACTIONS(256), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(130), 54, + ACTIONS(258), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -63382,6 +63438,7 @@ 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, @@ -63409,22 +63466,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [1576] = 6, + [1797] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1362), 1, - sym__namedoublecolon, - ACTIONS(113), 3, + ACTIONS(1286), 1, + sym__namecolon, + ACTIONS(91), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - STATE(224), 3, + STATE(228), 3, sym_comment, sym_include, - aux_sym_member_access_repeat1, - ACTIONS(115), 54, + aux_sym_object_access_repeat1, + ACTIONS(93), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -63452,6 +63509,7 @@ 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, @@ -63479,28 +63537,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [1652] = 7, + [1874] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(915), 1, - sym__namedot, - STATE(221), 1, - aux_sym_qualified_name_repeat1, - STATE(225), 2, + STATE(604), 1, + sym__comparison_operator, + STATE(605), 1, + sym__multiplicative_operator, + STATE(606), 1, + sym__additive_operator, + STATE(607), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(229), 2, sym_comment, sym_include, - ACTIONS(109), 3, + ACTIONS(1136), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(111), 54, - anon_sym_COLON, + ACTIONS(1054), 4, anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 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(1134), 32, anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, + sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -63509,9 +63593,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -63520,50 +63602,35 @@ 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [1730] = 5, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [1963] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(226), 2, + ACTIONS(869), 1, + sym__namecolon, + STATE(228), 1, + aux_sym_object_access_repeat1, + STATE(230), 2, sym_comment, sym_include, - ACTIONS(120), 4, - sym__namecolon, + ACTIONS(98), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(122), 55, + ACTIONS(100), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -63591,6 +63658,7 @@ 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, @@ -63606,7 +63674,6 @@ 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_function_call_token1, aux_sym_if_statement_token1, aux_sym_on_error_phrase_token1, aux_sym_to_phrase_token1, @@ -63619,54 +63686,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [1804] = 13, + [2042] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1197), 1, - sym__escaped_string, - STATE(718), 1, - sym__logical_operator, - STATE(719), 1, - sym__additive_operator, - STATE(720), 1, - sym__multiplicative_operator, - STATE(721), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(227), 2, + ACTIONS(869), 1, + sym__namecolon, + STATE(228), 1, + aux_sym_object_access_repeat1, + STATE(231), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(98), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(100), 55, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 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(1195), 32, anon_sym_LBRACE, sym_identifier, - sym__terminator, + anon_sym_STAR, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -63675,7 +63716,9 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -63684,32 +63727,54 @@ 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__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_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, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [1894] = 5, + [2121] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(228), 2, + ACTIONS(869), 1, + sym__namecolon, + STATE(228), 1, + aux_sym_object_access_repeat1, + STATE(232), 2, sym_comment, sym_include, - ACTIONS(136), 4, - sym__namecolon, + ACTIONS(98), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(138), 55, + ACTIONS(100), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -63737,6 +63802,7 @@ 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, @@ -63752,7 +63818,6 @@ 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_function_call_token1, aux_sym_if_statement_token1, aux_sym_on_error_phrase_token1, aux_sym_to_phrase_token1, @@ -63765,130 +63830,224 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [1968] = 13, + [2200] = 34, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1205), 1, + ACTIONS(1238), 1, + sym_identifier, + ACTIONS(1240), 1, + anon_sym_LBRACE, + ACTIONS(1246), 1, + sym__integer_literal, + ACTIONS(1248), 1, + anon_sym_LBRACK, + ACTIONS(1250), 1, + anon_sym_LPAREN, + ACTIONS(1252), 1, + aux_sym_unary_expression_token1, + ACTIONS(1254), 1, + aux_sym_unary_expression_token2, + ACTIONS(1256), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1258), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1260), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1262), 1, + aux_sym_locked_expression_token1, + ACTIONS(1264), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1266), 1, + aux_sym_input_expression_token1, + ACTIONS(1268), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1270), 1, + aux_sym_if_statement_token1, + ACTIONS(1274), 1, + aux_sym_case_conditon_token1, + ACTIONS(1276), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1278), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1282), 1, sym__escaped_string, - STATE(718), 1, - sym__logical_operator, - STATE(719), 1, - sym__additive_operator, - STATE(720), 1, - sym__multiplicative_operator, - STATE(721), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(229), 2, + ACTIONS(1289), 1, + aux_sym_if_statement_token2, + STATE(234), 1, + aux_sym_case_when_branch_repeat1, + STATE(987), 1, + sym__expression, + STATE(1039), 1, + sym_object_access, + STATE(1115), 1, + sym__decimal_literal, + STATE(3035), 1, + sym_case_conditon, + ACTIONS(1242), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1280), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(233), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 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(1203), 32, - anon_sym_LBRACE, - sym_identifier, - sym__terminator, - sym_null_expression, + STATE(1019), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1244), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, + STATE(1074), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1112), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [2333] = 33, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1291), 1, + sym_identifier, + ACTIONS(1294), 1, + anon_sym_LBRACE, + ACTIONS(1303), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(1306), 1, anon_sym_LBRACK, + ACTIONS(1309), 1, anon_sym_LPAREN, + ACTIONS(1312), 1, aux_sym_unary_expression_token1, + ACTIONS(1315), 1, aux_sym_unary_expression_token2, + ACTIONS(1318), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1321), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1324), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1327), 1, aux_sym_locked_expression_token1, + ACTIONS(1330), 1, aux_sym_dataset_expression_token1, + ACTIONS(1333), 1, aux_sym_input_expression_token1, + ACTIONS(1336), 1, aux_sym_scope_tuning_token1, + ACTIONS(1339), 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(1342), 1, + aux_sym_if_statement_token2, + ACTIONS(1344), 1, + aux_sym_case_conditon_token1, + ACTIONS(1347), 1, aux_sym_can_find_expression_token1, + ACTIONS(1350), 1, aux_sym_accumulate_expression_token1, + ACTIONS(1356), 1, + sym__escaped_string, + STATE(987), 1, + sym__expression, + STATE(1039), 1, + sym_object_access, + STATE(1115), 1, + sym__decimal_literal, + STATE(3035), 1, + sym_case_conditon, + ACTIONS(1297), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1353), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [2058] = 12, + STATE(1019), 2, + sym_function_call, + sym_new_expression, + STATE(234), 3, + sym_comment, + sym_include, + aux_sym_case_when_branch_repeat1, + ACTIONS(1300), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1074), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1112), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [2464] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(718), 1, - sym__logical_operator, - STATE(719), 1, - sym__additive_operator, - STATE(720), 1, - sym__multiplicative_operator, - STATE(721), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(230), 2, + ACTIONS(1359), 1, + aux_sym_function_call_token1, + STATE(235), 2, sym_comment, sym_include, - ACTIONS(192), 3, + ACTIONS(166), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(1096), 3, + ACTIONS(168), 55, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 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(194), 32, anon_sym_LBRACE, sym_identifier, - sym__terminator, + anon_sym_STAR, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -63897,7 +64056,9 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -63906,35 +64067,54 @@ 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__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_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, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [2146] = 7, + [2541] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(917), 1, + ACTIONS(869), 1, sym__namecolon, - STATE(214), 1, + STATE(231), 1, aux_sym_object_access_repeat1, - STATE(231), 2, + STATE(236), 2, sym_comment, sym_include, - ACTIONS(87), 3, + ACTIONS(67), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(89), 54, + ACTIONS(73), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -63962,6 +64142,7 @@ 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, @@ -63989,34 +64170,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [2224] = 12, + [2620] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(718), 1, - sym__logical_operator, - STATE(719), 1, - sym__additive_operator, - STATE(720), 1, - sym__multiplicative_operator, - STATE(721), 1, + ACTIONS(1152), 1, + sym__escaped_string, + STATE(604), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(605), 1, + sym__multiplicative_operator, + STATE(606), 1, + sym__additive_operator, + STATE(607), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(232), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(237), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1217), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(1098), 15, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -64032,7 +64215,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1215), 32, + ACTIONS(1150), 32, anon_sym_LBRACE, sym_identifier, sym__terminator, @@ -64065,32 +64248,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_available_expression_token2, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [2312] = 9, + [2711] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(718), 1, - sym__logical_operator, - STATE(719), 1, - sym__additive_operator, - STATE(720), 1, - sym__multiplicative_operator, - STATE(721), 1, - sym__comparison_operator, - STATE(233), 2, + STATE(238), 2, sym_comment, sym_include, - ACTIONS(1221), 3, + ACTIONS(106), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(1219), 52, + ACTIONS(108), 56, + 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, @@ -64099,6 +64275,7 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -64112,6 +64289,7 @@ 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, @@ -64127,65 +64305,40 @@ 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_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, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [2394] = 13, + [2786] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1189), 1, - sym__escaped_string, - STATE(718), 1, - sym__logical_operator, - STATE(719), 1, - sym__additive_operator, - STATE(720), 1, - sym__multiplicative_operator, - STATE(721), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1361), 1, + sym__namedoublecolon, + ACTIONS(137), 3, sym__or_operator, sym__and_operator, - STATE(234), 2, + sym__escaped_string, + STATE(239), 3, sym_comment, sym_include, - ACTIONS(1096), 3, + aux_sym_member_access_repeat1, + ACTIONS(139), 55, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 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(1187), 32, anon_sym_LBRACE, sym_identifier, - sym__terminator, + anon_sym_STAR, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -64194,7 +64347,9 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -64203,46 +64358,59 @@ 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__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_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, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [2484] = 10, + [2863] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(718), 1, - sym__logical_operator, - STATE(719), 1, - sym__additive_operator, - STATE(720), 1, - sym__multiplicative_operator, - STATE(721), 1, - sym__comparison_operator, - STATE(235), 2, + ACTIONS(867), 1, + sym__namedot, + STATE(242), 1, + aux_sym_qualified_name_repeat1, + STATE(240), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1225), 3, + ACTIONS(102), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(1223), 49, + ACTIONS(104), 55, + anon_sym_COLON, + anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, - sym__terminator, + anon_sym_STAR, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -64251,6 +64419,7 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -64263,6 +64432,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -64279,33 +64450,33 @@ 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_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, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [2568] = 7, + [2942] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(917), 1, - sym__namecolon, - STATE(214), 1, - aux_sym_object_access_repeat1, - STATE(236), 2, - sym_comment, - sym_include, - ACTIONS(67), 3, + ACTIONS(1364), 1, + sym__namedot, + ACTIONS(110), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(73), 54, + STATE(241), 3, + sym_comment, + sym_include, + aux_sym_qualified_name_repeat1, + ACTIONS(112), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -64333,6 +64504,7 @@ 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, @@ -64360,54 +64532,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [2646] = 13, + [3019] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1213), 1, - sym__escaped_string, - STATE(718), 1, - sym__logical_operator, - STATE(719), 1, - sym__additive_operator, - STATE(720), 1, - sym__multiplicative_operator, - STATE(721), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(237), 2, + ACTIONS(867), 1, + sym__namedot, + STATE(241), 1, + aux_sym_qualified_name_repeat1, + STATE(242), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(125), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(127), 55, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 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(1211), 32, anon_sym_LBRACE, sym_identifier, - sym__terminator, + anon_sym_STAR, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -64416,7 +64562,9 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -64425,48 +64573,10 @@ 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_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, - [2736] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1209), 1, - sym__escaped_string, - STATE(718), 1, - sym__logical_operator, - STATE(719), 1, - sym__additive_operator, - STATE(720), 1, - sym__multiplicative_operator, - STATE(721), 1, - sym__comparison_operator, - ACTIONS(1100), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(238), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, - anon_sym_EQ, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -64481,55 +64591,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1207), 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_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, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [2826] = 6, + [3098] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1365), 1, - aux_sym_function_call_token1, - STATE(239), 2, + STATE(243), 2, sym_comment, sym_include, - ACTIONS(158), 4, + ACTIONS(144), 4, sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(160), 54, + ACTIONS(146), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -64557,6 +64645,7 @@ 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, @@ -64584,54 +64673,102 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [2902] = 13, + [3172] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(127), 1, + aux_sym_variable_tuning_token2, + ACTIONS(1367), 1, + sym__namedot, + STATE(251), 1, + aux_sym_qualified_name_repeat1, + STATE(244), 2, + sym_comment, + sym_include, + ACTIONS(125), 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, + [3252] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1120), 1, - sym__escaped_string, - STATE(718), 1, - sym__logical_operator, - STATE(719), 1, - sym__additive_operator, - STATE(720), 1, - sym__multiplicative_operator, - STATE(721), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(240), 2, + ACTIONS(865), 1, + anon_sym_LPAREN, + ACTIONS(873), 1, + anon_sym_LBRACK, + STATE(235), 1, + sym_function_arguments, + STATE(245), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(73), 53, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 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(1118), 32, anon_sym_LBRACE, sym_identifier, - sym__terminator, + anon_sym_STAR, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -64639,8 +64776,8 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -64649,48 +64786,10 @@ 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_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, - [2992] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1201), 1, - sym__escaped_string, - STATE(718), 1, - sym__logical_operator, - STATE(719), 1, - sym__additive_operator, - STATE(720), 1, - sym__multiplicative_operator, - STATE(721), 1, - sym__comparison_operator, - ACTIONS(1100), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(241), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, - anon_sym_EQ, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -64705,56 +64804,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1199), 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_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, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [3082] = 7, + [3332] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(919), 1, - sym__namedoublecolon, - STATE(224), 1, - aux_sym_member_access_repeat1, - STATE(242), 2, + ACTIONS(865), 1, + anon_sym_LPAREN, + STATE(235), 1, + sym_function_arguments, + STATE(246), 2, sym_comment, sym_include, - ACTIONS(140), 3, + ACTIONS(87), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(142), 54, + ACTIONS(89), 54, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -64769,7 +64848,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -64782,6 +64860,7 @@ 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, @@ -64809,20 +64888,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [3160] = 5, + [3410] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(243), 2, + ACTIONS(1369), 1, + sym__namedot, + STATE(247), 2, sym_comment, sym_include, - ACTIONS(102), 4, - sym__namedot, + ACTIONS(160), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(104), 54, + ACTIONS(162), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -64850,6 +64930,7 @@ 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, @@ -64877,115 +64958,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [3233] = 32, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(801), 1, - sym_identifier, - ACTIONS(805), 1, - anon_sym_LBRACE, - ACTIONS(813), 1, - sym__integer_literal, - ACTIONS(815), 1, - anon_sym_LBRACK, - ACTIONS(821), 1, - aux_sym_unary_expression_token1, - ACTIONS(823), 1, - aux_sym_unary_expression_token2, - ACTIONS(825), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(827), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(829), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(831), 1, - aux_sym_locked_expression_token1, - ACTIONS(833), 1, - aux_sym_dataset_expression_token1, - ACTIONS(835), 1, - aux_sym_input_expression_token1, - ACTIONS(837), 1, - aux_sym_scope_tuning_token1, - ACTIONS(839), 1, - aux_sym_if_statement_token1, - ACTIONS(841), 1, - aux_sym_can_find_expression_token1, - ACTIONS(843), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(855), 1, - sym__escaped_string, - ACTIONS(1367), 1, - sym__terminator, - ACTIONS(1369), 1, - anon_sym_LPAREN, - STATE(255), 1, - aux_sym_abl_statement_repeat1, - STATE(1007), 1, - sym__expression, - STATE(1101), 1, - sym_object_access, - STATE(1116), 1, - sym__decimal_literal, - ACTIONS(809), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(845), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(244), 2, - sym_comment, - sym_include, - STATE(1054), 2, - sym_function_call, - sym_new_expression, - ACTIONS(811), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1115), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1133), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [3360] = 5, + [3486] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(245), 2, + STATE(248), 2, sym_comment, sym_include, - ACTIONS(148), 4, + ACTIONS(156), 4, sym__namedoublecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(150), 54, + ACTIONS(158), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -65013,6 +64999,7 @@ 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, @@ -65040,25 +65027,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [3433] = 8, + [3560] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(913), 1, - anon_sym_LPAREN, - ACTIONS(921), 1, - anon_sym_LBRACK, - STATE(239), 1, - sym_function_arguments, - STATE(246), 2, + STATE(249), 2, sym_comment, sym_include, - ACTIONS(67), 3, + ACTIONS(152), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(73), 52, + ACTIONS(154), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -65071,7 +65053,9 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -65084,6 +65068,7 @@ 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, @@ -65111,20 +65096,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [3512] = 5, + [3634] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(247), 2, + STATE(250), 2, sym_comment, sym_include, - ACTIONS(164), 4, + ACTIONS(148), 4, sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(166), 54, + ACTIONS(150), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -65152,6 +65137,7 @@ 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, @@ -65179,116 +65165,91 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [3585] = 32, - ACTIONS(3), 1, + [3708] = 7, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(931), 1, - sym_identifier, - ACTIONS(935), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(941), 1, - sym__integer_literal, - ACTIONS(943), 1, - anon_sym_LBRACK, - ACTIONS(945), 1, - anon_sym_LPAREN, - ACTIONS(947), 1, - aux_sym_unary_expression_token1, - ACTIONS(949), 1, - aux_sym_unary_expression_token2, - ACTIONS(951), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(953), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(955), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(957), 1, - aux_sym_locked_expression_token1, - ACTIONS(959), 1, - aux_sym_dataset_expression_token1, - ACTIONS(961), 1, - aux_sym_input_expression_token1, - ACTIONS(963), 1, - aux_sym_scope_tuning_token1, - ACTIONS(965), 1, - aux_sym_if_statement_token1, - ACTIONS(967), 1, - aux_sym_can_find_expression_token1, - ACTIONS(969), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(973), 1, - sym__escaped_string, - STATE(166), 1, - aux_sym_sort_clause_repeat1, - STATE(185), 1, - sym__expression, - STATE(246), 1, - sym_object_access, - STATE(287), 1, - sym__decimal_literal, - STATE(2434), 1, - sym_sort_column, - ACTIONS(937), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(971), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(236), 2, - sym_function_call, - sym_new_expression, - STATE(248), 2, + ACTIONS(112), 1, + aux_sym_variable_tuning_token2, + ACTIONS(1371), 1, + sym__namedot, + STATE(251), 3, sym_comment, sym_include, - ACTIONS(939), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(288), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(283), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [3712] = 6, + aux_sym_qualified_name_repeat1, + ACTIONS(110), 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, + [3786] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1371), 1, - sym__namedot, - STATE(249), 2, + STATE(252), 2, sym_comment, sym_include, - ACTIONS(152), 3, + ACTIONS(110), 4, + sym__namedot, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(154), 54, + ACTIONS(112), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -65316,6 +65277,7 @@ 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, @@ -65343,119 +65305,108 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [3787] = 32, + [3860] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(801), 1, + ACTIONS(1374), 1, sym_identifier, - ACTIONS(805), 1, + STATE(278), 1, + sym_qualified_name, + STATE(253), 2, + sym_comment, + sym_include, + ACTIONS(1379), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1377), 54, + anon_sym_COLON, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(813), 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, - ACTIONS(815), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(821), 1, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(823), 1, aux_sym_unary_expression_token2, - ACTIONS(825), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(827), 1, aux_sym_temp_table_expression_token1, - ACTIONS(829), 1, aux_sym_current_changed_expression_token1, - ACTIONS(831), 1, aux_sym_locked_expression_token1, - ACTIONS(833), 1, aux_sym_dataset_expression_token1, - ACTIONS(835), 1, aux_sym_input_expression_token1, - ACTIONS(837), 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(839), 1, aux_sym_if_statement_token1, - ACTIONS(841), 1, + 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(843), 1, aux_sym_accumulate_expression_token1, - ACTIONS(855), 1, - sym__escaped_string, - ACTIONS(1369), 1, - anon_sym_LPAREN, - ACTIONS(1373), 1, - sym__terminator, - STATE(255), 1, - aux_sym_abl_statement_repeat1, - STATE(1007), 1, - sym__expression, - STATE(1101), 1, - sym_object_access, - STATE(1116), 1, - sym__decimal_literal, - ACTIONS(809), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(250), 2, - sym_comment, - sym_include, - STATE(1054), 2, - sym_function_call, - sym_new_expression, - ACTIONS(811), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1115), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1133), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [3914] = 7, + [3938] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(913), 1, + ACTIONS(1381), 1, + anon_sym_LBRACK, + ACTIONS(1383), 1, anon_sym_LPAREN, - STATE(239), 1, + ACTIONS(1385), 1, + sym__namedot, + ACTIONS(1387), 1, + sym__namecolon, + ACTIONS(1389), 1, + sym__namedoublecolon, + STATE(1026), 1, + aux_sym_object_access_repeat1, + STATE(1028), 1, sym_function_arguments, - STATE(251), 2, + STATE(1030), 1, + aux_sym_member_access_repeat1, + STATE(1036), 1, + aux_sym_qualified_name_repeat1, + STATE(254), 2, sym_comment, sym_include, - ACTIONS(87), 3, + ACTIONS(67), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(89), 53, - anon_sym_COLON, + ACTIONS(73), 46, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -65467,8 +65418,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -65481,6 +65430,7 @@ 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, @@ -65497,18 +65447,13 @@ 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_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_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, - [3991] = 32, + [4029] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -65547,17 +65492,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, ACTIONS(855), 1, sym__escaped_string, - ACTIONS(1369), 1, - anon_sym_LPAREN, - ACTIONS(1375), 1, + ACTIONS(1391), 1, sym__terminator, - STATE(255), 1, + ACTIONS(1393), 1, + anon_sym_LPAREN, + STATE(297), 1, aux_sym_abl_statement_repeat1, - STATE(1007), 1, + STATE(1002), 1, sym__expression, - STATE(1101), 1, + STATE(1077), 1, sym_object_access, - STATE(1116), 1, + STATE(1131), 1, sym__decimal_literal, ACTIONS(809), 2, sym_null_expression, @@ -65565,10 +65510,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(252), 2, + STATE(255), 2, sym_comment, sym_include, - STATE(1054), 2, + STATE(1042), 2, sym_function_call, sym_new_expression, ACTIONS(811), 4, @@ -65576,12 +65521,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(1115), 4, + STATE(1118), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1133), 21, + STATE(1124), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -65603,280 +65548,155 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [4118] = 32, + [4156] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(801), 1, - sym_identifier, - ACTIONS(805), 1, + STATE(256), 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, - ACTIONS(813), 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(815), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(821), 1, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(823), 1, aux_sym_unary_expression_token2, - ACTIONS(825), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(827), 1, aux_sym_temp_table_expression_token1, - ACTIONS(829), 1, aux_sym_current_changed_expression_token1, - ACTIONS(831), 1, aux_sym_locked_expression_token1, - ACTIONS(833), 1, aux_sym_dataset_expression_token1, - ACTIONS(835), 1, aux_sym_input_expression_token1, - ACTIONS(837), 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(839), 1, aux_sym_if_statement_token1, - ACTIONS(841), 1, + 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(843), 1, aux_sym_accumulate_expression_token1, - ACTIONS(855), 1, - sym__escaped_string, - ACTIONS(1369), 1, - anon_sym_LPAREN, - ACTIONS(1377), 1, - sym__terminator, - STATE(255), 1, - aux_sym_abl_statement_repeat1, - STATE(1007), 1, - sym__expression, - STATE(1101), 1, - sym_object_access, - STATE(1116), 1, - sym__decimal_literal, - ACTIONS(809), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(253), 2, - sym_comment, - sym_include, - STATE(1054), 2, - sym_function_call, - sym_new_expression, - ACTIONS(811), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1115), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1133), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [4245] = 8, - ACTIONS(69), 1, + [4229] = 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(111), 1, - aux_sym_variable_tuning_token2, - ACTIONS(1379), 1, - sym__namedot, - STATE(258), 1, - aux_sym_qualified_name_repeat1, - STATE(254), 2, + STATE(257), 2, sym_comment, sym_include, - ACTIONS(109), 54, + ACTIONS(216), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(218), 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_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, - [4324] = 31, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1381), 1, - sym_identifier, - ACTIONS(1384), 1, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(1387), 1, - sym__terminator, - ACTIONS(1395), 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(1398), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1401), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(1404), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1407), 1, aux_sym_unary_expression_token2, - ACTIONS(1410), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1413), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1416), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1419), 1, aux_sym_locked_expression_token1, - ACTIONS(1422), 1, aux_sym_dataset_expression_token1, - ACTIONS(1425), 1, aux_sym_input_expression_token1, - ACTIONS(1428), 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(1431), 1, aux_sym_if_statement_token1, - ACTIONS(1434), 1, + 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(1437), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1443), 1, - sym__escaped_string, - STATE(1007), 1, - sym__expression, - STATE(1101), 1, - sym_object_access, - STATE(1116), 1, - sym__decimal_literal, - ACTIONS(1389), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1440), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(1054), 2, - sym_function_call, - sym_new_expression, - STATE(255), 3, - sym_comment, - sym_include, - aux_sym_abl_statement_repeat1, - ACTIONS(1392), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1115), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1133), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [4449] = 5, + [4302] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(256), 2, + STATE(258), 2, sym_comment, sym_include, - ACTIONS(168), 4, - sym__namecolon, + ACTIONS(232), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(170), 54, + ACTIONS(234), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -65904,6 +65724,7 @@ 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, @@ -65931,192 +65752,161 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [4522] = 32, + [4375] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(931), 1, - sym_identifier, - ACTIONS(935), 1, + STATE(259), 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, - ACTIONS(941), 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(943), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(945), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(947), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(949), 1, aux_sym_unary_expression_token2, - ACTIONS(951), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(953), 1, aux_sym_temp_table_expression_token1, - ACTIONS(955), 1, aux_sym_current_changed_expression_token1, - ACTIONS(957), 1, aux_sym_locked_expression_token1, - ACTIONS(959), 1, aux_sym_dataset_expression_token1, - ACTIONS(961), 1, aux_sym_input_expression_token1, - ACTIONS(963), 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(965), 1, aux_sym_if_statement_token1, - ACTIONS(967), 1, + 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(969), 1, aux_sym_accumulate_expression_token1, - ACTIONS(973), 1, - sym__escaped_string, - STATE(154), 1, - aux_sym_sort_clause_repeat1, - STATE(185), 1, - sym__expression, - STATE(246), 1, - sym_object_access, - STATE(287), 1, - sym__decimal_literal, - STATE(2434), 1, - sym_sort_column, - ACTIONS(937), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(971), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(236), 2, - sym_function_call, - sym_new_expression, - STATE(257), 2, + [4448] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(260), 2, sym_comment, sym_include, - ACTIONS(939), 4, + 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, - STATE(288), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(283), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [4649] = 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(1446), 1, - sym__namedot, - STATE(258), 3, - sym_comment, - sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(102), 54, - anon_sym_COLON, - sym__terminator, + sym__integer_literal, + sym_date_literal, + anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_EQ, + aux_sym_unary_expression_token1, aux_sym_unary_expression_token2, - aux_sym_input_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_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, - aux_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, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_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_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_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_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, - [4726] = 7, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [4521] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1449), 1, - sym_identifier, - STATE(319), 1, - sym_qualified_name, - STATE(259), 2, + STATE(261), 2, sym_comment, sym_include, - ACTIONS(1454), 3, + ACTIONS(121), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(1452), 53, - anon_sym_COLON, + 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, @@ -66125,7 +65915,6 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -66139,6 +65928,7 @@ 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, @@ -66155,18 +65945,18 @@ 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_on_error_phrase_token1, - aux_sym_to_phrase_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_sort_clause_token1, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [4803] = 32, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [4594] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -66205,17 +65995,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, ACTIONS(855), 1, sym__escaped_string, - ACTIONS(1369), 1, + ACTIONS(1393), 1, anon_sym_LPAREN, - ACTIONS(1456), 1, + ACTIONS(1395), 1, sym__terminator, - STATE(255), 1, + STATE(297), 1, aux_sym_abl_statement_repeat1, - STATE(1007), 1, + STATE(1002), 1, sym__expression, - STATE(1101), 1, + STATE(1077), 1, sym_object_access, - STATE(1116), 1, + STATE(1131), 1, sym__decimal_literal, ACTIONS(809), 2, sym_null_expression, @@ -66223,10 +66013,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(260), 2, + STATE(262), 2, sym_comment, sym_include, - STATE(1054), 2, + STATE(1042), 2, sym_function_call, sym_new_expression, ACTIONS(811), 4, @@ -66234,12 +66024,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(1115), 4, + STATE(1118), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1133), 21, + STATE(1124), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -66261,25 +66051,25 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [4930] = 5, + [4721] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(261), 2, + STATE(263), 2, sym_comment, sym_include, - ACTIONS(132), 4, + ACTIONS(117), 4, sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(134), 54, - anon_sym_COLON, + ACTIONS(119), 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, @@ -66288,7 +66078,6 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -66302,6 +66091,7 @@ 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, @@ -66318,35 +66108,36 @@ 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_on_error_phrase_token1, - aux_sym_to_phrase_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_sort_clause_token1, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [5003] = 5, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [4794] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(262), 2, + STATE(264), 2, sym_comment, sym_include, - ACTIONS(184), 3, + ACTIONS(106), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(186), 54, - anon_sym_COLON, + ACTIONS(108), 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, @@ -66355,7 +66146,6 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -66369,6 +66159,7 @@ 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, @@ -66385,52 +66176,36 @@ 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_on_error_phrase_token1, - aux_sym_to_phrase_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_sort_clause_token1, aux_sym_can_find_expression_token1, aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [5075] = 14, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [4867] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1458), 1, - anon_sym_LBRACK, - ACTIONS(1460), 1, - anon_sym_LPAREN, - ACTIONS(1462), 1, - sym__namedot, - ACTIONS(1464), 1, - sym__namecolon, - ACTIONS(1466), 1, - sym__namedoublecolon, - STATE(1016), 1, - aux_sym_qualified_name_repeat1, - STATE(1028), 1, - aux_sym_object_access_repeat1, - STATE(1030), 1, - aux_sym_member_access_repeat1, - STATE(1031), 1, - sym_function_arguments, - STATE(263), 2, + STATE(265), 2, sym_comment, sym_include, - ACTIONS(67), 3, + ACTIONS(121), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(73), 45, + 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, @@ -66438,6 +66213,8 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -66450,6 +66227,7 @@ 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, @@ -66465,378 +66243,175 @@ 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_function_call_token1, aux_sym_if_statement_token1, - aux_sym_if_statement_token2, - aux_sym_case_conditon_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, - [5165] = 31, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [4940] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - ACTIONS(667), 1, + STATE(266), 2, + sym_comment, + sym_include, + ACTIONS(117), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(119), 54, + 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(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(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 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(701), 1, + aux_sym_function_call_token1, aux_sym_if_statement_token1, - ACTIONS(703), 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(707), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1468), 1, - anon_sym_RBRACK, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2553), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(709), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(264), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [5289] = 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(265), 2, - sym_comment, - sym_include, - ACTIONS(102), 55, - 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_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, - [5363] = 31, + [5013] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - 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(693), 1, - aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, - aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - ACTIONS(1472), 1, - anon_sym_RBRACK, - STATE(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2572), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(709), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(266), 2, + STATE(267), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(106), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(108), 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, - STATE(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [5487] = 31, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - 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(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 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(701), 1, + aux_sym_function_call_token1, aux_sym_if_statement_token1, - ACTIONS(703), 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(707), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - ACTIONS(1474), 1, - anon_sym_RBRACK, - STATE(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2542), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(709), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(267), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [5611] = 5, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [5086] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(268), 2, - sym_comment, - sym_include, - ACTIONS(180), 3, + ACTIONS(1397), 1, + sym__namedot, + ACTIONS(110), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(182), 54, - anon_sym_COLON, + STATE(268), 3, + sym_comment, + sym_include, + aux_sym_qualified_name_repeat1, + ACTIONS(112), 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, @@ -66845,7 +66420,6 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -66859,6 +66433,7 @@ 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, @@ -66875,123 +66450,165 @@ 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_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, - [5683] = 31, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [5161] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - ACTIONS(667), 1, + STATE(269), 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, - 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_COMMA, 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(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 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(701), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + 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(707), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - ACTIONS(1476), 1, - sym__terminator, - STATE(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2978), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(709), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(269), 2, + [5234] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(270), 2, sym_comment, sym_include, - ACTIONS(671), 4, + 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, - STATE(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [5807] = 5, + 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, + [5307] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(270), 2, + STATE(271), 2, sym_comment, sym_include, - ACTIONS(248), 3, + ACTIONS(252), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(250), 54, + ACTIONS(254), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -67019,6 +66636,7 @@ 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, @@ -67046,78 +66664,80 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [5879] = 31, + [5380] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(801), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(805), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(813), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(815), 1, anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(821), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(823), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(825), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(827), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(829), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(831), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(833), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(835), 1, + aux_sym_input_expression_token1, + ACTIONS(837), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(839), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(841), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(843), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(855), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - ACTIONS(1478), 1, - anon_sym_RBRACK, - STATE(13), 1, + ACTIONS(1393), 1, + anon_sym_LPAREN, + ACTIONS(1400), 1, + sym__terminator, + STATE(297), 1, + aux_sym_abl_statement_repeat1, + STATE(1002), 1, + sym__expression, + STATE(1077), 1, sym_object_access, - STATE(35), 1, + STATE(1131), 1, sym__decimal_literal, - STATE(2611), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(809), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(271), 2, + STATE(272), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1042), 2, + sym_function_call, + sym_new_expression, + ACTIONS(811), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1118), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1124), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -67139,78 +66759,150 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [6003] = 31, + [5507] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1102), 1, + sym__namedot, + STATE(268), 1, + aux_sym_qualified_name_repeat1, + STATE(273), 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, - ACTIONS(667), 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, + [5584] = 32, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1000), 1, + sym_identifier, + ACTIONS(1004), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1010), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1012), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1014), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1016), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1018), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1020), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1022), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1024), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1026), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1028), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1030), 1, + aux_sym_input_expression_token1, + ACTIONS(1032), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1036), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1042), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - ACTIONS(1480), 1, - anon_sym_RBRACK, - STATE(13), 1, + STATE(157), 1, + aux_sym_sort_clause_repeat1, + STATE(162), 1, + sym__expression, + STATE(245), 1, sym_object_access, - STATE(35), 1, + STATE(304), 1, sym__decimal_literal, - STATE(2506), 1, - sym__expression, - ACTIONS(669), 2, + STATE(2606), 1, + sym_sort_column, + ACTIONS(1006), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(236), 2, sym_function_call, sym_new_expression, - STATE(272), 2, + STATE(274), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1008), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(285), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(306), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -67232,24 +66924,96 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [6127] = 5, + [5711] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(112), 1, + aux_sym_variable_tuning_token2, + STATE(275), 2, + sym_comment, + sym_include, + ACTIONS(110), 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, + [5786] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(273), 2, + ACTIONS(1402), 1, + anon_sym_NO_DASHERROR, + STATE(276), 2, sym_comment, sym_include, - ACTIONS(200), 3, + ACTIONS(256), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(202), 54, - anon_sym_COLON, + ACTIONS(258), 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, @@ -67258,7 +67022,6 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -67272,6 +67035,7 @@ 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, @@ -67288,30 +67052,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_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, - [6199] = 5, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [5861] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(274), 2, + STATE(277), 2, sym_comment, sym_include, - ACTIONS(244), 3, + ACTIONS(180), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(246), 54, + ACTIONS(182), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -67339,6 +67102,7 @@ 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, @@ -67366,28 +67130,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [6271] = 7, + [5934] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1114), 1, - sym__namecolon, - STATE(303), 1, - aux_sym_object_access_repeat1, - STATE(275), 2, + STATE(278), 2, sym_comment, sym_include, - ACTIONS(67), 3, + ACTIONS(102), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(73), 52, + ACTIONS(104), 55, + 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, @@ -67396,6 +67156,7 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -67409,6 +67170,7 @@ 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, @@ -67425,33 +67187,34 @@ 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_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, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [6347] = 7, + [6007] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1114), 1, + ACTIONS(1104), 1, sym__namecolon, - STATE(303), 1, + STATE(282), 1, aux_sym_object_access_repeat1, - STATE(276), 2, + STATE(279), 2, sym_comment, sym_include, - ACTIONS(87), 3, + ACTIONS(67), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(89), 52, + ACTIONS(73), 53, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -67478,6 +67241,7 @@ 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, @@ -67504,19 +67268,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_available_expression_token2, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [6423] = 5, + [6084] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(277), 2, + STATE(280), 2, sym_comment, sym_include, - ACTIONS(212), 3, + ACTIONS(184), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(214), 54, + ACTIONS(186), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -67544,6 +67308,7 @@ 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, @@ -67571,318 +67336,98 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [6495] = 31, + [6157] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - 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(693), 1, - aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, - aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - ACTIONS(1482), 1, - anon_sym_RBRACK, - STATE(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2522), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(709), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(278), 2, + ACTIONS(1104), 1, + sym__namecolon, + STATE(296), 1, + aux_sym_object_access_repeat1, + STATE(281), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [6619] = 31, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - 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(693), 1, - aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, - aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(98), 3, + sym__or_operator, + sym__and_operator, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - ACTIONS(1484), 1, - anon_sym_RBRACK, - STATE(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2610), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(100), 53, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, + anon_sym_STAR, + sym__terminator, sym_null_expression, - sym_date_literal, - ACTIONS(709), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(279), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [6743] = 31, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - 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(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 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(701), 1, aux_sym_if_statement_token1, - ACTIONS(703), 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(707), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - ACTIONS(1486), 1, - sym__terminator, - STATE(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2878), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(709), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(280), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [6867] = 13, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [6234] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1460), 1, - anon_sym_LPAREN, - ACTIONS(1462), 1, - sym__namedot, - ACTIONS(1464), 1, + ACTIONS(1104), 1, sym__namecolon, - ACTIONS(1466), 1, - sym__namedoublecolon, - STATE(1016), 1, - aux_sym_qualified_name_repeat1, - STATE(1028), 1, + STATE(296), 1, aux_sym_object_access_repeat1, - STATE(1030), 1, - aux_sym_member_access_repeat1, - STATE(1031), 1, - sym_function_arguments, - STATE(281), 2, + STATE(282), 2, sym_comment, sym_include, - ACTIONS(87), 3, + ACTIONS(98), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(89), 46, + ACTIONS(100), 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, @@ -67891,6 +67436,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -67903,6 +67449,7 @@ 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, @@ -67919,123 +67466,38 @@ 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_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, - [6955] = 31, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - 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(693), 1, - aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, - aux_sym_if_statement_token1, - ACTIONS(703), 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(707), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - ACTIONS(1488), 1, - anon_sym_RBRACK, - STATE(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2536), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(709), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(282), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [7079] = 5, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [6311] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(1104), 1, + sym__namecolon, + STATE(296), 1, + aux_sym_object_access_repeat1, STATE(283), 2, sym_comment, sym_include, - ACTIONS(67), 3, + ACTIONS(98), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(73), 54, - anon_sym_COLON, + ACTIONS(100), 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, @@ -68044,7 +67506,6 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -68058,6 +67519,7 @@ 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, @@ -68074,34 +67536,32 @@ 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_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, - [7151] = 7, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [6388] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1112), 1, - sym__namedot, - STATE(309), 1, - aux_sym_qualified_name_repeat1, - STATE(284), 2, - sym_comment, - sym_include, - ACTIONS(128), 3, + ACTIONS(1404), 1, + sym__namedoublecolon, + ACTIONS(137), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(130), 52, + STATE(284), 3, + sym_comment, + sym_include, + aux_sym_member_access_repeat1, + ACTIONS(139), 53, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -68128,6 +67588,7 @@ 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, @@ -68154,7 +67615,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_available_expression_token2, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [7227] = 5, + [6463] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -68162,11 +67623,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(285), 2, sym_comment, sym_include, - ACTIONS(172), 3, + ACTIONS(176), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(174), 54, + ACTIONS(178), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -68194,6 +67655,7 @@ 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, @@ -68221,117 +67683,96 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [7299] = 31, + [6536] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - ACTIONS(667), 1, + STATE(286), 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(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_COMMA, 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(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 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(701), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + 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(707), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - ACTIONS(1490), 1, - anon_sym_RBRACK, - STATE(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2563), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(709), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(286), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [7423] = 5, + [6609] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(1106), 1, + sym__namedoublecolon, + STATE(284), 1, + aux_sym_member_access_repeat1, STATE(287), 2, sym_comment, sym_include, - ACTIONS(152), 3, + ACTIONS(129), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(154), 54, - anon_sym_COLON, + ACTIONS(131), 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, @@ -68340,7 +67781,6 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -68354,6 +67794,7 @@ 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, @@ -68370,35 +67811,37 @@ 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_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, - [7495] = 5, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [6686] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(1407), 1, + aux_sym_function_call_token1, STATE(288), 2, sym_comment, sym_include, - ACTIONS(196), 3, + ACTIONS(166), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(198), 54, - anon_sym_COLON, + ACTIONS(168), 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, @@ -68407,7 +67850,6 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -68421,6 +67863,7 @@ 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, @@ -68437,18 +67880,17 @@ 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_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, - [7567] = 5, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [6761] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -68456,11 +67898,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(289), 2, sym_comment, sym_include, - ACTIONS(188), 3, + ACTIONS(192), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(190), 54, + ACTIONS(194), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -68488,6 +67930,7 @@ 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, @@ -68515,112 +67958,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [7639] = 31, + [6834] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - 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(693), 1, - aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, - aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - ACTIONS(1492), 1, - anon_sym_RBRACK, - STATE(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2574), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(709), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(290), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [7763] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(291), 2, - sym_comment, - sym_include, - ACTIONS(87), 3, + ACTIONS(196), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(89), 54, + ACTIONS(198), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -68648,6 +67998,7 @@ 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, @@ -68675,23 +68026,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [7835] = 7, + [6907] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1112), 1, + ACTIONS(1102), 1, sym__namedot, - STATE(309), 1, + STATE(273), 1, aux_sym_qualified_name_repeat1, - STATE(292), 2, + STATE(291), 2, sym_comment, sym_include, - ACTIONS(124), 3, + ACTIONS(102), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(126), 52, + ACTIONS(104), 53, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -68718,6 +68069,7 @@ 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, @@ -68744,24 +68096,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_available_expression_token2, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [7911] = 5, + [6984] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(293), 2, + ACTIONS(1102), 1, + sym__namedot, + STATE(273), 1, + aux_sym_qualified_name_repeat1, + STATE(292), 2, sym_comment, sym_include, - ACTIONS(192), 3, + ACTIONS(133), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(194), 54, - anon_sym_COLON, + 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, @@ -68770,7 +68126,6 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -68784,6 +68139,7 @@ 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, @@ -68800,131 +68156,172 @@ 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_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, - [7983] = 31, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [7061] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - ACTIONS(667), 1, - anon_sym_LBRACE, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(675), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, + STATE(293), 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, - 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(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 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(701), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + 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(707), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - ACTIONS(1494), 1, - anon_sym_RBRACK, - STATE(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2607), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(709), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, + [7134] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1104), 1, + sym__namecolon, + STATE(282), 1, + aux_sym_object_access_repeat1, STATE(294), 2, sym_comment, sym_include, - ACTIONS(671), 4, + 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, - STATE(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [8107] = 6, + 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, + [7211] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1496), 1, - aux_sym_function_call_token1, STATE(295), 2, sym_comment, sym_include, - ACTIONS(158), 4, - sym__namecolon, + ACTIONS(204), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(160), 52, + ACTIONS(206), 55, + 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, @@ -68933,6 +68330,7 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -68946,6 +68344,7 @@ 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, @@ -68962,33 +68361,33 @@ 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_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, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [8181] = 7, + [7284] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1116), 1, - sym__namedoublecolon, - STATE(298), 1, - aux_sym_member_access_repeat1, - STATE(296), 2, - sym_comment, - sym_include, - ACTIONS(140), 3, + ACTIONS(1409), 1, + sym__namecolon, + ACTIONS(91), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(142), 52, + STATE(296), 3, + sym_comment, + sym_include, + aux_sym_object_access_repeat1, + ACTIONS(93), 53, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -69015,6 +68414,7 @@ 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, @@ -69041,78 +68441,79 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_available_expression_token2, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [8257] = 31, + [7359] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1412), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1415), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1418), 1, + sym__terminator, + ACTIONS(1426), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1429), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1432), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1435), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1438), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1441), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1444), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1447), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1450), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1453), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1456), 1, + aux_sym_input_expression_token1, + ACTIONS(1459), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1462), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1465), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1468), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1474), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - ACTIONS(1498), 1, - anon_sym_RBRACK, - STATE(13), 1, + STATE(1002), 1, + sym__expression, + STATE(1077), 1, sym_object_access, - STATE(35), 1, + STATE(1131), 1, sym__decimal_literal, - STATE(2588), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1420), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1471), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(1042), 2, sym_function_call, sym_new_expression, - STATE(297), 2, + STATE(297), 3, sym_comment, sym_include, - ACTIONS(671), 4, + aux_sym_abl_statement_repeat1, + ACTIONS(1423), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1118), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1124), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -69134,27 +68535,24 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [8381] = 6, + [7484] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1500), 1, - sym__namedoublecolon, - ACTIONS(113), 3, + STATE(298), 2, + sym_comment, + sym_include, + ACTIONS(87), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - STATE(298), 3, - sym_comment, - sym_include, - aux_sym_member_access_repeat1, - ACTIONS(115), 52, + ACTIONS(89), 55, + 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, @@ -69163,6 +68561,7 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -69176,6 +68575,7 @@ 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, @@ -69192,17 +68592,18 @@ 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_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, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [8455] = 5, + [7557] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -69210,11 +68611,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(299), 2, sym_comment, sym_include, - ACTIONS(204), 3, + ACTIONS(220), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(206), 54, + ACTIONS(222), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -69242,6 +68643,7 @@ 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, @@ -69269,7 +68671,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [8527] = 5, + [7630] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -69277,11 +68679,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(300), 2, sym_comment, sym_include, - ACTIONS(220), 3, + ACTIONS(208), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(222), 54, + ACTIONS(210), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -69309,6 +68711,7 @@ 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, @@ -69336,7 +68739,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [8599] = 5, + [7703] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -69344,11 +68747,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(301), 2, sym_comment, sym_include, - ACTIONS(224), 3, + ACTIONS(248), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(226), 54, + ACTIONS(250), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -69376,6 +68779,7 @@ 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, @@ -69403,28 +68807,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [8671] = 7, + [7776] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1114), 1, - sym__namecolon, - STATE(307), 1, - aux_sym_object_access_repeat1, STATE(302), 2, sym_comment, sym_include, - ACTIONS(98), 3, + ACTIONS(212), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(100), 52, + ACTIONS(214), 55, + 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, @@ -69433,6 +68833,7 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -69446,6 +68847,7 @@ 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, @@ -69462,107 +68864,130 @@ 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_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, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [8747] = 7, + [7849] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1114), 1, - sym__namecolon, - STATE(307), 1, - aux_sym_object_access_repeat1, - STATE(303), 2, - sym_comment, - sym_include, - ACTIONS(98), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(100), 52, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(801), 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(805), 1, + anon_sym_LBRACE, + ACTIONS(813), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(815), 1, anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(821), 1, aux_sym_unary_expression_token1, + ACTIONS(823), 1, aux_sym_unary_expression_token2, + ACTIONS(825), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(827), 1, aux_sym_temp_table_expression_token1, + ACTIONS(829), 1, aux_sym_current_changed_expression_token1, + ACTIONS(831), 1, aux_sym_locked_expression_token1, + ACTIONS(833), 1, aux_sym_dataset_expression_token1, + ACTIONS(835), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(837), 1, aux_sym_scope_tuning_token1, + ACTIONS(839), 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(841), 1, aux_sym_can_find_expression_token1, + ACTIONS(843), 1, aux_sym_accumulate_expression_token1, + ACTIONS(855), 1, + sym__escaped_string, + ACTIONS(1393), 1, + anon_sym_LPAREN, + ACTIONS(1477), 1, + sym__terminator, + STATE(297), 1, + aux_sym_abl_statement_repeat1, + STATE(1002), 1, + sym__expression, + STATE(1077), 1, + sym_object_access, + STATE(1131), 1, + sym__decimal_literal, + ACTIONS(809), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [8823] = 7, + STATE(303), 2, + sym_comment, + sym_include, + STATE(1042), 2, + sym_function_call, + sym_new_expression, + ACTIONS(811), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1118), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1124), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [7976] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1114), 1, - sym__namecolon, - STATE(307), 1, - aux_sym_object_access_repeat1, STATE(304), 2, sym_comment, sym_include, - ACTIONS(98), 3, + ACTIONS(160), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(100), 52, + ACTIONS(162), 55, + 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, @@ -69571,6 +68996,7 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -69584,6 +69010,7 @@ 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, @@ -69600,84 +69027,113 @@ 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_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, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [8899] = 5, + [8049] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(305), 2, - sym_comment, - sym_include, - ACTIONS(232), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(234), 54, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(801), 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(805), 1, + anon_sym_LBRACE, + ACTIONS(813), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(815), 1, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(821), 1, aux_sym_unary_expression_token1, + ACTIONS(823), 1, aux_sym_unary_expression_token2, + ACTIONS(825), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(827), 1, aux_sym_temp_table_expression_token1, + ACTIONS(829), 1, aux_sym_current_changed_expression_token1, + ACTIONS(831), 1, aux_sym_locked_expression_token1, + ACTIONS(833), 1, aux_sym_dataset_expression_token1, + ACTIONS(835), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(837), 1, aux_sym_scope_tuning_token1, + ACTIONS(839), 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(841), 1, aux_sym_can_find_expression_token1, + ACTIONS(843), 1, aux_sym_accumulate_expression_token1, + ACTIONS(855), 1, + sym__escaped_string, + ACTIONS(1393), 1, + anon_sym_LPAREN, + ACTIONS(1479), 1, + sym__terminator, + STATE(297), 1, + aux_sym_abl_statement_repeat1, + STATE(1002), 1, + sym__expression, + STATE(1077), 1, + sym_object_access, + STATE(1131), 1, + sym__decimal_literal, + ACTIONS(809), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [8971] = 5, + STATE(305), 2, + sym_comment, + sym_include, + STATE(1042), 2, + sym_function_call, + sym_new_expression, + ACTIONS(811), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1118), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1124), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [8176] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -69685,11 +69141,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(306), 2, sym_comment, sym_include, - ACTIONS(128), 3, + ACTIONS(67), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(130), 54, + ACTIONS(73), 55, anon_sym_COLON, anon_sym_SLASH, anon_sym_LBRACE, @@ -69717,6 +69173,7 @@ 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, @@ -69744,27 +69201,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [9043] = 6, + [8249] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1503), 1, - sym__namecolon, - ACTIONS(91), 3, + STATE(307), 2, + sym_comment, + sym_include, + ACTIONS(172), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - STATE(307), 3, - sym_comment, - sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 52, + ACTIONS(174), 55, + 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, @@ -69773,6 +69227,7 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -69786,6 +69241,7 @@ 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, @@ -69802,35 +69258,38 @@ 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_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, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [9117] = 6, + [8322] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1506), 1, - anon_sym_NO_DASHERROR, + ACTIONS(1481), 1, + sym_identifier, + ACTIONS(1484), 1, + aux_sym_input_expression_token2, + STATE(841), 1, + sym_qualified_name, STATE(308), 2, sym_comment, sym_include, - ACTIONS(543), 4, - sym__namecolon, + ACTIONS(1236), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(545), 52, + ACTIONS(1232), 52, anon_sym_SLASH, anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym__terminator, sym_null_expression, @@ -69854,6 +69313,7 @@ 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, @@ -69880,96 +69340,119 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_available_expression_token2, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [9191] = 7, + [8401] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1112), 1, - sym__namedot, - STATE(310), 1, - aux_sym_qualified_name_repeat1, - STATE(309), 2, - sym_comment, - sym_include, - ACTIONS(109), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(111), 52, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(1000), 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(1004), 1, + anon_sym_LBRACE, + ACTIONS(1010), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(1012), 1, anon_sym_LBRACK, + ACTIONS(1014), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(1016), 1, aux_sym_unary_expression_token1, + ACTIONS(1018), 1, aux_sym_unary_expression_token2, + ACTIONS(1020), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1022), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1024), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1026), 1, aux_sym_locked_expression_token1, + ACTIONS(1028), 1, aux_sym_dataset_expression_token1, + ACTIONS(1030), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(1032), 1, 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, + STATE(161), 1, + aux_sym_sort_clause_repeat1, + STATE(162), 1, + sym__expression, + STATE(245), 1, + sym_object_access, + STATE(304), 1, + sym__decimal_literal, + STATE(2606), 1, + sym_sort_column, + ACTIONS(1006), 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, - [9267] = 6, + STATE(236), 2, + sym_function_call, + sym_new_expression, + STATE(309), 2, + sym_comment, + sym_include, + ACTIONS(1008), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(285), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(306), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [8528] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1508), 1, - sym__namedot, - ACTIONS(102), 3, + STATE(310), 2, + sym_comment, + sym_include, + ACTIONS(240), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - STATE(310), 3, - sym_comment, - sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 52, + ACTIONS(242), 55, + 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, @@ -69978,6 +69461,7 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -69991,6 +69475,7 @@ 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, @@ -70007,35 +69492,50 @@ 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_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, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [9341] = 5, + [8601] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(1383), 1, + anon_sym_LPAREN, + ACTIONS(1385), 1, + sym__namedot, + ACTIONS(1387), 1, + sym__namecolon, + ACTIONS(1389), 1, + sym__namedoublecolon, + STATE(1026), 1, + aux_sym_object_access_repeat1, + STATE(1028), 1, + sym_function_arguments, + STATE(1030), 1, + aux_sym_member_access_repeat1, + STATE(1036), 1, + aux_sym_qualified_name_repeat1, STATE(311), 2, sym_comment, sym_include, - ACTIONS(136), 4, - sym__namecolon, + ACTIONS(87), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(138), 53, + 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, @@ -70044,7 +69544,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -70057,6 +69556,7 @@ 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, @@ -70072,32 +69572,30 @@ 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_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_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, - [9413] = 5, + [8690] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(1100), 1, + anon_sym_LPAREN, + STATE(288), 1, + sym_function_arguments, STATE(312), 2, sym_comment, sym_include, - ACTIONS(144), 4, - sym__namecolon, + ACTIONS(87), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(146), 53, + ACTIONS(89), 52, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -70111,7 +69609,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -70124,6 +69621,7 @@ 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, @@ -70139,7 +69637,6 @@ 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_function_call_token1, aux_sym_if_statement_token1, aux_sym_sort_order_token1, aux_sym_sort_order_token2, @@ -70151,91 +69648,135 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_available_expression_token2, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [9485] = 5, + [8766] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(313), 2, - sym_comment, - sym_include, - ACTIONS(120), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(122), 53, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(665), 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(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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(739), 1, aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, + ACTIONS(743), 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(747), 1, aux_sym_accumulate_expression_token1, + ACTIONS(1486), 1, + anon_sym_RBRACK, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2610), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [9557] = 5, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(313), 2, + sym_comment, + sym_include, + 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(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [8890] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(1490), 1, + anon_sym_LBRACK, + ACTIONS(1492), 1, + anon_sym_LPAREN, + ACTIONS(1494), 1, + sym__namedot, + ACTIONS(1496), 1, + sym__namecolon, + ACTIONS(1498), 1, + sym__namedoublecolon, + STATE(1046), 1, + sym_function_arguments, + STATE(1047), 1, + aux_sym_qualified_name_repeat1, + STATE(1049), 1, + aux_sym_object_access_repeat1, + STATE(1050), 1, + aux_sym_member_access_repeat1, STATE(314), 2, sym_comment, sym_include, - ACTIONS(208), 3, + ACTIONS(67), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(210), 54, - anon_sym_COLON, + 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, @@ -70243,9 +69784,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -70258,6 +69796,7 @@ 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, @@ -70274,18 +69813,11 @@ 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_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, - [9629] = 5, + [8980] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -70293,16 +69825,17 @@ static const uint16_t ts_small_parse_table[] = { STATE(315), 2, sym_comment, sym_include, - ACTIONS(216), 3, + ACTIONS(148), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(218), 54, - anon_sym_COLON, + 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, @@ -70311,7 +69844,6 @@ static const uint16_t ts_small_parse_table[] = { sym__integer_literal, sym_date_literal, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, aux_sym_unary_expression_token1, @@ -70325,6 +69857,7 @@ 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, @@ -70341,366 +69874,500 @@ 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_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, - [9701] = 5, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [9052] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(316), 2, - sym_comment, - sym_include, - ACTIONS(228), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(230), 54, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(665), 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(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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(739), 1, aux_sym_scope_tuning_token1, + ACTIONS(743), 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, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + ACTIONS(1500), 1, + anon_sym_RBRACK, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2601), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [9773] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(317), 2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(316), 2, sym_comment, sym_include, - ACTIONS(236), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(238), 54, - 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(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [9176] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(739), 1, aux_sym_scope_tuning_token1, + ACTIONS(743), 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, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + ACTIONS(1502), 1, + anon_sym_RBRACK, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2576), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [9845] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(318), 2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(317), 2, sym_comment, sym_include, - ACTIONS(240), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(242), 54, - 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(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [9300] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(739), 1, aux_sym_scope_tuning_token1, + ACTIONS(743), 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, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + ACTIONS(1504), 1, + anon_sym_RBRACK, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2602), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [9917] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(319), 2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(318), 2, sym_comment, sym_include, - ACTIONS(124), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(126), 54, - 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(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [9424] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(739), 1, aux_sym_scope_tuning_token1, + ACTIONS(743), 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, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + ACTIONS(1506), 1, + anon_sym_RBRACK, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2530), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [9989] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(320), 2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(319), 2, sym_comment, sym_include, - ACTIONS(136), 4, - sym__namecolon, - 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(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [9548] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(739), 1, aux_sym_scope_tuning_token1, + ACTIONS(743), 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(747), 1, aux_sym_accumulate_expression_token1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + ACTIONS(1508), 1, + sym__terminator, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2936), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [10061] = 5, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(320), 2, + sym_comment, + sym_include, + 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(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [9672] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(1100), 1, + anon_sym_LPAREN, + ACTIONS(1116), 1, + anon_sym_LBRACK, + STATE(288), 1, + sym_function_arguments, STATE(321), 2, sym_comment, sym_include, - ACTIONS(144), 4, - sym__namecolon, + ACTIONS(67), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(146), 53, + ACTIONS(73), 51, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -70713,8 +70380,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -70727,6 +70392,7 @@ 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, @@ -70743,7 +70409,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -70754,7 +70419,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_available_expression_token2, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [10133] = 5, + [9750] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -70762,12 +70427,12 @@ static const uint16_t ts_small_parse_table[] = { STATE(322), 2, sym_comment, sym_include, - ACTIONS(120), 4, + ACTIONS(144), 4, sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(122), 53, + ACTIONS(146), 53, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -70794,6 +70459,7 @@ 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, @@ -70810,7 +70476,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -70821,27 +70486,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_available_expression_token2, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [10205] = 8, + [9822] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1511), 1, - sym_identifier, - ACTIONS(1514), 1, - aux_sym_input_expression_token2, - STATE(965), 1, - sym_qualified_name, + ACTIONS(1510), 1, + sym__namedot, STATE(323), 2, sym_comment, sym_include, - ACTIONS(1355), 3, + ACTIONS(160), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(1351), 51, + ACTIONS(162), 53, anon_sym_SLASH, anon_sym_LBRACE, + sym_identifier, anon_sym_STAR, sym__terminator, sym_null_expression, @@ -70865,6 +70527,7 @@ 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, @@ -70891,7 +70554,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_available_expression_token2, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [10283] = 31, + [9896] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -70908,45 +70571,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, + ACTIONS(1488), 1, aux_sym_input_expression_token1, - ACTIONS(1516), 1, - sym__terminator, - STATE(13), 1, + ACTIONS(1512), 1, + anon_sym_RBRACK, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2847), 1, + STATE(2598), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(324), 2, @@ -70957,12 +70620,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -70984,7 +70647,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [10407] = 31, + [10020] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -71001,45 +70664,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, + ACTIONS(1488), 1, aux_sym_input_expression_token1, - ACTIONS(1518), 1, + ACTIONS(1514), 1, anon_sym_RBRACK, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2579), 1, + STATE(2600), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(325), 2, @@ -71050,12 +70713,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -71077,141 +70740,100 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [10531] = 5, + [10144] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(326), 2, - sym_comment, - sym_include, - ACTIONS(252), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(254), 54, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(665), 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(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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(739), 1, aux_sym_scope_tuning_token1, + ACTIONS(743), 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, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + ACTIONS(1516), 1, + anon_sym_RBRACK, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2586), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [10603] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(327), 2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(326), 2, sym_comment, sym_include, - ACTIONS(176), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(178), 54, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [10675] = 31, + STATE(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [10268] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -71228,48 +70850,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, + ACTIONS(1488), 1, aux_sym_input_expression_token1, - ACTIONS(1520), 1, - sym__terminator, - STATE(13), 1, + ACTIONS(1518), 1, + anon_sym_RBRACK, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2951), 1, + STATE(2595), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(328), 2, + STATE(327), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -71277,12 +70899,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -71304,7 +70926,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [10799] = 31, + [10392] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1520), 1, + sym_identifier, + STATE(820), 1, + sym_qualified_name, + STATE(328), 2, + sym_comment, + sym_include, + ACTIONS(1379), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1377), 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, + [10468] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -71321,45 +71012,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, + ACTIONS(1488), 1, aux_sym_input_expression_token1, - ACTIONS(1522), 1, - sym__terminator, - STATE(13), 1, + ACTIONS(1523), 1, + anon_sym_RBRACK, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2932), 1, + STATE(2581), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(329), 2, @@ -71370,12 +71061,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -71397,7 +71088,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [10923] = 31, + [10592] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -71414,45 +71105,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, + ACTIONS(1488), 1, aux_sym_input_expression_token1, - ACTIONS(1524), 1, - anon_sym_RBRACK, - STATE(13), 1, + ACTIONS(1525), 1, + sym__terminator, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2557), 1, + STATE(2963), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(330), 2, @@ -71463,12 +71154,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -71490,7 +71181,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [11047] = 30, + [10716] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -71507,43 +71198,45 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, - aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + ACTIONS(1527), 1, + anon_sym_RBRACK, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2960), 1, + STATE(2562), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(331), 2, @@ -71554,12 +71247,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -71581,25 +71274,23 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [11168] = 7, + [10840] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1544), 1, - sym_identifier, - STATE(957), 1, - sym_qualified_name, STATE(332), 2, sym_comment, sym_include, - ACTIONS(1454), 3, + ACTIONS(110), 4, + sym__namedot, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(1452), 51, + ACTIONS(112), 53, anon_sym_SLASH, anon_sym_LBRACE, + sym_identifier, anon_sym_STAR, sym__terminator, sym_null_expression, @@ -71623,6 +71314,7 @@ 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, @@ -71649,7 +71341,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_available_expression_token2, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [11243] = 30, + [10912] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -71666,43 +71358,45 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1547), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1549), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1551), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1553), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1555), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1557), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1559), 1, - aux_sym_input_expression_token1, - ACTIONS(1561), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1563), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + ACTIONS(1529), 1, + anon_sym_RBRACK, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1883), 1, + STATE(2596), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(333), 2, @@ -71713,12 +71407,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -71740,11 +71434,13 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [11364] = 30, + [11036] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, ACTIONS(667), 1, anon_sym_LBRACE, ACTIONS(673), 1, @@ -71755,45 +71451,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, + ACTIONS(1488), 1, aux_sym_input_expression_token1, - ACTIONS(1565), 1, - sym_identifier, - STATE(13), 1, + ACTIONS(1531), 1, + sym__terminator, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2967), 1, + STATE(2781), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(334), 2, @@ -71804,12 +71500,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -71831,7 +71527,82 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [11485] = 30, + [11160] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1492), 1, + anon_sym_LPAREN, + ACTIONS(1494), 1, + sym__namedot, + ACTIONS(1496), 1, + sym__namecolon, + ACTIONS(1498), 1, + sym__namedoublecolon, + STATE(1046), 1, + sym_function_arguments, + STATE(1047), 1, + aux_sym_qualified_name_repeat1, + STATE(1049), 1, + aux_sym_object_access_repeat1, + STATE(1050), 1, + aux_sym_member_access_repeat1, + STATE(335), 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, + [11248] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -71848,46 +71619,48 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1567), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, - aux_sym_input_expression_token1, - ACTIONS(1581), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1583), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + ACTIONS(1533), 1, + anon_sym_RBRACK, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2594), 1, + STATE(2609), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(335), 2, + STATE(336), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -71895,12 +71668,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -71922,76 +71695,78 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [11606] = 30, + [11372] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1585), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1587), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1593), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1595), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1597), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1601), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1603), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1605), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1607), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1609), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1611), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1613), 1, - aux_sym_input_expression_token1, - ACTIONS(1615), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1617), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1619), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1621), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1625), 1, - sym__escaped_string, - STATE(1503), 1, - sym__expression, - STATE(1934), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + ACTIONS(1535), 1, + sym__terminator, + STATE(16), 1, sym_object_access, - STATE(2615), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1589), 2, + STATE(2960), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1623), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(336), 2, - sym_comment, - sym_include, - STATE(1974), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1591), 4, + STATE(337), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2614), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2620), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -72013,102 +71788,80 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [11727] = 30, + [11496] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + STATE(338), 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(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(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(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 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(701), 1, aux_sym_if_statement_token1, - ACTIONS(703), 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(707), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - ACTIONS(1627), 1, - sym_identifier, - STATE(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2921), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(709), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(337), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [11848] = 30, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [11568] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, ACTIONS(667), 1, anon_sym_LBRACE, ACTIONS(673), 1, @@ -72119,48 +71872,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, + ACTIONS(1488), 1, aux_sym_input_expression_token1, - ACTIONS(1629), 1, - sym_identifier, - STATE(13), 1, + ACTIONS(1537), 1, + anon_sym_RBRACK, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2915), 1, + STATE(2537), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(338), 2, + STATE(339), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -72168,12 +71921,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -72195,11 +71948,13 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [11969] = 30, + [11692] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, ACTIONS(667), 1, anon_sym_LBRACE, ACTIONS(673), 1, @@ -72210,48 +71965,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, + ACTIONS(1488), 1, aux_sym_input_expression_token1, - ACTIONS(1631), 1, - sym_identifier, - STATE(13), 1, + ACTIONS(1539), 1, + sym__terminator, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2913), 1, + STATE(2982), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(339), 2, + STATE(340), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -72259,12 +72014,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -72286,7 +72041,74 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [12090] = 30, + [11816] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(341), 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, + 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, + [11888] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -72305,44 +72127,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unary_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1541), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1543), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1545), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1547), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1549), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1551), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1553), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1555), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1557), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2801), 1, + STATE(1330), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(340), 2, + STATE(342), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -72350,12 +72172,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -72377,7 +72199,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [12211] = 30, + [12009] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -72394,46 +72216,46 @@ 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(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(695), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(701), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(719), 1, + sym__escaped_string, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2874), 1, + STATE(1377), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(341), 2, + STATE(343), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -72441,12 +72263,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -72468,76 +72290,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [12332] = 30, + [12130] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1559), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1561), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1567), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1569), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1571), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1573), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1575), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1577), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1579), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1581), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1583), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1585), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1587), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1589), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1591), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1593), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1595), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1599), 1, + sym__escaped_string, + STATE(1492), 1, + sym__expression, + STATE(1573), 1, sym_object_access, - STATE(35), 1, + STATE(2571), 1, sym__decimal_literal, - STATE(2787), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1563), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1597), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(342), 2, + STATE(344), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1883), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1565), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2570), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2591), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -72559,76 +72381,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [12453] = 30, + [12251] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1601), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1603), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1609), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1611), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1613), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1615), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1547), 1, + ACTIONS(1617), 1, aux_sym_unary_expression_token2, - ACTIONS(1549), 1, + ACTIONS(1619), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1551), 1, + ACTIONS(1621), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1553), 1, + ACTIONS(1623), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1555), 1, + ACTIONS(1625), 1, aux_sym_locked_expression_token1, - ACTIONS(1557), 1, + ACTIONS(1627), 1, aux_sym_dataset_expression_token1, - ACTIONS(1559), 1, + ACTIONS(1629), 1, aux_sym_input_expression_token1, - ACTIONS(1561), 1, + ACTIONS(1631), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1633), 1, aux_sym_if_statement_token1, - ACTIONS(1563), 1, + ACTIONS(1635), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1637), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1641), 1, + sym__escaped_string, + STATE(1314), 1, + sym__expression, + STATE(1348), 1, sym_object_access, - STATE(35), 1, + STATE(1437), 1, sym__decimal_literal, - STATE(1881), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1605), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1639), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(343), 2, + STATE(345), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1371), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1607), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1451), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -72650,76 +72472,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [12574] = 30, + [12372] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1601), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1603), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1609), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1611), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1613), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1615), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1547), 1, + ACTIONS(1617), 1, aux_sym_unary_expression_token2, - ACTIONS(1549), 1, + ACTIONS(1619), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1551), 1, + ACTIONS(1621), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1553), 1, + ACTIONS(1623), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1555), 1, + ACTIONS(1625), 1, aux_sym_locked_expression_token1, - ACTIONS(1557), 1, + ACTIONS(1627), 1, aux_sym_dataset_expression_token1, - ACTIONS(1559), 1, + ACTIONS(1629), 1, aux_sym_input_expression_token1, - ACTIONS(1561), 1, + ACTIONS(1631), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1633), 1, aux_sym_if_statement_token1, - ACTIONS(1563), 1, + ACTIONS(1635), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1637), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1641), 1, + sym__escaped_string, + STATE(1315), 1, + sym__expression, + STATE(1348), 1, sym_object_access, - STATE(35), 1, + STATE(1437), 1, sym__decimal_literal, - STATE(1868), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1605), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1639), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(344), 2, + STATE(346), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1371), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1607), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1451), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -72741,76 +72563,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [12695] = 30, + [12493] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1601), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1603), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1609), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1611), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1613), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1615), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1617), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1619), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1621), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1623), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1625), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1627), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1629), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1631), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1633), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1635), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1637), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1641), 1, + sym__escaped_string, + STATE(1317), 1, + sym__expression, + STATE(1348), 1, sym_object_access, - STATE(35), 1, + STATE(1437), 1, sym__decimal_literal, - STATE(2789), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1605), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1639), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(345), 2, + STATE(347), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1371), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1607), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1451), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -72832,76 +72654,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [12816] = 30, + [12614] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1601), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1603), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1609), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1611), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1613), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1615), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1617), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1619), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1621), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1623), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1625), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1627), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1629), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1631), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1633), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1635), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1637), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1641), 1, + sym__escaped_string, + STATE(1318), 1, + sym__expression, + STATE(1348), 1, sym_object_access, - STATE(35), 1, + STATE(1437), 1, sym__decimal_literal, - STATE(2791), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1605), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1639), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(346), 2, + STATE(348), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1371), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1607), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1451), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -72923,167 +72745,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [12937] = 30, + [12735] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1601), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1603), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1609), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1611), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1613), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1615), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1617), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1619), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1621), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1623), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1625), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1627), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1629), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, - aux_sym_if_statement_token1, - ACTIONS(1649), 1, - aux_sym_accumulate_expression_token1, - STATE(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2796), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(709), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(347), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [13058] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - 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, + ACTIONS(1631), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, ACTIONS(1633), 1, - aux_sym_unary_expression_token2, + aux_sym_if_statement_token1, ACTIONS(1635), 1, - aux_sym_ambiguous_expression_token1, + aux_sym_can_find_expression_token1, ACTIONS(1637), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, - aux_sym_locked_expression_token1, - ACTIONS(1643), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, - aux_sym_input_expression_token1, - ACTIONS(1647), 1, - aux_sym_if_statement_token1, - ACTIONS(1649), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1641), 1, + sym__escaped_string, + STATE(1319), 1, + sym__expression, + STATE(1348), 1, sym_object_access, - STATE(35), 1, + STATE(1437), 1, sym__decimal_literal, - STATE(2797), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1605), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1639), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(348), 2, + STATE(349), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1371), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1607), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1451), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -73105,76 +72836,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [13179] = 30, + [12856] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1601), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1603), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1609), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1611), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1613), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1615), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1617), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1619), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1621), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1623), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1625), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1627), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1629), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1631), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1633), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1635), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1637), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1641), 1, + sym__escaped_string, + STATE(1320), 1, + sym__expression, + STATE(1348), 1, sym_object_access, - STATE(35), 1, + STATE(1437), 1, sym__decimal_literal, - STATE(2800), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1605), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1639), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(349), 2, + STATE(350), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1371), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1607), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1451), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -73196,7 +72927,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [13300] = 30, + [12977] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -73213,46 +72944,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1643), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1645), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1647), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1649), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1651), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1653), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1655), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1657), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1659), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2828), 1, + STATE(2728), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(350), 2, + STATE(351), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -73260,12 +72991,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -73287,7 +73018,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [13421] = 30, + [13098] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -73304,46 +73035,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1643), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1645), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1647), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1649), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1651), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1653), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1655), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1657), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1659), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2835), 1, + STATE(2735), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(351), 2, + STATE(352), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -73351,12 +73082,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -73378,7 +73109,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [13542] = 30, + [13219] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -73395,46 +73126,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1643), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1645), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1647), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1649), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1651), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1653), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1655), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1657), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1659), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2845), 1, + STATE(2743), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(352), 2, + STATE(353), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -73442,12 +73173,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -73469,7 +73200,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [13663] = 30, + [13340] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -73486,46 +73217,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1643), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1645), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1647), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1649), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1651), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1653), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1655), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1657), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1659), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(3014), 1, + STATE(2746), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(353), 2, + STATE(354), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -73533,12 +73264,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -73560,7 +73291,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [13784] = 30, + [13461] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -73577,46 +73308,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1643), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1645), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1647), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1649), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1651), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1653), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1655), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1657), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1659), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(3020), 1, + STATE(2747), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(354), 2, + STATE(355), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -73624,12 +73355,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -73651,7 +73382,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [13905] = 30, + [13582] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -73668,46 +73399,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1643), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1645), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1647), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1649), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1651), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1653), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1655), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1657), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1659), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2849), 1, + STATE(2759), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(355), 2, + STATE(356), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -73715,12 +73446,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -73742,7 +73473,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [14026] = 30, + [13703] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -73759,46 +73490,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1651), 1, + ACTIONS(1661), 1, aux_sym_unary_expression_token2, - ACTIONS(1653), 1, + ACTIONS(1663), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1655), 1, + ACTIONS(1665), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1657), 1, + ACTIONS(1667), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1659), 1, + ACTIONS(1669), 1, aux_sym_locked_expression_token1, - ACTIONS(1661), 1, + ACTIONS(1671), 1, aux_sym_dataset_expression_token1, - ACTIONS(1663), 1, + ACTIONS(1673), 1, aux_sym_input_expression_token1, - ACTIONS(1665), 1, + ACTIONS(1675), 1, aux_sym_if_statement_token1, - ACTIONS(1667), 1, + ACTIONS(1677), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1497), 1, + STATE(1438), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(356), 2, + STATE(357), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -73806,12 +73537,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -73833,76 +73564,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [14147] = 30, + [13824] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1679), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1681), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1687), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1689), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1691), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1693), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1695), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1697), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1699), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1701), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1703), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1705), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1707), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1709), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1711), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1713), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1715), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1719), 1, + sym__escaped_string, + STATE(1583), 1, + sym__expression, + STATE(1664), 1, sym_object_access, - STATE(35), 1, + STATE(2758), 1, sym__decimal_literal, - STATE(2850), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1683), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1717), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(357), 2, + STATE(358), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2446), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1685), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2706), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2703), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -73924,76 +73655,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [14268] = 30, + [13945] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1679), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1681), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1687), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1689), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1691), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1693), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1695), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1697), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1699), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1701), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1703), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1705), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1707), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1709), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1711), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1713), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1715), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1719), 1, + sym__escaped_string, + STATE(1585), 1, + sym__expression, + STATE(1664), 1, sym_object_access, - STATE(35), 1, + STATE(2758), 1, sym__decimal_literal, - STATE(2855), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1683), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1717), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(358), 2, + STATE(359), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2446), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1685), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2706), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2703), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -74015,76 +73746,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [14389] = 30, + [14066] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1679), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1681), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1687), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1689), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1691), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1693), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1695), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1697), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1699), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1701), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1703), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1705), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1707), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1709), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1711), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1713), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1715), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1719), 1, + sym__escaped_string, + STATE(1587), 1, + sym__expression, + STATE(1664), 1, sym_object_access, - STATE(35), 1, + STATE(2758), 1, sym__decimal_literal, - STATE(2861), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1683), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1717), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(359), 2, + STATE(360), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2446), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1685), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2706), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2703), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -74106,76 +73837,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [14510] = 30, + [14187] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1679), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1681), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1687), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1689), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1691), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1693), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1695), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1697), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1699), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1701), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1703), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1705), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1707), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1709), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1711), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1713), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1715), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1719), 1, + sym__escaped_string, + STATE(1588), 1, + sym__expression, + STATE(1664), 1, sym_object_access, - STATE(35), 1, + STATE(2758), 1, sym__decimal_literal, - STATE(2862), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1683), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1717), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(360), 2, + STATE(361), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2446), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1685), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2706), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2703), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -74197,76 +73928,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [14631] = 30, + [14308] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1679), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1681), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1687), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1689), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1691), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1693), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1695), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1697), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1699), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1701), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1703), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1705), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1707), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1709), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1711), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1713), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1715), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1719), 1, + sym__escaped_string, + STATE(1589), 1, + sym__expression, + STATE(1664), 1, sym_object_access, - STATE(35), 1, + STATE(2758), 1, sym__decimal_literal, - STATE(2863), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1683), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1717), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(361), 2, + STATE(362), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2446), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1685), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2706), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2703), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -74288,76 +74019,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [14752] = 30, + [14429] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1679), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1681), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1687), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1689), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1691), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1693), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1695), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1697), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1699), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1701), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1703), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1705), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1707), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1709), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1711), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1713), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1715), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1719), 1, + sym__escaped_string, + STATE(1590), 1, + sym__expression, + STATE(1664), 1, sym_object_access, - STATE(35), 1, + STATE(2758), 1, sym__decimal_literal, - STATE(2864), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1683), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1717), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(362), 2, + STATE(363), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2446), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1685), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2706), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2703), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -74379,7 +74110,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [14873] = 30, + [14550] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -74396,46 +74127,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1721), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1723), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1725), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1727), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1729), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1731), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1733), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1735), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1737), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2866), 1, + STATE(2067), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(363), 2, + STATE(364), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -74443,12 +74174,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -74470,7 +74201,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [14994] = 30, + [14671] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -74487,46 +74218,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1721), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1723), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1725), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1727), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1729), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1731), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1733), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1735), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1737), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2893), 1, + STATE(2068), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(364), 2, + STATE(365), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -74534,12 +74265,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -74561,7 +74292,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [15115] = 30, + [14792] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -74578,46 +74309,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1721), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1723), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1725), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1727), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1729), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1731), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1733), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1735), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1737), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2953), 1, + STATE(2069), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(365), 2, + STATE(366), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -74625,12 +74356,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -74652,7 +74383,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [15236] = 30, + [14913] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -74669,46 +74400,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1721), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1723), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1725), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1727), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1729), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1731), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1733), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1735), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1737), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(3002), 1, + STATE(2071), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(366), 2, + STATE(367), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -74716,12 +74447,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -74743,7 +74474,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [15357] = 30, + [15034] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -74760,46 +74491,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1721), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1723), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1725), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1727), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1729), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1731), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1733), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1735), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1737), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2919), 1, + STATE(2072), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(367), 2, + STATE(368), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -74807,12 +74538,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -74834,7 +74565,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [15478] = 30, + [15155] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -74851,46 +74582,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1721), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1723), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1725), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1727), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1729), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1731), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1733), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1735), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1737), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2923), 1, + STATE(2077), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(368), 2, + STATE(369), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -74898,12 +74629,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -74925,76 +74656,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [15599] = 30, + [15276] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1739), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1741), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1747), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1749), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1751), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1753), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1755), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1757), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1759), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1761), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1763), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1765), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1767), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1769), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1771), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1773), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1775), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1779), 1, + sym__escaped_string, + STATE(2386), 1, + sym__expression, + STATE(2577), 1, sym_object_access, - STATE(35), 1, + STATE(3019), 1, sym__decimal_literal, - STATE(2927), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1743), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1777), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(369), 2, + STATE(370), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2640), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1745), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3079), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3074), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -75016,76 +74747,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [15720] = 30, + [15397] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1739), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1741), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1747), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1749), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1751), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1753), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1755), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1757), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1759), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1761), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1763), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1765), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1767), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1769), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1771), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1773), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1775), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1779), 1, + sym__escaped_string, + STATE(2366), 1, + sym__expression, + STATE(2577), 1, sym_object_access, - STATE(35), 1, + STATE(3019), 1, sym__decimal_literal, - STATE(2928), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1743), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1777), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(370), 2, + STATE(371), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2640), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1745), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3079), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3074), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -75107,76 +74838,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [15841] = 30, + [15518] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1739), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1741), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1747), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1749), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1751), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1753), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1755), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1757), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1759), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1761), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1763), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1765), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1767), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1769), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1771), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1773), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1775), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1779), 1, + sym__escaped_string, + STATE(2365), 1, + sym__expression, + STATE(2577), 1, sym_object_access, - STATE(35), 1, + STATE(3019), 1, sym__decimal_literal, - STATE(2929), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1743), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1777), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(371), 2, + STATE(372), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2640), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1745), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3079), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3074), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -75198,76 +74929,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [15962] = 30, + [15639] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1739), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1741), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1747), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1749), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1751), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1753), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1669), 1, + ACTIONS(1755), 1, aux_sym_unary_expression_token2, - ACTIONS(1671), 1, + ACTIONS(1757), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1673), 1, + ACTIONS(1759), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1675), 1, + ACTIONS(1761), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1677), 1, + ACTIONS(1763), 1, aux_sym_locked_expression_token1, - ACTIONS(1679), 1, + ACTIONS(1765), 1, aux_sym_dataset_expression_token1, - ACTIONS(1681), 1, + ACTIONS(1767), 1, aux_sym_input_expression_token1, - ACTIONS(1683), 1, + ACTIONS(1769), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1771), 1, aux_sym_if_statement_token1, - ACTIONS(1685), 1, + ACTIONS(1773), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1775), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1779), 1, + sym__escaped_string, + STATE(2362), 1, + sym__expression, + STATE(2577), 1, sym_object_access, - STATE(35), 1, + STATE(3019), 1, sym__decimal_literal, - STATE(1236), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1743), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1777), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(372), 2, + STATE(373), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2640), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1745), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3079), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3074), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -75289,76 +75020,167 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [16083] = 30, + [15760] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(667), 1, + ACTIONS(1739), 1, + sym_identifier, + ACTIONS(1741), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1747), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1749), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1751), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1753), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1755), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1757), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1759), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1761), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1763), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1765), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1767), 1, + aux_sym_input_expression_token1, + ACTIONS(1769), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1771), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1773), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1775), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1779), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - ACTIONS(1687), 1, - sym_identifier, - STATE(13), 1, + STATE(2356), 1, + sym__expression, + STATE(2577), 1, sym_object_access, - STATE(35), 1, + STATE(3019), 1, sym__decimal_literal, - STATE(3007), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1743), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1777), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(374), 2, + sym_comment, + sym_include, + STATE(2640), 2, sym_function_call, sym_new_expression, - STATE(373), 2, + ACTIONS(1745), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(3079), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(3074), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [15881] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1739), 1, + sym_identifier, + ACTIONS(1741), 1, + anon_sym_LBRACE, + ACTIONS(1747), 1, + sym__integer_literal, + ACTIONS(1749), 1, + anon_sym_LBRACK, + ACTIONS(1751), 1, + anon_sym_LPAREN, + ACTIONS(1753), 1, + aux_sym_unary_expression_token1, + ACTIONS(1755), 1, + aux_sym_unary_expression_token2, + ACTIONS(1757), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1759), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1761), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1763), 1, + aux_sym_locked_expression_token1, + ACTIONS(1765), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1767), 1, + aux_sym_input_expression_token1, + ACTIONS(1769), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1771), 1, + aux_sym_if_statement_token1, + ACTIONS(1773), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1775), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1779), 1, + sym__escaped_string, + STATE(2348), 1, + sym__expression, + STATE(2577), 1, + sym_object_access, + STATE(3019), 1, + sym__decimal_literal, + ACTIONS(1743), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1777), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(375), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2640), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1745), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3079), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3074), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -75380,7 +75202,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [16204] = 30, + [16002] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -75397,46 +75219,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1781), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1783), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1785), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1787), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1789), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1791), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1793), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1795), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1797), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2938), 1, + STATE(2050), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(374), 2, + STATE(376), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -75444,12 +75266,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -75471,7 +75293,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [16325] = 30, + [16123] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -75488,46 +75310,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1781), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1783), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1785), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1787), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1789), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1791), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1793), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1795), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1797), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2941), 1, + STATE(2113), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(375), 2, + STATE(377), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -75535,12 +75357,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -75562,7 +75384,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [16446] = 30, + [16244] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -75579,46 +75401,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1781), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1783), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1785), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1787), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1789), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1791), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1793), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1795), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1797), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2952), 1, + STATE(2114), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(376), 2, + STATE(378), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -75626,12 +75448,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -75653,7 +75475,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [16567] = 30, + [16365] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -75670,46 +75492,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1781), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1783), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1785), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1787), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1789), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1791), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1793), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1795), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1797), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2961), 1, + STATE(2115), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(377), 2, + STATE(379), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -75717,12 +75539,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -75744,7 +75566,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [16688] = 30, + [16486] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -75761,46 +75583,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1781), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1783), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1785), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1787), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1789), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1791), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1793), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1795), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1797), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2962), 1, + STATE(2125), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(378), 2, + STATE(380), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -75808,12 +75630,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -75835,7 +75657,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [16809] = 30, + [16607] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -75852,46 +75674,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1781), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1783), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1785), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1787), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1789), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1791), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1793), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1795), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1797), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2969), 1, + STATE(2130), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(379), 2, + STATE(381), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -75899,12 +75721,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -75926,7 +75748,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [16930] = 30, + [16728] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -75943,46 +75765,46 @@ 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(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(695), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(701), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(719), 1, + sym__escaped_string, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2973), 1, + STATE(1358), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(380), 2, + STATE(382), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -75990,12 +75812,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76017,7 +75839,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [17051] = 30, + [16849] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -76034,46 +75856,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1799), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(1801), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(1803), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(1805), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(1807), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(1809), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(1811), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(1813), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(1815), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1399), 1, + STATE(2674), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(381), 2, + STATE(383), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -76081,12 +75903,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76108,76 +75930,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [17172] = 30, + [16970] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1585), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1587), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1593), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1595), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1597), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1601), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1799), 1, aux_sym_unary_expression_token2, - ACTIONS(1603), 1, + ACTIONS(1801), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1605), 1, + ACTIONS(1803), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1607), 1, + ACTIONS(1805), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1609), 1, + ACTIONS(1807), 1, aux_sym_locked_expression_token1, - ACTIONS(1611), 1, + ACTIONS(1809), 1, aux_sym_dataset_expression_token1, - ACTIONS(1613), 1, + ACTIONS(1811), 1, aux_sym_input_expression_token1, - ACTIONS(1615), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1617), 1, + ACTIONS(1813), 1, aux_sym_if_statement_token1, - ACTIONS(1619), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1621), 1, + ACTIONS(1815), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1625), 1, - sym__escaped_string, - STATE(1514), 1, - sym__expression, - STATE(1934), 1, + STATE(16), 1, sym_object_access, - STATE(2615), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1589), 2, + STATE(2669), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1623), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(382), 2, - sym_comment, - sym_include, - STATE(1974), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1591), 4, + STATE(384), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2614), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2620), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76199,7 +76021,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [17293] = 30, + [17091] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -76216,46 +76038,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1547), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1799), 1, aux_sym_unary_expression_token2, - ACTIONS(1549), 1, + ACTIONS(1801), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1551), 1, + ACTIONS(1803), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1553), 1, + ACTIONS(1805), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1555), 1, + ACTIONS(1807), 1, aux_sym_locked_expression_token1, - ACTIONS(1557), 1, + ACTIONS(1809), 1, aux_sym_dataset_expression_token1, - ACTIONS(1559), 1, + ACTIONS(1811), 1, aux_sym_input_expression_token1, - ACTIONS(1561), 1, + ACTIONS(1813), 1, aux_sym_if_statement_token1, - ACTIONS(1563), 1, + ACTIONS(1815), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1885), 1, + STATE(2664), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(383), 2, + STATE(385), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -76263,12 +76085,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76290,7 +76112,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [17414] = 30, + [17212] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -76307,46 +76129,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1651), 1, + ACTIONS(1799), 1, aux_sym_unary_expression_token2, - ACTIONS(1653), 1, + ACTIONS(1801), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1655), 1, + ACTIONS(1803), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1657), 1, + ACTIONS(1805), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1659), 1, + ACTIONS(1807), 1, aux_sym_locked_expression_token1, - ACTIONS(1661), 1, + ACTIONS(1809), 1, aux_sym_dataset_expression_token1, - ACTIONS(1663), 1, + ACTIONS(1811), 1, aux_sym_input_expression_token1, - ACTIONS(1665), 1, + ACTIONS(1813), 1, aux_sym_if_statement_token1, - ACTIONS(1667), 1, + ACTIONS(1815), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1483), 1, + STATE(2663), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(384), 2, + STATE(386), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -76354,12 +76176,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76381,7 +76203,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [17535] = 30, + [17333] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -76398,46 +76220,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1799), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1801), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1803), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1805), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1807), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1809), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1811), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1813), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1815), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2977), 1, + STATE(2661), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(385), 2, + STATE(387), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -76445,12 +76267,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76472,76 +76294,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [17656] = 30, + [17454] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1585), 1, + ACTIONS(1817), 1, sym_identifier, - ACTIONS(1587), 1, + ACTIONS(1819), 1, anon_sym_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1825), 1, sym__integer_literal, - ACTIONS(1595), 1, + ACTIONS(1827), 1, anon_sym_LBRACK, - ACTIONS(1597), 1, + ACTIONS(1829), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(1831), 1, aux_sym_unary_expression_token1, - ACTIONS(1601), 1, + ACTIONS(1833), 1, aux_sym_unary_expression_token2, - ACTIONS(1603), 1, + ACTIONS(1835), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1605), 1, + ACTIONS(1837), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1607), 1, + ACTIONS(1839), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1609), 1, + ACTIONS(1841), 1, aux_sym_locked_expression_token1, - ACTIONS(1611), 1, + ACTIONS(1843), 1, aux_sym_dataset_expression_token1, - ACTIONS(1613), 1, + ACTIONS(1845), 1, aux_sym_input_expression_token1, - ACTIONS(1615), 1, + ACTIONS(1847), 1, aux_sym_scope_tuning_token1, - ACTIONS(1617), 1, + ACTIONS(1849), 1, aux_sym_if_statement_token1, - ACTIONS(1619), 1, + ACTIONS(1851), 1, aux_sym_can_find_expression_token1, - ACTIONS(1621), 1, + ACTIONS(1853), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1625), 1, + ACTIONS(1857), 1, sym__escaped_string, - STATE(1508), 1, + STATE(2241), 1, sym__expression, - STATE(1934), 1, + STATE(2611), 1, sym_object_access, - STATE(2615), 1, + STATE(3078), 1, sym__decimal_literal, - ACTIONS(1589), 2, + ACTIONS(1821), 2, sym_null_expression, sym_date_literal, - ACTIONS(1623), 2, + ACTIONS(1855), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(386), 2, + STATE(388), 2, sym_comment, sym_include, - STATE(1974), 2, + STATE(2619), 2, sym_function_call, sym_new_expression, - ACTIONS(1591), 4, + ACTIONS(1823), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2614), 4, + STATE(3023), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2620), 21, + STATE(3027), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76563,76 +76385,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [17777] = 30, + [17575] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1585), 1, + ACTIONS(1817), 1, sym_identifier, - ACTIONS(1587), 1, + ACTIONS(1819), 1, anon_sym_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1825), 1, sym__integer_literal, - ACTIONS(1595), 1, + ACTIONS(1827), 1, anon_sym_LBRACK, - ACTIONS(1597), 1, + ACTIONS(1829), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(1831), 1, aux_sym_unary_expression_token1, - ACTIONS(1601), 1, + ACTIONS(1833), 1, aux_sym_unary_expression_token2, - ACTIONS(1603), 1, + ACTIONS(1835), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1605), 1, + ACTIONS(1837), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1607), 1, + ACTIONS(1839), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1609), 1, + ACTIONS(1841), 1, aux_sym_locked_expression_token1, - ACTIONS(1611), 1, + ACTIONS(1843), 1, aux_sym_dataset_expression_token1, - ACTIONS(1613), 1, + ACTIONS(1845), 1, aux_sym_input_expression_token1, - ACTIONS(1615), 1, + ACTIONS(1847), 1, aux_sym_scope_tuning_token1, - ACTIONS(1617), 1, + ACTIONS(1849), 1, aux_sym_if_statement_token1, - ACTIONS(1619), 1, + ACTIONS(1851), 1, aux_sym_can_find_expression_token1, - ACTIONS(1621), 1, + ACTIONS(1853), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1625), 1, + ACTIONS(1857), 1, sym__escaped_string, - STATE(1509), 1, + STATE(2238), 1, sym__expression, - STATE(1934), 1, + STATE(2611), 1, sym_object_access, - STATE(2615), 1, + STATE(3078), 1, sym__decimal_literal, - ACTIONS(1589), 2, + ACTIONS(1821), 2, sym_null_expression, sym_date_literal, - ACTIONS(1623), 2, + ACTIONS(1855), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(387), 2, + STATE(389), 2, sym_comment, sym_include, - STATE(1974), 2, + STATE(2619), 2, sym_function_call, sym_new_expression, - ACTIONS(1591), 4, + ACTIONS(1823), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2614), 4, + STATE(3023), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2620), 21, + STATE(3027), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76654,76 +76476,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [17898] = 30, + [17696] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1585), 1, + ACTIONS(1817), 1, sym_identifier, - ACTIONS(1587), 1, + ACTIONS(1819), 1, anon_sym_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1825), 1, sym__integer_literal, - ACTIONS(1595), 1, + ACTIONS(1827), 1, anon_sym_LBRACK, - ACTIONS(1597), 1, + ACTIONS(1829), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(1831), 1, aux_sym_unary_expression_token1, - ACTIONS(1601), 1, + ACTIONS(1833), 1, aux_sym_unary_expression_token2, - ACTIONS(1603), 1, + ACTIONS(1835), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1605), 1, + ACTIONS(1837), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1607), 1, + ACTIONS(1839), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1609), 1, + ACTIONS(1841), 1, aux_sym_locked_expression_token1, - ACTIONS(1611), 1, + ACTIONS(1843), 1, aux_sym_dataset_expression_token1, - ACTIONS(1613), 1, + ACTIONS(1845), 1, aux_sym_input_expression_token1, - ACTIONS(1615), 1, + ACTIONS(1847), 1, aux_sym_scope_tuning_token1, - ACTIONS(1617), 1, + ACTIONS(1849), 1, aux_sym_if_statement_token1, - ACTIONS(1619), 1, + ACTIONS(1851), 1, aux_sym_can_find_expression_token1, - ACTIONS(1621), 1, + ACTIONS(1853), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1625), 1, + ACTIONS(1857), 1, sym__escaped_string, - STATE(1510), 1, + STATE(2231), 1, sym__expression, - STATE(1934), 1, + STATE(2611), 1, sym_object_access, - STATE(2615), 1, + STATE(3078), 1, sym__decimal_literal, - ACTIONS(1589), 2, + ACTIONS(1821), 2, sym_null_expression, sym_date_literal, - ACTIONS(1623), 2, + ACTIONS(1855), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(388), 2, + STATE(390), 2, sym_comment, sym_include, - STATE(1974), 2, + STATE(2619), 2, sym_function_call, sym_new_expression, - ACTIONS(1591), 4, + ACTIONS(1823), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2614), 4, + STATE(3023), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2620), 21, + STATE(3027), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76745,76 +76567,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [18019] = 30, + [17817] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1817), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1819), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1825), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1827), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1829), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1831), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1833), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1835), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1837), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1839), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1841), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1843), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1845), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1847), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1849), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1851), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1853), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1857), 1, + sym__escaped_string, + STATE(2209), 1, + sym__expression, + STATE(2611), 1, sym_object_access, - STATE(35), 1, + STATE(3078), 1, sym__decimal_literal, - STATE(2988), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1821), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1855), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(389), 2, + STATE(391), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2619), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1823), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3023), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3027), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76836,76 +76658,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [18140] = 30, + [17938] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1585), 1, + ACTIONS(1817), 1, sym_identifier, - ACTIONS(1587), 1, + ACTIONS(1819), 1, anon_sym_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1825), 1, sym__integer_literal, - ACTIONS(1595), 1, + ACTIONS(1827), 1, anon_sym_LBRACK, - ACTIONS(1597), 1, + ACTIONS(1829), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(1831), 1, aux_sym_unary_expression_token1, - ACTIONS(1601), 1, + ACTIONS(1833), 1, aux_sym_unary_expression_token2, - ACTIONS(1603), 1, + ACTIONS(1835), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1605), 1, + ACTIONS(1837), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1607), 1, + ACTIONS(1839), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1609), 1, + ACTIONS(1841), 1, aux_sym_locked_expression_token1, - ACTIONS(1611), 1, + ACTIONS(1843), 1, aux_sym_dataset_expression_token1, - ACTIONS(1613), 1, + ACTIONS(1845), 1, aux_sym_input_expression_token1, - ACTIONS(1615), 1, + ACTIONS(1847), 1, aux_sym_scope_tuning_token1, - ACTIONS(1617), 1, + ACTIONS(1849), 1, aux_sym_if_statement_token1, - ACTIONS(1619), 1, + ACTIONS(1851), 1, aux_sym_can_find_expression_token1, - ACTIONS(1621), 1, + ACTIONS(1853), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1625), 1, + ACTIONS(1857), 1, sym__escaped_string, - STATE(1511), 1, + STATE(2208), 1, sym__expression, - STATE(1934), 1, + STATE(2611), 1, sym_object_access, - STATE(2615), 1, + STATE(3078), 1, sym__decimal_literal, - ACTIONS(1589), 2, + ACTIONS(1821), 2, sym_null_expression, sym_date_literal, - ACTIONS(1623), 2, + ACTIONS(1855), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(390), 2, + STATE(392), 2, sym_comment, sym_include, - STATE(1974), 2, + STATE(2619), 2, sym_function_call, sym_new_expression, - ACTIONS(1591), 4, + ACTIONS(1823), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2614), 4, + STATE(3023), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2620), 21, + STATE(3027), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -76927,76 +76749,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [18261] = 30, + [18059] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1585), 1, + ACTIONS(1817), 1, sym_identifier, - ACTIONS(1587), 1, + ACTIONS(1819), 1, anon_sym_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1825), 1, sym__integer_literal, - ACTIONS(1595), 1, + ACTIONS(1827), 1, anon_sym_LBRACK, - ACTIONS(1597), 1, + ACTIONS(1829), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(1831), 1, aux_sym_unary_expression_token1, - ACTIONS(1601), 1, + ACTIONS(1833), 1, aux_sym_unary_expression_token2, - ACTIONS(1603), 1, + ACTIONS(1835), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1605), 1, + ACTIONS(1837), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1607), 1, + ACTIONS(1839), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1609), 1, + ACTIONS(1841), 1, aux_sym_locked_expression_token1, - ACTIONS(1611), 1, + ACTIONS(1843), 1, aux_sym_dataset_expression_token1, - ACTIONS(1613), 1, + ACTIONS(1845), 1, aux_sym_input_expression_token1, - ACTIONS(1615), 1, + ACTIONS(1847), 1, aux_sym_scope_tuning_token1, - ACTIONS(1617), 1, + ACTIONS(1849), 1, aux_sym_if_statement_token1, - ACTIONS(1619), 1, + ACTIONS(1851), 1, aux_sym_can_find_expression_token1, - ACTIONS(1621), 1, + ACTIONS(1853), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1625), 1, + ACTIONS(1857), 1, sym__escaped_string, - STATE(1512), 1, + STATE(2201), 1, sym__expression, - STATE(1934), 1, + STATE(2611), 1, sym_object_access, - STATE(2615), 1, + STATE(3078), 1, sym__decimal_literal, - ACTIONS(1589), 2, + ACTIONS(1821), 2, sym_null_expression, sym_date_literal, - ACTIONS(1623), 2, + ACTIONS(1855), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(391), 2, + STATE(393), 2, sym_comment, sym_include, - STATE(1974), 2, + STATE(2619), 2, sym_function_call, sym_new_expression, - ACTIONS(1591), 4, + ACTIONS(1823), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2614), 4, + STATE(3023), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2620), 21, + STATE(3027), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77018,7 +76840,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [18382] = 30, + [18180] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -77035,46 +76857,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(3005), 1, + STATE(1223), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(392), 2, + STATE(394), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -77082,12 +76904,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77109,7 +76931,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [18503] = 30, + [18301] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -77126,46 +76948,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1651), 1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(1653), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1655), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1657), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1659), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(1661), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(1663), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(1665), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(1667), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1484), 1, + STATE(1231), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(393), 2, + STATE(395), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -77173,12 +76995,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77200,7 +77022,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [18624] = 30, + [18422] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -77217,46 +77039,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1707), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(1709), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1711), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1713), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1715), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(1717), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(1719), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(1721), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(1723), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1799), 1, + STATE(1227), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(394), 2, + STATE(396), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -77264,12 +77086,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77291,7 +77113,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [18745] = 30, + [18543] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -77308,46 +77130,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(3013), 1, + STATE(1228), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(395), 2, + STATE(397), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -77355,12 +77177,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77382,7 +77204,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [18866] = 30, + [18664] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -77399,46 +77221,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1547), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(1549), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1551), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1553), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1555), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(1557), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(1559), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(1561), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(1563), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1887), 1, + STATE(1230), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(396), 2, + STATE(398), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -77446,12 +77268,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77473,7 +77295,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [18987] = 30, + [18785] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -77490,46 +77312,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1651), 1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(1653), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1655), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1657), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1659), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(1661), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(1663), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(1665), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(1667), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1485), 1, + STATE(1229), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(397), 2, + STATE(399), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -77537,12 +77359,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77564,7 +77386,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [19108] = 30, + [18906] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -77581,46 +77403,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1707), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1799), 1, aux_sym_unary_expression_token2, - ACTIONS(1709), 1, + ACTIONS(1801), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1711), 1, + ACTIONS(1803), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1713), 1, + ACTIONS(1805), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1715), 1, + ACTIONS(1807), 1, aux_sym_locked_expression_token1, - ACTIONS(1717), 1, + ACTIONS(1809), 1, aux_sym_dataset_expression_token1, - ACTIONS(1719), 1, + ACTIONS(1811), 1, aux_sym_input_expression_token1, - ACTIONS(1721), 1, + ACTIONS(1813), 1, aux_sym_if_statement_token1, - ACTIONS(1723), 1, + ACTIONS(1815), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1798), 1, + STATE(2651), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(398), 2, + STATE(400), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -77628,12 +77450,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77655,7 +77477,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [19229] = 30, + [19027] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -77672,46 +77494,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1707), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1877), 1, aux_sym_unary_expression_token2, - ACTIONS(1709), 1, + ACTIONS(1879), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1711), 1, + ACTIONS(1881), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1713), 1, + ACTIONS(1883), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1715), 1, + ACTIONS(1885), 1, aux_sym_locked_expression_token1, - ACTIONS(1717), 1, + ACTIONS(1887), 1, aux_sym_dataset_expression_token1, - ACTIONS(1719), 1, + ACTIONS(1889), 1, aux_sym_input_expression_token1, - ACTIONS(1721), 1, + ACTIONS(1891), 1, aux_sym_if_statement_token1, - ACTIONS(1723), 1, + ACTIONS(1893), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1795), 1, + STATE(1571), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(399), 2, + STATE(401), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -77719,12 +77541,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77746,7 +77568,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [19350] = 30, + [19148] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -77763,46 +77585,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1707), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1877), 1, aux_sym_unary_expression_token2, - ACTIONS(1709), 1, + ACTIONS(1879), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1711), 1, + ACTIONS(1881), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1713), 1, + ACTIONS(1883), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1715), 1, + ACTIONS(1885), 1, aux_sym_locked_expression_token1, - ACTIONS(1717), 1, + ACTIONS(1887), 1, aux_sym_dataset_expression_token1, - ACTIONS(1719), 1, + ACTIONS(1889), 1, aux_sym_input_expression_token1, - ACTIONS(1721), 1, + ACTIONS(1891), 1, aux_sym_if_statement_token1, - ACTIONS(1723), 1, + ACTIONS(1893), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1790), 1, + STATE(1565), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(400), 2, + STATE(402), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -77810,12 +77632,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77837,7 +77659,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [19471] = 30, + [19269] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -77854,46 +77676,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1707), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1877), 1, aux_sym_unary_expression_token2, - ACTIONS(1709), 1, + ACTIONS(1879), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1711), 1, + ACTIONS(1881), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1713), 1, + ACTIONS(1883), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1715), 1, + ACTIONS(1885), 1, aux_sym_locked_expression_token1, - ACTIONS(1717), 1, + ACTIONS(1887), 1, aux_sym_dataset_expression_token1, - ACTIONS(1719), 1, + ACTIONS(1889), 1, aux_sym_input_expression_token1, - ACTIONS(1721), 1, + ACTIONS(1891), 1, aux_sym_if_statement_token1, - ACTIONS(1723), 1, + ACTIONS(1893), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1786), 1, + STATE(1558), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(401), 2, + STATE(403), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -77901,12 +77723,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -77928,7 +77750,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [19592] = 30, + [19390] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -77945,46 +77767,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1707), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1877), 1, aux_sym_unary_expression_token2, - ACTIONS(1709), 1, + ACTIONS(1879), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1711), 1, + ACTIONS(1881), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1713), 1, + ACTIONS(1883), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1715), 1, + ACTIONS(1885), 1, aux_sym_locked_expression_token1, - ACTIONS(1717), 1, + ACTIONS(1887), 1, aux_sym_dataset_expression_token1, - ACTIONS(1719), 1, + ACTIONS(1889), 1, aux_sym_input_expression_token1, - ACTIONS(1721), 1, + ACTIONS(1891), 1, aux_sym_if_statement_token1, - ACTIONS(1723), 1, + ACTIONS(1893), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1768), 1, + STATE(1564), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(402), 2, + STATE(404), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -77992,12 +77814,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78019,7 +77841,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [19713] = 30, + [19511] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -78036,46 +77858,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1651), 1, + ACTIONS(1877), 1, aux_sym_unary_expression_token2, - ACTIONS(1653), 1, + ACTIONS(1879), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1655), 1, + ACTIONS(1881), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1657), 1, + ACTIONS(1883), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1659), 1, + ACTIONS(1885), 1, aux_sym_locked_expression_token1, - ACTIONS(1661), 1, + ACTIONS(1887), 1, aux_sym_dataset_expression_token1, - ACTIONS(1663), 1, + ACTIONS(1889), 1, aux_sym_input_expression_token1, - ACTIONS(1665), 1, + ACTIONS(1891), 1, aux_sym_if_statement_token1, - ACTIONS(1667), 1, + ACTIONS(1893), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1494), 1, + STATE(1535), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(403), 2, + STATE(405), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -78083,12 +77905,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78110,7 +77932,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [19834] = 30, + [19632] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -78127,46 +77949,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1651), 1, + ACTIONS(1877), 1, aux_sym_unary_expression_token2, - ACTIONS(1653), 1, + ACTIONS(1879), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1655), 1, + ACTIONS(1881), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1657), 1, + ACTIONS(1883), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1659), 1, + ACTIONS(1885), 1, aux_sym_locked_expression_token1, - ACTIONS(1661), 1, + ACTIONS(1887), 1, aux_sym_dataset_expression_token1, - ACTIONS(1663), 1, + ACTIONS(1889), 1, aux_sym_input_expression_token1, - ACTIONS(1665), 1, + ACTIONS(1891), 1, aux_sym_if_statement_token1, - ACTIONS(1667), 1, + ACTIONS(1893), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1495), 1, + STATE(1561), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(404), 2, + STATE(406), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -78174,12 +77996,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78201,76 +78023,167 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [19955] = 30, + [19753] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(875), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(877), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(885), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(887), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(889), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(893), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(895), 1, + aux_sym_unary_expression_token2, + ACTIONS(897), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(899), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(901), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(903), 1, + aux_sym_locked_expression_token1, + ACTIONS(905), 1, + aux_sym_dataset_expression_token1, + ACTIONS(907), 1, + aux_sym_input_expression_token1, + ACTIONS(909), 1, + aux_sym_scope_tuning_token1, + ACTIONS(911), 1, + aux_sym_if_statement_token1, + ACTIONS(913), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(915), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(919), 1, sym__escaped_string, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1651), 1, + STATE(210), 1, + sym__expression, + STATE(321), 1, + sym_object_access, + STATE(807), 1, + sym__decimal_literal, + ACTIONS(881), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(917), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(279), 2, + sym_function_call, + sym_new_expression, + STATE(407), 2, + sym_comment, + sym_include, + ACTIONS(883), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(857), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(859), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [19874] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(875), 1, + sym_identifier, + ACTIONS(877), 1, + anon_sym_LBRACE, + ACTIONS(885), 1, + sym__integer_literal, + ACTIONS(887), 1, + anon_sym_LBRACK, + ACTIONS(889), 1, + anon_sym_LPAREN, + ACTIONS(893), 1, + aux_sym_unary_expression_token1, + ACTIONS(895), 1, aux_sym_unary_expression_token2, - ACTIONS(1653), 1, + ACTIONS(897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1655), 1, + ACTIONS(899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1657), 1, + ACTIONS(901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1659), 1, + ACTIONS(903), 1, aux_sym_locked_expression_token1, - ACTIONS(1661), 1, + ACTIONS(905), 1, aux_sym_dataset_expression_token1, - ACTIONS(1663), 1, + ACTIONS(907), 1, aux_sym_input_expression_token1, - ACTIONS(1665), 1, + ACTIONS(909), 1, + aux_sym_scope_tuning_token1, + ACTIONS(911), 1, aux_sym_if_statement_token1, - ACTIONS(1667), 1, + ACTIONS(913), 1, + aux_sym_can_find_expression_token1, + ACTIONS(915), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(919), 1, + sym__escaped_string, + STATE(211), 1, + sym__expression, + STATE(321), 1, sym_object_access, - STATE(35), 1, + STATE(807), 1, sym__decimal_literal, - STATE(1496), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(881), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(917), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(279), 2, sym_function_call, sym_new_expression, - STATE(405), 2, + STATE(408), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(883), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(857), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(859), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78292,76 +78205,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [20076] = 30, + [19995] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(875), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(877), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(885), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(887), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(889), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(893), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1725), 1, + ACTIONS(895), 1, aux_sym_unary_expression_token2, - ACTIONS(1727), 1, + ACTIONS(897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1729), 1, + ACTIONS(899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1731), 1, + ACTIONS(901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1733), 1, + ACTIONS(903), 1, aux_sym_locked_expression_token1, - ACTIONS(1735), 1, + ACTIONS(905), 1, aux_sym_dataset_expression_token1, - ACTIONS(1737), 1, + ACTIONS(907), 1, aux_sym_input_expression_token1, - ACTIONS(1739), 1, + ACTIONS(909), 1, + aux_sym_scope_tuning_token1, + ACTIONS(911), 1, aux_sym_if_statement_token1, - ACTIONS(1741), 1, + ACTIONS(913), 1, + aux_sym_can_find_expression_token1, + ACTIONS(915), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(919), 1, + sym__escaped_string, + STATE(213), 1, + sym__expression, + STATE(321), 1, sym_object_access, - STATE(35), 1, + STATE(807), 1, sym__decimal_literal, - STATE(2673), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(881), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(917), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(279), 2, sym_function_call, sym_new_expression, - STATE(406), 2, + STATE(409), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(883), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(857), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(859), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78383,76 +78296,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [20197] = 30, + [20116] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(875), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(877), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(885), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(887), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(889), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(893), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(895), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(903), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(905), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(907), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(909), 1, + aux_sym_scope_tuning_token1, + ACTIONS(911), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(913), 1, + aux_sym_can_find_expression_token1, + ACTIONS(915), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(919), 1, + sym__escaped_string, + STATE(217), 1, + sym__expression, + STATE(321), 1, sym_object_access, - STATE(35), 1, + STATE(807), 1, sym__decimal_literal, - STATE(1231), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(881), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(917), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(279), 2, sym_function_call, sym_new_expression, - STATE(407), 2, + STATE(410), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(883), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(857), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(859), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78474,73 +78387,98 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [20318] = 5, + [20237] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(408), 2, - sym_comment, - sym_include, - ACTIONS(168), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(170), 52, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(875), 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(877), 1, + anon_sym_LBRACE, + ACTIONS(885), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(887), 1, anon_sym_LBRACK, + ACTIONS(889), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(893), 1, aux_sym_unary_expression_token1, + ACTIONS(895), 1, aux_sym_unary_expression_token2, + ACTIONS(897), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(899), 1, aux_sym_temp_table_expression_token1, + ACTIONS(901), 1, aux_sym_current_changed_expression_token1, + ACTIONS(903), 1, aux_sym_locked_expression_token1, + ACTIONS(905), 1, aux_sym_dataset_expression_token1, + ACTIONS(907), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(909), 1, aux_sym_scope_tuning_token1, + ACTIONS(911), 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(913), 1, aux_sym_can_find_expression_token1, + ACTIONS(915), 1, aux_sym_accumulate_expression_token1, + ACTIONS(919), 1, + sym__escaped_string, + STATE(221), 1, + sym__expression, + STATE(321), 1, + sym_object_access, + STATE(807), 1, + sym__decimal_literal, + ACTIONS(881), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(917), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [20389] = 30, + STATE(279), 2, + sym_function_call, + sym_new_expression, + STATE(411), 2, + sym_comment, + sym_include, + ACTIONS(883), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(857), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(859), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [20358] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -78557,46 +78495,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1547), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1877), 1, aux_sym_unary_expression_token2, - ACTIONS(1549), 1, + ACTIONS(1879), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1551), 1, + ACTIONS(1881), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1553), 1, + ACTIONS(1883), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1555), 1, + ACTIONS(1885), 1, aux_sym_locked_expression_token1, - ACTIONS(1557), 1, + ACTIONS(1887), 1, aux_sym_dataset_expression_token1, - ACTIONS(1559), 1, + ACTIONS(1889), 1, aux_sym_input_expression_token1, - ACTIONS(1561), 1, + ACTIONS(1891), 1, aux_sym_if_statement_token1, - ACTIONS(1563), 1, + ACTIONS(1893), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1867), 1, + STATE(1557), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(409), 2, + STATE(412), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -78604,12 +78542,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78631,7 +78569,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [20510] = 30, + [20479] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -78648,46 +78586,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1725), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1895), 1, aux_sym_unary_expression_token2, - ACTIONS(1727), 1, + ACTIONS(1897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1729), 1, + ACTIONS(1899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1731), 1, + ACTIONS(1901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1733), 1, + ACTIONS(1903), 1, aux_sym_locked_expression_token1, - ACTIONS(1735), 1, + ACTIONS(1905), 1, aux_sym_dataset_expression_token1, - ACTIONS(1737), 1, + ACTIONS(1907), 1, aux_sym_input_expression_token1, - ACTIONS(1739), 1, + ACTIONS(1909), 1, aux_sym_if_statement_token1, - ACTIONS(1741), 1, + ACTIONS(1911), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2674), 1, + STATE(1539), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(410), 2, + STATE(413), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -78695,12 +78633,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78722,76 +78660,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [20631] = 30, + [20600] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(875), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(877), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(885), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(887), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(889), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(893), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1725), 1, + ACTIONS(895), 1, aux_sym_unary_expression_token2, - ACTIONS(1727), 1, + ACTIONS(897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1729), 1, + ACTIONS(899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1731), 1, + ACTIONS(901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1733), 1, + ACTIONS(903), 1, aux_sym_locked_expression_token1, - ACTIONS(1735), 1, + ACTIONS(905), 1, aux_sym_dataset_expression_token1, - ACTIONS(1737), 1, + ACTIONS(907), 1, aux_sym_input_expression_token1, - ACTIONS(1739), 1, + ACTIONS(909), 1, + aux_sym_scope_tuning_token1, + ACTIONS(911), 1, aux_sym_if_statement_token1, - ACTIONS(1741), 1, + ACTIONS(913), 1, + aux_sym_can_find_expression_token1, + ACTIONS(915), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(919), 1, + sym__escaped_string, + STATE(222), 1, + sym__expression, + STATE(321), 1, sym_object_access, - STATE(35), 1, + STATE(807), 1, sym__decimal_literal, - STATE(2675), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(881), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(917), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(279), 2, sym_function_call, sym_new_expression, - STATE(411), 2, + STATE(414), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(883), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(857), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(859), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78813,7 +78751,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [20752] = 30, + [20721] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -78830,46 +78768,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1725), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(1727), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1729), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1731), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1733), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(1735), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(1737), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(1739), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(1741), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2676), 1, + STATE(1409), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(412), 2, + STATE(415), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -78877,12 +78815,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78904,7 +78842,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [20873] = 30, + [20842] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -78921,46 +78859,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1725), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(1727), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1729), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1731), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1733), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(1735), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(1737), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(1739), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(1741), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2677), 1, + STATE(1408), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(413), 2, + STATE(416), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -78968,12 +78906,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -78995,7 +78933,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [20994] = 30, + [20963] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -79012,46 +78950,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1725), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(1727), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1729), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1731), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1733), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(1735), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(1737), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(1739), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(1741), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2681), 1, + STATE(1406), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(414), 2, + STATE(417), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -79059,12 +78997,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79086,73 +79024,98 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [21115] = 5, + [21084] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(415), 2, - sym_comment, - sym_include, - ACTIONS(132), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(134), 52, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(665), 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(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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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(1927), 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(1929), 1, aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(1405), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [21186] = 30, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(418), 2, + sym_comment, + sym_include, + 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(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [21205] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -79169,46 +79132,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1761), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1895), 1, aux_sym_unary_expression_token2, - ACTIONS(1763), 1, + ACTIONS(1897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1765), 1, + ACTIONS(1899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1767), 1, + ACTIONS(1901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1769), 1, + ACTIONS(1903), 1, aux_sym_locked_expression_token1, - ACTIONS(1771), 1, + ACTIONS(1905), 1, aux_sym_dataset_expression_token1, - ACTIONS(1773), 1, + ACTIONS(1907), 1, aux_sym_input_expression_token1, - ACTIONS(1775), 1, + ACTIONS(1909), 1, aux_sym_if_statement_token1, - ACTIONS(1777), 1, + ACTIONS(1911), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2709), 1, + STATE(1540), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(416), 2, + STATE(419), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -79216,12 +79179,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79243,7 +79206,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [21307] = 30, + [21326] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -79260,46 +79223,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1547), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(1549), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1551), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1553), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1555), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(1557), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(1559), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(1561), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(1563), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1862), 1, + STATE(1403), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(417), 2, + STATE(420), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -79307,12 +79270,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79334,7 +79297,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [21428] = 30, + [21447] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -79351,46 +79314,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1547), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(1549), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1551), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1553), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1555), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(1557), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(1559), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(1561), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(1563), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1850), 1, + STATE(1421), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(418), 2, + STATE(421), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -79398,12 +79361,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79425,7 +79388,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [21549] = 30, + [21568] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -79442,46 +79405,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1567), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1895), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, + ACTIONS(1897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, + ACTIONS(1899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, + ACTIONS(1901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, + ACTIONS(1903), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, + ACTIONS(1905), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, + ACTIONS(1907), 1, aux_sym_input_expression_token1, - ACTIONS(1581), 1, + ACTIONS(1909), 1, aux_sym_if_statement_token1, - ACTIONS(1583), 1, + ACTIONS(1911), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2383), 1, + STATE(1541), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(419), 2, + STATE(422), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -79489,12 +79452,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79516,7 +79479,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [21670] = 30, + [21689] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -79533,46 +79496,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1547), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1895), 1, aux_sym_unary_expression_token2, - ACTIONS(1549), 1, + ACTIONS(1897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1551), 1, + ACTIONS(1899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1553), 1, + ACTIONS(1901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1555), 1, + ACTIONS(1903), 1, aux_sym_locked_expression_token1, - ACTIONS(1557), 1, + ACTIONS(1905), 1, aux_sym_dataset_expression_token1, - ACTIONS(1559), 1, + ACTIONS(1907), 1, aux_sym_input_expression_token1, - ACTIONS(1561), 1, + ACTIONS(1909), 1, aux_sym_if_statement_token1, - ACTIONS(1563), 1, + ACTIONS(1911), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1845), 1, + STATE(1542), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(420), 2, + STATE(423), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -79580,12 +79543,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79607,7 +79570,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [21791] = 30, + [21810] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -79624,46 +79587,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(717), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(719), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(721), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(723), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(725), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(727), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(733), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(743), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1413), 1, + STATE(2786), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(421), 2, + STATE(424), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -79671,12 +79634,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79698,7 +79661,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [21912] = 30, + [21931] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -79715,46 +79678,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1761), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1895), 1, aux_sym_unary_expression_token2, - ACTIONS(1763), 1, + ACTIONS(1897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1765), 1, + ACTIONS(1899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1767), 1, + ACTIONS(1901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1769), 1, + ACTIONS(1903), 1, aux_sym_locked_expression_token1, - ACTIONS(1771), 1, + ACTIONS(1905), 1, aux_sym_dataset_expression_token1, - ACTIONS(1773), 1, + ACTIONS(1907), 1, aux_sym_input_expression_token1, - ACTIONS(1775), 1, + ACTIONS(1909), 1, aux_sym_if_statement_token1, - ACTIONS(1777), 1, + ACTIONS(1911), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2710), 1, + STATE(1543), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(422), 2, + STATE(425), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -79762,12 +79725,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79789,7 +79752,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [22033] = 30, + [22052] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -79806,46 +79769,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1761), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1895), 1, aux_sym_unary_expression_token2, - ACTIONS(1763), 1, + ACTIONS(1897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1765), 1, + ACTIONS(1899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1767), 1, + ACTIONS(1901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1769), 1, + ACTIONS(1903), 1, aux_sym_locked_expression_token1, - ACTIONS(1771), 1, + ACTIONS(1905), 1, aux_sym_dataset_expression_token1, - ACTIONS(1773), 1, + ACTIONS(1907), 1, aux_sym_input_expression_token1, - ACTIONS(1775), 1, + ACTIONS(1909), 1, aux_sym_if_statement_token1, - ACTIONS(1777), 1, + ACTIONS(1911), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2711), 1, + STATE(1544), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(423), 2, + STATE(426), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -79853,12 +79816,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79880,7 +79843,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [22154] = 30, + [22173] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -79899,44 +79862,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unary_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1761), 1, + ACTIONS(1661), 1, aux_sym_unary_expression_token2, - ACTIONS(1763), 1, + ACTIONS(1663), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1765), 1, + ACTIONS(1665), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1767), 1, + ACTIONS(1667), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1769), 1, + ACTIONS(1669), 1, aux_sym_locked_expression_token1, - ACTIONS(1771), 1, + ACTIONS(1671), 1, aux_sym_dataset_expression_token1, - ACTIONS(1773), 1, + ACTIONS(1673), 1, aux_sym_input_expression_token1, - ACTIONS(1775), 1, + ACTIONS(1675), 1, aux_sym_if_statement_token1, - ACTIONS(1777), 1, + ACTIONS(1677), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2713), 1, + STATE(1449), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(424), 2, + STATE(427), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -79944,12 +79907,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -79971,76 +79934,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [22275] = 30, + [22294] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1949), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1951), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1957), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1959), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1961), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1963), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1761), 1, + ACTIONS(1965), 1, aux_sym_unary_expression_token2, - ACTIONS(1763), 1, + ACTIONS(1967), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1765), 1, + ACTIONS(1969), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1767), 1, + ACTIONS(1971), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1769), 1, + ACTIONS(1973), 1, aux_sym_locked_expression_token1, - ACTIONS(1771), 1, + ACTIONS(1975), 1, aux_sym_dataset_expression_token1, - ACTIONS(1773), 1, + ACTIONS(1977), 1, aux_sym_input_expression_token1, - ACTIONS(1775), 1, + ACTIONS(1979), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1981), 1, aux_sym_if_statement_token1, - ACTIONS(1777), 1, + ACTIONS(1983), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1985), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1989), 1, + sym__escaped_string, + STATE(1082), 1, + sym__expression, + STATE(1121), 1, sym_object_access, - STATE(35), 1, + STATE(1213), 1, sym__decimal_literal, - STATE(2714), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1953), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1987), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(425), 2, + STATE(428), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1161), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1955), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1193), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1208), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80062,73 +80025,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [22396] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(426), 2, - sym_comment, - sym_include, - ACTIONS(164), 4, - sym__namecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(166), 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_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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [22467] = 30, + [22415] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -80145,46 +80042,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1761), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1763), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1765), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1767), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1769), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1771), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1773), 1, - aux_sym_input_expression_token1, - ACTIONS(1775), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1777), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2715), 1, + STATE(2794), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(427), 2, + STATE(429), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -80192,12 +80089,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80219,7 +80116,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [22588] = 30, + [22536] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -80236,46 +80133,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(1661), 1, aux_sym_unary_expression_token2, - ACTIONS(717), 1, + ACTIONS(1663), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(719), 1, + ACTIONS(1665), 1, aux_sym_temp_table_expression_token1, - ACTIONS(721), 1, + ACTIONS(1667), 1, aux_sym_current_changed_expression_token1, - ACTIONS(723), 1, + ACTIONS(1669), 1, aux_sym_locked_expression_token1, - ACTIONS(725), 1, + ACTIONS(1671), 1, aux_sym_dataset_expression_token1, - ACTIONS(727), 1, + ACTIONS(1673), 1, aux_sym_input_expression_token1, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(733), 1, + ACTIONS(1675), 1, aux_sym_if_statement_token1, - ACTIONS(743), 1, + ACTIONS(1677), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1382), 1, + STATE(1450), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(428), 2, + STATE(430), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -80283,12 +80180,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80310,76 +80207,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [22709] = 30, + [22657] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1949), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1951), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1957), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1959), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1961), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1963), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(1965), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1967), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1969), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1971), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1973), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1975), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1977), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1979), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1981), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1983), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1985), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1989), 1, + sym__escaped_string, + STATE(1083), 1, + sym__expression, + STATE(1121), 1, sym_object_access, - STATE(35), 1, + STATE(1213), 1, sym__decimal_literal, - STATE(2877), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1953), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1987), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(429), 2, + STATE(431), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1161), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1955), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1193), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1208), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80401,7 +80298,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [22830] = 30, + [22778] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -80418,46 +80315,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1991), 1, aux_sym_unary_expression_token2, - ACTIONS(717), 1, + ACTIONS(1993), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(719), 1, + ACTIONS(1995), 1, aux_sym_temp_table_expression_token1, - ACTIONS(721), 1, + ACTIONS(1997), 1, aux_sym_current_changed_expression_token1, - ACTIONS(723), 1, + ACTIONS(1999), 1, aux_sym_locked_expression_token1, - ACTIONS(725), 1, + ACTIONS(2001), 1, aux_sym_dataset_expression_token1, - ACTIONS(727), 1, + ACTIONS(2003), 1, aux_sym_input_expression_token1, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(733), 1, + ACTIONS(2005), 1, aux_sym_if_statement_token1, - ACTIONS(743), 1, + ACTIONS(2007), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1405), 1, + STATE(2509), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(430), 2, + STATE(432), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -80465,12 +80362,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80492,142 +80389,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [22951] = 5, + [22899] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(431), 2, - sym_comment, - sym_include, - ACTIONS(148), 4, - sym__namedoublecolon, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(150), 52, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(1949), 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(1951), 1, + anon_sym_LBRACE, + ACTIONS(1957), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(1959), 1, anon_sym_LBRACK, + ACTIONS(1961), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(1963), 1, aux_sym_unary_expression_token1, + ACTIONS(1965), 1, aux_sym_unary_expression_token2, + ACTIONS(1967), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(1969), 1, aux_sym_temp_table_expression_token1, + ACTIONS(1971), 1, aux_sym_current_changed_expression_token1, + ACTIONS(1973), 1, aux_sym_locked_expression_token1, + ACTIONS(1975), 1, aux_sym_dataset_expression_token1, + ACTIONS(1977), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(1979), 1, aux_sym_scope_tuning_token1, + ACTIONS(1981), 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(1983), 1, aux_sym_can_find_expression_token1, + ACTIONS(1985), 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, - [23022] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - 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(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(1989), 1, sym__escaped_string, - ACTIONS(1547), 1, - aux_sym_unary_expression_token2, - ACTIONS(1549), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1551), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1553), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1555), 1, - aux_sym_locked_expression_token1, - ACTIONS(1557), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1559), 1, - aux_sym_input_expression_token1, - ACTIONS(1561), 1, - aux_sym_if_statement_token1, - ACTIONS(1563), 1, - aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(1084), 1, + sym__expression, + STATE(1121), 1, sym_object_access, - STATE(35), 1, + STATE(1213), 1, sym__decimal_literal, - STATE(1844), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1953), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1987), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(432), 2, + STATE(433), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1161), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1955), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1193), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1208), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80649,13 +80480,11 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [23143] = 30, + [23020] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, ACTIONS(667), 1, anon_sym_LBRACE, ACTIONS(673), 1, @@ -80666,46 +80495,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(717), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(719), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(721), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(723), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(725), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(727), 1, - aux_sym_input_expression_token1, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(733), 1, - aux_sym_if_statement_token1, ACTIONS(743), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + ACTIONS(2009), 1, + sym_identifier, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1404), 1, + STATE(2793), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(433), 2, + STATE(434), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -80713,12 +80544,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80740,7 +80571,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [23264] = 30, + [23141] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -80757,46 +80588,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(1661), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1663), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1665), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1667), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1669), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1671), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1673), 1, + aux_sym_input_expression_token1, + ACTIONS(1675), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1677), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2817), 1, + STATE(1452), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(434), 2, + STATE(435), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -80804,12 +80635,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80831,74 +80662,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [23385] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1779), 1, - sym__namedot, - STATE(435), 2, - sym_comment, - sym_include, - ACTIONS(152), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(154), 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_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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [23458] = 30, + [23262] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -80915,43 +80679,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1547), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(1549), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1551), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1553), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1555), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(1557), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(1559), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(1561), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(1563), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1732), 1, + STATE(1415), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(436), 2, @@ -80962,12 +80726,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -80989,7 +80753,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [23579] = 30, + [23383] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -81006,43 +80770,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(1661), 1, aux_sym_unary_expression_token2, - ACTIONS(717), 1, + ACTIONS(1663), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(719), 1, + ACTIONS(1665), 1, aux_sym_temp_table_expression_token1, - ACTIONS(721), 1, + ACTIONS(1667), 1, aux_sym_current_changed_expression_token1, - ACTIONS(723), 1, + ACTIONS(1669), 1, aux_sym_locked_expression_token1, - ACTIONS(725), 1, + ACTIONS(1671), 1, aux_sym_dataset_expression_token1, - ACTIONS(727), 1, + ACTIONS(1673), 1, aux_sym_input_expression_token1, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(733), 1, + ACTIONS(1675), 1, aux_sym_if_statement_token1, - ACTIONS(743), 1, + ACTIONS(1677), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1403), 1, + STATE(1455), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(437), 2, @@ -81053,12 +80817,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81080,76 +80844,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [23700] = 30, + [23504] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1679), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1681), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1687), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1689), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1691), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1693), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(1695), 1, aux_sym_unary_expression_token2, - ACTIONS(717), 1, + ACTIONS(1697), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(719), 1, + ACTIONS(1699), 1, aux_sym_temp_table_expression_token1, - ACTIONS(721), 1, + ACTIONS(1701), 1, aux_sym_current_changed_expression_token1, - ACTIONS(723), 1, + ACTIONS(1703), 1, aux_sym_locked_expression_token1, - ACTIONS(725), 1, + ACTIONS(1705), 1, aux_sym_dataset_expression_token1, - ACTIONS(727), 1, + ACTIONS(1707), 1, aux_sym_input_expression_token1, - ACTIONS(729), 1, + ACTIONS(1709), 1, aux_sym_scope_tuning_token1, - ACTIONS(733), 1, + ACTIONS(1711), 1, aux_sym_if_statement_token1, - ACTIONS(743), 1, + ACTIONS(1713), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1715), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1719), 1, + sym__escaped_string, + STATE(1572), 1, + sym__expression, + STATE(1664), 1, sym_object_access, - STATE(35), 1, + STATE(2758), 1, sym__decimal_literal, - STATE(1393), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1683), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1717), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(438), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2446), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1685), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2706), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2703), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81171,76 +80935,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [23821] = 30, + [23625] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1781), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1783), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1789), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1791), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1793), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1795), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1797), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(1661), 1, aux_sym_unary_expression_token2, - ACTIONS(1799), 1, + ACTIONS(1663), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1801), 1, + ACTIONS(1665), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1803), 1, + ACTIONS(1667), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1805), 1, + ACTIONS(1669), 1, aux_sym_locked_expression_token1, - ACTIONS(1807), 1, + ACTIONS(1671), 1, aux_sym_dataset_expression_token1, - ACTIONS(1809), 1, + ACTIONS(1673), 1, aux_sym_input_expression_token1, - ACTIONS(1811), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1813), 1, + ACTIONS(1675), 1, aux_sym_if_statement_token1, - ACTIONS(1815), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1817), 1, + ACTIONS(1677), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1821), 1, - sym__escaped_string, - STATE(1523), 1, - sym__expression, - STATE(2373), 1, + STATE(16), 1, sym_object_access, - STATE(2731), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1785), 2, + STATE(1456), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1819), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(439), 2, sym_comment, sym_include, - STATE(2423), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1787), 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(2737), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2735), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81262,7 +81026,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [23942] = 30, + [23746] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -81281,41 +81045,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unary_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1707), 1, + ACTIONS(1661), 1, aux_sym_unary_expression_token2, - ACTIONS(1709), 1, + ACTIONS(1663), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1711), 1, + ACTIONS(1665), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1713), 1, + ACTIONS(1667), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1715), 1, + ACTIONS(1669), 1, aux_sym_locked_expression_token1, - ACTIONS(1717), 1, + ACTIONS(1671), 1, aux_sym_dataset_expression_token1, - ACTIONS(1719), 1, + ACTIONS(1673), 1, aux_sym_input_expression_token1, - ACTIONS(1721), 1, + ACTIONS(1675), 1, aux_sym_if_statement_token1, - ACTIONS(1723), 1, + ACTIONS(1677), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1766), 1, + STATE(1457), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(440), 2, @@ -81326,12 +81090,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81353,7 +81117,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [24063] = 30, + [23867] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -81370,43 +81134,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1410), 1, + STATE(1336), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(441), 2, @@ -81417,12 +81181,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81444,7 +81208,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [24184] = 30, + [23988] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -81461,43 +81225,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1707), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1709), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1711), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1713), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1715), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1717), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1719), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1721), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1723), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1763), 1, + STATE(2945), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(442), 2, @@ -81508,12 +81272,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81535,7 +81299,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [24305] = 30, + [24109] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -81552,43 +81316,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2873), 1, + STATE(2943), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(443), 2, @@ -81599,12 +81363,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81626,7 +81390,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [24426] = 30, + [24230] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -81643,43 +81407,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1707), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1709), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1711), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1713), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1715), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1717), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1719), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1721), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1723), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1759), 1, + STATE(2942), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(444), 2, @@ -81690,12 +81454,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81717,7 +81481,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [24547] = 30, + [24351] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -81734,43 +81498,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1707), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1709), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1711), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1713), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1715), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1717), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1719), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1721), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1723), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1753), 1, + STATE(2941), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(445), 2, @@ -81781,12 +81545,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81808,76 +81572,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [24668] = 30, + [24472] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2011), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2013), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2019), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2021), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2023), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2025), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(2027), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(2029), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(2031), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(2033), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(2035), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(2037), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(2039), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(2041), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2043), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(2045), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2047), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(2051), 1, + sym__escaped_string, + STATE(2134), 1, + sym__expression, + STATE(2542), 1, sym_object_access, - STATE(35), 1, + STATE(3077), 1, sym__decimal_literal, - STATE(1334), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2015), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2049), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(446), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2707), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2017), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3123), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3050), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81899,76 +81663,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [24789] = 30, + [24593] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2011), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2013), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2019), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2021), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2023), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2025), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1707), 1, + ACTIONS(2027), 1, aux_sym_unary_expression_token2, - ACTIONS(1709), 1, + ACTIONS(2029), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1711), 1, + ACTIONS(2031), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1713), 1, + ACTIONS(2033), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1715), 1, + ACTIONS(2035), 1, aux_sym_locked_expression_token1, - ACTIONS(1717), 1, + ACTIONS(2037), 1, aux_sym_dataset_expression_token1, - ACTIONS(1719), 1, + ACTIONS(2039), 1, aux_sym_input_expression_token1, - ACTIONS(1721), 1, + ACTIONS(2041), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2043), 1, aux_sym_if_statement_token1, - ACTIONS(1723), 1, + ACTIONS(2045), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2047), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(2051), 1, + sym__escaped_string, + STATE(2132), 1, + sym__expression, + STATE(2542), 1, sym_object_access, - STATE(35), 1, + STATE(3077), 1, sym__decimal_literal, - STATE(1752), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2015), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2049), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(447), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2707), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2017), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3123), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3050), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -81990,76 +81754,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [24910] = 30, + [24714] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2011), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2013), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2019), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2021), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2023), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2025), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1707), 1, + ACTIONS(2027), 1, aux_sym_unary_expression_token2, - ACTIONS(1709), 1, + ACTIONS(2029), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1711), 1, + ACTIONS(2031), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1713), 1, + ACTIONS(2033), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1715), 1, + ACTIONS(2035), 1, aux_sym_locked_expression_token1, - ACTIONS(1717), 1, + ACTIONS(2037), 1, aux_sym_dataset_expression_token1, - ACTIONS(1719), 1, + ACTIONS(2039), 1, aux_sym_input_expression_token1, - ACTIONS(1721), 1, + ACTIONS(2041), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2043), 1, aux_sym_if_statement_token1, - ACTIONS(1723), 1, + ACTIONS(2045), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2047), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(2051), 1, + sym__escaped_string, + STATE(2131), 1, + sym__expression, + STATE(2542), 1, sym_object_access, - STATE(35), 1, + STATE(3077), 1, sym__decimal_literal, - STATE(1750), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2015), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2049), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(448), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2707), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2017), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3123), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3050), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82081,76 +81845,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [25031] = 30, + [24835] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1823), 1, + ACTIONS(2011), 1, sym_identifier, - ACTIONS(1825), 1, + ACTIONS(2013), 1, anon_sym_LBRACE, - ACTIONS(1831), 1, + ACTIONS(2019), 1, sym__integer_literal, - ACTIONS(1833), 1, + ACTIONS(2021), 1, anon_sym_LBRACK, - ACTIONS(1835), 1, + ACTIONS(2023), 1, anon_sym_LPAREN, - ACTIONS(1837), 1, + ACTIONS(2025), 1, aux_sym_unary_expression_token1, - ACTIONS(1839), 1, + ACTIONS(2027), 1, aux_sym_unary_expression_token2, - ACTIONS(1841), 1, + ACTIONS(2029), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1843), 1, + ACTIONS(2031), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1845), 1, + ACTIONS(2033), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1847), 1, + ACTIONS(2035), 1, aux_sym_locked_expression_token1, - ACTIONS(1849), 1, + ACTIONS(2037), 1, aux_sym_dataset_expression_token1, - ACTIONS(1851), 1, + ACTIONS(2039), 1, aux_sym_input_expression_token1, - ACTIONS(1853), 1, + ACTIONS(2041), 1, aux_sym_scope_tuning_token1, - ACTIONS(1855), 1, + ACTIONS(2043), 1, aux_sym_if_statement_token1, - ACTIONS(1857), 1, + ACTIONS(2045), 1, aux_sym_can_find_expression_token1, - ACTIONS(1859), 1, + ACTIONS(2047), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1863), 1, + ACTIONS(2051), 1, sym__escaped_string, - STATE(1305), 1, + STATE(2129), 1, sym__expression, - STATE(1321), 1, + STATE(2542), 1, sym_object_access, - STATE(1430), 1, + STATE(3077), 1, sym__decimal_literal, - ACTIONS(1827), 2, + ACTIONS(2015), 2, sym_null_expression, sym_date_literal, - ACTIONS(1861), 2, + ACTIONS(2049), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, STATE(449), 2, sym_comment, sym_include, - STATE(1356), 2, + STATE(2707), 2, sym_function_call, sym_new_expression, - ACTIONS(1829), 4, + ACTIONS(2017), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1455), 4, + STATE(3123), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1452), 21, + STATE(3050), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82172,76 +81936,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [25152] = 30, + [24956] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2011), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2013), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2019), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2021), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2023), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2025), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1865), 1, + ACTIONS(2027), 1, aux_sym_unary_expression_token2, - ACTIONS(1867), 1, + ACTIONS(2029), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1869), 1, + ACTIONS(2031), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1871), 1, + ACTIONS(2033), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1873), 1, + ACTIONS(2035), 1, aux_sym_locked_expression_token1, - ACTIONS(1875), 1, + ACTIONS(2037), 1, aux_sym_dataset_expression_token1, - ACTIONS(1877), 1, + ACTIONS(2039), 1, aux_sym_input_expression_token1, - ACTIONS(1879), 1, + ACTIONS(2041), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2043), 1, aux_sym_if_statement_token1, - ACTIONS(1881), 1, + ACTIONS(2045), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2047), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(2051), 1, + sym__escaped_string, + STATE(2124), 1, + sym__expression, + STATE(2542), 1, sym_object_access, - STATE(35), 1, + STATE(3077), 1, sym__decimal_literal, - STATE(2485), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2015), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2049), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(450), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2707), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2017), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3123), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3050), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82263,76 +82027,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [25273] = 30, + [25077] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2011), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2013), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2019), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2021), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2023), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2025), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1725), 1, + ACTIONS(2027), 1, aux_sym_unary_expression_token2, - ACTIONS(1727), 1, + ACTIONS(2029), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1729), 1, + ACTIONS(2031), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1731), 1, + ACTIONS(2033), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1733), 1, + ACTIONS(2035), 1, aux_sym_locked_expression_token1, - ACTIONS(1735), 1, + ACTIONS(2037), 1, aux_sym_dataset_expression_token1, - ACTIONS(1737), 1, + ACTIONS(2039), 1, aux_sym_input_expression_token1, - ACTIONS(1739), 1, + ACTIONS(2041), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2043), 1, aux_sym_if_statement_token1, - ACTIONS(1741), 1, + ACTIONS(2045), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2047), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(2051), 1, + sym__escaped_string, + STATE(2123), 1, + sym__expression, + STATE(2542), 1, sym_object_access, - STATE(35), 1, + STATE(3077), 1, sym__decimal_literal, - STATE(2688), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2015), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2049), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(451), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2707), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2017), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3123), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3050), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82354,7 +82118,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [25394] = 30, + [25198] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -82371,43 +82135,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1725), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2053), 1, aux_sym_unary_expression_token2, - ACTIONS(1727), 1, + ACTIONS(2055), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1729), 1, + ACTIONS(2057), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1731), 1, + ACTIONS(2059), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1733), 1, + ACTIONS(2061), 1, aux_sym_locked_expression_token1, - ACTIONS(1735), 1, + ACTIONS(2063), 1, aux_sym_dataset_expression_token1, - ACTIONS(1737), 1, + ACTIONS(2065), 1, aux_sym_input_expression_token1, - ACTIONS(1739), 1, + ACTIONS(2067), 1, aux_sym_if_statement_token1, - ACTIONS(1741), 1, + ACTIONS(2069), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2691), 1, + STATE(2688), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(452), 2, @@ -82418,12 +82182,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82445,7 +82209,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [25515] = 30, + [25319] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -82462,43 +82226,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1567), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2053), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, + ACTIONS(2055), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, + ACTIONS(2057), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, + ACTIONS(2059), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, + ACTIONS(2061), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, + ACTIONS(2063), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, + ACTIONS(2065), 1, aux_sym_input_expression_token1, - ACTIONS(1581), 1, + ACTIONS(2067), 1, aux_sym_if_statement_token1, - ACTIONS(1583), 1, + ACTIONS(2069), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2245), 1, + STATE(2696), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(453), 2, @@ -82509,12 +82273,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82536,7 +82300,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [25636] = 30, + [25440] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -82553,43 +82317,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1725), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2053), 1, aux_sym_unary_expression_token2, - ACTIONS(1727), 1, + ACTIONS(2055), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1729), 1, + ACTIONS(2057), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1731), 1, + ACTIONS(2059), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1733), 1, + ACTIONS(2061), 1, aux_sym_locked_expression_token1, - ACTIONS(1735), 1, + ACTIONS(2063), 1, aux_sym_dataset_expression_token1, - ACTIONS(1737), 1, + ACTIONS(2065), 1, aux_sym_input_expression_token1, - ACTIONS(1739), 1, + ACTIONS(2067), 1, aux_sym_if_statement_token1, - ACTIONS(1741), 1, + ACTIONS(2069), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2692), 1, + STATE(2730), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(454), 2, @@ -82600,12 +82364,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82627,7 +82391,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [25757] = 30, + [25561] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -82644,43 +82408,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2053), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(2055), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(2057), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(2059), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(2061), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(2063), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(2065), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(2067), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(2069), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2809), 1, + STATE(2742), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(455), 2, @@ -82691,12 +82455,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82718,7 +82482,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [25878] = 30, + [25682] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -82735,43 +82499,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1725), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2053), 1, aux_sym_unary_expression_token2, - ACTIONS(1727), 1, + ACTIONS(2055), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1729), 1, + ACTIONS(2057), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1731), 1, + ACTIONS(2059), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1733), 1, + ACTIONS(2061), 1, aux_sym_locked_expression_token1, - ACTIONS(1735), 1, + ACTIONS(2063), 1, aux_sym_dataset_expression_token1, - ACTIONS(1737), 1, + ACTIONS(2065), 1, aux_sym_input_expression_token1, - ACTIONS(1739), 1, + ACTIONS(2067), 1, aux_sym_if_statement_token1, - ACTIONS(1741), 1, + ACTIONS(2069), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2694), 1, + STATE(2713), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(456), 2, @@ -82782,12 +82546,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82809,7 +82573,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [25999] = 30, + [25803] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -82826,43 +82590,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1761), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2053), 1, aux_sym_unary_expression_token2, - ACTIONS(1763), 1, + ACTIONS(2055), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1765), 1, + ACTIONS(2057), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1767), 1, + ACTIONS(2059), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1769), 1, + ACTIONS(2061), 1, aux_sym_locked_expression_token1, - ACTIONS(1771), 1, + ACTIONS(2063), 1, aux_sym_dataset_expression_token1, - ACTIONS(1773), 1, + ACTIONS(2065), 1, aux_sym_input_expression_token1, - ACTIONS(1775), 1, + ACTIONS(2067), 1, aux_sym_if_statement_token1, - ACTIONS(1777), 1, + ACTIONS(2069), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2624), 1, + STATE(2654), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(457), 2, @@ -82873,12 +82637,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82900,7 +82664,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [26120] = 30, + [25924] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -82917,43 +82681,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1725), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1727), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1729), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1731), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1733), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1735), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1737), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1739), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1741), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2695), 1, + STATE(2940), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(458), 2, @@ -82964,12 +82728,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -82991,7 +82755,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [26241] = 30, + [26045] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -83008,43 +82772,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1725), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1727), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1729), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1731), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1733), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1735), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1737), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1739), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1741), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2696), 1, + STATE(2939), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(459), 2, @@ -83055,12 +82819,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83082,76 +82846,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [26362] = 30, + [26166] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1823), 1, + ACTIONS(1739), 1, sym_identifier, - ACTIONS(1825), 1, + ACTIONS(1741), 1, anon_sym_LBRACE, - ACTIONS(1831), 1, + ACTIONS(1747), 1, sym__integer_literal, - ACTIONS(1833), 1, + ACTIONS(1749), 1, anon_sym_LBRACK, - ACTIONS(1835), 1, + ACTIONS(1751), 1, anon_sym_LPAREN, - ACTIONS(1837), 1, + ACTIONS(1753), 1, aux_sym_unary_expression_token1, - ACTIONS(1839), 1, + ACTIONS(1755), 1, aux_sym_unary_expression_token2, - ACTIONS(1841), 1, + ACTIONS(1757), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1843), 1, + ACTIONS(1759), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1845), 1, + ACTIONS(1761), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1847), 1, + ACTIONS(1763), 1, aux_sym_locked_expression_token1, - ACTIONS(1849), 1, + ACTIONS(1765), 1, aux_sym_dataset_expression_token1, - ACTIONS(1851), 1, + ACTIONS(1767), 1, aux_sym_input_expression_token1, - ACTIONS(1853), 1, + ACTIONS(1769), 1, aux_sym_scope_tuning_token1, - ACTIONS(1855), 1, + ACTIONS(1771), 1, aux_sym_if_statement_token1, - ACTIONS(1857), 1, + ACTIONS(1773), 1, aux_sym_can_find_expression_token1, - ACTIONS(1859), 1, + ACTIONS(1775), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1863), 1, + ACTIONS(1779), 1, sym__escaped_string, - STATE(1304), 1, + STATE(2035), 1, sym__expression, - STATE(1321), 1, + STATE(2577), 1, sym_object_access, - STATE(1430), 1, + STATE(3019), 1, sym__decimal_literal, - ACTIONS(1827), 2, + ACTIONS(1743), 2, sym_null_expression, sym_date_literal, - ACTIONS(1861), 2, + ACTIONS(1777), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, STATE(460), 2, sym_comment, sym_include, - STATE(1356), 2, + STATE(2640), 2, sym_function_call, sym_new_expression, - ACTIONS(1829), 4, + ACTIONS(1745), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1455), 4, + STATE(3079), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1452), 21, + STATE(3074), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83173,7 +82937,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [26483] = 30, + [26287] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -83190,43 +82954,43 @@ 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(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1865), 1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(1867), 1, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1869), 1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1871), 1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1873), 1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(1875), 1, + ACTIONS(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(1877), 1, + ACTIONS(695), 1, aux_sym_input_expression_token1, - ACTIONS(1879), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(701), 1, aux_sym_if_statement_token1, - ACTIONS(1881), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(719), 1, + sym__escaped_string, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2484), 1, + STATE(1363), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(461), 2, @@ -83237,12 +83001,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83264,7 +83028,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [26604] = 30, + [26408] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -83281,43 +83045,43 @@ 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(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1865), 1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(1867), 1, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1869), 1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1871), 1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1873), 1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(1875), 1, + ACTIONS(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(1877), 1, + ACTIONS(695), 1, aux_sym_input_expression_token1, - ACTIONS(1879), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(701), 1, aux_sym_if_statement_token1, - ACTIONS(1881), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(719), 1, + sym__escaped_string, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2483), 1, + STATE(1362), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(462), 2, @@ -83328,12 +83092,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83355,7 +83119,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [26725] = 30, + [26529] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -83372,43 +83136,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1865), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1991), 1, aux_sym_unary_expression_token2, - ACTIONS(1867), 1, + ACTIONS(1993), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1869), 1, + ACTIONS(1995), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1871), 1, + ACTIONS(1997), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1873), 1, + ACTIONS(1999), 1, aux_sym_locked_expression_token1, - ACTIONS(1875), 1, + ACTIONS(2001), 1, aux_sym_dataset_expression_token1, - ACTIONS(1877), 1, + ACTIONS(2003), 1, aux_sym_input_expression_token1, - ACTIONS(1879), 1, + ACTIONS(2005), 1, aux_sym_if_statement_token1, - ACTIONS(1881), 1, + ACTIONS(2007), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2482), 1, + STATE(2723), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(463), 2, @@ -83419,12 +83183,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83446,7 +83210,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [26846] = 30, + [26650] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -83463,43 +83227,43 @@ 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(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1865), 1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(1867), 1, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1869), 1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1871), 1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1873), 1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(1875), 1, + ACTIONS(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(1877), 1, + ACTIONS(695), 1, aux_sym_input_expression_token1, - ACTIONS(1879), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(701), 1, aux_sym_if_statement_token1, - ACTIONS(1881), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(719), 1, + sym__escaped_string, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2480), 1, + STATE(1361), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(464), 2, @@ -83510,12 +83274,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83537,7 +83301,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [26967] = 30, + [26771] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -83554,43 +83318,43 @@ 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(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1567), 1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, + ACTIONS(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, + ACTIONS(695), 1, aux_sym_input_expression_token1, - ACTIONS(1581), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(701), 1, aux_sym_if_statement_token1, - ACTIONS(1583), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(719), 1, + sym__escaped_string, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2182), 1, + STATE(1360), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(465), 2, @@ -83601,12 +83365,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83628,7 +83392,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [27088] = 30, + [26892] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -83645,43 +83409,43 @@ 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(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(695), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(701), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(719), 1, + sym__escaped_string, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2920), 1, + STATE(1359), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(466), 2, @@ -83692,12 +83456,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83719,76 +83483,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [27209] = 30, + [27013] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1823), 1, + ACTIONS(2071), 1, sym_identifier, - ACTIONS(1825), 1, + ACTIONS(2073), 1, anon_sym_LBRACE, - ACTIONS(1831), 1, + ACTIONS(2079), 1, sym__integer_literal, - ACTIONS(1833), 1, + ACTIONS(2081), 1, anon_sym_LBRACK, - ACTIONS(1835), 1, + ACTIONS(2083), 1, anon_sym_LPAREN, - ACTIONS(1837), 1, + ACTIONS(2085), 1, aux_sym_unary_expression_token1, - ACTIONS(1839), 1, + ACTIONS(2087), 1, aux_sym_unary_expression_token2, - ACTIONS(1841), 1, + ACTIONS(2089), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1843), 1, + ACTIONS(2091), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1845), 1, + ACTIONS(2093), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1847), 1, + ACTIONS(2095), 1, aux_sym_locked_expression_token1, - ACTIONS(1849), 1, + ACTIONS(2097), 1, aux_sym_dataset_expression_token1, - ACTIONS(1851), 1, + ACTIONS(2099), 1, aux_sym_input_expression_token1, - ACTIONS(1853), 1, + ACTIONS(2101), 1, aux_sym_scope_tuning_token1, - ACTIONS(1855), 1, + ACTIONS(2103), 1, aux_sym_if_statement_token1, - ACTIONS(1857), 1, + ACTIONS(2105), 1, aux_sym_can_find_expression_token1, - ACTIONS(1859), 1, + ACTIONS(2107), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1863), 1, + ACTIONS(2111), 1, sym__escaped_string, - STATE(1306), 1, + STATE(1547), 1, sym__expression, - STATE(1321), 1, + STATE(2039), 1, sym_object_access, - STATE(1430), 1, + STATE(2859), 1, sym__decimal_literal, - ACTIONS(1827), 2, + ACTIONS(2075), 2, sym_null_expression, sym_date_literal, - ACTIONS(1861), 2, + ACTIONS(2109), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, STATE(467), 2, sym_comment, sym_include, - STATE(1356), 2, + STATE(2495), 2, sym_function_call, sym_new_expression, - ACTIONS(1829), 4, + ACTIONS(2077), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1455), 4, + STATE(2787), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1452), 21, + STATE(2782), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83810,7 +83574,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [27330] = 30, + [27134] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -83827,43 +83591,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2113), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(2115), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(2117), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(2119), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(2121), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(2123), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(2125), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(2127), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(2129), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(3001), 1, + STATE(1373), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(468), 2, @@ -83874,12 +83638,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83901,7 +83665,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [27451] = 30, + [27255] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -83920,41 +83684,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unary_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1865), 1, + ACTIONS(1541), 1, aux_sym_unary_expression_token2, - ACTIONS(1867), 1, + ACTIONS(1543), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1869), 1, + ACTIONS(1545), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1871), 1, + ACTIONS(1547), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1873), 1, + ACTIONS(1549), 1, aux_sym_locked_expression_token1, - ACTIONS(1875), 1, + ACTIONS(1551), 1, aux_sym_dataset_expression_token1, - ACTIONS(1877), 1, + ACTIONS(1553), 1, aux_sym_input_expression_token1, - ACTIONS(1879), 1, + ACTIONS(1555), 1, aux_sym_if_statement_token1, - ACTIONS(1881), 1, + ACTIONS(1557), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2479), 1, + STATE(1334), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(469), 2, @@ -83965,12 +83729,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -83992,76 +83756,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [27572] = 30, + [27376] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1823), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1825), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1831), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1833), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1835), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1837), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1839), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(1541), 1, aux_sym_unary_expression_token2, - ACTIONS(1841), 1, + ACTIONS(1543), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1843), 1, + ACTIONS(1545), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1845), 1, + ACTIONS(1547), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1847), 1, + ACTIONS(1549), 1, aux_sym_locked_expression_token1, - ACTIONS(1849), 1, + ACTIONS(1551), 1, aux_sym_dataset_expression_token1, - ACTIONS(1851), 1, + ACTIONS(1553), 1, aux_sym_input_expression_token1, - ACTIONS(1853), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1855), 1, + ACTIONS(1555), 1, aux_sym_if_statement_token1, - ACTIONS(1857), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1859), 1, + ACTIONS(1557), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1863), 1, - sym__escaped_string, - STATE(1302), 1, - sym__expression, - STATE(1321), 1, + STATE(16), 1, sym_object_access, - STATE(1430), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1827), 2, + STATE(1333), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1861), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(470), 2, sym_comment, sym_include, - STATE(1356), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1829), 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(1455), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1452), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84083,76 +83847,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [27693] = 30, + [27497] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2071), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2073), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2079), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2081), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2083), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2085), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1547), 1, + ACTIONS(2087), 1, aux_sym_unary_expression_token2, - ACTIONS(1549), 1, + ACTIONS(2089), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1551), 1, + ACTIONS(2091), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1553), 1, + ACTIONS(2093), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1555), 1, + ACTIONS(2095), 1, aux_sym_locked_expression_token1, - ACTIONS(1557), 1, + ACTIONS(2097), 1, aux_sym_dataset_expression_token1, - ACTIONS(1559), 1, + ACTIONS(2099), 1, aux_sym_input_expression_token1, - ACTIONS(1561), 1, + ACTIONS(2101), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2103), 1, aux_sym_if_statement_token1, - ACTIONS(1563), 1, + ACTIONS(2105), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2107), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(2111), 1, + sym__escaped_string, + STATE(1606), 1, + sym__expression, + STATE(2039), 1, sym_object_access, - STATE(35), 1, + STATE(2859), 1, sym__decimal_literal, - STATE(1890), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2075), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2109), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(471), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2495), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2077), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2787), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2782), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84174,144 +83938,167 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [27814] = 7, + [27618] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1110), 1, - anon_sym_LPAREN, - STATE(295), 1, - sym_function_arguments, - STATE(472), 2, - sym_comment, - sym_include, - ACTIONS(87), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(89), 51, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(2071), 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(2073), 1, + anon_sym_LBRACE, + ACTIONS(2079), 1, sym__integer_literal, - sym_date_literal, + ACTIONS(2081), 1, anon_sym_LBRACK, - anon_sym_EQ, + ACTIONS(2083), 1, + anon_sym_LPAREN, + ACTIONS(2085), 1, aux_sym_unary_expression_token1, + ACTIONS(2087), 1, aux_sym_unary_expression_token2, + ACTIONS(2089), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2091), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2093), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2095), 1, aux_sym_locked_expression_token1, + ACTIONS(2097), 1, aux_sym_dataset_expression_token1, + ACTIONS(2099), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(2101), 1, aux_sym_scope_tuning_token1, + ACTIONS(2103), 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(2105), 1, aux_sym_can_find_expression_token1, + ACTIONS(2107), 1, aux_sym_accumulate_expression_token1, + ACTIONS(2111), 1, + sym__escaped_string, + STATE(1605), 1, + sym__expression, + STATE(2039), 1, + sym_object_access, + STATE(2859), 1, + sym__decimal_literal, + ACTIONS(2075), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(2109), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [27889] = 30, + STATE(472), 2, + sym_comment, + sym_include, + STATE(2495), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2077), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(2787), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(2782), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [27739] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2071), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2073), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2079), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2081), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2083), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2085), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1883), 1, + ACTIONS(2087), 1, aux_sym_unary_expression_token2, - ACTIONS(1885), 1, + ACTIONS(2089), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1887), 1, + ACTIONS(2091), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1889), 1, + ACTIONS(2093), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1891), 1, + ACTIONS(2095), 1, aux_sym_locked_expression_token1, - ACTIONS(1893), 1, + ACTIONS(2097), 1, aux_sym_dataset_expression_token1, - ACTIONS(1895), 1, + ACTIONS(2099), 1, aux_sym_input_expression_token1, - ACTIONS(1897), 1, + ACTIONS(2101), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2103), 1, aux_sym_if_statement_token1, - ACTIONS(1899), 1, + ACTIONS(2105), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2107), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(2111), 1, + sym__escaped_string, + STATE(1604), 1, + sym__expression, + STATE(2039), 1, sym_object_access, - STATE(35), 1, + STATE(2859), 1, sym__decimal_literal, - STATE(1329), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2075), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2109), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(473), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2495), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2077), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2787), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2782), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84333,76 +84120,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [28010] = 30, + [27860] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2071), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2073), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2079), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2081), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2083), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2085), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1883), 1, + ACTIONS(2087), 1, aux_sym_unary_expression_token2, - ACTIONS(1885), 1, + ACTIONS(2089), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1887), 1, + ACTIONS(2091), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1889), 1, + ACTIONS(2093), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1891), 1, + ACTIONS(2095), 1, aux_sym_locked_expression_token1, - ACTIONS(1893), 1, + ACTIONS(2097), 1, aux_sym_dataset_expression_token1, - ACTIONS(1895), 1, + ACTIONS(2099), 1, aux_sym_input_expression_token1, - ACTIONS(1897), 1, + ACTIONS(2101), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2103), 1, aux_sym_if_statement_token1, - ACTIONS(1899), 1, + ACTIONS(2105), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2107), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(2111), 1, + sym__escaped_string, + STATE(1603), 1, + sym__expression, + STATE(2039), 1, sym_object_access, - STATE(35), 1, + STATE(2859), 1, sym__decimal_literal, - STATE(1339), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2075), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2109), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(474), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2495), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2077), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2787), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2782), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84424,76 +84211,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [28131] = 30, + [27981] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2071), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2073), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2079), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2081), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2083), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2085), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1883), 1, + ACTIONS(2087), 1, aux_sym_unary_expression_token2, - ACTIONS(1885), 1, + ACTIONS(2089), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1887), 1, + ACTIONS(2091), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1889), 1, + ACTIONS(2093), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1891), 1, + ACTIONS(2095), 1, aux_sym_locked_expression_token1, - ACTIONS(1893), 1, + ACTIONS(2097), 1, aux_sym_dataset_expression_token1, - ACTIONS(1895), 1, + ACTIONS(2099), 1, aux_sym_input_expression_token1, - ACTIONS(1897), 1, + ACTIONS(2101), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2103), 1, aux_sym_if_statement_token1, - ACTIONS(1899), 1, + ACTIONS(2105), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2107), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(2111), 1, + sym__escaped_string, + STATE(1602), 1, + sym__expression, + STATE(2039), 1, sym_object_access, - STATE(35), 1, + STATE(2859), 1, sym__decimal_literal, - STATE(1340), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2075), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2109), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(475), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2495), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2077), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2787), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2782), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84515,76 +84302,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [28252] = 30, + [28102] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2071), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2073), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2079), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2081), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2083), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2085), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1567), 1, + ACTIONS(2087), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, + ACTIONS(2089), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, + ACTIONS(2091), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, + ACTIONS(2093), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, + ACTIONS(2095), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, + ACTIONS(2097), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, + ACTIONS(2099), 1, aux_sym_input_expression_token1, - ACTIONS(1581), 1, + ACTIONS(2101), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2103), 1, aux_sym_if_statement_token1, - ACTIONS(1583), 1, + ACTIONS(2105), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2107), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(2111), 1, + sym__escaped_string, + STATE(1601), 1, + sym__expression, + STATE(2039), 1, sym_object_access, - STATE(35), 1, + STATE(2859), 1, sym__decimal_literal, - STATE(2053), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2075), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2109), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(476), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2495), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2077), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2787), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2782), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84606,7 +84393,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [28373] = 30, + [28223] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -84623,43 +84410,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2131), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(2133), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(2135), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(2137), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(2139), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(2141), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(2143), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(2145), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(2147), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2950), 1, + STATE(2583), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(477), 2, @@ -84670,12 +84457,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84697,7 +84484,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [28494] = 30, + [28344] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -84714,43 +84501,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1883), 1, + ACTIONS(2131), 1, aux_sym_unary_expression_token2, - ACTIONS(1885), 1, + ACTIONS(2133), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1887), 1, + ACTIONS(2135), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1889), 1, + ACTIONS(2137), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1891), 1, + ACTIONS(2139), 1, aux_sym_locked_expression_token1, - ACTIONS(1893), 1, + ACTIONS(2141), 1, aux_sym_dataset_expression_token1, - ACTIONS(1895), 1, + ACTIONS(2143), 1, aux_sym_input_expression_token1, - ACTIONS(1897), 1, + ACTIONS(2145), 1, aux_sym_if_statement_token1, - ACTIONS(1899), 1, + ACTIONS(2147), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1342), 1, + STATE(2582), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(478), 2, @@ -84761,12 +84548,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84788,145 +84575,167 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [28615] = 8, + [28465] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1108), 1, - anon_sym_LBRACK, - ACTIONS(1110), 1, - anon_sym_LPAREN, - STATE(295), 1, - sym_function_arguments, - STATE(479), 2, - sym_comment, - sym_include, - ACTIONS(67), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(73), 50, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(665), 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(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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2131), 1, aux_sym_unary_expression_token2, + ACTIONS(2133), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2135), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2137), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2139), 1, aux_sym_locked_expression_token1, + ACTIONS(2141), 1, aux_sym_dataset_expression_token1, + ACTIONS(2143), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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(2145), 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(2147), 1, aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2501), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [28692] = 30, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(479), 2, + sym_comment, + sym_include, + 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(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [28586] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1823), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1825), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1831), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1833), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1835), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1837), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1839), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2131), 1, aux_sym_unary_expression_token2, - ACTIONS(1841), 1, + ACTIONS(2133), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1843), 1, + ACTIONS(2135), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1845), 1, + ACTIONS(2137), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1847), 1, + ACTIONS(2139), 1, aux_sym_locked_expression_token1, - ACTIONS(1849), 1, + ACTIONS(2141), 1, aux_sym_dataset_expression_token1, - ACTIONS(1851), 1, + ACTIONS(2143), 1, aux_sym_input_expression_token1, - ACTIONS(1853), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1855), 1, + ACTIONS(2145), 1, aux_sym_if_statement_token1, - ACTIONS(1857), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1859), 1, + ACTIONS(2147), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1863), 1, - sym__escaped_string, - STATE(1310), 1, - sym__expression, - STATE(1321), 1, + STATE(16), 1, sym_object_access, - STATE(1430), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1827), 2, + STATE(2502), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1861), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(480), 2, sym_comment, sym_include, - STATE(1356), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1829), 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(1455), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1452), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -84948,7 +84757,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [28813] = 30, + [28707] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -84965,43 +84774,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2131), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(2133), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(2135), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(2137), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(2139), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(2141), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(2143), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(2145), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(2147), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2918), 1, + STATE(2511), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(481), 2, @@ -85012,12 +84821,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85039,7 +84848,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [28934] = 30, + [28828] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -85056,43 +84865,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1883), 1, + ACTIONS(2131), 1, aux_sym_unary_expression_token2, - ACTIONS(1885), 1, + ACTIONS(2133), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1887), 1, + ACTIONS(2135), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1889), 1, + ACTIONS(2137), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1891), 1, + ACTIONS(2139), 1, aux_sym_locked_expression_token1, - ACTIONS(1893), 1, + ACTIONS(2141), 1, aux_sym_dataset_expression_token1, - ACTIONS(1895), 1, + ACTIONS(2143), 1, aux_sym_input_expression_token1, - ACTIONS(1897), 1, + ACTIONS(2145), 1, aux_sym_if_statement_token1, - ACTIONS(1899), 1, + ACTIONS(2147), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1343), 1, + STATE(2512), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(482), 2, @@ -85103,12 +84912,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85130,76 +84939,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [29055] = 30, + [28949] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1823), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1825), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1831), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1833), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1835), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1837), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1839), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(1541), 1, aux_sym_unary_expression_token2, - ACTIONS(1841), 1, + ACTIONS(1543), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1843), 1, + ACTIONS(1545), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1845), 1, + ACTIONS(1547), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1847), 1, + ACTIONS(1549), 1, aux_sym_locked_expression_token1, - ACTIONS(1849), 1, + ACTIONS(1551), 1, aux_sym_dataset_expression_token1, - ACTIONS(1851), 1, + ACTIONS(1553), 1, aux_sym_input_expression_token1, - ACTIONS(1853), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1855), 1, + ACTIONS(1555), 1, aux_sym_if_statement_token1, - ACTIONS(1857), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1859), 1, + ACTIONS(1557), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1863), 1, - sym__escaped_string, - STATE(1311), 1, - sym__expression, - STATE(1321), 1, + STATE(16), 1, sym_object_access, - STATE(1430), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1827), 2, + STATE(1331), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1861), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(483), 2, sym_comment, sym_include, - STATE(1356), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1829), 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(1455), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1452), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85221,76 +85030,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [29176] = 30, + [29070] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1823), 1, + ACTIONS(1949), 1, sym_identifier, - ACTIONS(1825), 1, + ACTIONS(1951), 1, anon_sym_LBRACE, - ACTIONS(1831), 1, + ACTIONS(1957), 1, sym__integer_literal, - ACTIONS(1833), 1, + ACTIONS(1959), 1, anon_sym_LBRACK, - ACTIONS(1835), 1, + ACTIONS(1961), 1, anon_sym_LPAREN, - ACTIONS(1837), 1, + ACTIONS(1963), 1, aux_sym_unary_expression_token1, - ACTIONS(1839), 1, + ACTIONS(1965), 1, aux_sym_unary_expression_token2, - ACTIONS(1841), 1, + ACTIONS(1967), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1843), 1, + ACTIONS(1969), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1845), 1, + ACTIONS(1971), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1847), 1, + ACTIONS(1973), 1, aux_sym_locked_expression_token1, - ACTIONS(1849), 1, + ACTIONS(1975), 1, aux_sym_dataset_expression_token1, - ACTIONS(1851), 1, + ACTIONS(1977), 1, aux_sym_input_expression_token1, - ACTIONS(1853), 1, + ACTIONS(1979), 1, aux_sym_scope_tuning_token1, - ACTIONS(1855), 1, + ACTIONS(1981), 1, aux_sym_if_statement_token1, - ACTIONS(1857), 1, + ACTIONS(1983), 1, aux_sym_can_find_expression_token1, - ACTIONS(1859), 1, + ACTIONS(1985), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1863), 1, + ACTIONS(1989), 1, sym__escaped_string, - STATE(1317), 1, + STATE(1081), 1, sym__expression, - STATE(1321), 1, + STATE(1121), 1, sym_object_access, - STATE(1430), 1, + STATE(1213), 1, sym__decimal_literal, - ACTIONS(1827), 2, + ACTIONS(1953), 2, sym_null_expression, sym_date_literal, - ACTIONS(1861), 2, + ACTIONS(1987), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, STATE(484), 2, sym_comment, sym_include, - STATE(1356), 2, + STATE(1161), 2, sym_function_call, sym_new_expression, - ACTIONS(1829), 4, + ACTIONS(1955), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1455), 4, + STATE(1193), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1452), 21, + STATE(1208), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85312,7 +85121,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [29297] = 30, + [29191] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -85331,41 +85140,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unary_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1901), 1, + ACTIONS(1541), 1, aux_sym_unary_expression_token2, - ACTIONS(1903), 1, + ACTIONS(1543), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1905), 1, + ACTIONS(1545), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1907), 1, + ACTIONS(1547), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1909), 1, + ACTIONS(1549), 1, aux_sym_locked_expression_token1, - ACTIONS(1911), 1, + ACTIONS(1551), 1, aux_sym_dataset_expression_token1, - ACTIONS(1913), 1, + ACTIONS(1553), 1, aux_sym_input_expression_token1, - ACTIONS(1915), 1, + ACTIONS(1555), 1, aux_sym_if_statement_token1, - ACTIONS(1917), 1, + ACTIONS(1557), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2463), 1, + STATE(1329), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(485), 2, @@ -85376,12 +85185,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85403,7 +85212,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [29418] = 30, + [29312] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -85422,41 +85231,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unary_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1761), 1, + ACTIONS(1541), 1, aux_sym_unary_expression_token2, - ACTIONS(1763), 1, + ACTIONS(1543), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1765), 1, + ACTIONS(1545), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1767), 1, + ACTIONS(1547), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1769), 1, + ACTIONS(1549), 1, aux_sym_locked_expression_token1, - ACTIONS(1771), 1, + ACTIONS(1551), 1, aux_sym_dataset_expression_token1, - ACTIONS(1773), 1, + ACTIONS(1553), 1, aux_sym_input_expression_token1, - ACTIONS(1775), 1, + ACTIONS(1555), 1, aux_sym_if_statement_token1, - ACTIONS(1777), 1, + ACTIONS(1557), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2716), 1, + STATE(1328), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(486), 2, @@ -85467,12 +85276,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85494,76 +85303,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [29539] = 30, + [29433] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1817), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1819), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1825), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1827), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1829), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1831), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1761), 1, + ACTIONS(1833), 1, aux_sym_unary_expression_token2, - ACTIONS(1763), 1, + ACTIONS(1835), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1765), 1, + ACTIONS(1837), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1767), 1, + ACTIONS(1839), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1769), 1, + ACTIONS(1841), 1, aux_sym_locked_expression_token1, - ACTIONS(1771), 1, + ACTIONS(1843), 1, aux_sym_dataset_expression_token1, - ACTIONS(1773), 1, + ACTIONS(1845), 1, aux_sym_input_expression_token1, - ACTIONS(1775), 1, + ACTIONS(1847), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1849), 1, aux_sym_if_statement_token1, - ACTIONS(1777), 1, + ACTIONS(1851), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1853), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1857), 1, + sym__escaped_string, + STATE(2412), 1, + sym__expression, + STATE(2611), 1, sym_object_access, - STATE(35), 1, + STATE(3078), 1, sym__decimal_literal, - STATE(2717), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1821), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1855), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(487), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2619), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1823), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3023), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3027), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85585,76 +85394,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [29660] = 30, + [29554] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1949), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1951), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1957), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1959), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1961), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1963), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1761), 1, + ACTIONS(1965), 1, aux_sym_unary_expression_token2, - ACTIONS(1763), 1, + ACTIONS(1967), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1765), 1, + ACTIONS(1969), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1767), 1, + ACTIONS(1971), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1769), 1, + ACTIONS(1973), 1, aux_sym_locked_expression_token1, - ACTIONS(1771), 1, + ACTIONS(1975), 1, aux_sym_dataset_expression_token1, - ACTIONS(1773), 1, + ACTIONS(1977), 1, aux_sym_input_expression_token1, - ACTIONS(1775), 1, + ACTIONS(1979), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1981), 1, aux_sym_if_statement_token1, - ACTIONS(1777), 1, + ACTIONS(1983), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1985), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1989), 1, + sym__escaped_string, + STATE(1095), 1, + sym__expression, + STATE(1121), 1, sym_object_access, - STATE(35), 1, + STATE(1213), 1, sym__decimal_literal, - STATE(2719), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1953), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1987), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(488), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1161), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1955), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1193), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1208), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85676,7 +85485,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [29781] = 30, + [29675] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -85693,43 +85502,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1567), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2113), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, + ACTIONS(2115), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, + ACTIONS(2117), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, + ACTIONS(2119), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, + ACTIONS(2121), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, + ACTIONS(2123), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, + ACTIONS(2125), 1, aux_sym_input_expression_token1, - ACTIONS(1581), 1, + ACTIONS(2127), 1, aux_sym_if_statement_token1, - ACTIONS(1583), 1, + ACTIONS(2129), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2280), 1, + STATE(1390), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(489), 2, @@ -85740,12 +85549,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85767,7 +85576,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [29902] = 30, + [29796] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -85784,43 +85593,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2113), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(2115), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(2117), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(2119), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(2121), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(2123), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(2125), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(2127), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(2129), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2785), 1, + STATE(1391), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(490), 2, @@ -85831,12 +85640,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85858,7 +85667,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [30023] = 30, + [29917] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -85875,43 +85684,43 @@ 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(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1761), 1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(1763), 1, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1765), 1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1767), 1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1769), 1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(1771), 1, + ACTIONS(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(1773), 1, + ACTIONS(695), 1, aux_sym_input_expression_token1, - ACTIONS(1775), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(701), 1, aux_sym_if_statement_token1, - ACTIONS(1777), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(719), 1, + sym__escaped_string, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2720), 1, + STATE(1365), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(491), 2, @@ -85922,12 +85731,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -85949,76 +85758,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [30144] = 30, + [30038] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1559), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1561), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1567), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1569), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1571), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1573), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1901), 1, + ACTIONS(1575), 1, aux_sym_unary_expression_token2, - ACTIONS(1903), 1, + ACTIONS(1577), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1905), 1, + ACTIONS(1579), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1907), 1, + ACTIONS(1581), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1909), 1, + ACTIONS(1583), 1, aux_sym_locked_expression_token1, - ACTIONS(1911), 1, + ACTIONS(1585), 1, aux_sym_dataset_expression_token1, - ACTIONS(1913), 1, + ACTIONS(1587), 1, aux_sym_input_expression_token1, - ACTIONS(1915), 1, + ACTIONS(1589), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1591), 1, aux_sym_if_statement_token1, - ACTIONS(1917), 1, + ACTIONS(1593), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1595), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1599), 1, + sym__escaped_string, + STATE(1527), 1, + sym__expression, + STATE(1573), 1, sym_object_access, - STATE(35), 1, + STATE(2571), 1, sym__decimal_literal, - STATE(2462), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1563), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1597), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(492), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1883), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1565), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2570), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2591), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86040,76 +85849,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [30265] = 30, + [30159] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1919), 1, + ACTIONS(801), 1, sym_identifier, - ACTIONS(1921), 1, + ACTIONS(805), 1, anon_sym_LBRACE, - ACTIONS(1927), 1, + ACTIONS(813), 1, sym__integer_literal, - ACTIONS(1929), 1, + ACTIONS(815), 1, anon_sym_LBRACK, - ACTIONS(1931), 1, - anon_sym_LPAREN, - ACTIONS(1933), 1, + ACTIONS(821), 1, aux_sym_unary_expression_token1, - ACTIONS(1935), 1, + ACTIONS(823), 1, aux_sym_unary_expression_token2, - ACTIONS(1937), 1, + ACTIONS(825), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1939), 1, + ACTIONS(827), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1941), 1, + ACTIONS(829), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1943), 1, + ACTIONS(831), 1, aux_sym_locked_expression_token1, - ACTIONS(1945), 1, + ACTIONS(833), 1, aux_sym_dataset_expression_token1, - ACTIONS(1947), 1, + ACTIONS(835), 1, aux_sym_input_expression_token1, - ACTIONS(1949), 1, + ACTIONS(837), 1, aux_sym_scope_tuning_token1, - ACTIONS(1951), 1, + ACTIONS(839), 1, aux_sym_if_statement_token1, - ACTIONS(1953), 1, + ACTIONS(841), 1, aux_sym_can_find_expression_token1, - ACTIONS(1955), 1, + ACTIONS(843), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1959), 1, + ACTIONS(855), 1, sym__escaped_string, - STATE(1100), 1, + ACTIONS(1393), 1, + anon_sym_LPAREN, + STATE(1011), 1, sym__expression, - STATE(1120), 1, + STATE(1077), 1, sym_object_access, - STATE(1186), 1, + STATE(1131), 1, sym__decimal_literal, - ACTIONS(1923), 2, + ACTIONS(809), 2, sym_null_expression, sym_date_literal, - ACTIONS(1957), 2, + ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, STATE(493), 2, sym_comment, sym_include, - STATE(1157), 2, + STATE(1042), 2, sym_function_call, sym_new_expression, - ACTIONS(1925), 4, + ACTIONS(811), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1190), 4, + STATE(1118), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1196), 21, + STATE(1124), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86131,76 +85940,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [30386] = 30, + [30280] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(801), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(805), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(813), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(815), 1, anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(821), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1901), 1, + ACTIONS(823), 1, aux_sym_unary_expression_token2, - ACTIONS(1903), 1, + ACTIONS(825), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1905), 1, + ACTIONS(827), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1907), 1, + ACTIONS(829), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1909), 1, + ACTIONS(831), 1, aux_sym_locked_expression_token1, - ACTIONS(1911), 1, + ACTIONS(833), 1, aux_sym_dataset_expression_token1, - ACTIONS(1913), 1, + ACTIONS(835), 1, aux_sym_input_expression_token1, - ACTIONS(1915), 1, + ACTIONS(837), 1, + aux_sym_scope_tuning_token1, + ACTIONS(839), 1, aux_sym_if_statement_token1, - ACTIONS(1917), 1, + ACTIONS(841), 1, + aux_sym_can_find_expression_token1, + ACTIONS(843), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(855), 1, + sym__escaped_string, + ACTIONS(1393), 1, + anon_sym_LPAREN, + STATE(1012), 1, + sym__expression, + STATE(1077), 1, sym_object_access, - STATE(35), 1, + STATE(1131), 1, sym__decimal_literal, - STATE(2461), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(809), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(494), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1042), 2, + sym_function_call, + sym_new_expression, + ACTIONS(811), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1118), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1124), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86222,76 +86031,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [30507] = 30, + [30401] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(801), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(805), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(813), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(815), 1, anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(821), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1901), 1, + ACTIONS(823), 1, aux_sym_unary_expression_token2, - ACTIONS(1903), 1, + ACTIONS(825), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1905), 1, + ACTIONS(827), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1907), 1, + ACTIONS(829), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1909), 1, + ACTIONS(831), 1, aux_sym_locked_expression_token1, - ACTIONS(1911), 1, + ACTIONS(833), 1, aux_sym_dataset_expression_token1, - ACTIONS(1913), 1, + ACTIONS(835), 1, aux_sym_input_expression_token1, - ACTIONS(1915), 1, + ACTIONS(837), 1, + aux_sym_scope_tuning_token1, + ACTIONS(839), 1, aux_sym_if_statement_token1, - ACTIONS(1917), 1, + ACTIONS(841), 1, + aux_sym_can_find_expression_token1, + ACTIONS(843), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(855), 1, + sym__escaped_string, + ACTIONS(1393), 1, + anon_sym_LPAREN, + STATE(1013), 1, + sym__expression, + STATE(1077), 1, sym_object_access, - STATE(35), 1, + STATE(1131), 1, sym__decimal_literal, - STATE(2460), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(809), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(495), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1042), 2, + sym_function_call, + sym_new_expression, + ACTIONS(811), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1118), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1124), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86313,76 +86122,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [30628] = 30, + [30522] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2149), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2151), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2157), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2159), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2161), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2163), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1901), 1, + ACTIONS(2165), 1, aux_sym_unary_expression_token2, - ACTIONS(1903), 1, + ACTIONS(2167), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1905), 1, + ACTIONS(2169), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1907), 1, + ACTIONS(2171), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1909), 1, + ACTIONS(2173), 1, aux_sym_locked_expression_token1, - ACTIONS(1911), 1, + ACTIONS(2175), 1, aux_sym_dataset_expression_token1, - ACTIONS(1913), 1, + ACTIONS(2177), 1, aux_sym_input_expression_token1, - ACTIONS(1915), 1, + ACTIONS(2179), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2181), 1, aux_sym_if_statement_token1, - ACTIONS(1917), 1, + ACTIONS(2183), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2185), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(2189), 1, + sym__escaped_string, + STATE(1581), 1, + sym__expression, + STATE(2174), 1, sym_object_access, - STATE(35), 1, + STATE(2952), 1, sym__decimal_literal, - STATE(2459), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2153), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2187), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(496), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2579), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2155), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2953), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2947), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86404,76 +86213,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [30749] = 30, + [30643] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(801), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(805), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(813), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(815), 1, anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(821), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1901), 1, + ACTIONS(823), 1, aux_sym_unary_expression_token2, - ACTIONS(1903), 1, + ACTIONS(825), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1905), 1, + ACTIONS(827), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1907), 1, + ACTIONS(829), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1909), 1, + ACTIONS(831), 1, aux_sym_locked_expression_token1, - ACTIONS(1911), 1, + ACTIONS(833), 1, aux_sym_dataset_expression_token1, - ACTIONS(1913), 1, + ACTIONS(835), 1, aux_sym_input_expression_token1, - ACTIONS(1915), 1, + ACTIONS(837), 1, + aux_sym_scope_tuning_token1, + ACTIONS(839), 1, aux_sym_if_statement_token1, - ACTIONS(1917), 1, + ACTIONS(841), 1, + aux_sym_can_find_expression_token1, + ACTIONS(843), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(855), 1, + sym__escaped_string, + ACTIONS(1393), 1, + anon_sym_LPAREN, + STATE(1014), 1, + sym__expression, + STATE(1077), 1, sym_object_access, - STATE(35), 1, + STATE(1131), 1, sym__decimal_literal, - STATE(2458), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(809), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(497), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1042), 2, + sym_function_call, + sym_new_expression, + ACTIONS(811), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1118), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1124), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86495,7 +86304,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [30870] = 30, + [30764] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -86512,43 +86321,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1883), 1, + ACTIONS(2113), 1, aux_sym_unary_expression_token2, - ACTIONS(1885), 1, + ACTIONS(2115), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1887), 1, + ACTIONS(2117), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1889), 1, + ACTIONS(2119), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1891), 1, + ACTIONS(2121), 1, aux_sym_locked_expression_token1, - ACTIONS(1893), 1, + ACTIONS(2123), 1, aux_sym_dataset_expression_token1, - ACTIONS(1895), 1, + ACTIONS(2125), 1, aux_sym_input_expression_token1, - ACTIONS(1897), 1, + ACTIONS(2127), 1, aux_sym_if_statement_token1, - ACTIONS(1899), 1, + ACTIONS(2129), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1344), 1, + STATE(1395), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(498), 2, @@ -86559,12 +86368,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86586,7 +86395,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [30991] = 30, + [30885] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -86603,43 +86412,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2113), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(2115), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(2117), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(2119), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(2121), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(2123), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(2125), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(2127), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(2129), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2805), 1, + STATE(1368), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(499), 2, @@ -86650,12 +86459,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86677,76 +86486,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [31112] = 30, + [31006] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1238), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1240), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1246), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1248), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1250), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1252), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(1254), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1256), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1258), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1260), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1262), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1264), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1266), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1268), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1270), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1276), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1278), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1282), 1, + sym__escaped_string, + STATE(992), 1, + sym__expression, + STATE(1039), 1, sym_object_access, - STATE(35), 1, + STATE(1115), 1, sym__decimal_literal, - STATE(2806), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1242), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1280), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(500), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1019), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1244), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1074), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1112), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86768,7 +86577,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [31233] = 30, + [31127] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -86785,43 +86594,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2191), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(2193), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(2195), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(2197), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(2199), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(2201), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(2203), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(2205), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(2207), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2807), 1, + STATE(1191), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(501), 2, @@ -86832,12 +86641,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86859,76 +86668,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [31354] = 30, + [31248] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1238), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1240), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1246), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1248), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1250), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1252), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(1254), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1256), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1258), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1260), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1262), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1264), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1266), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1268), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1270), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1276), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1278), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1282), 1, + sym__escaped_string, + STATE(991), 1, + sym__expression, + STATE(1039), 1, sym_object_access, - STATE(35), 1, + STATE(1115), 1, sym__decimal_literal, - STATE(2808), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1242), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1280), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(502), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1019), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1244), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1074), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1112), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -86950,76 +86759,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [31475] = 30, + [31369] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1238), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1240), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1246), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1248), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1250), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1252), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(1254), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1256), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1258), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1260), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1262), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1264), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1266), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1268), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1270), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1276), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1278), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1282), 1, + sym__escaped_string, + STATE(990), 1, + sym__expression, + STATE(1039), 1, sym_object_access, - STATE(35), 1, + STATE(1115), 1, sym__decimal_literal, - STATE(2815), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1242), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1280), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(503), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1019), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1244), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1074), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1112), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87041,76 +86850,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [31596] = 30, + [31490] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1238), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1240), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1246), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1248), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1250), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1252), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(1254), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1256), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1258), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1260), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1262), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1264), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1266), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1268), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1270), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1276), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1278), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1282), 1, + sym__escaped_string, + STATE(989), 1, + sym__expression, + STATE(1039), 1, sym_object_access, - STATE(35), 1, + STATE(1115), 1, sym__decimal_literal, - STATE(2816), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1242), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1280), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(504), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1019), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1244), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1074), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1112), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87132,76 +86941,167 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [31717] = 30, + [31611] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1238), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1240), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1246), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1248), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1250), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1252), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, + ACTIONS(1254), 1, + aux_sym_unary_expression_token2, + ACTIONS(1256), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1258), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1260), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1262), 1, + aux_sym_locked_expression_token1, + ACTIONS(1264), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1266), 1, + aux_sym_input_expression_token1, + ACTIONS(1268), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(1270), 1, + aux_sym_if_statement_token1, + ACTIONS(1276), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(1278), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1282), 1, sym__escaped_string, - ACTIONS(1526), 1, + STATE(988), 1, + sym__expression, + STATE(1039), 1, + sym_object_access, + STATE(1115), 1, + sym__decimal_literal, + ACTIONS(1242), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1280), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(505), 2, + sym_comment, + sym_include, + STATE(1019), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1244), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1074), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(1112), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [31732] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1238), 1, + sym_identifier, + ACTIONS(1240), 1, + anon_sym_LBRACE, + ACTIONS(1246), 1, + sym__integer_literal, + ACTIONS(1248), 1, + anon_sym_LBRACK, + ACTIONS(1250), 1, + anon_sym_LPAREN, + ACTIONS(1252), 1, + aux_sym_unary_expression_token1, + ACTIONS(1254), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1256), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1258), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1260), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1262), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1264), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1266), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1268), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1270), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1276), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1278), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1282), 1, + sym__escaped_string, + STATE(1001), 1, + sym__expression, + STATE(1039), 1, sym_object_access, - STATE(35), 1, + STATE(1115), 1, sym__decimal_literal, - STATE(2818), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1242), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1280), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(505), 2, + STATE(506), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1019), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1244), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1074), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1112), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87223,7 +87123,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [31838] = 30, + [31853] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -87240,46 +87140,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2820), 1, + STATE(2918), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(506), 2, + STATE(507), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -87287,12 +87187,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87314,7 +87214,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [31959] = 30, + [31974] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -87331,46 +87231,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2770), 1, + STATE(2915), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(507), 2, + STATE(508), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -87378,12 +87278,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87405,7 +87305,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [32080] = 30, + [32095] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -87422,46 +87322,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2829), 1, + STATE(2911), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(508), 2, + STATE(509), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -87469,12 +87369,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87496,7 +87396,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [32201] = 30, + [32216] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -87513,46 +87413,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2830), 1, + STATE(2902), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(509), 2, + STATE(510), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -87560,12 +87460,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87587,7 +87487,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [32322] = 30, + [32337] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -87604,46 +87504,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2836), 1, + STATE(2901), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(510), 2, + STATE(511), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -87651,12 +87551,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87678,7 +87578,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [32443] = 30, + [32458] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -87695,46 +87595,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2841), 1, + STATE(2900), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(511), 2, + STATE(512), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -87742,12 +87642,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87769,7 +87669,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [32564] = 30, + [32579] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -87786,46 +87686,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1761), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(1763), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1765), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1767), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1769), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(1771), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(1773), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(1775), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(1777), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2724), 1, + STATE(1168), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(512), 2, + STATE(513), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -87833,12 +87733,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87860,7 +87760,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [32685] = 30, + [32700] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -87877,46 +87777,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1761), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2113), 1, aux_sym_unary_expression_token2, - ACTIONS(1763), 1, + ACTIONS(2115), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1765), 1, + ACTIONS(2117), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1767), 1, + ACTIONS(2119), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1769), 1, + ACTIONS(2121), 1, aux_sym_locked_expression_token1, - ACTIONS(1771), 1, + ACTIONS(2123), 1, aux_sym_dataset_expression_token1, - ACTIONS(1773), 1, + ACTIONS(2125), 1, aux_sym_input_expression_token1, - ACTIONS(1775), 1, + ACTIONS(2127), 1, aux_sym_if_statement_token1, - ACTIONS(1777), 1, + ACTIONS(2129), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2727), 1, + STATE(1353), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(513), 2, + STATE(514), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -87924,12 +87824,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -87951,7 +87851,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [32806] = 30, + [32821] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -87968,46 +87868,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2227), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(2229), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(2231), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(2233), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(2235), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(2237), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(2239), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(2241), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(2243), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2888), 1, + STATE(1253), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(514), 2, + STATE(515), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -88015,12 +87915,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88042,76 +87942,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [32927] = 30, + [32942] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1297), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1299), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1305), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1307), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1309), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1313), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2245), 1, aux_sym_unary_expression_token2, - ACTIONS(1315), 1, + ACTIONS(2247), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1317), 1, + ACTIONS(2249), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1319), 1, + ACTIONS(2251), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1321), 1, + ACTIONS(2253), 1, aux_sym_locked_expression_token1, - ACTIONS(1323), 1, + ACTIONS(2255), 1, aux_sym_dataset_expression_token1, - ACTIONS(1325), 1, + ACTIONS(2257), 1, aux_sym_input_expression_token1, - ACTIONS(1327), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1329), 1, + ACTIONS(2259), 1, aux_sym_if_statement_token1, - ACTIONS(1335), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1337), 1, + ACTIONS(2261), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1341), 1, - sym__escaped_string, - STATE(986), 1, - sym__expression, - STATE(1037), 1, + STATE(16), 1, sym_object_access, - STATE(1072), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1301), 2, + STATE(1480), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1339), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(515), 2, - sym_comment, - sym_include, - STATE(1012), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1303), 4, + STATE(516), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1095), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1097), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88133,7 +88033,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [33048] = 30, + [33063] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -88150,46 +88050,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1216), 1, + STATE(1220), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(516), 2, + STATE(517), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -88197,12 +88097,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88224,7 +88124,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [33169] = 30, + [33184] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -88241,46 +88141,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, - aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2930), 1, + STATE(1586), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(517), 2, + STATE(518), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -88288,12 +88188,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88315,76 +88215,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [33290] = 30, + [33305] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(801), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(805), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(813), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(815), 1, anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(821), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(823), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(825), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(827), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(829), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(831), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(833), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(835), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(837), 1, + aux_sym_scope_tuning_token1, + ACTIONS(839), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(841), 1, + aux_sym_can_find_expression_token1, + ACTIONS(843), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(855), 1, + sym__escaped_string, + ACTIONS(1393), 1, + anon_sym_LPAREN, + STATE(1015), 1, + sym__expression, + STATE(1077), 1, sym_object_access, - STATE(35), 1, + STATE(1131), 1, sym__decimal_literal, - STATE(3022), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(809), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(518), 2, + STATE(519), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1042), 2, + sym_function_call, + sym_new_expression, + ACTIONS(811), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1118), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1124), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88406,7 +88306,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [33411] = 30, + [33426] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -88423,46 +88323,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2263), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(2265), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(2267), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(2269), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(2271), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(2273), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(2275), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(2277), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(2279), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2984), 1, + STATE(2898), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(519), 2, + STATE(520), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -88470,12 +88370,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88497,7 +88397,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [33532] = 30, + [33547] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -88514,46 +88414,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2245), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(2247), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(2249), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(2251), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(2253), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(2255), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(2257), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(2259), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(2261), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1163), 1, + STATE(1484), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(520), 2, + STATE(521), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -88561,12 +88461,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88588,7 +88488,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [33653] = 30, + [33668] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -88605,46 +88505,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2245), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(2247), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(2249), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(2251), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(2253), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(2255), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(2257), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(2259), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(2261), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2882), 1, + STATE(1485), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(521), 2, + STATE(522), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -88652,12 +88552,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88679,151 +88579,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [33774] = 14, + [33789] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1961), 1, - anon_sym_LBRACK, - ACTIONS(1963), 1, - anon_sym_LPAREN, - ACTIONS(1965), 1, - sym__namedot, - ACTIONS(1967), 1, - sym__namecolon, - ACTIONS(1969), 1, - sym__namedoublecolon, - STATE(1048), 1, - sym_function_arguments, - STATE(1059), 1, - aux_sym_member_access_repeat1, - STATE(1060), 1, - aux_sym_object_access_repeat1, - STATE(1061), 1, - aux_sym_qualified_name_repeat1, - STATE(522), 2, - sym_comment, - sym_include, - ACTIONS(67), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(73), 44, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [33863] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1781), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1783), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1789), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1791), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1793), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1795), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1797), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(1541), 1, aux_sym_unary_expression_token2, - ACTIONS(1799), 1, + ACTIONS(1543), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1801), 1, + ACTIONS(1545), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1803), 1, + ACTIONS(1547), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1805), 1, + ACTIONS(1549), 1, aux_sym_locked_expression_token1, - ACTIONS(1807), 1, + ACTIONS(1551), 1, aux_sym_dataset_expression_token1, - ACTIONS(1809), 1, + ACTIONS(1553), 1, aux_sym_input_expression_token1, - ACTIONS(1811), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1813), 1, + ACTIONS(1555), 1, aux_sym_if_statement_token1, - ACTIONS(1815), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1817), 1, + ACTIONS(1557), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1821), 1, - sym__escaped_string, - STATE(1708), 1, - sym__expression, - STATE(2373), 1, + STATE(16), 1, sym_object_access, - STATE(2731), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1785), 2, + STATE(1324), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1819), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(523), 2, sym_comment, sym_include, - STATE(2423), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1787), 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(2737), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2735), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88845,7 +88670,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [33984] = 30, + [33910] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -88862,43 +88687,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, - aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1222), 1, + STATE(2666), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(524), 2, @@ -88909,12 +88734,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -88936,7 +88761,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [34105] = 30, + [34031] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -88953,43 +88778,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1895), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(1897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(1899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(1901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(1903), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(1905), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(1907), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(1909), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(1911), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1217), 1, + STATE(1574), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(525), 2, @@ -89000,12 +88825,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89027,7 +88852,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [34226] = 30, + [34152] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -89044,43 +88869,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2245), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(2247), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(2249), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(2251), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(2253), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(2255), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(2257), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(2259), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(2261), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1221), 1, + STATE(1487), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(526), 2, @@ -89091,12 +88916,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89118,7 +88943,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [34347] = 30, + [34273] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -89135,43 +88960,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, - aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1223), 1, + STATE(1584), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(527), 2, @@ -89182,12 +89007,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89209,7 +89034,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [34468] = 30, + [34394] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -89226,43 +89051,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1721), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(1723), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(1725), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(1727), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(1729), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(1731), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(1733), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(1735), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(1737), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1224), 1, + STATE(2169), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(528), 2, @@ -89273,12 +89098,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89300,98 +89125,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [34589] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1781), 1, - sym_identifier, - ACTIONS(1783), 1, - anon_sym_LBRACE, - ACTIONS(1789), 1, - sym__integer_literal, - ACTIONS(1791), 1, - anon_sym_LBRACK, - ACTIONS(1793), 1, - anon_sym_LPAREN, - ACTIONS(1795), 1, - aux_sym_unary_expression_token1, - ACTIONS(1797), 1, - aux_sym_unary_expression_token2, - ACTIONS(1799), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1801), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1803), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1805), 1, - aux_sym_locked_expression_token1, - ACTIONS(1807), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1809), 1, - aux_sym_input_expression_token1, - ACTIONS(1811), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1813), 1, - aux_sym_if_statement_token1, - ACTIONS(1815), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1817), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(1821), 1, - sym__escaped_string, - STATE(1526), 1, - sym__expression, - STATE(2373), 1, - sym_object_access, - STATE(2731), 1, - sym__decimal_literal, - ACTIONS(1785), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1819), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(529), 2, - sym_comment, - sym_include, - STATE(2423), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1787), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2737), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2735), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [34710] = 30, + [34515] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -89408,46 +89142,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2245), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(2247), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(2249), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(2251), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(2253), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(2255), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(2257), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(2259), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(2261), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2812), 1, + STATE(1473), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(530), 2, + STATE(529), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -89455,12 +89189,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89482,7 +89216,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [34831] = 30, + [34636] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -89499,46 +89233,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1799), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1801), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1803), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1805), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1807), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1809), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1811), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1813), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1815), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2925), 1, + STATE(2605), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(531), 2, + STATE(530), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -89546,12 +89280,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89573,7 +89307,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [34952] = 30, + [34757] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -89590,46 +89324,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, - aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2883), 1, + STATE(1582), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(532), 2, + STATE(531), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -89637,12 +89371,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89664,13 +89398,11 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [35073] = 30, + [34878] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, ACTIONS(667), 1, anon_sym_LBRACE, ACTIONS(673), 1, @@ -89681,46 +89413,48 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, - aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + ACTIONS(2281), 1, + sym_identifier, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2959), 1, + STATE(2798), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(533), 2, + STATE(532), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -89728,12 +89462,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89755,13 +89489,11 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [35194] = 30, + [34999] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, ACTIONS(667), 1, anon_sym_LBRACE, ACTIONS(673), 1, @@ -89772,46 +89504,48 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, - aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + ACTIONS(2283), 1, + sym_identifier, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2998), 1, + STATE(2801), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(534), 2, + STATE(533), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -89819,12 +89553,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89846,7 +89580,98 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [35315] = 30, + [35120] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1601), 1, + sym_identifier, + ACTIONS(1603), 1, + anon_sym_LBRACE, + ACTIONS(1609), 1, + sym__integer_literal, + ACTIONS(1611), 1, + anon_sym_LBRACK, + ACTIONS(1613), 1, + anon_sym_LPAREN, + ACTIONS(1615), 1, + aux_sym_unary_expression_token1, + ACTIONS(1617), 1, + aux_sym_unary_expression_token2, + ACTIONS(1619), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1621), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1623), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1625), 1, + aux_sym_locked_expression_token1, + ACTIONS(1627), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1629), 1, + aux_sym_input_expression_token1, + ACTIONS(1631), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1633), 1, + aux_sym_if_statement_token1, + ACTIONS(1635), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1637), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1641), 1, + sym__escaped_string, + STATE(1316), 1, + sym__expression, + STATE(1348), 1, + sym_object_access, + STATE(1437), 1, + sym__decimal_literal, + ACTIONS(1605), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1639), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(534), 2, + sym_comment, + sym_include, + STATE(1371), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1607), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1451), 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, + [35241] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -89863,43 +89688,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1225), 1, + STATE(2805), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(535), 2, @@ -89910,12 +89735,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -89937,76 +89762,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [35436] = 30, + [35362] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1781), 1, + ACTIONS(1601), 1, sym_identifier, - ACTIONS(1783), 1, + ACTIONS(1603), 1, anon_sym_LBRACE, - ACTIONS(1789), 1, + ACTIONS(1609), 1, sym__integer_literal, - ACTIONS(1791), 1, + ACTIONS(1611), 1, anon_sym_LBRACK, - ACTIONS(1793), 1, + ACTIONS(1613), 1, anon_sym_LPAREN, - ACTIONS(1795), 1, + ACTIONS(1615), 1, aux_sym_unary_expression_token1, - ACTIONS(1797), 1, + ACTIONS(1617), 1, aux_sym_unary_expression_token2, - ACTIONS(1799), 1, + ACTIONS(1619), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1801), 1, + ACTIONS(1621), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1803), 1, + ACTIONS(1623), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1805), 1, + ACTIONS(1625), 1, aux_sym_locked_expression_token1, - ACTIONS(1807), 1, + ACTIONS(1627), 1, aux_sym_dataset_expression_token1, - ACTIONS(1809), 1, + ACTIONS(1629), 1, aux_sym_input_expression_token1, - ACTIONS(1811), 1, + ACTIONS(1631), 1, aux_sym_scope_tuning_token1, - ACTIONS(1813), 1, + ACTIONS(1633), 1, aux_sym_if_statement_token1, - ACTIONS(1815), 1, + ACTIONS(1635), 1, aux_sym_can_find_expression_token1, - ACTIONS(1817), 1, + ACTIONS(1637), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1821), 1, + ACTIONS(1641), 1, sym__escaped_string, - STATE(1942), 1, + STATE(1313), 1, sym__expression, - STATE(2373), 1, + STATE(1348), 1, sym_object_access, - STATE(2731), 1, + STATE(1437), 1, sym__decimal_literal, - ACTIONS(1785), 2, + ACTIONS(1605), 2, sym_null_expression, sym_date_literal, - ACTIONS(1819), 2, + ACTIONS(1639), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, STATE(536), 2, sym_comment, sym_include, - STATE(2423), 2, + STATE(1371), 2, sym_function_call, sym_new_expression, - ACTIONS(1787), 4, + ACTIONS(1607), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2737), 4, + STATE(1451), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2735), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90028,76 +89853,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [35557] = 30, + [35483] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1601), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1603), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1609), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1611), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1613), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1615), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1617), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1619), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1621), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1623), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1625), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1627), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1629), 1, + aux_sym_input_expression_token1, + ACTIONS(1631), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1633), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1635), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1637), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1641), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(1312), 1, + sym__expression, + STATE(1348), 1, sym_object_access, - STATE(35), 1, + STATE(1437), 1, sym__decimal_literal, - STATE(2995), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1605), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1639), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(537), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1371), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1607), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1451), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90119,76 +89944,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [35678] = 30, + [35604] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1601), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1603), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1609), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1611), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1613), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1615), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1617), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1619), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1621), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1623), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1625), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1627), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1629), 1, + aux_sym_input_expression_token1, + ACTIONS(1631), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1633), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1635), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1637), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1641), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(1311), 1, + sym__expression, + STATE(1348), 1, sym_object_access, - STATE(35), 1, + STATE(1437), 1, sym__decimal_literal, - STATE(2994), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1605), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1639), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(538), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1371), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1607), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1451), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90210,76 +90035,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [35799] = 30, + [35725] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1601), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1603), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1609), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1611), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1613), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1615), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(1617), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1619), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1621), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1623), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1625), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1627), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1629), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1631), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1633), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1635), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1637), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1641), 1, + sym__escaped_string, + STATE(1310), 1, + sym__expression, + STATE(1348), 1, sym_object_access, - STATE(35), 1, + STATE(1437), 1, sym__decimal_literal, - STATE(2981), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1605), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1639), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(539), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1371), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1607), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1451), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90301,76 +90126,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [35920] = 30, + [35846] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1601), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1603), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1609), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1611), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1613), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1615), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1617), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1619), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1621), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1623), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1625), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1627), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1629), 1, + aux_sym_input_expression_token1, + ACTIONS(1631), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1633), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1635), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1637), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1641), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(1309), 1, + sym__expression, + STATE(1348), 1, sym_object_access, - STATE(35), 1, + STATE(1437), 1, sym__decimal_literal, - STATE(2976), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1605), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1639), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(540), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1371), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1607), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1451), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90392,76 +90217,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [36041] = 30, + [35967] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1679), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1681), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1687), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1689), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1691), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1693), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1695), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1697), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1699), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1701), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1703), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1705), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1707), 1, + aux_sym_input_expression_token1, + ACTIONS(1709), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1711), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1713), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1715), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1719), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(1575), 1, + sym__expression, + STATE(1664), 1, sym_object_access, - STATE(35), 1, + STATE(2758), 1, sym__decimal_literal, - STATE(2974), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1683), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1717), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(541), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2446), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1685), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2706), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2703), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90483,76 +90308,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [36162] = 30, + [36088] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1781), 1, + ACTIONS(1679), 1, sym_identifier, - ACTIONS(1783), 1, + ACTIONS(1681), 1, anon_sym_LBRACE, - ACTIONS(1789), 1, + ACTIONS(1687), 1, sym__integer_literal, - ACTIONS(1791), 1, + ACTIONS(1689), 1, anon_sym_LBRACK, - ACTIONS(1793), 1, + ACTIONS(1691), 1, anon_sym_LPAREN, - ACTIONS(1795), 1, + ACTIONS(1693), 1, aux_sym_unary_expression_token1, - ACTIONS(1797), 1, + ACTIONS(1695), 1, aux_sym_unary_expression_token2, - ACTIONS(1799), 1, + ACTIONS(1697), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1801), 1, + ACTIONS(1699), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1803), 1, + ACTIONS(1701), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1805), 1, + ACTIONS(1703), 1, aux_sym_locked_expression_token1, - ACTIONS(1807), 1, + ACTIONS(1705), 1, aux_sym_dataset_expression_token1, - ACTIONS(1809), 1, + ACTIONS(1707), 1, aux_sym_input_expression_token1, - ACTIONS(1811), 1, + ACTIONS(1709), 1, aux_sym_scope_tuning_token1, - ACTIONS(1813), 1, + ACTIONS(1711), 1, aux_sym_if_statement_token1, - ACTIONS(1815), 1, + ACTIONS(1713), 1, aux_sym_can_find_expression_token1, - ACTIONS(1817), 1, + ACTIONS(1715), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1821), 1, + ACTIONS(1719), 1, sym__escaped_string, - STATE(1936), 1, + STATE(1576), 1, sym__expression, - STATE(2373), 1, + STATE(1664), 1, sym_object_access, - STATE(2731), 1, + STATE(2758), 1, sym__decimal_literal, - ACTIONS(1785), 2, + ACTIONS(1683), 2, sym_null_expression, sym_date_literal, - ACTIONS(1819), 2, + ACTIONS(1717), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, STATE(542), 2, sym_comment, sym_include, - STATE(2423), 2, + STATE(2446), 2, sym_function_call, sym_new_expression, - ACTIONS(1787), 4, + ACTIONS(1685), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2737), 4, + STATE(2706), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2735), 21, + STATE(2703), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90574,76 +90399,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [36283] = 30, + [36209] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1679), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1681), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1687), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1689), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1691), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1693), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(1695), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1697), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1699), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1701), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1703), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1705), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1707), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1709), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1711), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1713), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1715), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1719), 1, + sym__escaped_string, + STATE(1577), 1, + sym__expression, + STATE(1664), 1, sym_object_access, - STATE(35), 1, + STATE(2758), 1, sym__decimal_literal, - STATE(2958), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1683), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1717), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(543), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2446), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1685), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2706), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2703), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90665,76 +90490,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [36404] = 30, + [36330] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1679), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1681), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1687), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1689), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1691), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1693), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1695), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1697), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1699), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1701), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1703), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1705), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1707), 1, + aux_sym_input_expression_token1, + ACTIONS(1709), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1711), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1713), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1715), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1719), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(1578), 1, + sym__expression, + STATE(1664), 1, sym_object_access, - STATE(35), 1, + STATE(2758), 1, sym__decimal_literal, - STATE(2955), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1683), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1717), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(544), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2446), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1685), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2706), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2703), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90756,76 +90581,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [36525] = 30, + [36451] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1781), 1, + ACTIONS(1679), 1, sym_identifier, - ACTIONS(1783), 1, + ACTIONS(1681), 1, anon_sym_LBRACE, - ACTIONS(1789), 1, + ACTIONS(1687), 1, sym__integer_literal, - ACTIONS(1791), 1, + ACTIONS(1689), 1, anon_sym_LBRACK, - ACTIONS(1793), 1, + ACTIONS(1691), 1, anon_sym_LPAREN, - ACTIONS(1795), 1, + ACTIONS(1693), 1, aux_sym_unary_expression_token1, - ACTIONS(1797), 1, + ACTIONS(1695), 1, aux_sym_unary_expression_token2, - ACTIONS(1799), 1, + ACTIONS(1697), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1801), 1, + ACTIONS(1699), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1803), 1, + ACTIONS(1701), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1805), 1, + ACTIONS(1703), 1, aux_sym_locked_expression_token1, - ACTIONS(1807), 1, + ACTIONS(1705), 1, aux_sym_dataset_expression_token1, - ACTIONS(1809), 1, + ACTIONS(1707), 1, aux_sym_input_expression_token1, - ACTIONS(1811), 1, + ACTIONS(1709), 1, aux_sym_scope_tuning_token1, - ACTIONS(1813), 1, + ACTIONS(1711), 1, aux_sym_if_statement_token1, - ACTIONS(1815), 1, + ACTIONS(1713), 1, aux_sym_can_find_expression_token1, - ACTIONS(1817), 1, + ACTIONS(1715), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1821), 1, + ACTIONS(1719), 1, sym__escaped_string, - STATE(1931), 1, + STATE(1579), 1, sym__expression, - STATE(2373), 1, + STATE(1664), 1, sym_object_access, - STATE(2731), 1, + STATE(2758), 1, sym__decimal_literal, - ACTIONS(1785), 2, + ACTIONS(1683), 2, sym_null_expression, sym_date_literal, - ACTIONS(1819), 2, + ACTIONS(1717), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, STATE(545), 2, sym_comment, sym_include, - STATE(2423), 2, + STATE(2446), 2, sym_function_call, sym_new_expression, - ACTIONS(1787), 4, + ACTIONS(1685), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2737), 4, + STATE(2706), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2735), 21, + STATE(2703), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90847,76 +90672,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [36646] = 30, + [36572] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1679), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1681), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1687), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1689), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1691), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1693), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1695), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1697), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1699), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1701), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1703), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1705), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1707), 1, + aux_sym_input_expression_token1, + ACTIONS(1709), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1711), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1713), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1715), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1719), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(1580), 1, + sym__expression, + STATE(1664), 1, sym_object_access, - STATE(35), 1, + STATE(2758), 1, sym__decimal_literal, - STATE(2954), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1683), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1717), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(546), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2446), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1685), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2706), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2703), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -90938,7 +90763,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [36767] = 30, + [36693] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -90955,43 +90780,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2227), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(2229), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(2231), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(2233), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(2235), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(2237), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(2239), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(2241), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(2243), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2794), 1, + STATE(1270), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(547), 2, @@ -91002,12 +90827,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91029,7 +90854,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [36888] = 30, + [36814] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -91046,43 +90871,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2227), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(2229), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(2231), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(2233), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(2235), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(2237), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(2239), 1, + aux_sym_input_expression_token1, + ACTIONS(2241), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(2243), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2945), 1, + STATE(1268), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(548), 2, @@ -91093,12 +90918,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91120,7 +90945,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [37009] = 30, + [36935] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -91137,43 +90962,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2227), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(2229), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(2231), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(2233), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(2235), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(2237), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(2239), 1, + aux_sym_input_expression_token1, + ACTIONS(2241), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(2243), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2934), 1, + STATE(1267), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(549), 2, @@ -91184,12 +91009,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91211,76 +91036,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [37130] = 30, + [37056] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1781), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1783), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1789), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1791), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1793), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1795), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1797), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2227), 1, aux_sym_unary_expression_token2, - ACTIONS(1799), 1, + ACTIONS(2229), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1801), 1, + ACTIONS(2231), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1803), 1, + ACTIONS(2233), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1805), 1, + ACTIONS(2235), 1, aux_sym_locked_expression_token1, - ACTIONS(1807), 1, + ACTIONS(2237), 1, aux_sym_dataset_expression_token1, - ACTIONS(1809), 1, + ACTIONS(2239), 1, aux_sym_input_expression_token1, - ACTIONS(1811), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1813), 1, + ACTIONS(2241), 1, aux_sym_if_statement_token1, - ACTIONS(1815), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1817), 1, + ACTIONS(2243), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1821), 1, - sym__escaped_string, - STATE(1929), 1, - sym__expression, - STATE(2373), 1, + STATE(16), 1, sym_object_access, - STATE(2731), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1785), 2, + STATE(1265), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1819), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(550), 2, sym_comment, sym_include, - STATE(2423), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1787), 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(2737), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2735), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91302,76 +91127,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [37251] = 30, + [37177] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1781), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1783), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1789), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1791), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1793), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1795), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1797), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2227), 1, aux_sym_unary_expression_token2, - ACTIONS(1799), 1, + ACTIONS(2229), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1801), 1, + ACTIONS(2231), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1803), 1, + ACTIONS(2233), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1805), 1, + ACTIONS(2235), 1, aux_sym_locked_expression_token1, - ACTIONS(1807), 1, + ACTIONS(2237), 1, aux_sym_dataset_expression_token1, - ACTIONS(1809), 1, + ACTIONS(2239), 1, aux_sym_input_expression_token1, - ACTIONS(1811), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1813), 1, + ACTIONS(2241), 1, aux_sym_if_statement_token1, - ACTIONS(1815), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1817), 1, + ACTIONS(2243), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1821), 1, - sym__escaped_string, - STATE(1928), 1, - sym__expression, - STATE(2373), 1, + STATE(16), 1, sym_object_access, - STATE(2731), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1785), 2, + STATE(1264), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1819), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(551), 2, sym_comment, sym_include, - STATE(2423), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1787), 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(2737), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2735), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91393,7 +91218,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [37372] = 30, + [37298] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -91410,43 +91235,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2227), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(2229), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(2231), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(2233), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(2235), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(2237), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(2239), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(2241), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(2243), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2771), 1, + STATE(1257), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(552), 2, @@ -91457,12 +91282,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91484,7 +91309,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [37493] = 30, + [37419] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -91501,43 +91326,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1865), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2285), 1, aux_sym_unary_expression_token2, - ACTIONS(1867), 1, + ACTIONS(2287), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1869), 1, + ACTIONS(2289), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1871), 1, + ACTIONS(2291), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1873), 1, + ACTIONS(2293), 1, aux_sym_locked_expression_token1, - ACTIONS(1875), 1, + ACTIONS(2295), 1, aux_sym_dataset_expression_token1, - ACTIONS(1877), 1, + ACTIONS(2297), 1, aux_sym_input_expression_token1, - ACTIONS(1879), 1, + ACTIONS(2299), 1, aux_sym_if_statement_token1, - ACTIONS(1881), 1, + ACTIONS(2301), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2477), 1, + STATE(1239), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(553), 2, @@ -91548,12 +91373,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91575,7 +91400,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [37614] = 30, + [37540] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -91592,43 +91417,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2285), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(2287), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(2289), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(2291), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(2293), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(2295), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(2297), 1, + aux_sym_input_expression_token1, + ACTIONS(2299), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(2301), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2894), 1, + STATE(1240), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(554), 2, @@ -91639,12 +91464,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91666,7 +91491,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [37735] = 30, + [37661] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -91683,43 +91508,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2285), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(2287), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(2289), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(2291), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(2293), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(2295), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(2297), 1, + aux_sym_input_expression_token1, + ACTIONS(2299), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(2301), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2892), 1, + STATE(1241), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(555), 2, @@ -91730,12 +91555,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91757,7 +91582,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [37856] = 30, + [37782] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -91774,43 +91599,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2285), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(2287), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(2289), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(2291), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(2293), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(2295), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(2297), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(2299), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(2301), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2848), 1, + STATE(1242), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(556), 2, @@ -91821,12 +91646,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91848,7 +91673,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [37977] = 30, + [37903] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -91865,43 +91690,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2285), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(2287), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(2289), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(2291), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(2293), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(2295), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(2297), 1, + aux_sym_input_expression_token1, + ACTIONS(2299), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(2301), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2844), 1, + STATE(1243), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(557), 2, @@ -91912,12 +91737,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -91939,7 +91764,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [38098] = 30, + [38024] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -91956,43 +91781,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2285), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(2287), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(2289), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(2291), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(2293), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(2295), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(2297), 1, + aux_sym_input_expression_token1, + ACTIONS(2299), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(2301), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2840), 1, + STATE(1244), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(558), 2, @@ -92003,12 +91828,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92030,76 +91855,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [38219] = 30, + [38145] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1739), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1741), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1747), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1749), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1751), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1753), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(1755), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1757), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1759), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1761), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1763), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1765), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1767), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1769), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1771), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1773), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1775), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1779), 1, + sym__escaped_string, + STATE(2443), 1, + sym__expression, + STATE(2577), 1, sym_object_access, - STATE(35), 1, + STATE(3019), 1, sym__decimal_literal, - STATE(2772), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1743), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1777), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(559), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2640), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1745), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3079), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3074), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92121,76 +91946,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [38340] = 30, + [38266] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1739), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1741), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1747), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1749), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1751), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1753), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1865), 1, + ACTIONS(1755), 1, aux_sym_unary_expression_token2, - ACTIONS(1867), 1, + ACTIONS(1757), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1869), 1, + ACTIONS(1759), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1871), 1, + ACTIONS(1761), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1873), 1, + ACTIONS(1763), 1, aux_sym_locked_expression_token1, - ACTIONS(1875), 1, + ACTIONS(1765), 1, aux_sym_dataset_expression_token1, - ACTIONS(1877), 1, + ACTIONS(1767), 1, aux_sym_input_expression_token1, - ACTIONS(1879), 1, + ACTIONS(1769), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1771), 1, aux_sym_if_statement_token1, - ACTIONS(1881), 1, + ACTIONS(1773), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1775), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1779), 1, + sym__escaped_string, + STATE(2441), 1, + sym__expression, + STATE(2577), 1, sym_object_access, - STATE(35), 1, + STATE(3019), 1, sym__decimal_literal, - STATE(2476), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1743), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1777), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(560), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2640), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1745), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3079), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3074), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92212,76 +92037,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [38461] = 30, + [38387] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1739), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1741), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1747), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1749), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1751), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1753), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1865), 1, + ACTIONS(1755), 1, aux_sym_unary_expression_token2, - ACTIONS(1867), 1, + ACTIONS(1757), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1869), 1, + ACTIONS(1759), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1871), 1, + ACTIONS(1761), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1873), 1, + ACTIONS(1763), 1, aux_sym_locked_expression_token1, - ACTIONS(1875), 1, + ACTIONS(1765), 1, aux_sym_dataset_expression_token1, - ACTIONS(1877), 1, + ACTIONS(1767), 1, aux_sym_input_expression_token1, - ACTIONS(1879), 1, + ACTIONS(1769), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1771), 1, aux_sym_if_statement_token1, - ACTIONS(1881), 1, + ACTIONS(1773), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1775), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1779), 1, + sym__escaped_string, + STATE(2434), 1, + sym__expression, + STATE(2577), 1, sym_object_access, - STATE(35), 1, + STATE(3019), 1, sym__decimal_literal, - STATE(2475), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1743), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1777), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(561), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2640), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1745), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3079), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3074), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92303,76 +92128,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [38582] = 30, + [38508] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1739), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1741), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1747), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1749), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1751), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1753), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1755), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1757), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1759), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1761), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1763), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1765), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1767), 1, + aux_sym_input_expression_token1, + ACTIONS(1769), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1771), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1773), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1775), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1779), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(2433), 1, + sym__expression, + STATE(2577), 1, sym_object_access, - STATE(35), 1, + STATE(3019), 1, sym__decimal_literal, - STATE(2773), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1743), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1777), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(562), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2640), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1745), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3079), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3074), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92394,76 +92219,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [38703] = 30, + [38629] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1739), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1741), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1747), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1749), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1751), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1753), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1755), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1757), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1759), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1761), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1763), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1765), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1767), 1, + aux_sym_input_expression_token1, + ACTIONS(1769), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1771), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1773), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1775), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1779), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(2418), 1, + sym__expression, + STATE(2577), 1, sym_object_access, - STATE(35), 1, + STATE(3019), 1, sym__decimal_literal, - STATE(2774), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1743), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1777), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(563), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2640), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1745), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3079), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3074), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92485,76 +92310,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [38824] = 30, + [38750] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1739), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1741), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1747), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1749), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1751), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1753), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(1755), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1757), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1759), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1761), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1763), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1765), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1767), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1769), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1771), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1773), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1775), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1779), 1, + sym__escaped_string, + STATE(2416), 1, + sym__expression, + STATE(2577), 1, sym_object_access, - STATE(35), 1, + STATE(3019), 1, sym__decimal_literal, - STATE(2802), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1743), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1777), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(564), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2640), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1745), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3079), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3074), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92576,76 +92401,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [38945] = 30, + [38871] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1817), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1819), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1825), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1827), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1829), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1831), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1833), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1835), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1837), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1839), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1841), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1843), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1845), 1, + aux_sym_input_expression_token1, + ACTIONS(1847), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1849), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1851), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1853), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1857), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(2341), 1, + sym__expression, + STATE(2611), 1, sym_object_access, - STATE(35), 1, + STATE(3078), 1, sym__decimal_literal, - STATE(2803), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1821), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1855), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(565), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2619), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1823), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3023), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3027), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92667,76 +92492,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [39066] = 30, + [38992] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1817), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1819), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1825), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1827), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1829), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1831), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1865), 1, + ACTIONS(1833), 1, aux_sym_unary_expression_token2, - ACTIONS(1867), 1, + ACTIONS(1835), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1869), 1, + ACTIONS(1837), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1871), 1, + ACTIONS(1839), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1873), 1, + ACTIONS(1841), 1, aux_sym_locked_expression_token1, - ACTIONS(1875), 1, + ACTIONS(1843), 1, aux_sym_dataset_expression_token1, - ACTIONS(1877), 1, + ACTIONS(1845), 1, aux_sym_input_expression_token1, - ACTIONS(1879), 1, + ACTIONS(1847), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1849), 1, aux_sym_if_statement_token1, - ACTIONS(1881), 1, + ACTIONS(1851), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1853), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1857), 1, + sym__escaped_string, + STATE(2328), 1, + sym__expression, + STATE(2611), 1, sym_object_access, - STATE(35), 1, + STATE(3078), 1, sym__decimal_literal, - STATE(2474), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1821), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1855), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(566), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2619), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1823), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3023), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3027), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92758,76 +92583,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [39187] = 30, + [39113] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1817), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1819), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1825), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1827), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1829), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1831), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1833), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1835), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1837), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1839), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1841), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1843), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1845), 1, + aux_sym_input_expression_token1, + ACTIONS(1847), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1849), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1851), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1853), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1857), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(2326), 1, + sym__expression, + STATE(2611), 1, sym_object_access, - STATE(35), 1, + STATE(3078), 1, sym__decimal_literal, - STATE(2804), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1821), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1855), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(567), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2619), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1823), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3023), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3027), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92849,76 +92674,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [39308] = 30, + [39234] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1817), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1819), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1825), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1827), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1829), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1831), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(1833), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1835), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1837), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1839), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1841), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1843), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1845), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1847), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1849), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1851), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1853), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1857), 1, + sym__escaped_string, + STATE(2310), 1, + sym__expression, + STATE(2611), 1, sym_object_access, - STATE(35), 1, + STATE(3078), 1, sym__decimal_literal, - STATE(2822), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1821), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1855), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(568), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2619), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1823), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3023), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3027), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -92940,76 +92765,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [39429] = 30, + [39355] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1817), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1819), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1825), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1827), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1829), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1831), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1833), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1835), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1837), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1839), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1841), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1843), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1845), 1, + aux_sym_input_expression_token1, + ACTIONS(1847), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1849), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1851), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1853), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1857), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(2291), 1, + sym__expression, + STATE(2611), 1, sym_object_access, - STATE(35), 1, + STATE(3078), 1, sym__decimal_literal, - STATE(2824), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1821), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1855), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(569), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2619), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1823), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3023), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3027), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93031,76 +92856,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [39550] = 30, + [39476] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1817), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1819), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1825), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1827), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1829), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1831), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1865), 1, + ACTIONS(1833), 1, aux_sym_unary_expression_token2, - ACTIONS(1867), 1, + ACTIONS(1835), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1869), 1, + ACTIONS(1837), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1871), 1, + ACTIONS(1839), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1873), 1, + ACTIONS(1841), 1, aux_sym_locked_expression_token1, - ACTIONS(1875), 1, + ACTIONS(1843), 1, aux_sym_dataset_expression_token1, - ACTIONS(1877), 1, + ACTIONS(1845), 1, aux_sym_input_expression_token1, - ACTIONS(1879), 1, + ACTIONS(1847), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1849), 1, aux_sym_if_statement_token1, - ACTIONS(1881), 1, + ACTIONS(1851), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1853), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1857), 1, + sym__escaped_string, + STATE(2286), 1, + sym__expression, + STATE(2611), 1, sym_object_access, - STATE(35), 1, + STATE(3078), 1, sym__decimal_literal, - STATE(2473), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1821), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1855), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(570), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2619), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1823), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3023), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3027), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93122,7 +92947,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [39671] = 30, + [39597] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -93139,43 +92964,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1991), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1993), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1995), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1997), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1999), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(2001), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(2003), 1, + aux_sym_input_expression_token1, + ACTIONS(2005), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(2007), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2831), 1, + STATE(2715), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(571), 2, @@ -93186,12 +93011,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93213,7 +93038,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [39792] = 30, + [39718] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -93230,43 +93055,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1865), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1867), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1869), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1871), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1873), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1875), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1877), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1879), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1881), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2472), 1, + STATE(2806), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(572), 2, @@ -93277,12 +93102,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93304,7 +93129,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [39913] = 30, + [39839] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -93321,43 +93146,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1971), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1973), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1975), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1977), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1979), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1981), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1983), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1985), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1987), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2558), 1, + STATE(2807), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(573), 2, @@ -93368,12 +93193,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93395,76 +93220,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [40034] = 30, + [39960] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(801), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(805), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(813), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(815), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(821), 1, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(823), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1991), 1, aux_sym_unary_expression_token2, - ACTIONS(825), 1, + ACTIONS(1993), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(827), 1, + ACTIONS(1995), 1, aux_sym_temp_table_expression_token1, - ACTIONS(829), 1, + ACTIONS(1997), 1, aux_sym_current_changed_expression_token1, - ACTIONS(831), 1, + ACTIONS(1999), 1, aux_sym_locked_expression_token1, - ACTIONS(833), 1, + ACTIONS(2001), 1, aux_sym_dataset_expression_token1, - ACTIONS(835), 1, + ACTIONS(2003), 1, aux_sym_input_expression_token1, - ACTIONS(837), 1, - aux_sym_scope_tuning_token1, - ACTIONS(839), 1, + ACTIONS(2005), 1, aux_sym_if_statement_token1, - ACTIONS(841), 1, - aux_sym_can_find_expression_token1, - ACTIONS(843), 1, + ACTIONS(2007), 1, aux_sym_accumulate_expression_token1, - ACTIONS(855), 1, - sym__escaped_string, - ACTIONS(1369), 1, - anon_sym_LPAREN, - STATE(998), 1, - sym__expression, - STATE(1101), 1, + STATE(16), 1, sym_object_access, - STATE(1116), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(809), 2, + STATE(2710), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(845), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(574), 2, sym_comment, sym_include, - STATE(1054), 2, - sym_function_call, - sym_new_expression, - ACTIONS(811), 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(1115), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1133), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93486,7 +93311,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [40155] = 30, + [40081] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -93503,43 +93328,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1417), 1, + STATE(2808), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(575), 2, @@ -93550,12 +93375,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93577,76 +93402,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [40276] = 30, + [40202] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(801), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(805), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(813), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(815), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(821), 1, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(823), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1991), 1, aux_sym_unary_expression_token2, - ACTIONS(825), 1, + ACTIONS(1993), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(827), 1, + ACTIONS(1995), 1, aux_sym_temp_table_expression_token1, - ACTIONS(829), 1, + ACTIONS(1997), 1, aux_sym_current_changed_expression_token1, - ACTIONS(831), 1, + ACTIONS(1999), 1, aux_sym_locked_expression_token1, - ACTIONS(833), 1, + ACTIONS(2001), 1, aux_sym_dataset_expression_token1, - ACTIONS(835), 1, + ACTIONS(2003), 1, aux_sym_input_expression_token1, - ACTIONS(837), 1, - aux_sym_scope_tuning_token1, - ACTIONS(839), 1, + ACTIONS(2005), 1, aux_sym_if_statement_token1, - ACTIONS(841), 1, - aux_sym_can_find_expression_token1, - ACTIONS(843), 1, + ACTIONS(2007), 1, aux_sym_accumulate_expression_token1, - ACTIONS(855), 1, - sym__escaped_string, - ACTIONS(1369), 1, - anon_sym_LPAREN, - STATE(1006), 1, - sym__expression, - STATE(1101), 1, + STATE(16), 1, sym_object_access, - STATE(1116), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(809), 2, + STATE(2705), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(845), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(576), 2, sym_comment, sym_include, - STATE(1054), 2, - sym_function_call, - sym_new_expression, - ACTIONS(811), 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(1115), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1133), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93668,76 +93493,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [40397] = 30, + [40323] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(801), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(805), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(813), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(815), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(821), 1, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(823), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1991), 1, aux_sym_unary_expression_token2, - ACTIONS(825), 1, + ACTIONS(1993), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(827), 1, + ACTIONS(1995), 1, aux_sym_temp_table_expression_token1, - ACTIONS(829), 1, + ACTIONS(1997), 1, aux_sym_current_changed_expression_token1, - ACTIONS(831), 1, + ACTIONS(1999), 1, aux_sym_locked_expression_token1, - ACTIONS(833), 1, + ACTIONS(2001), 1, aux_sym_dataset_expression_token1, - ACTIONS(835), 1, + ACTIONS(2003), 1, aux_sym_input_expression_token1, - ACTIONS(837), 1, - aux_sym_scope_tuning_token1, - ACTIONS(839), 1, + ACTIONS(2005), 1, aux_sym_if_statement_token1, - ACTIONS(841), 1, - aux_sym_can_find_expression_token1, - ACTIONS(843), 1, + ACTIONS(2007), 1, aux_sym_accumulate_expression_token1, - ACTIONS(855), 1, - sym__escaped_string, - ACTIONS(1369), 1, - anon_sym_LPAREN, - STATE(1003), 1, - sym__expression, - STATE(1101), 1, + STATE(16), 1, sym_object_access, - STATE(1116), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(809), 2, + STATE(2701), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(845), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(577), 2, sym_comment, sym_include, - STATE(1054), 2, - sym_function_call, - sym_new_expression, - ACTIONS(811), 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(1115), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1133), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93759,76 +93584,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [40518] = 30, + [40444] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(801), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(805), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(813), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(815), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(821), 1, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(823), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1991), 1, aux_sym_unary_expression_token2, - ACTIONS(825), 1, + ACTIONS(1993), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(827), 1, + ACTIONS(1995), 1, aux_sym_temp_table_expression_token1, - ACTIONS(829), 1, + ACTIONS(1997), 1, aux_sym_current_changed_expression_token1, - ACTIONS(831), 1, + ACTIONS(1999), 1, aux_sym_locked_expression_token1, - ACTIONS(833), 1, + ACTIONS(2001), 1, aux_sym_dataset_expression_token1, - ACTIONS(835), 1, + ACTIONS(2003), 1, aux_sym_input_expression_token1, - ACTIONS(837), 1, - aux_sym_scope_tuning_token1, - ACTIONS(839), 1, + ACTIONS(2005), 1, aux_sym_if_statement_token1, - ACTIONS(841), 1, - aux_sym_can_find_expression_token1, - ACTIONS(843), 1, + ACTIONS(2007), 1, aux_sym_accumulate_expression_token1, - ACTIONS(855), 1, - sym__escaped_string, - ACTIONS(1369), 1, - anon_sym_LPAREN, - STATE(1002), 1, - sym__expression, - STATE(1101), 1, + STATE(16), 1, sym_object_access, - STATE(1116), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(809), 2, + STATE(2699), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(845), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(578), 2, sym_comment, sym_include, - STATE(1054), 2, - sym_function_call, - sym_new_expression, - ACTIONS(811), 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(1115), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1133), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93850,7 +93675,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [40639] = 30, + [40565] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -93867,43 +93692,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1989), 1, - aux_sym_unary_expression_token2, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, ACTIONS(1991), 1, - aux_sym_ambiguous_expression_token1, + aux_sym_unary_expression_token2, ACTIONS(1993), 1, - aux_sym_temp_table_expression_token1, + aux_sym_ambiguous_expression_token1, ACTIONS(1995), 1, - aux_sym_current_changed_expression_token1, + aux_sym_temp_table_expression_token1, ACTIONS(1997), 1, - aux_sym_locked_expression_token1, + aux_sym_current_changed_expression_token1, ACTIONS(1999), 1, - aux_sym_dataset_expression_token1, + aux_sym_locked_expression_token1, ACTIONS(2001), 1, - aux_sym_input_expression_token1, + aux_sym_dataset_expression_token1, ACTIONS(2003), 1, - aux_sym_if_statement_token1, + aux_sym_input_expression_token1, ACTIONS(2005), 1, + aux_sym_if_statement_token1, + ACTIONS(2007), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1381), 1, + STATE(2622), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(579), 2, @@ -93914,12 +93739,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -93941,7 +93766,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [40760] = 30, + [40686] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -93958,43 +93783,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1989), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1991), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1993), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1995), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1997), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1999), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(2001), 1, - aux_sym_input_expression_token1, - ACTIONS(2003), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(2005), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1346), 1, + STATE(1593), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(580), 2, @@ -94005,12 +93830,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94032,7 +93857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [40881] = 30, + [40807] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -94049,43 +93874,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1989), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2263), 1, aux_sym_unary_expression_token2, - ACTIONS(1991), 1, + ACTIONS(2265), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1993), 1, + ACTIONS(2267), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1995), 1, + ACTIONS(2269), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1997), 1, + ACTIONS(2271), 1, aux_sym_locked_expression_token1, - ACTIONS(1999), 1, + ACTIONS(2273), 1, aux_sym_dataset_expression_token1, - ACTIONS(2001), 1, + ACTIONS(2275), 1, aux_sym_input_expression_token1, - ACTIONS(2003), 1, + ACTIONS(2277), 1, aux_sym_if_statement_token1, - ACTIONS(2005), 1, + ACTIONS(2279), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1370), 1, + STATE(2804), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(581), 2, @@ -94096,12 +93921,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94123,73 +93948,98 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [41002] = 5, + [40928] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(582), 2, - sym_comment, - sym_include, - ACTIONS(102), 4, - sym__namedot, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(104), 52, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(665), 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(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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(739), 1, aux_sym_scope_tuning_token1, + ACTIONS(743), 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(747), 1, aux_sym_accumulate_expression_token1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(1592), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [41073] = 30, + STATE(13), 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(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [41049] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -94206,43 +94056,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1989), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1991), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1993), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1995), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1997), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1999), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(2001), 1, - aux_sym_input_expression_token1, - ACTIONS(2003), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(2005), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1372), 1, + STATE(1591), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(583), 2, @@ -94253,12 +94103,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94280,7 +94130,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [41194] = 30, + [41170] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -94297,43 +94147,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1989), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2263), 1, aux_sym_unary_expression_token2, - ACTIONS(1991), 1, + ACTIONS(2265), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1993), 1, + ACTIONS(2267), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1995), 1, + ACTIONS(2269), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1997), 1, + ACTIONS(2271), 1, aux_sym_locked_expression_token1, - ACTIONS(1999), 1, + ACTIONS(2273), 1, aux_sym_dataset_expression_token1, - ACTIONS(2001), 1, + ACTIONS(2275), 1, aux_sym_input_expression_token1, - ACTIONS(2003), 1, + ACTIONS(2277), 1, aux_sym_if_statement_token1, - ACTIONS(2005), 1, + ACTIONS(2279), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1374), 1, + STATE(2823), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(584), 2, @@ -94344,12 +94194,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94371,7 +94221,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [41315] = 30, + [41291] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -94388,43 +94238,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1989), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2263), 1, aux_sym_unary_expression_token2, - ACTIONS(1991), 1, + ACTIONS(2265), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1993), 1, + ACTIONS(2267), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1995), 1, + ACTIONS(2269), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1997), 1, + ACTIONS(2271), 1, aux_sym_locked_expression_token1, - ACTIONS(1999), 1, + ACTIONS(2273), 1, aux_sym_dataset_expression_token1, - ACTIONS(2001), 1, + ACTIONS(2275), 1, aux_sym_input_expression_token1, - ACTIONS(2003), 1, + ACTIONS(2277), 1, aux_sym_if_statement_token1, - ACTIONS(2005), 1, + ACTIONS(2279), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1377), 1, + STATE(2834), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(585), 2, @@ -94435,12 +94285,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94462,76 +94312,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [41436] = 30, + [41412] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(801), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(805), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(813), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(815), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(821), 1, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(823), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2263), 1, aux_sym_unary_expression_token2, - ACTIONS(825), 1, + ACTIONS(2265), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(827), 1, + ACTIONS(2267), 1, aux_sym_temp_table_expression_token1, - ACTIONS(829), 1, + ACTIONS(2269), 1, aux_sym_current_changed_expression_token1, - ACTIONS(831), 1, + ACTIONS(2271), 1, aux_sym_locked_expression_token1, - ACTIONS(833), 1, + ACTIONS(2273), 1, aux_sym_dataset_expression_token1, - ACTIONS(835), 1, + ACTIONS(2275), 1, aux_sym_input_expression_token1, - ACTIONS(837), 1, - aux_sym_scope_tuning_token1, - ACTIONS(839), 1, + ACTIONS(2277), 1, aux_sym_if_statement_token1, - ACTIONS(841), 1, - aux_sym_can_find_expression_token1, - ACTIONS(843), 1, + ACTIONS(2279), 1, aux_sym_accumulate_expression_token1, - ACTIONS(855), 1, - sym__escaped_string, - ACTIONS(1369), 1, - anon_sym_LPAREN, - STATE(1001), 1, - sym__expression, - STATE(1101), 1, + STATE(16), 1, sym_object_access, - STATE(1116), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(809), 2, + STATE(2835), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(845), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(586), 2, sym_comment, sym_include, - STATE(1054), 2, - sym_function_call, - sym_new_expression, - ACTIONS(811), 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(1115), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1133), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94553,76 +94403,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [41557] = 30, + [41533] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(801), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(805), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(813), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(815), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(821), 1, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(823), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2263), 1, aux_sym_unary_expression_token2, - ACTIONS(825), 1, + ACTIONS(2265), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(827), 1, + ACTIONS(2267), 1, aux_sym_temp_table_expression_token1, - ACTIONS(829), 1, + ACTIONS(2269), 1, aux_sym_current_changed_expression_token1, - ACTIONS(831), 1, + ACTIONS(2271), 1, aux_sym_locked_expression_token1, - ACTIONS(833), 1, + ACTIONS(2273), 1, aux_sym_dataset_expression_token1, - ACTIONS(835), 1, + ACTIONS(2275), 1, aux_sym_input_expression_token1, - ACTIONS(837), 1, - aux_sym_scope_tuning_token1, - ACTIONS(839), 1, + ACTIONS(2277), 1, aux_sym_if_statement_token1, - ACTIONS(841), 1, - aux_sym_can_find_expression_token1, - ACTIONS(843), 1, + ACTIONS(2279), 1, aux_sym_accumulate_expression_token1, - ACTIONS(855), 1, - sym__escaped_string, - ACTIONS(1369), 1, - anon_sym_LPAREN, - STATE(1000), 1, - sym__expression, - STATE(1101), 1, + STATE(16), 1, sym_object_access, - STATE(1116), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(809), 2, + STATE(2836), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(845), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(587), 2, sym_comment, sym_include, - STATE(1054), 2, - sym_function_call, - sym_new_expression, - ACTIONS(811), 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(1115), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1133), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94644,76 +94494,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [41678] = 30, + [41654] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2007), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2009), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2015), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2017), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2019), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2021), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2023), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2263), 1, aux_sym_unary_expression_token2, - ACTIONS(2025), 1, + ACTIONS(2265), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2027), 1, + ACTIONS(2267), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2029), 1, + ACTIONS(2269), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2031), 1, + ACTIONS(2271), 1, aux_sym_locked_expression_token1, - ACTIONS(2033), 1, + ACTIONS(2273), 1, aux_sym_dataset_expression_token1, - ACTIONS(2035), 1, + ACTIONS(2275), 1, aux_sym_input_expression_token1, - ACTIONS(2037), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2039), 1, + ACTIONS(2277), 1, aux_sym_if_statement_token1, - ACTIONS(2041), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2043), 1, + ACTIONS(2279), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2047), 1, - sym__escaped_string, - STATE(2408), 1, - sym__expression, - STATE(2618), 1, + STATE(16), 1, sym_object_access, - STATE(3044), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2011), 2, + STATE(2840), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2045), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(588), 2, sym_comment, sym_include, - STATE(2706), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2013), 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(3026), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3088), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94735,76 +94585,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [41799] = 30, + [41775] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2007), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2009), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2015), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2017), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2019), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2021), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2023), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2245), 1, aux_sym_unary_expression_token2, - ACTIONS(2025), 1, + ACTIONS(2247), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2027), 1, + ACTIONS(2249), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2029), 1, + ACTIONS(2251), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2031), 1, + ACTIONS(2253), 1, aux_sym_locked_expression_token1, - ACTIONS(2033), 1, + ACTIONS(2255), 1, aux_sym_dataset_expression_token1, - ACTIONS(2035), 1, + ACTIONS(2257), 1, aux_sym_input_expression_token1, - ACTIONS(2037), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2039), 1, + ACTIONS(2259), 1, aux_sym_if_statement_token1, - ACTIONS(2041), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2043), 1, + ACTIONS(2261), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2047), 1, - sym__escaped_string, - STATE(2407), 1, - sym__expression, - STATE(2618), 1, + STATE(16), 1, sym_object_access, - STATE(3044), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2011), 2, + STATE(1441), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2045), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(589), 2, sym_comment, sym_include, - STATE(2706), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2013), 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(3026), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3088), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94826,76 +94676,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [41920] = 30, + [41896] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2007), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2009), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2015), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2017), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2019), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2021), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2023), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2191), 1, aux_sym_unary_expression_token2, - ACTIONS(2025), 1, + ACTIONS(2193), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2027), 1, + ACTIONS(2195), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2029), 1, + ACTIONS(2197), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2031), 1, + ACTIONS(2199), 1, aux_sym_locked_expression_token1, - ACTIONS(2033), 1, + ACTIONS(2201), 1, aux_sym_dataset_expression_token1, - ACTIONS(2035), 1, + ACTIONS(2203), 1, aux_sym_input_expression_token1, - ACTIONS(2037), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2039), 1, + ACTIONS(2205), 1, aux_sym_if_statement_token1, - ACTIONS(2041), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2043), 1, + ACTIONS(2207), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2047), 1, - sym__escaped_string, - STATE(2406), 1, - sym__expression, - STATE(2618), 1, + STATE(16), 1, sym_object_access, - STATE(3044), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2011), 2, + STATE(1218), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2045), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(590), 2, sym_comment, sym_include, - STATE(2706), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2013), 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(3026), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3088), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -94917,7 +94767,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [42041] = 30, + [42017] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -94934,43 +94784,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2191), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(2193), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(2195), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(2197), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(2199), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(2201), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(2203), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(2205), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(2207), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1416), 1, + STATE(1182), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(591), 2, @@ -94981,12 +94831,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95008,7 +94858,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [42162] = 30, + [42138] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -95025,43 +94875,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2191), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(2193), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(2195), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(2197), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(2199), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(2201), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(2203), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(2205), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(2207), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1415), 1, + STATE(1207), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(592), 2, @@ -95072,12 +94922,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95099,7 +94949,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [42283] = 30, + [42259] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -95116,43 +94966,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2191), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(2193), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(2195), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(2197), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(2199), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(2201), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(2203), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(2205), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(2207), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1414), 1, + STATE(1204), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(593), 2, @@ -95163,12 +95013,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95190,7 +95040,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [42404] = 30, + [42380] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -95207,43 +95057,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2191), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(2193), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(2195), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(2197), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(2199), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(2201), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(2203), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(2205), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(2207), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1412), 1, + STATE(1202), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(594), 2, @@ -95254,12 +95104,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95281,76 +95131,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [42525] = 30, + [42501] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2007), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2009), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2015), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2017), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2019), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2021), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2023), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2191), 1, aux_sym_unary_expression_token2, - ACTIONS(2025), 1, + ACTIONS(2193), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2027), 1, + ACTIONS(2195), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2029), 1, + ACTIONS(2197), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2031), 1, + ACTIONS(2199), 1, aux_sym_locked_expression_token1, - ACTIONS(2033), 1, + ACTIONS(2201), 1, aux_sym_dataset_expression_token1, - ACTIONS(2035), 1, + ACTIONS(2203), 1, aux_sym_input_expression_token1, - ACTIONS(2037), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2039), 1, + ACTIONS(2205), 1, aux_sym_if_statement_token1, - ACTIONS(2041), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2043), 1, + ACTIONS(2207), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2047), 1, - sym__escaped_string, - STATE(2405), 1, - sym__expression, - STATE(2618), 1, + STATE(16), 1, sym_object_access, - STATE(3044), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2011), 2, + STATE(1201), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2045), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(595), 2, sym_comment, sym_include, - STATE(2706), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2013), 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(3026), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3088), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95372,7 +95222,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [42646] = 30, + [42622] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -95389,43 +95239,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2245), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(2247), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(2249), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(2251), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(2253), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(2255), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(2257), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(2259), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(2261), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1402), 1, + STATE(1433), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(596), 2, @@ -95436,12 +95286,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95463,76 +95313,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [42767] = 30, + [42743] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2007), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2009), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2015), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2017), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2019), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2021), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2023), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2245), 1, aux_sym_unary_expression_token2, - ACTIONS(2025), 1, + ACTIONS(2247), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2027), 1, + ACTIONS(2249), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2029), 1, + ACTIONS(2251), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2031), 1, + ACTIONS(2253), 1, aux_sym_locked_expression_token1, - ACTIONS(2033), 1, + ACTIONS(2255), 1, aux_sym_dataset_expression_token1, - ACTIONS(2035), 1, + ACTIONS(2257), 1, aux_sym_input_expression_token1, - ACTIONS(2037), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2039), 1, + ACTIONS(2259), 1, aux_sym_if_statement_token1, - ACTIONS(2041), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2043), 1, + ACTIONS(2261), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2047), 1, - sym__escaped_string, - STATE(2403), 1, - sym__expression, - STATE(2618), 1, + STATE(16), 1, sym_object_access, - STATE(3044), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2011), 2, + STATE(1434), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2045), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(597), 2, sym_comment, sym_include, - STATE(2706), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2013), 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(3026), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3088), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95554,76 +95404,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [42888] = 30, + [42864] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2007), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2009), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2015), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2017), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2019), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2021), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2023), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2245), 1, aux_sym_unary_expression_token2, - ACTIONS(2025), 1, + ACTIONS(2247), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2027), 1, + ACTIONS(2249), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2029), 1, + ACTIONS(2251), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2031), 1, + ACTIONS(2253), 1, aux_sym_locked_expression_token1, - ACTIONS(2033), 1, + ACTIONS(2255), 1, aux_sym_dataset_expression_token1, - ACTIONS(2035), 1, + ACTIONS(2257), 1, aux_sym_input_expression_token1, - ACTIONS(2037), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2039), 1, + ACTIONS(2259), 1, aux_sym_if_statement_token1, - ACTIONS(2041), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2043), 1, + ACTIONS(2261), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2047), 1, - sym__escaped_string, - STATE(2402), 1, - sym__expression, - STATE(2618), 1, + STATE(16), 1, sym_object_access, - STATE(3044), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2011), 2, + STATE(1446), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2045), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(598), 2, sym_comment, sym_include, - STATE(2706), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2013), 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(3026), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3088), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95645,7 +95495,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43009] = 30, + [42985] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -95662,43 +95512,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1901), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2245), 1, aux_sym_unary_expression_token2, - ACTIONS(1903), 1, + ACTIONS(2247), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1905), 1, + ACTIONS(2249), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1907), 1, + ACTIONS(2251), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1909), 1, + ACTIONS(2253), 1, aux_sym_locked_expression_token1, - ACTIONS(1911), 1, + ACTIONS(2255), 1, aux_sym_dataset_expression_token1, - ACTIONS(1913), 1, + ACTIONS(2257), 1, aux_sym_input_expression_token1, - ACTIONS(1915), 1, + ACTIONS(2259), 1, aux_sym_if_statement_token1, - ACTIONS(1917), 1, + ACTIONS(2261), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2457), 1, + STATE(1440), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(599), 2, @@ -95709,12 +95559,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95736,7 +95586,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43130] = 30, + [43106] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -95753,43 +95603,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1901), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2245), 1, aux_sym_unary_expression_token2, - ACTIONS(1903), 1, + ACTIONS(2247), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1905), 1, + ACTIONS(2249), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1907), 1, + ACTIONS(2251), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1909), 1, + ACTIONS(2253), 1, aux_sym_locked_expression_token1, - ACTIONS(1911), 1, + ACTIONS(2255), 1, aux_sym_dataset_expression_token1, - ACTIONS(1913), 1, + ACTIONS(2257), 1, aux_sym_input_expression_token1, - ACTIONS(1915), 1, + ACTIONS(2259), 1, aux_sym_if_statement_token1, - ACTIONS(1917), 1, + ACTIONS(2261), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2455), 1, + STATE(1471), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(600), 2, @@ -95800,12 +95650,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95827,7 +95677,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43251] = 30, + [43227] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -95844,43 +95694,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1901), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2245), 1, aux_sym_unary_expression_token2, - ACTIONS(1903), 1, + ACTIONS(2247), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1905), 1, + ACTIONS(2249), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1907), 1, + ACTIONS(2251), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1909), 1, + ACTIONS(2253), 1, aux_sym_locked_expression_token1, - ACTIONS(1911), 1, + ACTIONS(2255), 1, aux_sym_dataset_expression_token1, - ACTIONS(1913), 1, + ACTIONS(2257), 1, aux_sym_input_expression_token1, - ACTIONS(1915), 1, + ACTIONS(2259), 1, aux_sym_if_statement_token1, - ACTIONS(1917), 1, + ACTIONS(2261), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2454), 1, + STATE(1464), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(601), 2, @@ -95891,12 +95741,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -95918,76 +95768,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43372] = 30, + [43348] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(875), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(877), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(885), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(887), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(889), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(893), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1901), 1, + ACTIONS(895), 1, aux_sym_unary_expression_token2, - ACTIONS(1903), 1, + ACTIONS(897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1905), 1, + ACTIONS(899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1907), 1, + ACTIONS(901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1909), 1, + ACTIONS(903), 1, aux_sym_locked_expression_token1, - ACTIONS(1911), 1, + ACTIONS(905), 1, aux_sym_dataset_expression_token1, - ACTIONS(1913), 1, + ACTIONS(907), 1, aux_sym_input_expression_token1, - ACTIONS(1915), 1, + ACTIONS(909), 1, + aux_sym_scope_tuning_token1, + ACTIONS(911), 1, aux_sym_if_statement_token1, - ACTIONS(1917), 1, + ACTIONS(913), 1, + aux_sym_can_find_expression_token1, + ACTIONS(915), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(919), 1, + sym__escaped_string, + STATE(237), 1, + sym__expression, + STATE(321), 1, sym_object_access, - STATE(35), 1, + STATE(807), 1, sym__decimal_literal, - STATE(2453), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(881), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(917), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(279), 2, sym_function_call, sym_new_expression, STATE(602), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(883), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(857), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(859), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96009,7 +95859,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43493] = 30, + [43469] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -96026,43 +95876,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1901), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2191), 1, aux_sym_unary_expression_token2, - ACTIONS(1903), 1, + ACTIONS(2193), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1905), 1, + ACTIONS(2195), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1907), 1, + ACTIONS(2197), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1909), 1, + ACTIONS(2199), 1, aux_sym_locked_expression_token1, - ACTIONS(1911), 1, + ACTIONS(2201), 1, aux_sym_dataset_expression_token1, - ACTIONS(1913), 1, + ACTIONS(2203), 1, aux_sym_input_expression_token1, - ACTIONS(1915), 1, + ACTIONS(2205), 1, aux_sym_if_statement_token1, - ACTIONS(1917), 1, + ACTIONS(2207), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2449), 1, + STATE(1189), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(603), 2, @@ -96073,12 +95923,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96100,76 +95950,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43614] = 30, + [43590] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(875), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(877), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(885), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(887), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(889), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(893), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(895), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(903), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(905), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(907), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(909), 1, + aux_sym_scope_tuning_token1, + ACTIONS(911), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(913), 1, + aux_sym_can_find_expression_token1, + ACTIONS(915), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(919), 1, + sym__escaped_string, + STATE(229), 1, + sym__expression, + STATE(321), 1, sym_object_access, - STATE(35), 1, + STATE(807), 1, sym__decimal_literal, - STATE(1169), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(881), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(917), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(279), 2, sym_function_call, sym_new_expression, STATE(604), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(883), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(857), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(859), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96191,76 +96041,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43735] = 30, + [43711] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(875), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(877), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(885), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(887), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(889), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(893), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1901), 1, + ACTIONS(895), 1, aux_sym_unary_expression_token2, - ACTIONS(1903), 1, + ACTIONS(897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1905), 1, + ACTIONS(899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1907), 1, + ACTIONS(901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1909), 1, + ACTIONS(903), 1, aux_sym_locked_expression_token1, - ACTIONS(1911), 1, + ACTIONS(905), 1, aux_sym_dataset_expression_token1, - ACTIONS(1913), 1, + ACTIONS(907), 1, aux_sym_input_expression_token1, - ACTIONS(1915), 1, + ACTIONS(909), 1, + aux_sym_scope_tuning_token1, + ACTIONS(911), 1, aux_sym_if_statement_token1, - ACTIONS(1917), 1, + ACTIONS(913), 1, + aux_sym_can_find_expression_token1, + ACTIONS(915), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(919), 1, + sym__escaped_string, + STATE(226), 1, + sym__expression, + STATE(321), 1, sym_object_access, - STATE(35), 1, + STATE(807), 1, sym__decimal_literal, - STATE(2447), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(881), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(917), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(279), 2, sym_function_call, sym_new_expression, STATE(605), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(883), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(857), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(859), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96282,76 +96132,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43856] = 30, + [43832] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2049), 1, + ACTIONS(875), 1, sym_identifier, - ACTIONS(2051), 1, + ACTIONS(877), 1, anon_sym_LBRACE, - ACTIONS(2057), 1, + ACTIONS(885), 1, sym__integer_literal, - ACTIONS(2059), 1, + ACTIONS(887), 1, anon_sym_LBRACK, - ACTIONS(2061), 1, + ACTIONS(889), 1, anon_sym_LPAREN, - ACTIONS(2063), 1, + ACTIONS(893), 1, aux_sym_unary_expression_token1, - ACTIONS(2065), 1, + ACTIONS(895), 1, aux_sym_unary_expression_token2, - ACTIONS(2067), 1, + ACTIONS(897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2069), 1, + ACTIONS(899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2071), 1, + ACTIONS(901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2073), 1, + ACTIONS(903), 1, aux_sym_locked_expression_token1, - ACTIONS(2075), 1, + ACTIONS(905), 1, aux_sym_dataset_expression_token1, - ACTIONS(2077), 1, + ACTIONS(907), 1, aux_sym_input_expression_token1, - ACTIONS(2079), 1, + ACTIONS(909), 1, aux_sym_scope_tuning_token1, - ACTIONS(2081), 1, + ACTIONS(911), 1, aux_sym_if_statement_token1, - ACTIONS(2083), 1, + ACTIONS(913), 1, aux_sym_can_find_expression_token1, - ACTIONS(2085), 1, + ACTIONS(915), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2089), 1, + ACTIONS(919), 1, sym__escaped_string, - STATE(2401), 1, + STATE(207), 1, sym__expression, - STATE(2573), 1, + STATE(321), 1, sym_object_access, - STATE(3084), 1, + STATE(807), 1, sym__decimal_literal, - ACTIONS(2053), 2, + ACTIONS(881), 2, sym_null_expression, sym_date_literal, - ACTIONS(2087), 2, + ACTIONS(917), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(279), 2, + sym_function_call, + sym_new_expression, STATE(606), 2, sym_comment, sym_include, - STATE(2655), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2055), 4, + ACTIONS(883), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3103), 4, + STATE(857), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3098), 21, + STATE(859), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96373,76 +96223,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [43977] = 30, + [43953] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(875), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(877), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(885), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(887), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(889), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(893), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(2091), 1, + ACTIONS(895), 1, aux_sym_unary_expression_token2, - ACTIONS(2093), 1, + ACTIONS(897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2095), 1, + ACTIONS(899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2097), 1, + ACTIONS(901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2099), 1, + ACTIONS(903), 1, aux_sym_locked_expression_token1, - ACTIONS(2101), 1, + ACTIONS(905), 1, aux_sym_dataset_expression_token1, - ACTIONS(2103), 1, + ACTIONS(907), 1, aux_sym_input_expression_token1, - ACTIONS(2105), 1, + ACTIONS(909), 1, + aux_sym_scope_tuning_token1, + ACTIONS(911), 1, aux_sym_if_statement_token1, - ACTIONS(2107), 1, + ACTIONS(913), 1, + aux_sym_can_find_expression_token1, + ACTIONS(915), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(919), 1, + sym__escaped_string, + STATE(214), 1, + sym__expression, + STATE(321), 1, sym_object_access, - STATE(35), 1, + STATE(807), 1, sym__decimal_literal, - STATE(1434), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(881), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(917), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(279), 2, sym_function_call, sym_new_expression, STATE(607), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(883), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(857), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(859), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96464,76 +96314,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [44098] = 30, + [44074] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(875), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(877), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(885), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(887), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(889), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(893), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(2091), 1, + ACTIONS(895), 1, aux_sym_unary_expression_token2, - ACTIONS(2093), 1, + ACTIONS(897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2095), 1, + ACTIONS(899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2097), 1, + ACTIONS(901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2099), 1, + ACTIONS(903), 1, aux_sym_locked_expression_token1, - ACTIONS(2101), 1, + ACTIONS(905), 1, aux_sym_dataset_expression_token1, - ACTIONS(2103), 1, + ACTIONS(907), 1, aux_sym_input_expression_token1, - ACTIONS(2105), 1, + ACTIONS(909), 1, + aux_sym_scope_tuning_token1, + ACTIONS(911), 1, aux_sym_if_statement_token1, - ACTIONS(2107), 1, + ACTIONS(913), 1, + aux_sym_can_find_expression_token1, + ACTIONS(915), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(919), 1, + sym__escaped_string, + STATE(209), 1, + sym__expression, + STATE(321), 1, sym_object_access, - STATE(35), 1, + STATE(807), 1, sym__decimal_literal, - STATE(1460), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(881), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(917), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(279), 2, sym_function_call, sym_new_expression, STATE(608), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(883), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(857), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(859), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96555,7 +96405,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [44219] = 30, + [44195] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -96572,43 +96422,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2091), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2191), 1, aux_sym_unary_expression_token2, - ACTIONS(2093), 1, + ACTIONS(2193), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2095), 1, + ACTIONS(2195), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2097), 1, + ACTIONS(2197), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2099), 1, + ACTIONS(2199), 1, aux_sym_locked_expression_token1, - ACTIONS(2101), 1, + ACTIONS(2201), 1, aux_sym_dataset_expression_token1, - ACTIONS(2103), 1, + ACTIONS(2203), 1, aux_sym_input_expression_token1, - ACTIONS(2105), 1, + ACTIONS(2205), 1, aux_sym_if_statement_token1, - ACTIONS(2107), 1, + ACTIONS(2207), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1463), 1, + STATE(1190), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(609), 2, @@ -96619,12 +96469,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96646,7 +96496,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [44340] = 30, + [44316] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -96663,43 +96513,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2113), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(2115), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(2117), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(2119), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(2121), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(2123), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(2125), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(2127), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(2129), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1341), 1, + STATE(1393), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(610), 2, @@ -96710,12 +96560,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96737,7 +96587,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [44461] = 30, + [44437] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -96754,43 +96604,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2091), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2113), 1, aux_sym_unary_expression_token2, - ACTIONS(2093), 1, + ACTIONS(2115), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2095), 1, + ACTIONS(2117), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2097), 1, + ACTIONS(2119), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2099), 1, + ACTIONS(2121), 1, aux_sym_locked_expression_token1, - ACTIONS(2101), 1, + ACTIONS(2123), 1, aux_sym_dataset_expression_token1, - ACTIONS(2103), 1, + ACTIONS(2125), 1, aux_sym_input_expression_token1, - ACTIONS(2105), 1, + ACTIONS(2127), 1, aux_sym_if_statement_token1, - ACTIONS(2107), 1, + ACTIONS(2129), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1466), 1, + STATE(1389), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(611), 2, @@ -96801,12 +96651,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96828,7 +96678,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [44582] = 30, + [44558] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -96845,43 +96695,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2113), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(2115), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(2117), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(2119), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(2121), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(2123), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(2125), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(2127), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(2129), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2851), 1, + STATE(1386), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(612), 2, @@ -96892,12 +96742,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -96919,7 +96769,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [44703] = 30, + [44679] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -96936,43 +96786,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2091), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2113), 1, aux_sym_unary_expression_token2, - ACTIONS(2093), 1, + ACTIONS(2115), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2095), 1, + ACTIONS(2117), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2097), 1, + ACTIONS(2119), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2099), 1, + ACTIONS(2121), 1, aux_sym_locked_expression_token1, - ACTIONS(2101), 1, + ACTIONS(2123), 1, aux_sym_dataset_expression_token1, - ACTIONS(2103), 1, + ACTIONS(2125), 1, aux_sym_input_expression_token1, - ACTIONS(2105), 1, + ACTIONS(2127), 1, aux_sym_if_statement_token1, - ACTIONS(2107), 1, + ACTIONS(2129), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1436), 1, + STATE(1384), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(613), 2, @@ -96983,12 +96833,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97010,7 +96860,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [44824] = 30, + [44800] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -97027,43 +96877,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1651), 1, + ACTIONS(2113), 1, aux_sym_unary_expression_token2, - ACTIONS(1653), 1, + ACTIONS(2115), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1655), 1, + ACTIONS(2117), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1657), 1, + ACTIONS(2119), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1659), 1, + ACTIONS(2121), 1, aux_sym_locked_expression_token1, - ACTIONS(1661), 1, + ACTIONS(2123), 1, aux_sym_dataset_expression_token1, - ACTIONS(1663), 1, + ACTIONS(2125), 1, aux_sym_input_expression_token1, - ACTIONS(1665), 1, + ACTIONS(2127), 1, aux_sym_if_statement_token1, - ACTIONS(1667), 1, + ACTIONS(2129), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1482), 1, + STATE(1382), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(614), 2, @@ -97074,12 +96924,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97101,7 +96951,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [44945] = 30, + [44921] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -97118,137 +96968,46 @@ 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(693), 1, - aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, - aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2854), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(709), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(615), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [45066] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - 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, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(2091), 1, + ACTIONS(2113), 1, aux_sym_unary_expression_token2, - ACTIONS(2093), 1, + ACTIONS(2115), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2095), 1, + ACTIONS(2117), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2097), 1, + ACTIONS(2119), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2099), 1, + ACTIONS(2121), 1, aux_sym_locked_expression_token1, - ACTIONS(2101), 1, + ACTIONS(2123), 1, aux_sym_dataset_expression_token1, - ACTIONS(2103), 1, + ACTIONS(2125), 1, aux_sym_input_expression_token1, - ACTIONS(2105), 1, + ACTIONS(2127), 1, aux_sym_if_statement_token1, - ACTIONS(2107), 1, + ACTIONS(2129), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1426), 1, + STATE(1378), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(616), 2, + STATE(615), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -97256,12 +97015,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97283,76 +97042,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [45187] = 30, + [45042] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2049), 1, + ACTIONS(2011), 1, sym_identifier, - ACTIONS(2051), 1, + ACTIONS(2013), 1, anon_sym_LBRACE, - ACTIONS(2057), 1, + ACTIONS(2019), 1, sym__integer_literal, - ACTIONS(2059), 1, + ACTIONS(2021), 1, anon_sym_LBRACK, - ACTIONS(2061), 1, + ACTIONS(2023), 1, anon_sym_LPAREN, - ACTIONS(2063), 1, + ACTIONS(2025), 1, aux_sym_unary_expression_token1, - ACTIONS(2065), 1, + ACTIONS(2027), 1, aux_sym_unary_expression_token2, - ACTIONS(2067), 1, + ACTIONS(2029), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2069), 1, + ACTIONS(2031), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2071), 1, + ACTIONS(2033), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2073), 1, + ACTIONS(2035), 1, aux_sym_locked_expression_token1, - ACTIONS(2075), 1, + ACTIONS(2037), 1, aux_sym_dataset_expression_token1, - ACTIONS(2077), 1, + ACTIONS(2039), 1, aux_sym_input_expression_token1, - ACTIONS(2079), 1, + ACTIONS(2041), 1, aux_sym_scope_tuning_token1, - ACTIONS(2081), 1, + ACTIONS(2043), 1, aux_sym_if_statement_token1, - ACTIONS(2083), 1, + ACTIONS(2045), 1, aux_sym_can_find_expression_token1, - ACTIONS(2085), 1, + ACTIONS(2047), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2089), 1, + ACTIONS(2051), 1, sym__escaped_string, - STATE(2409), 1, + STATE(2151), 1, sym__expression, - STATE(2573), 1, + STATE(2542), 1, sym_object_access, - STATE(3084), 1, + STATE(3077), 1, sym__decimal_literal, - ACTIONS(2053), 2, + ACTIONS(2015), 2, sym_null_expression, sym_date_literal, - ACTIONS(2087), 2, + ACTIONS(2049), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(617), 2, + STATE(616), 2, sym_comment, sym_include, - STATE(2655), 2, + STATE(2707), 2, sym_function_call, sym_new_expression, - ACTIONS(2055), 4, + ACTIONS(2017), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3103), 4, + STATE(3123), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3098), 21, + STATE(3050), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97374,76 +97133,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [45308] = 30, + [45163] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2011), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2013), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2019), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2021), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2023), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2025), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1651), 1, + ACTIONS(2027), 1, aux_sym_unary_expression_token2, - ACTIONS(1653), 1, + ACTIONS(2029), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1655), 1, + ACTIONS(2031), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1657), 1, + ACTIONS(2033), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1659), 1, + ACTIONS(2035), 1, aux_sym_locked_expression_token1, - ACTIONS(1661), 1, + ACTIONS(2037), 1, aux_sym_dataset_expression_token1, - ACTIONS(1663), 1, + ACTIONS(2039), 1, aux_sym_input_expression_token1, - ACTIONS(1665), 1, + ACTIONS(2041), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2043), 1, aux_sym_if_statement_token1, - ACTIONS(1667), 1, + ACTIONS(2045), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2047), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(2051), 1, + sym__escaped_string, + STATE(2149), 1, + sym__expression, + STATE(2542), 1, sym_object_access, - STATE(35), 1, + STATE(3077), 1, sym__decimal_literal, - STATE(1479), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2015), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2049), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(618), 2, + STATE(617), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2707), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2017), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3123), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3050), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97465,76 +97224,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [45429] = 30, + [45284] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2049), 1, + ACTIONS(2011), 1, sym_identifier, - ACTIONS(2051), 1, + ACTIONS(2013), 1, anon_sym_LBRACE, - ACTIONS(2057), 1, + ACTIONS(2019), 1, sym__integer_literal, - ACTIONS(2059), 1, + ACTIONS(2021), 1, anon_sym_LBRACK, - ACTIONS(2061), 1, + ACTIONS(2023), 1, anon_sym_LPAREN, - ACTIONS(2063), 1, + ACTIONS(2025), 1, aux_sym_unary_expression_token1, - ACTIONS(2065), 1, + ACTIONS(2027), 1, aux_sym_unary_expression_token2, - ACTIONS(2067), 1, + ACTIONS(2029), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2069), 1, + ACTIONS(2031), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2071), 1, + ACTIONS(2033), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2073), 1, + ACTIONS(2035), 1, aux_sym_locked_expression_token1, - ACTIONS(2075), 1, + ACTIONS(2037), 1, aux_sym_dataset_expression_token1, - ACTIONS(2077), 1, + ACTIONS(2039), 1, aux_sym_input_expression_token1, - ACTIONS(2079), 1, + ACTIONS(2041), 1, aux_sym_scope_tuning_token1, - ACTIONS(2081), 1, + ACTIONS(2043), 1, aux_sym_if_statement_token1, - ACTIONS(2083), 1, + ACTIONS(2045), 1, aux_sym_can_find_expression_token1, - ACTIONS(2085), 1, + ACTIONS(2047), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2089), 1, + ACTIONS(2051), 1, sym__escaped_string, - STATE(2410), 1, + STATE(2147), 1, sym__expression, - STATE(2573), 1, + STATE(2542), 1, sym_object_access, - STATE(3084), 1, + STATE(3077), 1, sym__decimal_literal, - ACTIONS(2053), 2, + ACTIONS(2015), 2, sym_null_expression, sym_date_literal, - ACTIONS(2087), 2, + ACTIONS(2049), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(619), 2, + STATE(618), 2, sym_comment, sym_include, - STATE(2655), 2, + STATE(2707), 2, sym_function_call, sym_new_expression, - ACTIONS(2055), 4, + ACTIONS(2017), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3103), 4, + STATE(3123), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3098), 21, + STATE(3050), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97556,76 +97315,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [45550] = 30, + [45405] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2011), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2013), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2019), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2021), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2023), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2025), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(2027), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(2029), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(2031), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(2033), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(2035), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(2037), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(2039), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(2041), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2043), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(2045), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2047), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(2051), 1, + sym__escaped_string, + STATE(2142), 1, + sym__expression, + STATE(2542), 1, sym_object_access, - STATE(35), 1, + STATE(3077), 1, sym__decimal_literal, - STATE(1164), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2015), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2049), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(620), 2, + STATE(619), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2707), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2017), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3123), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3050), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97647,76 +97406,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [45671] = 30, + [45526] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2011), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2013), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2019), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2021), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2023), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2025), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1651), 1, + ACTIONS(2027), 1, aux_sym_unary_expression_token2, - ACTIONS(1653), 1, + ACTIONS(2029), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1655), 1, + ACTIONS(2031), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1657), 1, + ACTIONS(2033), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1659), 1, + ACTIONS(2035), 1, aux_sym_locked_expression_token1, - ACTIONS(1661), 1, + ACTIONS(2037), 1, aux_sym_dataset_expression_token1, - ACTIONS(1663), 1, + ACTIONS(2039), 1, aux_sym_input_expression_token1, - ACTIONS(1665), 1, + ACTIONS(2041), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2043), 1, aux_sym_if_statement_token1, - ACTIONS(1667), 1, + ACTIONS(2045), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2047), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(2051), 1, + sym__escaped_string, + STATE(2140), 1, + sym__expression, + STATE(2542), 1, sym_object_access, - STATE(35), 1, + STATE(3077), 1, sym__decimal_literal, - STATE(1478), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2015), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2049), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(621), 2, + STATE(620), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2707), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2017), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3123), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3050), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97738,76 +97497,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [45792] = 30, + [45647] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2011), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2013), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2019), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2021), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2023), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2025), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(2027), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(2029), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(2031), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(2033), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(2035), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(2037), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(2039), 1, + aux_sym_input_expression_token1, + ACTIONS(2041), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(2043), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(2045), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(2047), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(2051), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(2139), 1, + sym__expression, + STATE(2542), 1, sym_object_access, - STATE(35), 1, + STATE(3077), 1, sym__decimal_literal, - STATE(2869), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2015), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2049), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(622), 2, + STATE(621), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2707), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2017), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(3123), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(3050), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97829,76 +97588,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [45913] = 30, + [45768] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(931), 1, + ACTIONS(2071), 1, sym_identifier, - ACTIONS(935), 1, + ACTIONS(2073), 1, anon_sym_LBRACE, - ACTIONS(941), 1, + ACTIONS(2079), 1, sym__integer_literal, - ACTIONS(943), 1, + ACTIONS(2081), 1, anon_sym_LBRACK, - ACTIONS(945), 1, + ACTIONS(2083), 1, anon_sym_LPAREN, - ACTIONS(947), 1, + ACTIONS(2085), 1, aux_sym_unary_expression_token1, - ACTIONS(949), 1, + ACTIONS(2087), 1, aux_sym_unary_expression_token2, - ACTIONS(951), 1, + ACTIONS(2089), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(953), 1, + ACTIONS(2091), 1, aux_sym_temp_table_expression_token1, - ACTIONS(955), 1, + ACTIONS(2093), 1, aux_sym_current_changed_expression_token1, - ACTIONS(957), 1, + ACTIONS(2095), 1, aux_sym_locked_expression_token1, - ACTIONS(959), 1, + ACTIONS(2097), 1, aux_sym_dataset_expression_token1, - ACTIONS(961), 1, + ACTIONS(2099), 1, aux_sym_input_expression_token1, - ACTIONS(963), 1, + ACTIONS(2101), 1, aux_sym_scope_tuning_token1, - ACTIONS(965), 1, + ACTIONS(2103), 1, aux_sym_if_statement_token1, - ACTIONS(967), 1, + ACTIONS(2105), 1, aux_sym_can_find_expression_token1, - ACTIONS(969), 1, + ACTIONS(2107), 1, aux_sym_accumulate_expression_token1, - ACTIONS(973), 1, + ACTIONS(2111), 1, sym__escaped_string, - STATE(191), 1, + STATE(1614), 1, sym__expression, - STATE(246), 1, + STATE(2039), 1, sym_object_access, - STATE(287), 1, + STATE(2859), 1, sym__decimal_literal, - ACTIONS(937), 2, + ACTIONS(2075), 2, sym_null_expression, sym_date_literal, - ACTIONS(971), 2, + ACTIONS(2109), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(236), 2, - sym_function_call, - sym_new_expression, - STATE(623), 2, + STATE(622), 2, sym_comment, sym_include, - ACTIONS(939), 4, + STATE(2495), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2077), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(288), 4, + STATE(2787), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(283), 21, + STATE(2782), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -97920,76 +97679,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [46034] = 30, + [45889] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2071), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2073), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2079), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2081), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2083), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2085), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(2087), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(2089), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(2091), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(2093), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(2095), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(2097), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(2099), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(2101), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2103), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(2105), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2107), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(2111), 1, + sym__escaped_string, + STATE(1612), 1, + sym__expression, + STATE(2039), 1, sym_object_access, - STATE(35), 1, + STATE(2859), 1, sym__decimal_literal, - STATE(1332), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2075), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2109), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(624), 2, + STATE(623), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2495), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2077), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2787), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2782), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98011,76 +97770,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [46155] = 30, + [46010] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(931), 1, + ACTIONS(2071), 1, sym_identifier, - ACTIONS(935), 1, + ACTIONS(2073), 1, anon_sym_LBRACE, - ACTIONS(941), 1, + ACTIONS(2079), 1, sym__integer_literal, - ACTIONS(943), 1, + ACTIONS(2081), 1, anon_sym_LBRACK, - ACTIONS(945), 1, + ACTIONS(2083), 1, anon_sym_LPAREN, - ACTIONS(947), 1, + ACTIONS(2085), 1, aux_sym_unary_expression_token1, - ACTIONS(949), 1, + ACTIONS(2087), 1, aux_sym_unary_expression_token2, - ACTIONS(951), 1, + ACTIONS(2089), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(953), 1, + ACTIONS(2091), 1, aux_sym_temp_table_expression_token1, - ACTIONS(955), 1, + ACTIONS(2093), 1, aux_sym_current_changed_expression_token1, - ACTIONS(957), 1, + ACTIONS(2095), 1, aux_sym_locked_expression_token1, - ACTIONS(959), 1, + ACTIONS(2097), 1, aux_sym_dataset_expression_token1, - ACTIONS(961), 1, + ACTIONS(2099), 1, aux_sym_input_expression_token1, - ACTIONS(963), 1, + ACTIONS(2101), 1, aux_sym_scope_tuning_token1, - ACTIONS(965), 1, + ACTIONS(2103), 1, aux_sym_if_statement_token1, - ACTIONS(967), 1, + ACTIONS(2105), 1, aux_sym_can_find_expression_token1, - ACTIONS(969), 1, + ACTIONS(2107), 1, aux_sym_accumulate_expression_token1, - ACTIONS(973), 1, + ACTIONS(2111), 1, sym__escaped_string, - STATE(199), 1, + STATE(1610), 1, sym__expression, - STATE(246), 1, + STATE(2039), 1, sym_object_access, - STATE(287), 1, + STATE(2859), 1, sym__decimal_literal, - ACTIONS(937), 2, + ACTIONS(2075), 2, sym_null_expression, sym_date_literal, - ACTIONS(971), 2, + ACTIONS(2109), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(236), 2, - sym_function_call, - sym_new_expression, - STATE(625), 2, + STATE(624), 2, sym_comment, sym_include, - ACTIONS(939), 4, + STATE(2495), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2077), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(288), 4, + STATE(2787), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(283), 21, + STATE(2782), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98102,76 +97861,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [46276] = 30, + [46131] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(931), 1, + ACTIONS(2071), 1, sym_identifier, - ACTIONS(935), 1, + ACTIONS(2073), 1, anon_sym_LBRACE, - ACTIONS(941), 1, + ACTIONS(2079), 1, sym__integer_literal, - ACTIONS(943), 1, + ACTIONS(2081), 1, anon_sym_LBRACK, - ACTIONS(945), 1, + ACTIONS(2083), 1, anon_sym_LPAREN, - ACTIONS(947), 1, + ACTIONS(2085), 1, aux_sym_unary_expression_token1, - ACTIONS(949), 1, + ACTIONS(2087), 1, aux_sym_unary_expression_token2, - ACTIONS(951), 1, + ACTIONS(2089), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(953), 1, + ACTIONS(2091), 1, aux_sym_temp_table_expression_token1, - ACTIONS(955), 1, + ACTIONS(2093), 1, aux_sym_current_changed_expression_token1, - ACTIONS(957), 1, + ACTIONS(2095), 1, aux_sym_locked_expression_token1, - ACTIONS(959), 1, + ACTIONS(2097), 1, aux_sym_dataset_expression_token1, - ACTIONS(961), 1, + ACTIONS(2099), 1, aux_sym_input_expression_token1, - ACTIONS(963), 1, + ACTIONS(2101), 1, aux_sym_scope_tuning_token1, - ACTIONS(965), 1, + ACTIONS(2103), 1, aux_sym_if_statement_token1, - ACTIONS(967), 1, + ACTIONS(2105), 1, aux_sym_can_find_expression_token1, - ACTIONS(969), 1, + ACTIONS(2107), 1, aux_sym_accumulate_expression_token1, - ACTIONS(973), 1, + ACTIONS(2111), 1, sym__escaped_string, - STATE(198), 1, + STATE(1609), 1, sym__expression, - STATE(246), 1, + STATE(2039), 1, sym_object_access, - STATE(287), 1, + STATE(2859), 1, sym__decimal_literal, - ACTIONS(937), 2, + ACTIONS(2075), 2, sym_null_expression, sym_date_literal, - ACTIONS(971), 2, + ACTIONS(2109), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(236), 2, - sym_function_call, - sym_new_expression, - STATE(626), 2, + STATE(625), 2, sym_comment, sym_include, - ACTIONS(939), 4, + STATE(2495), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2077), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(288), 4, + STATE(2787), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(283), 21, + STATE(2782), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98193,76 +97952,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [46397] = 30, + [46252] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(931), 1, + ACTIONS(2071), 1, sym_identifier, - ACTIONS(935), 1, + ACTIONS(2073), 1, anon_sym_LBRACE, - ACTIONS(941), 1, + ACTIONS(2079), 1, sym__integer_literal, - ACTIONS(943), 1, + ACTIONS(2081), 1, anon_sym_LBRACK, - ACTIONS(945), 1, + ACTIONS(2083), 1, anon_sym_LPAREN, - ACTIONS(947), 1, + ACTIONS(2085), 1, aux_sym_unary_expression_token1, - ACTIONS(949), 1, + ACTIONS(2087), 1, aux_sym_unary_expression_token2, - ACTIONS(951), 1, + ACTIONS(2089), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(953), 1, + ACTIONS(2091), 1, aux_sym_temp_table_expression_token1, - ACTIONS(955), 1, + ACTIONS(2093), 1, aux_sym_current_changed_expression_token1, - ACTIONS(957), 1, + ACTIONS(2095), 1, aux_sym_locked_expression_token1, - ACTIONS(959), 1, + ACTIONS(2097), 1, aux_sym_dataset_expression_token1, - ACTIONS(961), 1, + ACTIONS(2099), 1, aux_sym_input_expression_token1, - ACTIONS(963), 1, + ACTIONS(2101), 1, aux_sym_scope_tuning_token1, - ACTIONS(965), 1, + ACTIONS(2103), 1, aux_sym_if_statement_token1, - ACTIONS(967), 1, + ACTIONS(2105), 1, aux_sym_can_find_expression_token1, - ACTIONS(969), 1, + ACTIONS(2107), 1, aux_sym_accumulate_expression_token1, - ACTIONS(973), 1, + ACTIONS(2111), 1, sym__escaped_string, - STATE(197), 1, + STATE(1608), 1, sym__expression, - STATE(246), 1, + STATE(2039), 1, sym_object_access, - STATE(287), 1, + STATE(2859), 1, sym__decimal_literal, - ACTIONS(937), 2, + ACTIONS(2075), 2, sym_null_expression, sym_date_literal, - ACTIONS(971), 2, + ACTIONS(2109), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(236), 2, - sym_function_call, - sym_new_expression, - STATE(627), 2, + STATE(626), 2, sym_comment, sym_include, - ACTIONS(939), 4, + STATE(2495), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2077), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(288), 4, + STATE(2787), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(283), 21, + STATE(2782), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98284,76 +98043,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [46518] = 30, + [46373] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(931), 1, + ACTIONS(2071), 1, sym_identifier, - ACTIONS(935), 1, + ACTIONS(2073), 1, anon_sym_LBRACE, - ACTIONS(941), 1, + ACTIONS(2079), 1, sym__integer_literal, - ACTIONS(943), 1, + ACTIONS(2081), 1, anon_sym_LBRACK, - ACTIONS(945), 1, + ACTIONS(2083), 1, anon_sym_LPAREN, - ACTIONS(947), 1, + ACTIONS(2085), 1, aux_sym_unary_expression_token1, - ACTIONS(949), 1, + ACTIONS(2087), 1, aux_sym_unary_expression_token2, - ACTIONS(951), 1, + ACTIONS(2089), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(953), 1, + ACTIONS(2091), 1, aux_sym_temp_table_expression_token1, - ACTIONS(955), 1, + ACTIONS(2093), 1, aux_sym_current_changed_expression_token1, - ACTIONS(957), 1, + ACTIONS(2095), 1, aux_sym_locked_expression_token1, - ACTIONS(959), 1, + ACTIONS(2097), 1, aux_sym_dataset_expression_token1, - ACTIONS(961), 1, + ACTIONS(2099), 1, aux_sym_input_expression_token1, - ACTIONS(963), 1, + ACTIONS(2101), 1, aux_sym_scope_tuning_token1, - ACTIONS(965), 1, + ACTIONS(2103), 1, aux_sym_if_statement_token1, - ACTIONS(967), 1, + ACTIONS(2105), 1, aux_sym_can_find_expression_token1, - ACTIONS(969), 1, + ACTIONS(2107), 1, aux_sym_accumulate_expression_token1, - ACTIONS(973), 1, + ACTIONS(2111), 1, sym__escaped_string, - STATE(196), 1, + STATE(1607), 1, sym__expression, - STATE(246), 1, + STATE(2039), 1, sym_object_access, - STATE(287), 1, + STATE(2859), 1, sym__decimal_literal, - ACTIONS(937), 2, + ACTIONS(2075), 2, sym_null_expression, sym_date_literal, - ACTIONS(971), 2, + ACTIONS(2109), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(236), 2, - sym_function_call, - sym_new_expression, - STATE(628), 2, + STATE(627), 2, sym_comment, sym_include, - ACTIONS(939), 4, + STATE(2495), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2077), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(288), 4, + STATE(2787), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(283), 21, + STATE(2782), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98375,76 +98134,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [46639] = 30, + [46494] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(931), 1, + ACTIONS(1238), 1, sym_identifier, - ACTIONS(935), 1, + ACTIONS(1240), 1, anon_sym_LBRACE, - ACTIONS(941), 1, + ACTIONS(1246), 1, sym__integer_literal, - ACTIONS(943), 1, + ACTIONS(1248), 1, anon_sym_LBRACK, - ACTIONS(945), 1, + ACTIONS(1250), 1, anon_sym_LPAREN, - ACTIONS(947), 1, + ACTIONS(1252), 1, aux_sym_unary_expression_token1, - ACTIONS(949), 1, + ACTIONS(1254), 1, aux_sym_unary_expression_token2, - ACTIONS(951), 1, + ACTIONS(1256), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(953), 1, + ACTIONS(1258), 1, aux_sym_temp_table_expression_token1, - ACTIONS(955), 1, + ACTIONS(1260), 1, aux_sym_current_changed_expression_token1, - ACTIONS(957), 1, + ACTIONS(1262), 1, aux_sym_locked_expression_token1, - ACTIONS(959), 1, + ACTIONS(1264), 1, aux_sym_dataset_expression_token1, - ACTIONS(961), 1, + ACTIONS(1266), 1, aux_sym_input_expression_token1, - ACTIONS(963), 1, + ACTIONS(1268), 1, aux_sym_scope_tuning_token1, - ACTIONS(965), 1, + ACTIONS(1270), 1, aux_sym_if_statement_token1, - ACTIONS(967), 1, + ACTIONS(1276), 1, aux_sym_can_find_expression_token1, - ACTIONS(969), 1, + ACTIONS(1278), 1, aux_sym_accumulate_expression_token1, - ACTIONS(973), 1, + ACTIONS(1282), 1, sym__escaped_string, - STATE(195), 1, + STATE(999), 1, sym__expression, - STATE(246), 1, + STATE(1039), 1, sym_object_access, - STATE(287), 1, + STATE(1115), 1, sym__decimal_literal, - ACTIONS(937), 2, + ACTIONS(1242), 2, sym_null_expression, sym_date_literal, - ACTIONS(971), 2, + ACTIONS(1280), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(236), 2, - sym_function_call, - sym_new_expression, - STATE(629), 2, + STATE(628), 2, sym_comment, sym_include, - ACTIONS(939), 4, + STATE(1019), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1244), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(288), 4, + STATE(1074), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(283), 21, + STATE(1112), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98466,7 +98225,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [46760] = 30, + [46615] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -98483,46 +98242,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1651), 1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(1653), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1655), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1657), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1659), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(1661), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(1663), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(1665), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(1667), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1477), 1, + STATE(1341), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(630), 2, + STATE(629), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -98530,12 +98289,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98557,76 +98316,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [46881] = 30, + [46736] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2049), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2051), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2057), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2059), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2061), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2063), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2065), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2191), 1, aux_sym_unary_expression_token2, - ACTIONS(2067), 1, + ACTIONS(2193), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2069), 1, + ACTIONS(2195), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2071), 1, + ACTIONS(2197), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2073), 1, + ACTIONS(2199), 1, aux_sym_locked_expression_token1, - ACTIONS(2075), 1, + ACTIONS(2201), 1, aux_sym_dataset_expression_token1, - ACTIONS(2077), 1, + ACTIONS(2203), 1, aux_sym_input_expression_token1, - ACTIONS(2079), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2081), 1, + ACTIONS(2205), 1, aux_sym_if_statement_token1, - ACTIONS(2083), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2085), 1, + ACTIONS(2207), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2089), 1, - sym__escaped_string, - STATE(2411), 1, - sym__expression, - STATE(2573), 1, + STATE(16), 1, sym_object_access, - STATE(3084), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2053), 2, + STATE(1198), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2087), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(631), 2, - sym_comment, - sym_include, - STATE(2655), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2055), 4, + 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(3103), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3098), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98648,76 +98407,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [47002] = 30, + [46857] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1781), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1783), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1789), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1791), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1793), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1795), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1797), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2191), 1, aux_sym_unary_expression_token2, - ACTIONS(1799), 1, + ACTIONS(2193), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1801), 1, + ACTIONS(2195), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1803), 1, + ACTIONS(2197), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1805), 1, + ACTIONS(2199), 1, aux_sym_locked_expression_token1, - ACTIONS(1807), 1, + ACTIONS(2201), 1, aux_sym_dataset_expression_token1, - ACTIONS(1809), 1, + ACTIONS(2203), 1, aux_sym_input_expression_token1, - ACTIONS(1811), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1813), 1, + ACTIONS(2205), 1, aux_sym_if_statement_token1, - ACTIONS(1815), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1817), 1, + ACTIONS(2207), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1821), 1, - sym__escaped_string, - STATE(1507), 1, - sym__expression, - STATE(2373), 1, + STATE(16), 1, sym_object_access, - STATE(2731), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1785), 2, + STATE(1199), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1819), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(632), 2, - sym_comment, - sym_include, - STATE(2423), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1787), 4, + 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(2737), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2735), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98739,76 +98498,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [47123] = 30, + [46978] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1238), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1240), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1246), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1248), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1250), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1252), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1651), 1, + ACTIONS(1254), 1, aux_sym_unary_expression_token2, - ACTIONS(1653), 1, + ACTIONS(1256), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1655), 1, + ACTIONS(1258), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1657), 1, + ACTIONS(1260), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1659), 1, + ACTIONS(1262), 1, aux_sym_locked_expression_token1, - ACTIONS(1661), 1, + ACTIONS(1264), 1, aux_sym_dataset_expression_token1, - ACTIONS(1663), 1, + ACTIONS(1266), 1, aux_sym_input_expression_token1, - ACTIONS(1665), 1, + ACTIONS(1268), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1270), 1, aux_sym_if_statement_token1, - ACTIONS(1667), 1, + ACTIONS(1276), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1278), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1282), 1, + sym__escaped_string, + STATE(998), 1, + sym__expression, + STATE(1039), 1, sym_object_access, - STATE(35), 1, + STATE(1115), 1, sym__decimal_literal, - STATE(1474), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1242), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1280), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(633), 2, + STATE(632), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1019), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1244), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1074), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1112), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98830,76 +98589,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [47244] = 30, + [47099] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1238), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1240), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1246), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1248), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1250), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1252), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1651), 1, + ACTIONS(1254), 1, aux_sym_unary_expression_token2, - ACTIONS(1653), 1, + ACTIONS(1256), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1655), 1, + ACTIONS(1258), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1657), 1, + ACTIONS(1260), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1659), 1, + ACTIONS(1262), 1, aux_sym_locked_expression_token1, - ACTIONS(1661), 1, + ACTIONS(1264), 1, aux_sym_dataset_expression_token1, - ACTIONS(1663), 1, + ACTIONS(1266), 1, aux_sym_input_expression_token1, - ACTIONS(1665), 1, + ACTIONS(1268), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1270), 1, aux_sym_if_statement_token1, - ACTIONS(1667), 1, + ACTIONS(1276), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1278), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1282), 1, + sym__escaped_string, + STATE(997), 1, + sym__expression, + STATE(1039), 1, sym_object_access, - STATE(35), 1, + STATE(1115), 1, sym__decimal_literal, - STATE(1472), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1242), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1280), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(634), 2, + STATE(633), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1019), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1244), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1074), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1112), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -98921,76 +98680,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [47365] = 30, + [47220] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1238), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1240), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1246), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1248), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1250), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1252), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1254), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1256), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1258), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1260), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1262), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1264), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1266), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1268), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1270), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1276), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1278), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1282), 1, + sym__escaped_string, + STATE(996), 1, + sym__expression, + STATE(1039), 1, sym_object_access, - STATE(35), 1, + STATE(1115), 1, sym__decimal_literal, - STATE(2964), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1242), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1280), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(635), 2, + STATE(634), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1019), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1244), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1074), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1112), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99012,76 +98771,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [47486] = 30, + [47341] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2049), 1, + ACTIONS(1238), 1, sym_identifier, - ACTIONS(2051), 1, + ACTIONS(1240), 1, anon_sym_LBRACE, - ACTIONS(2057), 1, + ACTIONS(1246), 1, sym__integer_literal, - ACTIONS(2059), 1, + ACTIONS(1248), 1, anon_sym_LBRACK, - ACTIONS(2061), 1, + ACTIONS(1250), 1, anon_sym_LPAREN, - ACTIONS(2063), 1, + ACTIONS(1252), 1, aux_sym_unary_expression_token1, - ACTIONS(2065), 1, + ACTIONS(1254), 1, aux_sym_unary_expression_token2, - ACTIONS(2067), 1, + ACTIONS(1256), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2069), 1, + ACTIONS(1258), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2071), 1, + ACTIONS(1260), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2073), 1, + ACTIONS(1262), 1, aux_sym_locked_expression_token1, - ACTIONS(2075), 1, + ACTIONS(1264), 1, aux_sym_dataset_expression_token1, - ACTIONS(2077), 1, + ACTIONS(1266), 1, aux_sym_input_expression_token1, - ACTIONS(2079), 1, + ACTIONS(1268), 1, aux_sym_scope_tuning_token1, - ACTIONS(2081), 1, + ACTIONS(1270), 1, aux_sym_if_statement_token1, - ACTIONS(2083), 1, + ACTIONS(1276), 1, aux_sym_can_find_expression_token1, - ACTIONS(2085), 1, + ACTIONS(1278), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2089), 1, + ACTIONS(1282), 1, sym__escaped_string, - STATE(2417), 1, + STATE(995), 1, sym__expression, - STATE(2573), 1, + STATE(1039), 1, sym_object_access, - STATE(3084), 1, + STATE(1115), 1, sym__decimal_literal, - ACTIONS(2053), 2, + ACTIONS(1242), 2, sym_null_expression, sym_date_literal, - ACTIONS(2087), 2, + ACTIONS(1280), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(636), 2, + STATE(635), 2, sym_comment, sym_include, - STATE(2655), 2, + STATE(1019), 2, sym_function_call, sym_new_expression, - ACTIONS(2055), 4, + ACTIONS(1244), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3103), 4, + STATE(1074), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3098), 21, + STATE(1112), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99103,76 +98862,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [47607] = 30, + [47462] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2109), 1, + ACTIONS(1238), 1, sym_identifier, - ACTIONS(2111), 1, + ACTIONS(1240), 1, anon_sym_LBRACE, - ACTIONS(2117), 1, + ACTIONS(1246), 1, sym__integer_literal, - ACTIONS(2119), 1, + ACTIONS(1248), 1, anon_sym_LBRACK, - ACTIONS(2121), 1, + ACTIONS(1250), 1, anon_sym_LPAREN, - ACTIONS(2123), 1, + ACTIONS(1252), 1, aux_sym_unary_expression_token1, - ACTIONS(2125), 1, + ACTIONS(1254), 1, aux_sym_unary_expression_token2, - ACTIONS(2127), 1, + ACTIONS(1256), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2129), 1, + ACTIONS(1258), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2131), 1, + ACTIONS(1260), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2133), 1, + ACTIONS(1262), 1, aux_sym_locked_expression_token1, - ACTIONS(2135), 1, + ACTIONS(1264), 1, aux_sym_dataset_expression_token1, - ACTIONS(2137), 1, + ACTIONS(1266), 1, aux_sym_input_expression_token1, - ACTIONS(2139), 1, + ACTIONS(1268), 1, aux_sym_scope_tuning_token1, - ACTIONS(2141), 1, + ACTIONS(1270), 1, aux_sym_if_statement_token1, - ACTIONS(2143), 1, + ACTIONS(1276), 1, aux_sym_can_find_expression_token1, - ACTIONS(2145), 1, + ACTIONS(1278), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2149), 1, + ACTIONS(1282), 1, sym__escaped_string, - STATE(2332), 1, + STATE(994), 1, sym__expression, - STATE(2487), 1, + STATE(1039), 1, sym_object_access, - STATE(2793), 1, + STATE(1115), 1, sym__decimal_literal, - ACTIONS(2113), 2, + ACTIONS(1242), 2, sym_null_expression, sym_date_literal, - ACTIONS(2147), 2, + ACTIONS(1280), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(637), 2, + STATE(636), 2, sym_comment, sym_include, - STATE(2530), 2, + STATE(1019), 2, sym_function_call, sym_new_expression, - ACTIONS(2115), 4, + ACTIONS(1244), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2792), 4, + STATE(1074), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2814), 21, + STATE(1112), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99194,76 +98953,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [47728] = 30, + [47583] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2109), 1, + ACTIONS(2011), 1, sym_identifier, - ACTIONS(2111), 1, + ACTIONS(2013), 1, anon_sym_LBRACE, - ACTIONS(2117), 1, + ACTIONS(2019), 1, sym__integer_literal, - ACTIONS(2119), 1, + ACTIONS(2021), 1, anon_sym_LBRACK, - ACTIONS(2121), 1, + ACTIONS(2023), 1, anon_sym_LPAREN, - ACTIONS(2123), 1, + ACTIONS(2025), 1, aux_sym_unary_expression_token1, - ACTIONS(2125), 1, + ACTIONS(2027), 1, aux_sym_unary_expression_token2, - ACTIONS(2127), 1, + ACTIONS(2029), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2129), 1, + ACTIONS(2031), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2131), 1, + ACTIONS(2033), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2133), 1, + ACTIONS(2035), 1, aux_sym_locked_expression_token1, - ACTIONS(2135), 1, + ACTIONS(2037), 1, aux_sym_dataset_expression_token1, - ACTIONS(2137), 1, + ACTIONS(2039), 1, aux_sym_input_expression_token1, - ACTIONS(2139), 1, + ACTIONS(2041), 1, aux_sym_scope_tuning_token1, - ACTIONS(2141), 1, + ACTIONS(2043), 1, aux_sym_if_statement_token1, - ACTIONS(2143), 1, + ACTIONS(2045), 1, aux_sym_can_find_expression_token1, - ACTIONS(2145), 1, + ACTIONS(2047), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2149), 1, + ACTIONS(2051), 1, sym__escaped_string, - STATE(2333), 1, + STATE(2109), 1, sym__expression, - STATE(2487), 1, + STATE(2542), 1, sym_object_access, - STATE(2793), 1, + STATE(3077), 1, sym__decimal_literal, - ACTIONS(2113), 2, + ACTIONS(2015), 2, sym_null_expression, sym_date_literal, - ACTIONS(2147), 2, + ACTIONS(2049), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(638), 2, + STATE(637), 2, sym_comment, sym_include, - STATE(2530), 2, + STATE(2707), 2, sym_function_call, sym_new_expression, - ACTIONS(2115), 4, + ACTIONS(2017), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2792), 4, + STATE(3123), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2814), 21, + STATE(3050), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99285,76 +99044,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [47849] = 30, + [47704] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2109), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2111), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2117), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2119), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2121), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2123), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2125), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2191), 1, aux_sym_unary_expression_token2, - ACTIONS(2127), 1, + ACTIONS(2193), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2129), 1, + ACTIONS(2195), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2131), 1, + ACTIONS(2197), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2133), 1, + ACTIONS(2199), 1, aux_sym_locked_expression_token1, - ACTIONS(2135), 1, + ACTIONS(2201), 1, aux_sym_dataset_expression_token1, - ACTIONS(2137), 1, + ACTIONS(2203), 1, aux_sym_input_expression_token1, - ACTIONS(2139), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2141), 1, + ACTIONS(2205), 1, aux_sym_if_statement_token1, - ACTIONS(2143), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2145), 1, + ACTIONS(2207), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2149), 1, - sym__escaped_string, - STATE(2334), 1, - sym__expression, - STATE(2487), 1, + STATE(16), 1, sym_object_access, - STATE(2793), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2113), 2, + STATE(1200), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2147), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(639), 2, - sym_comment, - sym_include, - STATE(2530), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2115), 4, + STATE(638), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2792), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2814), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99376,76 +99135,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [47970] = 30, + [47825] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2109), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2111), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2117), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2119), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2121), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2123), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2125), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(2127), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2129), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2131), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2133), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(2135), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(2137), 1, - aux_sym_input_expression_token1, - ACTIONS(2139), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(2141), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(2143), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2145), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2149), 1, - sym__escaped_string, - STATE(2335), 1, - sym__expression, - STATE(2487), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(2793), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2113), 2, + STATE(2881), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2147), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(640), 2, - sym_comment, - sym_include, - STATE(2530), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2115), 4, + 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(2792), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2814), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99467,76 +99226,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [48091] = 30, + [47946] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2109), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2111), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2117), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2119), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2121), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2123), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2125), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2263), 1, aux_sym_unary_expression_token2, - ACTIONS(2127), 1, + ACTIONS(2265), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2129), 1, + ACTIONS(2267), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2131), 1, + ACTIONS(2269), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2133), 1, + ACTIONS(2271), 1, aux_sym_locked_expression_token1, - ACTIONS(2135), 1, + ACTIONS(2273), 1, aux_sym_dataset_expression_token1, - ACTIONS(2137), 1, + ACTIONS(2275), 1, aux_sym_input_expression_token1, - ACTIONS(2139), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2141), 1, + ACTIONS(2277), 1, aux_sym_if_statement_token1, - ACTIONS(2143), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2145), 1, + ACTIONS(2279), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2149), 1, - sym__escaped_string, - STATE(2336), 1, - sym__expression, - STATE(2487), 1, + STATE(16), 1, sym_object_access, - STATE(2793), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2113), 2, + STATE(2892), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2147), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(641), 2, - sym_comment, - sym_include, - STATE(2530), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2115), 4, + 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(2792), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2814), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99558,76 +99317,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [48212] = 30, + [48067] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2049), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2051), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2057), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2059), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2061), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2063), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2065), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(2067), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2069), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2071), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2073), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(2075), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(2077), 1, - aux_sym_input_expression_token1, - ACTIONS(2079), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(2081), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(2083), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2085), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2089), 1, - sym__escaped_string, - STATE(2419), 1, - sym__expression, - STATE(2573), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(3084), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2053), 2, + STATE(1569), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2087), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(642), 2, - sym_comment, - sym_include, - STATE(2655), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2055), 4, + 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(3103), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3098), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99649,76 +99408,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [48333] = 30, + [48188] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2109), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2111), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2117), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2119), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2121), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2123), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2125), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(1541), 1, aux_sym_unary_expression_token2, - ACTIONS(2127), 1, + ACTIONS(1543), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2129), 1, + ACTIONS(1545), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2131), 1, + ACTIONS(1547), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2133), 1, + ACTIONS(1549), 1, aux_sym_locked_expression_token1, - ACTIONS(2135), 1, + ACTIONS(1551), 1, aux_sym_dataset_expression_token1, - ACTIONS(2137), 1, + ACTIONS(1553), 1, aux_sym_input_expression_token1, - ACTIONS(2139), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2141), 1, + ACTIONS(1555), 1, aux_sym_if_statement_token1, - ACTIONS(2143), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2145), 1, + ACTIONS(1557), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2149), 1, - sym__escaped_string, - STATE(2354), 1, - sym__expression, - STATE(2487), 1, + STATE(16), 1, sym_object_access, - STATE(2793), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2113), 2, + STATE(1335), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2147), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(643), 2, - sym_comment, - sym_include, - STATE(2530), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2115), 4, + 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(2792), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2814), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99740,76 +99499,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [48454] = 30, + [48309] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2151), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2153), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2159), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2161), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2163), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2165), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2167), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2263), 1, aux_sym_unary_expression_token2, - ACTIONS(2169), 1, + ACTIONS(2265), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2171), 1, + ACTIONS(2267), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2173), 1, + ACTIONS(2269), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2175), 1, + ACTIONS(2271), 1, aux_sym_locked_expression_token1, - ACTIONS(2177), 1, + ACTIONS(2273), 1, aux_sym_dataset_expression_token1, - ACTIONS(2179), 1, + ACTIONS(2275), 1, aux_sym_input_expression_token1, - ACTIONS(2181), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2183), 1, + ACTIONS(2277), 1, aux_sym_if_statement_token1, - ACTIONS(2185), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2187), 1, + ACTIONS(2279), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2191), 1, - sym__escaped_string, - STATE(2433), 1, - sym__expression, - STATE(2564), 1, + STATE(16), 1, sym_object_access, - STATE(3037), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2155), 2, + STATE(2885), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2189), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(644), 2, - sym_comment, - sym_include, - STATE(2659), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2157), 4, + 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(3127), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3126), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99831,7 +99590,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [48575] = 30, + [48430] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -99850,44 +99609,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unary_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(1541), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1543), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1545), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1547), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1549), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1551), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1553), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1555), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1557), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2997), 1, + STATE(1308), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(645), 2, + STATE(644), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -99895,12 +99654,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -99922,7 +99681,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [48696] = 30, + [48551] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -99941,44 +99700,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unary_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(1541), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1543), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1545), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1547), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1549), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1551), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1553), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1555), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1557), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2989), 1, + STATE(1307), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(646), 2, + STATE(645), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -99986,12 +99745,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100013,7 +99772,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [48817] = 30, + [48672] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -100032,44 +99791,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unary_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(1541), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1543), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1545), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1547), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1549), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1551), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1553), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1555), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1557), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2986), 1, + STATE(1325), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(647), 2, + STATE(646), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -100077,12 +99836,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100104,7 +99863,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [48938] = 30, + [48793] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -100123,44 +99882,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unary_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(1541), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1543), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1545), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1547), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1549), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1551), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1553), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1555), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1557), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2983), 1, + STATE(1326), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(648), 2, + STATE(647), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -100168,12 +99927,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100195,7 +99954,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [49059] = 30, + [48914] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -100214,44 +99973,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unary_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(1541), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1543), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1545), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1547), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1549), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1551), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1553), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1555), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1557), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2968), 1, + STATE(1327), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(649), 2, + STATE(648), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -100259,12 +100018,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100286,7 +100045,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [49180] = 30, + [49035] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -100303,46 +100062,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(717), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(719), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(721), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(723), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(725), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(727), 1, - aux_sym_input_expression_token1, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(733), 1, - aux_sym_if_statement_token1, ACTIONS(743), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1392), 1, + STATE(1568), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(650), 2, + STATE(649), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -100350,12 +100109,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100377,7 +100136,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [49301] = 30, + [49156] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -100394,46 +100153,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, - aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1167), 1, + STATE(1566), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(651), 2, + STATE(650), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -100441,12 +100200,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100468,7 +100227,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [49422] = 30, + [49277] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -100485,46 +100244,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(717), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(719), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(721), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(723), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(725), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(727), 1, - aux_sym_input_expression_token1, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(733), 1, - aux_sym_if_statement_token1, ACTIONS(743), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1391), 1, + STATE(1560), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(652), 2, + STATE(651), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -100532,12 +100291,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100559,76 +100318,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [49543] = 30, + [49398] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1000), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1004), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1010), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1012), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1014), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1016), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(1018), 1, aux_sym_unary_expression_token2, - ACTIONS(717), 1, + ACTIONS(1020), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(719), 1, + ACTIONS(1022), 1, aux_sym_temp_table_expression_token1, - ACTIONS(721), 1, + ACTIONS(1024), 1, aux_sym_current_changed_expression_token1, - ACTIONS(723), 1, + ACTIONS(1026), 1, aux_sym_locked_expression_token1, - ACTIONS(725), 1, + ACTIONS(1028), 1, aux_sym_dataset_expression_token1, - ACTIONS(727), 1, + ACTIONS(1030), 1, aux_sym_input_expression_token1, - ACTIONS(729), 1, + ACTIONS(1032), 1, aux_sym_scope_tuning_token1, - ACTIONS(733), 1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - ACTIONS(743), 1, + ACTIONS(1036), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1042), 1, + sym__escaped_string, + STATE(200), 1, + sym__expression, + STATE(245), 1, sym_object_access, - STATE(35), 1, + STATE(304), 1, sym__decimal_literal, - STATE(1389), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1006), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(236), 2, sym_function_call, sym_new_expression, - STATE(653), 2, + STATE(652), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1008), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(285), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(306), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100650,7 +100409,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [49664] = 30, + [49519] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -100667,46 +100426,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(717), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(719), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(721), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(723), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(725), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(727), 1, - aux_sym_input_expression_token1, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(733), 1, - aux_sym_if_statement_token1, ACTIONS(743), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1387), 1, + STATE(1559), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(654), 2, + STATE(653), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -100714,12 +100473,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100741,7 +100500,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [49785] = 30, + [49640] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -100758,46 +100517,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2263), 1, aux_sym_unary_expression_token2, - ACTIONS(717), 1, + ACTIONS(2265), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(719), 1, + ACTIONS(2267), 1, aux_sym_temp_table_expression_token1, - ACTIONS(721), 1, + ACTIONS(2269), 1, aux_sym_current_changed_expression_token1, - ACTIONS(723), 1, + ACTIONS(2271), 1, aux_sym_locked_expression_token1, - ACTIONS(725), 1, + ACTIONS(2273), 1, aux_sym_dataset_expression_token1, - ACTIONS(727), 1, + ACTIONS(2275), 1, aux_sym_input_expression_token1, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(733), 1, + ACTIONS(2277), 1, aux_sym_if_statement_token1, - ACTIONS(743), 1, + ACTIONS(2279), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1386), 1, + STATE(2883), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(655), 2, + STATE(654), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -100805,12 +100564,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100832,76 +100591,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [49906] = 30, + [49761] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1000), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1004), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1010), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1012), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1014), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1016), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(1018), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(1020), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(1022), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(1024), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(1026), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(1028), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(1030), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(1032), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(1036), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1042), 1, + sym__escaped_string, + STATE(194), 1, + sym__expression, + STATE(245), 1, sym_object_access, - STATE(35), 1, + STATE(304), 1, sym__decimal_literal, - STATE(1345), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1006), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(236), 2, sym_function_call, sym_new_expression, - STATE(656), 2, + STATE(655), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1008), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(285), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(306), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -100923,76 +100682,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [50027] = 30, + [49882] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1000), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1004), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1010), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1012), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1014), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1016), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(1018), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(1020), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(1022), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(1024), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(1026), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(1028), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(1030), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(1032), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(1036), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1042), 1, + sym__escaped_string, + STATE(192), 1, + sym__expression, + STATE(245), 1, sym_object_access, - STATE(35), 1, + STATE(304), 1, sym__decimal_literal, - STATE(1226), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1006), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(236), 2, sym_function_call, sym_new_expression, - STATE(657), 2, + STATE(656), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1008), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(285), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(306), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101014,7 +100773,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [50148] = 30, + [50003] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -101031,46 +100790,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2263), 1, aux_sym_unary_expression_token2, - ACTIONS(717), 1, + ACTIONS(2265), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(719), 1, + ACTIONS(2267), 1, aux_sym_temp_table_expression_token1, - ACTIONS(721), 1, + ACTIONS(2269), 1, aux_sym_current_changed_expression_token1, - ACTIONS(723), 1, + ACTIONS(2271), 1, aux_sym_locked_expression_token1, - ACTIONS(725), 1, + ACTIONS(2273), 1, aux_sym_dataset_expression_token1, - ACTIONS(727), 1, + ACTIONS(2275), 1, aux_sym_input_expression_token1, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(733), 1, + ACTIONS(2277), 1, aux_sym_if_statement_token1, - ACTIONS(743), 1, + ACTIONS(2279), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1385), 1, + STATE(2861), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(658), 2, + STATE(657), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -101078,12 +100837,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101105,7 +100864,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [50269] = 30, + [50124] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -101122,46 +100881,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2263), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(2265), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(2267), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(2269), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(2271), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(2273), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(2275), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(2277), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(2279), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1227), 1, + STATE(2857), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(659), 2, + STATE(658), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -101169,12 +100928,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101196,76 +100955,167 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [50390] = 30, + [50245] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1919), 1, + ACTIONS(1000), 1, sym_identifier, - ACTIONS(1921), 1, + ACTIONS(1004), 1, anon_sym_LBRACE, - ACTIONS(1927), 1, + ACTIONS(1010), 1, sym__integer_literal, - ACTIONS(1929), 1, + ACTIONS(1012), 1, anon_sym_LBRACK, - ACTIONS(1931), 1, + ACTIONS(1014), 1, anon_sym_LPAREN, - ACTIONS(1933), 1, + ACTIONS(1016), 1, aux_sym_unary_expression_token1, - ACTIONS(1935), 1, + ACTIONS(1018), 1, aux_sym_unary_expression_token2, - ACTIONS(1937), 1, + ACTIONS(1020), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1939), 1, + ACTIONS(1022), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1941), 1, + ACTIONS(1024), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1943), 1, + ACTIONS(1026), 1, aux_sym_locked_expression_token1, - ACTIONS(1945), 1, + ACTIONS(1028), 1, aux_sym_dataset_expression_token1, - ACTIONS(1947), 1, + ACTIONS(1030), 1, aux_sym_input_expression_token1, - ACTIONS(1949), 1, + ACTIONS(1032), 1, aux_sym_scope_tuning_token1, - ACTIONS(1951), 1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - ACTIONS(1953), 1, + ACTIONS(1036), 1, aux_sym_can_find_expression_token1, - ACTIONS(1955), 1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1959), 1, + ACTIONS(1042), 1, sym__escaped_string, - STATE(1094), 1, + STATE(191), 1, sym__expression, - STATE(1120), 1, + STATE(245), 1, sym_object_access, - STATE(1186), 1, + STATE(304), 1, sym__decimal_literal, - ACTIONS(1923), 2, + ACTIONS(1006), 2, sym_null_expression, sym_date_literal, - ACTIONS(1957), 2, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(660), 2, + STATE(236), 2, + sym_function_call, + sym_new_expression, + STATE(659), 2, sym_comment, sym_include, - STATE(1157), 2, + ACTIONS(1008), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(285), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(306), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [50366] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1000), 1, + sym_identifier, + ACTIONS(1004), 1, + anon_sym_LBRACE, + ACTIONS(1010), 1, + sym__integer_literal, + ACTIONS(1012), 1, + anon_sym_LBRACK, + ACTIONS(1014), 1, + anon_sym_LPAREN, + ACTIONS(1016), 1, + aux_sym_unary_expression_token1, + ACTIONS(1018), 1, + aux_sym_unary_expression_token2, + ACTIONS(1020), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1022), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1024), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1026), 1, + aux_sym_locked_expression_token1, + ACTIONS(1028), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1030), 1, + aux_sym_input_expression_token1, + ACTIONS(1032), 1, + aux_sym_scope_tuning_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, + STATE(190), 1, + sym__expression, + STATE(245), 1, + sym_object_access, + STATE(304), 1, + sym__decimal_literal, + ACTIONS(1006), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1040), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(236), 2, sym_function_call, sym_new_expression, - ACTIONS(1925), 4, + STATE(660), 2, + sym_comment, + sym_include, + ACTIONS(1008), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1190), 4, + STATE(285), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1196), 21, + STATE(306), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101287,7 +101137,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [50511] = 30, + [50487] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -101304,43 +101154,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2113), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(2115), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(2117), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(2119), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(2121), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(2123), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(2125), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(2127), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(2129), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2957), 1, + STATE(1396), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(661), 2, @@ -101351,12 +101201,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101378,76 +101228,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [50632] = 30, + [50608] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1919), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1921), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1927), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1929), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1931), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1933), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1935), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(1937), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1939), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1941), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1943), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(1945), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(1947), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(1949), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1951), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(1953), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1955), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1959), 1, - sym__escaped_string, - STATE(1093), 1, - sym__expression, - STATE(1120), 1, + STATE(16), 1, sym_object_access, - STATE(1186), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1923), 2, + STATE(1407), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1957), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(662), 2, sym_comment, sym_include, - STATE(1157), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1925), 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(1190), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1196), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101469,76 +101319,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [50753] = 30, + [50729] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1919), 1, + ACTIONS(1000), 1, sym_identifier, - ACTIONS(1921), 1, + ACTIONS(1004), 1, anon_sym_LBRACE, - ACTIONS(1927), 1, + ACTIONS(1010), 1, sym__integer_literal, - ACTIONS(1929), 1, + ACTIONS(1012), 1, anon_sym_LBRACK, - ACTIONS(1931), 1, + ACTIONS(1014), 1, anon_sym_LPAREN, - ACTIONS(1933), 1, + ACTIONS(1016), 1, aux_sym_unary_expression_token1, - ACTIONS(1935), 1, + ACTIONS(1018), 1, aux_sym_unary_expression_token2, - ACTIONS(1937), 1, + ACTIONS(1020), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1939), 1, + ACTIONS(1022), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1941), 1, + ACTIONS(1024), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1943), 1, + ACTIONS(1026), 1, aux_sym_locked_expression_token1, - ACTIONS(1945), 1, + ACTIONS(1028), 1, aux_sym_dataset_expression_token1, - ACTIONS(1947), 1, + ACTIONS(1030), 1, aux_sym_input_expression_token1, - ACTIONS(1949), 1, + ACTIONS(1032), 1, aux_sym_scope_tuning_token1, - ACTIONS(1951), 1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - ACTIONS(1953), 1, + ACTIONS(1036), 1, aux_sym_can_find_expression_token1, - ACTIONS(1955), 1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1959), 1, + ACTIONS(1042), 1, sym__escaped_string, - STATE(1091), 1, + STATE(189), 1, sym__expression, - STATE(1120), 1, + STATE(245), 1, sym_object_access, - STATE(1186), 1, + STATE(304), 1, sym__decimal_literal, - ACTIONS(1923), 2, + ACTIONS(1006), 2, sym_null_expression, sym_date_literal, - ACTIONS(1957), 2, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(236), 2, + sym_function_call, + sym_new_expression, STATE(663), 2, sym_comment, sym_include, - STATE(1157), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1925), 4, + ACTIONS(1008), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1190), 4, + STATE(285), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1196), 21, + STATE(306), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101560,76 +101410,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [50874] = 30, + [50850] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1919), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1921), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1927), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1929), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1931), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1933), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1935), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2263), 1, aux_sym_unary_expression_token2, - ACTIONS(1937), 1, + ACTIONS(2265), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1939), 1, + ACTIONS(2267), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1941), 1, + ACTIONS(2269), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1943), 1, + ACTIONS(2271), 1, aux_sym_locked_expression_token1, - ACTIONS(1945), 1, + ACTIONS(2273), 1, aux_sym_dataset_expression_token1, - ACTIONS(1947), 1, + ACTIONS(2275), 1, aux_sym_input_expression_token1, - ACTIONS(1949), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1951), 1, + ACTIONS(2277), 1, aux_sym_if_statement_token1, - ACTIONS(1953), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1955), 1, + ACTIONS(2279), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1959), 1, - sym__escaped_string, - STATE(1090), 1, - sym__expression, - STATE(1120), 1, + STATE(16), 1, sym_object_access, - STATE(1186), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1923), 2, + STATE(2854), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1957), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(664), 2, sym_comment, sym_include, - STATE(1157), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1925), 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(1190), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1196), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101651,76 +101501,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [50995] = 30, + [50971] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1919), 1, + ACTIONS(1949), 1, sym_identifier, - ACTIONS(1921), 1, + ACTIONS(1951), 1, anon_sym_LBRACE, - ACTIONS(1927), 1, + ACTIONS(1957), 1, sym__integer_literal, - ACTIONS(1929), 1, + ACTIONS(1959), 1, anon_sym_LBRACK, - ACTIONS(1931), 1, + ACTIONS(1961), 1, anon_sym_LPAREN, - ACTIONS(1933), 1, + ACTIONS(1963), 1, aux_sym_unary_expression_token1, - ACTIONS(1935), 1, + ACTIONS(1965), 1, aux_sym_unary_expression_token2, - ACTIONS(1937), 1, + ACTIONS(1967), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1939), 1, + ACTIONS(1969), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1941), 1, + ACTIONS(1971), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1943), 1, + ACTIONS(1973), 1, aux_sym_locked_expression_token1, - ACTIONS(1945), 1, + ACTIONS(1975), 1, aux_sym_dataset_expression_token1, - ACTIONS(1947), 1, + ACTIONS(1977), 1, aux_sym_input_expression_token1, - ACTIONS(1949), 1, + ACTIONS(1979), 1, aux_sym_scope_tuning_token1, - ACTIONS(1951), 1, + ACTIONS(1981), 1, aux_sym_if_statement_token1, - ACTIONS(1953), 1, + ACTIONS(1983), 1, aux_sym_can_find_expression_token1, - ACTIONS(1955), 1, + ACTIONS(1985), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1959), 1, + ACTIONS(1989), 1, sym__escaped_string, - STATE(1088), 1, + STATE(1096), 1, sym__expression, - STATE(1120), 1, + STATE(1121), 1, sym_object_access, - STATE(1186), 1, + STATE(1213), 1, sym__decimal_literal, - ACTIONS(1923), 2, + ACTIONS(1953), 2, sym_null_expression, sym_date_literal, - ACTIONS(1957), 2, + ACTIONS(1987), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, STATE(665), 2, sym_comment, sym_include, - STATE(1157), 2, + STATE(1161), 2, sym_function_call, sym_new_expression, - ACTIONS(1925), 4, + ACTIONS(1955), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1190), 4, + STATE(1193), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1196), 21, + STATE(1208), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101742,7 +101592,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [51116] = 30, + [51092] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -101759,43 +101609,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1991), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(1993), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(1995), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(1997), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(1999), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(2001), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(2003), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(2005), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(2007), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1228), 1, + STATE(2630), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(666), 2, @@ -101806,12 +101656,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101833,7 +101683,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [51237] = 30, + [51213] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -101850,43 +101700,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1991), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(1993), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(1995), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(1997), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(1999), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(2001), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(2003), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(2005), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(2007), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1230), 1, + STATE(2631), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(667), 2, @@ -101897,12 +101747,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -101924,7 +101774,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [51358] = 30, + [51334] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -101941,43 +101791,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1989), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2285), 1, aux_sym_unary_expression_token2, - ACTIONS(1991), 1, + ACTIONS(2287), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1993), 1, + ACTIONS(2289), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1995), 1, + ACTIONS(2291), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1997), 1, + ACTIONS(2293), 1, aux_sym_locked_expression_token1, - ACTIONS(1999), 1, + ACTIONS(2295), 1, aux_sym_dataset_expression_token1, - ACTIONS(2001), 1, + ACTIONS(2297), 1, aux_sym_input_expression_token1, - ACTIONS(2003), 1, + ACTIONS(2299), 1, aux_sym_if_statement_token1, - ACTIONS(2005), 1, + ACTIONS(2301), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1375), 1, + STATE(1252), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(668), 2, @@ -101988,12 +101838,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102015,76 +101865,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [51479] = 30, + [51455] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1949), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1951), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1957), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1959), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1961), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1963), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(1965), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(1967), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(1969), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(1971), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(1973), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(1975), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(1977), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(1979), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1981), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(1983), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1985), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1989), 1, + sym__escaped_string, + STATE(1093), 1, + sym__expression, + STATE(1121), 1, sym_object_access, - STATE(35), 1, + STATE(1213), 1, sym__decimal_literal, - STATE(1384), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1953), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1987), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(669), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1161), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1955), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1193), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1208), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102106,76 +101956,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [51600] = 30, + [51576] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1919), 1, + ACTIONS(1949), 1, sym_identifier, - ACTIONS(1921), 1, + ACTIONS(1951), 1, anon_sym_LBRACE, - ACTIONS(1927), 1, + ACTIONS(1957), 1, sym__integer_literal, - ACTIONS(1929), 1, + ACTIONS(1959), 1, anon_sym_LBRACK, - ACTIONS(1931), 1, + ACTIONS(1961), 1, anon_sym_LPAREN, - ACTIONS(1933), 1, + ACTIONS(1963), 1, aux_sym_unary_expression_token1, - ACTIONS(1935), 1, + ACTIONS(1965), 1, aux_sym_unary_expression_token2, - ACTIONS(1937), 1, + ACTIONS(1967), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1939), 1, + ACTIONS(1969), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1941), 1, + ACTIONS(1971), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1943), 1, + ACTIONS(1973), 1, aux_sym_locked_expression_token1, - ACTIONS(1945), 1, + ACTIONS(1975), 1, aux_sym_dataset_expression_token1, - ACTIONS(1947), 1, + ACTIONS(1977), 1, aux_sym_input_expression_token1, - ACTIONS(1949), 1, + ACTIONS(1979), 1, aux_sym_scope_tuning_token1, - ACTIONS(1951), 1, + ACTIONS(1981), 1, aux_sym_if_statement_token1, - ACTIONS(1953), 1, + ACTIONS(1983), 1, aux_sym_can_find_expression_token1, - ACTIONS(1955), 1, + ACTIONS(1985), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1959), 1, + ACTIONS(1989), 1, sym__escaped_string, - STATE(1064), 1, + STATE(1091), 1, sym__expression, - STATE(1120), 1, + STATE(1121), 1, sym_object_access, - STATE(1186), 1, + STATE(1213), 1, sym__decimal_literal, - ACTIONS(1923), 2, + ACTIONS(1953), 2, sym_null_expression, sym_date_literal, - ACTIONS(1957), 2, + ACTIONS(1987), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, STATE(670), 2, sym_comment, sym_include, - STATE(1157), 2, + STATE(1161), 2, sym_function_call, sym_new_expression, - ACTIONS(1925), 4, + ACTIONS(1955), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1190), 4, + STATE(1193), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1196), 21, + STATE(1208), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102197,76 +102047,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [51721] = 30, + [51697] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1949), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1951), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1957), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1959), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1961), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1963), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1965), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1967), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1969), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1971), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1973), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1975), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1977), 1, + aux_sym_input_expression_token1, + ACTIONS(1979), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1981), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1983), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1985), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1989), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(1088), 1, + sym__expression, + STATE(1121), 1, sym_object_access, - STATE(35), 1, + STATE(1213), 1, sym__decimal_literal, - STATE(2963), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1953), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1987), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(671), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1161), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1955), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1193), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1208), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102288,76 +102138,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [51842] = 30, + [51818] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(931), 1, + ACTIONS(1949), 1, sym_identifier, - ACTIONS(935), 1, + ACTIONS(1951), 1, anon_sym_LBRACE, - ACTIONS(941), 1, + ACTIONS(1957), 1, sym__integer_literal, - ACTIONS(943), 1, + ACTIONS(1959), 1, anon_sym_LBRACK, - ACTIONS(945), 1, + ACTIONS(1961), 1, anon_sym_LPAREN, - ACTIONS(947), 1, + ACTIONS(1963), 1, aux_sym_unary_expression_token1, - ACTIONS(949), 1, + ACTIONS(1965), 1, aux_sym_unary_expression_token2, - ACTIONS(951), 1, + ACTIONS(1967), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(953), 1, + ACTIONS(1969), 1, aux_sym_temp_table_expression_token1, - ACTIONS(955), 1, + ACTIONS(1971), 1, aux_sym_current_changed_expression_token1, - ACTIONS(957), 1, + ACTIONS(1973), 1, aux_sym_locked_expression_token1, - ACTIONS(959), 1, + ACTIONS(1975), 1, aux_sym_dataset_expression_token1, - ACTIONS(961), 1, + ACTIONS(1977), 1, aux_sym_input_expression_token1, - ACTIONS(963), 1, + ACTIONS(1979), 1, aux_sym_scope_tuning_token1, - ACTIONS(965), 1, + ACTIONS(1981), 1, aux_sym_if_statement_token1, - ACTIONS(967), 1, + ACTIONS(1983), 1, aux_sym_can_find_expression_token1, - ACTIONS(969), 1, + ACTIONS(1985), 1, aux_sym_accumulate_expression_token1, - ACTIONS(973), 1, + ACTIONS(1989), 1, sym__escaped_string, - STATE(201), 1, + STATE(1087), 1, sym__expression, - STATE(246), 1, + STATE(1121), 1, sym_object_access, - STATE(287), 1, + STATE(1213), 1, sym__decimal_literal, - ACTIONS(937), 2, + ACTIONS(1953), 2, sym_null_expression, sym_date_literal, - ACTIONS(971), 2, + ACTIONS(1987), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(236), 2, - sym_function_call, - sym_new_expression, STATE(672), 2, sym_comment, sym_include, - ACTIONS(939), 4, + STATE(1161), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1955), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(288), 4, + STATE(1193), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(283), 21, + STATE(1208), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102379,76 +102229,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [51963] = 30, + [51939] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(931), 1, + ACTIONS(1949), 1, sym_identifier, - ACTIONS(935), 1, + ACTIONS(1951), 1, anon_sym_LBRACE, - ACTIONS(941), 1, + ACTIONS(1957), 1, sym__integer_literal, - ACTIONS(943), 1, + ACTIONS(1959), 1, anon_sym_LBRACK, - ACTIONS(945), 1, + ACTIONS(1961), 1, anon_sym_LPAREN, - ACTIONS(947), 1, + ACTIONS(1963), 1, aux_sym_unary_expression_token1, - ACTIONS(949), 1, + ACTIONS(1965), 1, aux_sym_unary_expression_token2, - ACTIONS(951), 1, + ACTIONS(1967), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(953), 1, + ACTIONS(1969), 1, aux_sym_temp_table_expression_token1, - ACTIONS(955), 1, + ACTIONS(1971), 1, aux_sym_current_changed_expression_token1, - ACTIONS(957), 1, + ACTIONS(1973), 1, aux_sym_locked_expression_token1, - ACTIONS(959), 1, + ACTIONS(1975), 1, aux_sym_dataset_expression_token1, - ACTIONS(961), 1, + ACTIONS(1977), 1, aux_sym_input_expression_token1, - ACTIONS(963), 1, + ACTIONS(1979), 1, aux_sym_scope_tuning_token1, - ACTIONS(965), 1, + ACTIONS(1981), 1, aux_sym_if_statement_token1, - ACTIONS(967), 1, + ACTIONS(1983), 1, aux_sym_can_find_expression_token1, - ACTIONS(969), 1, + ACTIONS(1985), 1, aux_sym_accumulate_expression_token1, - ACTIONS(973), 1, + ACTIONS(1989), 1, sym__escaped_string, - STATE(202), 1, + STATE(1086), 1, sym__expression, - STATE(246), 1, + STATE(1121), 1, sym_object_access, - STATE(287), 1, + STATE(1213), 1, sym__decimal_literal, - ACTIONS(937), 2, + ACTIONS(1953), 2, sym_null_expression, sym_date_literal, - ACTIONS(971), 2, + ACTIONS(1987), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(236), 2, - sym_function_call, - sym_new_expression, STATE(673), 2, sym_comment, sym_include, - ACTIONS(939), 4, + STATE(1161), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1955), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(288), 4, + STATE(1193), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(283), 21, + STATE(1208), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102470,76 +102320,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [52084] = 30, + [52060] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(931), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(935), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(941), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(943), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(945), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(947), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(949), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1991), 1, aux_sym_unary_expression_token2, - ACTIONS(951), 1, + ACTIONS(1993), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(953), 1, + ACTIONS(1995), 1, aux_sym_temp_table_expression_token1, - ACTIONS(955), 1, + ACTIONS(1997), 1, aux_sym_current_changed_expression_token1, - ACTIONS(957), 1, + ACTIONS(1999), 1, aux_sym_locked_expression_token1, - ACTIONS(959), 1, + ACTIONS(2001), 1, aux_sym_dataset_expression_token1, - ACTIONS(961), 1, + ACTIONS(2003), 1, aux_sym_input_expression_token1, - ACTIONS(963), 1, - aux_sym_scope_tuning_token1, - ACTIONS(965), 1, + ACTIONS(2005), 1, aux_sym_if_statement_token1, - ACTIONS(967), 1, - aux_sym_can_find_expression_token1, - ACTIONS(969), 1, + ACTIONS(2007), 1, aux_sym_accumulate_expression_token1, - ACTIONS(973), 1, - sym__escaped_string, - STATE(205), 1, - sym__expression, - STATE(246), 1, + STATE(16), 1, sym_object_access, - STATE(287), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(937), 2, + STATE(2634), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(971), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(236), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(674), 2, sym_comment, sym_include, - ACTIONS(939), 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(288), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(283), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102561,76 +102411,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [52205] = 30, + [52181] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(931), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(935), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(941), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(943), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(945), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(947), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(949), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1991), 1, aux_sym_unary_expression_token2, - ACTIONS(951), 1, + ACTIONS(1993), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(953), 1, + ACTIONS(1995), 1, aux_sym_temp_table_expression_token1, - ACTIONS(955), 1, + ACTIONS(1997), 1, aux_sym_current_changed_expression_token1, - ACTIONS(957), 1, + ACTIONS(1999), 1, aux_sym_locked_expression_token1, - ACTIONS(959), 1, + ACTIONS(2001), 1, aux_sym_dataset_expression_token1, - ACTIONS(961), 1, + ACTIONS(2003), 1, aux_sym_input_expression_token1, - ACTIONS(963), 1, - aux_sym_scope_tuning_token1, - ACTIONS(965), 1, + ACTIONS(2005), 1, aux_sym_if_statement_token1, - ACTIONS(967), 1, - aux_sym_can_find_expression_token1, - ACTIONS(969), 1, + ACTIONS(2007), 1, aux_sym_accumulate_expression_token1, - ACTIONS(973), 1, - sym__escaped_string, - STATE(204), 1, - sym__expression, - STATE(246), 1, + STATE(16), 1, sym_object_access, - STATE(287), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(937), 2, + STATE(2665), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(971), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(236), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(675), 2, sym_comment, sym_include, - ACTIONS(939), 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(288), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(283), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102652,76 +102502,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [52326] = 30, + [52302] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(931), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(935), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(941), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(943), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(945), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(947), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(949), 1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(951), 1, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(953), 1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(955), 1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(957), 1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(959), 1, + ACTIONS(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(961), 1, + ACTIONS(695), 1, aux_sym_input_expression_token1, - ACTIONS(963), 1, + ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(965), 1, + ACTIONS(701), 1, aux_sym_if_statement_token1, - ACTIONS(967), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(969), 1, + ACTIONS(713), 1, aux_sym_accumulate_expression_token1, - ACTIONS(973), 1, + ACTIONS(719), 1, sym__escaped_string, - STATE(203), 1, - sym__expression, - STATE(246), 1, + STATE(16), 1, sym_object_access, - STATE(287), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(937), 2, + STATE(1372), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(971), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(236), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(676), 2, sym_comment, sym_include, - ACTIONS(939), 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(288), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(283), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102743,7 +102593,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [52447] = 30, + [52423] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -102760,43 +102610,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2193), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1991), 1, aux_sym_unary_expression_token2, - ACTIONS(2195), 1, + ACTIONS(1993), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2197), 1, + ACTIONS(1995), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2199), 1, + ACTIONS(1997), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2201), 1, + ACTIONS(1999), 1, aux_sym_locked_expression_token1, - ACTIONS(2203), 1, + ACTIONS(2001), 1, aux_sym_dataset_expression_token1, - ACTIONS(2205), 1, + ACTIONS(2003), 1, aux_sym_input_expression_token1, - ACTIONS(2207), 1, + ACTIONS(2005), 1, aux_sym_if_statement_token1, - ACTIONS(2209), 1, + ACTIONS(2007), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2704), 1, + STATE(2675), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(677), 2, @@ -102807,103 +102657,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(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [52568] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(931), 1, - sym_identifier, - ACTIONS(935), 1, - anon_sym_LBRACE, - ACTIONS(941), 1, - sym__integer_literal, - ACTIONS(943), 1, - anon_sym_LBRACK, - ACTIONS(945), 1, - anon_sym_LPAREN, - ACTIONS(947), 1, - aux_sym_unary_expression_token1, - ACTIONS(949), 1, - aux_sym_unary_expression_token2, - ACTIONS(951), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(953), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(955), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(957), 1, - aux_sym_locked_expression_token1, - ACTIONS(959), 1, - aux_sym_dataset_expression_token1, - ACTIONS(961), 1, - aux_sym_input_expression_token1, - ACTIONS(963), 1, - aux_sym_scope_tuning_token1, - ACTIONS(965), 1, - aux_sym_if_statement_token1, - ACTIONS(967), 1, - aux_sym_can_find_expression_token1, - ACTIONS(969), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(973), 1, - sym__escaped_string, - STATE(200), 1, - sym__expression, - STATE(246), 1, - sym_object_access, - STATE(287), 1, - sym__decimal_literal, - ACTIONS(937), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(971), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(236), 2, - sym_function_call, - sym_new_expression, - STATE(678), 2, - sym_comment, - sym_include, - ACTIONS(939), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(288), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(283), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -102925,7 +102684,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [52689] = 30, + [52544] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -102942,46 +102701,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1883), 1, + ACTIONS(1991), 1, aux_sym_unary_expression_token2, - ACTIONS(1885), 1, + ACTIONS(1993), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1887), 1, + ACTIONS(1995), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1889), 1, + ACTIONS(1997), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1891), 1, + ACTIONS(1999), 1, aux_sym_locked_expression_token1, - ACTIONS(1893), 1, + ACTIONS(2001), 1, aux_sym_dataset_expression_token1, - ACTIONS(1895), 1, + ACTIONS(2003), 1, aux_sym_input_expression_token1, - ACTIONS(1897), 1, + ACTIONS(2005), 1, aux_sym_if_statement_token1, - ACTIONS(1899), 1, + ACTIONS(2007), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1328), 1, + STATE(2676), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(679), 2, + STATE(678), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -102989,12 +102748,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103016,7 +102775,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [52810] = 30, + [52665] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -103033,46 +102792,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1883), 1, + ACTIONS(2131), 1, aux_sym_unary_expression_token2, - ACTIONS(1885), 1, + ACTIONS(2133), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1887), 1, + ACTIONS(2135), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1889), 1, + ACTIONS(2137), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1891), 1, + ACTIONS(2139), 1, aux_sym_locked_expression_token1, - ACTIONS(1893), 1, + ACTIONS(2141), 1, aux_sym_dataset_expression_token1, - ACTIONS(1895), 1, + ACTIONS(2143), 1, aux_sym_input_expression_token1, - ACTIONS(1897), 1, + ACTIONS(2145), 1, aux_sym_if_statement_token1, - ACTIONS(1899), 1, + ACTIONS(2147), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1327), 1, + STATE(2555), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(680), 2, + STATE(679), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -103080,12 +102839,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103107,7 +102866,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [52931] = 30, + [52786] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -103124,46 +102883,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1883), 1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(1885), 1, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1887), 1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1889), 1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1891), 1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(1893), 1, + ACTIONS(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(1895), 1, + ACTIONS(695), 1, aux_sym_input_expression_token1, - ACTIONS(1897), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(701), 1, aux_sym_if_statement_token1, - ACTIONS(1899), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(719), 1, + sym__escaped_string, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1325), 1, + STATE(1354), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(681), 2, + STATE(680), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -103171,12 +102930,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103198,7 +102957,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [53052] = 30, + [52907] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -103215,46 +102974,46 @@ 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(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(695), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(701), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(719), 1, + sym__escaped_string, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1161), 1, + STATE(1355), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(682), 2, + STATE(681), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -103262,12 +103021,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103289,7 +103048,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [53173] = 30, + [53028] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -103306,46 +103065,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1883), 1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(1885), 1, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1887), 1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1889), 1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1891), 1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(1893), 1, + ACTIONS(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(1895), 1, + ACTIONS(695), 1, aux_sym_input_expression_token1, - ACTIONS(1897), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(701), 1, aux_sym_if_statement_token1, - ACTIONS(1899), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(719), 1, + sym__escaped_string, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1324), 1, + STATE(1356), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(683), 2, + STATE(682), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -103353,12 +103112,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103380,7 +103139,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [53294] = 30, + [53149] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -103397,46 +103156,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1883), 1, + ACTIONS(683), 1, aux_sym_unary_expression_token2, - ACTIONS(1885), 1, + ACTIONS(685), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1887), 1, + ACTIONS(687), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1889), 1, + ACTIONS(689), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1891), 1, + ACTIONS(691), 1, aux_sym_locked_expression_token1, - ACTIONS(1893), 1, + ACTIONS(693), 1, aux_sym_dataset_expression_token1, - ACTIONS(1895), 1, + ACTIONS(695), 1, aux_sym_input_expression_token1, - ACTIONS(1897), 1, + ACTIONS(697), 1, + aux_sym_scope_tuning_token1, + ACTIONS(701), 1, aux_sym_if_statement_token1, - ACTIONS(1899), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(713), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(719), 1, + sym__escaped_string, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1322), 1, + STATE(1357), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(684), 2, + STATE(683), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -103444,12 +103203,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103471,7 +103230,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [53415] = 30, + [53270] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -103488,46 +103247,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1883), 1, + ACTIONS(2285), 1, aux_sym_unary_expression_token2, - ACTIONS(1885), 1, + ACTIONS(2287), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1887), 1, + ACTIONS(2289), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1889), 1, + ACTIONS(2291), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1891), 1, + ACTIONS(2293), 1, aux_sym_locked_expression_token1, - ACTIONS(1893), 1, + ACTIONS(2295), 1, aux_sym_dataset_expression_token1, - ACTIONS(1895), 1, + ACTIONS(2297), 1, aux_sym_input_expression_token1, - ACTIONS(1897), 1, + ACTIONS(2299), 1, aux_sym_if_statement_token1, - ACTIONS(1899), 1, + ACTIONS(2301), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1338), 1, + STATE(1250), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(685), 2, + STATE(684), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -103535,12 +103294,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103562,7 +103321,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [53536] = 30, + [53391] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -103579,46 +103338,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1943), 1, + aux_sym_input_expression_token1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2966), 1, + STATE(2927), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(686), 2, + STATE(685), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -103626,12 +103385,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103653,7 +103412,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [53657] = 30, + [53512] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -103670,46 +103429,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2285), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(2287), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(2289), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(2291), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(2293), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(2295), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(2297), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(2299), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(2301), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1219), 1, + STATE(1249), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(687), 2, + STATE(686), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -103717,12 +103476,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103744,76 +103503,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [53778] = 30, + [53633] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1297), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1299), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1305), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1307), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1309), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1313), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2285), 1, aux_sym_unary_expression_token2, - ACTIONS(1315), 1, + ACTIONS(2287), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1317), 1, + ACTIONS(2289), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1319), 1, + ACTIONS(2291), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1321), 1, + ACTIONS(2293), 1, aux_sym_locked_expression_token1, - ACTIONS(1323), 1, + ACTIONS(2295), 1, aux_sym_dataset_expression_token1, - ACTIONS(1325), 1, + ACTIONS(2297), 1, aux_sym_input_expression_token1, - ACTIONS(1327), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1329), 1, + ACTIONS(2299), 1, aux_sym_if_statement_token1, - ACTIONS(1335), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1337), 1, + ACTIONS(2301), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1341), 1, - sym__escaped_string, - STATE(985), 1, - sym__expression, - STATE(1037), 1, + STATE(16), 1, sym_object_access, - STATE(1072), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1301), 2, + STATE(1248), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1339), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(688), 2, - sym_comment, - sym_include, - STATE(1012), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1303), 4, + 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(1095), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1097), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103835,7 +103594,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [53899] = 30, + [53754] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -103852,46 +103611,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2285), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(2287), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(2289), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(2291), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(2293), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(2295), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(2297), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(2299), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(2301), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1330), 1, + STATE(1247), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(689), 2, + STATE(688), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -103899,12 +103658,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -103926,167 +103685,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [54020] = 30, + [53875] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1297), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1299), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1305), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1307), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1309), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1313), 1, - aux_sym_unary_expression_token2, - ACTIONS(1315), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1317), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1319), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1321), 1, - aux_sym_locked_expression_token1, - ACTIONS(1323), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1325), 1, - aux_sym_input_expression_token1, - ACTIONS(1327), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1329), 1, - aux_sym_if_statement_token1, - ACTIONS(1335), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(1337), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(1341), 1, + ACTIONS(719), 1, sym__escaped_string, - STATE(984), 1, - sym__expression, - STATE(1037), 1, - sym_object_access, - STATE(1072), 1, - sym__decimal_literal, - ACTIONS(1301), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1339), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(690), 2, - sym_comment, - sym_include, - STATE(1012), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1303), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1095), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1097), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [54141] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1297), 1, - sym_identifier, - ACTIONS(1299), 1, - anon_sym_LBRACE, - ACTIONS(1305), 1, - sym__integer_literal, - ACTIONS(1307), 1, - anon_sym_LBRACK, - ACTIONS(1309), 1, - anon_sym_LPAREN, - ACTIONS(1311), 1, - aux_sym_unary_expression_token1, - ACTIONS(1313), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1315), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1317), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1319), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1321), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1323), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1325), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1327), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1329), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1335), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1337), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1341), 1, - sym__escaped_string, - STATE(983), 1, - sym__expression, - STATE(1037), 1, + STATE(16), 1, sym_object_access, - STATE(1072), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1301), 2, + STATE(2928), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1339), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(691), 2, - sym_comment, - sym_include, - STATE(1012), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1303), 4, + 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(1095), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1097), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104108,76 +103776,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [54262] = 30, + [53996] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1297), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1299), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1305), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1307), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1309), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1313), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1315), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1317), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1319), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1321), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1323), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1325), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1327), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1329), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1335), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1337), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1341), 1, - sym__escaped_string, - STATE(982), 1, - sym__expression, - STATE(1037), 1, + STATE(16), 1, sym_object_access, - STATE(1072), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1301), 2, + STATE(2929), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1339), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(692), 2, - sym_comment, - sym_include, - STATE(1012), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1303), 4, + 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(1095), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1097), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104199,76 +103867,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [54383] = 30, + [54117] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1297), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1299), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1305), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1307), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1309), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1313), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1315), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1317), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1319), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1321), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1323), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1325), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1327), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1329), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1335), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1337), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1341), 1, - sym__escaped_string, - STATE(993), 1, - sym__expression, - STATE(1037), 1, + STATE(16), 1, sym_object_access, - STATE(1072), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1301), 2, + STATE(2931), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1339), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(693), 2, - sym_comment, - sym_include, - STATE(1012), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1303), 4, + 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(1095), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1097), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104290,7 +103958,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [54504] = 30, + [54238] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -104307,46 +103975,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1218), 1, + STATE(2934), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(694), 2, + STATE(692), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -104354,12 +104022,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104381,76 +104049,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [54625] = 30, + [54359] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1297), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1299), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1305), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1307), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1309), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1313), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1315), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1317), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1319), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1321), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1323), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1325), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1327), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1329), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1335), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1337), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1341), 1, - sym__escaped_string, - STATE(996), 1, - sym__expression, - STATE(1037), 1, + STATE(16), 1, sym_object_access, - STATE(1072), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1301), 2, + STATE(2935), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1339), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(695), 2, - sym_comment, - sym_include, - STATE(1012), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1303), 4, + 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(1095), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1097), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104472,76 +104140,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [54746] = 30, + [54480] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2211), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2213), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2219), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2221), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2223), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2225), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2227), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2285), 1, aux_sym_unary_expression_token2, - ACTIONS(2229), 1, + ACTIONS(2287), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2231), 1, + ACTIONS(2289), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2233), 1, + ACTIONS(2291), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2235), 1, + ACTIONS(2293), 1, aux_sym_locked_expression_token1, - ACTIONS(2237), 1, + ACTIONS(2295), 1, aux_sym_dataset_expression_token1, - ACTIONS(2239), 1, + ACTIONS(2297), 1, aux_sym_input_expression_token1, - ACTIONS(2241), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2243), 1, + ACTIONS(2299), 1, aux_sym_if_statement_token1, - ACTIONS(2245), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2247), 1, + ACTIONS(2301), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2251), 1, - sym__escaped_string, - STATE(2111), 1, - sym__expression, - STATE(2420), 1, + STATE(16), 1, sym_object_access, - STATE(2956), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2215), 2, + STATE(1246), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2249), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(696), 2, - sym_comment, - sym_include, - STATE(2600), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2217), 4, + STATE(694), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2884), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2879), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104563,76 +104231,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [54867] = 30, + [54601] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2211), 1, + ACTIONS(2149), 1, sym_identifier, - ACTIONS(2213), 1, + ACTIONS(2151), 1, anon_sym_LBRACE, - ACTIONS(2219), 1, + ACTIONS(2157), 1, sym__integer_literal, - ACTIONS(2221), 1, + ACTIONS(2159), 1, anon_sym_LBRACK, - ACTIONS(2223), 1, + ACTIONS(2161), 1, anon_sym_LPAREN, - ACTIONS(2225), 1, + ACTIONS(2163), 1, aux_sym_unary_expression_token1, - ACTIONS(2227), 1, + ACTIONS(2165), 1, aux_sym_unary_expression_token2, - ACTIONS(2229), 1, + ACTIONS(2167), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2231), 1, + ACTIONS(2169), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2233), 1, + ACTIONS(2171), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2235), 1, + ACTIONS(2173), 1, aux_sym_locked_expression_token1, - ACTIONS(2237), 1, + ACTIONS(2175), 1, aux_sym_dataset_expression_token1, - ACTIONS(2239), 1, + ACTIONS(2177), 1, aux_sym_input_expression_token1, - ACTIONS(2241), 1, + ACTIONS(2179), 1, aux_sym_scope_tuning_token1, - ACTIONS(2243), 1, + ACTIONS(2181), 1, aux_sym_if_statement_token1, - ACTIONS(2245), 1, + ACTIONS(2183), 1, aux_sym_can_find_expression_token1, - ACTIONS(2247), 1, + ACTIONS(2185), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2251), 1, + ACTIONS(2189), 1, sym__escaped_string, - STATE(2134), 1, + STATE(1742), 1, sym__expression, - STATE(2420), 1, + STATE(2174), 1, sym_object_access, - STATE(2956), 1, + STATE(2952), 1, sym__decimal_literal, - ACTIONS(2215), 2, + ACTIONS(2153), 2, sym_null_expression, sym_date_literal, - ACTIONS(2249), 2, + ACTIONS(2187), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(697), 2, + STATE(695), 2, sym_comment, sym_include, - STATE(2600), 2, + STATE(2579), 2, sym_function_call, sym_new_expression, - ACTIONS(2217), 4, + ACTIONS(2155), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2884), 4, + STATE(2953), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2879), 21, + STATE(2947), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104654,76 +104322,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [54988] = 30, + [54722] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2211), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2213), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2219), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2221), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2223), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2225), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2227), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2285), 1, aux_sym_unary_expression_token2, - ACTIONS(2229), 1, + ACTIONS(2287), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2231), 1, + ACTIONS(2289), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2233), 1, + ACTIONS(2291), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2235), 1, + ACTIONS(2293), 1, aux_sym_locked_expression_token1, - ACTIONS(2237), 1, + ACTIONS(2295), 1, aux_sym_dataset_expression_token1, - ACTIONS(2239), 1, + ACTIONS(2297), 1, aux_sym_input_expression_token1, - ACTIONS(2241), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2243), 1, + ACTIONS(2299), 1, aux_sym_if_statement_token1, - ACTIONS(2245), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2247), 1, + ACTIONS(2301), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2251), 1, - sym__escaped_string, - STATE(2136), 1, - sym__expression, - STATE(2420), 1, + STATE(16), 1, sym_object_access, - STATE(2956), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2215), 2, + STATE(1245), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2249), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(698), 2, - sym_comment, - sym_include, - STATE(2600), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2217), 4, + STATE(696), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2884), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2879), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104745,23 +104413,29 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [55109] = 30, + [54843] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2211), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2213), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2219), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2221), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2223), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2225), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, ACTIONS(2227), 1, aux_sym_unary_expression_token2, ACTIONS(2229), 1, @@ -104777,44 +104451,38 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2239), 1, aux_sym_input_expression_token1, ACTIONS(2241), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2243), 1, aux_sym_if_statement_token1, - ACTIONS(2245), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2247), 1, + ACTIONS(2243), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2251), 1, - sym__escaped_string, - STATE(2146), 1, - sym__expression, - STATE(2420), 1, + STATE(16), 1, sym_object_access, - STATE(2956), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2215), 2, + STATE(1281), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2249), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(699), 2, - sym_comment, - sym_include, - STATE(2600), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2217), 4, + STATE(697), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2884), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2879), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104836,76 +104504,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [55230] = 30, + [54964] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2211), 1, + ACTIONS(2149), 1, sym_identifier, - ACTIONS(2213), 1, + ACTIONS(2151), 1, anon_sym_LBRACE, - ACTIONS(2219), 1, + ACTIONS(2157), 1, sym__integer_literal, - ACTIONS(2221), 1, + ACTIONS(2159), 1, anon_sym_LBRACK, - ACTIONS(2223), 1, + ACTIONS(2161), 1, anon_sym_LPAREN, - ACTIONS(2225), 1, + ACTIONS(2163), 1, aux_sym_unary_expression_token1, - ACTIONS(2227), 1, + ACTIONS(2165), 1, aux_sym_unary_expression_token2, - ACTIONS(2229), 1, + ACTIONS(2167), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2231), 1, + ACTIONS(2169), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2233), 1, + ACTIONS(2171), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2235), 1, + ACTIONS(2173), 1, aux_sym_locked_expression_token1, - ACTIONS(2237), 1, + ACTIONS(2175), 1, aux_sym_dataset_expression_token1, - ACTIONS(2239), 1, + ACTIONS(2177), 1, aux_sym_input_expression_token1, - ACTIONS(2241), 1, + ACTIONS(2179), 1, aux_sym_scope_tuning_token1, - ACTIONS(2243), 1, + ACTIONS(2181), 1, aux_sym_if_statement_token1, - ACTIONS(2245), 1, + ACTIONS(2183), 1, aux_sym_can_find_expression_token1, - ACTIONS(2247), 1, + ACTIONS(2185), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2251), 1, + ACTIONS(2189), 1, sym__escaped_string, - STATE(2147), 1, + STATE(1833), 1, sym__expression, - STATE(2420), 1, + STATE(2174), 1, sym_object_access, - STATE(2956), 1, + STATE(2952), 1, sym__decimal_literal, - ACTIONS(2215), 2, + ACTIONS(2153), 2, sym_null_expression, sym_date_literal, - ACTIONS(2249), 2, + ACTIONS(2187), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(700), 2, + STATE(698), 2, sym_comment, sym_include, - STATE(2600), 2, + STATE(2579), 2, sym_function_call, sym_new_expression, - ACTIONS(2217), 4, + ACTIONS(2155), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2884), 4, + STATE(2953), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2879), 21, + STATE(2947), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -104927,76 +104595,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [55351] = 30, + [55085] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2149), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2151), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2157), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2159), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2161), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2163), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(2165), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(2167), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(2169), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(2171), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(2173), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(2175), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(2177), 1, + aux_sym_input_expression_token1, + ACTIONS(2179), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(2181), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(2183), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(2185), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(2189), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(1834), 1, + sym__expression, + STATE(2174), 1, sym_object_access, - STATE(35), 1, + STATE(2952), 1, sym__decimal_literal, - STATE(2992), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2153), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2187), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(701), 2, + STATE(699), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2579), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2155), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2953), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2947), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105018,76 +104686,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [55472] = 30, + [55206] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2211), 1, + ACTIONS(2149), 1, sym_identifier, - ACTIONS(2213), 1, + ACTIONS(2151), 1, anon_sym_LBRACE, - ACTIONS(2219), 1, + ACTIONS(2157), 1, sym__integer_literal, - ACTIONS(2221), 1, + ACTIONS(2159), 1, anon_sym_LBRACK, - ACTIONS(2223), 1, + ACTIONS(2161), 1, anon_sym_LPAREN, - ACTIONS(2225), 1, + ACTIONS(2163), 1, aux_sym_unary_expression_token1, - ACTIONS(2227), 1, + ACTIONS(2165), 1, aux_sym_unary_expression_token2, - ACTIONS(2229), 1, + ACTIONS(2167), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2231), 1, + ACTIONS(2169), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2233), 1, + ACTIONS(2171), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2235), 1, + ACTIONS(2173), 1, aux_sym_locked_expression_token1, - ACTIONS(2237), 1, + ACTIONS(2175), 1, aux_sym_dataset_expression_token1, - ACTIONS(2239), 1, + ACTIONS(2177), 1, aux_sym_input_expression_token1, - ACTIONS(2241), 1, + ACTIONS(2179), 1, aux_sym_scope_tuning_token1, - ACTIONS(2243), 1, + ACTIONS(2181), 1, aux_sym_if_statement_token1, - ACTIONS(2245), 1, + ACTIONS(2183), 1, aux_sym_can_find_expression_token1, - ACTIONS(2247), 1, + ACTIONS(2185), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2251), 1, + ACTIONS(2189), 1, sym__escaped_string, - STATE(2176), 1, + STATE(1835), 1, sym__expression, - STATE(2420), 1, + STATE(2174), 1, sym_object_access, - STATE(2956), 1, + STATE(2952), 1, sym__decimal_literal, - ACTIONS(2215), 2, + ACTIONS(2153), 2, sym_null_expression, sym_date_literal, - ACTIONS(2249), 2, + ACTIONS(2187), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(702), 2, + STATE(700), 2, sym_comment, sym_include, - STATE(2600), 2, + STATE(2579), 2, sym_function_call, sym_new_expression, - ACTIONS(2217), 4, + ACTIONS(2155), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2884), 4, + STATE(2953), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2879), 21, + STATE(2947), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105109,76 +104777,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [55593] = 30, + [55327] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2151), 1, + ACTIONS(2149), 1, sym_identifier, - ACTIONS(2153), 1, + ACTIONS(2151), 1, anon_sym_LBRACE, - ACTIONS(2159), 1, + ACTIONS(2157), 1, sym__integer_literal, - ACTIONS(2161), 1, + ACTIONS(2159), 1, anon_sym_LBRACK, - ACTIONS(2163), 1, + ACTIONS(2161), 1, anon_sym_LPAREN, - ACTIONS(2165), 1, + ACTIONS(2163), 1, aux_sym_unary_expression_token1, - ACTIONS(2167), 1, + ACTIONS(2165), 1, aux_sym_unary_expression_token2, - ACTIONS(2169), 1, + ACTIONS(2167), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2171), 1, + ACTIONS(2169), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2173), 1, + ACTIONS(2171), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2175), 1, + ACTIONS(2173), 1, aux_sym_locked_expression_token1, - ACTIONS(2177), 1, + ACTIONS(2175), 1, aux_sym_dataset_expression_token1, - ACTIONS(2179), 1, + ACTIONS(2177), 1, aux_sym_input_expression_token1, - ACTIONS(2181), 1, + ACTIONS(2179), 1, aux_sym_scope_tuning_token1, - ACTIONS(2183), 1, + ACTIONS(2181), 1, aux_sym_if_statement_token1, - ACTIONS(2185), 1, + ACTIONS(2183), 1, aux_sym_can_find_expression_token1, - ACTIONS(2187), 1, + ACTIONS(2185), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2191), 1, + ACTIONS(2189), 1, sym__escaped_string, - STATE(2466), 1, + STATE(1836), 1, sym__expression, - STATE(2564), 1, + STATE(2174), 1, sym_object_access, - STATE(3037), 1, + STATE(2952), 1, sym__decimal_literal, - ACTIONS(2155), 2, + ACTIONS(2153), 2, sym_null_expression, sym_date_literal, - ACTIONS(2189), 2, + ACTIONS(2187), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(703), 2, + STATE(701), 2, sym_comment, sym_include, - STATE(2659), 2, + STATE(2579), 2, sym_function_call, sym_new_expression, - ACTIONS(2157), 4, + ACTIONS(2155), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3127), 4, + STATE(2953), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3126), 21, + STATE(2947), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105200,76 +104868,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [55714] = 30, + [55448] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2151), 1, + ACTIONS(2149), 1, sym_identifier, - ACTIONS(2153), 1, + ACTIONS(2151), 1, anon_sym_LBRACE, - ACTIONS(2159), 1, + ACTIONS(2157), 1, sym__integer_literal, - ACTIONS(2161), 1, + ACTIONS(2159), 1, anon_sym_LBRACK, - ACTIONS(2163), 1, + ACTIONS(2161), 1, anon_sym_LPAREN, - ACTIONS(2165), 1, + ACTIONS(2163), 1, aux_sym_unary_expression_token1, - ACTIONS(2167), 1, + ACTIONS(2165), 1, aux_sym_unary_expression_token2, - ACTIONS(2169), 1, + ACTIONS(2167), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2171), 1, + ACTIONS(2169), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2173), 1, + ACTIONS(2171), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2175), 1, + ACTIONS(2173), 1, aux_sym_locked_expression_token1, - ACTIONS(2177), 1, + ACTIONS(2175), 1, aux_sym_dataset_expression_token1, - ACTIONS(2179), 1, + ACTIONS(2177), 1, aux_sym_input_expression_token1, - ACTIONS(2181), 1, + ACTIONS(2179), 1, aux_sym_scope_tuning_token1, - ACTIONS(2183), 1, + ACTIONS(2181), 1, aux_sym_if_statement_token1, - ACTIONS(2185), 1, + ACTIONS(2183), 1, aux_sym_can_find_expression_token1, - ACTIONS(2187), 1, + ACTIONS(2185), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2191), 1, + ACTIONS(2189), 1, sym__escaped_string, - STATE(2467), 1, + STATE(1837), 1, sym__expression, - STATE(2564), 1, + STATE(2174), 1, sym_object_access, - STATE(3037), 1, + STATE(2952), 1, sym__decimal_literal, - ACTIONS(2155), 2, + ACTIONS(2153), 2, sym_null_expression, sym_date_literal, - ACTIONS(2189), 2, + ACTIONS(2187), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(704), 2, + STATE(702), 2, sym_comment, sym_include, - STATE(2659), 2, + STATE(2579), 2, sym_function_call, sym_new_expression, - ACTIONS(2157), 4, + ACTIONS(2155), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3127), 4, + STATE(2953), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3126), 21, + STATE(2947), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105291,76 +104959,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [55835] = 30, + [55569] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2151), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2153), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2159), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2161), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2163), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2165), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2167), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2227), 1, aux_sym_unary_expression_token2, - ACTIONS(2169), 1, + ACTIONS(2229), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2171), 1, + ACTIONS(2231), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2173), 1, + ACTIONS(2233), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2175), 1, + ACTIONS(2235), 1, aux_sym_locked_expression_token1, - ACTIONS(2177), 1, + ACTIONS(2237), 1, aux_sym_dataset_expression_token1, - ACTIONS(2179), 1, + ACTIONS(2239), 1, aux_sym_input_expression_token1, - ACTIONS(2181), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2183), 1, + ACTIONS(2241), 1, aux_sym_if_statement_token1, - ACTIONS(2185), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2187), 1, + ACTIONS(2243), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2191), 1, - sym__escaped_string, - STATE(2468), 1, - sym__expression, - STATE(2564), 1, + STATE(16), 1, sym_object_access, - STATE(3037), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2155), 2, + STATE(1262), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2189), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(705), 2, - sym_comment, - sym_include, - STATE(2659), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2157), 4, + STATE(703), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3127), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3126), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105382,76 +105050,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [55956] = 30, + [55690] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2151), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2153), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2159), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2161), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2163), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2165), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2167), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2227), 1, aux_sym_unary_expression_token2, - ACTIONS(2169), 1, + ACTIONS(2229), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2171), 1, + ACTIONS(2231), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2173), 1, + ACTIONS(2233), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2175), 1, + ACTIONS(2235), 1, aux_sym_locked_expression_token1, - ACTIONS(2177), 1, + ACTIONS(2237), 1, aux_sym_dataset_expression_token1, - ACTIONS(2179), 1, + ACTIONS(2239), 1, aux_sym_input_expression_token1, - ACTIONS(2181), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2183), 1, + ACTIONS(2241), 1, aux_sym_if_statement_token1, - ACTIONS(2185), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2187), 1, + ACTIONS(2243), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2191), 1, - sym__escaped_string, - STATE(2470), 1, - sym__expression, - STATE(2564), 1, + STATE(16), 1, sym_object_access, - STATE(3037), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2155), 2, + STATE(1261), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2189), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(706), 2, - sym_comment, - sym_include, - STATE(2659), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2157), 4, + STATE(704), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3127), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3126), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105473,76 +105141,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [56077] = 30, + [55811] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2151), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2153), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2159), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2161), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2163), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2165), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2167), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2227), 1, aux_sym_unary_expression_token2, - ACTIONS(2169), 1, + ACTIONS(2229), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2171), 1, + ACTIONS(2231), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2173), 1, + ACTIONS(2233), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2175), 1, + ACTIONS(2235), 1, aux_sym_locked_expression_token1, - ACTIONS(2177), 1, + ACTIONS(2237), 1, aux_sym_dataset_expression_token1, - ACTIONS(2179), 1, + ACTIONS(2239), 1, aux_sym_input_expression_token1, - ACTIONS(2181), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2183), 1, + ACTIONS(2241), 1, aux_sym_if_statement_token1, - ACTIONS(2185), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2187), 1, + ACTIONS(2243), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2191), 1, - sym__escaped_string, - STATE(2489), 1, - sym__expression, - STATE(2564), 1, + STATE(16), 1, sym_object_access, - STATE(3037), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2155), 2, + STATE(1260), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2189), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(707), 2, - sym_comment, - sym_include, - STATE(2659), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2157), 4, + STATE(705), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3127), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3126), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105564,76 +105232,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [56198] = 30, + [55932] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2151), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2153), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2159), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2161), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2163), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2165), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2167), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2245), 1, aux_sym_unary_expression_token2, - ACTIONS(2169), 1, + ACTIONS(2247), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2171), 1, + ACTIONS(2249), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2173), 1, + ACTIONS(2251), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2175), 1, + ACTIONS(2253), 1, aux_sym_locked_expression_token1, - ACTIONS(2177), 1, + ACTIONS(2255), 1, aux_sym_dataset_expression_token1, - ACTIONS(2179), 1, + ACTIONS(2257), 1, aux_sym_input_expression_token1, - ACTIONS(2181), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2183), 1, + ACTIONS(2259), 1, aux_sym_if_statement_token1, - ACTIONS(2185), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2187), 1, + ACTIONS(2261), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2191), 1, - sym__escaped_string, - STATE(2493), 1, - sym__expression, - STATE(2564), 1, + STATE(16), 1, sym_object_access, - STATE(3037), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2155), 2, + STATE(1436), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2189), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(708), 2, - sym_comment, - sym_include, - STATE(2659), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2157), 4, + STATE(706), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3127), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3126), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105655,7 +105323,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [56319] = 30, + [56053] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -105672,46 +105340,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1989), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2227), 1, aux_sym_unary_expression_token2, - ACTIONS(1991), 1, + ACTIONS(2229), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1993), 1, + ACTIONS(2231), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1995), 1, + ACTIONS(2233), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1997), 1, + ACTIONS(2235), 1, aux_sym_locked_expression_token1, - ACTIONS(1999), 1, + ACTIONS(2237), 1, aux_sym_dataset_expression_token1, - ACTIONS(2001), 1, + ACTIONS(2239), 1, aux_sym_input_expression_token1, - ACTIONS(2003), 1, + ACTIONS(2241), 1, aux_sym_if_statement_token1, - ACTIONS(2005), 1, + ACTIONS(2243), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1367), 1, + STATE(1259), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(709), 2, + STATE(707), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -105719,12 +105387,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105746,7 +105414,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [56440] = 30, + [56174] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -105765,44 +105433,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unary_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1989), 1, + ACTIONS(1661), 1, aux_sym_unary_expression_token2, - ACTIONS(1991), 1, + ACTIONS(1663), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1993), 1, + ACTIONS(1665), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1995), 1, + ACTIONS(1667), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1997), 1, + ACTIONS(1669), 1, aux_sym_locked_expression_token1, - ACTIONS(1999), 1, + ACTIONS(1671), 1, aux_sym_dataset_expression_token1, - ACTIONS(2001), 1, + ACTIONS(1673), 1, aux_sym_input_expression_token1, - ACTIONS(2003), 1, + ACTIONS(1675), 1, aux_sym_if_statement_token1, - ACTIONS(2005), 1, + ACTIONS(1677), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1366), 1, + STATE(1469), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(710), 2, + STATE(708), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -105810,12 +105478,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105837,7 +105505,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [56561] = 30, + [56295] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -105854,46 +105522,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1989), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1991), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1993), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1995), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1997), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1999), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(2001), 1, - aux_sym_input_expression_token1, - ACTIONS(2003), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(2005), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1365), 1, + STATE(1554), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(711), 2, + STATE(709), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -105901,12 +105569,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -105928,7 +105596,98 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [56682] = 30, + [56416] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2227), 1, + aux_sym_unary_expression_token2, + ACTIONS(2229), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2231), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2233), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2235), 1, + aux_sym_locked_expression_token1, + ACTIONS(2237), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2239), 1, + aux_sym_input_expression_token1, + ACTIONS(2241), 1, + aux_sym_if_statement_token1, + ACTIONS(2243), 1, + aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(1258), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(13), 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(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [56537] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -105947,44 +105706,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unary_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1989), 1, + ACTIONS(1661), 1, aux_sym_unary_expression_token2, - ACTIONS(1991), 1, + ACTIONS(1663), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1993), 1, + ACTIONS(1665), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1995), 1, + ACTIONS(1667), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1997), 1, + ACTIONS(1669), 1, aux_sym_locked_expression_token1, - ACTIONS(1999), 1, + ACTIONS(1671), 1, aux_sym_dataset_expression_token1, - ACTIONS(2001), 1, + ACTIONS(1673), 1, aux_sym_input_expression_token1, - ACTIONS(2003), 1, + ACTIONS(1675), 1, aux_sym_if_statement_token1, - ACTIONS(2005), 1, + ACTIONS(1677), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1364), 1, + STATE(1467), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(712), 2, + STATE(711), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -105992,12 +105751,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106019,7 +105778,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [56803] = 30, + [56658] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -106038,44 +105797,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unary_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2091), 1, + ACTIONS(1661), 1, aux_sym_unary_expression_token2, - ACTIONS(2093), 1, + ACTIONS(1663), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2095), 1, + ACTIONS(1665), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2097), 1, + ACTIONS(1667), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2099), 1, + ACTIONS(1669), 1, aux_sym_locked_expression_token1, - ACTIONS(2101), 1, + ACTIONS(1671), 1, aux_sym_dataset_expression_token1, - ACTIONS(2103), 1, + ACTIONS(1673), 1, aux_sym_input_expression_token1, - ACTIONS(2105), 1, + ACTIONS(1675), 1, aux_sym_if_statement_token1, - ACTIONS(2107), 1, + ACTIONS(1677), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1451), 1, + STATE(1463), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(713), 2, + STATE(712), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -106083,12 +105842,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106110,7 +105869,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [56924] = 30, + [56779] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -106129,44 +105888,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unary_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1989), 1, + ACTIONS(1661), 1, aux_sym_unary_expression_token2, - ACTIONS(1991), 1, + ACTIONS(1663), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1993), 1, + ACTIONS(1665), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1995), 1, + ACTIONS(1667), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1997), 1, + ACTIONS(1669), 1, aux_sym_locked_expression_token1, - ACTIONS(1999), 1, + ACTIONS(1671), 1, aux_sym_dataset_expression_token1, - ACTIONS(2001), 1, + ACTIONS(1673), 1, aux_sym_input_expression_token1, - ACTIONS(2003), 1, + ACTIONS(1675), 1, aux_sym_if_statement_token1, - ACTIONS(2005), 1, + ACTIONS(1677), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1363), 1, + STATE(1462), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(714), 2, + STATE(713), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -106174,12 +105933,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106201,7 +105960,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [57045] = 30, + [56900] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -106220,44 +105979,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unary_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1989), 1, + ACTIONS(1661), 1, aux_sym_unary_expression_token2, - ACTIONS(1991), 1, + ACTIONS(1663), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1993), 1, + ACTIONS(1665), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1995), 1, + ACTIONS(1667), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1997), 1, + ACTIONS(1669), 1, aux_sym_locked_expression_token1, - ACTIONS(1999), 1, + ACTIONS(1671), 1, aux_sym_dataset_expression_token1, - ACTIONS(2001), 1, + ACTIONS(1673), 1, aux_sym_input_expression_token1, - ACTIONS(2003), 1, + ACTIONS(1675), 1, aux_sym_if_statement_token1, - ACTIONS(2005), 1, + ACTIONS(1677), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1362), 1, + STATE(1459), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(715), 2, + STATE(714), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -106265,12 +106024,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106292,76 +106051,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [57166] = 30, + [57021] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(865), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(867), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(875), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(877), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(879), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(883), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(885), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(887), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(889), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(891), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(893), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(895), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(897), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(899), 1, - aux_sym_scope_tuning_token1, - ACTIONS(901), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(903), 1, - aux_sym_can_find_expression_token1, - ACTIONS(905), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - ACTIONS(909), 1, - sym__escaped_string, - STATE(238), 1, - sym__expression, - STATE(479), 1, + STATE(16), 1, sym_object_access, - STATE(974), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(871), 2, + STATE(1349), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(907), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(275), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(716), 2, + STATE(715), 2, sym_comment, sym_include, - ACTIONS(873), 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(969), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(971), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106383,7 +106142,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [57287] = 30, + [57142] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -106402,44 +106161,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unary_expression_token1, ACTIONS(697), 1, aux_sym_scope_tuning_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(1661), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(1663), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(1665), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(1667), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(1669), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(1671), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(1673), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(1675), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(1677), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1166), 1, + STATE(1458), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(717), 2, + STATE(716), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -106447,12 +106206,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106474,76 +106233,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [57408] = 30, + [57263] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(865), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(867), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(875), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(877), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(879), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(883), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(885), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(887), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(889), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(891), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(893), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(895), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(897), 1, - aux_sym_input_expression_token1, - ACTIONS(899), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(901), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(903), 1, - aux_sym_can_find_expression_token1, - ACTIONS(905), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(909), 1, - sym__escaped_string, - STATE(237), 1, - sym__expression, - STATE(479), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(974), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(871), 2, + STATE(2965), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(907), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(275), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(718), 2, + STATE(717), 2, sym_comment, sym_include, - ACTIONS(873), 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(969), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(971), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106565,76 +106324,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [57529] = 30, + [57384] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(865), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(867), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(875), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(877), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(879), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(883), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(885), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(887), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(889), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(891), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(893), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(895), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(897), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(899), 1, - aux_sym_scope_tuning_token1, - ACTIONS(901), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(903), 1, - aux_sym_can_find_expression_token1, - ACTIONS(905), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - ACTIONS(909), 1, - sym__escaped_string, - STATE(235), 1, - sym__expression, - STATE(479), 1, + STATE(16), 1, sym_object_access, - STATE(974), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(871), 2, + STATE(1174), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(907), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(275), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(719), 2, + STATE(718), 2, sym_comment, sym_include, - ACTIONS(873), 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(969), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(971), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106656,76 +106415,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [57650] = 30, + [57505] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(865), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(867), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(875), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(877), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(879), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(883), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(885), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(887), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(889), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(891), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(893), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(895), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(897), 1, - aux_sym_input_expression_token1, - ACTIONS(899), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(901), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(903), 1, - aux_sym_can_find_expression_token1, - ACTIONS(905), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(909), 1, - sym__escaped_string, - STATE(233), 1, - sym__expression, - STATE(479), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(974), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(871), 2, + STATE(2986), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(907), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(275), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(720), 2, + STATE(719), 2, sym_comment, sym_include, - ACTIONS(873), 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(969), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(971), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106747,76 +106506,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [57771] = 30, + [57626] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(865), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(867), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(875), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(877), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(879), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(883), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(885), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(887), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(889), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(891), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(893), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(895), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(897), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(899), 1, - aux_sym_scope_tuning_token1, - ACTIONS(901), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(903), 1, - aux_sym_can_find_expression_token1, - ACTIONS(905), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(909), 1, - sym__escaped_string, - STATE(232), 1, - sym__expression, - STATE(479), 1, + STATE(16), 1, sym_object_access, - STATE(974), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(871), 2, + STATE(2905), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(907), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(275), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(721), 2, + STATE(720), 2, sym_comment, sym_include, - ACTIONS(873), 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(969), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(971), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106838,7 +106597,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [57892] = 30, + [57747] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -106855,46 +106614,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(3011), 1, + STATE(1351), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(722), 2, + STATE(721), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -106902,12 +106661,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -106929,7 +106688,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [58013] = 30, + [57868] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -106946,46 +106705,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1895), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(1897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(1899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(1901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(1903), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(1905), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(1907), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(1909), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(1911), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1335), 1, + STATE(1550), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(723), 2, + STATE(722), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -106993,12 +106752,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107020,7 +106779,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [58134] = 30, + [57989] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -107037,46 +106796,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(3018), 1, + STATE(1176), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(724), 2, + STATE(723), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -107084,12 +106843,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107111,76 +106870,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [58255] = 30, + [58110] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(865), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(867), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(875), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(877), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(879), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(883), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(885), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(887), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(889), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(891), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(893), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(895), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(897), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(899), 1, - aux_sym_scope_tuning_token1, - ACTIONS(901), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(903), 1, - aux_sym_can_find_expression_token1, - ACTIONS(905), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - ACTIONS(909), 1, - sym__escaped_string, - STATE(229), 1, - sym__expression, - STATE(479), 1, + STATE(16), 1, sym_object_access, - STATE(974), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(871), 2, + STATE(1423), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(907), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(275), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(725), 2, + STATE(724), 2, sym_comment, sym_include, - ACTIONS(873), 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(969), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(971), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107202,7 +106961,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [58376] = 30, + [58231] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -107219,46 +106978,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2091), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(2093), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2095), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2097), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2099), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(2101), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(2103), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(2105), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(2107), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1422), 1, + STATE(1350), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(726), 2, + STATE(725), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -107266,12 +107025,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107293,7 +107052,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [58497] = 30, + [58352] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -107310,46 +107069,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2091), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(2093), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2095), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2097), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2099), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(2101), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(2103), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(2105), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(2107), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1428), 1, + STATE(2809), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(727), 2, + STATE(726), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -107357,12 +107116,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107384,7 +107143,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [58618] = 30, + [58473] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -107401,43 +107160,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(3010), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(727), 2, + sym_comment, + sym_include, + 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(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [58594] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1470), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, + aux_sym_unary_expression_token2, + ACTIONS(1861), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1863), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1865), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1867), 1, + aux_sym_locked_expression_token1, + ACTIONS(1869), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - STATE(13), 1, + ACTIONS(1873), 1, + aux_sym_if_statement_token1, + ACTIONS(1875), 1, + aux_sym_accumulate_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2979), 1, + STATE(1180), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(728), 2, @@ -107448,12 +107298,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107475,7 +107325,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [58739] = 30, + [58715] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -107492,43 +107342,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2091), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(2093), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2095), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2097), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2099), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(2101), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(2103), 1, - aux_sym_input_expression_token1, - ACTIONS(2105), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(2107), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1429), 1, + STATE(2992), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(729), 2, @@ -107539,12 +107389,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107566,7 +107416,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [58860] = 30, + [58836] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -107583,43 +107433,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2193), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1895), 1, aux_sym_unary_expression_token2, - ACTIONS(2195), 1, + ACTIONS(1897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2197), 1, + ACTIONS(1899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2199), 1, + ACTIONS(1901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2201), 1, + ACTIONS(1903), 1, aux_sym_locked_expression_token1, - ACTIONS(2203), 1, + ACTIONS(1905), 1, aux_sym_dataset_expression_token1, - ACTIONS(2205), 1, + ACTIONS(1907), 1, aux_sym_input_expression_token1, - ACTIONS(2207), 1, + ACTIONS(1909), 1, aux_sym_if_statement_token1, - ACTIONS(2209), 1, + ACTIONS(1911), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2529), 1, + STATE(1549), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(730), 2, @@ -107630,12 +107480,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107657,7 +107507,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [58981] = 30, + [58957] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -107674,43 +107524,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2091), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1895), 1, aux_sym_unary_expression_token2, - ACTIONS(2093), 1, + ACTIONS(1897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2095), 1, + ACTIONS(1899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2097), 1, + ACTIONS(1901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2099), 1, + ACTIONS(1903), 1, aux_sym_locked_expression_token1, - ACTIONS(2101), 1, + ACTIONS(1905), 1, aux_sym_dataset_expression_token1, - ACTIONS(2103), 1, + ACTIONS(1907), 1, aux_sym_input_expression_token1, - ACTIONS(2105), 1, + ACTIONS(1909), 1, aux_sym_if_statement_token1, - ACTIONS(2107), 1, + ACTIONS(1911), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1433), 1, + STATE(1548), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(731), 2, @@ -107721,12 +107571,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107748,7 +107598,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [59102] = 30, + [59078] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -107765,43 +107615,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2091), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1895), 1, aux_sym_unary_expression_token2, - ACTIONS(2093), 1, + ACTIONS(1897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2095), 1, + ACTIONS(1899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2097), 1, + ACTIONS(1901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2099), 1, + ACTIONS(1903), 1, aux_sym_locked_expression_token1, - ACTIONS(2101), 1, + ACTIONS(1905), 1, aux_sym_dataset_expression_token1, - ACTIONS(2103), 1, + ACTIONS(1907), 1, aux_sym_input_expression_token1, - ACTIONS(2105), 1, + ACTIONS(1909), 1, aux_sym_if_statement_token1, - ACTIONS(2107), 1, + ACTIONS(1911), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1427), 1, + STATE(1546), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(732), 2, @@ -107812,12 +107662,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107839,7 +107689,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [59223] = 30, + [59199] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -107856,43 +107706,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2091), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1895), 1, aux_sym_unary_expression_token2, - ACTIONS(2093), 1, + ACTIONS(1897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2095), 1, + ACTIONS(1899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2097), 1, + ACTIONS(1901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2099), 1, + ACTIONS(1903), 1, aux_sym_locked_expression_token1, - ACTIONS(2101), 1, + ACTIONS(1905), 1, aux_sym_dataset_expression_token1, - ACTIONS(2103), 1, + ACTIONS(1907), 1, aux_sym_input_expression_token1, - ACTIONS(2105), 1, + ACTIONS(1909), 1, aux_sym_if_statement_token1, - ACTIONS(2107), 1, + ACTIONS(1911), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1440), 1, + STATE(1545), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(733), 2, @@ -107903,12 +107753,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -107930,7 +107780,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [59344] = 30, + [59320] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -107947,43 +107797,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2253), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1895), 1, aux_sym_unary_expression_token2, - ACTIONS(2255), 1, + ACTIONS(1897), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2257), 1, + ACTIONS(1899), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2259), 1, + ACTIONS(1901), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2261), 1, + ACTIONS(1903), 1, aux_sym_locked_expression_token1, - ACTIONS(2263), 1, + ACTIONS(1905), 1, aux_sym_dataset_expression_token1, - ACTIONS(2265), 1, + ACTIONS(1907), 1, aux_sym_input_expression_token1, - ACTIONS(2267), 1, + ACTIONS(1909), 1, aux_sym_if_statement_token1, - ACTIONS(2269), 1, + ACTIONS(1911), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1206), 1, + STATE(1534), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(734), 2, @@ -107994,12 +107844,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -108021,7 +107871,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [59465] = 30, + [59441] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -108038,43 +107888,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2253), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(2255), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2257), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2259), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2261), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(2263), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(2265), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(2267), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(2269), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1214), 1, + STATE(2958), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(735), 2, @@ -108085,12 +107935,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -108112,76 +107962,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [59586] = 30, + [59562] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1559), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1561), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1567), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1569), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1571), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1573), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(2253), 1, + ACTIONS(1575), 1, aux_sym_unary_expression_token2, - ACTIONS(2255), 1, + ACTIONS(1577), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2257), 1, + ACTIONS(1579), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2259), 1, + ACTIONS(1581), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2261), 1, + ACTIONS(1583), 1, aux_sym_locked_expression_token1, - ACTIONS(2263), 1, + ACTIONS(1585), 1, aux_sym_dataset_expression_token1, - ACTIONS(2265), 1, + ACTIONS(1587), 1, aux_sym_input_expression_token1, - ACTIONS(2267), 1, + ACTIONS(1589), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1591), 1, aux_sym_if_statement_token1, - ACTIONS(2269), 1, + ACTIONS(1593), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1595), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1599), 1, + sym__escaped_string, + STATE(1505), 1, + sym__expression, + STATE(1573), 1, sym_object_access, - STATE(35), 1, + STATE(2571), 1, sym__decimal_literal, - STATE(1176), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1563), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1597), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(736), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1883), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1565), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2570), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2591), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -108203,76 +108053,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [59707] = 30, + [59683] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1559), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1561), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1567), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1569), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1571), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1573), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(2253), 1, + ACTIONS(1575), 1, aux_sym_unary_expression_token2, - ACTIONS(2255), 1, + ACTIONS(1577), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2257), 1, + ACTIONS(1579), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2259), 1, + ACTIONS(1581), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2261), 1, + ACTIONS(1583), 1, aux_sym_locked_expression_token1, - ACTIONS(2263), 1, + ACTIONS(1585), 1, aux_sym_dataset_expression_token1, - ACTIONS(2265), 1, + ACTIONS(1587), 1, aux_sym_input_expression_token1, - ACTIONS(2267), 1, + ACTIONS(1589), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1591), 1, aux_sym_if_statement_token1, - ACTIONS(2269), 1, + ACTIONS(1593), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1595), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1599), 1, + sym__escaped_string, + STATE(1504), 1, + sym__expression, + STATE(1573), 1, sym_object_access, - STATE(35), 1, + STATE(2571), 1, sym__decimal_literal, - STATE(1201), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1563), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1597), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(737), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1883), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1565), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2570), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2591), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -108294,76 +108144,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [59828] = 30, + [59804] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1559), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1561), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1567), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1569), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1571), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1573), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(1575), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(1577), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(1579), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(1581), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(1583), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(1585), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(1587), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(1589), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1591), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(1593), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1595), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1599), 1, + sym__escaped_string, + STATE(1503), 1, + sym__expression, + STATE(1573), 1, sym_object_access, - STATE(35), 1, + STATE(2571), 1, sym__decimal_literal, - STATE(1170), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1563), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1597), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(738), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1883), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1565), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2570), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2591), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -108385,76 +108235,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [59949] = 30, + [59925] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1559), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1561), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1567), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1569), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1571), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1573), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1575), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1577), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1579), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1581), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1583), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1585), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1587), 1, + aux_sym_input_expression_token1, + ACTIONS(1589), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1591), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1593), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1595), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1599), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(1502), 1, + sym__expression, + STATE(1573), 1, sym_object_access, - STATE(35), 1, + STATE(2571), 1, sym__decimal_literal, - STATE(2971), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1563), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1597), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(739), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1883), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1565), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2570), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2591), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -108476,76 +108326,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [60070] = 30, + [60046] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1559), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1561), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1567), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1569), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1571), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1573), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(2253), 1, + ACTIONS(1575), 1, aux_sym_unary_expression_token2, - ACTIONS(2255), 1, + ACTIONS(1577), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2257), 1, + ACTIONS(1579), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2259), 1, + ACTIONS(1581), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2261), 1, + ACTIONS(1583), 1, aux_sym_locked_expression_token1, - ACTIONS(2263), 1, + ACTIONS(1585), 1, aux_sym_dataset_expression_token1, - ACTIONS(2265), 1, + ACTIONS(1587), 1, aux_sym_input_expression_token1, - ACTIONS(2267), 1, + ACTIONS(1589), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1591), 1, aux_sym_if_statement_token1, - ACTIONS(2269), 1, + ACTIONS(1593), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1595), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1599), 1, + sym__escaped_string, + STATE(1501), 1, + sym__expression, + STATE(1573), 1, sym_object_access, - STATE(35), 1, + STATE(2571), 1, sym__decimal_literal, - STATE(1200), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1563), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1597), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(740), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1883), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1565), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2570), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2591), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -108567,76 +108417,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [60191] = 30, + [60167] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1559), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1561), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1567), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1569), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1571), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1573), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(1575), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(1577), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(1579), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(1581), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(1583), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(1585), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(1587), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(1589), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1591), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(1593), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1595), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1599), 1, + sym__escaped_string, + STATE(1495), 1, + sym__expression, + STATE(1573), 1, sym_object_access, - STATE(35), 1, + STATE(2571), 1, sym__decimal_literal, - STATE(1319), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1563), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1597), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(741), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1883), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1565), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2570), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2591), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -108658,7 +108508,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [60312] = 30, + [60288] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -108675,43 +108525,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2253), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(2255), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2257), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2259), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2261), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(2263), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(2265), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(2267), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(2269), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1199), 1, + STATE(1337), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(742), 2, @@ -108722,12 +108572,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -108749,7 +108599,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [60433] = 30, + [60409] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -108766,43 +108616,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2193), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(2195), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2197), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2199), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2201), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(2203), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(2205), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(2207), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(2209), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2703), 1, + STATE(1167), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(743), 2, @@ -108813,12 +108663,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -108840,7 +108690,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [60554] = 30, + [60530] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -108857,43 +108707,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2193), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(2195), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2197), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2199), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2201), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(2203), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(2205), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(2207), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(2209), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2701), 1, + STATE(1342), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(744), 2, @@ -108904,12 +108754,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -108931,7 +108781,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [60675] = 30, + [60651] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -108948,43 +108798,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2193), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(2195), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2197), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2199), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2201), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(2203), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(2205), 1, - aux_sym_input_expression_token1, - ACTIONS(2207), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(2209), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2699), 1, + STATE(2814), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(745), 2, @@ -108995,12 +108845,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -109022,7 +108872,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [60796] = 30, + [60772] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -109039,43 +108889,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2193), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(2195), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2197), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2199), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2201), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(2203), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(2205), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(2207), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(2209), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2698), 1, + STATE(1171), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(746), 2, @@ -109086,12 +108936,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -109113,81 +108963,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [60917] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1963), 1, - anon_sym_LPAREN, - ACTIONS(1965), 1, - sym__namedot, - ACTIONS(1967), 1, - sym__namecolon, - ACTIONS(1969), 1, - sym__namedoublecolon, - STATE(1048), 1, - sym_function_arguments, - STATE(1059), 1, - aux_sym_member_access_repeat1, - STATE(1060), 1, - aux_sym_object_access_repeat1, - STATE(1061), 1, - aux_sym_qualified_name_repeat1, - STATE(747), 2, - sym_comment, - sym_include, - ACTIONS(87), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(89), 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_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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [61004] = 30, + [60893] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -109204,46 +108980,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2193), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(2195), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2197), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2199), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2201), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(2203), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(2205), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(2207), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(2209), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2697), 1, + STATE(2766), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(748), 2, + STATE(747), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -109251,12 +109027,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -109278,7 +109054,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [61125] = 30, + [61014] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -109295,46 +109071,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, - aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2901), 1, + STATE(2863), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(749), 2, + STATE(748), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -109342,12 +109118,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -109369,76 +109145,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [61246] = 30, + [61135] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(865), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(867), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(875), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(877), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(879), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(883), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(885), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(887), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(889), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(891), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(893), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(895), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(897), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(899), 1, - aux_sym_scope_tuning_token1, - ACTIONS(901), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(903), 1, - aux_sym_can_find_expression_token1, - ACTIONS(905), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(909), 1, - sym__escaped_string, - STATE(240), 1, - sym__expression, - STATE(479), 1, + STATE(16), 1, sym_object_access, - STATE(974), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(871), 2, + STATE(2889), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(907), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(275), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(750), 2, + STATE(749), 2, sym_comment, sym_include, - ACTIONS(873), 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(969), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(971), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -109460,76 +109236,152 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [61367] = 30, + [61256] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2303), 1, + anon_sym_LBRACK, + ACTIONS(2305), 1, + anon_sym_LPAREN, + ACTIONS(2307), 1, + sym__namedot, + ACTIONS(2309), 1, + sym__namecolon, + ACTIONS(2311), 1, + sym__namedoublecolon, + STATE(1100), 1, + aux_sym_object_access_repeat1, + STATE(1149), 1, + aux_sym_qualified_name_repeat1, + STATE(1151), 1, + sym_function_arguments, + STATE(1154), 1, + aux_sym_member_access_repeat1, + STATE(750), 2, + sym_comment, + sym_include, + ACTIONS(73), 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(67), 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, + [61347] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(865), 1, + ACTIONS(1559), 1, sym_identifier, - ACTIONS(867), 1, + ACTIONS(1561), 1, anon_sym_LBRACE, - ACTIONS(875), 1, + ACTIONS(1567), 1, sym__integer_literal, - ACTIONS(877), 1, + ACTIONS(1569), 1, anon_sym_LBRACK, - ACTIONS(879), 1, + ACTIONS(1571), 1, anon_sym_LPAREN, - ACTIONS(883), 1, + ACTIONS(1573), 1, aux_sym_unary_expression_token1, - ACTIONS(885), 1, + ACTIONS(1575), 1, aux_sym_unary_expression_token2, - ACTIONS(887), 1, + ACTIONS(1577), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(889), 1, + ACTIONS(1579), 1, aux_sym_temp_table_expression_token1, - ACTIONS(891), 1, + ACTIONS(1581), 1, aux_sym_current_changed_expression_token1, - ACTIONS(893), 1, + ACTIONS(1583), 1, aux_sym_locked_expression_token1, - ACTIONS(895), 1, + ACTIONS(1585), 1, aux_sym_dataset_expression_token1, - ACTIONS(897), 1, + ACTIONS(1587), 1, aux_sym_input_expression_token1, - ACTIONS(899), 1, + ACTIONS(1589), 1, aux_sym_scope_tuning_token1, - ACTIONS(901), 1, + ACTIONS(1591), 1, aux_sym_if_statement_token1, - ACTIONS(903), 1, + ACTIONS(1593), 1, aux_sym_can_find_expression_token1, - ACTIONS(905), 1, + ACTIONS(1595), 1, aux_sym_accumulate_expression_token1, - ACTIONS(909), 1, + ACTIONS(1599), 1, sym__escaped_string, - STATE(241), 1, + STATE(1511), 1, sym__expression, - STATE(479), 1, + STATE(1573), 1, sym_object_access, - STATE(974), 1, + STATE(2571), 1, sym__decimal_literal, - ACTIONS(871), 2, + ACTIONS(1563), 2, sym_null_expression, sym_date_literal, - ACTIONS(907), 2, + ACTIONS(1597), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(275), 2, - sym_function_call, - sym_new_expression, STATE(751), 2, sym_comment, sym_include, - ACTIONS(873), 4, + STATE(1883), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1565), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(969), 4, + STATE(2570), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(971), 21, + STATE(2591), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -109551,76 +109403,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [61488] = 30, + [61468] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(865), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(867), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(875), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(877), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(879), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(883), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(885), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(887), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(889), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(891), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(893), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(895), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(897), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(899), 1, - aux_sym_scope_tuning_token1, - ACTIONS(901), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(903), 1, - aux_sym_can_find_expression_token1, - ACTIONS(905), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - ACTIONS(909), 1, - sym__escaped_string, - STATE(227), 1, - sym__expression, - STATE(479), 1, + STATE(16), 1, sym_object_access, - STATE(974), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(871), 2, + STATE(1340), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(907), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(275), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(752), 2, sym_comment, sym_include, - ACTIONS(873), 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(969), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(971), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -109642,76 +109494,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [61609] = 30, + [61589] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(865), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(867), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(875), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(877), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(879), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(883), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(885), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(887), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(889), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(891), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(893), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(895), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(897), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(899), 1, - aux_sym_scope_tuning_token1, - ACTIONS(901), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(903), 1, - aux_sym_can_find_expression_token1, - ACTIONS(905), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - ACTIONS(909), 1, - sym__escaped_string, - STATE(210), 1, - sym__expression, - STATE(479), 1, + STATE(16), 1, sym_object_access, - STATE(974), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(871), 2, + STATE(1177), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(907), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(275), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(753), 2, sym_comment, sym_include, - ACTIONS(873), 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(969), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(971), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -109733,76 +109585,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [61730] = 30, + [61710] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(865), 1, + ACTIONS(1559), 1, sym_identifier, - ACTIONS(867), 1, + ACTIONS(1561), 1, anon_sym_LBRACE, - ACTIONS(875), 1, + ACTIONS(1567), 1, sym__integer_literal, - ACTIONS(877), 1, + ACTIONS(1569), 1, anon_sym_LBRACK, - ACTIONS(879), 1, + ACTIONS(1571), 1, anon_sym_LPAREN, - ACTIONS(883), 1, + ACTIONS(1573), 1, aux_sym_unary_expression_token1, - ACTIONS(885), 1, + ACTIONS(1575), 1, aux_sym_unary_expression_token2, - ACTIONS(887), 1, + ACTIONS(1577), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(889), 1, + ACTIONS(1579), 1, aux_sym_temp_table_expression_token1, - ACTIONS(891), 1, + ACTIONS(1581), 1, aux_sym_current_changed_expression_token1, - ACTIONS(893), 1, + ACTIONS(1583), 1, aux_sym_locked_expression_token1, - ACTIONS(895), 1, + ACTIONS(1585), 1, aux_sym_dataset_expression_token1, - ACTIONS(897), 1, + ACTIONS(1587), 1, aux_sym_input_expression_token1, - ACTIONS(899), 1, + ACTIONS(1589), 1, aux_sym_scope_tuning_token1, - ACTIONS(901), 1, + ACTIONS(1591), 1, aux_sym_if_statement_token1, - ACTIONS(903), 1, + ACTIONS(1593), 1, aux_sym_can_find_expression_token1, - ACTIONS(905), 1, + ACTIONS(1595), 1, aux_sym_accumulate_expression_token1, - ACTIONS(909), 1, + ACTIONS(1599), 1, sym__escaped_string, - STATE(234), 1, + STATE(1498), 1, sym__expression, - STATE(479), 1, + STATE(1573), 1, sym_object_access, - STATE(974), 1, + STATE(2571), 1, sym__decimal_literal, - ACTIONS(871), 2, + ACTIONS(1563), 2, sym_null_expression, sym_date_literal, - ACTIONS(907), 2, + ACTIONS(1597), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(275), 2, - sym_function_call, - sym_new_expression, STATE(754), 2, sym_comment, sym_include, - ACTIONS(873), 4, + STATE(1883), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1565), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(969), 4, + STATE(2570), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(971), 21, + STATE(2591), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -109824,76 +109676,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [61851] = 30, + [61831] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(865), 1, + ACTIONS(1559), 1, sym_identifier, - ACTIONS(867), 1, + ACTIONS(1561), 1, anon_sym_LBRACE, - ACTIONS(875), 1, + ACTIONS(1567), 1, sym__integer_literal, - ACTIONS(877), 1, + ACTIONS(1569), 1, anon_sym_LBRACK, - ACTIONS(879), 1, + ACTIONS(1571), 1, anon_sym_LPAREN, - ACTIONS(883), 1, + ACTIONS(1573), 1, aux_sym_unary_expression_token1, - ACTIONS(885), 1, + ACTIONS(1575), 1, aux_sym_unary_expression_token2, - ACTIONS(887), 1, + ACTIONS(1577), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(889), 1, + ACTIONS(1579), 1, aux_sym_temp_table_expression_token1, - ACTIONS(891), 1, + ACTIONS(1581), 1, aux_sym_current_changed_expression_token1, - ACTIONS(893), 1, + ACTIONS(1583), 1, aux_sym_locked_expression_token1, - ACTIONS(895), 1, + ACTIONS(1585), 1, aux_sym_dataset_expression_token1, - ACTIONS(897), 1, + ACTIONS(1587), 1, aux_sym_input_expression_token1, - ACTIONS(899), 1, + ACTIONS(1589), 1, aux_sym_scope_tuning_token1, - ACTIONS(901), 1, + ACTIONS(1591), 1, aux_sym_if_statement_token1, - ACTIONS(903), 1, + ACTIONS(1593), 1, aux_sym_can_find_expression_token1, - ACTIONS(905), 1, + ACTIONS(1595), 1, aux_sym_accumulate_expression_token1, - ACTIONS(909), 1, + ACTIONS(1599), 1, sym__escaped_string, - STATE(230), 1, + STATE(1500), 1, sym__expression, - STATE(479), 1, + STATE(1573), 1, sym_object_access, - STATE(974), 1, + STATE(2571), 1, sym__decimal_literal, - ACTIONS(871), 2, + ACTIONS(1563), 2, sym_null_expression, sym_date_literal, - ACTIONS(907), 2, + ACTIONS(1597), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(275), 2, - sym_function_call, - sym_new_expression, STATE(755), 2, sym_comment, sym_include, - ACTIONS(873), 4, + STATE(1883), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1565), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(969), 4, + STATE(2570), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(971), 21, + STATE(2591), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -109915,76 +109767,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [61972] = 30, + [61952] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1559), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1561), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1567), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1569), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1571), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1573), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(1575), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(1577), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(1579), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(1581), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(1583), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(1585), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(1587), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(1589), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1591), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(1593), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1595), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1599), 1, + sym__escaped_string, + STATE(1506), 1, + sym__expression, + STATE(1573), 1, sym_object_access, - STATE(35), 1, + STATE(2571), 1, sym__decimal_literal, - STATE(1401), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1563), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1597), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(756), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1883), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1565), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2570), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2591), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -110006,76 +109858,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [62093] = 30, + [62073] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1559), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1561), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1567), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1569), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1571), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1573), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(1575), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(1577), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(1579), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(1581), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(1583), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(1585), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(1587), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(1589), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1591), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(1593), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1595), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1599), 1, + sym__escaped_string, + STATE(1507), 1, + sym__expression, + STATE(1573), 1, sym_object_access, - STATE(35), 1, + STATE(2571), 1, sym__decimal_literal, - STATE(1400), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1563), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1597), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(757), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1883), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1565), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2570), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2591), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -110097,76 +109949,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [62214] = 30, + [62194] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1559), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1561), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1567), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1569), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1571), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1573), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(2271), 1, + ACTIONS(1575), 1, aux_sym_unary_expression_token2, - ACTIONS(2273), 1, + ACTIONS(1577), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2275), 1, + ACTIONS(1579), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2277), 1, + ACTIONS(1581), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2279), 1, + ACTIONS(1583), 1, aux_sym_locked_expression_token1, - ACTIONS(2281), 1, + ACTIONS(1585), 1, aux_sym_dataset_expression_token1, - ACTIONS(2283), 1, + ACTIONS(1587), 1, aux_sym_input_expression_token1, - ACTIONS(2285), 1, + ACTIONS(1589), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1591), 1, aux_sym_if_statement_token1, - ACTIONS(2287), 1, + ACTIONS(1593), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1595), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1599), 1, + sym__escaped_string, + STATE(1508), 1, + sym__expression, + STATE(1573), 1, sym_object_access, - STATE(35), 1, + STATE(2571), 1, sym__decimal_literal, - STATE(3006), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1563), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1597), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, STATE(758), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1883), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1565), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2570), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2591), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -110188,7 +110040,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [62335] = 30, + [62315] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -110205,43 +110057,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2271), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2191), 1, aux_sym_unary_expression_token2, - ACTIONS(2273), 1, + ACTIONS(2193), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2275), 1, + ACTIONS(2195), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2277), 1, + ACTIONS(2197), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2279), 1, + ACTIONS(2199), 1, aux_sym_locked_expression_token1, - ACTIONS(2281), 1, + ACTIONS(2201), 1, aux_sym_dataset_expression_token1, - ACTIONS(2283), 1, + ACTIONS(2203), 1, aux_sym_input_expression_token1, - ACTIONS(2285), 1, + ACTIONS(2205), 1, aux_sym_if_statement_token1, - ACTIONS(2287), 1, + ACTIONS(2207), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(3008), 1, + STATE(1181), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(759), 2, @@ -110252,12 +110104,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -110279,7 +110131,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [62456] = 30, + [62436] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -110296,43 +110148,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2271), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(2273), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2275), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2277), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2279), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(2281), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(2283), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(2285), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(2287), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(3009), 1, + STATE(1234), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(760), 2, @@ -110343,12 +110195,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -110370,7 +110222,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [62577] = 30, + [62557] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -110387,43 +110239,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2271), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(2273), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2275), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2277), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2279), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(2281), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(2283), 1, - aux_sym_input_expression_token1, - ACTIONS(2285), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(2287), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(3010), 1, + STATE(2888), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(761), 2, @@ -110434,12 +110286,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -110461,7 +110313,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [62698] = 30, + [62678] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -110478,43 +110330,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2271), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1877), 1, aux_sym_unary_expression_token2, - ACTIONS(2273), 1, + ACTIONS(1879), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2275), 1, + ACTIONS(1881), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2277), 1, + ACTIONS(1883), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2279), 1, + ACTIONS(1885), 1, aux_sym_locked_expression_token1, - ACTIONS(2281), 1, + ACTIONS(1887), 1, aux_sym_dataset_expression_token1, - ACTIONS(2283), 1, + ACTIONS(1889), 1, aux_sym_input_expression_token1, - ACTIONS(2285), 1, + ACTIONS(1891), 1, aux_sym_if_statement_token1, - ACTIONS(2287), 1, + ACTIONS(1893), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(3017), 1, + STATE(1537), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(762), 2, @@ -110525,12 +110377,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -110552,7 +110404,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [62819] = 30, + [62799] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -110569,43 +110421,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2271), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(2273), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2275), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2277), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2279), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(2281), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(2283), 1, - aux_sym_input_expression_token1, - ACTIONS(2285), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(2287), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(3023), 1, + STATE(2980), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(763), 2, @@ -110616,12 +110468,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -110643,7 +110495,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [62940] = 30, + [62920] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -110660,43 +110512,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1971), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(1973), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1975), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1977), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1979), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(1981), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(1983), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(1985), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(1987), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2638), 1, + STATE(1178), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(764), 2, @@ -110707,12 +110559,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -110734,76 +110586,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [63061] = 30, + [63041] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(801), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(805), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(813), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(815), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(821), 1, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(823), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(825), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(827), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(829), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(831), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(833), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(835), 1, - aux_sym_input_expression_token1, - ACTIONS(837), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(839), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(841), 1, - aux_sym_can_find_expression_token1, - ACTIONS(843), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(855), 1, - sym__escaped_string, - ACTIONS(1369), 1, - anon_sym_LPAREN, - STATE(1004), 1, - sym__expression, - STATE(1101), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(1116), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(809), 2, + STATE(2997), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(845), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(765), 2, sym_comment, sym_include, - STATE(1054), 2, - sym_function_call, - sym_new_expression, - ACTIONS(811), 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(1115), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1133), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -110825,76 +110677,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [63182] = 30, + [63162] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1919), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1921), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1927), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1929), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1931), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1933), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1935), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1877), 1, aux_sym_unary_expression_token2, - ACTIONS(1937), 1, + ACTIONS(1879), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1939), 1, + ACTIONS(1881), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1941), 1, + ACTIONS(1883), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1943), 1, + ACTIONS(1885), 1, aux_sym_locked_expression_token1, - ACTIONS(1945), 1, + ACTIONS(1887), 1, aux_sym_dataset_expression_token1, - ACTIONS(1947), 1, + ACTIONS(1889), 1, aux_sym_input_expression_token1, - ACTIONS(1949), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1951), 1, + ACTIONS(1891), 1, aux_sym_if_statement_token1, - ACTIONS(1953), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1955), 1, + ACTIONS(1893), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1959), 1, - sym__escaped_string, - STATE(1112), 1, - sym__expression, - STATE(1120), 1, + STATE(16), 1, sym_object_access, - STATE(1186), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1923), 2, + STATE(1536), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1957), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(766), 2, sym_comment, sym_include, - STATE(1157), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1925), 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(1190), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1196), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -110916,76 +110768,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [63303] = 30, + [63283] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1919), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1921), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1927), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1929), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1931), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1933), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1935), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1877), 1, aux_sym_unary_expression_token2, - ACTIONS(1937), 1, + ACTIONS(1879), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1939), 1, + ACTIONS(1881), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1941), 1, + ACTIONS(1883), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1943), 1, + ACTIONS(1885), 1, aux_sym_locked_expression_token1, - ACTIONS(1945), 1, + ACTIONS(1887), 1, aux_sym_dataset_expression_token1, - ACTIONS(1947), 1, + ACTIONS(1889), 1, aux_sym_input_expression_token1, - ACTIONS(1949), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1951), 1, + ACTIONS(1891), 1, aux_sym_if_statement_token1, - ACTIONS(1953), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1955), 1, + ACTIONS(1893), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1959), 1, - sym__escaped_string, - STATE(1111), 1, - sym__expression, - STATE(1120), 1, + STATE(16), 1, sym_object_access, - STATE(1186), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1923), 2, + STATE(1563), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1957), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(767), 2, sym_comment, sym_include, - STATE(1157), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1925), 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(1190), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1196), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -111007,7 +110859,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [63424] = 30, + [63404] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -111024,43 +110876,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2253), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1877), 1, aux_sym_unary_expression_token2, - ACTIONS(2255), 1, + ACTIONS(1879), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2257), 1, + ACTIONS(1881), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2259), 1, + ACTIONS(1883), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2261), 1, + ACTIONS(1885), 1, aux_sym_locked_expression_token1, - ACTIONS(2263), 1, + ACTIONS(1887), 1, aux_sym_dataset_expression_token1, - ACTIONS(2265), 1, + ACTIONS(1889), 1, aux_sym_input_expression_token1, - ACTIONS(2267), 1, + ACTIONS(1891), 1, aux_sym_if_statement_token1, - ACTIONS(2269), 1, + ACTIONS(1893), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1211), 1, + STATE(1553), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(768), 2, @@ -111071,12 +110923,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -111098,7 +110950,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [63545] = 30, + [63525] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -111115,43 +110967,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1877), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(1879), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(1881), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(1883), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(1885), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(1887), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(1889), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(1891), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(1893), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1215), 1, + STATE(1555), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(769), 2, @@ -111162,12 +111014,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -111189,76 +111041,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [63666] = 30, + [63646] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1919), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1921), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1927), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1929), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1931), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1933), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1935), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1877), 1, aux_sym_unary_expression_token2, - ACTIONS(1937), 1, + ACTIONS(1879), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1939), 1, + ACTIONS(1881), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1941), 1, + ACTIONS(1883), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1943), 1, + ACTIONS(1885), 1, aux_sym_locked_expression_token1, - ACTIONS(1945), 1, + ACTIONS(1887), 1, aux_sym_dataset_expression_token1, - ACTIONS(1947), 1, + ACTIONS(1889), 1, aux_sym_input_expression_token1, - ACTIONS(1949), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1951), 1, + ACTIONS(1891), 1, aux_sym_if_statement_token1, - ACTIONS(1953), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1955), 1, + ACTIONS(1893), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1959), 1, - sym__escaped_string, - STATE(1110), 1, - sym__expression, - STATE(1120), 1, + STATE(16), 1, sym_object_access, - STATE(1186), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1923), 2, + STATE(1556), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1957), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(770), 2, sym_comment, sym_include, - STATE(1157), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1925), 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(1190), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1196), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -111280,76 +111132,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [63787] = 30, + [63767] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1919), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1921), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1927), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1929), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1931), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1933), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1935), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1937), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1939), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1941), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1943), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1945), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1947), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1949), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1951), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1953), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1955), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1959), 1, - sym__escaped_string, - STATE(1109), 1, - sym__expression, - STATE(1120), 1, + STATE(16), 1, sym_object_access, - STATE(1186), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1923), 2, + STATE(2919), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1957), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(771), 2, sym_comment, sym_include, - STATE(1157), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1925), 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(1190), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1196), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -111371,76 +111223,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [63908] = 30, + [63888] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1919), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1921), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1927), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1929), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1931), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1933), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1935), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1937), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1939), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1941), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1943), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1945), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1947), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1949), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1951), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1953), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1955), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1959), 1, - sym__escaped_string, - STATE(1108), 1, - sym__expression, - STATE(1120), 1, + STATE(16), 1, sym_object_access, - STATE(1186), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1923), 2, + STATE(2985), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1957), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(772), 2, sym_comment, sym_include, - STATE(1157), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1925), 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(1190), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1196), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -111462,98 +111314,73 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [64029] = 30, + [64009] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1919), 1, - sym_identifier, - ACTIONS(1921), 1, + STATE(773), 2, + sym_comment, + sym_include, + ACTIONS(216), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(218), 53, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(1927), 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(1929), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1931), 1, anon_sym_LPAREN, - ACTIONS(1933), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1935), 1, aux_sym_unary_expression_token2, - ACTIONS(1937), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1939), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1941), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1943), 1, aux_sym_locked_expression_token1, - ACTIONS(1945), 1, aux_sym_dataset_expression_token1, - ACTIONS(1947), 1, aux_sym_input_expression_token1, - ACTIONS(1949), 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(1951), 1, aux_sym_if_statement_token1, - ACTIONS(1953), 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(1955), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1959), 1, - sym__escaped_string, - STATE(1107), 1, - sym__expression, - STATE(1120), 1, - sym_object_access, - STATE(1186), 1, - sym__decimal_literal, - ACTIONS(1923), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1957), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(773), 2, - sym_comment, - sym_include, - STATE(1157), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1925), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1190), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1196), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [64150] = 30, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [64080] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -111570,43 +111397,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1971), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1799), 1, aux_sym_unary_expression_token2, - ACTIONS(1973), 1, + ACTIONS(1801), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1975), 1, + ACTIONS(1803), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1977), 1, + ACTIONS(1805), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1979), 1, + ACTIONS(1807), 1, aux_sym_locked_expression_token1, - ACTIONS(1981), 1, + ACTIONS(1809), 1, aux_sym_dataset_expression_token1, - ACTIONS(1983), 1, + ACTIONS(1811), 1, aux_sym_input_expression_token1, - ACTIONS(1985), 1, + ACTIONS(1813), 1, aux_sym_if_statement_token1, - ACTIONS(1987), 1, + ACTIONS(1815), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2646), 1, + STATE(2641), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(774), 2, @@ -111617,12 +111444,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -111644,98 +111471,73 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [64271] = 30, + [64201] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - ACTIONS(667), 1, + STATE(775), 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(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(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1971), 1, aux_sym_unary_expression_token2, - ACTIONS(1973), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1975), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1977), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1979), 1, aux_sym_locked_expression_token1, - ACTIONS(1981), 1, aux_sym_dataset_expression_token1, - ACTIONS(1983), 1, aux_sym_input_expression_token1, - ACTIONS(1985), 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(1987), 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(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2647), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(709), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 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(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [64392] = 30, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [64272] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -111752,43 +111554,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1971), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1643), 1, aux_sym_unary_expression_token2, - ACTIONS(1973), 1, + ACTIONS(1645), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1975), 1, + ACTIONS(1647), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1977), 1, + ACTIONS(1649), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1979), 1, + ACTIONS(1651), 1, aux_sym_locked_expression_token1, - ACTIONS(1981), 1, + ACTIONS(1653), 1, aux_sym_dataset_expression_token1, - ACTIONS(1983), 1, + ACTIONS(1655), 1, aux_sym_input_expression_token1, - ACTIONS(1985), 1, + ACTIONS(1657), 1, aux_sym_if_statement_token1, - ACTIONS(1987), 1, + ACTIONS(1659), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2633), 1, + STATE(2615), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(776), 2, @@ -111799,12 +111601,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -111826,98 +111628,73 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [64513] = 30, + [64393] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2007), 1, - sym_identifier, - ACTIONS(2009), 1, + STATE(777), 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(2015), 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(2017), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(2019), 1, anon_sym_LPAREN, - ACTIONS(2021), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(2023), 1, aux_sym_unary_expression_token2, - ACTIONS(2025), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2027), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2029), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2031), 1, aux_sym_locked_expression_token1, - ACTIONS(2033), 1, aux_sym_dataset_expression_token1, - ACTIONS(2035), 1, aux_sym_input_expression_token1, - ACTIONS(2037), 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(2039), 1, aux_sym_if_statement_token1, - ACTIONS(2041), 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(2043), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2047), 1, - sym__escaped_string, - STATE(2413), 1, - sym__expression, - STATE(2618), 1, - sym_object_access, - STATE(3044), 1, - sym__decimal_literal, - ACTIONS(2011), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(2045), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(777), 2, - sym_comment, - sym_include, - STATE(2706), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2013), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(3026), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(3088), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [64634] = 30, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [64464] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -111934,43 +111711,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1971), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(1973), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1975), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1977), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1979), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(1981), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(1983), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(1985), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(1987), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2666), 1, + STATE(1339), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(778), 2, @@ -111981,12 +111758,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -112008,7 +111785,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [64755] = 30, + [64585] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -112025,43 +111802,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1567), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(1581), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(1583), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2551), 1, + STATE(1170), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(779), 2, @@ -112072,12 +111849,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -112099,7 +111876,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [64876] = 30, + [64706] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -112116,43 +111893,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1971), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1799), 1, aux_sym_unary_expression_token2, - ACTIONS(1973), 1, + ACTIONS(1801), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1975), 1, + ACTIONS(1803), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1977), 1, + ACTIONS(1805), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1979), 1, + ACTIONS(1807), 1, aux_sym_locked_expression_token1, - ACTIONS(1981), 1, + ACTIONS(1809), 1, aux_sym_dataset_expression_token1, - ACTIONS(1983), 1, + ACTIONS(1811), 1, aux_sym_input_expression_token1, - ACTIONS(1985), 1, + ACTIONS(1813), 1, aux_sym_if_statement_token1, - ACTIONS(1987), 1, + ACTIONS(1815), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2670), 1, + STATE(2690), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(780), 2, @@ -112163,12 +111940,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -112190,76 +111967,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [64997] = 30, + [64827] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2049), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2051), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2057), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2059), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2061), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2063), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2065), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1799), 1, aux_sym_unary_expression_token2, - ACTIONS(2067), 1, + ACTIONS(1801), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2069), 1, + ACTIONS(1803), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2071), 1, + ACTIONS(1805), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2073), 1, + ACTIONS(1807), 1, aux_sym_locked_expression_token1, - ACTIONS(2075), 1, + ACTIONS(1809), 1, aux_sym_dataset_expression_token1, - ACTIONS(2077), 1, + ACTIONS(1811), 1, aux_sym_input_expression_token1, - ACTIONS(2079), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2081), 1, + ACTIONS(1813), 1, aux_sym_if_statement_token1, - ACTIONS(2083), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2085), 1, + ACTIONS(1815), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2089), 1, - sym__escaped_string, - STATE(2395), 1, - sym__expression, - STATE(2573), 1, + STATE(16), 1, sym_object_access, - STATE(3084), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2053), 2, + STATE(2643), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2087), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(781), 2, sym_comment, sym_include, - STATE(2655), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2055), 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(3103), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3098), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -112281,76 +112058,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [65118] = 30, + [64948] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2049), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2051), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2057), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2059), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2061), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2063), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2065), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1799), 1, aux_sym_unary_expression_token2, - ACTIONS(2067), 1, + ACTIONS(1801), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2069), 1, + ACTIONS(1803), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2071), 1, + ACTIONS(1805), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2073), 1, + ACTIONS(1807), 1, aux_sym_locked_expression_token1, - ACTIONS(2075), 1, + ACTIONS(1809), 1, aux_sym_dataset_expression_token1, - ACTIONS(2077), 1, + ACTIONS(1811), 1, aux_sym_input_expression_token1, - ACTIONS(2079), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2081), 1, + ACTIONS(1813), 1, aux_sym_if_statement_token1, - ACTIONS(2083), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2085), 1, + ACTIONS(1815), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2089), 1, - sym__escaped_string, - STATE(2393), 1, - sym__expression, - STATE(2573), 1, + STATE(16), 1, sym_object_access, - STATE(3084), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2053), 2, + STATE(2645), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2087), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(782), 2, sym_comment, sym_include, - STATE(2655), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2055), 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(3103), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3098), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -112372,7 +112149,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [65239] = 30, + [65069] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -112389,43 +112166,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1799), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(1801), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(1803), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(1805), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(1807), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(1809), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(1811), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(1813), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(1815), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1168), 1, + STATE(2646), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(783), 2, @@ -112436,12 +112213,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -112463,76 +112240,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [65360] = 30, + [65190] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2049), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2051), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2057), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2059), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2061), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2063), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2065), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1799), 1, aux_sym_unary_expression_token2, - ACTIONS(2067), 1, + ACTIONS(1801), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2069), 1, + ACTIONS(1803), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2071), 1, + ACTIONS(1805), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2073), 1, + ACTIONS(1807), 1, aux_sym_locked_expression_token1, - ACTIONS(2075), 1, + ACTIONS(1809), 1, aux_sym_dataset_expression_token1, - ACTIONS(2077), 1, + ACTIONS(1811), 1, aux_sym_input_expression_token1, - ACTIONS(2079), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2081), 1, + ACTIONS(1813), 1, aux_sym_if_statement_token1, - ACTIONS(2083), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2085), 1, + ACTIONS(1815), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2089), 1, - sym__escaped_string, - STATE(2495), 1, - sym__expression, - STATE(2573), 1, + STATE(16), 1, sym_object_access, - STATE(3084), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2053), 2, + STATE(2650), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2087), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(784), 2, sym_comment, sym_include, - STATE(2655), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2055), 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(3103), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3098), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -112554,76 +112331,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [65481] = 30, + [65311] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2049), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2051), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2057), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2059), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2061), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2063), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2065), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(2067), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2069), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2071), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2073), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(2075), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(2077), 1, - aux_sym_input_expression_token1, - ACTIONS(2079), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(2081), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(2083), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2085), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2089), 1, - sym__escaped_string, - STATE(2500), 1, - sym__expression, - STATE(2573), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(3084), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2053), 2, + STATE(2875), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2087), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(785), 2, sym_comment, sym_include, - STATE(2655), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2055), 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(3103), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3098), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -112645,76 +112422,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [65602] = 30, + [65432] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2049), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2051), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2057), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2059), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2061), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2063), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2065), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(2067), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2069), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2071), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2073), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(2075), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(2077), 1, - aux_sym_input_expression_token1, - ACTIONS(2079), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(2081), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(2083), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2085), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2089), 1, - sym__escaped_string, - STATE(2392), 1, - sym__expression, - STATE(2573), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(3084), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2053), 2, + STATE(2872), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2087), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(786), 2, sym_comment, sym_include, - STATE(2655), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2055), 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(3103), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3098), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -112736,76 +112513,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [65723] = 30, + [65553] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2049), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2051), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2057), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2059), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2061), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2063), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2065), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(2067), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2069), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2071), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2073), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(2075), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(2077), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(2079), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2081), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(2083), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2085), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2089), 1, - sym__escaped_string, - STATE(2394), 1, - sym__expression, - STATE(2573), 1, + STATE(16), 1, sym_object_access, - STATE(3084), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2053), 2, + STATE(2868), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2087), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(787), 2, sym_comment, sym_include, - STATE(2655), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2055), 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(3103), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3098), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -112827,76 +112604,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [65844] = 30, + [65674] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2007), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2009), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2015), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2017), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2019), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2021), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2023), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(2025), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2027), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2029), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2031), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(2033), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(2035), 1, - aux_sym_input_expression_token1, - ACTIONS(2037), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(2039), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(2041), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2043), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2047), 1, - sym__escaped_string, - STATE(2415), 1, - sym__expression, - STATE(2618), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(3044), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2011), 2, + STATE(2769), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2045), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(788), 2, sym_comment, sym_include, - STATE(2706), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2013), 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(3026), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3088), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -112918,76 +112695,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [65965] = 30, + [65795] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(801), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(805), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(813), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(815), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(821), 1, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(823), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(825), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(827), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(829), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(831), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(833), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(835), 1, - aux_sym_input_expression_token1, - ACTIONS(837), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(839), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(841), 1, - aux_sym_can_find_expression_token1, - ACTIONS(843), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(855), 1, - sym__escaped_string, - ACTIONS(1369), 1, - anon_sym_LPAREN, - STATE(1005), 1, - sym__expression, - STATE(1101), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(1116), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(809), 2, + STATE(2961), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(845), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(789), 2, sym_comment, sym_include, - STATE(1054), 2, - sym_function_call, - sym_new_expression, - ACTIONS(811), 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(1115), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1133), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -113009,7 +112786,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [66086] = 30, + [65916] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -113026,43 +112803,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1567), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1581), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1583), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2550), 1, + STATE(2797), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(790), 2, @@ -113073,12 +112850,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -113100,7 +112877,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [66207] = 30, + [66037] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -113117,43 +112894,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1643), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(1645), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(1647), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(1649), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(1651), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(1653), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(1655), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(1657), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(1659), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1337), 1, + STATE(2694), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(791), 2, @@ -113164,12 +112941,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -113191,7 +112968,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [66328] = 30, + [66158] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -113208,43 +112985,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1526), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1528), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1530), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1532), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1534), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1536), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1538), 1, - aux_sym_input_expression_token1, - ACTIONS(1540), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1542), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2887), 1, + STATE(2844), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(792), 2, @@ -113255,12 +113032,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -113282,7 +113059,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [66449] = 30, + [66279] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -113299,43 +113076,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1567), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, - aux_sym_input_expression_token1, - ACTIONS(1581), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1583), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2549), 1, + STATE(2855), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(793), 2, @@ -113346,12 +113123,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -113373,98 +113150,73 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [66570] = 30, + [66400] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - ACTIONS(667), 1, + STATE(794), 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, - 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(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1567), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, aux_sym_input_expression_token1, - ACTIONS(1581), 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(1583), 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(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2548), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(709), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(794), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [66691] = 30, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [66471] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -113481,43 +113233,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1943), 1, + aux_sym_input_expression_token1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2875), 1, + STATE(2856), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(795), 2, @@ -113528,12 +113280,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -113555,7 +113307,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [66812] = 30, + [66592] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -113572,43 +113324,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1567), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1643), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, + ACTIONS(1645), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, + ACTIONS(1647), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, + ACTIONS(1649), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, + ACTIONS(1651), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, + ACTIONS(1653), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, + ACTIONS(1655), 1, aux_sym_input_expression_token1, - ACTIONS(1581), 1, + ACTIONS(1657), 1, aux_sym_if_statement_token1, - ACTIONS(1583), 1, + ACTIONS(1659), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2546), 1, + STATE(2709), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(796), 2, @@ -113619,12 +113371,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -113646,76 +113398,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [66933] = 30, + [66713] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2007), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2009), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2015), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2017), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2019), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2021), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2023), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1643), 1, aux_sym_unary_expression_token2, - ACTIONS(2025), 1, + ACTIONS(1645), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2027), 1, + ACTIONS(1647), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2029), 1, + ACTIONS(1649), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2031), 1, + ACTIONS(1651), 1, aux_sym_locked_expression_token1, - ACTIONS(2033), 1, + ACTIONS(1653), 1, aux_sym_dataset_expression_token1, - ACTIONS(2035), 1, + ACTIONS(1655), 1, aux_sym_input_expression_token1, - ACTIONS(2037), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2039), 1, + ACTIONS(1657), 1, aux_sym_if_statement_token1, - ACTIONS(2041), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2043), 1, + ACTIONS(1659), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2047), 1, - sym__escaped_string, - STATE(2414), 1, - sym__expression, - STATE(2618), 1, + STATE(16), 1, sym_object_access, - STATE(3044), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2011), 2, + STATE(2712), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2045), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(797), 2, sym_comment, sym_include, - STATE(2706), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2013), 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(3026), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3088), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -113737,7 +113489,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [67054] = 30, + [66834] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -113754,43 +113506,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1567), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1643), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, + ACTIONS(1645), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, + ACTIONS(1647), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, + ACTIONS(1649), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, + ACTIONS(1651), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, + ACTIONS(1653), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, + ACTIONS(1655), 1, aux_sym_input_expression_token1, - ACTIONS(1581), 1, + ACTIONS(1657), 1, aux_sym_if_statement_token1, - ACTIONS(1583), 1, + ACTIONS(1659), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2544), 1, + STATE(2716), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(798), 2, @@ -113801,12 +113553,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -113828,76 +113580,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [67175] = 30, + [66955] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(801), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(805), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(813), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(815), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(821), 1, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(823), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1643), 1, aux_sym_unary_expression_token2, - ACTIONS(825), 1, + ACTIONS(1645), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(827), 1, + ACTIONS(1647), 1, aux_sym_temp_table_expression_token1, - ACTIONS(829), 1, + ACTIONS(1649), 1, aux_sym_current_changed_expression_token1, - ACTIONS(831), 1, + ACTIONS(1651), 1, aux_sym_locked_expression_token1, - ACTIONS(833), 1, + ACTIONS(1653), 1, aux_sym_dataset_expression_token1, - ACTIONS(835), 1, + ACTIONS(1655), 1, aux_sym_input_expression_token1, - ACTIONS(837), 1, - aux_sym_scope_tuning_token1, - ACTIONS(839), 1, + ACTIONS(1657), 1, aux_sym_if_statement_token1, - ACTIONS(841), 1, - aux_sym_can_find_expression_token1, - ACTIONS(843), 1, + ACTIONS(1659), 1, aux_sym_accumulate_expression_token1, - ACTIONS(855), 1, - sym__escaped_string, - ACTIONS(1369), 1, - anon_sym_LPAREN, - STATE(999), 1, - sym__expression, - STATE(1101), 1, + STATE(16), 1, sym_object_access, - STATE(1116), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(809), 2, + STATE(2719), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(845), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(799), 2, sym_comment, sym_include, - STATE(1054), 2, - sym_function_call, - sym_new_expression, - ACTIONS(811), 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(1115), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1133), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -113919,76 +113671,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [67296] = 30, + [67076] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2007), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2009), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2015), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2017), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2019), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2021), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2023), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(2025), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2027), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2029), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2031), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(2033), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(2035), 1, - aux_sym_input_expression_token1, - ACTIONS(2037), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(2039), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(2041), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2043), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2047), 1, - sym__escaped_string, - STATE(2416), 1, - sym__expression, - STATE(2618), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(3044), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2011), 2, + STATE(2876), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2045), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(800), 2, sym_comment, sym_include, - STATE(2706), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2013), 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(3026), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3088), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -114010,76 +113762,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [67417] = 30, + [67197] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(801), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(805), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(813), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(815), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(821), 1, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(823), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1643), 1, aux_sym_unary_expression_token2, - ACTIONS(825), 1, + ACTIONS(1645), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(827), 1, + ACTIONS(1647), 1, aux_sym_temp_table_expression_token1, - ACTIONS(829), 1, + ACTIONS(1649), 1, aux_sym_current_changed_expression_token1, - ACTIONS(831), 1, + ACTIONS(1651), 1, aux_sym_locked_expression_token1, - ACTIONS(833), 1, + ACTIONS(1653), 1, aux_sym_dataset_expression_token1, - ACTIONS(835), 1, + ACTIONS(1655), 1, aux_sym_input_expression_token1, - ACTIONS(837), 1, - aux_sym_scope_tuning_token1, - ACTIONS(839), 1, + ACTIONS(1657), 1, aux_sym_if_statement_token1, - ACTIONS(841), 1, - aux_sym_can_find_expression_token1, - ACTIONS(843), 1, + ACTIONS(1659), 1, aux_sym_accumulate_expression_token1, - ACTIONS(855), 1, - sym__escaped_string, - ACTIONS(1369), 1, - anon_sym_LPAREN, - STATE(1010), 1, - sym__expression, - STATE(1101), 1, + STATE(16), 1, sym_object_access, - STATE(1116), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(809), 2, + STATE(2720), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(845), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(801), 2, sym_comment, sym_include, - STATE(1054), 2, - sym_function_call, - sym_new_expression, - ACTIONS(811), 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(1115), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1133), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -114101,76 +113853,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [67538] = 30, + [67318] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(801), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(805), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(813), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(815), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(821), 1, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(823), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1991), 1, aux_sym_unary_expression_token2, - ACTIONS(825), 1, + ACTIONS(1993), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(827), 1, + ACTIONS(1995), 1, aux_sym_temp_table_expression_token1, - ACTIONS(829), 1, + ACTIONS(1997), 1, aux_sym_current_changed_expression_token1, - ACTIONS(831), 1, + ACTIONS(1999), 1, aux_sym_locked_expression_token1, - ACTIONS(833), 1, + ACTIONS(2001), 1, aux_sym_dataset_expression_token1, - ACTIONS(835), 1, + ACTIONS(2003), 1, aux_sym_input_expression_token1, - ACTIONS(837), 1, - aux_sym_scope_tuning_token1, - ACTIONS(839), 1, + ACTIONS(2005), 1, aux_sym_if_statement_token1, - ACTIONS(841), 1, - aux_sym_can_find_expression_token1, - ACTIONS(843), 1, + ACTIONS(2007), 1, aux_sym_accumulate_expression_token1, - ACTIONS(855), 1, - sym__escaped_string, - ACTIONS(1369), 1, - anon_sym_LPAREN, - STATE(1009), 1, - sym__expression, - STATE(1101), 1, + STATE(16), 1, sym_object_access, - STATE(1116), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(809), 2, + STATE(2538), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(845), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(802), 2, sym_comment, sym_include, - STATE(1054), 2, - sym_function_call, - sym_new_expression, - ACTIONS(811), 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(1115), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1133), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -114192,76 +113944,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [67659] = 30, + [67439] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2007), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2009), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2015), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2017), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2019), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2021), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2023), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(2025), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2027), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2029), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2031), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(2033), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(2035), 1, - aux_sym_input_expression_token1, - ACTIONS(2037), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(2039), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(2041), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2043), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2047), 1, - sym__escaped_string, - STATE(2418), 1, - sym__expression, - STATE(2618), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(3044), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2011), 2, + STATE(2877), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2045), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(803), 2, sym_comment, sym_include, - STATE(2706), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2013), 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(3026), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3088), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -114283,7 +114035,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [67780] = 30, + [67560] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -114300,43 +114052,43 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1172), 1, + STATE(2884), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(804), 2, @@ -114347,12 +114099,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -114374,76 +114126,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [67901] = 30, + [67681] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2007), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2009), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2015), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2017), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2019), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2021), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2023), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(2025), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2027), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2029), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2031), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(2033), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(2035), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(2037), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2039), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(2041), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2043), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2047), 1, - sym__escaped_string, - STATE(2439), 1, - sym__expression, - STATE(2618), 1, + STATE(16), 1, sym_object_access, - STATE(3044), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2011), 2, + STATE(2791), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2045), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, STATE(805), 2, sym_comment, sym_include, - STATE(2706), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2013), 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(3026), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3088), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -114465,7 +114217,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [68022] = 30, + [67802] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -114482,43 +114234,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, + ACTIONS(1488), 1, aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2867), 1, + STATE(2891), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, STATE(806), 2, @@ -114529,12 +114281,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -114556,7 +114308,73 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [68143] = 30, + [67923] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(807), 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, + 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, + [67994] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -114573,46 +114391,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1320), 1, + STATE(2894), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(807), 2, + STATE(808), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -114620,12 +114438,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -114647,98 +114465,271 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [68264] = 30, + [68115] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2109), 1, + STATE(809), 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, - ACTIONS(2111), 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, + [68186] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(810), 2, + sym_comment, + sym_include, + ACTIONS(208), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(210), 53, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(2117), 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(2119), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(2121), 1, anon_sym_LPAREN, - ACTIONS(2123), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(2125), 1, aux_sym_unary_expression_token2, - ACTIONS(2127), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2129), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2131), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2133), 1, aux_sym_locked_expression_token1, - ACTIONS(2135), 1, aux_sym_dataset_expression_token1, - ACTIONS(2137), 1, aux_sym_input_expression_token1, - ACTIONS(2139), 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(2141), 1, aux_sym_if_statement_token1, - ACTIONS(2143), 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(2145), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2149), 1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [68257] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(811), 2, + sym_comment, + sym_include, + ACTIONS(204), 3, + sym__or_operator, + sym__and_operator, sym__escaped_string, - STATE(2291), 1, - sym__expression, - STATE(2487), 1, - sym_object_access, - STATE(2793), 1, - sym__decimal_literal, - ACTIONS(2113), 2, + ACTIONS(206), 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(2147), 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(808), 2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [68328] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(812), 2, sym_comment, sym_include, - STATE(2530), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2115), 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(2792), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2814), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [68385] = 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, + [68399] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -114755,46 +114746,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1971), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1973), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1975), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1977), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1979), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1981), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1983), 1, - aux_sym_input_expression_token1, - ACTIONS(1985), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1987), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2603), 1, + STATE(2922), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(809), 2, + STATE(813), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -114802,12 +114793,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -114829,167 +114820,274 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [68506] = 30, + [68520] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2109), 1, - sym_identifier, - ACTIONS(2111), 1, + STATE(814), 2, + sym_comment, + sym_include, + ACTIONS(196), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(198), 53, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(2117), 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(2119), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(2121), 1, anon_sym_LPAREN, - ACTIONS(2123), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(2125), 1, aux_sym_unary_expression_token2, - ACTIONS(2127), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2129), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2131), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2133), 1, aux_sym_locked_expression_token1, - ACTIONS(2135), 1, aux_sym_dataset_expression_token1, - ACTIONS(2137), 1, aux_sym_input_expression_token1, - ACTIONS(2139), 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(2141), 1, aux_sym_if_statement_token1, - ACTIONS(2143), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2145), 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, - ACTIONS(2149), 1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [68591] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(815), 2, + sym_comment, + sym_include, + ACTIONS(192), 3, + sym__or_operator, + sym__and_operator, sym__escaped_string, - STATE(2290), 1, - sym__expression, - STATE(2487), 1, - sym_object_access, - STATE(2793), 1, - sym__decimal_literal, - ACTIONS(2113), 2, + 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, - ACTIONS(2147), 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(810), 2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [68662] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(816), 2, sym_comment, sym_include, - STATE(2530), 2, - sym_function_call, - sym_new_expression, - ACTIONS(2115), 4, + 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, - STATE(2792), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2814), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [68627] = 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, + [68733] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2109), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2111), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2117), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2119), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2121), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2123), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2125), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1721), 1, aux_sym_unary_expression_token2, - ACTIONS(2127), 1, + ACTIONS(1723), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2129), 1, + ACTIONS(1725), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2131), 1, + ACTIONS(1727), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2133), 1, + ACTIONS(1729), 1, aux_sym_locked_expression_token1, - ACTIONS(2135), 1, + ACTIONS(1731), 1, aux_sym_dataset_expression_token1, - ACTIONS(2137), 1, + ACTIONS(1733), 1, aux_sym_input_expression_token1, - ACTIONS(2139), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2141), 1, + ACTIONS(1735), 1, aux_sym_if_statement_token1, - ACTIONS(2143), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2145), 1, + ACTIONS(1737), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2149), 1, - sym__escaped_string, - STATE(2289), 1, - sym__expression, - STATE(2487), 1, + STATE(16), 1, sym_object_access, - STATE(2793), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2113), 2, + STATE(2047), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2147), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(811), 2, - sym_comment, - sym_include, - STATE(2530), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2115), 4, + STATE(817), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2792), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2814), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -115011,76 +115109,142 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [68748] = 30, + [68854] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2109), 1, - sym_identifier, - ACTIONS(2111), 1, + STATE(818), 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, - ACTIONS(2117), 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(2119), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(2121), 1, anon_sym_LPAREN, - ACTIONS(2123), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(2125), 1, aux_sym_unary_expression_token2, - ACTIONS(2127), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2129), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2131), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2133), 1, aux_sym_locked_expression_token1, - ACTIONS(2135), 1, aux_sym_dataset_expression_token1, - ACTIONS(2137), 1, aux_sym_input_expression_token1, - ACTIONS(2139), 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(2141), 1, aux_sym_if_statement_token1, - ACTIONS(2143), 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(2145), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2149), 1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [68925] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, sym__escaped_string, - STATE(2288), 1, - sym__expression, - STATE(2487), 1, + ACTIONS(725), 1, + aux_sym_unary_expression_token2, + ACTIONS(727), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(729), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(731), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(733), 1, + aux_sym_locked_expression_token1, + ACTIONS(735), 1, + aux_sym_dataset_expression_token1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(2793), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2113), 2, + STATE(2925), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2147), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(812), 2, - sym_comment, - sym_include, - STATE(2530), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2115), 4, + 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(2792), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2814), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -115102,76 +115266,142 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [68869] = 30, + [69046] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2109), 1, - sym_identifier, - ACTIONS(2111), 1, + STATE(820), 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, - ACTIONS(2117), 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(2119), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(2121), 1, anon_sym_LPAREN, - ACTIONS(2123), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(2125), 1, aux_sym_unary_expression_token2, - ACTIONS(2127), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2129), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2131), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2133), 1, aux_sym_locked_expression_token1, - ACTIONS(2135), 1, aux_sym_dataset_expression_token1, - ACTIONS(2137), 1, aux_sym_input_expression_token1, - ACTIONS(2139), 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(2141), 1, aux_sym_if_statement_token1, - ACTIONS(2143), 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(2145), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2149), 1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [69117] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, sym__escaped_string, - STATE(1950), 1, - sym__expression, - STATE(2487), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, + aux_sym_unary_expression_token2, + ACTIONS(1933), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1935), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1937), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1939), 1, + aux_sym_locked_expression_token1, + ACTIONS(1941), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1943), 1, + aux_sym_input_expression_token1, + ACTIONS(1945), 1, + aux_sym_if_statement_token1, + ACTIONS(1947), 1, + aux_sym_accumulate_expression_token1, + STATE(16), 1, sym_object_access, - STATE(2793), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2113), 2, + STATE(2951), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2147), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(813), 2, - sym_comment, - sym_include, - STATE(2530), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2115), 4, + 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(2792), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2814), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -115193,76 +115423,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [68990] = 30, + [69238] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2109), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2111), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2117), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2119), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2121), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2123), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2125), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(2127), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2129), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2131), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2133), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(2135), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(2137), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(2139), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2141), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(2143), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2145), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2149), 1, - sym__escaped_string, - STATE(2286), 1, - sym__expression, - STATE(2487), 1, + STATE(16), 1, sym_object_access, - STATE(2793), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2113), 2, + STATE(2810), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2147), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(814), 2, - sym_comment, - sym_include, - STATE(2530), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2115), 4, + 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(2792), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2814), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -115284,7 +115514,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [69111] = 30, + [69359] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -115301,46 +115531,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1669), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1781), 1, aux_sym_unary_expression_token2, - ACTIONS(1671), 1, + ACTIONS(1783), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1673), 1, + ACTIONS(1785), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1675), 1, + ACTIONS(1787), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1677), 1, + ACTIONS(1789), 1, aux_sym_locked_expression_token1, - ACTIONS(1679), 1, + ACTIONS(1791), 1, aux_sym_dataset_expression_token1, - ACTIONS(1681), 1, + ACTIONS(1793), 1, aux_sym_input_expression_token1, - ACTIONS(1683), 1, + ACTIONS(1795), 1, aux_sym_if_statement_token1, - ACTIONS(1685), 1, + ACTIONS(1797), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1243), 1, + STATE(2196), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(815), 2, + STATE(823), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -115348,12 +115578,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -115375,7 +115605,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [69232] = 30, + [69480] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -115392,46 +115622,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1669), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1671), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1673), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1675), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1677), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1679), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1681), 1, - aux_sym_input_expression_token1, - ACTIONS(1683), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1685), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1240), 1, + STATE(2972), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(816), 2, + STATE(824), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -115439,12 +115669,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -115466,7 +115696,139 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [69353] = 30, + [69601] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(825), 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, + 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, + [69672] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(826), 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, + [69743] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -115483,46 +115845,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1669), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1671), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1673), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1675), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1677), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1679), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1681), 1, - aux_sym_input_expression_token1, - ACTIONS(1683), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1685), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1235), 1, + STATE(2978), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(817), 2, + STATE(827), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -115530,12 +115892,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -115557,7 +115919,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [69474] = 30, + [69864] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -115574,46 +115936,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1669), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1671), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1673), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1675), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1677), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1679), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1681), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1683), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1685), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1247), 1, + STATE(2984), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(818), 2, + STATE(828), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -115621,12 +115983,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -115648,7 +116010,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [69595] = 30, + [69985] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -115665,46 +116027,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1669), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(1671), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1673), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1675), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1677), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(1679), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(1681), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(1683), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(1685), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1237), 1, + STATE(1169), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(819), 2, + STATE(829), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -115712,12 +116074,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -115739,7 +116101,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [69716] = 30, + [70106] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -115756,46 +116118,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1669), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1671), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1673), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1675), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1677), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1679), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1681), 1, - aux_sym_input_expression_token1, - ACTIONS(1683), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1685), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1238), 1, + STATE(2977), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(820), 2, + STATE(830), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -115803,12 +116165,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -115830,7 +116192,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [69837] = 30, + [70227] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -115847,46 +116209,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2289), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(2291), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2293), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2295), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2297), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(2299), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(2301), 1, - aux_sym_input_expression_token1, - ACTIONS(2303), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(2305), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1259), 1, + STATE(2975), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(821), 2, + STATE(831), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -115894,12 +116256,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -115921,7 +116283,139 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [69958] = 30, + [70348] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(832), 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, + 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, + [70419] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(833), 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, + [70490] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -115938,46 +116432,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2289), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(2291), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2293), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2295), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2297), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(2299), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(2301), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(2303), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(2305), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1256), 1, + STATE(2920), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(822), 2, + STATE(834), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -115985,12 +116479,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -116012,7 +116506,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [70079] = 30, + [70611] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -116029,46 +116523,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2289), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1721), 1, aux_sym_unary_expression_token2, - ACTIONS(2291), 1, + ACTIONS(1723), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2293), 1, + ACTIONS(1725), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2295), 1, + ACTIONS(1727), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2297), 1, + ACTIONS(1729), 1, aux_sym_locked_expression_token1, - ACTIONS(2299), 1, + ACTIONS(1731), 1, aux_sym_dataset_expression_token1, - ACTIONS(2301), 1, + ACTIONS(1733), 1, aux_sym_input_expression_token1, - ACTIONS(2303), 1, + ACTIONS(1735), 1, aux_sym_if_statement_token1, - ACTIONS(2305), 1, + ACTIONS(1737), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1258), 1, + STATE(2041), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(823), 2, + STATE(835), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -116076,12 +116570,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -116103,7 +116597,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [70200] = 30, + [70732] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -116120,46 +116614,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1721), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1723), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1725), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1727), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1729), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1731), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1733), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1735), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1737), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2876), 1, + STATE(2054), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(824), 2, + STATE(836), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -116167,12 +116661,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -116194,7 +116688,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [70321] = 30, + [70853] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -116211,46 +116705,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2289), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1721), 1, aux_sym_unary_expression_token2, - ACTIONS(2291), 1, + ACTIONS(1723), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2293), 1, + ACTIONS(1725), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2295), 1, + ACTIONS(1727), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2297), 1, + ACTIONS(1729), 1, aux_sym_locked_expression_token1, - ACTIONS(2299), 1, + ACTIONS(1731), 1, aux_sym_dataset_expression_token1, - ACTIONS(2301), 1, + ACTIONS(1733), 1, aux_sym_input_expression_token1, - ACTIONS(2303), 1, + ACTIONS(1735), 1, aux_sym_if_statement_token1, - ACTIONS(2305), 1, + ACTIONS(1737), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1255), 1, + STATE(2059), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(825), 2, + STATE(837), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -116258,12 +116752,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -116285,7 +116779,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [70442] = 30, + [70974] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -116302,46 +116796,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2289), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1721), 1, aux_sym_unary_expression_token2, - ACTIONS(2291), 1, + ACTIONS(1723), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2293), 1, + ACTIONS(1725), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2295), 1, + ACTIONS(1727), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2297), 1, + ACTIONS(1729), 1, aux_sym_locked_expression_token1, - ACTIONS(2299), 1, + ACTIONS(1731), 1, aux_sym_dataset_expression_token1, - ACTIONS(2301), 1, + ACTIONS(1733), 1, aux_sym_input_expression_token1, - ACTIONS(2303), 1, + ACTIONS(1735), 1, aux_sym_if_statement_token1, - ACTIONS(2305), 1, + ACTIONS(1737), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1252), 1, + STATE(2064), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(826), 2, + STATE(838), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -116349,12 +116843,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -116376,16 +116870,82 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [70563] = 30, + [71095] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - ACTIONS(667), 1, + STATE(839), 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, - 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, + 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, + [71166] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + ACTIONS(667), 1, + anon_sym_LBRACE, + ACTIONS(673), 1, sym__integer_literal, ACTIONS(675), 1, anon_sym_LBRACK, @@ -116393,46 +116953,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2289), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1721), 1, aux_sym_unary_expression_token2, - ACTIONS(2291), 1, + ACTIONS(1723), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2293), 1, + ACTIONS(1725), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2295), 1, + ACTIONS(1727), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2297), 1, + ACTIONS(1729), 1, aux_sym_locked_expression_token1, - ACTIONS(2299), 1, + ACTIONS(1731), 1, aux_sym_dataset_expression_token1, - ACTIONS(2301), 1, + ACTIONS(1733), 1, aux_sym_input_expression_token1, - ACTIONS(2303), 1, + ACTIONS(1735), 1, aux_sym_if_statement_token1, - ACTIONS(2305), 1, + ACTIONS(1737), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1248), 1, + STATE(2066), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(827), 2, + STATE(840), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -116440,12 +117000,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -116467,98 +117027,73 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [70684] = 30, + [71287] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1781), 1, - sym_identifier, - ACTIONS(1783), 1, + STATE(841), 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, - ACTIONS(1789), 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(1791), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1793), 1, anon_sym_LPAREN, - ACTIONS(1795), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1797), 1, aux_sym_unary_expression_token2, - ACTIONS(1799), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1801), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1803), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1805), 1, aux_sym_locked_expression_token1, - ACTIONS(1807), 1, aux_sym_dataset_expression_token1, - ACTIONS(1809), 1, aux_sym_input_expression_token1, - ACTIONS(1811), 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(1813), 1, aux_sym_if_statement_token1, - ACTIONS(1815), 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(1817), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1821), 1, - sym__escaped_string, - STATE(1577), 1, - sym__expression, - STATE(2373), 1, - sym_object_access, - STATE(2731), 1, - sym__decimal_literal, - ACTIONS(1785), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1819), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(828), 2, - sym_comment, - sym_include, - STATE(2423), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1787), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(2737), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(2735), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [70805] = 30, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [71358] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -116575,46 +117110,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1390), 1, + STATE(2973), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(829), 2, + STATE(842), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -116622,12 +117157,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -116649,76 +117184,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [70926] = 30, + [71479] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1781), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1783), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1789), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1791), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1793), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1795), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1797), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1799), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1801), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1803), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1805), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1807), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1809), 1, - aux_sym_input_expression_token1, - ACTIONS(1811), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1813), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1815), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1817), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1821), 1, - sym__escaped_string, - STATE(1578), 1, - sym__expression, - STATE(2373), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(2731), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1785), 2, + STATE(2956), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1819), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(830), 2, - sym_comment, - sym_include, - STATE(2423), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1787), 4, + STATE(843), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2737), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2735), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -116740,76 +117275,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [71047] = 30, + [71600] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1781), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1783), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1789), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1791), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1793), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1795), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1797), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1799), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1801), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1803), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1805), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1807), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1809), 1, - aux_sym_input_expression_token1, - ACTIONS(1811), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1813), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1815), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1817), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1821), 1, - sym__escaped_string, - STATE(1566), 1, - sym__expression, - STATE(2373), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(2731), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1785), 2, + STATE(2990), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1819), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(831), 2, - sym_comment, - sym_include, - STATE(2423), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1787), 4, + STATE(844), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2737), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2735), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -116831,76 +117366,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [71168] = 30, + [71721] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1781), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1783), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1789), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1791), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1793), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1795), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1797), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1799), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1801), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1803), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1805), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1807), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1809), 1, - aux_sym_input_expression_token1, - ACTIONS(1811), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1813), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1815), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1817), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1821), 1, - sym__escaped_string, - STATE(1581), 1, - sym__expression, - STATE(2373), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(2731), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1785), 2, + STATE(2955), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1819), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(832), 2, - sym_comment, - sym_include, - STATE(2423), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1787), 4, + 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(2737), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2735), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -116922,76 +117457,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [71289] = 30, + [71842] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1781), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1783), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1789), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1791), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1793), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1795), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1797), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1799), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1801), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1803), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1805), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1807), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1809), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1811), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1813), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1815), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1817), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1821), 1, - sym__escaped_string, - STATE(1582), 1, - sym__expression, - STATE(2373), 1, + STATE(16), 1, sym_object_access, - STATE(2731), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1785), 2, + STATE(2949), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1819), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(833), 2, - sym_comment, - sym_include, - STATE(2423), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1787), 4, + STATE(846), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2737), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2735), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -117013,76 +117548,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [71410] = 30, + [71963] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1781), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1783), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1789), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1791), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1793), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1795), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1797), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1799), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1801), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1803), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1805), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1807), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1809), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1811), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1813), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1815), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1817), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1821), 1, - sym__escaped_string, - STATE(1659), 1, - sym__expression, - STATE(2373), 1, + STATE(16), 1, sym_object_access, - STATE(2731), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1785), 2, + STATE(2926), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1819), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(834), 2, - sym_comment, - sym_include, - STATE(2423), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1787), 4, + STATE(847), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2737), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2735), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -117104,76 +117639,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [71531] = 30, + [72084] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1823), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1825), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1831), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1833), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1835), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1837), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1839), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1841), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1843), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1845), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1847), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1849), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1851), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1853), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1855), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1857), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1859), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1863), 1, - sym__escaped_string, - STATE(1309), 1, - sym__expression, - STATE(1321), 1, + STATE(16), 1, sym_object_access, - STATE(1430), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1827), 2, + STATE(2921), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1861), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(835), 2, - sym_comment, - sym_include, - STATE(1356), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1829), 4, + STATE(848), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1455), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1452), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -117195,76 +117730,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [71652] = 30, + [72205] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1823), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1825), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1831), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1833), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1835), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1837), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1839), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1841), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1843), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1845), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1847), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1849), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1851), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1853), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1855), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1857), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1859), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1863), 1, - sym__escaped_string, - STATE(1313), 1, - sym__expression, - STATE(1321), 1, + STATE(16), 1, sym_object_access, - STATE(1430), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1827), 2, + STATE(2917), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1861), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(836), 2, - sym_comment, - sym_include, - STATE(1356), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1829), 4, + STATE(849), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1455), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1452), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -117286,76 +117821,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [71773] = 30, + [72326] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1823), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1825), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1831), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1833), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1835), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1837), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1839), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1841), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1843), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1845), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1847), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1849), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1851), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1853), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1855), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1857), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1859), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1863), 1, - sym__escaped_string, - STATE(1314), 1, - sym__expression, - STATE(1321), 1, + STATE(16), 1, sym_object_access, - STATE(1430), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1827), 2, + STATE(2914), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1861), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(837), 2, - sym_comment, - sym_include, - STATE(1356), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1829), 4, + 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(1455), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1452), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -117377,167 +117912,208 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [71894] = 30, + [72447] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1823), 1, - sym_identifier, - ACTIONS(1825), 1, + STATE(851), 2, + sym_comment, + sym_include, + ACTIONS(232), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(234), 53, + anon_sym_SLASH, anon_sym_LBRACE, - ACTIONS(1831), 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(1833), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1835), 1, anon_sym_LPAREN, - ACTIONS(1837), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1839), 1, aux_sym_unary_expression_token2, - ACTIONS(1841), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1843), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1845), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1847), 1, aux_sym_locked_expression_token1, - ACTIONS(1849), 1, aux_sym_dataset_expression_token1, - ACTIONS(1851), 1, aux_sym_input_expression_token1, - ACTIONS(1853), 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(1855), 1, aux_sym_if_statement_token1, - ACTIONS(1857), 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(1859), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1863), 1, - sym__escaped_string, - STATE(1312), 1, - sym__expression, - STATE(1321), 1, - sym_object_access, - STATE(1430), 1, - sym__decimal_literal, - ACTIONS(1827), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1861), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(838), 2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [72518] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(852), 2, sym_comment, sym_include, - STATE(1356), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1829), 4, + 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, - STATE(1455), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1452), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [72015] = 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, + [72589] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1823), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1825), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1831), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1833), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1835), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1837), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1839), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1841), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1843), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1845), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1847), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1849), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1851), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1853), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1855), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1857), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1859), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1863), 1, - sym__escaped_string, - STATE(1307), 1, - sym__expression, - STATE(1321), 1, + STATE(16), 1, sym_object_access, - STATE(1430), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1827), 2, + STATE(2904), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1861), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(839), 2, - sym_comment, - sym_include, - STATE(1356), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1829), 4, + 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(1455), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1452), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -117559,98 +118135,73 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [72136] = 30, + [72710] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1823), 1, - sym_identifier, - ACTIONS(1825), 1, + STATE(854), 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(1831), 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(1833), 1, + sym_date_literal, anon_sym_LBRACK, - ACTIONS(1835), 1, anon_sym_LPAREN, - ACTIONS(1837), 1, + anon_sym_EQ, aux_sym_unary_expression_token1, - ACTIONS(1839), 1, aux_sym_unary_expression_token2, - ACTIONS(1841), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1843), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1845), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1847), 1, aux_sym_locked_expression_token1, - ACTIONS(1849), 1, aux_sym_dataset_expression_token1, - ACTIONS(1851), 1, aux_sym_input_expression_token1, - ACTIONS(1853), 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(1855), 1, aux_sym_if_statement_token1, - ACTIONS(1857), 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(1859), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1863), 1, - sym__escaped_string, - STATE(1315), 1, - sym__expression, - STATE(1321), 1, - sym_object_access, - STATE(1430), 1, - sym__decimal_literal, - ACTIONS(1827), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1861), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(840), 2, - sym_comment, - sym_include, - STATE(1356), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1829), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1455), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1452), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [72257] = 30, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [72781] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -117667,46 +118218,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1743), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1745), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1747), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1749), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1751), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1753), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1755), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1757), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1759), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1174), 1, + STATE(2897), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(841), 2, + STATE(855), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -117714,12 +118265,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -117741,7 +118292,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [72378] = 30, + [72902] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -117758,46 +118309,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1725), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1727), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1729), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1731), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1733), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1735), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1737), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1739), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1741), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2580), 1, + STATE(2796), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(842), 2, + STATE(856), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -117805,12 +118356,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -117832,98 +118383,205 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [72499] = 30, + [73023] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - ACTIONS(667), 1, + STATE(857), 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, - 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(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1865), 1, aux_sym_unary_expression_token2, - ACTIONS(1867), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1869), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1871), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1873), 1, aux_sym_locked_expression_token1, - ACTIONS(1875), 1, aux_sym_dataset_expression_token1, - ACTIONS(1877), 1, aux_sym_input_expression_token1, - ACTIONS(1879), 1, - aux_sym_if_statement_token1, - ACTIONS(1881), 1, - aux_sym_accumulate_expression_token1, - STATE(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2426), 1, - sym__expression, - ACTIONS(669), 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_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, + [73094] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(858), 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, - ACTIONS(709), 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(19), 2, - sym_function_call, - sym_new_expression, - STATE(843), 2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [73165] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(859), 2, sym_comment, sym_include, - ACTIONS(671), 4, + 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, - STATE(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [72620] = 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, + [73236] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -117940,46 +118598,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2922), 1, + STATE(2788), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(844), 2, + STATE(860), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -117987,12 +118645,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -118014,7 +118672,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [72741] = 30, + [73357] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -118031,46 +118689,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1901), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1903), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1905), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1907), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1909), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1911), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1913), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1915), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1917), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2491), 1, + STATE(2923), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(845), 2, + STATE(861), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -118078,12 +118736,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -118105,7 +118763,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [72862] = 30, + [73478] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -118122,46 +118780,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1547), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1781), 1, aux_sym_unary_expression_token2, - ACTIONS(1549), 1, + ACTIONS(1783), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1551), 1, + ACTIONS(1785), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1553), 1, + ACTIONS(1787), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1555), 1, + ACTIONS(1789), 1, aux_sym_locked_expression_token1, - ACTIONS(1557), 1, + ACTIONS(1791), 1, aux_sym_dataset_expression_token1, - ACTIONS(1559), 1, + ACTIONS(1793), 1, aux_sym_input_expression_token1, - ACTIONS(1561), 1, + ACTIONS(1795), 1, aux_sym_if_statement_token1, - ACTIONS(1563), 1, + ACTIONS(1797), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1900), 1, + STATE(2099), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(846), 2, + STATE(862), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -118169,12 +118827,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -118196,7 +118854,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [72983] = 30, + [73599] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -118213,46 +118871,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(2221), 1, + aux_sym_input_expression_token1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2734), 1, + STATE(2765), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(847), 2, + STATE(863), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -118260,12 +118918,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -118287,7 +118945,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [73104] = 30, + [73720] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -118304,46 +118962,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(729), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1883), 1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1885), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1887), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1889), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1891), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1893), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1895), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1897), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1899), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1323), 1, + STATE(2924), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(848), 2, + STATE(864), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -118351,12 +119009,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -118378,7 +119036,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [73225] = 30, + [73841] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -118395,46 +119053,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2271), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(2273), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2275), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2277), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2279), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(2281), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(2283), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(2285), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(2287), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2889), 1, + STATE(2778), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(849), 2, + STATE(865), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -118442,12 +119100,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -118469,7 +119127,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [73346] = 30, + [73962] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -118486,46 +119144,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2289), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(2291), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2293), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2295), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2297), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(2299), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(2301), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(2303), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(2305), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1260), 1, + STATE(2767), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(850), 2, + STATE(866), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -118533,12 +119191,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -118560,7 +119218,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [73467] = 30, + [74083] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -118577,46 +119235,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2289), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(2291), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2293), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2295), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2297), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(2299), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(2301), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(2303), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(2305), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1257), 1, + STATE(2768), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(851), 2, + STATE(867), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -118624,12 +119282,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -118651,7 +119309,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [73588] = 30, + [74204] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -118668,46 +119326,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1781), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1783), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1785), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1787), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1789), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1791), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1793), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1795), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1797), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2914), 1, + STATE(2105), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(852), 2, + STATE(868), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -118715,12 +119373,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -118742,7 +119400,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [73709] = 30, + [74325] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -118759,46 +119417,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2289), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1781), 1, aux_sym_unary_expression_token2, - ACTIONS(2291), 1, + ACTIONS(1783), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2293), 1, + ACTIONS(1785), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2295), 1, + ACTIONS(1787), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2297), 1, + ACTIONS(1789), 1, aux_sym_locked_expression_token1, - ACTIONS(2299), 1, + ACTIONS(1791), 1, aux_sym_dataset_expression_token1, - ACTIONS(2301), 1, + ACTIONS(1793), 1, aux_sym_input_expression_token1, - ACTIONS(2303), 1, + ACTIONS(1795), 1, aux_sym_if_statement_token1, - ACTIONS(2305), 1, + ACTIONS(1797), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1254), 1, + STATE(2106), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(853), 2, + STATE(869), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -118806,12 +119464,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -118833,7 +119491,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [73830] = 30, + [74446] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -118850,46 +119508,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1781), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1783), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1785), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1787), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1789), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1791), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1793), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1795), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1797), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2898), 1, + STATE(2108), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(854), 2, + STATE(870), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -118897,12 +119555,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -118924,7 +119582,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [73951] = 30, + [74567] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -118941,46 +119599,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2289), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1781), 1, aux_sym_unary_expression_token2, - ACTIONS(2291), 1, + ACTIONS(1783), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2293), 1, + ACTIONS(1785), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2295), 1, + ACTIONS(1787), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2297), 1, + ACTIONS(1789), 1, aux_sym_locked_expression_token1, - ACTIONS(2299), 1, + ACTIONS(1791), 1, aux_sym_dataset_expression_token1, - ACTIONS(2301), 1, + ACTIONS(1793), 1, aux_sym_input_expression_token1, - ACTIONS(2303), 1, + ACTIONS(1795), 1, aux_sym_if_statement_token1, - ACTIONS(2305), 1, + ACTIONS(1797), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1253), 1, + STATE(2110), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(855), 2, + STATE(871), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -118988,12 +119646,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -119015,7 +119673,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [74072] = 30, + [74688] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -119032,46 +119690,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2289), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1781), 1, aux_sym_unary_expression_token2, - ACTIONS(2291), 1, + ACTIONS(1783), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2293), 1, + ACTIONS(1785), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2295), 1, + ACTIONS(1787), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2297), 1, + ACTIONS(1789), 1, aux_sym_locked_expression_token1, - ACTIONS(2299), 1, + ACTIONS(1791), 1, aux_sym_dataset_expression_token1, - ACTIONS(2301), 1, + ACTIONS(1793), 1, aux_sym_input_expression_token1, - ACTIONS(2303), 1, + ACTIONS(1795), 1, aux_sym_if_statement_token1, - ACTIONS(2305), 1, + ACTIONS(1797), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1251), 1, + STATE(2111), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(856), 2, + STATE(872), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -119079,12 +119737,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -119106,7 +119764,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [74193] = 30, + [74809] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -119123,46 +119781,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2289), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(2291), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2293), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2295), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2297), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(2299), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(2301), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(2303), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(2305), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1250), 1, + STATE(2770), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(857), 2, + STATE(873), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -119170,12 +119828,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -119197,76 +119855,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [74314] = 30, + [74930] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1601), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1603), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1609), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1611), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1613), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1615), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(1617), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1619), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1621), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1623), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1625), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1627), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1629), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1631), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1633), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1635), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1637), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1641), 1, + sym__escaped_string, + STATE(1332), 1, + sym__expression, + STATE(1348), 1, sym_object_access, - STATE(35), 1, + STATE(1437), 1, sym__decimal_literal, - STATE(2911), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1605), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1639), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(858), 2, + STATE(874), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1371), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1607), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1451), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1454), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -119288,7 +119946,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [74435] = 30, + [75051] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -119305,46 +119963,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2909), 1, + STATE(2771), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(859), 2, + STATE(875), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -119352,12 +120010,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -119379,7 +120037,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [74556] = 30, + [75172] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -119396,46 +120054,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2908), 1, + STATE(2772), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(860), 2, + STATE(876), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -119443,12 +120101,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -119470,7 +120128,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [74677] = 30, + [75293] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -119487,46 +120145,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1388), 1, + STATE(2773), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(861), 2, + STATE(877), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -119534,12 +120192,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -119561,7 +120219,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [74798] = 30, + [75414] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -119578,46 +120236,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2289), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(2291), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2293), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2295), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2297), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(2299), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(2301), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(2303), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(2305), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1262), 1, + STATE(1233), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(862), 2, + STATE(878), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -119625,12 +120283,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -119652,76 +120310,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [74919] = 30, + [75535] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(801), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(805), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(813), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(815), 1, anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(821), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(823), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(825), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(827), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(829), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(831), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(833), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(835), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(837), 1, + aux_sym_scope_tuning_token1, + ACTIONS(839), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(841), 1, + aux_sym_can_find_expression_token1, + ACTIONS(843), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(855), 1, + sym__escaped_string, + ACTIONS(1393), 1, + anon_sym_LPAREN, + STATE(1004), 1, + sym__expression, + STATE(1077), 1, sym_object_access, - STATE(35), 1, + STATE(1131), 1, sym__decimal_literal, - STATE(2902), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(809), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(863), 2, + STATE(879), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1042), 2, + sym_function_call, + sym_new_expression, + ACTIONS(811), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1118), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1124), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -119743,7 +120401,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [75040] = 30, + [75656] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -119760,46 +120418,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2903), 1, + STATE(2776), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(864), 2, + STATE(880), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -119807,12 +120465,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -119834,7 +120492,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [75161] = 30, + [75777] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -119851,46 +120509,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2904), 1, + STATE(2777), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(865), 2, + STATE(881), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -119898,12 +120556,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -119925,76 +120583,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [75282] = 30, + [75898] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1585), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1587), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1593), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1595), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1597), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1601), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1603), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1605), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1607), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1609), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1611), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1613), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1615), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1617), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1619), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1621), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1625), 1, - sym__escaped_string, - STATE(1519), 1, - sym__expression, - STATE(1934), 1, + STATE(16), 1, sym_object_access, - STATE(2615), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1589), 2, + STATE(2779), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1623), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(866), 2, - sym_comment, - sym_include, - STATE(1974), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1591), 4, + STATE(882), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2614), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2620), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -120016,76 +120674,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [75403] = 30, + [76019] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1585), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1587), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1593), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1595), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1597), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1601), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1603), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1605), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1607), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1609), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1611), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1613), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1615), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1617), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1619), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1621), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1625), 1, - sym__escaped_string, - STATE(1520), 1, - sym__expression, - STATE(1934), 1, + STATE(16), 1, sym_object_access, - STATE(2615), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1589), 2, + STATE(2785), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1623), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(867), 2, - sym_comment, - sym_include, - STATE(1974), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1591), 4, + STATE(883), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2614), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2620), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -120107,76 +120765,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [75524] = 30, + [76140] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1585), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1587), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1593), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1595), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1597), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1601), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1603), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1605), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1607), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1609), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1611), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1613), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1615), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1617), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1619), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1621), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1625), 1, - sym__escaped_string, - STATE(1521), 1, - sym__expression, - STATE(1934), 1, + STATE(16), 1, sym_object_access, - STATE(2615), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1589), 2, + STATE(2938), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1623), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(868), 2, - sym_comment, - sym_include, - STATE(1974), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1591), 4, + 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(2614), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2620), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -120198,76 +120856,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [75645] = 30, + [76261] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1585), 1, - sym_identifier, - ACTIONS(1587), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1593), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1595), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1597), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1601), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1603), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1605), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1607), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1609), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1611), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1613), 1, - aux_sym_input_expression_token1, - ACTIONS(1615), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(1617), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1619), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1621), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1625), 1, - sym__escaped_string, - STATE(1522), 1, - sym__expression, - STATE(1934), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + ACTIONS(2313), 1, + sym_identifier, + STATE(16), 1, sym_object_access, - STATE(2615), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1589), 2, + STATE(2790), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1623), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(869), 2, - sym_comment, - sym_include, - STATE(1974), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1591), 4, + STATE(885), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2614), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2620), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -120289,76 +120947,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [75766] = 30, + [76382] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1585), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1587), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1593), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1595), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1597), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1601), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1603), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1605), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1607), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1609), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1611), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1613), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1615), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1617), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1619), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1621), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1625), 1, - sym__escaped_string, - STATE(1524), 1, - sym__expression, - STATE(1934), 1, + STATE(16), 1, sym_object_access, - STATE(2615), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1589), 2, + STATE(2792), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1623), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(870), 2, - sym_comment, - sym_include, - STATE(1974), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1591), 4, + STATE(886), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2614), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2620), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -120380,76 +121038,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [75887] = 30, + [76503] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1585), 1, + ACTIONS(2149), 1, sym_identifier, - ACTIONS(1587), 1, + ACTIONS(2151), 1, anon_sym_LBRACE, - ACTIONS(1593), 1, + ACTIONS(2157), 1, sym__integer_literal, - ACTIONS(1595), 1, + ACTIONS(2159), 1, anon_sym_LBRACK, - ACTIONS(1597), 1, + ACTIONS(2161), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(2163), 1, aux_sym_unary_expression_token1, - ACTIONS(1601), 1, + ACTIONS(2165), 1, aux_sym_unary_expression_token2, - ACTIONS(1603), 1, + ACTIONS(2167), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1605), 1, + ACTIONS(2169), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1607), 1, + ACTIONS(2171), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1609), 1, + ACTIONS(2173), 1, aux_sym_locked_expression_token1, - ACTIONS(1611), 1, + ACTIONS(2175), 1, aux_sym_dataset_expression_token1, - ACTIONS(1613), 1, + ACTIONS(2177), 1, aux_sym_input_expression_token1, - ACTIONS(1615), 1, + ACTIONS(2179), 1, aux_sym_scope_tuning_token1, - ACTIONS(1617), 1, + ACTIONS(2181), 1, aux_sym_if_statement_token1, - ACTIONS(1619), 1, + ACTIONS(2183), 1, aux_sym_can_find_expression_token1, - ACTIONS(1621), 1, + ACTIONS(2185), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1625), 1, + ACTIONS(2189), 1, sym__escaped_string, - STATE(1525), 1, + STATE(1866), 1, sym__expression, - STATE(1934), 1, + STATE(2174), 1, sym_object_access, - STATE(2615), 1, + STATE(2952), 1, sym__decimal_literal, - ACTIONS(1589), 2, + ACTIONS(2153), 2, sym_null_expression, sym_date_literal, - ACTIONS(1623), 2, + ACTIONS(2187), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(871), 2, + STATE(887), 2, sym_comment, sym_include, - STATE(1974), 2, + STATE(2579), 2, sym_function_call, sym_new_expression, - ACTIONS(1591), 4, + ACTIONS(2155), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2614), 4, + STATE(2953), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2620), 21, + STATE(2947), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -120471,7 +121129,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [76008] = 30, + [76624] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -120488,46 +121146,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1931), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(1933), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(1935), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(1937), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(1939), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(1941), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(1943), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(1945), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(1947), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2905), 1, + STATE(2795), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(872), 2, + STATE(888), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -120535,12 +121193,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -120562,76 +121220,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [76129] = 30, + [76745] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2149), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2151), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2157), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2159), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2161), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2163), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(2165), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(2167), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(2169), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(2171), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(2173), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(2175), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(2177), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(2179), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2181), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(2183), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2185), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(2189), 1, + sym__escaped_string, + STATE(1863), 1, + sym__expression, + STATE(2174), 1, sym_object_access, - STATE(35), 1, + STATE(2952), 1, sym__decimal_literal, - STATE(2906), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2153), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2187), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(873), 2, + STATE(889), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2579), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2155), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2953), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2947), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -120653,7 +121311,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [76250] = 30, + [76866] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -120670,46 +121328,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1633), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1635), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1637), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1639), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1641), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1643), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1645), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1647), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1649), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2907), 1, + STATE(2826), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(874), 2, + STATE(890), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -120717,12 +121375,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -120744,7 +121402,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [76371] = 30, + [76987] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -120761,46 +121419,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1669), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(1671), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1673), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1675), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1677), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(1679), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(1681), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(1683), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(1685), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, STATE(1232), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(875), 2, + STATE(891), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -120808,12 +121466,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -120835,7 +121493,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [76492] = 30, + [77108] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -120852,46 +121510,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1669), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(1671), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1673), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1675), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1677), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(1679), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(1681), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(1683), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(1685), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1233), 1, + STATE(1222), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(876), 2, + STATE(892), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -120899,12 +121557,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -120926,167 +121584,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [76613] = 30, + [77229] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1297), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1299), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1305), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1307), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1309), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1313), 1, - aux_sym_unary_expression_token2, - ACTIONS(1315), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1317), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1319), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1321), 1, - aux_sym_locked_expression_token1, - ACTIONS(1323), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1325), 1, - aux_sym_input_expression_token1, - ACTIONS(1327), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1329), 1, - aux_sym_if_statement_token1, - ACTIONS(1335), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(1337), 1, - aux_sym_accumulate_expression_token1, - ACTIONS(1341), 1, + ACTIONS(719), 1, sym__escaped_string, - STATE(992), 1, - sym__expression, - STATE(1037), 1, - sym_object_access, - STATE(1072), 1, - sym__decimal_literal, - ACTIONS(1301), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(1339), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(877), 2, - sym_comment, - sym_include, - STATE(1012), 2, - sym_function_call, - sym_new_expression, - ACTIONS(1303), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(1095), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(1097), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [76734] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1297), 1, - sym_identifier, - ACTIONS(1299), 1, - anon_sym_LBRACE, - ACTIONS(1305), 1, - sym__integer_literal, - ACTIONS(1307), 1, - anon_sym_LBRACK, - ACTIONS(1309), 1, - anon_sym_LPAREN, - ACTIONS(1311), 1, - aux_sym_unary_expression_token1, - ACTIONS(1313), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(1315), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1317), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1319), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1321), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(1323), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(1325), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(1327), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1329), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(1335), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1337), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1341), 1, - sym__escaped_string, - STATE(991), 1, - sym__expression, - STATE(1037), 1, + STATE(16), 1, sym_object_access, - STATE(1072), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1301), 2, + STATE(1226), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1339), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(878), 2, - sym_comment, - sym_include, - STATE(1012), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1303), 4, + STATE(893), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1095), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1097), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -121108,7 +121675,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [76855] = 30, + [77350] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -121125,46 +121692,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1871), 1, + aux_sym_input_expression_token1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2063), 1, + STATE(1224), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(879), 2, + STATE(894), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -121172,12 +121739,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -121199,76 +121766,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [76976] = 30, + [77471] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1297), 1, + ACTIONS(2149), 1, sym_identifier, - ACTIONS(1299), 1, + ACTIONS(2151), 1, anon_sym_LBRACE, - ACTIONS(1305), 1, + ACTIONS(2157), 1, sym__integer_literal, - ACTIONS(1307), 1, + ACTIONS(2159), 1, anon_sym_LBRACK, - ACTIONS(1309), 1, + ACTIONS(2161), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, + ACTIONS(2163), 1, aux_sym_unary_expression_token1, - ACTIONS(1313), 1, + ACTIONS(2165), 1, aux_sym_unary_expression_token2, - ACTIONS(1315), 1, + ACTIONS(2167), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1317), 1, + ACTIONS(2169), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1319), 1, + ACTIONS(2171), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1321), 1, + ACTIONS(2173), 1, aux_sym_locked_expression_token1, - ACTIONS(1323), 1, + ACTIONS(2175), 1, aux_sym_dataset_expression_token1, - ACTIONS(1325), 1, + ACTIONS(2177), 1, aux_sym_input_expression_token1, - ACTIONS(1327), 1, + ACTIONS(2179), 1, aux_sym_scope_tuning_token1, - ACTIONS(1329), 1, + ACTIONS(2181), 1, aux_sym_if_statement_token1, - ACTIONS(1335), 1, + ACTIONS(2183), 1, aux_sym_can_find_expression_token1, - ACTIONS(1337), 1, + ACTIONS(2185), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1341), 1, + ACTIONS(2189), 1, sym__escaped_string, - STATE(990), 1, + STATE(1862), 1, sym__expression, - STATE(1037), 1, + STATE(2174), 1, sym_object_access, - STATE(1072), 1, + STATE(2952), 1, sym__decimal_literal, - ACTIONS(1301), 2, + ACTIONS(2153), 2, sym_null_expression, sym_date_literal, - ACTIONS(1339), 2, + ACTIONS(2187), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(880), 2, + STATE(895), 2, sym_comment, sym_include, - STATE(1012), 2, + STATE(2579), 2, sym_function_call, sym_new_expression, - ACTIONS(1303), 4, + ACTIONS(2155), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1095), 4, + STATE(2953), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1097), 21, + STATE(2947), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -121290,7 +121857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [77097] = 30, + [77592] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -121307,46 +121874,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1669), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(1671), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1673), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1675), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1677), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(1679), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(1681), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(1683), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(1685), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1242), 1, + STATE(1221), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(881), 2, + STATE(896), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -121354,12 +121921,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -121381,7 +121948,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [77218] = 30, + [77713] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -121398,46 +121965,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1669), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2131), 1, aux_sym_unary_expression_token2, - ACTIONS(1671), 1, + ACTIONS(2133), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1673), 1, + ACTIONS(2135), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1675), 1, + ACTIONS(2137), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1677), 1, + ACTIONS(2139), 1, aux_sym_locked_expression_token1, - ACTIONS(1679), 1, + ACTIONS(2141), 1, aux_sym_dataset_expression_token1, - ACTIONS(1681), 1, + ACTIONS(2143), 1, aux_sym_input_expression_token1, - ACTIONS(1683), 1, + ACTIONS(2145), 1, aux_sym_if_statement_token1, - ACTIONS(1685), 1, + ACTIONS(2147), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1246), 1, + STATE(1675), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(882), 2, + STATE(897), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -121445,12 +122012,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -121472,76 +122039,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [77339] = 30, + [77834] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2149), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2151), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2157), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2159), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2161), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2163), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1669), 1, + ACTIONS(2165), 1, aux_sym_unary_expression_token2, - ACTIONS(1671), 1, + ACTIONS(2167), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1673), 1, + ACTIONS(2169), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1675), 1, + ACTIONS(2171), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1677), 1, + ACTIONS(2173), 1, aux_sym_locked_expression_token1, - ACTIONS(1679), 1, + ACTIONS(2175), 1, aux_sym_dataset_expression_token1, - ACTIONS(1681), 1, + ACTIONS(2177), 1, aux_sym_input_expression_token1, - ACTIONS(1683), 1, + ACTIONS(2179), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2181), 1, aux_sym_if_statement_token1, - ACTIONS(1685), 1, + ACTIONS(2183), 1, + aux_sym_can_find_expression_token1, + ACTIONS(2185), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(2189), 1, + sym__escaped_string, + STATE(1861), 1, + sym__expression, + STATE(2174), 1, sym_object_access, - STATE(35), 1, + STATE(2952), 1, sym__decimal_literal, - STATE(1239), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2153), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2187), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(883), 2, + STATE(898), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2579), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2155), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2953), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2947), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -121563,7 +122130,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [77460] = 30, + [77955] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -121580,46 +122147,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1669), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1671), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1673), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1675), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1677), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1679), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1681), 1, - aux_sym_input_expression_token1, - ACTIONS(1683), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1685), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1245), 1, + STATE(2726), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(884), 2, + STATE(899), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -121627,12 +122194,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -121654,76 +122221,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [77581] = 30, + [78076] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1297), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1299), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1305), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1307), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1309), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1313), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(1315), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1317), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1319), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1321), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(1323), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(1325), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(1327), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1329), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(1335), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1337), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1341), 1, - sym__escaped_string, - STATE(989), 1, - sym__expression, - STATE(1037), 1, + STATE(16), 1, sym_object_access, - STATE(1072), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1301), 2, + STATE(1347), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1339), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(885), 2, - sym_comment, - sym_include, - STATE(1012), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1303), 4, + STATE(900), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1095), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1097), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -121745,76 +122312,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [77702] = 30, + [78197] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1297), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1299), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1305), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1307), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1309), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1313), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1315), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1317), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1319), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1321), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1323), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1325), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1327), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1329), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1335), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1337), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1341), 1, - sym__escaped_string, - STATE(988), 1, - sym__expression, - STATE(1037), 1, + STATE(16), 1, sym_object_access, - STATE(1072), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1301), 2, + STATE(2946), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1339), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(886), 2, - sym_comment, - sym_include, - STATE(1012), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1303), 4, + STATE(901), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1095), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1097), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -121836,76 +122403,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [77823] = 30, + [78318] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1297), 1, + ACTIONS(2149), 1, sym_identifier, - ACTIONS(1299), 1, + ACTIONS(2151), 1, anon_sym_LBRACE, - ACTIONS(1305), 1, + ACTIONS(2157), 1, sym__integer_literal, - ACTIONS(1307), 1, + ACTIONS(2159), 1, anon_sym_LBRACK, - ACTIONS(1309), 1, + ACTIONS(2161), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, + ACTIONS(2163), 1, aux_sym_unary_expression_token1, - ACTIONS(1313), 1, + ACTIONS(2165), 1, aux_sym_unary_expression_token2, - ACTIONS(1315), 1, + ACTIONS(2167), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1317), 1, + ACTIONS(2169), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1319), 1, + ACTIONS(2171), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1321), 1, + ACTIONS(2173), 1, aux_sym_locked_expression_token1, - ACTIONS(1323), 1, + ACTIONS(2175), 1, aux_sym_dataset_expression_token1, - ACTIONS(1325), 1, + ACTIONS(2177), 1, aux_sym_input_expression_token1, - ACTIONS(1327), 1, + ACTIONS(2179), 1, aux_sym_scope_tuning_token1, - ACTIONS(1329), 1, + ACTIONS(2181), 1, aux_sym_if_statement_token1, - ACTIONS(1335), 1, + ACTIONS(2183), 1, aux_sym_can_find_expression_token1, - ACTIONS(1337), 1, + ACTIONS(2185), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1341), 1, + ACTIONS(2189), 1, sym__escaped_string, - STATE(987), 1, + STATE(1860), 1, sym__expression, - STATE(1037), 1, + STATE(2174), 1, sym_object_access, - STATE(1072), 1, + STATE(2952), 1, sym__decimal_literal, - ACTIONS(1301), 2, + ACTIONS(2153), 2, sym_null_expression, sym_date_literal, - ACTIONS(1339), 2, + ACTIONS(2187), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(887), 2, + STATE(902), 2, sym_comment, sym_include, - STATE(1012), 2, + STATE(2579), 2, sym_function_call, sym_new_expression, - ACTIONS(1303), 4, + ACTIONS(2155), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1095), 4, + STATE(2953), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1097), 21, + STATE(2947), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -121927,76 +122494,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [77944] = 30, + [78439] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(801), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(805), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(813), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(815), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(821), 1, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(823), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(825), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(827), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(829), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(831), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(833), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(835), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(837), 1, - aux_sym_scope_tuning_token1, - ACTIONS(839), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(841), 1, - aux_sym_can_find_expression_token1, - ACTIONS(843), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - ACTIONS(855), 1, - sym__escaped_string, - ACTIONS(1369), 1, - anon_sym_LPAREN, - STATE(1008), 1, - sym__expression, - STATE(1101), 1, + STATE(16), 1, sym_object_access, - STATE(1116), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(809), 2, + STATE(2981), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(845), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(888), 2, - sym_comment, - sym_include, - STATE(1054), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(811), 4, + STATE(903), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(1115), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(1133), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -122018,76 +122585,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [78065] = 30, + [78560] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(2149), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(2151), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(2157), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(2159), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(2161), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(2163), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(2165), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(2167), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(2169), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(2171), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(2173), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(2175), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(2177), 1, + aux_sym_input_expression_token1, + ACTIONS(2179), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(2181), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(2183), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(2185), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(2189), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(1859), 1, + sym__expression, + STATE(2174), 1, sym_object_access, - STATE(35), 1, + STATE(2952), 1, sym__decimal_literal, - STATE(3021), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(2153), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(2187), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(889), 2, + STATE(904), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2579), 2, + sym_function_call, + sym_new_expression, + ACTIONS(2155), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2953), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2947), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -122109,7 +122676,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [78186] = 30, + [78681] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -122126,46 +122693,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1421), 1, + STATE(2811), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(890), 2, + STATE(905), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -122173,12 +122740,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -122200,76 +122767,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [78307] = 30, + [78802] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2109), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2111), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2117), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2119), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2121), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2123), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2125), 1, - aux_sym_unary_expression_token2, - ACTIONS(2127), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(2129), 1, - aux_sym_temp_table_expression_token1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, ACTIONS(2131), 1, - aux_sym_current_changed_expression_token1, + aux_sym_unary_expression_token2, ACTIONS(2133), 1, - aux_sym_locked_expression_token1, + aux_sym_ambiguous_expression_token1, ACTIONS(2135), 1, - aux_sym_dataset_expression_token1, + aux_sym_temp_table_expression_token1, ACTIONS(2137), 1, - aux_sym_input_expression_token1, + aux_sym_current_changed_expression_token1, ACTIONS(2139), 1, - aux_sym_scope_tuning_token1, + aux_sym_locked_expression_token1, ACTIONS(2141), 1, - aux_sym_if_statement_token1, + aux_sym_dataset_expression_token1, ACTIONS(2143), 1, - aux_sym_can_find_expression_token1, + aux_sym_input_expression_token1, ACTIONS(2145), 1, + aux_sym_if_statement_token1, + ACTIONS(2147), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2149), 1, - sym__escaped_string, - STATE(1686), 1, - sym__expression, - STATE(2487), 1, + STATE(16), 1, sym_object_access, - STATE(2793), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2113), 2, + STATE(1672), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2147), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(891), 2, - sym_comment, - sym_include, - STATE(2530), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2115), 4, + STATE(906), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2792), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2814), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -122291,7 +122858,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [78428] = 30, + [78923] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -122308,46 +122875,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2053), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(2055), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(2057), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(2059), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(2061), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(2063), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(2065), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(2067), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(2069), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1383), 1, + STATE(2592), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(892), 2, + STATE(907), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -122355,12 +122922,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -122382,7 +122949,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [78549] = 30, + [79044] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -122399,46 +122966,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1689), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1691), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1693), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1695), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1697), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1699), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1701), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1703), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1705), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1326), 1, + STATE(2812), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(893), 2, + STATE(908), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -122446,12 +123013,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -122473,76 +123040,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [78670] = 30, + [79165] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1585), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1587), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1593), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1595), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1597), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1599), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1601), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2131), 1, aux_sym_unary_expression_token2, - ACTIONS(1603), 1, + ACTIONS(2133), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1605), 1, + ACTIONS(2135), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1607), 1, + ACTIONS(2137), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1609), 1, + ACTIONS(2139), 1, aux_sym_locked_expression_token1, - ACTIONS(1611), 1, + ACTIONS(2141), 1, aux_sym_dataset_expression_token1, - ACTIONS(1613), 1, + ACTIONS(2143), 1, aux_sym_input_expression_token1, - ACTIONS(1615), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1617), 1, + ACTIONS(2145), 1, aux_sym_if_statement_token1, - ACTIONS(1619), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1621), 1, + ACTIONS(2147), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1625), 1, - sym__escaped_string, - STATE(1517), 1, - sym__expression, - STATE(1934), 1, + STATE(16), 1, sym_object_access, - STATE(2615), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1589), 2, + STATE(2531), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1623), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(894), 2, - sym_comment, - sym_include, - STATE(1974), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1591), 4, + STATE(909), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2614), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2620), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -122564,7 +123131,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [78791] = 30, + [79286] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -122581,46 +123148,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(715), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2131), 1, aux_sym_unary_expression_token2, - ACTIONS(717), 1, + ACTIONS(2133), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(719), 1, + ACTIONS(2135), 1, aux_sym_temp_table_expression_token1, - ACTIONS(721), 1, + ACTIONS(2137), 1, aux_sym_current_changed_expression_token1, - ACTIONS(723), 1, + ACTIONS(2139), 1, aux_sym_locked_expression_token1, - ACTIONS(725), 1, + ACTIONS(2141), 1, aux_sym_dataset_expression_token1, - ACTIONS(727), 1, + ACTIONS(2143), 1, aux_sym_input_expression_token1, - ACTIONS(729), 1, - aux_sym_scope_tuning_token1, - ACTIONS(733), 1, + ACTIONS(2145), 1, aux_sym_if_statement_token1, - ACTIONS(743), 1, + ACTIONS(2147), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1409), 1, + STATE(2563), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(895), 2, + STATE(910), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -122628,12 +123195,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -122655,76 +123222,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [78912] = 30, + [79407] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1781), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(1783), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(1789), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(1791), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(1793), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(1795), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(1797), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1799), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1801), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1803), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1805), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1807), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1809), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1811), 1, - aux_sym_scope_tuning_token1, - ACTIONS(1813), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1815), 1, - aux_sym_can_find_expression_token1, - ACTIONS(1817), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - ACTIONS(1821), 1, - sym__escaped_string, - STATE(1864), 1, - sym__expression, - STATE(2373), 1, + STATE(16), 1, sym_object_access, - STATE(2731), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(1785), 2, + STATE(2816), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(1819), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(896), 2, - sym_comment, - sym_include, - STATE(2423), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(1787), 4, + STATE(911), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2737), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2735), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -122746,7 +123313,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [79033] = 30, + [79528] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -122763,46 +123330,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2253), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2131), 1, aux_sym_unary_expression_token2, - ACTIONS(2255), 1, + ACTIONS(2133), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2257), 1, + ACTIONS(2135), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2259), 1, + ACTIONS(2137), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2261), 1, + ACTIONS(2139), 1, aux_sym_locked_expression_token1, - ACTIONS(2263), 1, + ACTIONS(2141), 1, aux_sym_dataset_expression_token1, - ACTIONS(2265), 1, + ACTIONS(2143), 1, aux_sym_input_expression_token1, - ACTIONS(2267), 1, + ACTIONS(2145), 1, aux_sym_if_statement_token1, - ACTIONS(2269), 1, + ACTIONS(2147), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1184), 1, + STATE(2564), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(897), 2, + STATE(912), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -122810,12 +123377,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -122837,76 +123404,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [79154] = 30, + [79649] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1679), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1681), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1687), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1689), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1691), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1693), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(2253), 1, + ACTIONS(1695), 1, aux_sym_unary_expression_token2, - ACTIONS(2255), 1, + ACTIONS(1697), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2257), 1, + ACTIONS(1699), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2259), 1, + ACTIONS(1701), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2261), 1, + ACTIONS(1703), 1, aux_sym_locked_expression_token1, - ACTIONS(2263), 1, + ACTIONS(1705), 1, aux_sym_dataset_expression_token1, - ACTIONS(2265), 1, + ACTIONS(1707), 1, aux_sym_input_expression_token1, - ACTIONS(2267), 1, + ACTIONS(1709), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1711), 1, aux_sym_if_statement_token1, - ACTIONS(2269), 1, + ACTIONS(1713), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1715), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1719), 1, + sym__escaped_string, + STATE(1512), 1, + sym__expression, + STATE(1664), 1, sym_object_access, - STATE(35), 1, + STATE(2758), 1, sym__decimal_literal, - STATE(1182), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1683), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1717), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(898), 2, + STATE(913), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2446), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1685), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2706), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2703), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -122928,76 +123495,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [79275] = 30, + [79770] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2151), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2153), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2159), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2161), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2163), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2165), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2167), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(2169), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2171), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2173), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2175), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(2177), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(2179), 1, - aux_sym_input_expression_token1, - ACTIONS(2181), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(2183), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(2185), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2187), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2191), 1, - sym__escaped_string, - STATE(2464), 1, - sym__expression, - STATE(2564), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(3037), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2155), 2, + STATE(2695), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2189), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(899), 2, - sym_comment, - sym_include, - STATE(2659), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2157), 4, + STATE(914), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3127), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3126), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -123019,7 +123586,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [79396] = 30, + [79891] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -123036,46 +123603,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1925), 1, + aux_sym_input_expression_token1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2201), 1, + STATE(1417), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(900), 2, + STATE(915), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -123083,12 +123650,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -123110,76 +123677,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [79517] = 30, + [80012] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1238), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1240), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1246), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1248), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1250), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1252), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1254), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1256), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1258), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1260), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1262), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1264), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1266), 1, + aux_sym_input_expression_token1, + ACTIONS(1268), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1270), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1276), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1278), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1282), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(993), 1, + sym__expression, + STATE(1039), 1, sym_object_access, - STATE(35), 1, + STATE(1115), 1, sym__decimal_literal, - STATE(2203), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1242), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1280), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(901), 2, + STATE(916), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1019), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1244), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1074), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1112), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -123201,7 +123768,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [79638] = 30, + [80133] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -123218,46 +123785,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2131), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(2133), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(2135), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(2137), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(2139), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(2141), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(2143), 1, + aux_sym_input_expression_token1, + ACTIONS(2145), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(2147), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2204), 1, + STATE(2565), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(902), 2, + STATE(917), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -123265,12 +123832,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -123292,7 +123859,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [79759] = 30, + [80254] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -123309,46 +123876,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(2221), 1, + aux_sym_input_expression_token1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2205), 1, + STATE(2895), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(903), 2, + STATE(918), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -123356,12 +123923,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -123383,7 +123950,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [79880] = 30, + [80375] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -123400,46 +123967,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2253), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(2255), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2257), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2259), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2261), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(2263), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(2265), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(2267), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(2269), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1178), 1, + STATE(2908), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(904), 2, + STATE(919), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -123447,12 +124014,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -123474,76 +124041,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [80001] = 30, + [80496] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2049), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2051), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2057), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2059), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2061), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2063), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2065), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2131), 1, aux_sym_unary_expression_token2, - ACTIONS(2067), 1, + ACTIONS(2133), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2069), 1, + ACTIONS(2135), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2071), 1, + ACTIONS(2137), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2073), 1, + ACTIONS(2139), 1, aux_sym_locked_expression_token1, - ACTIONS(2075), 1, + ACTIONS(2141), 1, aux_sym_dataset_expression_token1, - ACTIONS(2077), 1, + ACTIONS(2143), 1, aux_sym_input_expression_token1, - ACTIONS(2079), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2081), 1, + ACTIONS(2145), 1, aux_sym_if_statement_token1, - ACTIONS(2083), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2085), 1, + ACTIONS(2147), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2089), 1, - sym__escaped_string, - STATE(2436), 1, - sym__expression, - STATE(2573), 1, + STATE(16), 1, sym_object_access, - STATE(3084), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2053), 2, + STATE(2568), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2087), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(905), 2, - sym_comment, - sym_include, - STATE(2655), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2055), 4, + STATE(920), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3103), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3098), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -123565,76 +124132,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [80122] = 30, + [80617] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1679), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1681), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1687), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1689), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1691), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1693), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1695), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1697), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1699), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1701), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1703), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1705), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1707), 1, + aux_sym_input_expression_token1, + ACTIONS(1709), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1711), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1713), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1715), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1719), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(1533), 1, + sym__expression, + STATE(1664), 1, sym_object_access, - STATE(35), 1, + STATE(2758), 1, sym__decimal_literal, - STATE(2207), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1683), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1717), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(906), 2, + STATE(921), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2446), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1685), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2706), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2703), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -123656,76 +124223,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [80243] = 30, + [80738] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(801), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(805), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(813), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(815), 1, anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(821), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(2253), 1, + ACTIONS(823), 1, aux_sym_unary_expression_token2, - ACTIONS(2255), 1, + ACTIONS(825), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2257), 1, + ACTIONS(827), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2259), 1, + ACTIONS(829), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2261), 1, + ACTIONS(831), 1, aux_sym_locked_expression_token1, - ACTIONS(2263), 1, + ACTIONS(833), 1, aux_sym_dataset_expression_token1, - ACTIONS(2265), 1, + ACTIONS(835), 1, aux_sym_input_expression_token1, - ACTIONS(2267), 1, + ACTIONS(837), 1, + aux_sym_scope_tuning_token1, + ACTIONS(839), 1, aux_sym_if_statement_token1, - ACTIONS(2269), 1, + ACTIONS(841), 1, + aux_sym_can_find_expression_token1, + ACTIONS(843), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(855), 1, + sym__escaped_string, + ACTIONS(1393), 1, + anon_sym_LPAREN, + STATE(1010), 1, + sym__expression, + STATE(1077), 1, sym_object_access, - STATE(35), 1, + STATE(1131), 1, sym__decimal_literal, - STATE(1213), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(809), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(907), 2, + STATE(922), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1042), 2, + sym_function_call, + sym_new_expression, + ACTIONS(811), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1118), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1124), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -123747,167 +124314,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [80364] = 30, + [80859] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(801), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(805), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(813), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(815), 1, anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(821), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1971), 1, + ACTIONS(823), 1, aux_sym_unary_expression_token2, - ACTIONS(1973), 1, + ACTIONS(825), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1975), 1, + ACTIONS(827), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1977), 1, + ACTIONS(829), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1979), 1, + ACTIONS(831), 1, aux_sym_locked_expression_token1, - ACTIONS(1981), 1, + ACTIONS(833), 1, aux_sym_dataset_expression_token1, - ACTIONS(1983), 1, + ACTIONS(835), 1, aux_sym_input_expression_token1, - ACTIONS(1985), 1, + ACTIONS(837), 1, + aux_sym_scope_tuning_token1, + ACTIONS(839), 1, aux_sym_if_statement_token1, - ACTIONS(1987), 1, + ACTIONS(841), 1, + aux_sym_can_find_expression_token1, + ACTIONS(843), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(855), 1, + sym__escaped_string, + ACTIONS(1393), 1, + anon_sym_LPAREN, + STATE(1009), 1, + sym__expression, + STATE(1077), 1, sym_object_access, - STATE(35), 1, + STATE(1131), 1, sym__decimal_literal, - STATE(2622), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(809), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(908), 2, + STATE(923), 2, sym_comment, sym_include, - ACTIONS(671), 4, - aux_sym_boolean_literal_token1, - aux_sym_boolean_literal_token2, - aux_sym_boolean_literal_token3, - aux_sym_boolean_literal_token4, - STATE(37), 4, - sym_logical_expression, - sym_additive_expression, - sym_multiplicative_expression, - sym_comparison_expression, - STATE(31), 21, - sym_constant, - sym_qualified_name, - sym_boolean_literal, - sym_number_literal, - sym_string_literal, - sym_array_literal, - sym_parenthesized_expression, - sym_unary_expression, - sym_ambiguous_expression, - sym_temp_table_expression, - sym_current_changed_expression, - sym_locked_expression, - sym_dataset_expression, - sym_input_expression, - sym__binary_expression, - sym_array_access, - sym_ternary_expression, - sym_member_access, - sym_can_find_expression, - sym_accumulate_expression, - sym_available_expression, - [80485] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(665), 1, - sym_identifier, - 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(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1971), 1, - aux_sym_unary_expression_token2, - ACTIONS(1973), 1, - aux_sym_ambiguous_expression_token1, - ACTIONS(1975), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(1977), 1, - aux_sym_current_changed_expression_token1, - ACTIONS(1979), 1, - aux_sym_locked_expression_token1, - ACTIONS(1981), 1, - aux_sym_dataset_expression_token1, - ACTIONS(1983), 1, - aux_sym_input_expression_token1, - ACTIONS(1985), 1, - aux_sym_if_statement_token1, - ACTIONS(1987), 1, - aux_sym_accumulate_expression_token1, - STATE(13), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(2636), 1, - sym__expression, - ACTIONS(669), 2, - sym_null_expression, - sym_date_literal, - ACTIONS(709), 2, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - STATE(19), 2, + STATE(1042), 2, sym_function_call, sym_new_expression, - STATE(909), 2, - sym_comment, - sym_include, - ACTIONS(671), 4, + ACTIONS(811), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1118), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1124), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -123929,7 +124405,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [80606] = 30, + [80980] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -123946,46 +124422,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2253), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(2255), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2257), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2259), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2261), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(2263), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(2265), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(2267), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(2269), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1198), 1, + STATE(2817), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(910), 2, + STATE(924), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -123993,12 +124469,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -124020,7 +124496,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [80727] = 30, + [81101] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -124037,46 +124513,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1971), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2131), 1, aux_sym_unary_expression_token2, - ACTIONS(1973), 1, + ACTIONS(2133), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1975), 1, + ACTIONS(2135), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1977), 1, + ACTIONS(2137), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1979), 1, + ACTIONS(2139), 1, aux_sym_locked_expression_token1, - ACTIONS(1981), 1, + ACTIONS(2141), 1, aux_sym_dataset_expression_token1, - ACTIONS(1983), 1, + ACTIONS(2143), 1, aux_sym_input_expression_token1, - ACTIONS(1985), 1, + ACTIONS(2145), 1, aux_sym_if_statement_token1, - ACTIONS(1987), 1, + ACTIONS(2147), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2635), 1, + STATE(1670), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(911), 2, + STATE(925), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -124084,12 +124560,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -124111,7 +124587,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [80848] = 30, + [81222] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -124128,46 +124604,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1971), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1973), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1975), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1977), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1979), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1981), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1983), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1985), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1987), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2632), 1, + STATE(2818), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(912), 2, + STATE(926), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -124175,12 +124651,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -124202,7 +124678,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [80969] = 30, + [81343] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -124219,46 +124695,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2253), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(2255), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2257), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2259), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2261), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(2263), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(2265), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(2267), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(2269), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(1204), 1, + STATE(2819), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(913), 2, + STATE(927), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -124266,12 +124742,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -124293,7 +124769,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [81090] = 30, + [81464] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -124310,46 +124786,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1971), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1973), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1975), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1977), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1979), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1981), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1983), 1, - aux_sym_input_expression_token1, - ACTIONS(1985), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1987), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2630), 1, + STATE(2725), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(914), 2, + STATE(928), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -124357,12 +124833,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -124384,7 +124860,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [81211] = 30, + [81585] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -124401,46 +124877,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1971), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2131), 1, aux_sym_unary_expression_token2, - ACTIONS(1973), 1, + ACTIONS(2133), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1975), 1, + ACTIONS(2135), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1977), 1, + ACTIONS(2137), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1979), 1, + ACTIONS(2139), 1, aux_sym_locked_expression_token1, - ACTIONS(1981), 1, + ACTIONS(2141), 1, aux_sym_dataset_expression_token1, - ACTIONS(1983), 1, + ACTIONS(2143), 1, aux_sym_input_expression_token1, - ACTIONS(1985), 1, + ACTIONS(2145), 1, aux_sym_if_statement_token1, - ACTIONS(1987), 1, + ACTIONS(2147), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2629), 1, + STATE(2569), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(915), 2, + STATE(929), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -124448,12 +124924,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -124475,76 +124951,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [81332] = 30, + [81706] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2151), 1, + ACTIONS(801), 1, sym_identifier, - ACTIONS(2153), 1, + ACTIONS(805), 1, anon_sym_LBRACE, - ACTIONS(2159), 1, + ACTIONS(813), 1, sym__integer_literal, - ACTIONS(2161), 1, + ACTIONS(815), 1, anon_sym_LBRACK, - ACTIONS(2163), 1, - anon_sym_LPAREN, - ACTIONS(2165), 1, + ACTIONS(821), 1, aux_sym_unary_expression_token1, - ACTIONS(2167), 1, + ACTIONS(823), 1, aux_sym_unary_expression_token2, - ACTIONS(2169), 1, + ACTIONS(825), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2171), 1, + ACTIONS(827), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2173), 1, + ACTIONS(829), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2175), 1, + ACTIONS(831), 1, aux_sym_locked_expression_token1, - ACTIONS(2177), 1, + ACTIONS(833), 1, aux_sym_dataset_expression_token1, - ACTIONS(2179), 1, + ACTIONS(835), 1, aux_sym_input_expression_token1, - ACTIONS(2181), 1, + ACTIONS(837), 1, aux_sym_scope_tuning_token1, - ACTIONS(2183), 1, + ACTIONS(839), 1, aux_sym_if_statement_token1, - ACTIONS(2185), 1, + ACTIONS(841), 1, aux_sym_can_find_expression_token1, - ACTIONS(2187), 1, + ACTIONS(843), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2191), 1, + ACTIONS(855), 1, sym__escaped_string, - STATE(2456), 1, + ACTIONS(1393), 1, + anon_sym_LPAREN, + STATE(1008), 1, sym__expression, - STATE(2564), 1, + STATE(1077), 1, sym_object_access, - STATE(3037), 1, + STATE(1131), 1, sym__decimal_literal, - ACTIONS(2155), 2, + ACTIONS(809), 2, sym_null_expression, sym_date_literal, - ACTIONS(2189), 2, + ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(916), 2, + STATE(930), 2, sym_comment, sym_include, - STATE(2659), 2, + STATE(1042), 2, sym_function_call, sym_new_expression, - ACTIONS(2157), 4, + ACTIONS(811), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3127), 4, + STATE(1118), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3126), 21, + STATE(1124), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -124566,76 +125042,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [81453] = 30, + [81827] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2151), 1, + ACTIONS(801), 1, sym_identifier, - ACTIONS(2153), 1, + ACTIONS(805), 1, anon_sym_LBRACE, - ACTIONS(2159), 1, + ACTIONS(813), 1, sym__integer_literal, - ACTIONS(2161), 1, + ACTIONS(815), 1, anon_sym_LBRACK, - ACTIONS(2163), 1, - anon_sym_LPAREN, - ACTIONS(2165), 1, + ACTIONS(821), 1, aux_sym_unary_expression_token1, - ACTIONS(2167), 1, + ACTIONS(823), 1, aux_sym_unary_expression_token2, - ACTIONS(2169), 1, + ACTIONS(825), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2171), 1, + ACTIONS(827), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2173), 1, + ACTIONS(829), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2175), 1, + ACTIONS(831), 1, aux_sym_locked_expression_token1, - ACTIONS(2177), 1, + ACTIONS(833), 1, aux_sym_dataset_expression_token1, - ACTIONS(2179), 1, + ACTIONS(835), 1, aux_sym_input_expression_token1, - ACTIONS(2181), 1, + ACTIONS(837), 1, aux_sym_scope_tuning_token1, - ACTIONS(2183), 1, + ACTIONS(839), 1, aux_sym_if_statement_token1, - ACTIONS(2185), 1, + ACTIONS(841), 1, aux_sym_can_find_expression_token1, - ACTIONS(2187), 1, + ACTIONS(843), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2191), 1, + ACTIONS(855), 1, sym__escaped_string, - STATE(2452), 1, + ACTIONS(1393), 1, + anon_sym_LPAREN, + STATE(1007), 1, sym__expression, - STATE(2564), 1, + STATE(1077), 1, sym_object_access, - STATE(3037), 1, + STATE(1131), 1, sym__decimal_literal, - ACTIONS(2155), 2, + ACTIONS(809), 2, sym_null_expression, sym_date_literal, - ACTIONS(2189), 2, + ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(917), 2, + STATE(931), 2, sym_comment, sym_include, - STATE(2659), 2, + STATE(1042), 2, sym_function_call, sym_new_expression, - ACTIONS(2157), 4, + ACTIONS(811), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3127), 4, + STATE(1118), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3126), 21, + STATE(1124), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -124657,76 +125133,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [81574] = 30, + [81948] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2151), 1, + ACTIONS(801), 1, sym_identifier, - ACTIONS(2153), 1, + ACTIONS(805), 1, anon_sym_LBRACE, - ACTIONS(2159), 1, + ACTIONS(813), 1, sym__integer_literal, - ACTIONS(2161), 1, + ACTIONS(815), 1, anon_sym_LBRACK, - ACTIONS(2163), 1, - anon_sym_LPAREN, - ACTIONS(2165), 1, + ACTIONS(821), 1, aux_sym_unary_expression_token1, - ACTIONS(2167), 1, + ACTIONS(823), 1, aux_sym_unary_expression_token2, - ACTIONS(2169), 1, + ACTIONS(825), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2171), 1, + ACTIONS(827), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2173), 1, + ACTIONS(829), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2175), 1, + ACTIONS(831), 1, aux_sym_locked_expression_token1, - ACTIONS(2177), 1, + ACTIONS(833), 1, aux_sym_dataset_expression_token1, - ACTIONS(2179), 1, + ACTIONS(835), 1, aux_sym_input_expression_token1, - ACTIONS(2181), 1, + ACTIONS(837), 1, aux_sym_scope_tuning_token1, - ACTIONS(2183), 1, + ACTIONS(839), 1, aux_sym_if_statement_token1, - ACTIONS(2185), 1, + ACTIONS(841), 1, aux_sym_can_find_expression_token1, - ACTIONS(2187), 1, + ACTIONS(843), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2191), 1, + ACTIONS(855), 1, sym__escaped_string, - STATE(2450), 1, + ACTIONS(1393), 1, + anon_sym_LPAREN, + STATE(1006), 1, sym__expression, - STATE(2564), 1, + STATE(1077), 1, sym_object_access, - STATE(3037), 1, + STATE(1131), 1, sym__decimal_literal, - ACTIONS(2155), 2, + ACTIONS(809), 2, sym_null_expression, sym_date_literal, - ACTIONS(2189), 2, + ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(918), 2, + STATE(932), 2, sym_comment, sym_include, - STATE(2659), 2, + STATE(1042), 2, sym_function_call, sym_new_expression, - ACTIONS(2157), 4, + ACTIONS(811), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3127), 4, + STATE(1118), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3126), 21, + STATE(1124), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -124748,76 +125224,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [81695] = 30, + [82069] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2151), 1, + ACTIONS(801), 1, sym_identifier, - ACTIONS(2153), 1, + ACTIONS(805), 1, anon_sym_LBRACE, - ACTIONS(2159), 1, + ACTIONS(813), 1, sym__integer_literal, - ACTIONS(2161), 1, + ACTIONS(815), 1, anon_sym_LBRACK, - ACTIONS(2163), 1, - anon_sym_LPAREN, - ACTIONS(2165), 1, + ACTIONS(821), 1, aux_sym_unary_expression_token1, - ACTIONS(2167), 1, + ACTIONS(823), 1, aux_sym_unary_expression_token2, - ACTIONS(2169), 1, + ACTIONS(825), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2171), 1, + ACTIONS(827), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2173), 1, + ACTIONS(829), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2175), 1, + ACTIONS(831), 1, aux_sym_locked_expression_token1, - ACTIONS(2177), 1, + ACTIONS(833), 1, aux_sym_dataset_expression_token1, - ACTIONS(2179), 1, + ACTIONS(835), 1, aux_sym_input_expression_token1, - ACTIONS(2181), 1, + ACTIONS(837), 1, aux_sym_scope_tuning_token1, - ACTIONS(2183), 1, + ACTIONS(839), 1, aux_sym_if_statement_token1, - ACTIONS(2185), 1, + ACTIONS(841), 1, aux_sym_can_find_expression_token1, - ACTIONS(2187), 1, + ACTIONS(843), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2191), 1, + ACTIONS(855), 1, sym__escaped_string, - STATE(2448), 1, + ACTIONS(1393), 1, + anon_sym_LPAREN, + STATE(1005), 1, sym__expression, - STATE(2564), 1, + STATE(1077), 1, sym_object_access, - STATE(3037), 1, + STATE(1131), 1, sym__decimal_literal, - ACTIONS(2155), 2, + ACTIONS(809), 2, sym_null_expression, sym_date_literal, - ACTIONS(2189), 2, + ACTIONS(845), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(919), 2, + STATE(933), 2, sym_comment, sym_include, - STATE(2659), 2, + STATE(1042), 2, sym_function_call, sym_new_expression, - ACTIONS(2157), 4, + ACTIONS(811), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3127), 4, + STATE(1118), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3126), 21, + STATE(1124), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -124839,76 +125315,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [81816] = 30, + [82190] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2151), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2153), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2159), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2161), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2163), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2165), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2167), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(2169), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2171), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2173), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2175), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(2177), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(2179), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(2181), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2183), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(2185), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2187), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2191), 1, - sym__escaped_string, - STATE(2446), 1, - sym__expression, - STATE(2564), 1, + STATE(16), 1, sym_object_access, - STATE(3037), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2155), 2, + STATE(1416), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2189), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(920), 2, - sym_comment, - sym_include, - STATE(2659), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2157), 4, + STATE(934), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3127), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3126), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -124930,7 +125406,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [81937] = 30, + [82311] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -124947,46 +125423,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2193), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(2195), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2197), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2199), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2201), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(2203), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(2205), 1, + ACTIONS(1925), 1, aux_sym_input_expression_token1, - ACTIONS(2207), 1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(2209), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2687), 1, + STATE(1414), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(921), 2, + STATE(935), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -124994,12 +125470,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -125021,7 +125497,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [82058] = 30, + [82432] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -125038,46 +125514,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1925), 1, + aux_sym_input_expression_token1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2261), 1, + STATE(1413), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(922), 2, + STATE(936), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -125085,12 +125561,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -125112,7 +125588,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [82179] = 30, + [82553] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -125129,46 +125605,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1925), 1, + aux_sym_input_expression_token1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2265), 1, + STATE(1412), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(923), 2, + STATE(937), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -125176,12 +125652,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -125203,7 +125679,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [82300] = 30, + [82674] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -125220,46 +125696,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(2221), 1, + aux_sym_input_expression_token1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2266), 1, + STATE(2869), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(924), 2, + STATE(938), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -125267,12 +125743,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -125294,7 +125770,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [82421] = 30, + [82795] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -125311,46 +125787,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2053), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(2055), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(2057), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(2059), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(2061), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(2063), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(2065), 1, + aux_sym_input_expression_token1, + ACTIONS(2067), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(2069), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2267), 1, + STATE(2686), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(925), 2, + STATE(939), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -125358,12 +125834,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -125385,7 +125861,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [82542] = 30, + [82916] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -125402,46 +125878,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1913), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1915), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1917), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1919), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1921), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1923), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1925), 1, + aux_sym_input_expression_token1, + ACTIONS(1927), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1929), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2269), 1, + STATE(1411), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(926), 2, + STATE(940), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -125449,12 +125925,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -125476,76 +125952,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [82663] = 30, + [83037] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1679), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1681), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1687), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1689), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1691), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1693), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(1707), 1, + ACTIONS(1695), 1, aux_sym_unary_expression_token2, - ACTIONS(1709), 1, + ACTIONS(1697), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1711), 1, + ACTIONS(1699), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1713), 1, + ACTIONS(1701), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1715), 1, + ACTIONS(1703), 1, aux_sym_locked_expression_token1, - ACTIONS(1717), 1, + ACTIONS(1705), 1, aux_sym_dataset_expression_token1, - ACTIONS(1719), 1, + ACTIONS(1707), 1, aux_sym_input_expression_token1, - ACTIONS(1721), 1, + ACTIONS(1709), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1711), 1, aux_sym_if_statement_token1, - ACTIONS(1723), 1, + ACTIONS(1713), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1715), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1719), 1, + sym__escaped_string, + STATE(1522), 1, + sym__expression, + STATE(1664), 1, sym_object_access, - STATE(35), 1, + STATE(2758), 1, sym__decimal_literal, - STATE(1800), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1683), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1717), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(927), 2, + STATE(941), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(2446), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1685), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(2706), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(2703), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -125567,76 +126043,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [82784] = 30, + [83158] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1949), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1951), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1957), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1959), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1961), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1963), 1, aux_sym_unary_expression_token1, - ACTIONS(683), 1, + ACTIONS(1965), 1, aux_sym_unary_expression_token2, - ACTIONS(685), 1, + ACTIONS(1967), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(687), 1, + ACTIONS(1969), 1, aux_sym_temp_table_expression_token1, - ACTIONS(689), 1, + ACTIONS(1971), 1, aux_sym_current_changed_expression_token1, - ACTIONS(691), 1, + ACTIONS(1973), 1, aux_sym_locked_expression_token1, - ACTIONS(693), 1, + ACTIONS(1975), 1, aux_sym_dataset_expression_token1, - ACTIONS(697), 1, + ACTIONS(1977), 1, + aux_sym_input_expression_token1, + ACTIONS(1979), 1, aux_sym_scope_tuning_token1, - ACTIONS(701), 1, + ACTIONS(1981), 1, aux_sym_if_statement_token1, - ACTIONS(703), 1, + ACTIONS(1983), 1, aux_sym_can_find_expression_token1, - ACTIONS(707), 1, + ACTIONS(1985), 1, aux_sym_accumulate_expression_token1, - ACTIONS(711), 1, + ACTIONS(1989), 1, sym__escaped_string, - ACTIONS(1470), 1, - aux_sym_input_expression_token1, - STATE(13), 1, + STATE(1079), 1, + sym__expression, + STATE(1121), 1, sym_object_access, - STATE(35), 1, + STATE(1213), 1, sym__decimal_literal, - STATE(2270), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1953), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1987), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, - sym_function_call, - sym_new_expression, - STATE(928), 2, + STATE(942), 2, sym_comment, sym_include, - ACTIONS(671), 4, + STATE(1161), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1955), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(1193), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1208), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -125658,7 +126134,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [82905] = 30, + [83279] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -125675,46 +126151,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1567), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1581), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1583), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2532), 1, + STATE(2820), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(929), 2, + STATE(943), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -125722,12 +126198,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -125749,7 +126225,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [83026] = 30, + [83400] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -125766,46 +126242,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1567), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2053), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, + ACTIONS(2055), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, + ACTIONS(2057), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, + ACTIONS(2059), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, + ACTIONS(2061), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, + ACTIONS(2063), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, + ACTIONS(2065), 1, aux_sym_input_expression_token1, - ACTIONS(1581), 1, + ACTIONS(2067), 1, aux_sym_if_statement_token1, - ACTIONS(1583), 1, + ACTIONS(2069), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2533), 1, + STATE(2682), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(930), 2, + STATE(944), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -125813,12 +126289,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -125840,7 +126316,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [83147] = 30, + [83521] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -125857,46 +126333,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2193), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2053), 1, aux_sym_unary_expression_token2, - ACTIONS(2195), 1, + ACTIONS(2055), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2197), 1, + ACTIONS(2057), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2199), 1, + ACTIONS(2059), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2201), 1, + ACTIONS(2061), 1, aux_sym_locked_expression_token1, - ACTIONS(2203), 1, + ACTIONS(2063), 1, aux_sym_dataset_expression_token1, - ACTIONS(2205), 1, + ACTIONS(2065), 1, aux_sym_input_expression_token1, - ACTIONS(2207), 1, + ACTIONS(2067), 1, aux_sym_if_statement_token1, - ACTIONS(2209), 1, + ACTIONS(2069), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2686), 1, + STATE(2698), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(931), 2, + STATE(945), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -125904,12 +126380,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -125931,7 +126407,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [83268] = 30, + [83642] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -125948,46 +126424,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1567), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2053), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, + ACTIONS(2055), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, + ACTIONS(2057), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, + ACTIONS(2059), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, + ACTIONS(2061), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, + ACTIONS(2063), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, + ACTIONS(2065), 1, aux_sym_input_expression_token1, - ACTIONS(1581), 1, + ACTIONS(2067), 1, aux_sym_if_statement_token1, - ACTIONS(1583), 1, + ACTIONS(2069), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2535), 1, + STATE(2667), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(932), 2, + STATE(946), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -125995,12 +126471,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -126022,7 +126498,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [83389] = 30, + [83763] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -126039,46 +126515,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1567), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2053), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, + ACTIONS(2055), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, + ACTIONS(2057), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, + ACTIONS(2059), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, + ACTIONS(2061), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, + ACTIONS(2063), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, + ACTIONS(2065), 1, aux_sym_input_expression_token1, - ACTIONS(1581), 1, + ACTIONS(2067), 1, aux_sym_if_statement_token1, - ACTIONS(1583), 1, + ACTIONS(2069), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2537), 1, + STATE(2659), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(933), 2, + STATE(947), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -126086,12 +126562,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -126113,7 +126589,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [83510] = 30, + [83884] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -126130,46 +126606,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1567), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1581), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1583), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2538), 1, + STATE(2821), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(934), 2, + STATE(948), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -126177,12 +126653,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(37), 4, + STATE(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [84005] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1949), 1, + sym_identifier, + ACTIONS(1951), 1, + anon_sym_LBRACE, + ACTIONS(1957), 1, + sym__integer_literal, + ACTIONS(1959), 1, + anon_sym_LBRACK, + ACTIONS(1961), 1, + anon_sym_LPAREN, + ACTIONS(1963), 1, + aux_sym_unary_expression_token1, + ACTIONS(1965), 1, + aux_sym_unary_expression_token2, + ACTIONS(1967), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(1969), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(1971), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(1973), 1, + aux_sym_locked_expression_token1, + ACTIONS(1975), 1, + aux_sym_dataset_expression_token1, + ACTIONS(1977), 1, + aux_sym_input_expression_token1, + ACTIONS(1979), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1981), 1, + aux_sym_if_statement_token1, + ACTIONS(1983), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1985), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1989), 1, + sym__escaped_string, + STATE(1080), 1, + sym__expression, + STATE(1121), 1, + sym_object_access, + STATE(1213), 1, + sym__decimal_literal, + ACTIONS(1953), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(1987), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(949), 2, + sym_comment, + sym_include, + STATE(1161), 2, + sym_function_call, + sym_new_expression, + ACTIONS(1955), 4, + aux_sym_boolean_literal_token1, + aux_sym_boolean_literal_token2, + aux_sym_boolean_literal_token3, + aux_sym_boolean_literal_token4, + STATE(1193), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(1208), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -126204,7 +126771,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [83631] = 30, + [84126] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -126221,46 +126788,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2271), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2131), 1, aux_sym_unary_expression_token2, - ACTIONS(2273), 1, + ACTIONS(2133), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2275), 1, + ACTIONS(2135), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2277), 1, + ACTIONS(2137), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2279), 1, + ACTIONS(2139), 1, aux_sym_locked_expression_token1, - ACTIONS(2281), 1, + ACTIONS(2141), 1, aux_sym_dataset_expression_token1, - ACTIONS(2283), 1, + ACTIONS(2143), 1, aux_sym_input_expression_token1, - ACTIONS(2285), 1, + ACTIONS(2145), 1, aux_sym_if_statement_token1, - ACTIONS(2287), 1, + ACTIONS(2147), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(3003), 1, + STATE(1668), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(935), 2, + STATE(950), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -126268,12 +126835,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -126295,7 +126862,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [83752] = 30, + [84247] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -126312,46 +126879,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1567), 1, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(1569), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1571), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1573), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1575), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(1577), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(1579), 1, - aux_sym_input_expression_token1, - ACTIONS(1581), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(1583), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2539), 1, + STATE(2727), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(936), 2, + STATE(951), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -126359,12 +126926,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -126386,7 +126953,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [83873] = 30, + [84368] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -126403,46 +126970,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2271), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1859), 1, aux_sym_unary_expression_token2, - ACTIONS(2273), 1, + ACTIONS(1861), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2275), 1, + ACTIONS(1863), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2277), 1, + ACTIONS(1865), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2279), 1, + ACTIONS(1867), 1, aux_sym_locked_expression_token1, - ACTIONS(2281), 1, + ACTIONS(1869), 1, aux_sym_dataset_expression_token1, - ACTIONS(2283), 1, + ACTIONS(1871), 1, aux_sym_input_expression_token1, - ACTIONS(2285), 1, + ACTIONS(1873), 1, aux_sym_if_statement_token1, - ACTIONS(2287), 1, + ACTIONS(1875), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2999), 1, + STATE(1236), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(937), 2, + STATE(952), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -126450,12 +127017,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -126477,76 +127044,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [83994] = 30, + [84489] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2211), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2213), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2219), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2221), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2223), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2225), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2227), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(2229), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2231), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2233), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2235), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(2237), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(2239), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(2241), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2243), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(2245), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2247), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2251), 1, - sym__escaped_string, - STATE(2059), 1, - sym__expression, - STATE(2420), 1, + STATE(16), 1, sym_object_access, - STATE(2956), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2215), 2, + STATE(2916), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2249), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(938), 2, - sym_comment, - sym_include, - STATE(2600), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2217), 4, + STATE(953), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2884), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2879), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -126568,7 +127135,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [84115] = 30, + [84610] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -126585,46 +127152,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2271), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2131), 1, aux_sym_unary_expression_token2, - ACTIONS(2273), 1, + ACTIONS(2133), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2275), 1, + ACTIONS(2135), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2277), 1, + ACTIONS(2137), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2279), 1, + ACTIONS(2139), 1, aux_sym_locked_expression_token1, - ACTIONS(2281), 1, + ACTIONS(2141), 1, aux_sym_dataset_expression_token1, - ACTIONS(2283), 1, + ACTIONS(2143), 1, aux_sym_input_expression_token1, - ACTIONS(2285), 1, + ACTIONS(2145), 1, aux_sym_if_statement_token1, - ACTIONS(2287), 1, + ACTIONS(2147), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2853), 1, + STATE(1658), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(939), 2, + STATE(954), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -126632,12 +127199,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -126659,76 +127226,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [84236] = 30, + [84731] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2211), 1, + ACTIONS(1000), 1, sym_identifier, - ACTIONS(2213), 1, + ACTIONS(1004), 1, anon_sym_LBRACE, - ACTIONS(2219), 1, + ACTIONS(1010), 1, sym__integer_literal, - ACTIONS(2221), 1, + ACTIONS(1012), 1, anon_sym_LBRACK, - ACTIONS(2223), 1, + ACTIONS(1014), 1, anon_sym_LPAREN, - ACTIONS(2225), 1, + ACTIONS(1016), 1, aux_sym_unary_expression_token1, - ACTIONS(2227), 1, + ACTIONS(1018), 1, aux_sym_unary_expression_token2, - ACTIONS(2229), 1, + ACTIONS(1020), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2231), 1, + ACTIONS(1022), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2233), 1, + ACTIONS(1024), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2235), 1, + ACTIONS(1026), 1, aux_sym_locked_expression_token1, - ACTIONS(2237), 1, + ACTIONS(1028), 1, aux_sym_dataset_expression_token1, - ACTIONS(2239), 1, + ACTIONS(1030), 1, aux_sym_input_expression_token1, - ACTIONS(2241), 1, + ACTIONS(1032), 1, aux_sym_scope_tuning_token1, - ACTIONS(2243), 1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - ACTIONS(2245), 1, + ACTIONS(1036), 1, aux_sym_can_find_expression_token1, - ACTIONS(2247), 1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2251), 1, + ACTIONS(1042), 1, sym__escaped_string, - STATE(2060), 1, + STATE(197), 1, sym__expression, - STATE(2420), 1, + STATE(245), 1, sym_object_access, - STATE(2956), 1, + STATE(304), 1, sym__decimal_literal, - ACTIONS(2215), 2, + ACTIONS(1006), 2, sym_null_expression, sym_date_literal, - ACTIONS(2249), 2, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(940), 2, - sym_comment, - sym_include, - STATE(2600), 2, + STATE(236), 2, sym_function_call, sym_new_expression, - ACTIONS(2217), 4, + STATE(955), 2, + sym_comment, + sym_include, + ACTIONS(1008), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2884), 4, + STATE(285), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2879), 21, + STATE(306), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -126750,76 +127317,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [84357] = 30, + [84852] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1000), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1004), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1010), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1012), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1014), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1016), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(2271), 1, + ACTIONS(1018), 1, aux_sym_unary_expression_token2, - ACTIONS(2273), 1, + ACTIONS(1020), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2275), 1, + ACTIONS(1022), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2277), 1, + ACTIONS(1024), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2279), 1, + ACTIONS(1026), 1, aux_sym_locked_expression_token1, - ACTIONS(2281), 1, + ACTIONS(1028), 1, aux_sym_dataset_expression_token1, - ACTIONS(2283), 1, + ACTIONS(1030), 1, aux_sym_input_expression_token1, - ACTIONS(2285), 1, + ACTIONS(1032), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - ACTIONS(2287), 1, + ACTIONS(1036), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1042), 1, + sym__escaped_string, + STATE(198), 1, + sym__expression, + STATE(245), 1, sym_object_access, - STATE(35), 1, + STATE(304), 1, sym__decimal_literal, - STATE(3019), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1006), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(236), 2, sym_function_call, sym_new_expression, - STATE(941), 2, + STATE(956), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1008), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(285), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(306), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -126841,76 +127408,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [84478] = 30, + [84973] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2211), 1, + ACTIONS(1000), 1, sym_identifier, - ACTIONS(2213), 1, + ACTIONS(1004), 1, anon_sym_LBRACE, - ACTIONS(2219), 1, + ACTIONS(1010), 1, sym__integer_literal, - ACTIONS(2221), 1, + ACTIONS(1012), 1, anon_sym_LBRACK, - ACTIONS(2223), 1, + ACTIONS(1014), 1, anon_sym_LPAREN, - ACTIONS(2225), 1, + ACTIONS(1016), 1, aux_sym_unary_expression_token1, - ACTIONS(2227), 1, + ACTIONS(1018), 1, aux_sym_unary_expression_token2, - ACTIONS(2229), 1, + ACTIONS(1020), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2231), 1, + ACTIONS(1022), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2233), 1, + ACTIONS(1024), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2235), 1, + ACTIONS(1026), 1, aux_sym_locked_expression_token1, - ACTIONS(2237), 1, + ACTIONS(1028), 1, aux_sym_dataset_expression_token1, - ACTIONS(2239), 1, + ACTIONS(1030), 1, aux_sym_input_expression_token1, - ACTIONS(2241), 1, + ACTIONS(1032), 1, aux_sym_scope_tuning_token1, - ACTIONS(2243), 1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - ACTIONS(2245), 1, + ACTIONS(1036), 1, aux_sym_can_find_expression_token1, - ACTIONS(2247), 1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2251), 1, + ACTIONS(1042), 1, sym__escaped_string, - STATE(2061), 1, + STATE(199), 1, sym__expression, - STATE(2420), 1, + STATE(245), 1, sym_object_access, - STATE(2956), 1, + STATE(304), 1, sym__decimal_literal, - ACTIONS(2215), 2, + ACTIONS(1006), 2, sym_null_expression, sym_date_literal, - ACTIONS(2249), 2, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(942), 2, - sym_comment, - sym_include, - STATE(2600), 2, + STATE(236), 2, sym_function_call, sym_new_expression, - ACTIONS(2217), 4, + STATE(957), 2, + sym_comment, + sym_include, + ACTIONS(1008), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2884), 4, + STATE(285), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2879), 21, + STATE(306), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -126932,76 +127499,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [84599] = 30, + [85094] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1000), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1004), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1010), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1012), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1014), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1016), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(2271), 1, + ACTIONS(1018), 1, aux_sym_unary_expression_token2, - ACTIONS(2273), 1, + ACTIONS(1020), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2275), 1, + ACTIONS(1022), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2277), 1, + ACTIONS(1024), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2279), 1, + ACTIONS(1026), 1, aux_sym_locked_expression_token1, - ACTIONS(2281), 1, + ACTIONS(1028), 1, aux_sym_dataset_expression_token1, - ACTIONS(2283), 1, + ACTIONS(1030), 1, aux_sym_input_expression_token1, - ACTIONS(2285), 1, + ACTIONS(1032), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - ACTIONS(2287), 1, + ACTIONS(1036), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1042), 1, + sym__escaped_string, + STATE(201), 1, + sym__expression, + STATE(245), 1, sym_object_access, - STATE(35), 1, + STATE(304), 1, sym__decimal_literal, - STATE(2987), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1006), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(236), 2, sym_function_call, sym_new_expression, - STATE(943), 2, + STATE(958), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1008), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(285), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(306), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -127023,76 +127590,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [84720] = 30, + [85215] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(665), 1, + ACTIONS(1000), 1, sym_identifier, - ACTIONS(667), 1, + ACTIONS(1004), 1, anon_sym_LBRACE, - ACTIONS(673), 1, + ACTIONS(1010), 1, sym__integer_literal, - ACTIONS(675), 1, + ACTIONS(1012), 1, anon_sym_LBRACK, - ACTIONS(677), 1, + ACTIONS(1014), 1, anon_sym_LPAREN, - ACTIONS(681), 1, + ACTIONS(1016), 1, aux_sym_unary_expression_token1, - ACTIONS(697), 1, - aux_sym_scope_tuning_token1, - ACTIONS(703), 1, - aux_sym_can_find_expression_token1, - ACTIONS(711), 1, - sym__escaped_string, - ACTIONS(2271), 1, + ACTIONS(1018), 1, aux_sym_unary_expression_token2, - ACTIONS(2273), 1, + ACTIONS(1020), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2275), 1, + ACTIONS(1022), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2277), 1, + ACTIONS(1024), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2279), 1, + ACTIONS(1026), 1, aux_sym_locked_expression_token1, - ACTIONS(2281), 1, + ACTIONS(1028), 1, aux_sym_dataset_expression_token1, - ACTIONS(2283), 1, + ACTIONS(1030), 1, aux_sym_input_expression_token1, - ACTIONS(2285), 1, + ACTIONS(1032), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - ACTIONS(2287), 1, + ACTIONS(1036), 1, + aux_sym_can_find_expression_token1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + ACTIONS(1042), 1, + sym__escaped_string, + STATE(202), 1, + sym__expression, + STATE(245), 1, sym_object_access, - STATE(35), 1, + STATE(304), 1, sym__decimal_literal, - STATE(2985), 1, - sym__expression, - ACTIONS(669), 2, + ACTIONS(1006), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(236), 2, sym_function_call, sym_new_expression, - STATE(944), 2, + STATE(959), 2, sym_comment, sym_include, - ACTIONS(671), 4, + ACTIONS(1008), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(37), 4, + STATE(285), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(306), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -127114,76 +127681,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [84841] = 30, + [85336] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2211), 1, + ACTIONS(1000), 1, sym_identifier, - ACTIONS(2213), 1, + ACTIONS(1004), 1, anon_sym_LBRACE, - ACTIONS(2219), 1, + ACTIONS(1010), 1, sym__integer_literal, - ACTIONS(2221), 1, + ACTIONS(1012), 1, anon_sym_LBRACK, - ACTIONS(2223), 1, + ACTIONS(1014), 1, anon_sym_LPAREN, - ACTIONS(2225), 1, + ACTIONS(1016), 1, aux_sym_unary_expression_token1, - ACTIONS(2227), 1, + ACTIONS(1018), 1, aux_sym_unary_expression_token2, - ACTIONS(2229), 1, + ACTIONS(1020), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2231), 1, + ACTIONS(1022), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2233), 1, + ACTIONS(1024), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2235), 1, + ACTIONS(1026), 1, aux_sym_locked_expression_token1, - ACTIONS(2237), 1, + ACTIONS(1028), 1, aux_sym_dataset_expression_token1, - ACTIONS(2239), 1, + ACTIONS(1030), 1, aux_sym_input_expression_token1, - ACTIONS(2241), 1, + ACTIONS(1032), 1, aux_sym_scope_tuning_token1, - ACTIONS(2243), 1, + ACTIONS(1034), 1, aux_sym_if_statement_token1, - ACTIONS(2245), 1, + ACTIONS(1036), 1, aux_sym_can_find_expression_token1, - ACTIONS(2247), 1, + ACTIONS(1038), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2251), 1, + ACTIONS(1042), 1, sym__escaped_string, - STATE(2070), 1, + STATE(195), 1, sym__expression, - STATE(2420), 1, + STATE(245), 1, sym_object_access, - STATE(2956), 1, + STATE(304), 1, sym__decimal_literal, - ACTIONS(2215), 2, + ACTIONS(1006), 2, sym_null_expression, sym_date_literal, - ACTIONS(2249), 2, + ACTIONS(1040), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(945), 2, - sym_comment, - sym_include, - STATE(2600), 2, + STATE(236), 2, sym_function_call, sym_new_expression, - ACTIONS(2217), 4, + STATE(960), 2, + sym_comment, + sym_include, + ACTIONS(1008), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2884), 4, + STATE(285), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2879), 21, + STATE(306), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -127205,76 +127772,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [84962] = 30, + [85457] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2211), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2213), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2219), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2221), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2223), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2225), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2227), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, aux_sym_unary_expression_token2, - ACTIONS(2229), 1, + ACTIONS(727), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2231), 1, + ACTIONS(729), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2233), 1, + ACTIONS(731), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2235), 1, + ACTIONS(733), 1, aux_sym_locked_expression_token1, - ACTIONS(2237), 1, + ACTIONS(735), 1, aux_sym_dataset_expression_token1, - ACTIONS(2239), 1, - aux_sym_input_expression_token1, - ACTIONS(2241), 1, + ACTIONS(739), 1, aux_sym_scope_tuning_token1, - ACTIONS(2243), 1, + ACTIONS(743), 1, aux_sym_if_statement_token1, - ACTIONS(2245), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2247), 1, + ACTIONS(747), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2251), 1, - sym__escaped_string, - STATE(2088), 1, - sym__expression, - STATE(2420), 1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + STATE(16), 1, sym_object_access, - STATE(2956), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2215), 2, + STATE(2635), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2249), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(946), 2, - sym_comment, - sym_include, - STATE(2600), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2217), 4, + STATE(961), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2884), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2879), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -127296,76 +127863,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [85083] = 30, + [85578] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2211), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2213), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2219), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2221), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2223), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2225), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2227), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(2229), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2231), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2233), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2235), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(2237), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(2239), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(2241), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2243), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(2245), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2247), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2251), 1, - sym__escaped_string, - STATE(2091), 1, - sym__expression, - STATE(2420), 1, + STATE(16), 1, sym_object_access, - STATE(2956), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2215), 2, + STATE(2976), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2249), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(947), 2, - sym_comment, - sym_include, - STATE(2600), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2217), 4, + STATE(962), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2884), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2879), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -127387,76 +127954,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [85204] = 30, + [85699] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2211), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2213), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2219), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2221), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2223), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2225), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2227), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(2229), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2231), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2233), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2235), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(2237), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(2239), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(2241), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2243), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(2245), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2247), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2251), 1, - sym__escaped_string, - STATE(1912), 1, - sym__expression, - STATE(2420), 1, + STATE(16), 1, sym_object_access, - STATE(2956), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2215), 2, + STATE(2937), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2249), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(948), 2, - sym_comment, - sym_include, - STATE(2600), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2217), 4, + STATE(963), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(2884), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(2879), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -127478,7 +128045,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [85325] = 30, + [85820] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -127495,46 +128062,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(1971), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(1973), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(1975), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(1977), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(1979), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(1981), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(1983), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(1985), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(1987), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2627), 1, + STATE(2913), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(949), 2, + STATE(964), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -127542,12 +128109,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -127569,76 +128136,76 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [85446] = 30, + [85941] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2007), 1, + ACTIONS(665), 1, sym_identifier, - ACTIONS(2009), 1, + ACTIONS(667), 1, anon_sym_LBRACE, - ACTIONS(2015), 1, + ACTIONS(673), 1, sym__integer_literal, - ACTIONS(2017), 1, + ACTIONS(675), 1, anon_sym_LBRACK, - ACTIONS(2019), 1, + ACTIONS(677), 1, anon_sym_LPAREN, - ACTIONS(2021), 1, + ACTIONS(681), 1, aux_sym_unary_expression_token1, - ACTIONS(2023), 1, + ACTIONS(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(2025), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2027), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2029), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2031), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(2033), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(2035), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(2037), 1, - aux_sym_scope_tuning_token1, - ACTIONS(2039), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(2041), 1, - aux_sym_can_find_expression_token1, - ACTIONS(2043), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - ACTIONS(2047), 1, - sym__escaped_string, - STATE(2431), 1, - sym__expression, - STATE(2618), 1, + STATE(16), 1, sym_object_access, - STATE(3044), 1, + STATE(49), 1, sym__decimal_literal, - ACTIONS(2011), 2, + STATE(2896), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(2045), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(950), 2, - sym_comment, - sym_include, - STATE(2706), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - ACTIONS(2013), 4, + STATE(965), 2, + sym_comment, + sym_include, + ACTIONS(671), 4, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, aux_sym_boolean_literal_token3, aux_sym_boolean_literal_token4, - STATE(3026), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(3088), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -127660,7 +128227,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [85567] = 30, + [86062] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -127677,46 +128244,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2193), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(2195), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2197), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2199), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2201), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(2203), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(2205), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(2207), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(2209), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2661), 1, + STATE(2879), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(951), 2, + STATE(966), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -127724,12 +128291,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -127751,7 +128318,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [85688] = 30, + [86183] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -127768,46 +128335,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2193), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(2195), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2197), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2199), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2201), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(2203), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(2205), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(2207), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(2209), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2665), 1, + STATE(2874), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(952), 2, + STATE(967), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -127815,12 +128382,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -127842,7 +128409,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [85809] = 30, + [86304] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -127859,46 +128426,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2193), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(2195), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2197), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2199), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2201), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(2203), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(2205), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(2207), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(2209), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2672), 1, + STATE(2873), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(953), 2, + STATE(968), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -127906,12 +128473,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -127933,7 +128500,7 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [85930] = 30, + [86425] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -127950,46 +128517,46 @@ 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(703), 1, + ACTIONS(709), 1, aux_sym_can_find_expression_token1, - ACTIONS(711), 1, + ACTIONS(719), 1, sym__escaped_string, - ACTIONS(2193), 1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, - ACTIONS(2195), 1, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, - ACTIONS(2197), 1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, - ACTIONS(2199), 1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, - ACTIONS(2201), 1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, - ACTIONS(2203), 1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, - ACTIONS(2205), 1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - ACTIONS(2207), 1, + ACTIONS(2223), 1, aux_sym_if_statement_token1, - ACTIONS(2209), 1, + ACTIONS(2225), 1, aux_sym_accumulate_expression_token1, - STATE(13), 1, + STATE(16), 1, sym_object_access, - STATE(35), 1, + STATE(49), 1, sym__decimal_literal, - STATE(2682), 1, + STATE(2867), 1, sym__expression, ACTIONS(669), 2, sym_null_expression, sym_date_literal, - ACTIONS(709), 2, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - STATE(19), 2, + STATE(13), 2, sym_function_call, sym_new_expression, - STATE(954), 2, + STATE(969), 2, sym_comment, sym_include, ACTIONS(671), 4, @@ -127997,12 +128564,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(37), 4, + STATE(29), 4, sym_logical_expression, sym_additive_expression, sym_multiplicative_expression, sym_comparison_expression, - STATE(31), 21, + STATE(48), 21, sym_constant, sym_qualified_name, sym_boolean_literal, @@ -128024,965 +128591,1584 @@ static const uint16_t ts_small_parse_table[] = { sym_can_find_expression, sym_accumulate_expression, sym_available_expression, - [86051] = 5, + [86546] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(955), 2, - sym_comment, - sym_include, - ACTIONS(172), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(174), 52, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(665), 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(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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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(2223), 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(2225), 1, aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2866), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [86121] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(956), 2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(970), 2, sym_comment, sym_include, - ACTIONS(252), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(254), 52, - 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(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [86667] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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(2223), 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(2225), 1, aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2865), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [86191] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(957), 2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(971), 2, sym_comment, sym_include, - ACTIONS(124), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(126), 52, - 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(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [86788] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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(2223), 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(2225), 1, aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2864), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [86261] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(958), 2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(972), 2, sym_comment, sym_include, - ACTIONS(180), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(182), 52, - 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(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [86909] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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(2223), 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(2225), 1, aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2789), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [86331] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(959), 2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(973), 2, sym_comment, sym_include, - ACTIONS(236), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(238), 52, - 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(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [87030] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2053), 1, aux_sym_unary_expression_token2, + ACTIONS(2055), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2057), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2059), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2061), 1, aux_sym_locked_expression_token1, + ACTIONS(2063), 1, aux_sym_dataset_expression_token1, + ACTIONS(2065), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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(2067), 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(2069), 1, aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2647), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [86401] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(960), 2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(974), 2, sym_comment, sym_include, - ACTIONS(228), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(230), 52, - 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(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [87151] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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(2223), 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(2225), 1, aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2853), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [86471] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(961), 2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(975), 2, sym_comment, sym_include, - ACTIONS(248), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(250), 52, - 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(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [87272] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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(2223), 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(2225), 1, aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2848), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [86541] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2307), 1, - anon_sym_LBRACK, - ACTIONS(2309), 1, - anon_sym_LPAREN, - ACTIONS(2311), 1, - sym__namedot, - ACTIONS(2313), 1, - sym__namecolon, - ACTIONS(2315), 1, - sym__namedoublecolon, - STATE(1098), 1, - aux_sym_object_access_repeat1, - STATE(1144), 1, - aux_sym_member_access_repeat1, - STATE(1152), 1, - sym_function_arguments, - STATE(1153), 1, - aux_sym_qualified_name_repeat1, - STATE(962), 2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(976), 2, sym_comment, sym_include, - ACTIONS(73), 5, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(67), 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, - [86631] = 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(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [87393] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(963), 2, - sym_comment, - sym_include, - ACTIONS(216), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(218), 52, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(665), 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(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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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(2223), 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(2225), 1, aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2837), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [86701] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(964), 2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(977), 2, sym_comment, sym_include, - ACTIONS(208), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(210), 52, - 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(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [87514] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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(2223), 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(2225), 1, aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2833), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [86771] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(965), 2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(978), 2, sym_comment, sym_include, - ACTIONS(128), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(130), 52, - 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(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [87635] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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(2223), 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(2225), 1, aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2832), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [86841] = 5, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(979), 2, + sym_comment, + sym_include, + 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(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [87756] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(966), 2, - sym_comment, - sym_include, - ACTIONS(192), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(194), 52, - anon_sym_SLASH, - anon_sym_LBRACE, + ACTIONS(665), 1, sym_identifier, - anon_sym_STAR, - sym__terminator, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, + aux_sym_unary_expression_token2, + ACTIONS(2211), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2213), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2215), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2217), 1, + aux_sym_locked_expression_token1, + ACTIONS(2219), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2221), 1, + aux_sym_input_expression_token1, + ACTIONS(2223), 1, + aux_sym_if_statement_token1, + ACTIONS(2225), 1, + aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2831), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(980), 2, + sym_comment, + sym_include, + 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(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [87877] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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(2223), 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(2225), 1, aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2830), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [86911] = 5, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(981), 2, + sym_comment, + sym_include, + 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(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [87998] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(967), 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, + ACTIONS(665), 1, sym_identifier, - anon_sym_STAR, - sym__terminator, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, + aux_sym_unary_expression_token2, + ACTIONS(2211), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(2213), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(2215), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(2217), 1, + aux_sym_locked_expression_token1, + ACTIONS(2219), 1, + aux_sym_dataset_expression_token1, + ACTIONS(2221), 1, + aux_sym_input_expression_token1, + ACTIONS(2223), 1, + aux_sym_if_statement_token1, + ACTIONS(2225), 1, + aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2828), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(982), 2, + sym_comment, + sym_include, + 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(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [88119] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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(2223), 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(2225), 1, aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2825), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [86981] = 5, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(983), 2, + sym_comment, + sym_include, + 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(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [88240] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(968), 2, - sym_comment, - sym_include, - ACTIONS(224), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(226), 52, - 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(725), 1, + aux_sym_unary_expression_token2, + ACTIONS(727), 1, + aux_sym_ambiguous_expression_token1, + ACTIONS(729), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(731), 1, + aux_sym_current_changed_expression_token1, + ACTIONS(733), 1, + aux_sym_locked_expression_token1, + ACTIONS(735), 1, + aux_sym_dataset_expression_token1, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(743), 1, + aux_sym_if_statement_token1, + ACTIONS(747), 1, + aux_sym_accumulate_expression_token1, + ACTIONS(1488), 1, + aux_sym_input_expression_token1, + ACTIONS(2315), 1, sym_identifier, - anon_sym_STAR, - sym__terminator, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2882), 1, + sym__expression, + ACTIONS(669), 2, sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(984), 2, + sym_comment, + sym_include, + 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(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [88361] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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(2223), 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(2225), 1, aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2824), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [87051] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(969), 2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(985), 2, sym_comment, sym_include, - ACTIONS(196), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(198), 52, - 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(29), 4, + sym_logical_expression, + sym_additive_expression, + sym_multiplicative_expression, + sym_comparison_expression, + STATE(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [88482] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(665), 1, + sym_identifier, + 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(709), 1, + aux_sym_can_find_expression_token1, + ACTIONS(719), 1, + sym__escaped_string, + ACTIONS(739), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2209), 1, aux_sym_unary_expression_token2, + ACTIONS(2211), 1, aux_sym_ambiguous_expression_token1, + ACTIONS(2213), 1, aux_sym_temp_table_expression_token1, + ACTIONS(2215), 1, aux_sym_current_changed_expression_token1, + ACTIONS(2217), 1, aux_sym_locked_expression_token1, + ACTIONS(2219), 1, aux_sym_dataset_expression_token1, + ACTIONS(2221), 1, aux_sym_input_expression_token1, + ACTIONS(2223), 1, + aux_sym_if_statement_token1, + ACTIONS(2225), 1, + aux_sym_accumulate_expression_token1, + STATE(16), 1, + sym_object_access, + STATE(49), 1, + sym__decimal_literal, + STATE(2822), 1, + sym__expression, + ACTIONS(669), 2, + sym_null_expression, + sym_date_literal, + ACTIONS(715), 2, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + STATE(13), 2, + sym_function_call, + sym_new_expression, + STATE(986), 2, + sym_comment, + sym_include, + 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(48), 21, + sym_constant, + sym_qualified_name, + sym_boolean_literal, + sym_number_literal, + sym_string_literal, + sym_array_literal, + sym_parenthesized_expression, + sym_unary_expression, + sym_ambiguous_expression, + sym_temp_table_expression, + sym_current_changed_expression, + sym_locked_expression, + sym_dataset_expression, + sym_input_expression, + sym__binary_expression, + sym_array_access, + sym_ternary_expression, + sym_member_access, + sym_can_find_expression, + sym_accumulate_expression, + sym_available_expression, + [88603] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2319), 1, + sym__escaped_string, + STATE(632), 1, + sym__comparison_operator, + STATE(633), 1, + sym__multiplicative_operator, + STATE(634), 1, + sym__additive_operator, + STATE(635), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(987), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -128997,36 +130183,9 @@ static 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, - [87121] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(970), 2, - sym_comment, - sym_include, - ACTIONS(184), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(186), 52, - anon_sym_SLASH, + ACTIONS(2317), 27, anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -129036,7 +130195,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -129045,9 +130203,45 @@ 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_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, + [88689] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1160), 1, + sym__escaped_string, + STATE(632), 1, + sym__comparison_operator, + STATE(633), 1, + sym__multiplicative_operator, + STATE(634), 1, + sym__additive_operator, + STATE(635), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(988), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -129062,36 +130256,9 @@ static 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, - [87191] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(971), 2, - sym_comment, - sym_include, - ACTIONS(67), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(73), 52, - anon_sym_SLASH, + ACTIONS(1158), 27, anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -129101,7 +130268,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -129110,9 +130276,45 @@ 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_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, + [88775] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1156), 1, + sym__escaped_string, + STATE(632), 1, + sym__comparison_operator, + STATE(633), 1, + sym__multiplicative_operator, + STATE(634), 1, + sym__additive_operator, + STATE(635), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(989), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -129127,36 +130329,9 @@ static 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, - [87261] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(972), 2, - sym_comment, - sym_include, - ACTIONS(200), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(202), 52, - anon_sym_SLASH, + ACTIONS(1154), 27, anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -129166,7 +130341,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -129175,9 +130349,45 @@ 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_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, + [88861] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1148), 1, + sym__escaped_string, + STATE(632), 1, + sym__comparison_operator, + STATE(633), 1, + sym__multiplicative_operator, + STATE(634), 1, + sym__additive_operator, + STATE(635), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(990), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -129192,36 +130402,9 @@ static 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, - [87331] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(973), 2, - sym_comment, - sym_include, - ACTIONS(244), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(246), 52, - anon_sym_SLASH, + ACTIONS(1146), 27, anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -129231,7 +130414,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -129240,9 +130422,45 @@ 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_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, + [88947] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1144), 1, + sym__escaped_string, + STATE(632), 1, + sym__comparison_operator, + STATE(633), 1, + sym__multiplicative_operator, + STATE(634), 1, + sym__additive_operator, + STATE(635), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(991), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -129257,36 +130475,9 @@ static 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, - [87401] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(974), 2, - sym_comment, - sym_include, - ACTIONS(152), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(154), 52, - anon_sym_SLASH, + ACTIONS(1142), 27, anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -129296,7 +130487,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -129305,9 +130495,45 @@ 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_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, + [89033] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1140), 1, + sym__escaped_string, + STATE(632), 1, + sym__comparison_operator, + STATE(633), 1, + sym__multiplicative_operator, + STATE(634), 1, + sym__additive_operator, + STATE(635), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(992), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -129322,36 +130548,9 @@ static 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, - [87471] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(975), 2, - sym_comment, - sym_include, - ACTIONS(240), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(242), 52, - anon_sym_SLASH, + ACTIONS(1138), 27, anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -129361,7 +130560,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -129370,9 +130568,45 @@ 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_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, + [89119] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2323), 1, + sym__escaped_string, + STATE(632), 1, + sym__comparison_operator, + STATE(633), 1, + sym__multiplicative_operator, + STATE(634), 1, + sym__additive_operator, + STATE(635), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(993), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -129387,36 +130621,9 @@ static 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, - [87541] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(976), 2, - sym_comment, - sym_include, - ACTIONS(232), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(234), 52, - anon_sym_SLASH, + ACTIONS(2321), 27, anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -129426,7 +130633,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -129435,139 +130641,45 @@ 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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_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, - [87611] = 5, + [89205] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(977), 2, - sym_comment, - sym_include, - ACTIONS(188), 3, - sym__or_operator, - sym__and_operator, + ACTIONS(1120), 1, sym__escaped_string, - ACTIONS(190), 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_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, + STATE(632), 1, + sym__comparison_operator, + STATE(633), 1, + sym__multiplicative_operator, + STATE(634), 1, + sym__additive_operator, + STATE(635), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [87681] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(978), 2, - sym_comment, - sym_include, - ACTIONS(220), 3, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(222), 52, + STATE(994), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, 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, + ACTIONS(1056), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -129582,36 +130694,9 @@ static 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, - [87751] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(979), 2, - sym_comment, - sym_include, - ACTIONS(204), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(206), 52, - anon_sym_SLASH, + ACTIONS(1118), 27, anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -129621,7 +130706,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -129630,74 +130714,45 @@ 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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_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, - [87821] = 5, + [89291] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(980), 2, - sym_comment, - sym_include, - ACTIONS(212), 3, + ACTIONS(1124), 1, + sym__escaped_string, + STATE(632), 1, + sym__comparison_operator, + STATE(633), 1, + sym__multiplicative_operator, + STATE(634), 1, + sym__additive_operator, + STATE(635), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(214), 52, + STATE(995), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, 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, + ACTIONS(1056), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -129712,36 +130767,9 @@ static 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, - [87891] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(981), 2, - sym_comment, - sym_include, - ACTIONS(176), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(178), 52, - anon_sym_SLASH, + ACTIONS(1122), 27, anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, - sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -129751,7 +130779,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -129760,60 +130787,42 @@ 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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_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, - [87961] = 9, + [89377] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(690), 1, - sym__logical_operator, - STATE(691), 1, - sym__additive_operator, - STATE(692), 1, - sym__multiplicative_operator, - STATE(693), 1, + STATE(632), 1, sym__comparison_operator, - STATE(982), 2, + STATE(633), 1, + sym__multiplicative_operator, + STATE(634), 1, + sym__additive_operator, + STATE(635), 1, + sym__logical_operator, + STATE(996), 2, sym_comment, sym_include, - ACTIONS(1221), 3, + ACTIONS(1128), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(1219), 47, + ACTIONS(1054), 4, anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 44, anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -129834,7 +130843,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -129857,33 +130865,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [88038] = 10, + [89457] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(690), 1, - sym__logical_operator, - STATE(691), 1, - sym__additive_operator, - STATE(692), 1, - sym__multiplicative_operator, - STATE(693), 1, + STATE(632), 1, sym__comparison_operator, - STATE(983), 2, + STATE(633), 1, + sym__multiplicative_operator, + STATE(634), 1, + sym__additive_operator, + STATE(635), 1, + sym__logical_operator, + STATE(997), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1225), 3, + ACTIONS(1132), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(1223), 44, + ACTIONS(1130), 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, @@ -129904,6 +130910,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -129926,35 +130934,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [88117] = 13, + [89535] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1213), 1, - sym__escaped_string, - STATE(690), 1, - sym__logical_operator, - STATE(691), 1, - sym__additive_operator, - STATE(692), 1, - sym__multiplicative_operator, - STATE(693), 1, + STATE(632), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(633), 1, + sym__multiplicative_operator, + STATE(634), 1, + sym__additive_operator, + STATE(635), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(984), 2, + STATE(998), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1136), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -129970,7 +130978,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1211), 27, + ACTIONS(1134), 27, anon_sym_LBRACE, sym_identifier, sym_null_expression, @@ -129998,35 +131006,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [88202] = 13, + [89619] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1209), 1, + ACTIONS(1152), 1, sym__escaped_string, - STATE(690), 1, - sym__logical_operator, - STATE(691), 1, - sym__additive_operator, - STATE(692), 1, - sym__multiplicative_operator, - STATE(693), 1, + STATE(632), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(633), 1, + sym__multiplicative_operator, + STATE(634), 1, + sym__additive_operator, + STATE(635), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(985), 2, + STATE(999), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -130042,7 +131051,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1207), 27, + ACTIONS(1150), 27, anon_sym_LBRACE, sym_identifier, sym_null_expression, @@ -130070,40 +131079,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [88287] = 13, - ACTIONS(3), 1, + [89705] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2319), 1, - sym__escaped_string, - STATE(690), 1, - sym__logical_operator, - STATE(691), 1, - sym__additive_operator, - STATE(692), 1, - sym__multiplicative_operator, - STATE(693), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(986), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2305), 1, + anon_sym_LPAREN, + ACTIONS(2307), 1, + sym__namedot, + ACTIONS(2309), 1, + sym__namecolon, + ACTIONS(2311), 1, + sym__namedoublecolon, + STATE(1100), 1, + aux_sym_object_access_repeat1, + STATE(1149), 1, + aux_sym_qualified_name_repeat1, + STATE(1151), 1, + sym_function_arguments, + STATE(1154), 1, + aux_sym_member_access_repeat1, + STATE(1000), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(89), 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(87), 40, + sym__or_operator, + sym__and_operator, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, + sym__terminator, + aux_sym_type_tuning_token2, anon_sym_EQ, - anon_sym_LT, + 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, @@ -130114,63 +131134,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(2317), 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, - [88372] = 13, + 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, + [89793] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1120), 1, - sym__escaped_string, - STATE(690), 1, - sym__logical_operator, - STATE(691), 1, - sym__additive_operator, - STATE(692), 1, - sym__multiplicative_operator, - STATE(693), 1, + STATE(632), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(633), 1, + sym__multiplicative_operator, + STATE(634), 1, + sym__additive_operator, + STATE(635), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(987), 2, + STATE(1001), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(232), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -130186,7 +131197,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1118), 27, + ACTIONS(234), 27, anon_sym_LBRACE, sym_identifier, sym_null_expression, @@ -130214,35 +131225,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [88457] = 13, + [89877] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1201), 1, + ACTIONS(2327), 1, sym__escaped_string, - STATE(690), 1, - sym__logical_operator, - STATE(691), 1, - sym__additive_operator, - STATE(692), 1, - sym__multiplicative_operator, - STATE(693), 1, + STATE(493), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(494), 1, + sym__multiplicative_operator, + STATE(495), 1, + sym__additive_operator, + STATE(497), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(988), 2, + STATE(1002), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -130258,9 +131270,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1199), 27, + ACTIONS(2325), 26, anon_sym_LBRACE, sym_identifier, + sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -130280,41 +131293,105 @@ 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_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, - [88542] = 13, + [89962] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1003), 2, + sym_comment, + sym_include, + ACTIONS(218), 4, + aux_sym_variable_tuning_token2, + aux_sym_image_phrase_token1, + aux_sym_image_phrase_token4, + aux_sym_size_phrase_token1, + ACTIONS(216), 49, + anon_sym_COLON, + 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, + [90033] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1197), 1, + ACTIONS(1152), 1, sym__escaped_string, - STATE(690), 1, - sym__logical_operator, - STATE(691), 1, - sym__additive_operator, - STATE(692), 1, - sym__multiplicative_operator, - STATE(693), 1, + STATE(493), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(494), 1, + sym__multiplicative_operator, + STATE(495), 1, + sym__additive_operator, + STATE(497), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(989), 2, + STATE(1004), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -130330,9 +131407,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1195), 27, + ACTIONS(1150), 26, anon_sym_LBRACE, sym_identifier, + sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -130352,41 +131430,39 @@ 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_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, - [88627] = 13, + [90118] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1193), 1, - sym__escaped_string, - STATE(690), 1, - sym__logical_operator, - STATE(691), 1, - sym__additive_operator, - STATE(692), 1, - sym__multiplicative_operator, - STATE(693), 1, + STATE(493), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(494), 1, + sym__multiplicative_operator, + STATE(495), 1, + sym__additive_operator, + STATE(497), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(990), 2, + STATE(1005), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(232), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -130402,9 +131478,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1191), 27, + ACTIONS(234), 26, anon_sym_LBRACE, sym_identifier, + sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -130424,41 +131501,40 @@ 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_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, - [88712] = 13, + [90201] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1189), 1, + ACTIONS(1160), 1, sym__escaped_string, - STATE(690), 1, - sym__logical_operator, - STATE(691), 1, - sym__additive_operator, - STATE(692), 1, - sym__multiplicative_operator, - STATE(693), 1, + STATE(493), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(494), 1, + sym__multiplicative_operator, + STATE(495), 1, + sym__additive_operator, + STATE(497), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(991), 2, + STATE(1006), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -130474,9 +131550,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1187), 27, + ACTIONS(1158), 26, anon_sym_LBRACE, sym_identifier, + sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -130496,40 +131573,40 @@ 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_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, - [88797] = 12, + [90286] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(690), 1, - sym__logical_operator, - STATE(691), 1, - sym__additive_operator, - STATE(692), 1, - sym__multiplicative_operator, - STATE(693), 1, + ACTIONS(1156), 1, + sym__escaped_string, + STATE(493), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(494), 1, + sym__multiplicative_operator, + STATE(495), 1, + sym__additive_operator, + STATE(497), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(992), 2, - sym_comment, - sym_include, - ACTIONS(192), 3, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(1096), 3, + STATE(1007), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -130545,9 +131622,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(194), 27, + ACTIONS(1154), 26, anon_sym_LBRACE, sym_identifier, + sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -130567,40 +131645,40 @@ 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_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, - [88880] = 12, + [90371] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(690), 1, - sym__logical_operator, - STATE(691), 1, - sym__additive_operator, - STATE(692), 1, - sym__multiplicative_operator, - STATE(693), 1, + ACTIONS(1148), 1, + sym__escaped_string, + STATE(493), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(494), 1, + sym__multiplicative_operator, + STATE(495), 1, + sym__additive_operator, + STATE(497), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(993), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1008), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1217), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(1098), 15, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -130616,9 +131694,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1215), 27, + ACTIONS(1146), 26, anon_sym_LBRACE, sym_identifier, + sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -130638,106 +131717,40 @@ 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_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, - [88963] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(994), 2, - sym_comment, - sym_include, - ACTIONS(202), 4, - aux_sym_variable_tuning_token2, - aux_sym_image_phrase_token1, - aux_sym_image_phrase_token4, - aux_sym_size_phrase_token1, - ACTIONS(200), 49, - anon_sym_COLON, - 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, - [89034] = 13, + [90456] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2323), 1, + ACTIONS(1144), 1, sym__escaped_string, - STATE(690), 1, - sym__logical_operator, - STATE(691), 1, - sym__additive_operator, - STATE(692), 1, - sym__multiplicative_operator, - STATE(693), 1, + STATE(493), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(494), 1, + sym__multiplicative_operator, + STATE(495), 1, + sym__additive_operator, + STATE(497), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(995), 2, + STATE(1009), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -130753,9 +131766,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2321), 27, + ACTIONS(1142), 26, anon_sym_LBRACE, sym_identifier, + sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -130775,41 +131789,40 @@ 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_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, - [89119] = 13, + [90541] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1205), 1, + ACTIONS(1140), 1, sym__escaped_string, - STATE(690), 1, - sym__logical_operator, - STATE(691), 1, - sym__additive_operator, - STATE(692), 1, - sym__multiplicative_operator, - STATE(693), 1, + STATE(493), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(494), 1, + sym__multiplicative_operator, + STATE(495), 1, + sym__additive_operator, + STATE(497), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(996), 2, + STATE(1010), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -130825,9 +131838,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1203), 27, + ACTIONS(1138), 26, anon_sym_LBRACE, sym_identifier, + sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -130847,113 +131861,39 @@ 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_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, - [89204] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2309), 1, - anon_sym_LPAREN, - ACTIONS(2311), 1, - sym__namedot, - ACTIONS(2313), 1, - sym__namecolon, - ACTIONS(2315), 1, - sym__namedoublecolon, - STATE(1098), 1, - aux_sym_object_access_repeat1, - STATE(1144), 1, - aux_sym_member_access_repeat1, - STATE(1152), 1, - sym_function_arguments, - STATE(1153), 1, - aux_sym_qualified_name_repeat1, - STATE(997), 2, - sym_comment, - sym_include, - ACTIONS(89), 5, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(87), 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, - [89291] = 12, + [90626] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(789), 1, - sym__logical_operator, - STATE(799), 1, - sym__additive_operator, - STATE(801), 1, - sym__multiplicative_operator, - STATE(802), 1, + STATE(493), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(494), 1, + sym__multiplicative_operator, + STATE(495), 1, + sym__additive_operator, + STATE(497), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(998), 2, + STATE(1011), 2, sym_comment, sym_include, - ACTIONS(192), 3, + ACTIONS(1136), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -130969,7 +131909,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(194), 26, + ACTIONS(1134), 26, anon_sym_LBRACE, sym_identifier, sym__terminator, @@ -130996,33 +131936,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [89373] = 10, + [90709] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(789), 1, - sym__logical_operator, - STATE(799), 1, - sym__additive_operator, - STATE(801), 1, - sym__multiplicative_operator, - STATE(802), 1, + STATE(493), 1, sym__comparison_operator, - STATE(999), 2, + STATE(494), 1, + sym__multiplicative_operator, + STATE(495), 1, + sym__additive_operator, + STATE(497), 1, + sym__logical_operator, + STATE(1012), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1225), 3, + ACTIONS(1132), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(1223), 43, + ACTIONS(1130), 47, + anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, + anon_sym_STAR, sym__terminator, sym_null_expression, aux_sym_boolean_literal_token1, @@ -131044,6 +131982,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -131064,51 +132004,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [89451] = 13, + [90786] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1120), 1, - sym__escaped_string, - STATE(789), 1, - sym__logical_operator, - STATE(799), 1, - sym__additive_operator, - STATE(801), 1, - sym__multiplicative_operator, - STATE(802), 1, + STATE(493), 1, sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1000), 2, + STATE(494), 1, + sym__multiplicative_operator, + STATE(495), 1, + sym__additive_operator, + STATE(497), 1, + sym__logical_operator, + STATE(1013), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1128), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 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(1118), 26, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 43, anon_sym_LBRACE, sym_identifier, sym__terminator, @@ -131121,6 +132042,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -131129,41 +132051,58 @@ 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, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_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, - [89535] = 13, + [90865] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1201), 1, + ACTIONS(1124), 1, sym__escaped_string, - STATE(789), 1, - sym__logical_operator, - STATE(799), 1, - sym__additive_operator, - STATE(801), 1, - sym__multiplicative_operator, - STATE(802), 1, + STATE(493), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(494), 1, + sym__multiplicative_operator, + STATE(495), 1, + sym__additive_operator, + STATE(497), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1001), 2, + STATE(1014), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -131179,7 +132118,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1199), 26, + ACTIONS(1122), 26, anon_sym_LBRACE, sym_identifier, sym__terminator, @@ -131206,35 +132145,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [89619] = 13, + [90950] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1197), 1, + ACTIONS(1120), 1, sym__escaped_string, - STATE(789), 1, - sym__logical_operator, - STATE(799), 1, - sym__additive_operator, - STATE(801), 1, - sym__multiplicative_operator, - STATE(802), 1, + STATE(493), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(494), 1, + sym__multiplicative_operator, + STATE(495), 1, + sym__additive_operator, + STATE(497), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1002), 2, + STATE(1015), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -131250,7 +132190,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1195), 26, + ACTIONS(1118), 26, anon_sym_LBRACE, sym_identifier, sym__terminator, @@ -131277,54 +132217,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [89703] = 13, + [91035] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1193), 1, - sym__escaped_string, - STATE(789), 1, - sym__logical_operator, - STATE(799), 1, - sym__additive_operator, - STATE(801), 1, - sym__multiplicative_operator, - STATE(802), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1003), 2, + ACTIONS(1387), 1, + sym__namecolon, + STATE(1034), 1, + aux_sym_object_access_repeat1, + STATE(1016), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(98), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(100), 48, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 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(1191), 26, anon_sym_LBRACE, sym_identifier, - sym__terminator, + anon_sym_STAR, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -131334,6 +132247,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -131342,42 +132256,10 @@ 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_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [89787] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1209), 1, - sym__escaped_string, - STATE(789), 1, - sym__logical_operator, - STATE(799), 1, - sym__additive_operator, - STATE(801), 1, - sym__multiplicative_operator, - STATE(802), 1, - sym__comparison_operator, - ACTIONS(1100), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1004), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, - anon_sym_EQ, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -131392,10 +132274,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(1207), 26, + 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, + [91107] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1017), 2, + sym_comment, + sym_include, + ACTIONS(117), 4, + sym__namecolon, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(119), 49, + anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, - sym__terminator, + anon_sym_STAR, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -131405,6 +132309,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -131413,42 +132318,10 @@ 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_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [89871] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1213), 1, - sym__escaped_string, - STATE(789), 1, - sym__logical_operator, - STATE(799), 1, - sym__additive_operator, - STATE(801), 1, - sym__multiplicative_operator, - STATE(802), 1, - sym__comparison_operator, - ACTIONS(1100), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1005), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, - anon_sym_EQ, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -131463,81 +132336,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1211), 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_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, - [89955] = 13, + [91175] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1189), 1, - sym__escaped_string, - STATE(789), 1, - sym__logical_operator, - STATE(799), 1, - sym__additive_operator, - STATE(801), 1, - sym__multiplicative_operator, - STATE(802), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1006), 2, + ACTIONS(1387), 1, + sym__namecolon, + STATE(1031), 1, + aux_sym_object_access_repeat1, + STATE(1018), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(87), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(89), 48, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 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(1187), 26, anon_sym_LBRACE, sym_identifier, - sym__terminator, + anon_sym_STAR, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -131547,6 +132375,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -131555,42 +132384,10 @@ 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_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [90039] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2327), 1, - sym__escaped_string, - STATE(789), 1, - sym__logical_operator, - STATE(799), 1, - sym__additive_operator, - STATE(801), 1, - sym__multiplicative_operator, - STATE(802), 1, - sym__comparison_operator, - ACTIONS(1100), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1007), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 15, - anon_sym_EQ, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -131605,81 +132402,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2325), 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_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, - [90123] = 13, + [91247] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1205), 1, - sym__escaped_string, - STATE(789), 1, - sym__logical_operator, - STATE(799), 1, - sym__additive_operator, - STATE(801), 1, - sym__multiplicative_operator, - STATE(802), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1008), 2, + ACTIONS(1387), 1, + sym__namecolon, + STATE(1031), 1, + aux_sym_object_access_repeat1, + STATE(1019), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(67), 3, + sym__or_operator, + sym__and_operator, + sym__escaped_string, + ACTIONS(73), 48, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1098), 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(1203), 26, anon_sym_LBRACE, sym_identifier, - sym__terminator, + anon_sym_STAR, sym_null_expression, aux_sym_boolean_literal_token1, aux_sym_boolean_literal_token2, @@ -131689,6 +132440,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -131697,41 +132449,10 @@ 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_if_statement_token1, - aux_sym_can_find_expression_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [90207] = 12, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(789), 1, - sym__logical_operator, - STATE(799), 1, - sym__additive_operator, - STATE(801), 1, - sym__multiplicative_operator, - STATE(802), 1, - sym__comparison_operator, - ACTIONS(1100), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1009), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1217), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(1098), 15, - anon_sym_EQ, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -131746,59 +132467,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1215), 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_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, - [90289] = 9, + [91319] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(789), 1, - sym__logical_operator, - STATE(799), 1, - sym__additive_operator, - STATE(801), 1, - sym__multiplicative_operator, - STATE(802), 1, - sym__comparison_operator, - STATE(1010), 2, + ACTIONS(2329), 1, + sym_identifier, + ACTIONS(2332), 1, + aux_sym_input_expression_token2, + STATE(1103), 1, + sym_qualified_name, + STATE(1020), 2, sym_comment, sym_include, - ACTIONS(1221), 3, + ACTIONS(1236), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(1219), 46, + ACTIONS(1232), 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, @@ -131820,6 +132518,7 @@ 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, @@ -131836,27 +132535,26 @@ 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_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, - [90365] = 7, + [91393] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1462), 1, - sym__namedot, - STATE(1016), 1, - aux_sym_qualified_name_repeat1, - STATE(1011), 2, + STATE(1021), 2, sym_comment, sym_include, - ACTIONS(124), 3, + ACTIONS(121), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(126), 47, + ACTIONS(123), 49, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -131882,6 +132580,7 @@ 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, @@ -131899,28 +132598,26 @@ static const uint16_t ts_small_parse_table[] = { 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, - [90436] = 7, + [91461] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1464), 1, - sym__namecolon, - STATE(1026), 1, - aux_sym_object_access_repeat1, - STATE(1012), 2, + STATE(1022), 2, sym_comment, sym_include, - ACTIONS(67), 3, + ACTIONS(117), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(73), 47, + ACTIONS(119), 49, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -131946,6 +132643,7 @@ 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, @@ -131963,32 +132661,29 @@ static const uint16_t ts_small_parse_table[] = { 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, - [90507] = 8, + [91529] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2329), 1, - sym_identifier, - ACTIONS(2332), 1, - aux_sym_input_expression_token2, - STATE(1085), 1, - sym_qualified_name, - STATE(1013), 2, + STATE(1023), 2, sym_comment, sym_include, - ACTIONS(1355), 3, + ACTIONS(106), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(1351), 46, + ACTIONS(108), 49, anon_sym_SLASH, anon_sym_LBRACE, + sym_identifier, anon_sym_STAR, sym_null_expression, aux_sym_boolean_literal_token1, @@ -132011,6 +132706,7 @@ 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, @@ -132028,25 +132724,26 @@ static const uint16_t ts_small_parse_table[] = { 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, - [90580] = 5, + [91597] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1014), 2, + STATE(1024), 2, sym_comment, sym_include, - ACTIONS(120), 4, + ACTIONS(121), 4, sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(122), 48, + ACTIONS(123), 49, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -132072,6 +132769,7 @@ 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, @@ -132095,23 +132793,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [90647] = 7, + [91665] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1462), 1, - sym__namedot, - STATE(1016), 1, - aux_sym_qualified_name_repeat1, - STATE(1015), 2, + ACTIONS(2334), 1, + anon_sym_NO_DASHERROR, + STATE(1025), 2, sym_comment, sym_include, - ACTIONS(128), 3, + ACTIONS(256), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(130), 47, + ACTIONS(258), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -132137,6 +132834,7 @@ 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, @@ -132159,23 +132857,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [90718] = 7, + [91735] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1462), 1, - sym__namedot, - STATE(1025), 1, - aux_sym_qualified_name_repeat1, - STATE(1016), 2, + ACTIONS(1387), 1, + sym__namecolon, + STATE(1034), 1, + aux_sym_object_access_repeat1, + STATE(1026), 2, sym_comment, sym_include, - ACTIONS(109), 3, + ACTIONS(98), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(111), 47, + ACTIONS(100), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -132201,6 +132899,7 @@ 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, @@ -132223,20 +132922,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [90789] = 5, + [91807] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1017), 2, + ACTIONS(1385), 1, + sym__namedot, + STATE(1036), 1, + aux_sym_qualified_name_repeat1, + STATE(1027), 2, sym_comment, sym_include, - ACTIONS(144), 4, - sym__namecolon, + ACTIONS(102), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(146), 48, + ACTIONS(104), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -132262,6 +132964,7 @@ 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, @@ -132279,26 +132982,27 @@ static const uint16_t ts_small_parse_table[] = { 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, - [90856] = 5, + [91879] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1018), 2, + ACTIONS(2336), 1, + aux_sym_function_call_token1, + STATE(1028), 2, sym_comment, sym_include, - ACTIONS(136), 4, + ACTIONS(166), 4, sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(138), 48, + ACTIONS(168), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -132324,6 +133028,7 @@ 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, @@ -132341,28 +133046,28 @@ static const uint16_t ts_small_parse_table[] = { 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, - [90923] = 6, + [91949] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2334), 1, - anon_sym_NO_DASHERROR, - STATE(1019), 2, + ACTIONS(1385), 1, + sym__namedot, + STATE(1036), 1, + aux_sym_qualified_name_repeat1, + STATE(1029), 2, sym_comment, sym_include, - ACTIONS(543), 4, - sym__namecolon, + ACTIONS(133), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(545), 47, + ACTIONS(135), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -132388,6 +133093,7 @@ 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, @@ -132410,20 +133116,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [90992] = 5, + [92021] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1020), 2, + ACTIONS(1389), 1, + sym__namedoublecolon, + STATE(1033), 1, + aux_sym_member_access_repeat1, + STATE(1030), 2, sym_comment, sym_include, - ACTIONS(144), 4, - sym__namecolon, + ACTIONS(129), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(146), 48, + ACTIONS(131), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -132449,6 +133158,7 @@ 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, @@ -132464,7 +133174,6 @@ 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_function_call_token1, aux_sym_if_statement_token1, aux_sym_if_statement_token2, aux_sym_case_conditon_token1, @@ -132472,20 +133181,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [91059] = 5, + [92093] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1021), 2, + ACTIONS(1387), 1, + sym__namecolon, + STATE(1034), 1, + aux_sym_object_access_repeat1, + STATE(1031), 2, sym_comment, sym_include, - ACTIONS(136), 4, - sym__namecolon, + ACTIONS(98), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(138), 48, + ACTIONS(100), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -132511,6 +133223,7 @@ 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, @@ -132526,7 +133239,6 @@ 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_function_call_token1, aux_sym_if_statement_token1, aux_sym_if_statement_token2, aux_sym_case_conditon_token1, @@ -132534,22 +133246,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [91126] = 6, + [92165] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2336), 1, - sym__namecolon, - ACTIONS(91), 3, + ACTIONS(2338), 1, + sym__namedot, + ACTIONS(110), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - STATE(1022), 3, + STATE(1032), 3, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 47, + aux_sym_qualified_name_repeat1, + ACTIONS(112), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -132575,6 +133287,7 @@ 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, @@ -132597,20 +133310,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [91195] = 5, + [92235] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1023), 2, - sym_comment, - sym_include, - ACTIONS(120), 4, - sym__namecolon, + ACTIONS(2341), 1, + sym__namedoublecolon, + ACTIONS(137), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(122), 48, + STATE(1033), 3, + sym_comment, + sym_include, + aux_sym_member_access_repeat1, + ACTIONS(139), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -132636,6 +133351,7 @@ 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, @@ -132653,29 +133369,27 @@ static const uint16_t ts_small_parse_table[] = { 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, - [91262] = 7, + [92305] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1464), 1, + ACTIONS(2344), 1, sym__namecolon, - STATE(1022), 1, - aux_sym_object_access_repeat1, - STATE(1024), 2, - sym_comment, - sym_include, - ACTIONS(98), 3, + ACTIONS(91), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(100), 47, + STATE(1034), 3, + sym_comment, + sym_include, + aux_sym_object_access_repeat1, + ACTIONS(93), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -132701,6 +133415,7 @@ 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, @@ -132723,22 +133438,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [91333] = 6, + [92375] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2339), 1, - sym__namedot, - ACTIONS(102), 3, + STATE(1035), 2, + sym_comment, + sym_include, + ACTIONS(106), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - STATE(1025), 3, - sym_comment, - sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 47, + ACTIONS(108), 49, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -132764,6 +133477,7 @@ 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, @@ -132779,6 +133493,7 @@ 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_function_call_token1, aux_sym_if_statement_token1, aux_sym_if_statement_token2, aux_sym_case_conditon_token1, @@ -132786,23 +133501,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [91402] = 7, + [92443] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1464), 1, - sym__namecolon, - STATE(1022), 1, - aux_sym_object_access_repeat1, - STATE(1026), 2, + ACTIONS(1385), 1, + sym__namedot, + STATE(1032), 1, + aux_sym_qualified_name_repeat1, + STATE(1036), 2, sym_comment, sym_include, - ACTIONS(98), 3, + ACTIONS(125), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(100), 47, + ACTIONS(127), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -132828,6 +133543,7 @@ 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, @@ -132850,26 +133566,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [91473] = 7, + [92515] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1464), 1, - sym__namecolon, - STATE(1026), 1, - aux_sym_object_access_repeat1, - STATE(1027), 2, + ACTIONS(2347), 1, + sym_identifier, + STATE(1094), 1, + sym_qualified_name, + STATE(1037), 2, sym_comment, sym_include, - ACTIONS(87), 3, + ACTIONS(1379), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(89), 47, + ACTIONS(1377), 47, anon_sym_SLASH, anon_sym_LBRACE, - sym_identifier, anon_sym_STAR, sym_null_expression, aux_sym_boolean_literal_token1, @@ -132892,6 +133607,7 @@ 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, @@ -132914,23 +133630,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [91544] = 7, + [92586] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1464), 1, - sym__namecolon, - STATE(1022), 1, - aux_sym_object_access_repeat1, - STATE(1028), 2, + STATE(1038), 2, sym_comment, sym_include, - ACTIONS(98), 3, + ACTIONS(110), 4, + sym__namedot, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(100), 47, + ACTIONS(112), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -132956,6 +133669,7 @@ 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, @@ -132978,22 +133692,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [91615] = 6, + [92653] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2342), 1, - sym__namedoublecolon, - ACTIONS(113), 3, + ACTIONS(1381), 1, + anon_sym_LBRACK, + ACTIONS(1383), 1, + anon_sym_LPAREN, + STATE(1028), 1, + sym_function_arguments, + STATE(1039), 2, + sym_comment, + sym_include, + ACTIONS(67), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - STATE(1029), 3, - sym_comment, - sym_include, - aux_sym_member_access_repeat1, - ACTIONS(115), 47, + ACTIONS(73), 46, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -133005,8 +133722,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -133019,6 +133734,7 @@ 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, @@ -133041,23 +133757,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [91684] = 7, + [92726] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1466), 1, - sym__namedoublecolon, - STATE(1029), 1, - aux_sym_member_access_repeat1, - STATE(1030), 2, + ACTIONS(1383), 1, + anon_sym_LPAREN, + STATE(1028), 1, + sym_function_arguments, + STATE(1040), 2, sym_comment, sym_include, - ACTIONS(140), 3, + ACTIONS(87), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(142), 47, + ACTIONS(89), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -133070,7 +133786,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -133083,6 +133798,7 @@ 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, @@ -133105,26 +133821,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [91755] = 6, + [92797] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2345), 1, - aux_sym_function_call_token1, - STATE(1031), 2, + ACTIONS(2350), 1, + sym_identifier, + ACTIONS(2353), 1, + aux_sym_input_expression_token2, + STATE(1141), 1, + sym_qualified_name, + STATE(1041), 2, sym_comment, sym_include, - ACTIONS(158), 4, - sym__namecolon, + ACTIONS(1236), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(160), 47, + ACTIONS(1232), 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, @@ -133146,6 +133865,7 @@ 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, @@ -133162,33 +133882,30 @@ 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_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, - [91824] = 8, + [92870] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2347), 1, - sym_identifier, - ACTIONS(2350), 1, - aux_sym_input_expression_token2, - STATE(1140), 1, - sym_qualified_name, - STATE(1032), 2, + ACTIONS(1496), 1, + sym__namecolon, + STATE(1051), 1, + aux_sym_object_access_repeat1, + STATE(1042), 2, sym_comment, sym_include, - ACTIONS(1355), 3, + ACTIONS(67), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(1351), 45, + ACTIONS(73), 47, anon_sym_SLASH, anon_sym_LBRACE, + sym_identifier, anon_sym_STAR, sym__terminator, sym_null_expression, @@ -133212,6 +133929,7 @@ 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, @@ -133232,20 +133950,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [91896] = 5, + [92941] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1033), 2, + ACTIONS(1496), 1, + sym__namecolon, + STATE(1051), 1, + aux_sym_object_access_repeat1, + STATE(1043), 2, sym_comment, sym_include, - ACTIONS(120), 4, - sym__namecolon, + ACTIONS(87), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(122), 47, + ACTIONS(89), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -133272,6 +133993,7 @@ 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, @@ -133287,29 +134009,25 @@ 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_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, - [91962] = 7, + [93012] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1967), 1, - sym__namecolon, - STATE(1052), 1, - aux_sym_object_access_repeat1, - STATE(1034), 2, + STATE(1044), 2, sym_comment, sym_include, - ACTIONS(98), 3, + ACTIONS(117), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(100), 46, + ACTIONS(119), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -133336,6 +134054,7 @@ 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, @@ -133352,29 +134071,33 @@ static const uint16_t ts_small_parse_table[] = { 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, - [92032] = 6, + [93079] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2352), 1, + ACTIONS(1494), 1, sym__namedot, - STATE(1035), 2, + STATE(1047), 1, + aux_sym_qualified_name_repeat1, + STATE(1045), 2, sym_comment, sym_include, - ACTIONS(152), 3, + ACTIONS(133), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(154), 47, + 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, @@ -133396,6 +134119,7 @@ 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, @@ -133412,32 +134136,31 @@ 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_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, - [92100] = 7, + [93150] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2354), 1, - sym_identifier, - STATE(1079), 1, - sym_qualified_name, - STATE(1036), 2, + ACTIONS(2355), 1, + aux_sym_function_call_token1, + STATE(1046), 2, sym_comment, sym_include, - ACTIONS(1454), 3, + ACTIONS(166), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(1452), 46, + ACTIONS(168), 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, @@ -133459,6 +134182,7 @@ 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, @@ -133475,35 +134199,32 @@ 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_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, - [92170] = 8, + [93219] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1458), 1, - anon_sym_LBRACK, - ACTIONS(1460), 1, - anon_sym_LPAREN, - STATE(1031), 1, - sym_function_arguments, - STATE(1037), 2, + ACTIONS(1494), 1, + sym__namedot, + STATE(1055), 1, + aux_sym_qualified_name_repeat1, + STATE(1047), 2, sym_comment, sym_include, - ACTIONS(67), 3, + ACTIONS(125), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(73), 45, + 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, @@ -133511,6 +134232,8 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -133523,6 +134246,7 @@ 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, @@ -133539,30 +134263,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_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, - [92242] = 5, + [93290] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1038), 2, + STATE(1048), 2, sym_comment, sym_include, - ACTIONS(148), 4, - sym__namedoublecolon, + ACTIONS(121), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(150), 47, + 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, @@ -133584,6 +134307,7 @@ 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, @@ -133600,30 +134324,33 @@ 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_if_statement_token2, - aux_sym_case_conditon_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, - [92308] = 5, + [93357] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1039), 2, + ACTIONS(1496), 1, + sym__namecolon, + STATE(1056), 1, + aux_sym_object_access_repeat1, + STATE(1049), 2, sym_comment, sym_include, - ACTIONS(164), 4, - sym__namecolon, + ACTIONS(98), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(166), 47, + 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, @@ -133645,6 +134372,7 @@ 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, @@ -133661,26 +134389,27 @@ 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_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, - [92374] = 5, + [93428] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1040), 2, + ACTIONS(1498), 1, + sym__namedoublecolon, + STATE(1057), 1, + aux_sym_member_access_repeat1, + STATE(1050), 2, sym_comment, sym_include, - ACTIONS(136), 4, - sym__namecolon, + ACTIONS(129), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(138), 47, + ACTIONS(131), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -133707,6 +134436,7 @@ 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, @@ -133723,28 +134453,27 @@ static const uint16_t ts_small_parse_table[] = { 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, - [92440] = 7, + [93499] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1965), 1, - sym__namedot, - STATE(1061), 1, - aux_sym_qualified_name_repeat1, - STATE(1041), 2, + ACTIONS(1496), 1, + sym__namecolon, + STATE(1056), 1, + aux_sym_object_access_repeat1, + STATE(1051), 2, sym_comment, sym_include, - ACTIONS(124), 3, + ACTIONS(98), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(126), 46, + ACTIONS(100), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -133771,6 +134500,7 @@ 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, @@ -133791,20 +134521,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [92510] = 5, + [93570] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1042), 2, + STATE(1052), 2, sym_comment, sym_include, - ACTIONS(120), 4, + ACTIONS(106), 4, sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(122), 47, + ACTIONS(108), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -133831,6 +134561,7 @@ 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, @@ -133846,33 +134577,31 @@ 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_function_call_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, - [92576] = 7, + [93637] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1460), 1, - anon_sym_LPAREN, - STATE(1031), 1, - sym_function_arguments, - STATE(1043), 2, + STATE(1053), 2, sym_comment, sym_include, - ACTIONS(87), 3, + ACTIONS(106), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(89), 46, + ACTIONS(108), 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, @@ -133881,6 +134610,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -133893,6 +134623,7 @@ 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, @@ -133909,30 +134640,33 @@ 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_if_statement_token2, - aux_sym_case_conditon_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, - [92646] = 5, + [93704] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1044), 2, + ACTIONS(1494), 1, + sym__namedot, + STATE(1047), 1, + aux_sym_qualified_name_repeat1, + STATE(1054), 2, sym_comment, sym_include, - ACTIONS(132), 4, - sym__namecolon, + ACTIONS(102), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(134), 47, + 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, @@ -133954,6 +134688,7 @@ 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, @@ -133970,29 +134705,26 @@ 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_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, - [92712] = 7, + [93775] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1967), 1, - sym__namecolon, - STATE(1058), 1, - aux_sym_object_access_repeat1, - STATE(1045), 2, - sym_comment, - sym_include, - ACTIONS(87), 3, + ACTIONS(2357), 1, + sym__namedot, + ACTIONS(110), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(89), 46, + STATE(1055), 3, + sym_comment, + sym_include, + aux_sym_qualified_name_repeat1, + ACTIONS(112), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -134019,6 +134751,7 @@ 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, @@ -134039,84 +134772,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [92782] = 5, + [93844] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1046), 2, - sym_comment, - sym_include, - ACTIONS(168), 4, + ACTIONS(2360), 1, sym__namecolon, + ACTIONS(91), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(170), 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_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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [92848] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1965), 1, - sym__namedot, - STATE(1061), 1, - aux_sym_qualified_name_repeat1, - STATE(1047), 2, + STATE(1056), 3, sym_comment, sym_include, - ACTIONS(128), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(130), 46, + aux_sym_object_access_repeat1, + ACTIONS(93), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -134143,6 +134814,7 @@ 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, @@ -134163,22 +134835,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [92918] = 6, + [93913] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2357), 1, - aux_sym_function_call_token1, - STATE(1048), 2, - sym_comment, - sym_include, - ACTIONS(158), 4, - sym__namecolon, + ACTIONS(2363), 1, + sym__namedoublecolon, + ACTIONS(137), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(160), 46, + STATE(1057), 3, + sym_comment, + sym_include, + aux_sym_member_access_repeat1, + ACTIONS(139), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -134205,6 +134877,7 @@ 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, @@ -134225,25 +134898,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [92986] = 5, + [93982] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1049), 2, + ACTIONS(2366), 1, + sym__namedot, + STATE(1058), 2, sym_comment, sym_include, - ACTIONS(144), 4, - sym__namecolon, + ACTIONS(160), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(146), 47, + ACTIONS(162), 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, @@ -134265,6 +134938,7 @@ 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, @@ -134280,28 +134954,29 @@ 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_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, - [93052] = 6, + [94051] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2359), 1, + ACTIONS(2368), 1, anon_sym_NO_DASHERROR, - STATE(1050), 2, + STATE(1059), 2, sym_comment, sym_include, - ACTIONS(543), 4, + ACTIONS(256), 4, sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(545), 46, + ACTIONS(258), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -134328,6 +135003,7 @@ 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, @@ -134348,89 +135024,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [93120] = 6, + [94120] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2361), 1, - sym__namedoublecolon, - ACTIONS(113), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - STATE(1051), 3, + STATE(1060), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, - ACTIONS(115), 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_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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [93188] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2364), 1, - sym__namecolon, - ACTIONS(91), 3, + ACTIONS(156), 4, + sym__namedoublecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - STATE(1052), 3, - sym_comment, - sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 46, + ACTIONS(158), 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, @@ -134452,6 +135063,7 @@ 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, @@ -134468,94 +135080,30 @@ 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_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, - [93256] = 6, + [94187] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2367), 1, - sym__namedot, - ACTIONS(102), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - STATE(1053), 3, + STATE(1061), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 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_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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [93324] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1967), 1, + ACTIONS(152), 4, sym__namecolon, - STATE(1058), 1, - aux_sym_object_access_repeat1, - STATE(1054), 2, - sym_comment, - sym_include, - ACTIONS(67), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(73), 46, + ACTIONS(154), 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, @@ -134577,6 +135125,7 @@ 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, @@ -134593,28 +135142,31 @@ 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_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, - [93394] = 5, + [94254] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1055), 2, + STATE(1062), 2, sym_comment, sym_include, - ACTIONS(102), 4, - sym__namedot, + ACTIONS(117), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(104), 47, + ACTIONS(119), 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, @@ -134636,6 +135188,7 @@ 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, @@ -134651,27 +135204,26 @@ 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_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, - [93460] = 5, + [94321] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1056), 2, + STATE(1063), 2, sym_comment, sym_include, - ACTIONS(136), 4, + ACTIONS(121), 4, sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(138), 47, + ACTIONS(123), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -134698,6 +135250,7 @@ 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, @@ -134719,25 +135272,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [93526] = 5, + [94388] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1057), 2, + STATE(1064), 2, sym_comment, sym_include, - ACTIONS(144), 4, + ACTIONS(148), 4, sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(146), 47, + ACTIONS(150), 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, @@ -134759,6 +135311,7 @@ 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, @@ -134775,28 +135328,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_if_statement_token1, - anon_sym_NO_DASHERROR, + 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] = 7, + [94455] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1967), 1, + ACTIONS(1496), 1, sym__namecolon, - STATE(1052), 1, + STATE(1056), 1, aux_sym_object_access_repeat1, - STATE(1058), 2, + STATE(1065), 2, sym_comment, sym_include, ACTIONS(98), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(100), 46, + ACTIONS(100), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -134823,6 +135377,7 @@ 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, @@ -134843,28 +135398,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [93662] = 7, + [94526] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1969), 1, - sym__namedoublecolon, - STATE(1051), 1, - aux_sym_member_access_repeat1, - STATE(1059), 2, + STATE(1066), 2, sym_comment, sym_include, - ACTIONS(140), 3, + ACTIONS(144), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(142), 46, + 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, @@ -134886,6 +135437,7 @@ 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, @@ -134902,32 +135454,93 @@ 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_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, - [93732] = 7, - ACTIONS(3), 1, + [94593] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(1967), 1, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2309), 1, sym__namecolon, - STATE(1052), 1, + STATE(1073), 1, aux_sym_object_access_repeat1, - STATE(1060), 2, + STATE(1067), 2, sym_comment, sym_include, - ACTIONS(98), 3, + ACTIONS(100), 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(98), 42, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LPAREN, + 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, + [94665] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1068), 2, + sym_comment, + sym_include, + ACTIONS(212), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(100), 46, + ACTIONS(214), 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, @@ -134949,6 +135562,7 @@ 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, @@ -134965,27 +135579,27 @@ 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_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, - [93802] = 7, + [94731] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1965), 1, + ACTIONS(2370), 1, sym__namedot, - STATE(1053), 1, - aux_sym_qualified_name_repeat1, - STATE(1061), 2, + STATE(1069), 2, sym_comment, sym_include, - ACTIONS(109), 3, + ACTIONS(160), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(111), 46, + ACTIONS(162), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -135012,6 +135626,7 @@ 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, @@ -135032,39 +135647,110 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [93872] = 7, - ACTIONS(69), 1, + [94799] = 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(2370), 1, - sym__namecolon, - STATE(1062), 3, + STATE(1070), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 5, + 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, + 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, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(91), 42, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_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, + [94865] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1071), 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, + 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_type_tuning_token2, anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_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, @@ -135075,38 +135761,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_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, - [93941] = 5, + 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, + [94931] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1063), 2, + STATE(1072), 2, sym_comment, sym_include, - ACTIONS(220), 3, + ACTIONS(216), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(222), 47, + ACTIONS(218), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -135132,6 +135807,7 @@ 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, @@ -135154,43 +135830,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [94006] = 16, + [94997] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(2372), 1, + sym__namecolon, + STATE(1073), 3, + sym_comment, + sym_include, + aux_sym_object_access_repeat1, + ACTIONS(93), 6, anon_sym_SLASH, - STATE(662), 1, - sym__logical_operator, - STATE(663), 1, - sym__additive_operator, - STATE(664), 1, - sym__multiplicative_operator, - STATE(665), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1203), 2, aux_sym_image_phrase_token1, aux_sym_size_phrase_token1, - ACTIONS(2373), 2, + ACTIONS(91), 42, + sym__or_operator, + sym__and_operator, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LPAREN, + aux_sym_type_tuning_token2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1064), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -135203,9 +135874,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1205), 21, - sym__terminator, - aux_sym_type_tuning_token2, aux_sym_variable_tuning_token4, aux_sym_image_phrase_token2, aux_sym_size_phrase_token2, @@ -135225,19 +135893,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [94093] = 5, + [95067] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1065), 2, + STATE(1074), 2, sym_comment, sym_include, - ACTIONS(204), 3, + ACTIONS(176), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(206), 47, + ACTIONS(178), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -135263,6 +135931,7 @@ 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, @@ -135285,19 +135954,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [94158] = 5, + [95133] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1066), 2, + STATE(1075), 2, sym_comment, sym_include, - ACTIONS(180), 3, + ACTIONS(244), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(182), 47, + ACTIONS(246), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -135323,6 +135992,7 @@ 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, @@ -135345,19 +136015,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [94223] = 5, + [95199] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1067), 2, + STATE(1076), 2, sym_comment, sym_include, - ACTIONS(172), 3, + ACTIONS(236), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(174), 47, + ACTIONS(238), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -135383,6 +136053,7 @@ 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, @@ -135405,23 +136076,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [94288] = 5, + [95265] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1068), 2, + ACTIONS(1490), 1, + anon_sym_LBRACK, + ACTIONS(1492), 1, + anon_sym_LPAREN, + STATE(1046), 1, + sym_function_arguments, + STATE(1077), 2, sym_comment, sym_include, - ACTIONS(248), 3, + ACTIONS(67), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(250), 47, + 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, @@ -135429,8 +136107,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -135443,6 +136119,7 @@ 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, @@ -135459,25 +136136,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_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, - [94353] = 5, + [95337] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1069), 2, + STATE(1078), 2, sym_comment, sym_include, - ACTIONS(200), 3, + ACTIONS(228), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(202), 47, + ACTIONS(230), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -135503,6 +136178,7 @@ 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, @@ -135525,21 +136201,454 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [94418] = 6, + [95403] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(669), 1, + sym__comparison_operator, + STATE(670), 1, + sym__multiplicative_operator, + STATE(671), 1, + sym__additive_operator, + STATE(672), 1, + sym__logical_operator, + ACTIONS(234), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1079), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_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(232), 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, + [95489] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(669), 1, + sym__comparison_operator, + STATE(670), 1, + sym__multiplicative_operator, + STATE(671), 1, + sym__additive_operator, + STATE(672), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1158), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1080), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_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(1160), 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, + [95577] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(669), 1, + sym__comparison_operator, + STATE(670), 1, + sym__multiplicative_operator, + STATE(671), 1, + sym__additive_operator, + STATE(672), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1154), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1081), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_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(1156), 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, + [95665] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(669), 1, + sym__comparison_operator, + STATE(670), 1, + sym__multiplicative_operator, + STATE(671), 1, + sym__additive_operator, + STATE(672), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1146), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1082), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_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(1148), 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, + [95753] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(669), 1, + sym__comparison_operator, + STATE(670), 1, + sym__multiplicative_operator, + STATE(671), 1, + sym__additive_operator, + STATE(672), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1142), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1083), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_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(1144), 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, + [95841] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(669), 1, + sym__comparison_operator, + STATE(670), 1, + sym__multiplicative_operator, + STATE(671), 1, + sym__additive_operator, + STATE(672), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1138), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1084), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_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(1140), 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, + [95929] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2379), 1, - sym__namedot, - STATE(1070), 2, + ACTIONS(1492), 1, + anon_sym_LPAREN, + STATE(1046), 1, + sym_function_arguments, + STATE(1085), 2, sym_comment, sym_include, - ACTIONS(152), 3, + ACTIONS(87), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(154), 46, + ACTIONS(89), 46, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -135553,7 +136662,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -135566,6 +136674,7 @@ 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, @@ -135586,19 +136695,231 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [94485] = 5, + [95999] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(669), 1, + sym__comparison_operator, + STATE(670), 1, + sym__multiplicative_operator, + STATE(671), 1, + sym__additive_operator, + STATE(672), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1118), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1086), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_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(1120), 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, + [96087] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(669), 1, + sym__comparison_operator, + STATE(670), 1, + sym__multiplicative_operator, + STATE(671), 1, + sym__additive_operator, + STATE(672), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1122), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1087), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_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(1124), 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, + [96175] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(669), 1, + sym__comparison_operator, + STATE(670), 1, + sym__multiplicative_operator, + STATE(671), 1, + sym__additive_operator, + STATE(672), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(1088), 2, + sym_comment, + sym_include, + ACTIONS(1126), 4, + anon_sym_LT, + anon_sym_GT, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(1128), 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, + [96255] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1071), 2, + STATE(1089), 2, sym_comment, sym_include, - ACTIONS(212), 3, + ACTIONS(252), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(214), 47, + ACTIONS(254), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -135624,6 +136945,7 @@ 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, @@ -135646,19 +136968,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [94550] = 5, + [96321] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1072), 2, + STATE(1090), 2, sym_comment, sym_include, - ACTIONS(152), 3, + ACTIONS(180), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(154), 47, + ACTIONS(182), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -135684,6 +137006,7 @@ 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, @@ -135706,23 +137029,93 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [94615] = 5, + [96387] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(669), 1, + sym__comparison_operator, + STATE(670), 1, + sym__multiplicative_operator, + STATE(671), 1, + sym__additive_operator, + STATE(672), 1, + sym__logical_operator, + STATE(1091), 2, + sym_comment, + sym_include, + ACTIONS(1130), 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(1132), 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, + [96463] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1073), 2, + ACTIONS(2381), 1, + sym_identifier, + STATE(1134), 1, + sym_qualified_name, + STATE(1092), 2, sym_comment, sym_include, - ACTIONS(232), 3, + ACTIONS(1379), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(234), 47, + ACTIONS(1377), 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, @@ -135744,6 +137137,7 @@ 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, @@ -135760,25 +137154,94 @@ 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_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, - [94680] = 5, + [96533] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(669), 1, + sym__comparison_operator, + STATE(670), 1, + sym__multiplicative_operator, + STATE(671), 1, + sym__additive_operator, + STATE(672), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1134), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1093), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_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(1136), 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, + [96619] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1074), 2, + STATE(1094), 2, sym_comment, sym_include, - ACTIONS(224), 3, + ACTIONS(102), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(226), 47, + ACTIONS(104), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -135804,6 +137267,7 @@ 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, @@ -135826,25 +137290,167 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [94745] = 5, + [96685] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(669), 1, + sym__comparison_operator, + STATE(670), 1, + sym__multiplicative_operator, + STATE(671), 1, + sym__additive_operator, + STATE(672), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2386), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(1095), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_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(2384), 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, + [96773] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(669), 1, + sym__comparison_operator, + STATE(670), 1, + sym__multiplicative_operator, + STATE(671), 1, + sym__additive_operator, + STATE(672), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1150), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1096), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_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(1152), 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, + [96861] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1075), 2, + STATE(1097), 2, sym_comment, sym_include, - ACTIONS(102), 4, - sym__namedot, + ACTIONS(184), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(104), 46, + 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, @@ -135866,6 +137472,7 @@ 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, @@ -135882,23 +137489,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_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, - [94810] = 5, + [96927] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1076), 2, + STATE(1098), 2, sym_comment, sym_include, - ACTIONS(244), 3, + ACTIONS(188), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(246), 47, + ACTIONS(190), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -135924,6 +137533,7 @@ 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, @@ -135946,19 +137556,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [94875] = 5, + [96993] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1077), 2, + STATE(1099), 2, sym_comment, sym_include, - ACTIONS(176), 3, + ACTIONS(192), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(178), 47, + ACTIONS(194), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -135984,6 +137594,7 @@ 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, @@ -136006,19 +137617,83 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [94940] = 5, + [97059] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2309), 1, + sym__namecolon, + STATE(1073), 1, + aux_sym_object_access_repeat1, + STATE(1100), 2, + sym_comment, + sym_include, + ACTIONS(100), 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(98), 42, + sym__or_operator, + sym__and_operator, + anon_sym_STAR, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LPAREN, + 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, + [97131] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1078), 2, + STATE(1101), 2, sym_comment, sym_include, - ACTIONS(252), 3, + ACTIONS(87), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(254), 47, + ACTIONS(89), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -136044,6 +137719,7 @@ 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, @@ -136066,23 +137742,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [95005] = 5, + [97197] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1079), 2, + STATE(1102), 2, sym_comment, sym_include, - ACTIONS(124), 3, + ACTIONS(110), 4, + sym__namedot, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(126), 47, + ACTIONS(112), 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, @@ -136104,6 +137782,7 @@ 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, @@ -136120,25 +137799,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_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, - [95070] = 5, + [97263] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1080), 2, + STATE(1103), 2, sym_comment, sym_include, - ACTIONS(240), 3, + ACTIONS(133), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(242), 47, + ACTIONS(135), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -136164,6 +137841,7 @@ 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, @@ -136186,23 +137864,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [95135] = 5, + [97329] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1081), 2, + STATE(1104), 2, sym_comment, sym_include, - ACTIONS(236), 3, + ACTIONS(144), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(238), 47, + ACTIONS(146), 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, @@ -136224,6 +137904,7 @@ 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, @@ -136240,29 +137921,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_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, - [95200] = 5, + [97395] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1082), 2, + STATE(1105), 2, sym_comment, sym_include, - ACTIONS(228), 3, + ACTIONS(156), 4, + sym__namedoublecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(230), 47, + 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, @@ -136284,6 +137965,7 @@ 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, @@ -136300,25 +137982,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_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, - [95265] = 5, + [97461] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1083), 2, + STATE(1106), 2, sym_comment, sym_include, - ACTIONS(216), 3, + ACTIONS(196), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(218), 47, + ACTIONS(198), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -136344,6 +138024,7 @@ 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, @@ -136366,23 +138047,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [95330] = 5, + [97527] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1084), 2, + STATE(1107), 2, sym_comment, sym_include, - ACTIONS(208), 3, + ACTIONS(148), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(210), 47, + 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, @@ -136404,6 +138087,7 @@ 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, @@ -136420,25 +138104,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_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, - [95395] = 5, + [97593] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1085), 2, + STATE(1108), 2, sym_comment, sym_include, - ACTIONS(128), 3, + ACTIONS(200), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(130), 47, + ACTIONS(202), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -136464,6 +138146,7 @@ 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, @@ -136486,19 +138169,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [95460] = 5, + [97659] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1086), 2, + STATE(1109), 2, sym_comment, sym_include, - ACTIONS(192), 3, + ACTIONS(224), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(194), 47, + ACTIONS(226), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -136524,6 +138207,7 @@ 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, @@ -136546,23 +138230,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [95525] = 5, + [97725] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1087), 2, + STATE(1110), 2, sym_comment, sym_include, - ACTIONS(87), 3, + ACTIONS(152), 4, + sym__namecolon, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(89), 47, + ACTIONS(154), 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, @@ -136584,6 +138270,7 @@ 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, @@ -136600,103 +138287,27 @@ 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_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, - [95590] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(662), 1, - sym__logical_operator, - STATE(663), 1, - sym__additive_operator, - STATE(664), 1, - sym__multiplicative_operator, - STATE(665), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1215), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1088), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(1217), 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, - [95675] = 7, + [97791] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2381), 1, - sym_identifier, - STATE(1139), 1, - sym_qualified_name, - STATE(1089), 2, + STATE(1111), 2, sym_comment, sym_include, - ACTIONS(1454), 3, + ACTIONS(232), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(1452), 45, + ACTIONS(234), 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, @@ -136718,6 +138329,7 @@ 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, @@ -136734,46 +138346,55 @@ 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_can_find_expression_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, - [95744] = 10, - ACTIONS(69), 1, + [97857] = 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(662), 1, - sym__logical_operator, - STATE(663), 1, - sym__additive_operator, - STATE(664), 1, - sym__multiplicative_operator, - STATE(665), 1, - sym__comparison_operator, - STATE(1090), 2, + STATE(1112), 2, sym_comment, sym_include, - ACTIONS(1219), 5, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(1221), 40, + 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__terminator, - aux_sym_type_tuning_token2, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_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, @@ -136784,63 +138405,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_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, - [95819] = 12, - ACTIONS(69), 1, + 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, + [97923] = 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(1096), 1, - anon_sym_SLASH, - STATE(662), 1, - sym__logical_operator, - STATE(663), 1, - sym__additive_operator, - STATE(664), 1, - sym__multiplicative_operator, - STATE(665), 1, - sym__comparison_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1091), 2, + STATE(1113), 2, sym_comment, sym_include, - ACTIONS(1223), 4, - anon_sym_LT, - anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(1225), 38, + ACTIONS(204), 3, sym__or_operator, sym__and_operator, - sym__terminator, - aux_sym_type_tuning_token2, + sym__escaped_string, + ACTIONS(206), 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_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_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, @@ -136851,38 +138466,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_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, - [95898] = 5, + 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, + [97989] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1092), 2, + STATE(1114), 2, sym_comment, sym_include, - ACTIONS(188), 3, + ACTIONS(172), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(190), 47, + ACTIONS(174), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -136908,6 +138512,7 @@ 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, @@ -136930,45 +138535,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [95963] = 16, - ACTIONS(69), 1, + [98055] = 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(1096), 1, - anon_sym_SLASH, - STATE(662), 1, - sym__logical_operator, - STATE(663), 1, - sym__additive_operator, - STATE(664), 1, - sym__multiplicative_operator, - STATE(665), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + STATE(1115), 2, + sym_comment, + sym_include, + ACTIONS(160), 3, sym__or_operator, sym__and_operator, - ACTIONS(1211), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(2373), 2, + sym__escaped_string, + ACTIONS(162), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_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, - STATE(1093), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -136979,67 +138588,57 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1213), 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, - [96050] = 16, - ACTIONS(69), 1, + 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, + [98121] = 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(1096), 1, - anon_sym_SLASH, - STATE(662), 1, - sym__logical_operator, - STATE(663), 1, - sym__additive_operator, - STATE(664), 1, - sym__multiplicative_operator, - STATE(665), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + STATE(1116), 2, + sym_comment, + sym_include, + ACTIONS(240), 3, sym__or_operator, sym__and_operator, - ACTIONS(1207), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(2373), 2, + sym__escaped_string, + ACTIONS(242), 48, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym_null_expression, + aux_sym_boolean_literal_token1, + aux_sym_boolean_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, - STATE(1094), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -137050,41 +138649,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1209), 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, - [96137] = 5, + 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, + [98187] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1095), 2, + STATE(1117), 2, sym_comment, sym_include, - ACTIONS(196), 3, + ACTIONS(208), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(198), 47, + ACTIONS(210), 48, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -137110,6 +138695,7 @@ 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, @@ -137132,23 +138718,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [96202] = 5, + [98253] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1096), 2, + STATE(1118), 2, sym_comment, sym_include, - ACTIONS(184), 3, + ACTIONS(176), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(186), 47, + 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, @@ -137170,6 +138757,7 @@ 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, @@ -137186,29 +138774,28 @@ 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_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, - [96267] = 5, + [98318] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1097), 2, + STATE(1119), 2, sym_comment, sym_include, - ACTIONS(67), 3, + ACTIONS(248), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(73), 47, + 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, @@ -137230,6 +138817,7 @@ 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, @@ -137246,46 +138834,54 @@ 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_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, - [96332] = 8, - ACTIONS(69), 1, + [98383] = 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(2313), 1, - sym__namecolon, - STATE(1062), 1, - aux_sym_object_access_repeat1, - STATE(1098), 2, + STATE(1120), 2, sym_comment, sym_include, - ACTIONS(100), 5, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(98), 42, + ACTIONS(224), 3, sym__or_operator, sym__and_operator, + sym__escaped_string, + ACTIONS(226), 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_type_tuning_token2, anon_sym_EQ, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_table_expression_token1, + aux_sym_current_changed_expression_token1, + aux_sym_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, @@ -137296,52 +138892,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_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, - [96403] = 8, + 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, + [98448] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2313), 1, - sym__namecolon, - STATE(1062), 1, - aux_sym_object_access_repeat1, - STATE(1099), 2, + ACTIONS(2303), 1, + anon_sym_LBRACK, + ACTIONS(2305), 1, + anon_sym_LPAREN, + STATE(1151), 1, + sym_function_arguments, + STATE(1121), 2, sym_comment, sym_include, - ACTIONS(100), 5, + ACTIONS(73), 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(98), 42, + ACTIONS(67), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, sym__terminator, - anon_sym_LBRACK, - anon_sym_LPAREN, aux_sym_type_tuning_token2, anon_sym_EQ, anon_sym_PLUS, @@ -137378,45 +138962,99 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [96474] = 16, - ACTIONS(69), 1, + [98521] = 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(1096), 1, - anon_sym_SLASH, - STATE(662), 1, - sym__logical_operator, - STATE(663), 1, - sym__additive_operator, - STATE(664), 1, - sym__multiplicative_operator, - STATE(665), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + STATE(1122), 2, + sym_comment, + sym_include, + ACTIONS(220), 3, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + sym__escaped_string, + ACTIONS(222), 47, + anon_sym_SLASH, + anon_sym_LBRACE, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + 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, - ACTIONS(2386), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(1100), 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_if_statement_token1, + aux_sym_can_find_expression_token1, + aux_sym_accumulate_expression_token1, + aux_sym_available_expression_token1, + aux_sym_available_expression_token2, + [98586] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2388), 1, + sym_identifier, + ACTIONS(2390), 1, + aux_sym_input_expression_token2, + STATE(1219), 1, + sym_qualified_name, + ACTIONS(1236), 2, + sym__or_operator, + sym__and_operator, + STATE(1123), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(1232), 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, @@ -137427,11 +139065,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2384), 21, - sym__terminator, - aux_sym_type_tuning_token2, 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, @@ -137449,25 +139086,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [96561] = 8, + [98659] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1961), 1, - anon_sym_LBRACK, - ACTIONS(1963), 1, - anon_sym_LPAREN, - STATE(1048), 1, - sym_function_arguments, - STATE(1101), 2, + STATE(1124), 2, sym_comment, sym_include, ACTIONS(67), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(73), 44, + ACTIONS(73), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -137480,6 +139111,8 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -137492,6 +139125,7 @@ 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, @@ -137512,23 +139146,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [96632] = 7, + [98724] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1963), 1, - anon_sym_LPAREN, - STATE(1048), 1, - sym_function_arguments, - STATE(1102), 2, + STATE(1125), 2, sym_comment, sym_include, - ACTIONS(87), 3, + ACTIONS(212), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(89), 45, + ACTIONS(214), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -137542,6 +139172,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -137554,6 +139185,7 @@ 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, @@ -137574,20 +139206,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [96701] = 5, + [98789] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1103), 2, + STATE(1126), 2, sym_comment, sym_include, - ACTIONS(168), 4, - sym__namecolon, + ACTIONS(180), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(170), 46, + ACTIONS(182), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -137614,6 +139245,7 @@ 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, @@ -137634,20 +139266,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [96766] = 5, + [98854] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1104), 2, + STATE(1127), 2, sym_comment, sym_include, - ACTIONS(164), 4, - sym__namecolon, + ACTIONS(252), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(166), 46, + ACTIONS(254), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -137674,6 +139305,7 @@ 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, @@ -137694,20 +139326,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [96831] = 5, + [98919] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1105), 2, + STATE(1128), 2, sym_comment, sym_include, - ACTIONS(148), 4, - sym__namedoublecolon, + ACTIONS(196), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(150), 46, + ACTIONS(198), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -137734,6 +139365,7 @@ 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, @@ -137754,20 +139386,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [96896] = 5, + [98984] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1106), 2, + STATE(1129), 2, sym_comment, sym_include, - ACTIONS(132), 4, - sym__namecolon, + ACTIONS(240), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(134), 46, + ACTIONS(242), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -137794,6 +139425,7 @@ 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, @@ -137814,444 +139446,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [96961] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(662), 1, - sym__logical_operator, - STATE(663), 1, - sym__additive_operator, - STATE(664), 1, - sym__multiplicative_operator, - STATE(665), 1, - sym__comparison_operator, - ACTIONS(194), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1107), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(192), 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, - [97046] = 16, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(662), 1, - sym__logical_operator, - STATE(663), 1, - sym__additive_operator, - STATE(664), 1, - sym__multiplicative_operator, - STATE(665), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1187), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1108), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(1189), 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, - [97133] = 16, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(662), 1, - sym__logical_operator, - STATE(663), 1, - sym__additive_operator, - STATE(664), 1, - sym__multiplicative_operator, - STATE(665), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1191), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1109), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(1193), 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, - [97220] = 16, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(662), 1, - sym__logical_operator, - STATE(663), 1, - sym__additive_operator, - STATE(664), 1, - sym__multiplicative_operator, - STATE(665), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1195), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1110), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(1197), 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, - [97307] = 16, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(662), 1, - sym__logical_operator, - STATE(663), 1, - sym__additive_operator, - STATE(664), 1, - sym__multiplicative_operator, - STATE(665), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1199), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1111), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(1201), 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, - [97394] = 16, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(662), 1, - sym__logical_operator, - STATE(663), 1, - sym__additive_operator, - STATE(664), 1, - sym__multiplicative_operator, - STATE(665), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1118), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1112), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(1120), 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, - [97481] = 5, + [99049] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1113), 2, + STATE(1130), 2, sym_comment, sym_include, - ACTIONS(220), 3, + ACTIONS(188), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(222), 46, + ACTIONS(190), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -138278,6 +139485,7 @@ 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, @@ -138298,19 +139506,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [97545] = 5, + [99114] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1114), 2, + STATE(1131), 2, sym_comment, sym_include, - ACTIONS(200), 3, + ACTIONS(160), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(202), 46, + ACTIONS(162), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -138337,6 +139545,7 @@ 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, @@ -138357,19 +139566,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [97609] = 5, + [99179] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1115), 2, + STATE(1132), 2, sym_comment, sym_include, - ACTIONS(196), 3, + ACTIONS(184), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(198), 46, + ACTIONS(186), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -138396,6 +139605,7 @@ 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, @@ -138416,19 +139626,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [97673] = 5, + [99244] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1116), 2, + STATE(1133), 2, sym_comment, sym_include, - ACTIONS(152), 3, + ACTIONS(192), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(154), 46, + ACTIONS(194), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -138455,6 +139665,7 @@ 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, @@ -138475,19 +139686,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [97737] = 5, + [99309] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1117), 2, + STATE(1134), 2, sym_comment, sym_include, - ACTIONS(192), 3, + ACTIONS(102), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(194), 46, + ACTIONS(104), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -138514,6 +139725,7 @@ 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, @@ -138534,19 +139746,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [97801] = 5, + [99374] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1118), 2, + STATE(1135), 2, sym_comment, sym_include, - ACTIONS(212), 3, + ACTIONS(216), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(214), 46, + ACTIONS(218), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -138573,6 +139785,7 @@ 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, @@ -138593,49 +139806,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [97865] = 5, - ACTIONS(3), 1, + [99439] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1119), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1136), 2, sym_comment, sym_include, - ACTIONS(216), 3, + 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), 43, + sym__namecolon, sym__or_operator, sym__and_operator, - sym__escaped_string, - ACTIONS(218), 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_LPAREN, + aux_sym_type_tuning_token2, anon_sym_EQ, - aux_sym_unary_expression_token1, - aux_sym_unary_expression_token2, - aux_sym_ambiguous_expression_token1, - aux_sym_temp_table_expression_token1, - aux_sym_current_changed_expression_token1, - aux_sym_locked_expression_token1, - aux_sym_dataset_expression_token1, - aux_sym_input_expression_token1, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -138646,39 +139848,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, - [97929] = 9, + 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, + [99506] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2307), 1, - anon_sym_LBRACK, ACTIONS(2309), 1, - anon_sym_LPAREN, - STATE(1152), 1, - sym_function_arguments, - STATE(1120), 2, + sym__namecolon, + STATE(1073), 1, + aux_sym_object_access_repeat1, + STATE(1137), 2, sym_comment, sym_include, - ACTIONS(73), 5, + ACTIONS(100), 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(67), 40, + ACTIONS(98), 41, sym__or_operator, sym__and_operator, anon_sym_STAR, sym__terminator, + anon_sym_LPAREN, aux_sym_type_tuning_token2, anon_sym_EQ, anon_sym_PLUS, @@ -138715,19 +139930,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [98001] = 5, + [99577] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1121), 2, + STATE(1138), 2, sym_comment, sym_include, - ACTIONS(188), 3, + ACTIONS(87), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(190), 46, + ACTIONS(89), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -138754,6 +139969,7 @@ 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, @@ -138774,19 +139990,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [98065] = 5, + [99642] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1122), 2, + STATE(1139), 2, sym_comment, sym_include, - ACTIONS(228), 3, + ACTIONS(232), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(230), 46, + ACTIONS(234), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -138813,6 +140029,7 @@ 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, @@ -138833,19 +140050,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [98129] = 5, + [99707] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1123), 2, + STATE(1140), 2, sym_comment, sym_include, - ACTIONS(232), 3, + ACTIONS(200), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(234), 46, + ACTIONS(202), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -138872,6 +140089,7 @@ 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, @@ -138892,78 +140110,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [98193] = 5, + [99772] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1124), 2, - sym_comment, - sym_include, - ACTIONS(240), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(242), 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_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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [98257] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(1125), 2, + STATE(1141), 2, sym_comment, sym_include, - ACTIONS(236), 3, + ACTIONS(133), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(238), 46, + ACTIONS(135), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -138990,6 +140149,7 @@ 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, @@ -139010,137 +140170,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [98321] = 5, + [99837] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1126), 2, + STATE(1142), 2, sym_comment, sym_include, ACTIONS(244), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(246), 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_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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [98385] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(1127), 2, - sym_comment, - sym_include, - ACTIONS(176), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(178), 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_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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [98449] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(1128), 2, - sym_comment, - sym_include, - ACTIONS(87), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(89), 46, + ACTIONS(246), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -139167,6 +140209,7 @@ 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, @@ -139187,318 +140230,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [98513] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(1129), 2, - sym_comment, - sym_include, - ACTIONS(134), 5, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(132), 43, - sym__namecolon, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_LBRACK, - anon_sym_LPAREN, - 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, - [98579] = 5, + [99902] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1130), 2, + STATE(1143), 2, sym_comment, sym_include, ACTIONS(172), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(174), 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_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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [98643] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2313), 1, - sym__namecolon, - STATE(1062), 1, - aux_sym_object_access_repeat1, - STATE(1131), 2, - sym_comment, - sym_include, - ACTIONS(100), 5, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(98), 41, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - anon_sym_LPAREN, - 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, - [98713] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(1132), 2, - sym_comment, - sym_include, - ACTIONS(184), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(186), 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_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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [98777] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(1133), 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__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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [98841] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(1134), 2, - sym_comment, - sym_include, - ACTIONS(224), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(226), 46, + ACTIONS(174), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -139525,6 +140269,7 @@ 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, @@ -139545,19 +140290,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [98905] = 5, + [99967] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1135), 2, + STATE(1144), 2, sym_comment, sym_include, ACTIONS(208), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(210), 46, + ACTIONS(210), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -139584,6 +140329,7 @@ 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, @@ -139604,19 +140350,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [98969] = 5, + [100032] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1136), 2, + STATE(1145), 2, sym_comment, sym_include, - ACTIONS(248), 3, + ACTIONS(204), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(250), 46, + ACTIONS(206), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -139643,6 +140389,7 @@ 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, @@ -139663,19 +140410,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [99033] = 5, + [100097] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1137), 2, + STATE(1146), 2, sym_comment, sym_include, - ACTIONS(180), 3, + ACTIONS(228), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(182), 46, + ACTIONS(230), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -139702,6 +140449,7 @@ 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, @@ -139722,19 +140470,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [99097] = 5, + [100162] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1138), 2, + STATE(1147), 2, sym_comment, sym_include, - ACTIONS(252), 3, + ACTIONS(236), 3, sym__or_operator, sym__and_operator, sym__escaped_string, - ACTIONS(254), 46, + ACTIONS(238), 47, anon_sym_SLASH, anon_sym_LBRACE, sym_identifier, @@ -139761,6 +140509,7 @@ 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, @@ -139781,145 +140530,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accumulate_expression_token1, aux_sym_available_expression_token1, aux_sym_available_expression_token2, - [99161] = 5, - ACTIONS(3), 1, + [100227] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(1139), 2, - sym_comment, - sym_include, - ACTIONS(124), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(126), 46, - anon_sym_SLASH, + ACTIONS(75), 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, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [99225] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(1140), 2, + STATE(1148), 2, sym_comment, sym_include, - ACTIONS(128), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(130), 46, + ACTIONS(108), 6, 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, - [99289] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2388), 1, - sym_identifier, - ACTIONS(2390), 1, - aux_sym_input_expression_token2, - STATE(1192), 1, - sym_qualified_name, - ACTIONS(1355), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(106), 42, + sym__namecolon, sym__or_operator, sym__and_operator, - STATE(1141), 2, - sym_comment, - sym_include, - ACTIONS(1351), 43, - anon_sym_SLASH, anon_sym_STAR, sym__terminator, aux_sym_type_tuning_token2, @@ -139927,10 +140558,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -139942,9 +140571,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_variable_tuning_token4, - aux_sym_image_phrase_token1, + aux_sym_function_call_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, @@ -139962,83 +140590,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [99361] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(1142), 2, - sym_comment, - sym_include, - ACTIONS(204), 3, - sym__or_operator, - sym__and_operator, - sym__escaped_string, - ACTIONS(206), 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_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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_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, - [99425] = 6, + [100293] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1143), 2, + ACTIONS(2307), 1, + sym__namedot, + STATE(1165), 1, + aux_sym_qualified_name_repeat1, + STATE(1149), 2, sym_comment, sym_include, - ACTIONS(146), 5, + ACTIONS(127), 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), 42, - sym__namecolon, + ACTIONS(125), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -140061,7 +140634,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_variable_tuning_token4, - anon_sym_NO_DASHERROR, aux_sym_image_phrase_token2, aux_sym_size_phrase_token2, aux_sym_size_phrase_token3, @@ -140080,27 +140652,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [99490] = 8, + [100363] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2315), 1, - sym__namedoublecolon, - STATE(1146), 1, - aux_sym_member_access_repeat1, - STATE(1144), 2, + ACTIONS(2307), 1, + sym__namedot, + STATE(1149), 1, + aux_sym_qualified_name_repeat1, + STATE(1150), 2, sym_comment, sym_include, - ACTIONS(142), 5, + ACTIONS(104), 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), 40, + ACTIONS(102), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -140141,23 +140714,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [99559] = 6, + [100433] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1145), 2, + ACTIONS(2392), 1, + aux_sym_function_call_token1, + STATE(1151), 2, sym_comment, sym_include, - ACTIONS(138), 5, + ACTIONS(168), 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(136), 42, + ACTIONS(166), 41, sym__namecolon, sym__or_operator, sym__and_operator, @@ -140181,7 +140757,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_variable_tuning_token4, - aux_sym_function_call_token1, aux_sym_image_phrase_token2, aux_sym_size_phrase_token2, aux_sym_size_phrase_token3, @@ -140200,85 +140775,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [99624] = 7, + [100501] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2392), 1, - sym__namedoublecolon, - STATE(1146), 3, + ACTIONS(2307), 1, + sym__namedot, + STATE(1149), 1, + aux_sym_qualified_name_repeat1, + STATE(1152), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, - ACTIONS(115), 5, + ACTIONS(135), 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(113), 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, - [99691] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2395), 1, - sym_identifier, - STATE(1185), 1, - sym_qualified_name, - ACTIONS(1454), 2, + ACTIONS(133), 40, sym__or_operator, sym__and_operator, - STATE(1147), 2, - sym_comment, - sym_include, - ACTIONS(1452), 43, - anon_sym_SLASH, anon_sym_STAR, sym__terminator, aux_sym_type_tuning_token2, @@ -140286,10 +140806,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -140301,9 +140819,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -140321,22 +140837,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [99760] = 8, + [100571] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2313), 1, - sym__namecolon, - STATE(1099), 1, - aux_sym_object_access_repeat1, - STATE(1148), 2, + ACTIONS(2305), 1, + anon_sym_LPAREN, + STATE(1151), 1, + sym_function_arguments, + STATE(1153), 2, sym_comment, sym_include, - ACTIONS(89), 5, + ACTIONS(89), 6, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, aux_sym_image_phrase_token1, @@ -140382,27 +140899,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [99829] = 8, + [100641] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2309), 1, - anon_sym_LPAREN, - STATE(1152), 1, - sym_function_arguments, - STATE(1149), 2, + ACTIONS(2311), 1, + sym__namedoublecolon, + STATE(1155), 1, + aux_sym_member_access_repeat1, + STATE(1154), 2, sym_comment, sym_include, - ACTIONS(89), 5, + 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(87), 40, + ACTIONS(129), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -140443,27 +140961,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [99898] = 8, + [100711] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2311), 1, - sym__namedot, - STATE(1153), 1, - aux_sym_qualified_name_repeat1, - STATE(1150), 2, + ACTIONS(2394), 1, + sym__namedoublecolon, + STATE(1155), 3, sym_comment, sym_include, - ACTIONS(126), 5, + aux_sym_member_access_repeat1, + 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(124), 40, + ACTIONS(137), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -140504,23 +141022,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [99967] = 6, + [100779] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1151), 2, + STATE(1156), 2, sym_comment, sym_include, - ACTIONS(146), 5, + ACTIONS(119), 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), 42, + ACTIONS(117), 42, sym__namecolon, sym__or_operator, sym__and_operator, @@ -140544,7 +141063,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_variable_tuning_token4, - aux_sym_function_call_token1, + anon_sym_NO_DASHERROR, aux_sym_image_phrase_token2, aux_sym_size_phrase_token2, aux_sym_size_phrase_token3, @@ -140563,26 +141082,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [100032] = 7, + [100845] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2397), 1, - aux_sym_function_call_token1, - STATE(1152), 2, + ACTIONS(2309), 1, + sym__namecolon, + STATE(1067), 1, + aux_sym_object_access_repeat1, + STATE(1157), 2, sym_comment, sym_include, - ACTIONS(160), 5, + ACTIONS(89), 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(158), 41, - sym__namecolon, + ACTIONS(87), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -140623,27 +141144,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [100099] = 8, + [100915] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2311), 1, - sym__namedot, - STATE(1160), 1, - aux_sym_qualified_name_repeat1, - STATE(1153), 2, + STATE(1158), 2, sym_comment, sym_include, - ACTIONS(111), 5, + 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(109), 40, + ACTIONS(121), 42, + sym__namecolon, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -140666,6 +141185,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_variable_tuning_token4, + anon_sym_NO_DASHERROR, aux_sym_image_phrase_token2, aux_sym_size_phrase_token2, aux_sym_size_phrase_token3, @@ -140684,23 +141204,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [100168] = 6, + [100981] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1154), 2, + STATE(1159), 2, sym_comment, sym_include, - ACTIONS(138), 5, + ACTIONS(108), 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(136), 42, + ACTIONS(106), 42, sym__namecolon, sym__or_operator, sym__and_operator, @@ -140743,23 +141264,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [100233] = 6, + [101047] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1155), 2, + STATE(1160), 2, sym_comment, sym_include, - ACTIONS(122), 5, + 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(120), 42, + ACTIONS(121), 42, sym__namecolon, sym__or_operator, sym__and_operator, @@ -140783,7 +141305,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_variable_tuning_token4, - anon_sym_NO_DASHERROR, + aux_sym_function_call_token1, aux_sym_image_phrase_token2, aux_sym_size_phrase_token2, aux_sym_size_phrase_token3, @@ -140802,27 +141324,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [100298] = 8, + [101113] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2311), 1, - sym__namedot, - STATE(1153), 1, - aux_sym_qualified_name_repeat1, - STATE(1156), 2, + ACTIONS(2309), 1, + sym__namecolon, + STATE(1067), 1, + aux_sym_object_access_repeat1, + STATE(1161), 2, sym_comment, sym_include, - ACTIONS(130), 5, + ACTIONS(73), 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), 40, + ACTIONS(67), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -140863,27 +141386,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [100367] = 8, + [101183] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2313), 1, - sym__namecolon, - STATE(1099), 1, - aux_sym_object_access_repeat1, - STATE(1157), 2, + STATE(1162), 2, sym_comment, sym_include, - ACTIONS(73), 5, + ACTIONS(119), 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(67), 40, + ACTIONS(117), 42, + sym__namecolon, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -140906,6 +141427,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_variable_tuning_token4, + aux_sym_function_call_token1, aux_sym_image_phrase_token2, aux_sym_size_phrase_token2, aux_sym_size_phrase_token3, @@ -140924,28 +141446,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [100436] = 7, - ACTIONS(69), 1, + [101249] = 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(2399), 1, - anon_sym_NO_DASHERROR, - STATE(1158), 2, + ACTIONS(2397), 1, + sym_identifier, + STATE(1194), 1, + sym_qualified_name, + ACTIONS(1379), 2, + sym__or_operator, + sym__and_operator, + STATE(1163), 2, sym_comment, sym_include, - ACTIONS(545), 5, + ACTIONS(1377), 44, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(543), 41, - sym__namecolon, - sym__or_operator, - sym__and_operator, anon_sym_STAR, sym__terminator, aux_sym_type_tuning_token2, @@ -140953,8 +141472,11 @@ 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, @@ -140966,7 +141488,9 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -140984,23 +141508,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [100503] = 6, + [101319] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1159), 2, + ACTIONS(2399), 1, + anon_sym_NO_DASHERROR, + STATE(1164), 2, sym_comment, sym_include, - ACTIONS(122), 5, + ACTIONS(258), 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(120), 42, + ACTIONS(256), 41, sym__namecolon, sym__or_operator, sym__and_operator, @@ -141024,7 +141551,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_variable_tuning_token4, - aux_sym_function_call_token1, aux_sym_image_phrase_token2, aux_sym_size_phrase_token2, aux_sym_size_phrase_token3, @@ -141043,7 +141569,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [100568] = 7, + [101387] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -141052,17 +141578,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(2401), 1, sym__namedot, - STATE(1160), 3, + STATE(1165), 3, sym_comment, sym_include, aux_sym_qualified_name_repeat1, - ACTIONS(104), 5, + ACTIONS(112), 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(102), 40, + ACTIONS(110), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -141103,97 +141630,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [100635] = 20, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2404), 1, - sym__terminator, - ACTIONS(2410), 1, - aux_sym_input_stream_tuning_token9, - STATE(525), 1, - sym__comparison_operator, - STATE(526), 1, - sym__multiplicative_operator, - STATE(527), 1, - sym__additive_operator, - STATE(528), 1, - sym__logical_operator, - STATE(3314), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, - sym_output_stream_tuning, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1161), 2, - sym_comment, - sym_include, - ACTIONS(2408), 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(2406), 12, - aux_sym__function_argument_with_mode_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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [100727] = 7, + [101455] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2412), 1, - sym__namedot, - STATE(1162), 2, + STATE(1166), 2, sym_comment, sym_include, - ACTIONS(154), 5, + ACTIONS(154), 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(152), 40, + ACTIONS(152), 41, + sym__namecolon, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -141234,44 +141689,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [100793] = 20, + [101520] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, + ACTIONS(2404), 1, + sym__terminator, ACTIONS(2410), 1, aux_sym_input_stream_tuning_token9, - ACTIONS(2414), 1, - sym__terminator, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - STATE(3299), 1, + STATE(3315), 1, aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, + STATE(3366), 1, sym_output_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1163), 2, + STATE(1167), 2, sym_comment, sym_include, ACTIONS(2408), 4, @@ -141292,7 +141748,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token4, aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -141306,44 +141762,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [100885] = 20, + [101613] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, ACTIONS(2410), 1, aux_sym_input_stream_tuning_token9, - ACTIONS(2416), 1, + ACTIONS(2412), 1, sym__terminator, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - STATE(3320), 1, + STATE(3296), 1, aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, + STATE(3366), 1, sym_output_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1164), 2, + STATE(1168), 2, sym_comment, sym_include, ACTIONS(2408), 4, @@ -141364,47 +141821,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token4, aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [100977] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(1165), 2, - sym_comment, - sym_include, - ACTIONS(150), 5, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(148), 41, - sym__namedoublecolon, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, - sym__terminator, - aux_sym_type_tuning_token2, + ACTIONS(2377), 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, @@ -141417,63 +141835,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_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, - [101041] = 20, + [101706] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, ACTIONS(2410), 1, aux_sym_input_stream_tuning_token9, - ACTIONS(2418), 1, + ACTIONS(2414), 1, sym__terminator, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - STATE(3315), 1, + STATE(3299), 1, aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, + STATE(3366), 1, sym_output_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1166), 2, + STATE(1169), 2, sym_comment, sym_include, ACTIONS(2408), 4, @@ -141494,7 +141894,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token4, aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -141508,44 +141908,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [101133] = 20, + [101799] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, ACTIONS(2410), 1, aux_sym_input_stream_tuning_token9, - ACTIONS(2420), 1, + ACTIONS(2416), 1, sym__terminator, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - STATE(3318), 1, + STATE(3308), 1, aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, + STATE(3366), 1, sym_output_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1167), 2, + STATE(1170), 2, sym_comment, sym_include, ACTIONS(2408), 4, @@ -141566,7 +141967,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token4, aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -141580,44 +141981,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [101225] = 20, + [101892] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, ACTIONS(2410), 1, aux_sym_input_stream_tuning_token9, - ACTIONS(2422), 1, + ACTIONS(2418), 1, sym__terminator, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - STATE(3313), 1, + STATE(3312), 1, aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, + STATE(3366), 1, sym_output_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1168), 2, + STATE(1171), 2, sym_comment, sym_include, ACTIONS(2408), 4, @@ -141638,7 +142040,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token4, aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -141652,66 +142054,94 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [101317] = 20, + [101985] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(1172), 2, + sym_comment, + sym_include, + ACTIONS(158), 6, anon_sym_SLASH, - ACTIONS(2410), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2424), 1, - sym__terminator, - STATE(525), 1, - sym__comparison_operator, - STATE(526), 1, - sym__multiplicative_operator, - STATE(527), 1, - sym__additive_operator, - STATE(528), 1, - sym__logical_operator, - STATE(3312), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, - sym_output_stream_tuning, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(156), 41, + sym__namedoublecolon, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + aux_sym_type_tuning_token2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1169), 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_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, + [102050] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2420), 1, + sym__namedot, + STATE(1173), 2, sym_comment, sym_include, - ACTIONS(2408), 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(2406), 12, - aux_sym__function_argument_with_mode_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(2375), 13, + ACTIONS(162), 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(160), 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, @@ -141724,44 +142154,64 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [101409] = 20, + 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, + [102117] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, ACTIONS(2410), 1, aux_sym_input_stream_tuning_token9, - ACTIONS(2426), 1, + ACTIONS(2422), 1, sym__terminator, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - STATE(3297), 1, + STATE(3309), 1, aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, + STATE(3366), 1, sym_output_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1170), 2, + STATE(1174), 2, sym_comment, sym_include, ACTIONS(2408), 4, @@ -141782,7 +142232,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token4, aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -141796,23 +142246,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [101501] = 6, + [102210] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1171), 2, + STATE(1175), 2, sym_comment, sym_include, - ACTIONS(166), 5, + ACTIONS(150), 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(164), 41, + ACTIONS(148), 41, sym__namecolon, sym__or_operator, sym__and_operator, @@ -141854,44 +142305,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [101565] = 20, + [102275] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, ACTIONS(2410), 1, aux_sym_input_stream_tuning_token9, - ACTIONS(2428), 1, + ACTIONS(2424), 1, sym__terminator, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - STATE(3316), 1, + STATE(3303), 1, aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, + STATE(3366), 1, sym_output_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1172), 2, + STATE(1176), 2, sym_comment, sym_include, ACTIONS(2408), 4, @@ -141912,7 +142364,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token4, aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -141926,33 +142378,67 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [101657] = 6, + [102368] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1173), 2, - sym_comment, - sym_include, - ACTIONS(104), 5, + ACTIONS(2410), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(2426), 1, + sym__terminator, + STATE(891), 1, + sym__comparison_operator, + STATE(892), 1, + sym__multiplicative_operator, + STATE(893), 1, + sym__additive_operator, + STATE(894), 1, + sym__logical_operator, + STATE(3307), 1, + aux_sym_output_stream_statement_repeat1, + STATE(3366), 1, + sym_output_stream_tuning, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(102), 41, - sym__namedot, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - aux_sym_type_tuning_token2, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1177), 2, + sym_comment, + sym_include, + ACTIONS(2408), 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(2406), 12, + aux_sym__function_argument_with_mode_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(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -141965,63 +142451,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_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, - [101721] = 20, + [102461] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, ACTIONS(2410), 1, aux_sym_input_stream_tuning_token9, - ACTIONS(2430), 1, + ACTIONS(2428), 1, sym__terminator, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - STATE(3300), 1, + STATE(3302), 1, aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, + STATE(3366), 1, sym_output_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1174), 2, + STATE(1178), 2, sym_comment, sym_include, ACTIONS(2408), 4, @@ -142042,7 +142510,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token4, aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -142056,24 +142524,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [101813] = 6, + [102554] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1175), 2, + STATE(1179), 2, sym_comment, sym_include, - ACTIONS(170), 5, + ACTIONS(112), 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(168), 41, - sym__namecolon, + ACTIONS(110), 41, + sym__namedot, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -142114,39 +142583,67 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [101877] = 12, + [102619] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(735), 1, - sym__logical_operator, - STATE(736), 1, - sym__additive_operator, - STATE(737), 1, - sym__multiplicative_operator, - STATE(740), 1, + ACTIONS(2410), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(2430), 1, + sym__terminator, + STATE(891), 1, sym__comparison_operator, - ACTIONS(1223), 2, + STATE(892), 1, + sym__multiplicative_operator, + STATE(893), 1, + sym__additive_operator, + STATE(894), 1, + sym__logical_operator, + STATE(3311), 1, + aux_sym_output_stream_statement_repeat1, + STATE(3366), 1, + sym_output_stream_tuning, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(1176), 2, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1180), 2, sym_comment, sym_include, - ACTIONS(1225), 36, - sym__or_operator, - sym__and_operator, - sym__terminator, + ACTIONS(2408), 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(2406), 12, + aux_sym__function_argument_with_mode_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(2377), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -142159,50 +142656,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__function_argument_with_mode_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, - [101952] = 6, + [102712] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1177), 2, - sym_comment, - sym_include, - ACTIONS(206), 5, + ACTIONS(2434), 1, + aux_sym_input_stream_tuning_token11, + STATE(591), 1, + sym__comparison_operator, + STATE(592), 1, + sym__multiplicative_operator, + STATE(593), 1, + sym__additive_operator, + STATE(594), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(204), 40, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - aux_sym_type_tuning_token2, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1181), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -142215,58 +142705,56 @@ static 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, - [102015] = 15, + ACTIONS(2432), 18, + sym__terminator, + aux_sym__function_argument_with_mode_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, + [102796] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(735), 1, - sym__logical_operator, - STATE(736), 1, - sym__additive_operator, - STATE(737), 1, - sym__multiplicative_operator, - STATE(740), 1, + STATE(591), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(592), 1, + sym__multiplicative_operator, + STATE(593), 1, + sym__additive_operator, + STATE(594), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1178), 2, + STATE(1182), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -142280,7 +142768,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1193), 19, + ACTIONS(1136), 21, + sym__or_operator, + sym__and_operator, sym__terminator, aux_sym__function_argument_with_mode_token4, aux_sym_input_stream_tuning_token1, @@ -142300,23 +142790,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [102096] = 6, + [102876] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1179), 2, + STATE(1183), 2, sym_comment, sym_include, - ACTIONS(178), 5, + ACTIONS(230), 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(176), 40, + ACTIONS(228), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -142357,23 +142848,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [102159] = 6, + [102940] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1180), 2, + STATE(1184), 2, sym_comment, sym_include, - ACTIONS(190), 5, + ACTIONS(254), 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(188), 40, + ACTIONS(252), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -142414,23 +142906,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [102222] = 6, + [103004] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1181), 2, + STATE(1185), 2, sym_comment, sym_include, - ACTIONS(226), 5, + ACTIONS(242), 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(224), 40, + ACTIONS(240), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -142471,40 +142964,91 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [102285] = 15, + [103068] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(1186), 2, + sym_comment, + sym_include, + ACTIONS(182), 6, anon_sym_SLASH, - STATE(735), 1, - sym__logical_operator, - STATE(736), 1, - sym__additive_operator, - STATE(737), 1, - sym__multiplicative_operator, - STATE(740), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(180), 40, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + aux_sym_type_tuning_token2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1182), 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_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, + [103132] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1187), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(226), 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(224), 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, @@ -142517,43 +143061,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(1189), 19, - sym__terminator, - aux_sym__function_argument_with_mode_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, - [102366] = 6, + 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, + [103196] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1183), 2, + STATE(1188), 2, sym_comment, sym_include, - ACTIONS(254), 5, + ACTIONS(89), 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(252), 40, + ACTIONS(87), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -142594,36 +143138,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [102429] = 14, + [103260] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(735), 1, - sym__logical_operator, - STATE(736), 1, - sym__additive_operator, - STATE(737), 1, - sym__multiplicative_operator, - STATE(740), 1, + STATE(591), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(592), 1, + sym__multiplicative_operator, + STATE(593), 1, + sym__additive_operator, + STATE(594), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1184), 2, + STATE(1189), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -142637,7 +143182,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(192), 21, + ACTIONS(232), 21, sym__or_operator, sym__and_operator, sym__terminator, @@ -142659,32 +143204,108 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [102508] = 6, + [103340] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1185), 2, + STATE(591), 1, + sym__comparison_operator, + STATE(592), 1, + sym__multiplicative_operator, + STATE(593), 1, + sym__additive_operator, + STATE(594), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1190), 2, sym_comment, sym_include, - ACTIONS(126), 5, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_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(1160), 19, + sym__terminator, + aux_sym__function_argument_with_mode_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, + [103422] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(591), 1, + sym__comparison_operator, + STATE(592), 1, + sym__multiplicative_operator, + STATE(593), 1, + sym__additive_operator, + STATE(594), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(124), 40, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - aux_sym_type_tuning_token2, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1191), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -142697,42 +143318,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_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, - [102571] = 6, + ACTIONS(1156), 19, + sym__terminator, + aux_sym__function_argument_with_mode_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, + [103504] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1186), 2, + STATE(1192), 2, sym_comment, sym_include, - ACTIONS(154), 5, + ACTIONS(238), 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(152), 40, + ACTIONS(236), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -142773,23 +143396,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [102634] = 6, + [103568] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1187), 2, + STATE(1193), 2, sym_comment, sym_include, - ACTIONS(222), 5, + ACTIONS(178), 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(220), 40, + ACTIONS(176), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -142830,23 +143454,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [102697] = 6, + [103632] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1188), 2, + STATE(1194), 2, sym_comment, sym_include, - ACTIONS(182), 5, + ACTIONS(104), 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(180), 40, + ACTIONS(102), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -142887,23 +143512,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [102760] = 6, + [103696] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1189), 2, + STATE(1195), 2, sym_comment, sym_include, - ACTIONS(230), 5, + ACTIONS(218), 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(228), 40, + ACTIONS(216), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -142944,23 +143570,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [102823] = 6, + [103760] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1190), 2, + STATE(1196), 2, sym_comment, sym_include, - ACTIONS(198), 5, + ACTIONS(186), 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(196), 40, + ACTIONS(184), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -143001,23 +143628,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [102886] = 6, + [103824] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1191), 2, + STATE(1197), 2, sym_comment, sym_include, - ACTIONS(186), 5, + ACTIONS(190), 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(184), 40, + ACTIONS(188), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -143058,32 +143686,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [102949] = 6, + [103888] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1192), 2, - sym_comment, - sym_include, - ACTIONS(130), 5, + STATE(591), 1, + sym__comparison_operator, + STATE(592), 1, + sym__multiplicative_operator, + STATE(593), 1, + sym__additive_operator, + STATE(594), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(128), 40, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - aux_sym_type_tuning_token2, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1198), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -143096,51 +143733,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_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, - [103012] = 6, + ACTIONS(1148), 19, + sym__terminator, + aux_sym__function_argument_with_mode_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, + [103970] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1193), 2, - sym_comment, - sym_include, - ACTIONS(214), 5, + STATE(591), 1, + sym__comparison_operator, + STATE(592), 1, + sym__multiplicative_operator, + STATE(593), 1, + sym__additive_operator, + STATE(594), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(212), 40, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - aux_sym_type_tuning_token2, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1199), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -143153,51 +143800,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_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, - [103075] = 6, + ACTIONS(1144), 19, + sym__terminator, + aux_sym__function_argument_with_mode_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, + [104052] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1194), 2, - sym_comment, - sym_include, - ACTIONS(250), 5, + STATE(591), 1, + sym__comparison_operator, + STATE(592), 1, + sym__multiplicative_operator, + STATE(593), 1, + sym__additive_operator, + STATE(594), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(248), 40, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - aux_sym_type_tuning_token2, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1200), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -143210,51 +143867,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_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, - [103138] = 6, + ACTIONS(1140), 19, + sym__terminator, + aux_sym__function_argument_with_mode_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, + [104134] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1195), 2, - sym_comment, - sym_include, - ACTIONS(202), 5, + STATE(591), 1, + sym__comparison_operator, + STATE(592), 1, + sym__multiplicative_operator, + STATE(593), 1, + sym__additive_operator, + STATE(594), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(200), 40, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - aux_sym_type_tuning_token2, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1201), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -143267,51 +143934,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_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, - [103201] = 6, + ACTIONS(1120), 19, + sym__terminator, + aux_sym__function_argument_with_mode_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, + [104216] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1196), 2, - sym_comment, - sym_include, - ACTIONS(73), 5, + STATE(591), 1, + sym__comparison_operator, + STATE(592), 1, + sym__multiplicative_operator, + STATE(593), 1, + sym__additive_operator, + STATE(594), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(67), 40, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - aux_sym_type_tuning_token2, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1202), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -143324,42 +144001,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_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, - [103264] = 6, + ACTIONS(1124), 19, + sym__terminator, + aux_sym__function_argument_with_mode_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, + [104298] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1197), 2, + STATE(1203), 2, sym_comment, sym_include, - ACTIONS(218), 5, + ACTIONS(194), 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(216), 40, + ACTIONS(192), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -143400,40 +144079,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [103327] = 15, + [104362] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(735), 1, - sym__logical_operator, - STATE(736), 1, - sym__additive_operator, - STATE(737), 1, - sym__multiplicative_operator, - STATE(740), 1, + STATE(591), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(592), 1, + sym__multiplicative_operator, + STATE(593), 1, + sym__additive_operator, + STATE(594), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1198), 2, + STATE(1204), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(1128), 36, + 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, @@ -143446,8 +144125,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1201), 19, - sym__terminator, aux_sym__function_argument_with_mode_token4, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, @@ -143466,40 +144143,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [103408] = 15, + [104438] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(1205), 2, + sym_comment, + sym_include, + ACTIONS(198), 6, anon_sym_SLASH, - STATE(735), 1, - sym__logical_operator, - STATE(736), 1, - sym__additive_operator, - STATE(737), 1, - sym__multiplicative_operator, - STATE(740), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(196), 40, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + aux_sym_type_tuning_token2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1199), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -143512,57 +144182,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(1205), 19, - sym__terminator, - aux_sym__function_argument_with_mode_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, - [103489] = 14, + 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, + [104502] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(1206), 2, + sym_comment, + sym_include, + ACTIONS(222), 6, anon_sym_SLASH, - STATE(735), 1, - sym__logical_operator, - STATE(736), 1, - sym__additive_operator, - STATE(737), 1, - sym__multiplicative_operator, - STATE(740), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(220), 40, + sym__or_operator, + sym__and_operator, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + aux_sym_type_tuning_token2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1200), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -143575,51 +144240,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(1217), 21, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym__function_argument_with_mode_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, - [103568] = 10, + 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, + [104566] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(735), 1, - sym__logical_operator, - STATE(736), 1, - sym__additive_operator, - STATE(737), 1, - sym__multiplicative_operator, - STATE(740), 1, + STATE(591), 1, sym__comparison_operator, - STATE(1201), 2, + STATE(592), 1, + sym__multiplicative_operator, + STATE(593), 1, + sym__additive_operator, + STATE(594), 1, + sym__logical_operator, + STATE(1207), 2, sym_comment, sym_include, - ACTIONS(1219), 3, + ACTIONS(1130), 4, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1221), 38, + ACTIONS(1132), 38, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -143658,23 +144321,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [103639] = 6, + [104638] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1202), 2, + STATE(1208), 2, sym_comment, sym_include, - ACTIONS(234), 5, + ACTIONS(73), 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(232), 40, + ACTIONS(67), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -143715,23 +144379,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [103702] = 6, + [104702] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1203), 2, + STATE(1209), 2, sym_comment, sym_include, - ACTIONS(174), 5, + ACTIONS(202), 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(172), 40, + ACTIONS(200), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -143772,89 +144437,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [103765] = 15, + [104766] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(735), 1, - sym__logical_operator, - STATE(736), 1, - sym__additive_operator, - STATE(737), 1, - sym__multiplicative_operator, - STATE(740), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1204), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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(1120), 19, - sym__terminator, - aux_sym__function_argument_with_mode_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, - [103846] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(1205), 2, + STATE(1210), 2, sym_comment, sym_include, - ACTIONS(246), 5, + ACTIONS(206), 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(244), 40, + ACTIONS(204), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -143895,40 +144495,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [103909] = 15, + [104830] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(1211), 2, + sym_comment, + sym_include, + ACTIONS(174), 6, anon_sym_SLASH, - STATE(735), 1, - sym__logical_operator, - STATE(736), 1, - sym__additive_operator, - STATE(737), 1, - sym__multiplicative_operator, - STATE(740), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(172), 40, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + aux_sym_type_tuning_token2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1206), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -143941,43 +144534,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(1209), 19, - sym__terminator, - aux_sym__function_argument_with_mode_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, - [103990] = 6, + 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, + [104894] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1207), 2, + STATE(1212), 2, sym_comment, sym_include, - ACTIONS(194), 5, + ACTIONS(250), 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(192), 40, + ACTIONS(248), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -144018,23 +144611,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [104053] = 6, + [104958] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1208), 2, + STATE(1213), 2, sym_comment, sym_include, - ACTIONS(89), 5, + ACTIONS(162), 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(87), 40, + ACTIONS(160), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -144075,23 +144669,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [104116] = 6, + [105022] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1209), 2, + STATE(1214), 2, sym_comment, sym_include, - ACTIONS(242), 5, + ACTIONS(246), 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(240), 40, + ACTIONS(244), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -144132,23 +144727,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [104179] = 6, + [105086] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1210), 2, + STATE(1215), 2, sym_comment, sym_include, - ACTIONS(238), 5, + ACTIONS(234), 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(236), 40, + ACTIONS(232), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -144189,42 +144785,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [104242] = 16, + [105150] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(1216), 2, + sym_comment, + sym_include, + ACTIONS(210), 6, anon_sym_SLASH, - ACTIONS(2434), 1, - aux_sym_input_stream_tuning_token11, - STATE(735), 1, - sym__logical_operator, - STATE(736), 1, - sym__additive_operator, - STATE(737), 1, - sym__multiplicative_operator, - STATE(740), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(208), 40, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + aux_sym_type_tuning_token2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1211), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -144237,42 +144824,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(2432), 18, - sym__terminator, - aux_sym__function_argument_with_mode_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, - [104325] = 6, + 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, + [105214] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1212), 2, + STATE(1217), 2, sym_comment, sym_include, - ACTIONS(210), 5, + ACTIONS(214), 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(208), 40, + ACTIONS(212), 40, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -144313,39 +144901,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_button_tuning_token14, aux_sym_button_tuning_token16, aux_sym_button_tuning_token17, - [104388] = 15, + [105278] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(735), 1, - sym__logical_operator, - STATE(736), 1, - sym__additive_operator, - STATE(737), 1, - sym__multiplicative_operator, - STATE(740), 1, + STATE(591), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(592), 1, + sym__multiplicative_operator, + STATE(593), 1, + sym__additive_operator, + STATE(594), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1213), 2, + STATE(1218), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -144359,7 +144948,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1197), 19, + ACTIONS(1152), 19, sym__terminator, aux_sym__function_argument_with_mode_token4, aux_sym_input_stream_tuning_token1, @@ -144379,40 +144968,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [104469] = 15, + [105360] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(1219), 2, + sym_comment, + sym_include, + ACTIONS(135), 6, anon_sym_SLASH, - STATE(735), 1, - sym__logical_operator, - STATE(736), 1, - sym__additive_operator, - STATE(737), 1, - sym__multiplicative_operator, - STATE(740), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(133), 40, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + aux_sym_type_tuning_token2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1214), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -144425,59 +145007,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(1213), 19, - sym__terminator, - aux_sym__function_argument_with_mode_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, - [104550] = 15, + 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, + [105424] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1215), 2, + STATE(1220), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -144491,7 +145073,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2432), 18, + ACTIONS(2436), 18, sym__terminator, aux_sym__function_argument_with_mode_token4, aux_sym_input_stream_tuning_token1, @@ -144510,39 +145092,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [104630] = 15, + [105505] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1216), 2, + STATE(1221), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -144556,7 +145139,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1205), 18, + ACTIONS(1120), 18, sym__terminator, aux_sym__function_argument_with_mode_token4, aux_sym_input_stream_tuning_token1, @@ -144575,37 +145158,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [104710] = 14, + [105586] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(1222), 2, + sym_comment, + sym_include, + ACTIONS(1130), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1132), 37, + sym__or_operator, + sym__and_operator, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1217), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -144618,10 +145202,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1217), 20, - sym__or_operator, - sym__and_operator, - sym__terminator, aux_sym__function_argument_with_mode_token4, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, @@ -144639,36 +145219,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [104788] = 14, + [105657] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1218), 2, + STATE(1223), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -144682,9 +145266,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(192), 20, - sym__or_operator, - sym__and_operator, + ACTIONS(1140), 18, sym__terminator, aux_sym__function_argument_with_mode_token4, aux_sym_input_stream_tuning_token1, @@ -144703,39 +145285,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [104866] = 15, + [105738] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1219), 2, + STATE(1224), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -144749,7 +145332,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1189), 18, + ACTIONS(1124), 18, sym__terminator, aux_sym__function_argument_with_mode_token4, aux_sym_input_stream_tuning_token1, @@ -144768,36 +145351,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [104946] = 15, + [105819] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2436), 1, - anon_sym_LBRACK, ACTIONS(2438), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2440), 1, - sym__namedot, + anon_sym_LPAREN, ACTIONS(2442), 1, - sym__namecolon, + sym__namedot, ACTIONS(2444), 1, + sym__namecolon, + ACTIONS(2446), 1, sym__namedoublecolon, - STATE(1316), 1, + STATE(1321), 1, aux_sym_object_access_repeat1, - STATE(1357), 1, - aux_sym_member_access_repeat1, - STATE(1358), 1, - sym_function_arguments, - STATE(1379), 1, + STATE(1364), 1, aux_sym_qualified_name_repeat1, - STATE(1220), 2, + STATE(1374), 1, + sym_function_arguments, + STATE(1375), 1, + aux_sym_member_access_repeat1, + STATE(1225), 2, sym_comment, sym_include, - ACTIONS(73), 5, + ACTIONS(73), 6, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, aux_sym__comparison_operator_token6, @@ -144833,37 +145417,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [105026] = 10, + [105900] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - STATE(1221), 2, - sym_comment, - sym_include, - ACTIONS(1219), 3, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1221), 37, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(1226), 2, + sym_comment, + sym_include, + ACTIONS(1128), 35, 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, @@ -144893,39 +145480,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [105096] = 15, + [105975] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1222), 2, + STATE(1227), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -144939,7 +145527,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2446), 18, + ACTIONS(1148), 18, sym__terminator, aux_sym__function_argument_with_mode_token4, aux_sym_input_stream_tuning_token1, @@ -144958,39 +145546,104 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [105176] = 12, + [106056] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - ACTIONS(1223), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(1223), 2, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1228), 2, sym_comment, sym_include, - ACTIONS(1225), 35, - sym__or_operator, - sym__and_operator, - sym__terminator, + ACTIONS(2377), 13, anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_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(1156), 18, + sym__terminator, + aux_sym__function_argument_with_mode_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, + [106137] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(891), 1, + sym__comparison_operator, + STATE(892), 1, + sym__multiplicative_operator, + STATE(893), 1, + sym__additive_operator, + STATE(894), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1229), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -145003,6 +145656,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + ACTIONS(232), 20, + sym__or_operator, + sym__and_operator, + sym__terminator, aux_sym__function_argument_with_mode_token4, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, @@ -145020,39 +145677,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [105250] = 15, + [106216] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1224), 2, + STATE(1230), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -145066,7 +145724,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1213), 18, + ACTIONS(1160), 18, sym__terminator, aux_sym__function_argument_with_mode_token4, aux_sym_input_stream_tuning_token1, @@ -145085,39 +145743,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [105330] = 15, + [106297] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1225), 2, + STATE(1231), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -145131,7 +145790,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1209), 18, + ACTIONS(1144), 18, sym__terminator, aux_sym__function_argument_with_mode_token4, aux_sym_input_stream_tuning_token1, @@ -145150,39 +145809,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [105410] = 15, + [106378] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1226), 2, + STATE(1232), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -145196,7 +145853,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1120), 18, + ACTIONS(1136), 20, + sym__or_operator, + sym__and_operator, sym__terminator, aux_sym__function_argument_with_mode_token4, aux_sym_input_stream_tuning_token1, @@ -145215,39 +145874,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [105490] = 15, + [106457] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1227), 2, + STATE(1233), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -145261,7 +145921,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1201), 18, + ACTIONS(1152), 18, sym__terminator, aux_sym__function_argument_with_mode_token4, aux_sym_input_stream_tuning_token1, @@ -145280,39 +145940,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [105570] = 15, + [106538] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1228), 2, + STATE(1234), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -145326,7 +145987,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1197), 18, + ACTIONS(2432), 18, sym__terminator, aux_sym__function_argument_with_mode_token4, aux_sym_input_stream_tuning_token1, @@ -145345,7 +146006,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [105650] = 9, + [106619] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -145356,15 +146017,15 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2450), 1, aux_sym_input_expression_token2, - STATE(39), 1, + STATE(41), 1, sym_qualified_name, - ACTIONS(1355), 2, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - STATE(1229), 2, + STATE(1235), 2, sym_comment, sym_include, - ACTIONS(1351), 39, + ACTIONS(1232), 40, anon_sym_SLASH, anon_sym_STAR, sym__terminator, @@ -145372,6 +146033,7 @@ 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, @@ -145404,39 +146066,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [105718] = 15, + [106688] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(525), 1, + STATE(891), 1, sym__comparison_operator, - STATE(526), 1, + STATE(892), 1, sym__multiplicative_operator, - STATE(527), 1, + STATE(893), 1, sym__additive_operator, - STATE(528), 1, + STATE(894), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1230), 2, + STATE(1236), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -145450,7 +146113,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1193), 18, + ACTIONS(2452), 18, sym__terminator, aux_sym__function_argument_with_mode_token4, aux_sym_input_stream_tuning_token1, @@ -145469,42 +146132,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [105798] = 15, - ACTIONS(69), 1, + [106769] = 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(1096), 1, - anon_sym_SLASH, - STATE(525), 1, - sym__comparison_operator, - STATE(526), 1, - sym__multiplicative_operator, - STATE(527), 1, - sym__additive_operator, - STATE(528), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(2454), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1231), 2, + STATE(1237), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(1232), 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, @@ -145515,8 +146174,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2452), 18, - sym__terminator, aux_sym__function_argument_with_mode_token4, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, @@ -145534,42 +146191,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_output_stream_tuning_token5, aux_sym_output_stream_tuning_token6, aux_sym_output_stream_tuning_token7, - [105878] = 16, + [106837] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(2440), 1, + anon_sym_LPAREN, + ACTIONS(2442), 1, + sym__namedot, + ACTIONS(2444), 1, + sym__namecolon, + ACTIONS(2446), 1, + sym__namedoublecolon, + STATE(1321), 1, + aux_sym_object_access_repeat1, + STATE(1364), 1, + aux_sym_qualified_name_repeat1, + STATE(1374), 1, + sym_function_arguments, + STATE(1375), 1, + aux_sym_member_access_repeat1, + STATE(1238), 2, + sym_comment, + sym_include, + ACTIONS(89), 6, anon_sym_SLASH, - ACTIONS(1118), 1, - aux_sym_variable_tuning_token2, - STATE(816), 1, - sym__logical_operator, - STATE(817), 1, - sym__additive_operator, - STATE(818), 1, - sym__multiplicative_operator, - STATE(819), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(87), 30, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1232), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -145578,62 +146241,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, - ACTIONS(1120), 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, - [105959] = 16, + 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, + [106915] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1199), 1, + ACTIONS(1150), 1, aux_sym_variable_tuning_token2, - STATE(816), 1, - sym__logical_operator, - STATE(817), 1, - sym__additive_operator, - STATE(818), 1, - sym__multiplicative_operator, - STATE(819), 1, + STATE(554), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(555), 1, + sym__multiplicative_operator, + STATE(556), 1, + sym__additive_operator, + STATE(557), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1233), 2, + STATE(1239), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -145647,7 +146304,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1201), 16, + ACTIONS(1152), 16, sym__terminator, aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, @@ -145664,98 +146321,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token6, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [106040] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, - sym__or_operator, - sym__and_operator, - STATE(1234), 2, - sym_comment, - sym_include, - ACTIONS(1452), 39, - anon_sym_SLASH, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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_argument_with_mode_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, - [106105] = 12, + [106997] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(816), 1, - sym__logical_operator, - STATE(817), 1, - sym__additive_operator, - STATE(818), 1, - sym__multiplicative_operator, - STATE(819), 1, + ACTIONS(1134), 1, + aux_sym_variable_tuning_token2, + STATE(554), 1, sym__comparison_operator, - ACTIONS(2373), 2, + STATE(555), 1, + sym__multiplicative_operator, + STATE(556), 1, + sym__additive_operator, + STATE(557), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(1235), 2, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1240), 2, sym_comment, sym_include, - ACTIONS(1223), 3, - anon_sym_LT, - anon_sym_GT, - aux_sym_variable_tuning_token2, - ACTIONS(1225), 33, - sym__or_operator, - sym__and_operator, - sym__terminator, + ACTIONS(2377), 13, 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, @@ -145768,6 +146367,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + ACTIONS(1136), 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, @@ -145782,42 +146386,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token6, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [106178] = 16, + [107077] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2458), 1, - aux_sym_variable_tuning_token2, - STATE(816), 1, - sym__logical_operator, - STATE(817), 1, - sym__additive_operator, - STATE(818), 1, - sym__multiplicative_operator, - STATE(819), 1, + STATE(554), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(555), 1, + sym__multiplicative_operator, + STATE(556), 1, + sym__additive_operator, + STATE(557), 1, + sym__logical_operator, + STATE(1241), 2, + sym_comment, + sym_include, + ACTIONS(1130), 5, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym_variable_tuning_token2, + ACTIONS(1132), 35, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_EQ, + aux_sym_unary_expression_token2, anon_sym_PLUS, anon_sym_DASH, - STATE(1236), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -145830,9 +146432,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2456), 16, - sym__terminator, - aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, @@ -145847,39 +146446,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token6, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [106259] = 15, + [107147] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1215), 1, - aux_sym_variable_tuning_token2, - STATE(816), 1, - sym__logical_operator, - STATE(817), 1, - sym__additive_operator, - STATE(818), 1, - sym__multiplicative_operator, - STATE(819), 1, + STATE(554), 1, sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, + STATE(555), 1, + sym__multiplicative_operator, + STATE(556), 1, + sym__additive_operator, + STATE(557), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1237), 2, + STATE(1242), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(1126), 3, + anon_sym_LT, + anon_sym_GT, + aux_sym_variable_tuning_token2, + ACTIONS(1128), 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, @@ -145892,11 +146494,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1217), 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, @@ -145911,41 +146508,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token6, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [106338] = 16, + [107221] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1203), 1, + ACTIONS(1122), 1, aux_sym_variable_tuning_token2, - STATE(816), 1, - sym__logical_operator, - STATE(817), 1, - sym__additive_operator, - STATE(818), 1, - sym__multiplicative_operator, - STATE(819), 1, + STATE(554), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(555), 1, + sym__multiplicative_operator, + STATE(556), 1, + sym__additive_operator, + STATE(557), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1238), 2, + STATE(1243), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -145959,7 +146557,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1205), 16, + ACTIONS(1124), 16, sym__terminator, aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, @@ -145976,41 +146574,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token6, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [106419] = 16, + [107303] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1187), 1, + ACTIONS(1118), 1, aux_sym_variable_tuning_token2, - STATE(816), 1, - sym__logical_operator, - STATE(817), 1, - sym__additive_operator, - STATE(818), 1, - sym__multiplicative_operator, - STATE(819), 1, + STATE(554), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(555), 1, + sym__multiplicative_operator, + STATE(556), 1, + sym__additive_operator, + STATE(557), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1239), 2, + STATE(1244), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -146024,7 +146623,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1189), 16, + ACTIONS(1120), 16, sym__terminator, aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, @@ -146041,41 +146640,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token6, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [106500] = 16, + [107385] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1211), 1, + ACTIONS(1138), 1, aux_sym_variable_tuning_token2, - STATE(816), 1, - sym__logical_operator, - STATE(817), 1, - sym__additive_operator, - STATE(818), 1, - sym__multiplicative_operator, - STATE(819), 1, + STATE(554), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(555), 1, + sym__multiplicative_operator, + STATE(556), 1, + sym__additive_operator, + STATE(557), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1240), 2, + STATE(1245), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -146089,7 +146689,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1213), 16, + ACTIONS(1140), 16, sym__terminator, aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, @@ -146106,99 +146706,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token6, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [106581] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2448), 1, - sym_identifier, - ACTIONS(2460), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, - sym__or_operator, - sym__and_operator, - STATE(1241), 2, - sym_comment, - sym_include, - ACTIONS(1351), 38, - anon_sym_SLASH, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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_argument_with_mode_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, - [106648] = 16, + [107467] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1195), 1, + ACTIONS(1142), 1, aux_sym_variable_tuning_token2, - STATE(816), 1, - sym__logical_operator, - STATE(817), 1, - sym__additive_operator, - STATE(818), 1, - sym__multiplicative_operator, - STATE(819), 1, + STATE(554), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(555), 1, + sym__multiplicative_operator, + STATE(556), 1, + sym__additive_operator, + STATE(557), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1242), 2, + STATE(1246), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -146212,7 +146755,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1197), 16, + ACTIONS(1144), 16, sym__terminator, aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, @@ -146229,41 +146772,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token6, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [106729] = 16, + [107549] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1207), 1, + ACTIONS(1146), 1, aux_sym_variable_tuning_token2, - STATE(816), 1, - sym__logical_operator, - STATE(817), 1, - sym__additive_operator, - STATE(818), 1, - sym__multiplicative_operator, - STATE(819), 1, + STATE(554), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(555), 1, + sym__multiplicative_operator, + STATE(556), 1, + sym__additive_operator, + STATE(557), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1243), 2, + STATE(1247), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -146277,7 +146821,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1209), 16, + ACTIONS(1148), 16, sym__terminator, aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, @@ -146294,47 +146838,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token6, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [106810] = 14, + [107631] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2438), 1, - anon_sym_LPAREN, - ACTIONS(2440), 1, - sym__namedot, - ACTIONS(2442), 1, - sym__namecolon, - ACTIONS(2444), 1, - sym__namedoublecolon, - STATE(1316), 1, - aux_sym_object_access_repeat1, - STATE(1357), 1, - aux_sym_member_access_repeat1, - STATE(1358), 1, - sym_function_arguments, - STATE(1379), 1, - aux_sym_qualified_name_repeat1, - STATE(1244), 2, - sym_comment, - sym_include, - ACTIONS(89), 5, + ACTIONS(1154), 1, + aux_sym_variable_tuning_token2, + STATE(554), 1, + sym__comparison_operator, + STATE(555), 1, + sym__multiplicative_operator, + STATE(556), 1, + sym__additive_operator, + STATE(557), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(87), 30, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1248), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -146343,52 +146883,63 @@ 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(1156), 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_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, - [106887] = 15, + 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, + [107713] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(194), 1, + ACTIONS(1158), 1, aux_sym_variable_tuning_token2, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(816), 1, - sym__logical_operator, - STATE(817), 1, - sym__additive_operator, - STATE(818), 1, - sym__multiplicative_operator, - STATE(819), 1, + STATE(554), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(555), 1, + sym__multiplicative_operator, + STATE(556), 1, + sym__additive_operator, + STATE(557), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1245), 2, + STATE(1249), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -146402,9 +146953,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(192), 18, - sym__or_operator, - sym__and_operator, + ACTIONS(1160), 16, sym__terminator, aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, @@ -146421,41 +146970,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token6, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [106966] = 16, + [107795] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1191), 1, + ACTIONS(234), 1, aux_sym_variable_tuning_token2, - STATE(816), 1, - sym__logical_operator, - STATE(817), 1, - sym__additive_operator, - STATE(818), 1, - sym__multiplicative_operator, - STATE(819), 1, + STATE(554), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(555), 1, + sym__multiplicative_operator, + STATE(556), 1, + sym__additive_operator, + STATE(557), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1246), 2, + STATE(1250), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -146469,7 +147016,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1193), 16, + ACTIONS(232), 18, + sym__or_operator, + sym__and_operator, sym__terminator, aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, @@ -146486,39 +147035,101 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token6, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [107047] = 10, + [107875] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, + sym__or_operator, + sym__and_operator, + STATE(1251), 2, + sym_comment, + sym_include, + ACTIONS(1377), 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__function_argument_with_mode_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, + [107941] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(816), 1, - sym__logical_operator, - STATE(817), 1, - sym__additive_operator, - STATE(818), 1, - sym__multiplicative_operator, - STATE(819), 1, + ACTIONS(2460), 1, + aux_sym_variable_tuning_token2, + STATE(554), 1, sym__comparison_operator, - STATE(1247), 2, - sym_comment, - sym_include, - ACTIONS(1219), 4, + STATE(555), 1, + sym__multiplicative_operator, + STATE(556), 1, + sym__additive_operator, + STATE(557), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym_variable_tuning_token2, - ACTIONS(1221), 35, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - aux_sym_unary_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1252), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -146531,6 +147142,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + ACTIONS(2458), 16, + sym__terminator, + aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, @@ -146545,41 +147159,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token6, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [107116] = 16, + [108023] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1203), 1, + ACTIONS(2460), 1, aux_sym_variable_tuning_token2, - STATE(822), 1, - sym__logical_operator, - STATE(823), 1, - sym__additive_operator, - STATE(825), 1, - sym__multiplicative_operator, - STATE(826), 1, + STATE(548), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(549), 1, + sym__multiplicative_operator, + STATE(550), 1, + sym__additive_operator, + STATE(551), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1248), 2, + STATE(1253), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -146593,7 +147208,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1205), 15, + ACTIONS(2458), 15, sym__terminator, aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, @@ -146609,38 +147224,140 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token5, aux_sym_field_option_token6, aux_sym_field_definition_token1, - [107196] = 9, - ACTIONS(3), 1, + [108104] = 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(2448), 1, - sym_identifier, ACTIONS(2462), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, + anon_sym_RPAREN, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + STATE(343), 1, + sym__comparison_operator, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, + sym_using, + STATE(3417), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1249), 2, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1254), 2, sym_comment, sym_include, - ACTIONS(1351), 37, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_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(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [108199] = 23, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2474), 1, + anon_sym_RPAREN, + STATE(343), 1, + sym__comparison_operator, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, + sym_using, + STATE(3454), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - aux_sym_unary_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(1255), 2, + sym_comment, + sym_include, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_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(2377), 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, @@ -146651,53 +147368,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_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, - [107262] = 15, + [108294] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(194), 1, - aux_sym_variable_tuning_token2, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(822), 1, - sym__logical_operator, - STATE(823), 1, - sym__additive_operator, - STATE(825), 1, - sym__multiplicative_operator, - STATE(826), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2476), 1, + anon_sym_RPAREN, + STATE(343), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, + sym_using, + STATE(3450), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1250), 2, + STATE(1256), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_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(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -146711,59 +147440,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(192), 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, - [107340] = 16, + [108389] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1187), 1, + ACTIONS(1118), 1, aux_sym_variable_tuning_token2, - STATE(822), 1, - sym__logical_operator, - STATE(823), 1, - sym__additive_operator, - STATE(825), 1, - sym__multiplicative_operator, - STATE(826), 1, + STATE(548), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(549), 1, + sym__multiplicative_operator, + STATE(550), 1, + sym__additive_operator, + STATE(551), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1251), 2, + STATE(1257), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -146777,7 +147489,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1189), 15, + ACTIONS(1120), 15, sym__terminator, aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, @@ -146793,38 +147505,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token5, aux_sym_field_option_token6, aux_sym_field_definition_token1, - [107420] = 15, + [108470] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1215), 1, + ACTIONS(1138), 1, aux_sym_variable_tuning_token2, - STATE(822), 1, - sym__logical_operator, - STATE(823), 1, - sym__additive_operator, - STATE(825), 1, - sym__multiplicative_operator, - STATE(826), 1, + STATE(548), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(549), 1, + sym__multiplicative_operator, + STATE(550), 1, + sym__additive_operator, + STATE(551), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1252), 2, + STATE(1258), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -146838,9 +147554,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1217), 17, - sym__or_operator, - sym__and_operator, + ACTIONS(1140), 15, sym__terminator, aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, @@ -146856,41 +147570,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token5, aux_sym_field_option_token6, aux_sym_field_definition_token1, - [107498] = 16, + [108551] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1191), 1, + ACTIONS(1142), 1, aux_sym_variable_tuning_token2, - STATE(822), 1, - sym__logical_operator, - STATE(823), 1, - sym__additive_operator, - STATE(825), 1, - sym__multiplicative_operator, - STATE(826), 1, + STATE(548), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(549), 1, + sym__multiplicative_operator, + STATE(550), 1, + sym__additive_operator, + STATE(551), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1253), 2, + STATE(1259), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -146904,7 +147619,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1193), 15, + ACTIONS(1144), 15, sym__terminator, aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, @@ -146920,41 +147635,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token5, aux_sym_field_option_token6, aux_sym_field_definition_token1, - [107578] = 16, + [108632] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1195), 1, + ACTIONS(1146), 1, aux_sym_variable_tuning_token2, - STATE(822), 1, - sym__logical_operator, - STATE(823), 1, - sym__additive_operator, - STATE(825), 1, - sym__multiplicative_operator, - STATE(826), 1, + STATE(548), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(549), 1, + sym__multiplicative_operator, + STATE(550), 1, + sym__additive_operator, + STATE(551), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1254), 2, + STATE(1260), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -146968,7 +147684,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1197), 15, + ACTIONS(1148), 15, sym__terminator, aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, @@ -146984,39 +147700,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token5, aux_sym_field_option_token6, aux_sym_field_definition_token1, - [107658] = 10, + [108713] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(822), 1, - sym__logical_operator, - STATE(823), 1, - sym__additive_operator, - STATE(825), 1, - sym__multiplicative_operator, - STATE(826), 1, + ACTIONS(1154), 1, + aux_sym_variable_tuning_token2, + STATE(548), 1, sym__comparison_operator, - STATE(1255), 2, - sym_comment, - sym_include, - ACTIONS(1219), 4, + STATE(549), 1, + sym__multiplicative_operator, + STATE(550), 1, + sym__additive_operator, + STATE(551), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym_variable_tuning_token2, - ACTIONS(1221), 34, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - aux_sym_unary_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1261), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -147029,6 +147749,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + ACTIONS(1156), 15, + sym__terminator, + aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, aux_sym_variable_tuning_token4, @@ -147042,41 +147765,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token5, aux_sym_field_option_token6, aux_sym_field_definition_token1, - [107726] = 16, + [108794] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1211), 1, + ACTIONS(1158), 1, aux_sym_variable_tuning_token2, - STATE(822), 1, - sym__logical_operator, - STATE(823), 1, - sym__additive_operator, - STATE(825), 1, - sym__multiplicative_operator, - STATE(826), 1, + STATE(548), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(549), 1, + sym__multiplicative_operator, + STATE(550), 1, + sym__additive_operator, + STATE(551), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1256), 2, + STATE(1262), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -147090,7 +147814,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1213), 15, + ACTIONS(1160), 15, sym__terminator, aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, @@ -147106,41 +147830,114 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token5, aux_sym_field_option_token6, aux_sym_field_definition_token1, - [107806] = 16, + [108875] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2478), 1, + anon_sym_RPAREN, + STATE(343), 1, + sym__comparison_operator, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, + sym_using, + STATE(3400), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1054), 2, anon_sym_SLASH, - ACTIONS(1199), 1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1263), 2, + sym_comment, + sym_include, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_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(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [108970] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1122), 1, aux_sym_variable_tuning_token2, - STATE(822), 1, - sym__logical_operator, - STATE(823), 1, - sym__additive_operator, - STATE(825), 1, - sym__multiplicative_operator, - STATE(826), 1, + STATE(548), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(549), 1, + sym__multiplicative_operator, + STATE(550), 1, + sym__additive_operator, + STATE(551), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1257), 2, + STATE(1264), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -147154,7 +147951,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1201), 15, + ACTIONS(1124), 15, sym__terminator, aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, @@ -147170,34 +147967,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token5, aux_sym_field_option_token6, aux_sym_field_definition_token1, - [107886] = 12, + [109051] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(822), 1, - sym__logical_operator, - STATE(823), 1, - sym__additive_operator, - STATE(825), 1, - sym__multiplicative_operator, - STATE(826), 1, + STATE(548), 1, sym__comparison_operator, - ACTIONS(2373), 2, + STATE(549), 1, + sym__multiplicative_operator, + STATE(550), 1, + sym__additive_operator, + STATE(551), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(1258), 2, + STATE(1265), 2, sym_comment, sym_include, - ACTIONS(1223), 3, + ACTIONS(1126), 3, anon_sym_LT, anon_sym_GT, aux_sym_variable_tuning_token2, - ACTIONS(1225), 32, + ACTIONS(1128), 32, sym__or_operator, sym__and_operator, sym__terminator, @@ -147230,41 +148028,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token5, aux_sym_field_option_token6, aux_sym_field_definition_token1, - [107958] = 16, + [109124] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1207), 1, - aux_sym_variable_tuning_token2, - STATE(822), 1, - sym__logical_operator, - STATE(823), 1, - sym__additive_operator, - STATE(825), 1, - sym__multiplicative_operator, - STATE(826), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2480), 1, + anon_sym_RPAREN, + STATE(343), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, + sym_using, + STATE(3438), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1259), 2, + STATE(1266), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_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(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -147278,9 +148100,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(1209), 15, + [109219] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(548), 1, + sym__comparison_operator, + STATE(549), 1, + sym__multiplicative_operator, + STATE(550), 1, + sym__additive_operator, + STATE(551), 1, + sym__logical_operator, + STATE(1267), 2, + sym_comment, + sym_include, + ACTIONS(1130), 5, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym_variable_tuning_token2, + ACTIONS(1132), 34, + 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, @@ -147294,41 +148159,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token5, aux_sym_field_option_token6, aux_sym_field_definition_token1, - [108038] = 16, + [109288] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1118), 1, + ACTIONS(1134), 1, aux_sym_variable_tuning_token2, - STATE(822), 1, - sym__logical_operator, - STATE(823), 1, - sym__additive_operator, - STATE(825), 1, - sym__multiplicative_operator, - STATE(826), 1, + STATE(548), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(549), 1, + sym__multiplicative_operator, + STATE(550), 1, + sym__additive_operator, + STATE(551), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1260), 2, + STATE(1268), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -147342,7 +148205,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1120), 15, + ACTIONS(1136), 17, + sym__or_operator, + sym__and_operator, sym__terminator, aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, @@ -147358,35 +148223,68 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token5, aux_sym_field_option_token6, aux_sym_field_definition_token1, - [108118] = 8, - ACTIONS(3), 1, + [109367] = 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(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2482), 1, + anon_sym_RPAREN, + STATE(343), 1, + sym__comparison_operator, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, + sym_using, + STATE(3460), 1, + aux_sym_can_find_expression_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1261), 2, - sym_comment, - sym_include, - ACTIONS(1452), 38, - anon_sym_SLASH, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(1269), 2, + sym_comment, + sym_include, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_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(2377), 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, @@ -147397,58 +148295,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__function_argument_with_mode_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, - [108182] = 16, + [109462] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2458), 1, + ACTIONS(1150), 1, aux_sym_variable_tuning_token2, - STATE(822), 1, - sym__logical_operator, - STATE(823), 1, - sym__additive_operator, - STATE(825), 1, - sym__multiplicative_operator, - STATE(826), 1, + STATE(548), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(549), 1, + sym__multiplicative_operator, + STATE(550), 1, + sym__additive_operator, + STATE(551), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1262), 2, + STATE(1270), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -147462,7 +148344,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(2456), 15, + ACTIONS(1152), 15, sym__terminator, aux_sym_unary_expression_token2, aux_sym_variable_tuning_token1, @@ -147478,125 +148360,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token5, aux_sym_field_option_token6, aux_sym_field_definition_token1, - [108262] = 15, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2464), 1, - sym_identifier, - ACTIONS(2468), 1, - aux_sym_class_type_token1, - ACTIONS(2476), 1, - sym__escaped_string, - STATE(4498), 1, - sym_qualified_name, - ACTIONS(2474), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(1263), 2, - sym_comment, - sym_include, - STATE(3694), 2, - sym_string_literal, - sym__type, - STATE(2933), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - STATE(5171), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2470), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2472), 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(2466), 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, - [108339] = 23, + [109543] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2478), 1, - anon_sym_RPAREN, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + ACTIONS(2484), 1, + anon_sym_RPAREN, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3482), 1, + STATE(3434), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1264), 2, + STATE(1271), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -147610,66 +148432,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [108432] = 23, - ACTIONS(69), 1, + [109638] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(2490), 1, - anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - STATE(3417), 1, - sym_using, - STATE(3474), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1265), 2, + STATE(1272), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + ACTIONS(1377), 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, @@ -147680,125 +148472,82 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [108525] = 15, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2464), 1, - sym_identifier, - ACTIONS(2468), 1, - aux_sym_class_type_token1, - ACTIONS(2476), 1, - sym__escaped_string, - STATE(4498), 1, - sym_qualified_name, - ACTIONS(2474), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(1266), 2, - sym_comment, - sym_include, - STATE(3651), 2, - sym_string_literal, - sym__type, - STATE(2811), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - STATE(5171), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2470), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2472), 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(2466), 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, - [108602] = 23, + aux_sym__function_argument_with_mode_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, + [109703] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2492), 1, + ACTIONS(2486), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3447), 1, + STATE(3410), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1267), 2, + STATE(1273), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -147812,63 +148561,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [108695] = 23, + [109798] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2494), 1, + ACTIONS(2488), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3492), 1, + STATE(3463), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1268), 2, + STATE(1274), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -147882,63 +148633,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [108788] = 23, + [109893] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2496), 1, + ACTIONS(2490), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3488), 1, + STATE(3464), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1269), 2, + STATE(1275), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -147952,125 +148705,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [108881] = 15, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2464), 1, - sym_identifier, - ACTIONS(2468), 1, - aux_sym_class_type_token1, - ACTIONS(2476), 1, - sym__escaped_string, - STATE(4498), 1, - sym_qualified_name, - ACTIONS(2474), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(1270), 2, - sym_comment, - sym_include, - STATE(3625), 2, - sym_string_literal, - sym__type, - STATE(2975), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - STATE(5171), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2470), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2472), 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(2466), 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, - [108958] = 23, + [109988] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2498), 1, + ACTIONS(2492), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3484), 1, + STATE(3462), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1271), 2, + STATE(1276), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -148084,63 +148777,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109051] = 23, + [110083] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2500), 1, + ACTIONS(2494), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3466), 1, + STATE(3435), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1272), 2, + STATE(1277), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -148154,63 +148849,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109144] = 23, + [110178] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2502), 1, + ACTIONS(2496), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3450), 1, + STATE(3431), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1273), 2, + STATE(1278), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -148224,63 +148921,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109237] = 23, + [110273] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2504), 1, + ACTIONS(2498), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3449), 1, + STATE(3416), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1274), 2, + STATE(1279), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -148294,63 +148993,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109330] = 23, + [110368] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2506), 1, + ACTIONS(2500), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3480), 1, + STATE(3408), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1275), 2, + STATE(1280), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -148364,63 +149065,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109423] = 23, + [110463] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(2508), 1, - anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + ACTIONS(234), 1, + aux_sym_variable_tuning_token2, + STATE(548), 1, sym__comparison_operator, - STATE(3417), 1, - sym_using, - STATE(3448), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + STATE(549), 1, + sym__multiplicative_operator, + STATE(550), 1, + sym__additive_operator, + STATE(551), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1276), 2, + STATE(1281), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -148434,63 +149111,83 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109516] = 23, + ACTIONS(232), 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, + [110542] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2510), 1, + ACTIONS(2502), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3476), 1, + STATE(3436), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1277), 2, + STATE(1282), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -148504,63 +149201,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109609] = 23, + [110637] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2512), 1, + ACTIONS(2504), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3490), 1, + STATE(3447), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1278), 2, + STATE(1283), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -148574,63 +149273,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109702] = 23, + [110732] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2514), 1, + ACTIONS(2506), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3457), 1, + STATE(3451), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1279), 2, + STATE(1284), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -148644,63 +149345,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109795] = 23, + [110827] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2516), 1, + ACTIONS(2508), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3462), 1, + STATE(3411), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + STATE(1285), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -148714,63 +149417,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109888] = 23, + [110922] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2518), 1, + ACTIONS(2510), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3486), 1, + STATE(3443), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1281), 2, + STATE(1286), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -148784,125 +149489,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [109981] = 15, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2520), 1, - sym_identifier, - ACTIONS(2524), 1, - aux_sym_class_type_token1, - STATE(1289), 1, - aux_sym_method_definition_repeat1, - STATE(5485), 1, - sym_qualified_name, - STATE(6450), 1, - sym__type, - STATE(1282), 2, - sym_comment, - sym_include, - ACTIONS(2530), 3, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_method_tuning_token1, - STATE(1906), 3, - sym_scope_tuning, - sym_access_tuning, - sym_method_tuning, - STATE(6518), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2526), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2528), 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(2522), 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, - [110058] = 23, + [111017] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2532), 1, + ACTIONS(2512), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3471), 1, + STATE(3402), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1283), 2, + STATE(1287), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -148916,125 +149561,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [110151] = 15, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2464), 1, - sym_identifier, - ACTIONS(2468), 1, - aux_sym_class_type_token1, - ACTIONS(2476), 1, - sym__escaped_string, - STATE(4498), 1, - sym_qualified_name, - ACTIONS(2474), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(1284), 2, - sym_comment, - sym_include, - STATE(3662), 2, - sym_string_literal, - sym__type, - STATE(2917), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - STATE(5171), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2470), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2472), 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(2466), 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, - [110228] = 23, + [111112] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2534), 1, + ACTIONS(2514), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3467), 1, + STATE(3392), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1285), 2, + STATE(1288), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -149048,125 +149633,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [110321] = 15, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2464), 1, - sym_identifier, - ACTIONS(2468), 1, - aux_sym_class_type_token1, - ACTIONS(2476), 1, - sym__escaped_string, - STATE(4498), 1, - sym_qualified_name, - ACTIONS(2474), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(1286), 2, - sym_comment, - sym_include, - STATE(3623), 2, - sym_string_literal, - sym__type, - STATE(2776), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - STATE(5171), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2470), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2472), 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(2466), 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, - [110398] = 23, + [111207] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2536), 1, + ACTIONS(2516), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3464), 1, + STATE(3422), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1287), 2, + STATE(1289), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -149180,63 +149705,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [110491] = 23, + [111302] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2538), 1, + ACTIONS(2518), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3461), 1, + STATE(3429), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1288), 2, + STATE(1290), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -149250,125 +149777,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [110584] = 15, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2520), 1, - sym_identifier, - ACTIONS(2524), 1, - aux_sym_class_type_token1, - STATE(1396), 1, - aux_sym_method_definition_repeat1, - STATE(5485), 1, - sym_qualified_name, - STATE(7065), 1, - sym__type, - STATE(1289), 2, - sym_comment, - sym_include, - ACTIONS(2530), 3, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_method_tuning_token1, - STATE(1906), 3, - sym_scope_tuning, - sym_access_tuning, - sym_method_tuning, - STATE(6518), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2526), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2528), 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(2522), 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, - [110661] = 23, + [111397] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2540), 1, + ACTIONS(2520), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3441), 1, + STATE(3421), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1290), 2, + STATE(1291), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -149382,63 +149849,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [110754] = 23, + [111492] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2542), 1, + ACTIONS(2522), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3473), 1, + STATE(3394), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1291), 2, + STATE(1292), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -149452,63 +149921,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [110847] = 23, + [111587] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2544), 1, + ACTIONS(2524), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3443), 1, + STATE(3455), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1292), 2, + STATE(1293), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -149522,63 +149993,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [110940] = 23, + [111682] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2468), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(2546), 1, + ACTIONS(2526), 1, anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(343), 1, sym__comparison_operator, - STATE(3417), 1, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(3374), 1, sym_using, - STATE(3433), 1, + STATE(3414), 1, aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1293), 2, + STATE(1294), 2, sym_comment, sym_include, - STATE(4042), 3, + STATE(3921), 3, sym_where_clause, sym_query_tuning, sym_of, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + aux_sym_query_tuning_token5, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -149592,7 +150065,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [111033] = 9, + [111777] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -149601,17 +150074,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(2448), 1, sym_identifier, - ACTIONS(2548), 1, + ACTIONS(2528), 1, aux_sym_input_expression_token2, - STATE(39), 1, + STATE(41), 1, sym_qualified_name, - ACTIONS(1355), 2, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - STATE(1294), 2, + STATE(1295), 2, sym_comment, sym_include, - ACTIONS(1351), 36, + ACTIONS(1232), 38, anon_sym_SLASH, anon_sym_STAR, sym__terminator, @@ -149620,6 +150093,7 @@ 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, @@ -149648,24 +150122,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token5, aux_sym_field_option_token6, aux_sym_field_definition_token1, - [111098] = 8, + aux_sym_index_definition_token1, + [111844] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, + ACTIONS(2456), 1, sym_identifier, - STATE(51), 1, + STATE(31), 1, sym_qualified_name, - ACTIONS(1454), 2, + ACTIONS(1379), 2, sym__or_operator, sym__and_operator, - STATE(1295), 2, + STATE(1296), 2, sym_comment, sym_include, - ACTIONS(1452), 37, + ACTIONS(1377), 38, anon_sym_SLASH, anon_sym_STAR, sym__terminator, @@ -149674,6 +150149,7 @@ 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, @@ -149703,276 +150179,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token6, aux_sym_field_definition_token1, aux_sym_index_definition_token1, - [111161] = 23, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(2550), 1, - anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - STATE(3417), 1, - sym_using, - STATE(3453), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1296), 2, - sym_comment, - sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [111254] = 23, - ACTIONS(69), 1, + [111908] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(2552), 1, - anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - STATE(3417), 1, - sym_using, - STATE(3426), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(2530), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, STATE(1297), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [111347] = 23, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(1232), 37, anon_sym_SLASH, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(2554), 1, - anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - STATE(3417), 1, - sym_using, - STATE(3437), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1298), 2, - sym_comment, - sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - ACTIONS(2375), 13, + sym__terminator, anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [111440] = 23, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(2556), 1, - anon_sym_RPAREN, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - STATE(3417), 1, - sym_using, - STATE(3439), 1, - aux_sym_can_find_expression_repeat1, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + aux_sym_unary_expression_token2, anon_sym_PLUS, anon_sym_DASH, - STATE(1299), 2, - sym_comment, - sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - ACTIONS(2375), 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, @@ -149983,23 +150222,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [111533] = 7, + 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, + [111974] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2558), 1, + ACTIONS(2532), 1, anon_sym_NO_DASHERROR, - STATE(1300), 2, + STATE(1298), 2, sym_comment, sym_include, - ACTIONS(545), 3, + ACTIONS(258), 4, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(543), 36, + ACTIONS(256), 37, sym__namecolon, sym__or_operator, sym__and_operator, @@ -150034,26 +150288,213 @@ static const uint16_t ts_small_parse_table[] = { aux_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, - [111593] = 8, + [112036] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, + ACTIONS(2534), 1, sym_identifier, - STATE(51), 1, + ACTIONS(2538), 1, + aux_sym_class_type_token1, + STATE(1465), 1, + aux_sym_method_definition_repeat1, + STATE(5375), 1, + sym_qualified_name, + STATE(6705), 1, + sym__type, + STATE(1299), 2, + sym_comment, + sym_include, + ACTIONS(2544), 3, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_method_tuning_token1, + STATE(1965), 3, + sym_scope_tuning, + sym_access_tuning, + sym_method_tuning, + STATE(6516), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(2540), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(2542), 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(2536), 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, + [112113] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2546), 1, + sym_identifier, + ACTIONS(2550), 1, + aux_sym_class_type_token1, + ACTIONS(2558), 1, + sym__escaped_string, + STATE(4450), 1, + sym_qualified_name, + ACTIONS(2556), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(1300), 2, + sym_comment, + sym_include, + STATE(3790), 2, + sym_string_literal, + sym__type, + STATE(3081), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + STATE(5031), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(2552), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(2554), 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(2548), 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, + [112190] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2534), 1, + sym_identifier, + ACTIONS(2538), 1, + aux_sym_class_type_token1, + STATE(1299), 1, + aux_sym_method_definition_repeat1, + STATE(5375), 1, + sym_qualified_name, + STATE(6374), 1, + sym__type, + STATE(1301), 2, + sym_comment, + sym_include, + ACTIONS(2544), 3, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_method_tuning_token1, + STATE(1965), 3, + sym_scope_tuning, + sym_access_tuning, + sym_method_tuning, + STATE(6516), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(2540), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(2542), 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(2536), 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, + [112267] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, sym_qualified_name, - ACTIONS(1454), 2, + ACTIONS(1379), 2, sym__or_operator, sym__and_operator, - STATE(1301), 2, + STATE(1302), 2, sym_comment, sym_include, - ACTIONS(1452), 36, + ACTIONS(1377), 37, anon_sym_SLASH, anon_sym_STAR, sym__terminator, @@ -150062,6 +150503,7 @@ 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, @@ -150090,94 +150532,283 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_field_option_token5, aux_sym_field_option_token6, aux_sym_field_definition_token1, - [111655] = 16, - ACTIONS(69), 1, + [112330] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(1195), 1, - aux_sym_variable_tuning_token2, - STATE(836), 1, - sym__logical_operator, - STATE(837), 1, - sym__additive_operator, - STATE(838), 1, - sym__multiplicative_operator, - STATE(839), 1, - sym__comparison_operator, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1302), 2, + ACTIONS(2546), 1, + sym_identifier, + ACTIONS(2550), 1, + aux_sym_class_type_token1, + ACTIONS(2558), 1, + sym__escaped_string, + STATE(4450), 1, + sym_qualified_name, + ACTIONS(2556), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(1303), 2, sym_comment, sym_include, - ACTIONS(1098), 3, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - ACTIONS(1197), 12, - sym__terminator, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - aux_sym_variable_tuning_token8, + STATE(3732), 2, + sym_string_literal, + sym__type, + STATE(3124), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + STATE(5031), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(2552), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(2554), 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, - ACTIONS(2375), 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, - [111732] = 8, - ACTIONS(69), 1, + ACTIONS(2548), 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, + [112407] = 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(2442), 1, - sym__namecolon, - STATE(1308), 1, - aux_sym_object_access_repeat1, - STATE(1303), 2, + ACTIONS(2546), 1, + sym_identifier, + ACTIONS(2550), 1, + aux_sym_class_type_token1, + ACTIONS(2558), 1, + sym__escaped_string, + STATE(4450), 1, + sym_qualified_name, + ACTIONS(2556), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(1304), 2, sym_comment, sym_include, - ACTIONS(100), 5, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(98), 32, + STATE(3811), 2, + sym_string_literal, + sym__type, + STATE(3029), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + STATE(5031), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(2552), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(2554), 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(2548), 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, + [112484] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2546), 1, + sym_identifier, + ACTIONS(2550), 1, + aux_sym_class_type_token1, + ACTIONS(2558), 1, + sym__escaped_string, + STATE(4450), 1, + sym_qualified_name, + ACTIONS(2556), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(1305), 2, + sym_comment, + sym_include, + STATE(3828), 2, + sym_string_literal, + sym__type, + STATE(3039), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + STATE(5031), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(2552), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(2554), 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(2548), 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, + [112561] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2546), 1, + sym_identifier, + ACTIONS(2550), 1, + aux_sym_class_type_token1, + ACTIONS(2558), 1, + sym__escaped_string, + STATE(4450), 1, + sym_qualified_name, + ACTIONS(2556), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(1306), 2, + sym_comment, + sym_include, + STATE(3793), 2, + sym_string_literal, + sym__type, + STATE(3017), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + STATE(5031), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(2552), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(2554), 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(2548), 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, + [112638] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(644), 1, + sym__comparison_operator, + STATE(645), 1, + sym__multiplicative_operator, + STATE(646), 1, + sym__additive_operator, + STATE(647), 1, + sym__logical_operator, + STATE(1307), 2, + sym_comment, + sym_include, + ACTIONS(1130), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1132), 32, sym__or_operator, sym__and_operator, + anon_sym_COLON, anon_sym_STAR, - sym__terminator, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -150190,69 +150821,52 @@ 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, - [111793] = 16, + 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, + [112704] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1118), 1, - aux_sym_variable_tuning_token2, - STATE(836), 1, - sym__logical_operator, - STATE(837), 1, - sym__additive_operator, - STATE(838), 1, - sym__multiplicative_operator, - STATE(839), 1, + STATE(644), 1, sym__comparison_operator, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + STATE(645), 1, + sym__multiplicative_operator, + STATE(646), 1, + sym__additive_operator, + STATE(647), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1304), 2, + STATE(1308), 2, sym_comment, sym_include, - ACTIONS(1098), 3, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - ACTIONS(1120), 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(2375), 12, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -150262,58 +150876,63 @@ 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, - [111870] = 16, + ACTIONS(1136), 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, + [112778] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2562), 1, + ACTIONS(1118), 1, aux_sym_variable_tuning_token2, - STATE(836), 1, - sym__logical_operator, - STATE(837), 1, - sym__additive_operator, - STATE(838), 1, - sym__multiplicative_operator, - STATE(839), 1, + STATE(536), 1, sym__comparison_operator, - ACTIONS(1104), 2, + STATE(537), 1, + sym__multiplicative_operator, + STATE(538), 1, + sym__additive_operator, + STATE(539), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1305), 2, + STATE(1309), 2, sym_comment, sym_include, - ACTIONS(1098), 3, + ACTIONS(1056), 3, anon_sym_LT, anon_sym_GT, aux_sym__comparison_operator_token6, - ACTIONS(2375), 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(2560), 12, + ACTIONS(1120), 12, sym__terminator, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token6, @@ -150326,42 +150945,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [111947] = 16, + ACTIONS(2377), 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, + [112856] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1199), 1, + ACTIONS(1122), 1, aux_sym_variable_tuning_token2, - STATE(836), 1, - sym__logical_operator, - STATE(837), 1, - sym__additive_operator, - STATE(838), 1, - sym__multiplicative_operator, - STATE(839), 1, + STATE(536), 1, sym__comparison_operator, - ACTIONS(1104), 2, + STATE(537), 1, + sym__multiplicative_operator, + STATE(538), 1, + sym__additive_operator, + STATE(539), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1306), 2, + STATE(1310), 2, sym_comment, sym_include, - ACTIONS(1098), 3, + ACTIONS(1056), 3, anon_sym_LT, anon_sym_GT, aux_sym__comparison_operator_token6, - ACTIONS(1201), 12, + ACTIONS(1124), 12, sym__terminator, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token6, @@ -150374,7 +151007,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - ACTIONS(2375), 12, + ACTIONS(2377), 12, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -150387,40 +151020,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [112024] = 15, + [112934] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1215), 1, - aux_sym_variable_tuning_token2, - STATE(836), 1, - sym__logical_operator, - STATE(837), 1, - sym__additive_operator, - STATE(838), 1, - sym__multiplicative_operator, - STATE(839), 1, + STATE(536), 1, sym__comparison_operator, - ACTIONS(2373), 2, + STATE(537), 1, + sym__multiplicative_operator, + STATE(538), 1, + sym__additive_operator, + STATE(539), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1307), 2, + STATE(1311), 2, sym_comment, sym_include, - ACTIONS(1098), 3, + ACTIONS(1126), 4, anon_sym_LT, anon_sym_GT, aux_sym__comparison_operator_token6, - ACTIONS(2375), 12, + aux_sym_variable_tuning_token2, + ACTIONS(1128), 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, @@ -150432,10 +151067,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(1217), 14, - sym__or_operator, - sym__and_operator, - sym__terminator, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token6, aux_sym_variable_tuning_token7, @@ -150447,32 +151078,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [112099] = 7, + [113004] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2564), 1, - sym__namecolon, - STATE(1308), 3, + STATE(536), 1, + sym__comparison_operator, + STATE(537), 1, + sym__multiplicative_operator, + STATE(538), 1, + sym__additive_operator, + STATE(539), 1, + sym__logical_operator, + STATE(1312), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 5, + ACTIONS(1130), 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, + ACTIONS(1132), 30, 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, @@ -150499,42 +151134,104 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [112158] = 16, + [113070] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1207), 1, + ACTIONS(1134), 1, aux_sym_variable_tuning_token2, - STATE(836), 1, - sym__logical_operator, - STATE(837), 1, - sym__additive_operator, - STATE(838), 1, + STATE(536), 1, + sym__comparison_operator, + STATE(537), 1, sym__multiplicative_operator, - STATE(839), 1, + STATE(538), 1, + sym__additive_operator, + STATE(539), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1313), 2, + sym_comment, + sym_include, + ACTIONS(1056), 3, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + ACTIONS(2377), 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(1136), 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, + [113146] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1138), 1, + aux_sym_variable_tuning_token2, + STATE(536), 1, sym__comparison_operator, - ACTIONS(1104), 2, + STATE(537), 1, + sym__multiplicative_operator, + STATE(538), 1, + sym__additive_operator, + STATE(539), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1309), 2, + STATE(1314), 2, sym_comment, sym_include, - ACTIONS(1098), 3, + ACTIONS(1056), 3, anon_sym_LT, anon_sym_GT, aux_sym__comparison_operator_token6, - ACTIONS(1209), 12, + ACTIONS(1140), 12, sym__terminator, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token6, @@ -150547,7 +151244,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - ACTIONS(2375), 12, + ACTIONS(2377), 12, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -150560,42 +151257,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [112235] = 16, + [113224] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1191), 1, + ACTIONS(1142), 1, aux_sym_variable_tuning_token2, - STATE(836), 1, - sym__logical_operator, - STATE(837), 1, - sym__additive_operator, - STATE(838), 1, - sym__multiplicative_operator, - STATE(839), 1, + STATE(536), 1, sym__comparison_operator, - ACTIONS(1104), 2, + STATE(537), 1, + sym__multiplicative_operator, + STATE(538), 1, + sym__additive_operator, + STATE(539), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1310), 2, + STATE(1315), 2, sym_comment, sym_include, - ACTIONS(1098), 3, + ACTIONS(1056), 3, anon_sym_LT, anon_sym_GT, aux_sym__comparison_operator_token6, - ACTIONS(1193), 12, + ACTIONS(1144), 12, sym__terminator, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token6, @@ -150608,7 +151306,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - ACTIONS(2375), 12, + ACTIONS(2377), 12, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -150621,42 +151319,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [112312] = 16, + [113302] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1187), 1, + ACTIONS(1150), 1, aux_sym_variable_tuning_token2, - STATE(836), 1, - sym__logical_operator, - STATE(837), 1, - sym__additive_operator, - STATE(838), 1, - sym__multiplicative_operator, - STATE(839), 1, + STATE(536), 1, sym__comparison_operator, - ACTIONS(1104), 2, + STATE(537), 1, + sym__multiplicative_operator, + STATE(538), 1, + sym__additive_operator, + STATE(539), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1311), 2, + STATE(1316), 2, sym_comment, sym_include, - ACTIONS(1098), 3, + ACTIONS(1056), 3, anon_sym_LT, anon_sym_GT, aux_sym__comparison_operator_token6, - ACTIONS(1189), 12, + ACTIONS(1152), 12, sym__terminator, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token6, @@ -150669,7 +151368,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - ACTIONS(2375), 12, + ACTIONS(2377), 12, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -150682,39 +151381,57 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [112389] = 10, + [113380] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(836), 1, - sym__logical_operator, - STATE(837), 1, - sym__additive_operator, - STATE(838), 1, - sym__multiplicative_operator, - STATE(839), 1, + ACTIONS(1146), 1, + aux_sym_variable_tuning_token2, + STATE(536), 1, sym__comparison_operator, - STATE(1312), 2, + STATE(537), 1, + sym__multiplicative_operator, + STATE(538), 1, + sym__additive_operator, + STATE(539), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1317), 2, sym_comment, sym_include, - ACTIONS(1219), 5, - anon_sym_SLASH, + ACTIONS(1056), 3, anon_sym_LT, anon_sym_GT, aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(1221), 30, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, + ACTIONS(1148), 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(2377), 12, 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, @@ -150726,53 +151443,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_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, - [112454] = 16, + [113458] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1211), 1, + ACTIONS(1154), 1, aux_sym_variable_tuning_token2, - STATE(836), 1, - sym__logical_operator, - STATE(837), 1, - sym__additive_operator, - STATE(838), 1, - sym__multiplicative_operator, - STATE(839), 1, + STATE(536), 1, sym__comparison_operator, - ACTIONS(1104), 2, + STATE(537), 1, + sym__multiplicative_operator, + STATE(538), 1, + sym__additive_operator, + STATE(539), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1313), 2, + STATE(1318), 2, sym_comment, sym_include, - ACTIONS(1098), 3, + ACTIONS(1056), 3, anon_sym_LT, anon_sym_GT, aux_sym__comparison_operator_token6, - ACTIONS(1213), 12, + ACTIONS(1156), 12, sym__terminator, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token6, @@ -150785,7 +151492,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - ACTIONS(2375), 12, + ACTIONS(2377), 12, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -150798,41 +151505,57 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [112531] = 12, + [113536] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(836), 1, - sym__logical_operator, - STATE(837), 1, - sym__additive_operator, - STATE(838), 1, - sym__multiplicative_operator, - STATE(839), 1, + ACTIONS(1158), 1, + aux_sym_variable_tuning_token2, + STATE(536), 1, sym__comparison_operator, - ACTIONS(2373), 2, + STATE(537), 1, + sym__multiplicative_operator, + STATE(538), 1, + sym__additive_operator, + STATE(539), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(1314), 2, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1319), 2, sym_comment, sym_include, - ACTIONS(1223), 4, + ACTIONS(1056), 3, anon_sym_LT, anon_sym_GT, aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(1225), 28, - sym__or_operator, - sym__and_operator, + ACTIONS(1160), 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(2377), 12, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -150844,66 +151567,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_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, - [112600] = 16, + [113614] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1203), 1, + ACTIONS(234), 1, aux_sym_variable_tuning_token2, - STATE(836), 1, - sym__logical_operator, - STATE(837), 1, - sym__additive_operator, - STATE(838), 1, - sym__multiplicative_operator, - STATE(839), 1, + STATE(536), 1, sym__comparison_operator, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + STATE(537), 1, + sym__multiplicative_operator, + STATE(538), 1, + sym__additive_operator, + STATE(539), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1315), 2, + STATE(1320), 2, sym_comment, sym_include, - ACTIONS(1098), 3, + ACTIONS(1056), 3, anon_sym_LT, anon_sym_GT, aux_sym__comparison_operator_token6, - ACTIONS(1205), 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(2375), 12, + ACTIONS(2377), 12, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -150916,22 +151613,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [112677] = 8, + ACTIONS(232), 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, + [113690] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2442), 1, + ACTIONS(2444), 1, sym__namecolon, - STATE(1308), 1, + STATE(1323), 1, aux_sym_object_access_repeat1, - STATE(1316), 2, + STATE(1321), 2, sym_comment, sym_include, - ACTIONS(100), 5, + ACTIONS(100), 6, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, aux_sym__comparison_operator_token6, @@ -150969,40 +151682,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [112738] = 15, + [113752] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(194), 1, - aux_sym_variable_tuning_token2, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(836), 1, - sym__logical_operator, - STATE(837), 1, - sym__additive_operator, - STATE(838), 1, - sym__multiplicative_operator, - STATE(839), 1, - sym__comparison_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1317), 2, + ACTIONS(2444), 1, + sym__namecolon, + STATE(1323), 1, + aux_sym_object_access_repeat1, + STATE(1322), 2, sym_comment, sym_include, - ACTIONS(1098), 3, + ACTIONS(100), 6, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, aux_sym__comparison_operator_token6, - ACTIONS(2375), 12, + aux_sym_variable_tuning_token2, + ACTIONS(98), 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_EQ, @@ -151014,10 +151725,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(192), 14, - sym__or_operator, - sym__and_operator, - sym__terminator, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token6, aux_sym_variable_tuning_token7, @@ -151029,31 +151736,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [112813] = 8, + [113814] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2442), 1, + ACTIONS(2560), 1, sym__namecolon, - STATE(1308), 1, - aux_sym_object_access_repeat1, - STATE(1318), 2, + STATE(1323), 3, sym_comment, sym_include, - ACTIONS(100), 5, + aux_sym_object_access_repeat1, + 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(98), 31, + 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, @@ -151081,57 +151789,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [112873] = 20, + [113874] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2567), 1, - sym__terminator, - ACTIONS(2573), 1, - aux_sym_input_stream_tuning_token9, - STATE(591), 1, + STATE(644), 1, sym__comparison_operator, - STATE(592), 1, + STATE(645), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(646), 1, sym__additive_operator, - STATE(594), 1, + STATE(647), 1, sym__logical_operator, - STATE(3650), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, - sym_input_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2569), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(1319), 2, + STATE(1324), 2, sym_comment, sym_include, - ACTIONS(2571), 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(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -151145,58 +151836,55 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [112957] = 20, + ACTIONS(2563), 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, + [113950] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2573), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2575), 1, - sym__terminator, - STATE(591), 1, + STATE(644), 1, sym__comparison_operator, - STATE(592), 1, + STATE(645), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(646), 1, sym__additive_operator, - STATE(594), 1, + STATE(647), 1, sym__logical_operator, - STATE(3698), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, - sym_input_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2569), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(1320), 2, + STATE(1325), 2, sym_comment, sym_include, - ACTIONS(2571), 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(2375), 13, + ACTIONS(1128), 30, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + anon_sym_COMMA, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -151209,37 +151897,66 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [113041] = 9, + 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, + [114020] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2436), 1, - anon_sym_LBRACK, - ACTIONS(2438), 1, - anon_sym_LPAREN, - STATE(1358), 1, - sym_function_arguments, - STATE(1321), 2, - sym_comment, - sym_include, - ACTIONS(73), 5, + STATE(644), 1, + sym__comparison_operator, + STATE(645), 1, + sym__multiplicative_operator, + STATE(646), 1, + sym__additive_operator, + STATE(647), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(67), 30, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1326), 2, + sym_comment, + sym_include, + ACTIONS(1124), 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(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -151248,50 +151965,58 @@ 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, - [113103] = 14, + [114096] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(680), 1, - sym__logical_operator, - STATE(681), 1, - sym__additive_operator, - STATE(683), 1, - sym__multiplicative_operator, - STATE(684), 1, + STATE(644), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(645), 1, + sym__multiplicative_operator, + STATE(646), 1, + sym__additive_operator, + STATE(647), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1322), 2, + STATE(1327), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(1120), 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(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -151305,54 +152030,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(1217), 14, - 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_sort_clause_token1, - [113175] = 15, + [114172] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(680), 1, - sym__logical_operator, - STATE(681), 1, - sym__additive_operator, - STATE(683), 1, - sym__multiplicative_operator, - STATE(684), 1, + STATE(644), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(645), 1, + sym__multiplicative_operator, + STATE(646), 1, + sym__additive_operator, + STATE(647), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1323), 2, + STATE(1328), 2, sym_comment, sym_include, - ACTIONS(2577), 12, + ACTIONS(1140), 13, anon_sym_COLON, anon_sym_COMMA, aux_sym_function_call_token1, @@ -151364,8 +152075,9 @@ static const uint16_t ts_small_parse_table[] = { aux_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(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -151379,38 +152091,55 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [113249] = 10, + [114248] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(680), 1, - sym__logical_operator, - STATE(681), 1, - sym__additive_operator, - STATE(683), 1, - sym__multiplicative_operator, - STATE(684), 1, + STATE(644), 1, sym__comparison_operator, - STATE(1324), 2, - sym_comment, - sym_include, - ACTIONS(1219), 3, + STATE(645), 1, + sym__multiplicative_operator, + STATE(646), 1, + sym__additive_operator, + STATE(647), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1221), 31, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - anon_sym_COLON, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1329), 2, + sym_comment, + sym_include, + ACTIONS(1144), 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(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -151423,50 +152152,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_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_sort_clause_token1, - [113313] = 12, + [114324] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(680), 1, - sym__logical_operator, - STATE(681), 1, - sym__additive_operator, - STATE(683), 1, - sym__multiplicative_operator, - STATE(684), 1, + STATE(644), 1, sym__comparison_operator, - ACTIONS(1223), 2, + STATE(645), 1, + sym__multiplicative_operator, + STATE(646), 1, + sym__additive_operator, + STATE(647), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(1325), 2, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1330), 2, sym_comment, sym_include, - ACTIONS(1225), 29, - sym__or_operator, - sym__and_operator, + ACTIONS(1148), 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(2377), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -151479,67 +152213,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_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_sort_clause_token1, - [113381] = 20, + [114400] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2573), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2579), 1, - sym__terminator, - STATE(591), 1, + STATE(644), 1, sym__comparison_operator, - STATE(592), 1, + STATE(645), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(646), 1, sym__additive_operator, - STATE(594), 1, + STATE(647), 1, sym__logical_operator, - STATE(3674), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, - sym_input_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2569), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(1326), 2, + STATE(1331), 2, sym_comment, sym_include, - ACTIONS(2571), 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(2375), 13, + ACTIONS(1156), 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(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -151553,52 +152274,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [113465] = 15, + [114476] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(680), 1, - sym__logical_operator, - STATE(681), 1, - sym__additive_operator, - STATE(683), 1, - sym__multiplicative_operator, - STATE(684), 1, + ACTIONS(2567), 1, + aux_sym_variable_tuning_token2, + STATE(536), 1, sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + STATE(537), 1, + sym__multiplicative_operator, + STATE(538), 1, + sym__additive_operator, + STATE(539), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1327), 2, + STATE(1332), 2, sym_comment, sym_include, - ACTIONS(1213), 12, - 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_sort_clause_token1, - ACTIONS(2375), 13, + ACTIONS(1056), 3, + anon_sym_LT, + anon_sym_GT, + aux_sym__comparison_operator_token6, + ACTIONS(2377), 12, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -151608,43 +152320,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, - [113539] = 15, + ACTIONS(2565), 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, + [114554] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(680), 1, - sym__logical_operator, - STATE(681), 1, - sym__additive_operator, - STATE(683), 1, - sym__multiplicative_operator, - STATE(684), 1, + STATE(644), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(645), 1, + sym__multiplicative_operator, + STATE(646), 1, + sym__additive_operator, + STATE(647), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1328), 2, + STATE(1333), 2, sym_comment, sym_include, - ACTIONS(1209), 12, + ACTIONS(1160), 13, anon_sym_COLON, anon_sym_COMMA, aux_sym_function_call_token1, @@ -151656,8 +152381,9 @@ static const uint16_t ts_small_parse_table[] = { aux_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(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -151671,36 +152397,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [113613] = 14, + [114630] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(680), 1, - sym__logical_operator, - STATE(681), 1, - sym__additive_operator, - STATE(683), 1, - sym__multiplicative_operator, - STATE(684), 1, + STATE(644), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(645), 1, + sym__multiplicative_operator, + STATE(646), 1, + sym__additive_operator, + STATE(647), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1329), 2, + STATE(1334), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -151714,7 +152441,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - ACTIONS(192), 14, + ACTIONS(232), 15, sym__or_operator, sym__and_operator, anon_sym_COLON, @@ -151728,58 +152455,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, aux_sym_sort_clause_token1, - [113685] = 20, + [114704] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2573), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(2581), 1, - sym__terminator, - STATE(591), 1, + STATE(644), 1, sym__comparison_operator, - STATE(592), 1, + STATE(645), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(646), 1, sym__additive_operator, - STATE(594), 1, + STATE(647), 1, sym__logical_operator, - STATE(3696), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, - sym_input_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2569), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(1330), 2, + STATE(1335), 2, sym_comment, sym_include, - ACTIONS(2571), 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(2375), 13, + ACTIONS(1152), 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(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -151793,37 +152518,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [113769] = 9, - ACTIONS(3), 1, + [114780] = 20, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2583), 1, - sym_identifier, - ACTIONS(2585), 1, - aux_sym_input_expression_token2, - STATE(1468), 1, - sym_qualified_name, - ACTIONS(1355), 2, + ACTIONS(2569), 1, + sym__terminator, + ACTIONS(2575), 1, + aux_sym_input_stream_tuning_token9, + STATE(934), 1, + sym__comparison_operator, + STATE(935), 1, + sym__multiplicative_operator, + STATE(936), 1, + sym__additive_operator, + STATE(937), 1, + sym__logical_operator, + STATE(3734), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4070), 1, + sym_input_stream_tuning, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1331), 2, - sym_comment, - sym_include, - ACTIONS(1351), 33, - anon_sym_SLASH, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + ACTIONS(2571), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(1336), 2, + sym_comment, + sym_include, + ACTIONS(2573), 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(2377), 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, @@ -151834,69 +152583,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_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, - [113831] = 20, + [114865] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2573), 1, + ACTIONS(2575), 1, aux_sym_input_stream_tuning_token9, - ACTIONS(2587), 1, + ACTIONS(2577), 1, sym__terminator, - STATE(591), 1, + STATE(934), 1, sym__comparison_operator, - STATE(592), 1, + STATE(935), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(936), 1, sym__additive_operator, - STATE(594), 1, + STATE(937), 1, sym__logical_operator, - STATE(3622), 1, + STATE(3762), 1, aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, + STATE(4070), 1, sym_input_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2569), 2, + ACTIONS(2571), 2, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token5, - STATE(1332), 2, + STATE(1337), 2, sym_comment, sym_include, - ACTIONS(2571), 6, + ACTIONS(2573), 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(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -151910,38 +152648,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [113915] = 15, + [114950] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2589), 1, + ACTIONS(2579), 1, anon_sym_LBRACK, - ACTIONS(2591), 1, + ACTIONS(2581), 1, anon_sym_LPAREN, - ACTIONS(2593), 1, + ACTIONS(2583), 1, sym__namedot, - ACTIONS(2595), 1, + ACTIONS(2585), 1, sym__namecolon, - ACTIONS(2597), 1, + ACTIONS(2587), 1, sym__namedoublecolon, - STATE(1518), 1, + STATE(1520), 1, aux_sym_object_access_repeat1, - STATE(2188), 1, + STATE(1615), 1, aux_sym_qualified_name_repeat1, - STATE(2257), 1, - sym_function_arguments, - STATE(2262), 1, + STATE(1873), 1, aux_sym_member_access_repeat1, + STATE(1874), 1, + sym_function_arguments, ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(1333), 2, + STATE(1338), 2, sym_comment, sym_include, - ACTIONS(73), 27, + ACTIONS(73), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -151951,6 +152689,7 @@ 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, @@ -151969,57 +152708,58 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [113989] = 20, + [115025] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2573), 1, + ACTIONS(2575), 1, aux_sym_input_stream_tuning_token9, - ACTIONS(2599), 1, + ACTIONS(2589), 1, sym__terminator, - STATE(591), 1, + STATE(934), 1, sym__comparison_operator, - STATE(592), 1, + STATE(935), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(936), 1, sym__additive_operator, - STATE(594), 1, + STATE(937), 1, sym__logical_operator, - STATE(3708), 1, + STATE(3822), 1, aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, + STATE(4070), 1, sym_input_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2569), 2, + ACTIONS(2571), 2, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token5, - STATE(1334), 2, + STATE(1339), 2, sym_comment, sym_include, - ACTIONS(2571), 6, + ACTIONS(2573), 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(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -152033,57 +152773,58 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114073] = 20, + [115110] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2573), 1, + ACTIONS(2575), 1, aux_sym_input_stream_tuning_token9, - ACTIONS(2601), 1, + ACTIONS(2591), 1, sym__terminator, - STATE(591), 1, + STATE(934), 1, sym__comparison_operator, - STATE(592), 1, + STATE(935), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(936), 1, sym__additive_operator, - STATE(594), 1, + STATE(937), 1, sym__logical_operator, - STATE(3702), 1, + STATE(3768), 1, aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, + STATE(4070), 1, sym_input_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2569), 2, + ACTIONS(2571), 2, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token5, - STATE(1335), 2, + STATE(1340), 2, sym_comment, sym_include, - ACTIONS(2571), 6, + ACTIONS(2573), 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(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -152097,34 +152838,59 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114157] = 6, + [115195] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1336), 2, - sym_comment, - sym_include, - ACTIONS(134), 5, + ACTIONS(2575), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(2593), 1, + sym__terminator, + STATE(934), 1, + sym__comparison_operator, + STATE(935), 1, + sym__multiplicative_operator, + STATE(936), 1, + sym__additive_operator, + STATE(937), 1, + sym__logical_operator, + STATE(3805), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4070), 1, + sym_input_stream_tuning, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(132), 33, - sym__namecolon, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + ACTIONS(2571), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(1341), 2, + sym_comment, + sym_include, + ACTIONS(2573), 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(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -152133,71 +152899,62 @@ 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, - [114213] = 20, + [115280] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2573), 1, + ACTIONS(2575), 1, aux_sym_input_stream_tuning_token9, - ACTIONS(2603), 1, + ACTIONS(2595), 1, sym__terminator, - STATE(591), 1, + STATE(934), 1, sym__comparison_operator, - STATE(592), 1, + STATE(935), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(936), 1, sym__additive_operator, - STATE(594), 1, + STATE(937), 1, sym__logical_operator, - STATE(3659), 1, + STATE(3743), 1, aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, + STATE(4070), 1, sym_input_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2569), 2, + ACTIONS(2571), 2, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token5, - STATE(1337), 2, + STATE(1342), 2, sym_comment, sym_include, - ACTIONS(2571), 6, + ACTIONS(2573), 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(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -152211,55 +152968,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114297] = 15, - ACTIONS(69), 1, + [115365] = 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(1096), 1, - anon_sym_SLASH, - STATE(680), 1, - sym__logical_operator, - STATE(681), 1, - sym__additive_operator, - STATE(683), 1, - sym__multiplicative_operator, - STATE(684), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(2597), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1338), 2, + STATE(1343), 2, sym_comment, sym_include, - ACTIONS(1205), 12, + ACTIONS(1232), 34, anon_sym_COLON, + anon_sym_SLASH, + 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_sort_clause_token1, - ACTIONS(2375), 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, @@ -152270,55 +153011,102 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114371] = 15, + 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, + [115428] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(2444), 1, + sym__namecolon, + STATE(1323), 1, + aux_sym_object_access_repeat1, + STATE(1344), 2, + sym_comment, + sym_include, + ACTIONS(100), 6, anon_sym_SLASH, - STATE(680), 1, - sym__logical_operator, - STATE(681), 1, - sym__additive_operator, - STATE(683), 1, - sym__multiplicative_operator, - STATE(684), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(98), 31, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1339), 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, + [115489] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2599), 1, + sym_identifier, + ACTIONS(2601), 1, + aux_sym_input_expression_token2, + STATE(1468), 1, + sym_qualified_name, + ACTIONS(1236), 2, + sym__or_operator, + sym__and_operator, + STATE(1345), 2, sym_comment, sym_include, - ACTIONS(1189), 12, - 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_sort_clause_token1, - ACTIONS(2375), 13, + ACTIONS(1232), 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, @@ -152329,53 +153117,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114445] = 15, + 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, + [115552] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(1346), 2, + sym_comment, + sym_include, + ACTIONS(146), 6, anon_sym_SLASH, - STATE(680), 1, - sym__logical_operator, - STATE(681), 1, - sym__additive_operator, - STATE(683), 1, - sym__multiplicative_operator, - STATE(684), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(144), 33, + sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1340), 2, - sym_comment, - sym_include, - ACTIONS(1193), 12, - 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_sort_clause_token1, - ACTIONS(2375), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -152384,61 +153166,72 @@ 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, - [114519] = 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, + [115609] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2573), 1, + ACTIONS(2575), 1, aux_sym_input_stream_tuning_token9, - ACTIONS(2605), 1, + ACTIONS(2603), 1, sym__terminator, - STATE(591), 1, + STATE(934), 1, sym__comparison_operator, - STATE(592), 1, + STATE(935), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(936), 1, sym__additive_operator, - STATE(594), 1, + STATE(937), 1, sym__logical_operator, - STATE(3636), 1, + STATE(3728), 1, aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, + STATE(4070), 1, sym_input_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2569), 2, + ACTIONS(2571), 2, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token5, - STATE(1341), 2, + STATE(1347), 2, sym_comment, sym_include, - ACTIONS(2571), 6, + ACTIONS(2573), 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(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -152452,112 +153245,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114603] = 15, + [115694] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(680), 1, - sym__logical_operator, - STATE(681), 1, - sym__additive_operator, - STATE(683), 1, - sym__multiplicative_operator, - STATE(684), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1342), 2, + ACTIONS(2438), 1, + anon_sym_LBRACK, + ACTIONS(2440), 1, + anon_sym_LPAREN, + STATE(1374), 1, + sym_function_arguments, + STATE(1348), 2, sym_comment, sym_include, - ACTIONS(1197), 12, - 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_sort_clause_token1, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [114677] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(73), 6, anon_sym_SLASH, - STATE(680), 1, - sym__logical_operator, - STATE(681), 1, - sym__additive_operator, - STATE(683), 1, - sym__multiplicative_operator, - STATE(684), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(67), 30, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1343), 2, - sym_comment, - sym_include, - ACTIONS(1201), 12, - 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_sort_clause_token1, - ACTIONS(2375), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -152566,56 +153285,72 @@ 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, - [114751] = 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, + [115757] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(680), 1, - sym__logical_operator, - STATE(681), 1, - sym__additive_operator, - STATE(683), 1, - sym__multiplicative_operator, - STATE(684), 1, + ACTIONS(2575), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(2605), 1, + sym__terminator, + STATE(934), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(935), 1, + sym__multiplicative_operator, + STATE(936), 1, + sym__additive_operator, + STATE(937), 1, + sym__logical_operator, + STATE(3753), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4070), 1, + sym_input_stream_tuning, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1344), 2, + ACTIONS(2571), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(1349), 2, sym_comment, sym_include, - ACTIONS(1120), 12, - 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_sort_clause_token1, - ACTIONS(2375), 13, + ACTIONS(2573), 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(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -152629,57 +153364,58 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114825] = 20, + [115842] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2573), 1, + ACTIONS(2575), 1, aux_sym_input_stream_tuning_token9, ACTIONS(2607), 1, sym__terminator, - STATE(591), 1, + STATE(934), 1, sym__comparison_operator, - STATE(592), 1, + STATE(935), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(936), 1, sym__additive_operator, - STATE(594), 1, + STATE(937), 1, sym__logical_operator, - STATE(3670), 1, + STATE(3796), 1, aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, + STATE(4070), 1, sym_input_stream_tuning, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2569), 2, + ACTIONS(2571), 2, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token5, - STATE(1345), 2, + STATE(1350), 2, sym_comment, sym_include, - ACTIONS(2571), 6, + ACTIONS(2573), 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(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -152693,51 +153429,58 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114909] = 15, + [115927] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(710), 1, - sym__logical_operator, - STATE(711), 1, - sym__additive_operator, - STATE(712), 1, - sym__multiplicative_operator, - STATE(714), 1, + ACTIONS(2575), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(2609), 1, + sym__terminator, + STATE(934), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(935), 1, + sym__multiplicative_operator, + STATE(936), 1, + sym__additive_operator, + STATE(937), 1, + sym__logical_operator, + STATE(3839), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4070), 1, + sym_input_stream_tuning, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1346), 2, + ACTIONS(2571), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(1351), 2, sym_comment, sym_include, - ACTIONS(1189), 11, - sym__terminator, - aux_sym_input_stream_tuning_token1, + ACTIONS(2573), 6, 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(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -152751,27 +153494,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [114982] = 8, + [116012] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2440), 1, - sym__namedot, - STATE(1379), 1, - aux_sym_qualified_name_repeat1, - STATE(1347), 2, + ACTIONS(2611), 1, + anon_sym_NO_DASHERROR, + STATE(1352), 2, sym_comment, sym_include, - ACTIONS(126), 5, + ACTIONS(258), 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, + ACTIONS(256), 31, + sym__namecolon, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -152802,34 +153545,53 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [115041] = 7, + [116070] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2609), 1, - sym__namedoublecolon, - STATE(1348), 3, - sym_comment, - sym_include, - aux_sym_member_access_repeat1, - ACTIONS(115), 5, + STATE(611), 1, + sym__comparison_operator, + STATE(612), 1, + sym__multiplicative_operator, + STATE(613), 1, + sym__additive_operator, + STATE(614), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(113), 30, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1353), 2, + sym_comment, + sym_include, + ACTIONS(1140), 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(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -152838,42 +153600,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, - 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, - [115098] = 6, + [116144] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1349), 2, + STATE(343), 1, + sym__comparison_operator, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + STATE(1354), 2, sym_comment, sym_include, - ACTIONS(138), 5, + ACTIONS(1130), 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(136), 32, - sym__namecolon, + ACTIONS(1132), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, - sym__terminator, + anon_sym_RPAREN, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -152886,47 +153644,54 @@ 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_function_call_token1, - aux_sym_getter_token1, - aux_sym_setter_token1, - [115153] = 6, + 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, + [116208] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1350), 2, - sym_comment, - sym_include, - ACTIONS(146), 5, + STATE(343), 1, + sym__comparison_operator, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(144), 32, - sym__namecolon, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(1355), 2, + sym_comment, + sym_include, + ACTIONS(1128), 28, 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, @@ -152935,64 +153700,69 @@ 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, - anon_sym_NO_DASHERROR, - [115208] = 14, - 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, + [116276] = 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(2591), 1, - anon_sym_LPAREN, - ACTIONS(2593), 1, - sym__namedot, - ACTIONS(2595), 1, - sym__namecolon, - ACTIONS(2597), 1, - sym__namedoublecolon, - STATE(1518), 1, - aux_sym_object_access_repeat1, - STATE(2188), 1, - aux_sym_qualified_name_repeat1, - STATE(2257), 1, - sym_function_arguments, - STATE(2262), 1, - aux_sym_member_access_repeat1, - ACTIONS(87), 2, + STATE(343), 1, + sym__comparison_operator, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1351), 2, - sym_comment, - sym_include, - ACTIONS(89), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(1356), 2, + sym_comment, + sym_include, + ACTIONS(1124), 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(2377), 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, @@ -153003,36 +153773,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_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [115279] = 6, + [116350] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1352), 2, - sym_comment, - sym_include, - ACTIONS(122), 5, + STATE(343), 1, + sym__comparison_operator, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(120), 32, - sym__namecolon, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1357), 2, + sym_comment, + sym_include, + ACTIONS(1120), 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(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -153041,109 +153828,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_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, - [115334] = 7, + [116424] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2612), 1, - anon_sym_NO_DASHERROR, - STATE(1353), 2, - sym_comment, - sym_include, - ACTIONS(545), 5, + STATE(343), 1, + sym__comparison_operator, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(543), 31, - sym__namecolon, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 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_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, - [115391] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(109), 1, - sym__escaped_string, - ACTIONS(745), 1, - sym__namedot, - STATE(1359), 1, - aux_sym_qualified_name_repeat1, - STATE(1354), 2, + STATE(1358), 2, sym_comment, sym_include, - ACTIONS(111), 35, - 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, + ACTIONS(1140), 11, 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_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, @@ -153151,56 +153875,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - aux_sym_can_find_expression_token1, + aux_sym_query_tuning_token6, aux_sym_of_token1, - aux_sym_accumulate_expression_token1, - aux_sym_available_expression_token1, - aux_sym_available_expression_token2, - [115448] = 15, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2614), 1, - anon_sym_LBRACK, - ACTIONS(2616), 1, - anon_sym_LPAREN, - ACTIONS(2618), 1, - sym__namedot, - ACTIONS(2620), 1, - sym__namecolon, - ACTIONS(2622), 1, - sym__namedoublecolon, - STATE(1897), 1, - aux_sym_object_access_repeat1, - STATE(2390), 1, - aux_sym_member_access_repeat1, - STATE(2391), 1, - sym_function_arguments, - STATE(2451), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(1355), 2, - sym_comment, - sym_include, - ACTIONS(73), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, + ACTIONS(2377), 13, anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -153211,38 +153891,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_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [115521] = 8, + [116498] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2442), 1, - sym__namecolon, - STATE(1303), 1, - aux_sym_object_access_repeat1, - STATE(1356), 2, - sym_comment, - sym_include, - ACTIONS(73), 5, + STATE(343), 1, + sym__comparison_operator, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(67), 30, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1359), 2, + sym_comment, + sym_include, + ACTIONS(1144), 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(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -153251,49 +153946,57 @@ 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, - [115580] = 8, + [116572] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2444), 1, - sym__namedoublecolon, - STATE(1348), 1, - aux_sym_member_access_repeat1, - STATE(1357), 2, - sym_comment, - sym_include, - ACTIONS(142), 5, + STATE(343), 1, + sym__comparison_operator, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(140), 30, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1360), 2, + sym_comment, + sym_include, + ACTIONS(1148), 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(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -153302,40 +154005,208 @@ 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, - [115639] = 7, + [116646] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2624), 1, + STATE(343), 1, + sym__comparison_operator, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1361), 2, + sym_comment, + sym_include, + ACTIONS(1156), 11, + anon_sym_RPAREN, aux_sym_function_call_token1, - STATE(1358), 2, + 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(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [116720] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(343), 1, + sym__comparison_operator, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1362), 2, + sym_comment, + sym_include, + ACTIONS(1160), 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(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [116794] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(343), 1, + sym__comparison_operator, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1363), 2, + sym_comment, + sym_include, + ACTIONS(232), 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(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [116866] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2442), 1, + sym__namedot, + STATE(1376), 1, + aux_sym_qualified_name_repeat1, + STATE(1364), 2, sym_comment, sym_include, - ACTIONS(160), 5, + 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(158), 31, - sym__namecolon, + ACTIONS(125), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -153366,20 +154237,139 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [115696] = 6, + [116926] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(343), 1, + sym__comparison_operator, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1365), 2, + sym_comment, + sym_include, + ACTIONS(2563), 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(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [117000] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(102), 1, - sym__escaped_string, - ACTIONS(2626), 1, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2613), 1, + anon_sym_LBRACK, + ACTIONS(2615), 1, + anon_sym_LPAREN, + ACTIONS(2617), 1, sym__namedot, - STATE(1359), 3, + ACTIONS(2619), 1, + sym__namecolon, + ACTIONS(2621), 1, + sym__namedoublecolon, + STATE(1552), 1, + aux_sym_object_access_repeat1, + STATE(2055), 1, + aux_sym_qualified_name_repeat1, + STATE(2474), 1, + aux_sym_member_access_repeat1, + STATE(2481), 1, + sym_function_arguments, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(1366), 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, + [117074] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(125), 1, + sym__escaped_string, + ACTIONS(717), 1, + sym__namedot, + STATE(1398), 1, aux_sym_qualified_name_repeat1, - ACTIONS(104), 35, + STATE(1367), 2, + sym_comment, + sym_include, + ACTIONS(127), 36, anon_sym_LBRACE, sym_identifier, sym_null_expression, @@ -153410,43 +154400,61 @@ static const uint16_t ts_small_parse_table[] = { 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, - [115751] = 9, - ACTIONS(3), 1, + [117132] = 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(2448), 1, - sym_identifier, - ACTIONS(2629), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, + STATE(611), 1, + sym__comparison_operator, + STATE(612), 1, + sym__multiplicative_operator, + STATE(613), 1, + sym__additive_operator, + STATE(614), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1360), 2, - sym_comment, - sym_include, - ACTIONS(1351), 32, - anon_sym_COLON, - anon_sym_SLASH, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(1368), 2, + sym_comment, + sym_include, + ACTIONS(1148), 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(2377), 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, @@ -153457,34 +154465,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_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_sort_clause_token1, - [115812] = 8, + [117206] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2623), 1, sym_identifier, - STATE(1457), 1, + STATE(1429), 1, sym_qualified_name, - ACTIONS(1454), 2, + ACTIONS(1379), 2, sym__or_operator, sym__and_operator, - STATE(1361), 2, + STATE(1369), 2, sym_comment, sym_include, - ACTIONS(1452), 33, + ACTIONS(1377), 34, anon_sym_SLASH, anon_sym_STAR, sym__terminator, @@ -153492,6 +154490,7 @@ 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, @@ -153518,109 +154517,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [115871] = 15, + [117266] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(1370), 2, + sym_comment, + sym_include, + ACTIONS(123), 6, anon_sym_SLASH, - STATE(710), 1, - sym__logical_operator, - STATE(711), 1, - sym__additive_operator, - STATE(712), 1, - sym__multiplicative_operator, - STATE(714), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(121), 32, + sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1362), 2, - sym_comment, - sym_include, - ACTIONS(1205), 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(2375), 13, anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [115944] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(710), 1, - sym__logical_operator, - STATE(711), 1, - sym__additive_operator, - STATE(712), 1, - sym__multiplicative_operator, - STATE(714), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1363), 2, - sym_comment, - sym_include, - ACTIONS(1217), 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(2375), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -153629,33 +154552,43 @@ 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, - [116015] = 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_function_call_token1, + aux_sym_getter_token1, + aux_sym_setter_token1, + [117322] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(710), 1, - sym__logical_operator, - STATE(711), 1, - sym__additive_operator, - STATE(712), 1, - sym__multiplicative_operator, - STATE(714), 1, - sym__comparison_operator, - STATE(1364), 2, + ACTIONS(2444), 1, + sym__namecolon, + STATE(1322), 1, + aux_sym_object_access_repeat1, + STATE(1371), 2, sym_comment, sym_include, - ACTIONS(1219), 3, + ACTIONS(73), 6, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1221), 30, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(67), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -153672,53 +154605,67 @@ 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_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, - [116078] = 12, + 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, + [117382] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(710), 1, - sym__logical_operator, - STATE(711), 1, - sym__additive_operator, - STATE(712), 1, - sym__multiplicative_operator, - STATE(714), 1, + STATE(343), 1, sym__comparison_operator, - ACTIONS(1223), 2, + STATE(680), 1, + sym__multiplicative_operator, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(1365), 2, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1372), 2, sym_comment, sym_include, - ACTIONS(1225), 28, - sym__or_operator, - sym__and_operator, - sym__terminator, + ACTIONS(1152), 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(2377), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -153731,49 +154678,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_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, - [116145] = 15, + [117456] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(710), 1, - sym__logical_operator, - STATE(711), 1, - sym__additive_operator, - STATE(712), 1, - sym__multiplicative_operator, - STATE(714), 1, + STATE(611), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(612), 1, + sym__multiplicative_operator, + STATE(613), 1, + sym__additive_operator, + STATE(614), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1366), 2, + STATE(1373), 2, sym_comment, sym_include, - ACTIONS(1213), 11, + ACTIONS(1144), 11, sym__terminator, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, @@ -153785,7 +154723,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_input_stream_tuning_token8, aux_sym_input_stream_tuning_token9, aux_sym_input_stream_tuning_token11, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -153799,52 +154737,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [116218] = 15, + [117530] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(2625), 1, + aux_sym_function_call_token1, + STATE(1374), 2, + sym_comment, + sym_include, + ACTIONS(168), 6, anon_sym_SLASH, - STATE(710), 1, - sym__logical_operator, - STATE(711), 1, - sym__additive_operator, - STATE(712), 1, - sym__multiplicative_operator, - STATE(714), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(166), 31, + sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1367), 2, - sym_comment, - sym_include, - ACTIONS(1209), 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(2375), 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, @@ -153853,30 +154774,42 @@ 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, - [116291] = 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, + [117588] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2633), 1, - sym__namedot, - STATE(1368), 3, + ACTIONS(2446), 1, + sym__namedoublecolon, + STATE(1379), 1, + aux_sym_member_access_repeat1, + STATE(1375), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 5, + 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(102), 30, + ACTIONS(129), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -153907,27 +154840,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [116348] = 8, + [117648] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2442), 1, - sym__namecolon, - STATE(1303), 1, - aux_sym_object_access_repeat1, - STATE(1369), 2, + ACTIONS(2627), 1, + sym__namedot, + STATE(1376), 3, sym_comment, sym_include, - ACTIONS(89), 5, + aux_sym_qualified_name_repeat1, + ACTIONS(112), 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, + ACTIONS(110), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -153958,39 +154891,98 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [116407] = 15, + [117706] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(710), 1, - sym__logical_operator, - STATE(711), 1, - sym__additive_operator, - STATE(712), 1, + STATE(343), 1, + sym__comparison_operator, + STATE(680), 1, sym__multiplicative_operator, - STATE(714), 1, + STATE(681), 1, + sym__additive_operator, + STATE(682), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1377), 2, + sym_comment, + sym_include, + ACTIONS(1136), 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(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [117778] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(611), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(612), 1, + sym__multiplicative_operator, + STATE(613), 1, + sym__additive_operator, + STATE(614), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1370), 2, + STATE(1378), 2, sym_comment, sym_include, - ACTIONS(1193), 11, + ACTIONS(1120), 11, sym__terminator, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, @@ -154002,7 +154994,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_input_stream_tuning_token8, aux_sym_input_stream_tuning_token9, aux_sym_input_stream_tuning_token11, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -154016,27 +155008,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [116480] = 8, + [117852] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2438), 1, - anon_sym_LPAREN, - STATE(1358), 1, - sym_function_arguments, - STATE(1371), 2, + ACTIONS(2630), 1, + sym__namedoublecolon, + STATE(1379), 3, sym_comment, sym_include, - ACTIONS(89), 5, + aux_sym_member_access_repeat1, + 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(87), 30, + ACTIONS(137), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -154067,52 +155059,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [116539] = 15, + [117910] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(2444), 1, + sym__namecolon, + STATE(1322), 1, + aux_sym_object_access_repeat1, + STATE(1380), 2, + sym_comment, + sym_include, + ACTIONS(89), 6, anon_sym_SLASH, - STATE(710), 1, - sym__logical_operator, - STATE(711), 1, - sym__additive_operator, - STATE(712), 1, - sym__multiplicative_operator, - STATE(714), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(87), 30, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1372), 2, - sym_comment, - sym_include, - ACTIONS(1197), 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(2375), 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, @@ -154121,28 +155097,42 @@ 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, - [116612] = 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, + [117970] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1373), 2, + ACTIONS(2440), 1, + anon_sym_LPAREN, + STATE(1374), 1, + sym_function_arguments, + STATE(1381), 2, sym_comment, sym_include, - ACTIONS(138), 5, + 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(136), 32, - sym__namecolon, + ACTIONS(87), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -154173,100 +155163,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - anon_sym_NO_DASHERROR, - [116667] = 15, + [118030] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(710), 1, - sym__logical_operator, - STATE(711), 1, - sym__additive_operator, - STATE(712), 1, - sym__multiplicative_operator, - STATE(714), 1, + STATE(611), 1, sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1374), 2, - sym_comment, - sym_include, - ACTIONS(1201), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [116740] = 16, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2638), 1, - aux_sym_input_stream_tuning_token11, - STATE(710), 1, - sym__logical_operator, - STATE(711), 1, - sym__additive_operator, - STATE(712), 1, + STATE(612), 1, sym__multiplicative_operator, - STATE(714), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + STATE(613), 1, + sym__additive_operator, + STATE(614), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1375), 2, + STATE(1382), 2, sym_comment, sym_include, - ACTIONS(2636), 10, + ACTIONS(1124), 11, sym__terminator, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, @@ -154277,7 +155207,8 @@ 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, - ACTIONS(2375), 13, + aux_sym_input_stream_tuning_token11, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -154291,27 +155222,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [116815] = 8, + [118104] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2440), 1, - sym__namedot, - STATE(1379), 1, - aux_sym_qualified_name_repeat1, - STATE(1376), 2, + STATE(1383), 2, sym_comment, sym_include, - ACTIONS(130), 5, + 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(128), 30, + ACTIONS(121), 32, + sym__namecolon, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -154342,52 +155271,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [116874] = 15, + anon_sym_NO_DASHERROR, + [118160] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(710), 1, - sym__logical_operator, - STATE(711), 1, - sym__additive_operator, - STATE(712), 1, - sym__multiplicative_operator, - STATE(714), 1, + STATE(611), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(612), 1, + sym__multiplicative_operator, + STATE(613), 1, + sym__additive_operator, + STATE(614), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1377), 2, + STATE(1384), 2, sym_comment, sym_include, - ACTIONS(1120), 11, + ACTIONS(1128), 28, + 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(2375), 13, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -154400,23 +155318,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [116947] = 6, + 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, + [118228] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1378), 2, + STATE(1385), 2, sym_comment, sym_include, - ACTIONS(122), 5, + 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(120), 32, + ACTIONS(117), 32, sym__namecolon, sym__or_operator, sym__and_operator, @@ -154446,30 +155375,33 @@ static const uint16_t ts_small_parse_table[] = { 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, - [117002] = 8, + anon_sym_NO_DASHERROR, + [118284] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2440), 1, - sym__namedot, - STATE(1368), 1, - aux_sym_qualified_name_repeat1, - STATE(1379), 2, + STATE(611), 1, + sym__comparison_operator, + STATE(612), 1, + sym__multiplicative_operator, + STATE(613), 1, + sym__additive_operator, + STATE(614), 1, + sym__logical_operator, + STATE(1386), 2, sym_comment, sym_include, - ACTIONS(111), 5, + ACTIONS(1130), 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(109), 30, + ACTIONS(1132), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -154486,37 +155418,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, - 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, - [117061] = 6, + 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, + [118348] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1380), 2, + STATE(1387), 2, sym_comment, sym_include, - ACTIONS(146), 5, + 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(144), 32, + ACTIONS(106), 32, sym__namecolon, sym__or_operator, sym__and_operator, @@ -154546,56 +155479,53 @@ static const uint16_t ts_small_parse_table[] = { 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, - [117116] = 14, - ACTIONS(69), 1, + anon_sym_NO_DASHERROR, + [118404] = 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(1096), 1, + ACTIONS(2581), 1, + anon_sym_LPAREN, + ACTIONS(2583), 1, + sym__namedot, + ACTIONS(2585), 1, + sym__namecolon, + ACTIONS(2587), 1, + sym__namedoublecolon, + STATE(1520), 1, + aux_sym_object_access_repeat1, + STATE(1615), 1, + aux_sym_qualified_name_repeat1, + STATE(1873), 1, + aux_sym_member_access_repeat1, + STATE(1874), 1, + sym_function_arguments, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(1388), 2, + sym_comment, + sym_include, + ACTIONS(89), 28, anon_sym_SLASH, - STATE(710), 1, - sym__logical_operator, - STATE(711), 1, - sym__additive_operator, - STATE(712), 1, - sym__multiplicative_operator, - STATE(714), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, - STATE(1381), 2, - sym_comment, - sym_include, - ACTIONS(192), 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(2375), 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, @@ -154606,50 +155536,55 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [117187] = 15, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [118476] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(611), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(612), 1, + sym__multiplicative_operator, + STATE(613), 1, + sym__additive_operator, + STATE(614), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1382), 2, + STATE(1389), 2, sym_comment, sym_include, - ACTIONS(1189), 10, - 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_of_token1, - ACTIONS(2375), 13, + ACTIONS(1136), 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(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -154663,36 +155598,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [117259] = 14, + [118548] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(591), 1, + STATE(611), 1, sym__comparison_operator, - STATE(592), 1, + STATE(612), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(613), 1, sym__additive_operator, - STATE(594), 1, + STATE(614), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1383), 2, + STATE(1390), 2, sym_comment, sym_include, - ACTIONS(192), 12, + ACTIONS(232), 13, sym__or_operator, sym__and_operator, sym__terminator, @@ -154705,7 +155641,8 @@ 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, - ACTIONS(2375), 13, + aux_sym_input_stream_tuning_token11, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -154719,39 +155656,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [117329] = 15, + [118620] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(591), 1, + STATE(611), 1, sym__comparison_operator, - STATE(592), 1, + STATE(612), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(613), 1, sym__additive_operator, - STATE(594), 1, + STATE(614), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1384), 2, + STATE(1391), 2, sym_comment, sym_include, - ACTIONS(2636), 10, + ACTIONS(1160), 11, sym__terminator, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, @@ -154762,7 +155700,8 @@ 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, - ACTIONS(2375), 13, + aux_sym_input_stream_tuning_token11, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -154776,51 +155715,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [117401] = 15, + [118694] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(2442), 1, + sym__namedot, + STATE(1364), 1, + aux_sym_qualified_name_repeat1, + STATE(1392), 2, + sym_comment, + sym_include, + ACTIONS(104), 6, anon_sym_SLASH, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(102), 30, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1385), 2, - sym_comment, - sym_include, - ACTIONS(1205), 10, - 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_of_token1, - ACTIONS(2375), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -154829,53 +155753,66 @@ 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, - [117473] = 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, + [118754] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(611), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(612), 1, + sym__multiplicative_operator, + STATE(613), 1, + sym__additive_operator, + STATE(614), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1386), 2, + STATE(1393), 2, sym_comment, sym_include, - ACTIONS(1217), 12, - 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_of_token1, - ACTIONS(2375), 13, + ACTIONS(1152), 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(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -154889,39 +155826,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [117543] = 10, - ACTIONS(69), 1, + [118828] = 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(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - STATE(1387), 2, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, + sym__or_operator, + sym__and_operator, + STATE(1394), 2, sym_comment, sym_include, - ACTIONS(1219), 3, + ACTIONS(1377), 34, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1221), 29, - sym__or_operator, - sym__and_operator, anon_sym_STAR, - anon_sym_RPAREN, + 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, @@ -154934,46 +155869,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_function_call_token1, aux_sym_using_statement_token1, - aux_sym_where_clause_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_of_token1, - [117605] = 15, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [118888] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(591), 1, + STATE(611), 1, sym__comparison_operator, - STATE(592), 1, + STATE(612), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(613), 1, sym__additive_operator, - STATE(594), 1, + STATE(614), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1388), 2, + STATE(1395), 2, sym_comment, sym_include, - ACTIONS(1193), 10, + ACTIONS(1156), 11, sym__terminator, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, @@ -154984,53 +155922,9 @@ 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, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [117677] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - ACTIONS(1223), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1389), 2, - sym_comment, - sym_include, - ACTIONS(1225), 27, - sym__or_operator, - sym__and_operator, - anon_sym_RPAREN, + aux_sym_input_stream_tuning_token11, + ACTIONS(2377), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -155043,48 +155937,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_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_of_token1, - [117743] = 15, + [118962] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(591), 1, + ACTIONS(2635), 1, + aux_sym_input_stream_tuning_token11, + STATE(611), 1, sym__comparison_operator, - STATE(592), 1, + STATE(612), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(613), 1, sym__additive_operator, - STATE(594), 1, + STATE(614), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1390), 2, + STATE(1396), 2, sym_comment, sym_include, - ACTIONS(1197), 10, + ACTIONS(2633), 10, sym__terminator, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, @@ -155095,178 +155983,7 @@ 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, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [117815] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1391), 2, - sym_comment, - sym_include, - ACTIONS(1213), 10, - 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_of_token1, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [117887] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1392), 2, - sym_comment, - sym_include, - ACTIONS(1209), 10, - 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_of_token1, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [117959] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1393), 2, - sym_comment, - sym_include, - ACTIONS(1120), 10, - 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_of_token1, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -155280,23 +155997,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [118031] = 6, + [119038] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1394), 2, + STATE(1397), 2, sym_comment, sym_include, - ACTIONS(166), 5, + 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(164), 31, + ACTIONS(106), 32, sym__namecolon, sym__or_operator, sym__and_operator, @@ -155326,20 +156044,23 @@ static const uint16_t ts_small_parse_table[] = { 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, - [118085] = 5, + [119094] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(102), 2, - sym__namedot, + ACTIONS(110), 1, sym__escaped_string, - STATE(1395), 2, + ACTIONS(2637), 1, + sym__namedot, + STATE(1398), 3, sym_comment, sym_include, - ACTIONS(104), 35, + aux_sym_qualified_name_repeat1, + ACTIONS(112), 36, anon_sym_LBRACE, sym_identifier, sym_null_expression, @@ -155370,136 +156091,83 @@ static const uint16_t ts_small_parse_table[] = { 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, - [118137] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2648), 3, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_method_tuning_token1, - STATE(1396), 3, - sym_comment, - sym_include, - aux_sym_method_definition_repeat1, - STATE(1906), 3, - sym_scope_tuning, - sym_access_tuning, - sym_method_tuning, - ACTIONS(2642), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(2645), 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(2640), 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, - [118197] = 14, - ACTIONS(3), 1, + [119150] = 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(2616), 1, - anon_sym_LPAREN, - ACTIONS(2618), 1, + ACTIONS(2442), 1, sym__namedot, - ACTIONS(2620), 1, - sym__namecolon, - ACTIONS(2622), 1, - sym__namedoublecolon, - STATE(1897), 1, - aux_sym_object_access_repeat1, - STATE(2390), 1, - aux_sym_member_access_repeat1, - STATE(2391), 1, - sym_function_arguments, - STATE(2451), 1, + STATE(1364), 1, aux_sym_qualified_name_repeat1, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(1397), 2, + STATE(1399), 2, sym_comment, sym_include, - ACTIONS(89), 26, + ACTIONS(135), 6, anon_sym_SLASH, - sym_identifier, + 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, 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, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, aux_sym__comparison_operator_token3, aux_sym__comparison_operator_token4, aux_sym__comparison_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, - [118267] = 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, + [119210] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1398), 2, + STATE(1400), 2, sym_comment, sym_include, - ACTIONS(104), 5, + 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(102), 31, - sym__namedot, + ACTIONS(117), 32, + sym__namecolon, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -155528,55 +156196,103 @@ static const uint16_t ts_small_parse_table[] = { 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, - [118321] = 15, + [119266] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(1401), 2, + sym_comment, + sym_include, + ACTIONS(154), 6, anon_sym_SLASH, - STATE(591), 1, - sym__comparison_operator, - STATE(592), 1, - sym__multiplicative_operator, - STATE(593), 1, - sym__additive_operator, - STATE(594), 1, - sym__logical_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(152), 31, + sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(1399), 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, + [119321] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2640), 1, + anon_sym_LBRACK, + ACTIONS(2642), 1, + anon_sym_LPAREN, + ACTIONS(2644), 1, + sym__namedot, + ACTIONS(2646), 1, + sym__namecolon, + ACTIONS(2648), 1, + sym__namedoublecolon, + STATE(1613), 1, + aux_sym_object_access_repeat1, + STATE(2529), 1, + aux_sym_member_access_repeat1, + STATE(2532), 1, + sym_function_arguments, + STATE(2573), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(1402), 2, sym_comment, sym_include, - ACTIONS(2651), 10, + ACTIONS(73), 26, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, 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(2375), 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, @@ -155587,39 +156303,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [118393] = 15, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [119394] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(591), 1, + STATE(934), 1, sym__comparison_operator, - STATE(592), 1, + STATE(935), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(936), 1, sym__additive_operator, - STATE(594), 1, + STATE(937), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1400), 2, + STATE(1403), 2, sym_comment, sym_include, - ACTIONS(1201), 10, + ACTIONS(1160), 10, sym__terminator, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, @@ -155630,7 +156350,7 @@ 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, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -155644,39 +156364,88 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [118465] = 15, + [119467] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(110), 2, + sym__namedot, + sym__escaped_string, + STATE(1404), 2, + sym_comment, + sym_include, + ACTIONS(112), 36, + 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_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_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, + [119520] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(591), 1, + STATE(934), 1, sym__comparison_operator, - STATE(592), 1, + STATE(935), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(936), 1, sym__additive_operator, - STATE(594), 1, + STATE(937), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1401), 2, + STATE(1405), 2, sym_comment, sym_include, - ACTIONS(1120), 10, + ACTIONS(1156), 10, sym__terminator, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, @@ -155687,7 +156456,7 @@ 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, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -155701,39 +156470,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [118537] = 15, + [119593] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(591), 1, + STATE(934), 1, sym__comparison_operator, - STATE(592), 1, + STATE(935), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(936), 1, sym__additive_operator, - STATE(594), 1, + STATE(937), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1402), 2, + STATE(1406), 2, sym_comment, sym_include, - ACTIONS(1209), 10, + ACTIONS(1148), 10, sym__terminator, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, @@ -155744,7 +156514,7 @@ 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, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -155758,50 +156528,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [118609] = 15, + [119666] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(934), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(935), 1, + sym__multiplicative_operator, + STATE(936), 1, + sym__additive_operator, + STATE(937), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1403), 2, + STATE(1407), 2, sym_comment, sym_include, - ACTIONS(1201), 10, - 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_of_token1, - ACTIONS(2375), 13, + ACTIONS(2633), 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(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -155815,50 +156586,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [118681] = 15, + [119739] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(934), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(935), 1, + sym__multiplicative_operator, + STATE(936), 1, + sym__additive_operator, + STATE(937), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1404), 2, + STATE(1408), 2, sym_comment, sym_include, - ACTIONS(1197), 10, - 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_of_token1, - ACTIONS(2375), 13, + ACTIONS(1144), 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(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -155872,89 +156644,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [118753] = 15, + [119812] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(934), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(935), 1, + sym__multiplicative_operator, + STATE(936), 1, + sym__additive_operator, + STATE(937), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1405), 2, - sym_comment, - sym_include, - ACTIONS(1193), 10, - 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_of_token1, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [118825] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(1406), 2, + STATE(1409), 2, sym_comment, sym_include, - ACTIONS(150), 5, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(148), 31, - sym__namedoublecolon, - sym__or_operator, - sym__and_operator, - anon_sym_STAR, + ACTIONS(1140), 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(2377), 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, @@ -155963,165 +156698,42 @@ 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, - [118879] = 8, + [119885] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, + ACTIONS(2448), 1, sym_identifier, - STATE(51), 1, + ACTIONS(2650), 1, + aux_sym_input_expression_token2, + STATE(41), 1, sym_qualified_name, - ACTIONS(1454), 2, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - STATE(1407), 2, - sym_comment, - sym_include, - ACTIONS(1452), 32, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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_sort_clause_token1, - [118937] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(1408), 2, + STATE(1410), 2, sym_comment, sym_include, - ACTIONS(170), 5, + ACTIONS(1232), 32, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(168), 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, - [118991] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1409), 2, - sym_comment, - sym_include, - ACTIONS(2577), 10, - 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_of_token1, - ACTIONS(2375), 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, @@ -156132,39 +156744,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [119063] = 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, + [119946] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(591), 1, + STATE(934), 1, sym__comparison_operator, - STATE(592), 1, + STATE(935), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(936), 1, sym__additive_operator, - STATE(594), 1, + STATE(937), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1410), 2, + STATE(1411), 2, sym_comment, sym_include, - ACTIONS(2653), 10, + ACTIONS(1120), 10, sym__terminator, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, @@ -156175,65 +156798,10 @@ 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, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [119135] = 15, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - sym__namedot, - ACTIONS(2661), 1, - sym__namecolon, - ACTIONS(2663), 1, - sym__namedoublecolon, - STATE(2281), 1, - aux_sym_object_access_repeat1, - STATE(2508), 1, - aux_sym_qualified_name_repeat1, - STATE(2555), 1, - aux_sym_member_access_repeat1, - STATE(2565), 1, - sym_function_arguments, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(1411), 2, - sym_comment, - sym_include, - ACTIONS(73), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, + ACTIONS(2377), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -156244,41 +156812,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, - [119207] = 15, + [120019] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(591), 1, + STATE(934), 1, sym__comparison_operator, - STATE(592), 1, + STATE(935), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(936), 1, sym__additive_operator, - STATE(594), 1, + STATE(937), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, STATE(1412), 2, sym_comment, sym_include, - ACTIONS(1213), 10, + ACTIONS(1124), 10, sym__terminator, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, @@ -156289,7 +156856,7 @@ 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, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -156303,50 +156870,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [119279] = 14, + [120092] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(652), 1, - sym__logical_operator, - STATE(653), 1, - sym__additive_operator, - STATE(654), 1, - sym__multiplicative_operator, - STATE(655), 1, + STATE(934), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(935), 1, + sym__multiplicative_operator, + STATE(936), 1, + sym__additive_operator, + STATE(937), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, STATE(1413), 2, sym_comment, sym_include, - ACTIONS(192), 12, + ACTIONS(1128), 27, 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_of_token1, - ACTIONS(2375), 13, + sym__terminator, anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -156359,39 +156916,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [119349] = 12, + 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, + [120159] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(591), 1, + STATE(934), 1, sym__comparison_operator, - STATE(592), 1, + STATE(935), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(936), 1, sym__additive_operator, - STATE(594), 1, + STATE(937), 1, sym__logical_operator, - ACTIONS(1223), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, STATE(1414), 2, sym_comment, sym_include, - ACTIONS(1225), 27, + ACTIONS(1130), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1132), 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, @@ -156413,37 +156978,52 @@ 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, - [119415] = 10, + [120222] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(591), 1, + STATE(934), 1, sym__comparison_operator, - STATE(592), 1, + STATE(935), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(936), 1, sym__additive_operator, - STATE(594), 1, + STATE(937), 1, sym__logical_operator, - STATE(1415), 2, - sym_comment, - sym_include, - ACTIONS(1219), 3, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1221), 29, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1415), 2, + sym_comment, + sym_include, + ACTIONS(2652), 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(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -156456,45 +157036,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_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, - [119477] = 14, + [120295] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(591), 1, + STATE(934), 1, sym__comparison_operator, - STATE(592), 1, + STATE(935), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(936), 1, sym__additive_operator, - STATE(594), 1, + STATE(937), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, STATE(1416), 2, sym_comment, sym_include, - ACTIONS(1217), 12, + ACTIONS(1136), 12, sym__or_operator, sym__and_operator, sym__terminator, @@ -156507,7 +157079,7 @@ 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, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -156521,39 +157093,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [119547] = 15, + [120366] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(591), 1, + STATE(934), 1, sym__comparison_operator, - STATE(592), 1, + STATE(935), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(936), 1, sym__additive_operator, - STATE(594), 1, + STATE(937), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, STATE(1417), 2, sym_comment, sym_include, - ACTIONS(1205), 10, + ACTIONS(1152), 10, sym__terminator, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, @@ -156564,7 +157137,7 @@ 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, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -156578,25 +157151,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [119619] = 7, + [120439] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2665), 1, - sym__namedot, STATE(1418), 2, sym_comment, sym_include, - ACTIONS(154), 5, + ACTIONS(112), 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), 30, + ACTIONS(110), 31, + sym__namedot, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -156627,46 +157200,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [119675] = 15, + [120494] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2667), 1, - anon_sym_LBRACK, - ACTIONS(2669), 1, - anon_sym_LPAREN, - ACTIONS(2671), 1, - sym__namedot, - ACTIONS(2673), 1, - sym__namecolon, - ACTIONS(2675), 1, - sym__namedoublecolon, - STATE(2244), 1, - aux_sym_object_access_repeat1, - STATE(2515), 1, - aux_sym_qualified_name_repeat1, - STATE(2540), 1, - sym_function_arguments, - STATE(2545), 1, - aux_sym_member_access_repeat1, - ACTIONS(67), 2, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(2654), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, STATE(1419), 2, sym_comment, sym_include, - ACTIONS(73), 25, + ACTIONS(1232), 32, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, - sym__terminator, + 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, @@ -156681,36 +157242,56 @@ static 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, - [119747] = 9, + 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, + [120555] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2448), 1, - sym_identifier, - ACTIONS(2677), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, + ACTIONS(2615), 1, + anon_sym_LPAREN, + ACTIONS(2617), 1, + sym__namedot, + ACTIONS(2619), 1, + sym__namecolon, + ACTIONS(2621), 1, + sym__namedoublecolon, + STATE(1552), 1, + aux_sym_object_access_repeat1, + STATE(2055), 1, + aux_sym_qualified_name_repeat1, + STATE(2474), 1, + aux_sym_member_access_repeat1, + STATE(2481), 1, + sym_function_arguments, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, STATE(1420), 2, sym_comment, sym_include, - ACTIONS(1351), 31, + ACTIONS(89), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -156725,49 +157306,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_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, - [119807] = 15, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [120626] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(591), 1, + STATE(934), 1, sym__comparison_operator, - STATE(592), 1, + STATE(935), 1, sym__multiplicative_operator, - STATE(593), 1, + STATE(936), 1, sym__additive_operator, - STATE(594), 1, + STATE(937), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, STATE(1421), 2, sym_comment, sym_include, - ACTIONS(1189), 10, + ACTIONS(232), 12, + sym__or_operator, + sym__and_operator, sym__terminator, aux_sym_input_stream_tuning_token1, aux_sym_input_stream_tuning_token2, @@ -156778,7 +157352,7 @@ 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, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -156792,51 +157366,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [119879] = 16, + [120697] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(1422), 2, + sym_comment, + sym_include, + ACTIONS(150), 6, anon_sym_SLASH, - ACTIONS(1207), 1, - aux_sym_variable_tuning_token2, - STATE(727), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(731), 1, - sym__multiplicative_operator, - STATE(732), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(148), 31, + sym__namecolon, + sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1422), 2, - sym_comment, - sym_include, - ACTIONS(1209), 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(2375), 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, @@ -156845,74 +157401,155 @@ 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, - [119952] = 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, + [120752] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1423), 2, - sym_comment, - sym_include, - ACTIONS(222), 5, + STATE(934), 1, + sym__comparison_operator, + STATE(935), 1, + sym__multiplicative_operator, + STATE(936), 1, + sym__additive_operator, + STATE(937), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1423), 2, + sym_comment, + sym_include, + ACTIONS(2656), 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(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(220), 30, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [120825] = 15, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2658), 1, + anon_sym_LBRACK, + ACTIONS(2660), 1, + anon_sym_LPAREN, + ACTIONS(2662), 1, + sym__namedot, + ACTIONS(2664), 1, + sym__namecolon, + ACTIONS(2666), 1, + sym__namedoublecolon, + STATE(1635), 1, + aux_sym_object_access_repeat1, + STATE(2506), 1, + aux_sym_qualified_name_repeat1, + STATE(2540), 1, + sym_function_arguments, + STATE(2547), 1, + aux_sym_member_access_repeat1, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, + STATE(1424), 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_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, - [120005] = 6, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [120898] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1424), 2, + STATE(1425), 2, sym_comment, sym_include, - ACTIONS(182), 5, + 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(180), 30, + ACTIONS(156), 31, + sym__namedoublecolon, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -156943,23 +157580,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [120058] = 6, + [120953] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1425), 2, + ACTIONS(2668), 1, + sym__namedot, + STATE(1426), 2, sym_comment, sym_include, - ACTIONS(254), 5, + 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(252), 30, + ACTIONS(160), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -156990,51 +157630,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [120111] = 16, + [121010] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(1427), 2, + sym_comment, + sym_include, + ACTIONS(222), 6, anon_sym_SLASH, - ACTIONS(1118), 1, - aux_sym_variable_tuning_token2, - STATE(727), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(731), 1, - sym__multiplicative_operator, - STATE(732), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(220), 30, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1426), 2, - sym_comment, - sym_include, - ACTIONS(1120), 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(2375), 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, @@ -157043,111 +157664,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, - [120184] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1215), 1, - aux_sym_variable_tuning_token2, - STATE(727), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(731), 1, - sym__multiplicative_operator, - STATE(732), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1427), 2, - sym_comment, - sym_include, - ACTIONS(1217), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [120255] = 16, + aux_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, + [121064] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(1428), 2, + sym_comment, + sym_include, + ACTIONS(218), 6, anon_sym_SLASH, - ACTIONS(1211), 1, - aux_sym_variable_tuning_token2, - STATE(727), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(731), 1, - sym__multiplicative_operator, - STATE(732), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(216), 30, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1428), 2, - sym_comment, - sym_include, - ACTIONS(1213), 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(2375), 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, @@ -157156,44 +157712,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, - [120328] = 12, + 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, + [121118] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(727), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(731), 1, - sym__multiplicative_operator, - STATE(732), 1, - sym__comparison_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, STATE(1429), 2, sym_comment, sym_include, - ACTIONS(1223), 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(1225), 25, + 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, @@ -157202,18 +157760,21 @@ 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_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, - [120393] = 6, + aux_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, + [121172] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -157223,13 +157784,14 @@ static const uint16_t ts_small_parse_table[] = { STATE(1430), 2, sym_comment, sym_include, - ACTIONS(154), 5, + 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(152), 30, + ACTIONS(184), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -157260,7 +157822,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [120446] = 6, + [121226] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -157270,13 +157832,14 @@ static const uint16_t ts_small_parse_table[] = { STATE(1431), 2, sym_comment, sym_include, - ACTIONS(178), 5, + 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(176), 30, + ACTIONS(188), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -157307,7 +157870,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [120499] = 6, + [121280] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -157317,13 +157880,14 @@ static const uint16_t ts_small_parse_table[] = { STATE(1432), 2, sym_comment, sym_include, - ACTIONS(214), 5, + 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(212), 30, + ACTIONS(192), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -157354,38 +157918,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [120552] = 10, + [121334] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(727), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(731), 1, - sym__multiplicative_operator, - STATE(732), 1, + ACTIONS(1150), 1, + aux_sym_variable_tuning_token2, + STATE(597), 1, sym__comparison_operator, - STATE(1433), 2, - sym_comment, - sym_include, - ACTIONS(1219), 4, + STATE(598), 1, + sym__multiplicative_operator, + STATE(599), 1, + sym__additive_operator, + STATE(600), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym_variable_tuning_token2, - ACTIONS(1221), 27, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1433), 2, + sym_comment, + sym_include, + ACTIONS(1152), 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(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -157398,45 +157976,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_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, - [120613] = 15, + [121408] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(194), 1, + ACTIONS(1134), 1, aux_sym_variable_tuning_token2, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(727), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(731), 1, - sym__multiplicative_operator, - STATE(732), 1, + STATE(597), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(598), 1, + sym__multiplicative_operator, + STATE(599), 1, + sym__additive_operator, + STATE(600), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, STATE(1434), 2, sym_comment, sym_include, - ACTIONS(192), 10, + ACTIONS(1136), 10, sym__or_operator, sym__and_operator, sym__terminator, @@ -157447,7 +158019,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_variable_tuning_token6, aux_sym_variable_tuning_token7, aux_sym_variable_tuning_token8, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -157461,7 +158033,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [120684] = 6, + [121480] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -157471,13 +158043,14 @@ static const uint16_t ts_small_parse_table[] = { STATE(1435), 2, sym_comment, sym_include, - ACTIONS(246), 5, + 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(244), 30, + ACTIONS(232), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -157508,41 +158081,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [120737] = 16, + [121534] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1199), 1, + ACTIONS(2672), 1, aux_sym_variable_tuning_token2, - STATE(727), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(731), 1, - sym__multiplicative_operator, - STATE(732), 1, + STATE(597), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(598), 1, + sym__multiplicative_operator, + STATE(599), 1, + sym__additive_operator, + STATE(600), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, STATE(1436), 2, sym_comment, sym_include, - ACTIONS(1201), 8, + ACTIONS(2670), 8, sym__terminator, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, @@ -157551,7 +158125,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_variable_tuning_token6, aux_sym_variable_tuning_token7, aux_sym_variable_tuning_token8, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -157565,7 +158139,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [120810] = 6, + [121608] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -157575,13 +158149,14 @@ static const uint16_t ts_small_parse_table[] = { STATE(1437), 2, sym_comment, sym_include, - ACTIONS(190), 5, + 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(188), 30, + ACTIONS(160), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -157612,37 +158187,53 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [120863] = 9, - ACTIONS(3), 1, + [121662] = 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(2448), 1, - sym_identifier, - ACTIONS(2679), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, + STATE(711), 1, + sym__comparison_operator, + STATE(712), 1, + sym__multiplicative_operator, + STATE(713), 1, + sym__additive_operator, + STATE(714), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, STATE(1438), 2, sym_comment, sym_include, - ACTIONS(1351), 30, - anon_sym_SLASH, - anon_sym_STAR, + ACTIONS(2563), 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(2377), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -157653,16 +158244,7 @@ static const uint16_t ts_small_parse_table[] = { 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, - [120922] = 6, + [121734] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -157672,13 +158254,14 @@ static const uint16_t ts_small_parse_table[] = { STATE(1439), 2, sym_comment, sym_include, - ACTIONS(174), 5, + 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(172), 30, + ACTIONS(87), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -157709,41 +158292,96 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [120975] = 16, + [121788] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(597), 1, + sym__comparison_operator, + STATE(598), 1, + sym__multiplicative_operator, + STATE(599), 1, + sym__additive_operator, + STATE(600), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, - ACTIONS(1203), 1, + aux_sym__multiplicative_operator_token2, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(1440), 2, + sym_comment, + sym_include, + ACTIONS(1126), 3, + anon_sym_LT, + anon_sym_GT, aux_sym_variable_tuning_token2, - STATE(727), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(731), 1, - sym__multiplicative_operator, - STATE(732), 1, + ACTIONS(1128), 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, + [121854] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1138), 1, + aux_sym_variable_tuning_token2, + STATE(597), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(598), 1, + sym__multiplicative_operator, + STATE(599), 1, + sym__additive_operator, + STATE(600), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1440), 2, + STATE(1441), 2, sym_comment, sym_include, - ACTIONS(1205), 8, + ACTIONS(1140), 8, sym__terminator, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, @@ -157752,7 +158390,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_variable_tuning_token6, aux_sym_variable_tuning_token7, aux_sym_variable_tuning_token8, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -157766,23 +158404,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [121048] = 6, + [121928] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1441), 2, + STATE(1442), 2, sym_comment, sym_include, - ACTIONS(234), 5, + 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(232), 30, + ACTIONS(224), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -157813,23 +158452,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [121101] = 6, + [121982] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1442), 2, + STATE(1443), 2, sym_comment, sym_include, - ACTIONS(226), 5, + 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(224), 30, + ACTIONS(196), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -157860,23 +158500,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [121154] = 6, + [122036] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1443), 2, + STATE(1444), 2, sym_comment, sym_include, - ACTIONS(89), 5, + 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(87), 30, + ACTIONS(248), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -157907,23 +158548,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [121207] = 6, + [122090] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1444), 2, + STATE(1445), 2, sym_comment, sym_include, - ACTIONS(202), 5, + 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(200), 30, + ACTIONS(172), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -157954,35 +158596,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [121260] = 8, - ACTIONS(3), 1, + [122144] = 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(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, - sym__or_operator, - sym__and_operator, - STATE(1445), 2, + STATE(597), 1, + sym__comparison_operator, + STATE(598), 1, + sym__multiplicative_operator, + STATE(599), 1, + sym__additive_operator, + STATE(600), 1, + sym__logical_operator, + STATE(1446), 2, sym_comment, sym_include, - ACTIONS(1452), 31, + ACTIONS(1130), 5, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + aux_sym_variable_tuning_token2, + ACTIONS(1132), 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, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -157993,33 +158641,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_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, - [121317] = 6, + aux_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, + [122206] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1446), 2, + STATE(1447), 2, sym_comment, sym_include, - ACTIONS(206), 5, + 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(204), 30, + ACTIONS(228), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -158050,134 +158696,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [121370] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - sym__namedot, - ACTIONS(2661), 1, - sym__namecolon, - ACTIONS(2663), 1, - sym__namedoublecolon, - STATE(2281), 1, - aux_sym_object_access_repeat1, - STATE(2508), 1, - aux_sym_qualified_name_repeat1, - STATE(2555), 1, - aux_sym_member_access_repeat1, - STATE(2565), 1, - sym_function_arguments, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(1447), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [121439] = 15, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2681), 1, - anon_sym_LBRACK, - ACTIONS(2683), 1, - anon_sym_LPAREN, - ACTIONS(2685), 1, - sym__namedot, - ACTIONS(2687), 1, - sym__namecolon, - ACTIONS(2689), 1, - sym__namedoublecolon, - STATE(2427), 1, - aux_sym_object_access_repeat1, - STATE(2705), 1, - sym_function_arguments, - STATE(2707), 1, - aux_sym_member_access_repeat1, - STATE(2768), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(1448), 2, - sym_comment, - sym_include, - ACTIONS(73), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [121510] = 6, + [122260] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1449), 2, + STATE(1448), 2, sym_comment, sym_include, - ACTIONS(194), 5, + 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(192), 30, + ACTIONS(252), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -158208,50 +158744,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [121563] = 14, - ACTIONS(3), 1, + [122314] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2693), 1, - anon_sym_LPAREN, - ACTIONS(2695), 1, - sym__namedot, - ACTIONS(2697), 1, - sym__namecolon, - ACTIONS(2699), 1, - sym__namedoublecolon, - STATE(2430), 1, - aux_sym_object_access_repeat1, - STATE(2625), 1, - sym_function_arguments, - STATE(2626), 1, - aux_sym_member_access_repeat1, - STATE(2652), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(1450), 2, - sym_comment, - sym_include, - ACTIONS(73), 25, - anon_sym_SLASH, + ACTIONS(75), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + STATE(711), 1, + sym__comparison_operator, + STATE(712), 1, + sym__multiplicative_operator, + STATE(713), 1, + sym__additive_operator, + STATE(714), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(1449), 2, + sym_comment, + sym_include, + ACTIONS(232), 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(2377), 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, @@ -158262,51 +158800,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_include_argument_token1, - [121632] = 16, + [122384] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(2703), 1, - aux_sym_variable_tuning_token2, - STATE(727), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(731), 1, - sym__multiplicative_operator, - STATE(732), 1, + STATE(711), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(712), 1, + sym__multiplicative_operator, + STATE(713), 1, + sym__additive_operator, + STATE(714), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1451), 2, + STATE(1450), 2, sym_comment, sym_include, - ACTIONS(2701), 8, + ACTIONS(1160), 9, 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(2375), 13, + 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(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -158320,23 +158857,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [121705] = 6, + [122456] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1452), 2, + STATE(1451), 2, sym_comment, sym_include, - ACTIONS(73), 5, + 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(67), 30, + ACTIONS(176), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -158367,37 +158905,53 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [121758] = 9, - ACTIONS(3), 1, + [122510] = 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(2448), 1, - sym_identifier, - ACTIONS(2705), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, + STATE(711), 1, + sym__comparison_operator, + STATE(712), 1, + sym__multiplicative_operator, + STATE(713), 1, + sym__additive_operator, + STATE(714), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1453), 2, - sym_comment, - sym_include, - ACTIONS(1351), 30, - anon_sym_SLASH, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_RPAREN, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(1452), 2, + sym_comment, + sym_include, + ACTIONS(1156), 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(2377), 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, @@ -158408,32 +158962,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_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_of_token1, - [121817] = 6, + [122582] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1454), 2, + STATE(1453), 2, sym_comment, sym_include, - ACTIONS(250), 5, + 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(248), 30, + ACTIONS(240), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -158464,23 +159010,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [121870] = 6, + [122636] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1455), 2, + STATE(1454), 2, sym_comment, sym_include, - ACTIONS(198), 5, + 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(196), 30, + ACTIONS(67), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -158511,51 +159058,53 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [121923] = 15, - ACTIONS(3), 1, + [122690] = 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(2707), 1, - anon_sym_LBRACK, - ACTIONS(2709), 1, - anon_sym_LPAREN, - ACTIONS(2711), 1, - sym__namedot, - ACTIONS(2713), 1, - sym__namecolon, - ACTIONS(2715), 1, - sym__namedoublecolon, - STATE(2441), 1, - aux_sym_object_access_repeat1, - STATE(2738), 1, - sym_function_arguments, - STATE(2740), 1, - aux_sym_member_access_repeat1, - STATE(2741), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(67), 2, + STATE(711), 1, + sym__comparison_operator, + STATE(712), 1, + sym__multiplicative_operator, + STATE(713), 1, + sym__additive_operator, + STATE(714), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1456), 2, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1455), 2, sym_comment, sym_include, - ACTIONS(73), 24, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, + ACTIONS(1148), 9, sym__terminator, - anon_sym_COMMA, + 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(2377), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -158566,32 +159115,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, - [121994] = 6, + [122762] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1457), 2, - sym_comment, - sym_include, - ACTIONS(126), 5, + STATE(711), 1, + sym__comparison_operator, + STATE(712), 1, + sym__multiplicative_operator, + STATE(713), 1, + sym__additive_operator, + STATE(714), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(124), 30, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1456), 2, + sym_comment, + sym_include, + ACTIONS(1144), 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(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -158600,45 +159168,55 @@ 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, - [122047] = 6, + [122834] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1458), 2, - sym_comment, - sym_include, - ACTIONS(242), 5, + STATE(711), 1, + sym__comparison_operator, + STATE(712), 1, + sym__multiplicative_operator, + STATE(713), 1, + sym__additive_operator, + STATE(714), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(240), 30, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1457), 2, + sym_comment, + sym_include, + ACTIONS(1140), 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(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -158647,45 +159225,55 @@ 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, - [122100] = 6, + [122906] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1459), 2, - sym_comment, - sym_include, - ACTIONS(238), 5, + STATE(711), 1, + sym__comparison_operator, + STATE(712), 1, + sym__multiplicative_operator, + STATE(713), 1, + sym__additive_operator, + STATE(714), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(236), 30, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1458), 2, + sym_comment, + sym_include, + ACTIONS(1120), 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(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -158694,64 +159282,54 @@ 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, - [122153] = 16, + [122978] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1187), 1, - aux_sym_variable_tuning_token2, - STATE(727), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(731), 1, - sym__multiplicative_operator, - STATE(732), 1, + STATE(711), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(712), 1, + sym__multiplicative_operator, + STATE(713), 1, + sym__additive_operator, + STATE(714), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1460), 2, + STATE(1459), 2, sym_comment, sym_include, - ACTIONS(1189), 8, + ACTIONS(1124), 9, 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(2375), 13, + 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(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -158765,23 +159343,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [122226] = 6, + [123050] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1461), 2, + STATE(1460), 2, sym_comment, sym_include, - ACTIONS(230), 5, + 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(228), 30, + ACTIONS(180), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -158812,23 +159391,140 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [122279] = 6, + [123104] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2642), 1, + anon_sym_LPAREN, + ACTIONS(2644), 1, + sym__namedot, + ACTIONS(2646), 1, + sym__namecolon, + ACTIONS(2648), 1, + sym__namedoublecolon, + STATE(1613), 1, + aux_sym_object_access_repeat1, + STATE(2529), 1, + aux_sym_member_access_repeat1, + STATE(2532), 1, + sym_function_arguments, + STATE(2573), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(1461), 2, + sym_comment, + sym_include, + 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, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_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, + [123174] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, + STATE(711), 1, + sym__comparison_operator, + STATE(712), 1, + sym__multiplicative_operator, + STATE(713), 1, + sym__additive_operator, + STATE(714), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, STATE(1462), 2, sym_comment, sym_include, - ACTIONS(218), 5, + ACTIONS(1128), 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, + 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, + [123240] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(711), 1, + sym__comparison_operator, + STATE(712), 1, + sym__multiplicative_operator, + STATE(713), 1, + sym__additive_operator, + STATE(714), 1, + sym__logical_operator, + STATE(1463), 2, + sym_comment, + sym_include, + ACTIONS(1130), 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(216), 30, + ACTIONS(1132), 28, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -158845,55 +159541,54 @@ 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, - [122332] = 16, + 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, + [123302] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1191), 1, + ACTIONS(1118), 1, aux_sym_variable_tuning_token2, - STATE(727), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(731), 1, - sym__multiplicative_operator, - STATE(732), 1, + STATE(597), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(598), 1, + sym__multiplicative_operator, + STATE(599), 1, + sym__additive_operator, + STATE(600), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1463), 2, + STATE(1464), 2, sym_comment, sym_include, - ACTIONS(1193), 8, + ACTIONS(1120), 8, sym__terminator, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, @@ -158902,10 +159597,101 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_variable_tuning_token6, aux_sym_variable_tuning_token7, aux_sym_variable_tuning_token8, - ACTIONS(2375), 13, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [123376] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2682), 3, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_method_tuning_token1, + STATE(1465), 3, + sym_comment, + sym_include, + aux_sym_method_definition_repeat1, + STATE(1965), 3, + sym_scope_tuning, + sym_access_tuning, + sym_method_tuning, + ACTIONS(2676), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(2679), 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(2674), 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, + [123436] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, + sym__or_operator, + sym__and_operator, + STATE(1466), 2, + sym_comment, + sym_include, + ACTIONS(1377), 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, @@ -158916,23 +159702,90 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [122405] = 6, + 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, + [123494] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1464), 2, + STATE(711), 1, + sym__comparison_operator, + STATE(712), 1, + sym__multiplicative_operator, + STATE(713), 1, + sym__additive_operator, + STATE(714), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1467), 2, + sym_comment, + sym_include, + ACTIONS(1136), 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(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [123564] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(1468), 2, sym_comment, sym_include, - ACTIONS(186), 5, + 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(184), 30, + ACTIONS(133), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -158963,44 +159816,105 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [122458] = 14, + [123618] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(711), 1, + sym__comparison_operator, + STATE(712), 1, + sym__multiplicative_operator, + STATE(713), 1, + sym__additive_operator, + STATE(714), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1469), 2, + sym_comment, + sym_include, + ACTIONS(1152), 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(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [123690] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2669), 1, + ACTIONS(2685), 1, + anon_sym_LBRACK, + ACTIONS(2687), 1, anon_sym_LPAREN, - ACTIONS(2671), 1, + ACTIONS(2689), 1, sym__namedot, - ACTIONS(2673), 1, + ACTIONS(2691), 1, sym__namecolon, - ACTIONS(2675), 1, + ACTIONS(2693), 1, sym__namedoublecolon, - STATE(2244), 1, + STATE(2475), 1, aux_sym_object_access_repeat1, - STATE(2515), 1, - aux_sym_qualified_name_repeat1, - STATE(2540), 1, + STATE(2708), 1, sym_function_arguments, - STATE(2545), 1, + STATE(2714), 1, aux_sym_member_access_repeat1, - ACTIONS(87), 2, + STATE(2755), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(1465), 2, + STATE(1470), 2, sym_comment, sym_include, - ACTIONS(89), 25, + 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, @@ -159015,44 +159929,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, - anon_sym_NO_DASHERROR, - [122527] = 16, + [123762] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1195), 1, + ACTIONS(1122), 1, aux_sym_variable_tuning_token2, - STATE(727), 1, - sym__logical_operator, - STATE(729), 1, - sym__additive_operator, - STATE(731), 1, - sym__multiplicative_operator, - STATE(732), 1, + STATE(597), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(598), 1, + sym__multiplicative_operator, + STATE(599), 1, + sym__additive_operator, + STATE(600), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1466), 2, + STATE(1471), 2, sym_comment, sym_include, - ACTIONS(1197), 8, + ACTIONS(1124), 8, sym__terminator, aux_sym_variable_tuning_token1, aux_sym_variable_tuning_token3, @@ -159061,7 +159974,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_variable_tuning_token6, aux_sym_variable_tuning_token7, aux_sym_variable_tuning_token8, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -159075,23 +159988,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [122600] = 6, + [123836] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1467), 2, + STATE(1472), 2, sym_comment, sym_include, - ACTIONS(210), 5, + 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(208), 30, + ACTIONS(212), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -159122,31 +160036,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [122653] = 6, + [123890] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(1468), 2, - sym_comment, - sym_include, - ACTIONS(130), 5, + ACTIONS(1142), 1, + aux_sym_variable_tuning_token2, + STATE(597), 1, + sym__comparison_operator, + STATE(598), 1, + sym__multiplicative_operator, + STATE(599), 1, + sym__additive_operator, + STATE(600), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - aux_sym__comparison_operator_token6, - aux_sym_variable_tuning_token2, - ACTIONS(128), 30, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(1473), 2, + sym_comment, + sym_include, + ACTIONS(1144), 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(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -159155,143 +160090,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, - [122706] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2719), 1, - aux_sym_else_statement_token1, - STATE(1470), 1, - aux_sym_if_statement_repeat1, - STATE(1787), 1, - sym_else_statement, - STATE(1469), 2, - sym_comment, - sym_include, - ACTIONS(2717), 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, - [122762] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2719), 1, - aux_sym_else_statement_token1, - STATE(1506), 1, - aux_sym_if_statement_repeat1, - STATE(1787), 1, - sym_else_statement, - STATE(1470), 2, - sym_comment, - sym_include, - ACTIONS(2721), 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, - [122818] = 9, + [123964] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2448), 1, - sym_identifier, - ACTIONS(2723), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, + ACTIONS(2695), 1, + anon_sym_LBRACK, + ACTIONS(2697), 1, + anon_sym_LPAREN, + ACTIONS(2699), 1, + sym__namedot, + ACTIONS(2701), 1, + sym__namecolon, + ACTIONS(2703), 1, + sym__namedoublecolon, + STATE(2447), 1, + aux_sym_object_access_repeat1, + STATE(2620), 1, + sym_function_arguments, + STATE(2642), 1, + aux_sym_member_access_repeat1, + STATE(2736), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(1471), 2, + STATE(1474), 2, sym_comment, sym_include, - ACTIONS(1351), 29, + 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, @@ -159306,57 +160149,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_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, - [122876] = 15, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [124036] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(1475), 2, + sym_comment, + sym_include, + ACTIONS(210), 6, anon_sym_SLASH, - STATE(618), 1, - sym__logical_operator, - STATE(621), 1, - sym__additive_operator, - STATE(630), 1, - sym__multiplicative_operator, - STATE(633), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(208), 30, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1472), 2, - sym_comment, - sym_include, - ACTIONS(1205), 8, 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, - ACTIONS(2375), 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, @@ -159365,40 +160185,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, - [122946] = 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, + [124090] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2709), 1, + ACTIONS(2660), 1, anon_sym_LPAREN, - ACTIONS(2711), 1, + ACTIONS(2662), 1, sym__namedot, - ACTIONS(2713), 1, + ACTIONS(2664), 1, sym__namecolon, - ACTIONS(2715), 1, + ACTIONS(2666), 1, sym__namedoublecolon, - STATE(2441), 1, + STATE(1635), 1, aux_sym_object_access_repeat1, - STATE(2738), 1, + STATE(2506), 1, + aux_sym_qualified_name_repeat1, + STATE(2540), 1, sym_function_arguments, - STATE(2740), 1, + STATE(2547), 1, aux_sym_member_access_repeat1, - STATE(2741), 1, - aux_sym_qualified_name_repeat1, ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(1473), 2, + STATE(1476), 2, sym_comment, sym_include, - ACTIONS(89), 24, + ACTIONS(89), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -159408,6 +160238,7 @@ 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, @@ -159422,49 +160253,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, - [123014] = 14, + [124160] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(1477), 2, + sym_comment, + sym_include, + ACTIONS(206), 6, anon_sym_SLASH, - STATE(618), 1, - sym__logical_operator, - STATE(621), 1, - sym__additive_operator, - STATE(630), 1, - sym__multiplicative_operator, - STATE(633), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1474), 2, - sym_comment, - sym_include, - ACTIONS(1217), 10, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(204), 30, sym__or_operator, sym__and_operator, + anon_sym_STAR, 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, - ACTIONS(2375), 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, @@ -159473,129 +160289,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, - [123082] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2725), 1, - ts_builtin_sym_end, - STATE(1502), 1, - aux_sym_if_statement_repeat1, - STATE(1697), 1, - sym_else_statement, - STATE(1475), 2, - sym_comment, - sym_include, - ACTIONS(2727), 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, - [123138] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2725), 1, - ts_builtin_sym_end, - STATE(1502), 1, - aux_sym_if_statement_repeat1, - STATE(1697), 1, - sym_else_statement, - STATE(1476), 2, - sym_comment, - sym_include, - ACTIONS(2727), 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, - [123194] = 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, + [124214] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(618), 1, - sym__logical_operator, - STATE(621), 1, - sym__additive_operator, - STATE(630), 1, - sym__multiplicative_operator, - STATE(633), 1, - sym__comparison_operator, - STATE(1477), 2, + STATE(1478), 2, sym_comment, sym_include, - ACTIONS(1219), 3, + ACTIONS(202), 6, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1221), 27, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(200), 30, sym__or_operator, sym__and_operator, anon_sym_STAR, @@ -159612,50 +160337,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_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, - [123254] = 12, + 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, + [124268] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(1479), 2, + sym_comment, + sym_include, + ACTIONS(246), 6, anon_sym_SLASH, - STATE(618), 1, - sym__logical_operator, - STATE(621), 1, - sym__additive_operator, - STATE(630), 1, - sym__multiplicative_operator, - STATE(633), 1, - sym__comparison_operator, - ACTIONS(1223), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1478), 2, - sym_comment, - sym_include, - ACTIONS(1225), 25, + 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, @@ -159664,59 +160385,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, - 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, - [123318] = 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, + [124322] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(618), 1, - sym__logical_operator, - STATE(621), 1, - sym__additive_operator, - STATE(630), 1, - sym__multiplicative_operator, - STATE(633), 1, + ACTIONS(234), 1, + aux_sym_variable_tuning_token2, + STATE(597), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(598), 1, + sym__multiplicative_operator, + STATE(599), 1, + sym__additive_operator, + STATE(600), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1479), 2, + STATE(1480), 2, sym_comment, sym_include, - ACTIONS(1213), 8, + ACTIONS(232), 10, + 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, - ACTIONS(2375), 13, + aux_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(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -159730,92 +160456,139 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [123388] = 8, + [124394] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2729), 1, - ts_builtin_sym_end, - ACTIONS(2733), 1, - aux_sym_else_statement_token1, - STATE(1697), 1, - sym_else_statement, - STATE(1480), 3, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(2705), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, + sym__or_operator, + sym__and_operator, + STATE(1481), 2, sym_comment, sym_include, - aux_sym_if_statement_repeat1, - ACTIONS(2731), 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, - [123444] = 14, + ACTIONS(1232), 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, + [124454] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2683), 1, + ACTIONS(2707), 1, + anon_sym_LBRACK, + ACTIONS(2709), 1, anon_sym_LPAREN, - ACTIONS(2685), 1, + ACTIONS(2711), 1, sym__namedot, - ACTIONS(2687), 1, + ACTIONS(2713), 1, sym__namecolon, - ACTIONS(2689), 1, + ACTIONS(2715), 1, sym__namedoublecolon, - STATE(2427), 1, + STATE(2192), 1, aux_sym_object_access_repeat1, - STATE(2705), 1, - sym_function_arguments, - STATE(2707), 1, + STATE(2652), 1, aux_sym_member_access_repeat1, - STATE(2768), 1, + STATE(2656), 1, + sym_function_arguments, + STATE(2689), 1, aux_sym_qualified_name_repeat1, - ACTIONS(87), 2, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(1481), 2, + STATE(1482), 2, sym_comment, sym_include, - ACTIONS(89), 24, + 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, + [124524] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2456), 1, sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, + sym__or_operator, + sym__and_operator, + STATE(1483), 2, + sym_comment, + sym_include, + ACTIONS(1377), 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, @@ -159830,50 +160603,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, - anon_sym_NO_DASHERROR, - [123512] = 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, + [124582] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(618), 1, - sym__logical_operator, - STATE(621), 1, - sym__additive_operator, - STATE(630), 1, - sym__multiplicative_operator, - STATE(633), 1, + ACTIONS(1158), 1, + aux_sym_variable_tuning_token2, + STATE(597), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(598), 1, + sym__multiplicative_operator, + STATE(599), 1, + sym__additive_operator, + STATE(600), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1482), 2, + STATE(1484), 2, sym_comment, sym_include, - ACTIONS(1209), 8, + ACTIONS(1160), 8, 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, - ACTIONS(2375), 13, + aux_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(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -159887,48 +160671,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [123582] = 15, + [124656] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(618), 1, - sym__logical_operator, - STATE(621), 1, - sym__additive_operator, - STATE(630), 1, - sym__multiplicative_operator, - STATE(633), 1, + ACTIONS(1154), 1, + aux_sym_variable_tuning_token2, + STATE(597), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(598), 1, + sym__multiplicative_operator, + STATE(599), 1, + sym__additive_operator, + STATE(600), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1483), 2, + STATE(1485), 2, sym_comment, sym_include, - ACTIONS(1120), 8, + ACTIONS(1156), 8, 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, - ACTIONS(2375), 13, + aux_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(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -159942,49 +160729,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [123652] = 15, + [124730] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(1486), 2, + sym_comment, + sym_include, + ACTIONS(238), 6, anon_sym_SLASH, - STATE(618), 1, - sym__logical_operator, - STATE(621), 1, - sym__additive_operator, - STATE(630), 1, - sym__multiplicative_operator, - STATE(633), 1, - sym__comparison_operator, - ACTIONS(1098), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + aux_sym__comparison_operator_token6, + aux_sym_variable_tuning_token2, + ACTIONS(236), 30, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1484), 2, - sym_comment, - sym_include, - ACTIONS(1201), 8, 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, - ACTIONS(2375), 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, @@ -159993,52 +160763,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, - [123722] = 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, + [124784] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(618), 1, - sym__logical_operator, - STATE(621), 1, - sym__additive_operator, - STATE(630), 1, - sym__multiplicative_operator, - STATE(633), 1, + ACTIONS(1146), 1, + aux_sym_variable_tuning_token2, + STATE(597), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(598), 1, + sym__multiplicative_operator, + STATE(599), 1, + sym__additive_operator, + STATE(600), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1485), 2, + STATE(1487), 2, sym_comment, sym_include, - ACTIONS(1197), 8, + ACTIONS(1148), 8, 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, - ACTIONS(2375), 13, + aux_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(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -160052,140 +160835,149 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [123792] = 8, + [124858] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2736), 1, - aux_sym_else_statement_token1, - STATE(1498), 1, - aux_sym_if_statement_repeat1, - STATE(1787), 1, - sym_else_statement, - STATE(1486), 2, + ACTIONS(2709), 1, + anon_sym_LPAREN, + ACTIONS(2711), 1, + sym__namedot, + ACTIONS(2713), 1, + sym__namecolon, + ACTIONS(2715), 1, + sym__namedoublecolon, + STATE(2192), 1, + aux_sym_object_access_repeat1, + STATE(2652), 1, + aux_sym_member_access_repeat1, + STATE(2656), 1, + sym_function_arguments, + STATE(2689), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(1488), 2, sym_comment, sym_include, - ACTIONS(2717), 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, - [123848] = 8, + 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, + [124925] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2742), 1, - aux_sym_else_statement_token1, - STATE(1498), 1, - aux_sym_if_statement_repeat1, - STATE(1787), 1, - sym_else_statement, - STATE(1487), 2, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(2717), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, + sym__or_operator, + sym__and_operator, + STATE(1489), 2, sym_comment, sym_include, - ACTIONS(2739), 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, - [123904] = 13, + ACTIONS(1232), 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, + [124984] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2693), 1, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2697), 1, anon_sym_LPAREN, - ACTIONS(2695), 1, + ACTIONS(2699), 1, sym__namedot, - ACTIONS(2697), 1, + ACTIONS(2701), 1, sym__namecolon, - ACTIONS(2699), 1, + ACTIONS(2703), 1, sym__namedoublecolon, - STATE(2430), 1, + STATE(2447), 1, aux_sym_object_access_repeat1, - STATE(2625), 1, + STATE(2620), 1, sym_function_arguments, - STATE(2626), 1, + STATE(2642), 1, aux_sym_member_access_repeat1, - STATE(2652), 1, + STATE(2736), 1, aux_sym_qualified_name_repeat1, ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(1488), 2, + STATE(1490), 2, sym_comment, sym_include, ACTIONS(89), 25, 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -160200,126 +160992,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_include_argument_token1, - [123970] = 7, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [125053] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1498), 1, - aux_sym_if_statement_repeat1, - STATE(1787), 1, - sym_else_statement, - STATE(1489), 2, + ACTIONS(2687), 1, + anon_sym_LPAREN, + ACTIONS(2689), 1, + sym__namedot, + ACTIONS(2691), 1, + sym__namecolon, + ACTIONS(2693), 1, + sym__namedoublecolon, + STATE(2475), 1, + aux_sym_object_access_repeat1, + STATE(2708), 1, + sym_function_arguments, + STATE(2714), 1, + aux_sym_member_access_repeat1, + STATE(2755), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(1491), 2, sym_comment, sym_include, - ACTIONS(2727), 32, + ACTIONS(89), 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_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [124024] = 7, + [125122] = 17, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1498), 1, - aux_sym_if_statement_repeat1, - STATE(1787), 1, - sym_else_statement, - STATE(1490), 2, + ACTIONS(2721), 1, + anon_sym_COMMA, + ACTIONS(2723), 1, + aux_sym_scope_tuning_token1, + ACTIONS(2725), 1, + aux_sym_of_phrase_token2, + STATE(754), 1, + sym__comparison_operator, + STATE(755), 1, + sym__multiplicative_operator, + STATE(756), 1, + sym__additive_operator, + STATE(757), 1, + sym__logical_operator, + STATE(4217), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1492), 2, sym_comment, sym_include, - ACTIONS(2727), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(2719), 4, 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_input_expression_token2, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [124078] = 8, + aux_sym_widget_field_token1, + ACTIONS(1056), 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, + [125197] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, + ACTIONS(2456), 1, sym_identifier, - STATE(51), 1, + STATE(31), 1, sym_qualified_name, - ACTIONS(1454), 2, + ACTIONS(1379), 2, sym__or_operator, sym__and_operator, - STATE(1491), 2, + STATE(1493), 2, sym_comment, sym_include, - ACTIONS(1452), 30, + ACTIONS(1377), 31, anon_sym_SLASH, anon_sym_STAR, - anon_sym_RPAREN, + 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, @@ -160334,266 +161147,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_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_of_token1, - [124134] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2746), 1, - ts_builtin_sym_end, - ACTIONS(2748), 1, - aux_sym_else_statement_token1, - STATE(1480), 1, - aux_sym_if_statement_repeat1, - STATE(1697), 1, - sym_else_statement, - STATE(1492), 2, - sym_comment, - sym_include, - ACTIONS(2721), 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, - [124192] = 8, + 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, + [125254] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2750), 1, - aux_sym_else_statement_token1, - STATE(1470), 1, - aux_sym_if_statement_repeat1, - STATE(1787), 1, - sym_else_statement, - STATE(1493), 2, - sym_comment, - sym_include, - ACTIONS(2739), 31, + ACTIONS(2448), 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, - [124248] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(618), 1, - sym__logical_operator, - STATE(621), 1, - sym__additive_operator, - STATE(630), 1, - sym__multiplicative_operator, - STATE(633), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2727), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, STATE(1494), 2, sym_comment, sym_include, - ACTIONS(1193), 8, - 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, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [124318] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(1232), 30, anon_sym_SLASH, - STATE(618), 1, - sym__logical_operator, - STATE(621), 1, - sym__additive_operator, - STATE(630), 1, - sym__multiplicative_operator, - STATE(633), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1495), 2, - sym_comment, - sym_include, - ACTIONS(1189), 8, 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, - ACTIONS(2375), 13, anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [124388] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(618), 1, - sym__logical_operator, - STATE(621), 1, - sym__additive_operator, - STATE(630), 1, - sym__multiplicative_operator, - STATE(633), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1496), 2, - sym_comment, - sym_include, - ACTIONS(192), 10, - 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, - ACTIONS(2375), 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, @@ -160604,40 +161198,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [124456] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(618), 1, - sym__logical_operator, - STATE(621), 1, - sym__additive_operator, - STATE(630), 1, - sym__multiplicative_operator, - STATE(633), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1497), 2, - sym_comment, - sym_include, - ACTIONS(2577), 8, - sym__terminator, aux_sym_function_call_token1, aux_sym_using_statement_token1, aux_sym_query_tuning_token1, @@ -160645,93 +161205,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [124526] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2753), 1, - aux_sym_else_statement_token1, - STATE(1506), 1, - aux_sym_if_statement_repeat1, - STATE(1787), 1, - sym_else_statement, - STATE(1498), 2, - sym_comment, - sym_include, - ACTIONS(2721), 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, - [124582] = 8, + aux_sym_query_tuning_token6, + [125313] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, + STATE(754), 1, + sym__comparison_operator, + STATE(755), 1, + sym__multiplicative_operator, + STATE(756), 1, + sym__additive_operator, + STATE(757), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1499), 2, + STATE(1495), 2, sym_comment, sym_include, - ACTIONS(1452), 30, + ACTIONS(1054), 4, 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, + ACTIONS(1138), 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(1056), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -160746,34 +161259,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_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, - [124638] = 9, + [125379] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2756), 1, + ACTIONS(2729), 1, ts_builtin_sym_end, - ACTIONS(2759), 1, + ACTIONS(2733), 1, aux_sym_else_statement_token1, - STATE(1492), 1, + STATE(1516), 1, aux_sym_if_statement_repeat1, - STATE(1697), 1, + STATE(1671), 1, sym_else_statement, - STATE(1500), 2, + STATE(1496), 2, sym_comment, sym_include, - ACTIONS(2739), 30, + ACTIONS(2731), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -160804,26 +161308,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [124696] = 9, + [125437] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2748), 1, - aux_sym_else_statement_token1, - ACTIONS(2762), 1, - ts_builtin_sym_end, - STATE(1492), 1, + STATE(1521), 1, aux_sym_if_statement_repeat1, - STATE(1697), 1, + STATE(1714), 1, sym_else_statement, - STATE(1501), 2, + STATE(1497), 2, sym_comment, sym_include, - ACTIONS(2717), 30, + ACTIONS(2736), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -160833,55 +161334,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_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [124754] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2746), 1, - ts_builtin_sym_end, - ACTIONS(2764), 1, aux_sym_else_statement_token1, - STATE(1480), 1, - aux_sym_if_statement_repeat1, - STATE(1697), 1, - sym_else_statement, - STATE(1502), 2, - sym_comment, - sym_include, - ACTIONS(2721), 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, @@ -160902,48 +161355,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [124812] = 17, + [125491] = 13, 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(386), 1, + STATE(754), 1, sym__comparison_operator, - STATE(387), 1, + STATE(755), 1, sym__multiplicative_operator, - STATE(388), 1, + STATE(756), 1, sym__additive_operator, - STATE(390), 1, + STATE(757), 1, sym__logical_operator, - STATE(4131), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1100), 2, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1136), 2, sym__or_operator, sym__and_operator, - STATE(1503), 2, + STATE(1498), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2767), 4, + aux_sym__multiplicative_operator_token2, + ACTIONS(1134), 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, - ACTIONS(1098), 15, + aux_sym_of_phrase_token2, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -160959,120 +161408,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [124886] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2756), 1, - ts_builtin_sym_end, - ACTIONS(2775), 1, - aux_sym_else_statement_token1, - STATE(1502), 1, - aux_sym_if_statement_repeat1, - STATE(1697), 1, - sym_else_statement, - STATE(1504), 2, - sym_comment, - sym_include, - ACTIONS(2739), 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, - [124944] = 9, + [125557] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2762), 1, - ts_builtin_sym_end, - ACTIONS(2779), 1, - aux_sym_else_statement_token1, - STATE(1502), 1, + STATE(1521), 1, aux_sym_if_statement_repeat1, - STATE(1697), 1, - sym_else_statement, - STATE(1505), 2, - sym_comment, - sym_include, - ACTIONS(2717), 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, - [125002] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2782), 1, - aux_sym_else_statement_token1, - STATE(1787), 1, + STATE(1714), 1, sym_else_statement, - STATE(1506), 3, + STATE(1499), 2, sym_comment, sym_include, - aux_sym_if_statement_repeat1, - ACTIONS(2731), 31, + ACTIONS(2736), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -161084,6 +161434,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, @@ -161104,47 +161455,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [125056] = 16, + [125611] = 10, 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(830), 1, - sym__logical_operator, - STATE(831), 1, - sym__additive_operator, - STATE(832), 1, - sym__multiplicative_operator, - STATE(833), 1, + STATE(754), 1, sym__comparison_operator, - STATE(4212), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + STATE(755), 1, + sym__multiplicative_operator, + STATE(756), 1, + sym__additive_operator, + STATE(757), 1, + sym__logical_operator, + ACTIONS(1132), 2, sym__or_operator, sym__and_operator, - STATE(1507), 2, + STATE(1500), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1130), 28, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2785), 4, sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - ACTIONS(1098), 15, + 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, @@ -161159,35 +161501,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [125127] = 13, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [125671] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(386), 1, + STATE(754), 1, sym__comparison_operator, - STATE(387), 1, + STATE(755), 1, sym__multiplicative_operator, - STATE(388), 1, + STATE(756), 1, sym__additive_operator, - STATE(390), 1, + STATE(757), 1, sym__logical_operator, - ACTIONS(1100), 2, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1217), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1508), 2, + STATE(1501), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1215), 7, + aux_sym__multiplicative_operator_token2, + ACTIONS(1142), 7, sym_identifier, anon_sym_COMMA, aux_sym_input_expression_token2, @@ -161195,7 +161542,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - ACTIONS(1098), 15, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -161211,87 +161558,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [125192] = 10, + [125737] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(386), 1, + STATE(754), 1, sym__comparison_operator, - STATE(387), 1, + STATE(755), 1, sym__multiplicative_operator, - STATE(388), 1, + STATE(756), 1, sym__additive_operator, - STATE(390), 1, + STATE(757), 1, sym__logical_operator, - ACTIONS(1221), 2, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1509), 2, + STATE(1502), 2, sym_comment, sym_include, - ACTIONS(1219), 27, + ACTIONS(1054), 4, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1146), 7, + sym_identifier, anon_sym_COMMA, - anon_sym_EQ, aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_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, - [125251] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(386), 1, - sym__comparison_operator, - STATE(387), 1, - sym__multiplicative_operator, - STATE(388), 1, - sym__additive_operator, - STATE(390), 1, - sym__logical_operator, - ACTIONS(1225), 2, - sym__or_operator, - sym__and_operator, - STATE(1510), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1223), 24, - sym_identifier, - anon_sym_COMMA, + ACTIONS(1056), 15, 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, @@ -161306,39 +161611,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_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [125312] = 13, + [125803] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(386), 1, + STATE(754), 1, sym__comparison_operator, - STATE(387), 1, + STATE(755), 1, sym__multiplicative_operator, - STATE(388), 1, + STATE(756), 1, sym__additive_operator, - STATE(390), 1, + STATE(757), 1, sym__logical_operator, - ACTIONS(1100), 2, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1511), 2, + STATE(1503), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1211), 7, + aux_sym__multiplicative_operator_token2, + ACTIONS(1154), 7, sym_identifier, anon_sym_COMMA, aux_sym_input_expression_token2, @@ -161346,7 +161648,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - ACTIONS(1098), 15, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -161362,35 +161664,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [125377] = 13, + [125869] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(386), 1, + STATE(754), 1, sym__comparison_operator, - STATE(387), 1, + STATE(755), 1, sym__multiplicative_operator, - STATE(388), 1, + STATE(756), 1, sym__additive_operator, - STATE(390), 1, + STATE(757), 1, sym__logical_operator, - ACTIONS(1100), 2, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1512), 2, + STATE(1504), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1207), 7, + aux_sym__multiplicative_operator_token2, + ACTIONS(1158), 7, sym_identifier, anon_sym_COMMA, aux_sym_input_expression_token2, @@ -161398,49 +161701,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - ACTIONS(1098), 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, - [125442] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2448), 1, - sym_identifier, - ACTIONS(2791), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, - sym__or_operator, - sym__and_operator, - STATE(1513), 2, - sym_comment, - sym_include, - ACTIONS(1351), 28, - anon_sym_SLASH, - anon_sym_STAR, - sym__terminator, + ACTIONS(1056), 15, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -161455,42 +161717,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_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, - [125499] = 13, + [125935] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(386), 1, + STATE(754), 1, sym__comparison_operator, - STATE(387), 1, + STATE(755), 1, sym__multiplicative_operator, - STATE(388), 1, + STATE(756), 1, sym__additive_operator, - STATE(390), 1, + STATE(757), 1, sym__logical_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(232), 2, sym__or_operator, sym__and_operator, - STATE(1514), 2, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1505), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1203), 7, + aux_sym__multiplicative_operator_token2, + ACTIONS(234), 7, sym_identifier, anon_sym_COMMA, aux_sym_input_expression_token2, @@ -161498,7 +161754,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - ACTIONS(1098), 15, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -161514,34 +161770,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [125564] = 7, + [126001] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2793), 1, - sym__namecolon, - ACTIONS(91), 2, + STATE(754), 1, + sym__comparison_operator, + STATE(755), 1, + sym__multiplicative_operator, + STATE(756), 1, + sym__additive_operator, + STATE(757), 1, + sym__logical_operator, + ACTIONS(1128), 2, sym__or_operator, sym__and_operator, - STATE(1515), 3, + STATE(1506), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 29, + ACTIONS(1054), 4, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, - anon_sym_LBRACK, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 24, + sym_identifier, 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, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -161560,35 +161821,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [125617] = 8, + [126063] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2595), 1, - sym__namecolon, - STATE(1515), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, + STATE(754), 1, + sym__comparison_operator, + STATE(755), 1, + sym__multiplicative_operator, + STATE(756), 1, + sym__additive_operator, + STATE(757), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1516), 2, + STATE(1507), 2, sym_comment, sym_include, - ACTIONS(100), 29, + ACTIONS(1054), 4, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, - anon_sym_LBRACK, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1122), 7, + sym_identifier, 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_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1056), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -161603,39 +161874,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_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [125672] = 13, + [126129] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(386), 1, + STATE(754), 1, sym__comparison_operator, - STATE(387), 1, + STATE(755), 1, sym__multiplicative_operator, - STATE(388), 1, + STATE(756), 1, sym__additive_operator, - STATE(390), 1, + STATE(757), 1, sym__logical_operator, - ACTIONS(1100), 2, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1517), 2, + STATE(1508), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2796), 7, + aux_sym__multiplicative_operator_token2, + ACTIONS(1118), 7, sym_identifier, anon_sym_COMMA, aux_sym_input_expression_token2, @@ -161643,7 +161911,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - ACTIONS(1098), 15, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -161659,134 +161927,134 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [125737] = 8, + [126195] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2595), 1, - sym__namecolon, - STATE(1515), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(1518), 2, + ACTIONS(2738), 1, + ts_builtin_sym_end, + ACTIONS(2744), 1, + aux_sym_else_statement_token1, + STATE(1516), 1, + aux_sym_if_statement_repeat1, + STATE(1671), 1, + sym_else_statement, + STATE(1509), 2, sym_comment, sym_include, - ACTIONS(100), 29, - anon_sym_SLASH, + ACTIONS(2741), 30, 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [125792] = 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, + [126253] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(386), 1, - sym__comparison_operator, - STATE(387), 1, - sym__multiplicative_operator, - STATE(388), 1, - sym__additive_operator, - STATE(390), 1, - sym__logical_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1519), 2, + ACTIONS(2748), 1, + ts_builtin_sym_end, + ACTIONS(2752), 1, + aux_sym_else_statement_token1, + STATE(1525), 1, + aux_sym_if_statement_repeat1, + STATE(1671), 1, + sym_else_statement, + STATE(1510), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1118), 7, + ACTIONS(2750), 30, 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_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + 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(1098), 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, - [125857] = 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, + [126311] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(386), 1, + STATE(754), 1, sym__comparison_operator, - STATE(387), 1, + STATE(755), 1, sym__multiplicative_operator, - STATE(388), 1, + STATE(756), 1, sym__additive_operator, - STATE(390), 1, + STATE(757), 1, sym__logical_operator, - ACTIONS(1100), 2, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1520), 2, + STATE(1511), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1199), 7, + aux_sym__multiplicative_operator_token2, + ACTIONS(1150), 7, sym_identifier, anon_sym_COMMA, aux_sym_input_expression_token2, @@ -161794,7 +162062,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - ACTIONS(1098), 15, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -161810,43 +162078,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [125922] = 13, + [126377] = 16, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(386), 1, + ACTIONS(2756), 1, + anon_sym_COMMA, + ACTIONS(2758), 1, + aux_sym_of_phrase_token2, + STATE(542), 1, sym__comparison_operator, - STATE(387), 1, + STATE(543), 1, sym__multiplicative_operator, - STATE(388), 1, + STATE(544), 1, sym__additive_operator, - STATE(390), 1, + STATE(545), 1, sym__logical_operator, - ACTIONS(1100), 2, + STATE(4293), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1521), 2, + STATE(1512), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1195), 7, + aux_sym__multiplicative_operator_token2, + ACTIONS(2754), 4, 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(1098), 15, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -161862,151 +162134,133 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [125987] = 13, + [126449] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(386), 1, - sym__comparison_operator, - STATE(387), 1, - sym__multiplicative_operator, - STATE(388), 1, - sym__additive_operator, - STATE(390), 1, - sym__logical_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1522), 2, + ACTIONS(2738), 1, + ts_builtin_sym_end, + ACTIONS(2760), 1, + aux_sym_else_statement_token1, + STATE(1510), 1, + aux_sym_if_statement_repeat1, + STATE(1671), 1, + sym_else_statement, + STATE(1513), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1191), 7, + ACTIONS(2741), 30, 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_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + 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(1098), 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, - [126052] = 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, + [126507] = 9, 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(2800), 1, - aux_sym_of_phrase_token2, - STATE(830), 1, - sym__logical_operator, - STATE(831), 1, - sym__additive_operator, - STATE(832), 1, - sym__multiplicative_operator, - STATE(833), 1, - sym__comparison_operator, - STATE(4207), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1523), 2, + ACTIONS(2729), 1, + ts_builtin_sym_end, + ACTIONS(2752), 1, + aux_sym_else_statement_token1, + STATE(1510), 1, + aux_sym_if_statement_repeat1, + STATE(1671), 1, + sym_else_statement, + STATE(1514), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2798), 4, + ACTIONS(2731), 30, 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_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + 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(1098), 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, - [126123] = 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, + [126565] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(386), 1, - sym__comparison_operator, - STATE(387), 1, - sym__multiplicative_operator, - STATE(388), 1, - sym__additive_operator, - STATE(390), 1, - sym__logical_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(2763), 1, + sym__namecolon, + ACTIONS(91), 2, sym__or_operator, sym__and_operator, - STATE(1524), 2, + STATE(1515), 3, sym_comment, sym_include, - ACTIONS(1096), 3, + aux_sym_object_access_repeat1, + ACTIONS(93), 30, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1187), 7, sym_identifier, + anon_sym_STAR, + 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(1098), 15, + 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, @@ -162021,175 +162275,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [126188] = 13, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [126619] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(386), 1, - sym__comparison_operator, - STATE(387), 1, - sym__multiplicative_operator, - STATE(388), 1, - sym__additive_operator, - STATE(390), 1, - sym__logical_operator, - ACTIONS(192), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1525), 2, + ACTIONS(2748), 1, + ts_builtin_sym_end, + ACTIONS(2766), 1, + aux_sym_else_statement_token1, + STATE(1525), 1, + aux_sym_if_statement_repeat1, + STATE(1671), 1, + sym_else_statement, + STATE(1516), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(194), 7, + ACTIONS(2750), 30, 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(1098), 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, - [126253] = 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(2804), 1, - aux_sym_of_phrase_token2, - STATE(830), 1, - sym__logical_operator, - STATE(831), 1, - sym__additive_operator, - STATE(832), 1, - sym__multiplicative_operator, - STATE(833), 1, - sym__comparison_operator, - STATE(4270), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1526), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2802), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - ACTIONS(1098), 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, - [126324] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, - sym__or_operator, - sym__and_operator, - STATE(1527), 2, - sym_comment, - sym_include, - ACTIONS(1452), 29, - anon_sym_SLASH, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [126379] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1528), 2, - sym_comment, - sym_include, - ACTIONS(2806), 32, - sym_identifier, - aux_sym__block_terminator_token1, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, aux_sym_variable_definition_token1, aux_sym_variable_definition_token2, @@ -162197,7 +162308,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -162218,17 +162328,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [126427] = 5, + [126677] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1529), 2, + ACTIONS(2769), 1, + aux_sym_else_statement_token1, + STATE(1521), 1, + aux_sym_if_statement_repeat1, + STATE(1714), 1, + sym_else_statement, + STATE(1517), 2, sym_comment, sym_include, - ACTIONS(2808), 32, + ACTIONS(2731), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -162240,7 +162356,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -162261,146 +162376,167 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [126475] = 5, + [126733] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1530), 2, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, + sym__or_operator, + sym__and_operator, + STATE(1518), 2, sym_comment, sym_include, - ACTIONS(2810), 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, + ACTIONS(1377), 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_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [126523] = 5, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + [126789] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1531), 2, + ACTIONS(2585), 1, + sym__namecolon, + STATE(1515), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, + sym__or_operator, + sym__and_operator, + STATE(1519), 2, sym_comment, sym_include, - ACTIONS(2812), 32, + ACTIONS(100), 30, + 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_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_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [126571] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [126845] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1532), 2, + ACTIONS(2585), 1, + sym__namecolon, + STATE(1515), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, + sym__or_operator, + sym__and_operator, + STATE(1520), 2, sym_comment, sym_include, - ACTIONS(2814), 32, + ACTIONS(100), 30, + 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_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_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [126619] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [126901] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1533), 2, + ACTIONS(2772), 1, + aux_sym_else_statement_token1, + STATE(1532), 1, + aux_sym_if_statement_repeat1, + STATE(1714), 1, + sym_else_statement, + STATE(1521), 2, sym_comment, sym_include, - ACTIONS(2816), 32, + ACTIONS(2750), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -162412,7 +162548,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -162433,60 +162568,79 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [126667] = 5, + [126957] = 16, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1534), 2, + ACTIONS(2756), 1, + anon_sym_COMMA, + ACTIONS(2777), 1, + aux_sym_of_phrase_token2, + STATE(542), 1, + sym__comparison_operator, + STATE(543), 1, + sym__multiplicative_operator, + STATE(544), 1, + sym__additive_operator, + STATE(545), 1, + sym__logical_operator, + STATE(4310), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1522), 2, sym_comment, sym_include, - ACTIONS(2818), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(2775), 4, 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_input_expression_token2, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [126715] = 5, + aux_sym_widget_field_token1, + ACTIONS(1056), 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, + [127029] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1535), 2, + ACTIONS(2779), 1, + aux_sym_else_statement_token1, + STATE(1528), 1, + aux_sym_if_statement_repeat1, + STATE(1714), 1, + sym_else_statement, + STATE(1523), 2, sym_comment, sym_include, - ACTIONS(2820), 32, + ACTIONS(2741), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -162498,7 +162652,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -162519,17 +162672,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [126763] = 5, + [127085] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1536), 2, + ACTIONS(2782), 1, + aux_sym_else_statement_token1, + STATE(1528), 1, + aux_sym_if_statement_repeat1, + STATE(1714), 1, + sym_else_statement, + STATE(1524), 2, sym_comment, sym_include, - ACTIONS(2822), 32, + ACTIONS(2731), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -162541,7 +162700,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -162562,19 +162720,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [126811] = 5, + [127141] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1537), 2, + ACTIONS(2784), 1, + ts_builtin_sym_end, + ACTIONS(2788), 1, + aux_sym_else_statement_token1, + STATE(1671), 1, + sym_else_statement, + STATE(1525), 3, sym_comment, sym_include, - ACTIONS(2824), 32, + aux_sym_if_statement_repeat1, + ACTIONS(2786), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -162584,7 +162748,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -162605,17 +162768,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [126859] = 5, + [127197] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1538), 2, + ACTIONS(2791), 1, + aux_sym_else_statement_token1, + STATE(1521), 1, + aux_sym_if_statement_repeat1, + STATE(1714), 1, + sym_else_statement, + STATE(1526), 2, sym_comment, sym_include, - ACTIONS(2826), 32, + ACTIONS(2741), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -162627,7 +162796,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -162648,64 +162816,78 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [126907] = 6, + [127253] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2828), 1, - ts_builtin_sym_end, - STATE(1539), 2, + STATE(754), 1, + sym__comparison_operator, + STATE(755), 1, + sym__multiplicative_operator, + STATE(756), 1, + sym__additive_operator, + STATE(757), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1527), 2, sym_comment, sym_include, - ACTIONS(2830), 31, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(2795), 7, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + anon_sym_COMMA, + aux_sym_input_expression_token2, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [126957] = 6, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1056), 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, + [127319] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2832), 1, - ts_builtin_sym_end, - STATE(1540), 2, + ACTIONS(2782), 1, + aux_sym_else_statement_token1, + STATE(1532), 1, + aux_sym_if_statement_repeat1, + STATE(1714), 1, + sym_else_statement, + STATE(1528), 2, sym_comment, sym_include, - ACTIONS(2834), 31, + ACTIONS(2750), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -162715,7 +162897,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -162736,62 +162917,72 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [127007] = 5, + [127375] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1541), 2, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, + sym__or_operator, + sym__and_operator, + STATE(1529), 2, sym_comment, sym_include, - ACTIONS(2836), 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, - [127055] = 5, + ACTIONS(1377), 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, + [127431] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1542), 2, + ACTIONS(2797), 1, + ts_builtin_sym_end, + STATE(1516), 1, + aux_sym_if_statement_repeat1, + STATE(1671), 1, + sym_else_statement, + STATE(1530), 2, sym_comment, sym_include, - ACTIONS(2838), 32, + ACTIONS(2736), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -162822,19 +163013,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [127103] = 5, + [127487] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1543), 2, + ACTIONS(2797), 1, + ts_builtin_sym_end, + STATE(1516), 1, + aux_sym_if_statement_repeat1, + STATE(1671), 1, + sym_else_statement, + STATE(1531), 2, sym_comment, sym_include, - ACTIONS(2840), 32, + ACTIONS(2736), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -162865,17 +163061,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [127151] = 5, + [127543] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1544), 2, + ACTIONS(2799), 1, + aux_sym_else_statement_token1, + STATE(1714), 1, + sym_else_statement, + STATE(1532), 3, sym_comment, sym_include, - ACTIONS(2842), 32, + aux_sym_if_statement_repeat1, + ACTIONS(2786), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -162887,7 +163088,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_return_type_token2, aux_sym_argument_mode_token1, aux_sym_if_statement_token1, - aux_sym_else_statement_token1, aux_sym_repeat_statement_token1, aux_sym__procedure_terminator_token1, aux_sym__function_terminator_token1, @@ -162908,949 +163108,1038 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [127199] = 5, + [127597] = 16, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1545), 2, + ACTIONS(2756), 1, + anon_sym_COMMA, + ACTIONS(2804), 1, + aux_sym_of_phrase_token2, + STATE(542), 1, + sym__comparison_operator, + STATE(543), 1, + sym__multiplicative_operator, + STATE(544), 1, + sym__additive_operator, + STATE(545), 1, + sym__logical_operator, + STATE(4302), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1533), 2, sym_comment, sym_include, - ACTIONS(2844), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(2802), 4, 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_input_expression_token2, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [127247] = 6, - ACTIONS(3), 1, + aux_sym_widget_field_token1, + ACTIONS(1056), 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, + [127669] = 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(2846), 1, - ts_builtin_sym_end, - STATE(1546), 2, + STATE(730), 1, + sym__comparison_operator, + STATE(731), 1, + sym__multiplicative_operator, + STATE(732), 1, + sym__additive_operator, + STATE(733), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1534), 2, sym_comment, sym_include, - ACTIONS(2848), 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(1120), 6, + anon_sym_COLON, + aux_sym_while_phrase_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [127297] = 5, - ACTIONS(3), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [127738] = 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(1547), 2, + STATE(766), 1, + sym__comparison_operator, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(769), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1535), 2, sym_comment, sym_include, - ACTIONS(2850), 32, - sym_identifier, + ACTIONS(1148), 6, + anon_sym_COLON, 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_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, - [127345] = 5, - ACTIONS(3), 1, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [127807] = 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(1548), 2, + STATE(766), 1, + sym__comparison_operator, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(769), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1536), 2, sym_comment, sym_include, - ACTIONS(2852), 32, - sym_identifier, + ACTIONS(1136), 8, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, 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_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, - [127393] = 5, - ACTIONS(3), 1, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [127874] = 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(1549), 2, + STATE(766), 1, + sym__comparison_operator, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(769), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1537), 2, sym_comment, sym_include, - ACTIONS(2854), 32, - sym_identifier, + ACTIONS(1152), 6, + anon_sym_COLON, 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_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, - [127441] = 5, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [127943] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1550), 2, + ACTIONS(2806), 1, + sym__namecolon, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(1538), 3, sym_comment, sym_include, - ACTIONS(2856), 32, + aux_sym_object_access_repeat1, + ACTIONS(93), 29, + 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_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__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [127489] = 5, - ACTIONS(3), 1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [127996] = 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(1551), 2, + STATE(730), 1, + sym__comparison_operator, + STATE(731), 1, + sym__multiplicative_operator, + STATE(732), 1, + sym__additive_operator, + STATE(733), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1539), 2, sym_comment, sym_include, - ACTIONS(2858), 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, - [127537] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1552), 2, - sym_comment, - sym_include, - ACTIONS(2860), 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, - [127585] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1553), 2, - sym_comment, - sym_include, - ACTIONS(2862), 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(232), 8, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + aux_sym_while_phrase_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [127633] = 6, - ACTIONS(3), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [128063] = 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(2864), 1, - ts_builtin_sym_end, - STATE(1554), 2, + STATE(730), 1, + sym__comparison_operator, + STATE(731), 1, + sym__multiplicative_operator, + STATE(732), 1, + sym__additive_operator, + STATE(733), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1540), 2, sym_comment, sym_include, - ACTIONS(2866), 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(1160), 6, + anon_sym_COLON, + aux_sym_while_phrase_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [127683] = 5, - ACTIONS(3), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [128132] = 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(1555), 2, + STATE(730), 1, + sym__comparison_operator, + STATE(731), 1, + sym__multiplicative_operator, + STATE(732), 1, + sym__additive_operator, + STATE(733), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1541), 2, sym_comment, sym_include, - ACTIONS(2868), 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(1156), 6, + anon_sym_COLON, + aux_sym_while_phrase_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [127731] = 5, - ACTIONS(3), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [128201] = 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(1556), 2, + STATE(730), 1, + sym__comparison_operator, + STATE(731), 1, + sym__multiplicative_operator, + STATE(732), 1, + sym__additive_operator, + STATE(733), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1542), 2, sym_comment, sym_include, - ACTIONS(2870), 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(1148), 6, + anon_sym_COLON, + aux_sym_while_phrase_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [127779] = 5, - ACTIONS(3), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [128270] = 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(1557), 2, + STATE(730), 1, + sym__comparison_operator, + STATE(731), 1, + sym__multiplicative_operator, + STATE(732), 1, + sym__additive_operator, + STATE(733), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1543), 2, sym_comment, sym_include, - ACTIONS(2872), 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(1144), 6, + anon_sym_COLON, + aux_sym_while_phrase_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [127827] = 5, - ACTIONS(3), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [128339] = 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(1558), 2, + STATE(730), 1, + sym__comparison_operator, + STATE(731), 1, + sym__multiplicative_operator, + STATE(732), 1, + sym__additive_operator, + STATE(733), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1544), 2, sym_comment, sym_include, - ACTIONS(2874), 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(1140), 6, + anon_sym_COLON, + aux_sym_while_phrase_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [127875] = 5, - ACTIONS(3), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [128408] = 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(1559), 2, + STATE(730), 1, + sym__comparison_operator, + STATE(731), 1, + sym__multiplicative_operator, + STATE(732), 1, + sym__additive_operator, + STATE(733), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1545), 2, sym_comment, sym_include, - ACTIONS(2876), 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(1124), 6, + anon_sym_COLON, + aux_sym_while_phrase_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [127923] = 6, - ACTIONS(3), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [128477] = 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(2878), 1, - ts_builtin_sym_end, - STATE(1560), 2, + STATE(730), 1, + sym__comparison_operator, + STATE(731), 1, + sym__multiplicative_operator, + STATE(732), 1, + sym__additive_operator, + STATE(733), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(1546), 2, sym_comment, sym_include, - ACTIONS(2840), 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(1128), 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, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [127973] = 6, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + [128540] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2880), 1, - ts_builtin_sym_end, - STATE(1561), 2, + ACTIONS(2811), 1, + aux_sym_when_expression_token1, + STATE(623), 1, + sym__comparison_operator, + STATE(624), 1, + sym__multiplicative_operator, + STATE(625), 1, + sym__additive_operator, + STATE(626), 1, + sym__logical_operator, + STATE(5019), 1, + sym_when_expression, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1547), 2, sym_comment, sym_include, - ACTIONS(2882), 31, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(2809), 4, sym_identifier, - aux_sym_input_expression_token1, - aux_sym_class_type_token1, + sym__terminator, + anon_sym_COMMA, aux_sym_scope_tuning_token1, - aux_sym_variable_definition_token1, - aux_sym_variable_definition_token2, - aux_sym_buffer_definition_token2, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [128023] = 6, - ACTIONS(3), 1, + ACTIONS(1056), 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, + [128609] = 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(2884), 1, - ts_builtin_sym_end, - STATE(1562), 2, + STATE(730), 1, + sym__comparison_operator, + STATE(731), 1, + sym__multiplicative_operator, + STATE(732), 1, + sym__additive_operator, + STATE(733), 1, + sym__logical_operator, + STATE(1548), 2, sym_comment, sym_include, - ACTIONS(2886), 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(1130), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1132), 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, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [128073] = 6, - ACTIONS(3), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + [128668] = 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(2888), 1, - ts_builtin_sym_end, - STATE(1563), 2, + STATE(730), 1, + sym__comparison_operator, + STATE(731), 1, + sym__multiplicative_operator, + STATE(732), 1, + sym__additive_operator, + STATE(733), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1549), 2, sym_comment, sym_include, - ACTIONS(2890), 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(1136), 8, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + aux_sym_while_phrase_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [128123] = 6, - ACTIONS(3), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [128735] = 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(2892), 1, - ts_builtin_sym_end, - STATE(1564), 2, + STATE(730), 1, + sym__comparison_operator, + STATE(731), 1, + sym__multiplicative_operator, + STATE(732), 1, + sym__additive_operator, + STATE(733), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1550), 2, sym_comment, sym_include, - ACTIONS(2894), 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(1152), 6, + anon_sym_COLON, + aux_sym_while_phrase_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [128173] = 6, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [128804] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2896), 1, - ts_builtin_sym_end, - STATE(1565), 2, + ACTIONS(2619), 1, + sym__namecolon, + STATE(1538), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, + sym__or_operator, + sym__and_operator, + STATE(1551), 2, sym_comment, sym_include, - ACTIONS(2898), 31, + ACTIONS(100), 29, + 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_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__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [128223] = 11, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [128859] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(830), 1, - sym__logical_operator, - STATE(831), 1, - sym__additive_operator, - STATE(832), 1, - sym__multiplicative_operator, - STATE(833), 1, - sym__comparison_operator, - ACTIONS(1225), 2, + ACTIONS(2619), 1, + sym__namecolon, + STATE(1538), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, sym__or_operator, sym__and_operator, - STATE(1566), 2, + STATE(1552), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(100), 29, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1223), 23, 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, @@ -163868,473 +164157,519 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [128283] = 5, - ACTIONS(3), 1, + [128914] = 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(1567), 2, - sym_comment, - sym_include, - ACTIONS(2900), 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, - [128331] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1568), 2, + STATE(766), 1, + sym__comparison_operator, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(769), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(1553), 2, sym_comment, sym_include, - ACTIONS(2902), 32, - sym_identifier, + ACTIONS(1128), 23, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, 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, + 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_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [128379] = 5, - ACTIONS(3), 1, + aux_sym_to_phrase_token1, + [128977] = 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(1569), 2, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1554), 2, sym_comment, sym_include, - ACTIONS(2904), 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, - [128427] = 5, - ACTIONS(3), 1, + ACTIONS(1152), 6, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [129046] = 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(1570), 2, + STATE(766), 1, + sym__comparison_operator, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(769), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1555), 2, sym_comment, sym_include, - ACTIONS(2906), 32, - sym_identifier, + ACTIONS(1124), 6, + anon_sym_COLON, 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_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, - [128475] = 5, - ACTIONS(3), 1, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [129115] = 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(1571), 2, + STATE(766), 1, + sym__comparison_operator, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(769), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1556), 2, sym_comment, sym_include, - ACTIONS(2908), 32, - sym_identifier, + ACTIONS(1120), 6, + anon_sym_COLON, 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_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, - [128523] = 5, - ACTIONS(3), 1, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [129184] = 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(1572), 2, + STATE(766), 1, + sym__comparison_operator, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(769), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1557), 2, sym_comment, sym_include, - ACTIONS(2910), 32, - sym_identifier, + ACTIONS(1140), 6, + anon_sym_COLON, 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_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, - [128571] = 5, - ACTIONS(3), 1, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [129253] = 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(1573), 2, + ACTIONS(2815), 1, + aux_sym_to_phrase_token1, + STATE(766), 1, + sym__comparison_operator, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(769), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1558), 2, sym_comment, sym_include, - ACTIONS(2912), 32, - sym_identifier, + ACTIONS(2813), 5, + anon_sym_COLON, 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_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, - [128619] = 5, - ACTIONS(3), 1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [129324] = 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(1574), 2, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1559), 2, sym_comment, sym_include, - ACTIONS(2882), 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, - [128667] = 5, - ACTIONS(3), 1, + ACTIONS(1136), 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(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [129391] = 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(1575), 2, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + STATE(1560), 2, sym_comment, sym_include, - ACTIONS(2886), 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, - [128715] = 5, - ACTIONS(3), 1, + ACTIONS(1130), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1132), 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, + [129450] = 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(1576), 2, + STATE(766), 1, + sym__comparison_operator, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(769), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1561), 2, sym_comment, sym_include, - ACTIONS(2898), 32, - sym_identifier, + ACTIONS(1144), 6, + anon_sym_COLON, 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_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, - [128763] = 13, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [129519] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(830), 1, - sym__logical_operator, - STATE(831), 1, - sym__additive_operator, - STATE(832), 1, - sym__multiplicative_operator, - STATE(833), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(2819), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - STATE(1577), 2, + STATE(1562), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(2817), 5, + aux_sym_dataset_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym__function_argument_with_mode_token1, + aux_sym__function_argument_with_mode_token2, + aux_sym__function_argument_with_mode_token3, + ACTIONS(1232), 23, anon_sym_SLASH, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1207), 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(1098), 15, + 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, @@ -164349,47 +164684,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [128827] = 13, - ACTIONS(3), 1, + [129578] = 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(830), 1, - sym__logical_operator, - STATE(831), 1, - sym__additive_operator, - STATE(832), 1, - sym__multiplicative_operator, - STATE(833), 1, + STATE(766), 1, sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1578), 2, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(769), 1, + sym__logical_operator, + STATE(1563), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1130), 4, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1132), 25, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1211), 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(1098), 15, + aux_sym__block_terminator_token1, anon_sym_EQ, - anon_sym_LT, + 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, @@ -164400,123 +164729,198 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [128891] = 5, - ACTIONS(3), 1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + [129637] = 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(1579), 2, + STATE(766), 1, + sym__comparison_operator, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(769), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1564), 2, sym_comment, sym_include, - ACTIONS(2914), 32, - sym_identifier, + ACTIONS(1156), 6, + anon_sym_COLON, 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_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, - [128939] = 5, - ACTIONS(3), 1, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [129706] = 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(1580), 2, + STATE(766), 1, + sym__comparison_operator, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(769), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1565), 2, sym_comment, sym_include, - ACTIONS(2916), 32, - sym_identifier, + ACTIONS(1160), 6, + anon_sym_COLON, 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_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, - [128987] = 10, - ACTIONS(3), 1, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [129775] = 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(830), 1, + STATE(649), 1, sym__logical_operator, - STATE(831), 1, + STATE(650), 1, sym__additive_operator, - STATE(832), 1, + STATE(651), 1, sym__multiplicative_operator, - STATE(833), 1, + STATE(653), 1, sym__comparison_operator, - ACTIONS(1221), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(1566), 2, + sym_comment, + sym_include, + ACTIONS(1128), 23, sym__or_operator, sym__and_operator, - STATE(1581), 2, + 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, + [129838] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2585), 1, + sym__namecolon, + STATE(1515), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, + sym__or_operator, + sym__and_operator, + STATE(1567), 2, sym_comment, sym_include, - ACTIONS(1219), 26, + ACTIONS(100), 29, 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, @@ -164531,50 +164935,108 @@ static 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, - [129045] = 13, - ACTIONS(3), 1, + [129893] = 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(830), 1, + STATE(649), 1, sym__logical_operator, - STATE(831), 1, + STATE(650), 1, sym__additive_operator, - STATE(832), 1, + STATE(651), 1, sym__multiplicative_operator, - STATE(833), 1, + STATE(653), 1, sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1217), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(1582), 2, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1568), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1124), 6, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [129962] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1215), 6, - sym_identifier, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1569), 2, + sym_comment, + sym_include, + ACTIONS(1120), 6, + anon_sym_COLON, + sym__terminator, anon_sym_COMMA, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - ACTIONS(1098), 15, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2377), 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, @@ -164585,923 +165047,1269 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [129109] = 5, + [130031] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1583), 2, + STATE(1570), 2, sym_comment, sym_include, - ACTIONS(2918), 32, + ACTIONS(144), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(146), 30, + 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, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [129157] = 5, - ACTIONS(3), 1, + 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_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [130082] = 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(1584), 2, + STATE(766), 1, + sym__comparison_operator, + STATE(767), 1, + sym__multiplicative_operator, + STATE(768), 1, + sym__additive_operator, + STATE(769), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1571), 2, sym_comment, sym_include, - ACTIONS(2920), 32, - sym_identifier, + ACTIONS(232), 8, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, 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_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, - [129205] = 5, + aux_sym_to_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [130149] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1585), 2, + STATE(542), 1, + sym__comparison_operator, + STATE(543), 1, + sym__multiplicative_operator, + STATE(544), 1, + sym__additive_operator, + STATE(545), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1572), 2, sym_comment, sym_include, - ACTIONS(2922), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(2795), 6, 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_COMMA, + aux_sym_input_expression_token2, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [129253] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1056), 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, + [130214] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1586), 2, + ACTIONS(2579), 1, + anon_sym_LBRACK, + ACTIONS(2581), 1, + anon_sym_LPAREN, + STATE(1874), 1, + sym_function_arguments, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(1573), 2, sym_comment, sym_include, - ACTIONS(2924), 32, + 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_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [129301] = 5, - ACTIONS(3), 1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [130271] = 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(1587), 2, + ACTIONS(2815), 1, + aux_sym_to_phrase_token1, + STATE(730), 1, + sym__comparison_operator, + STATE(731), 1, + sym__multiplicative_operator, + STATE(732), 1, + sym__additive_operator, + STATE(733), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1574), 2, sym_comment, sym_include, - ACTIONS(2926), 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(2813), 5, + anon_sym_COLON, + aux_sym_while_phrase_token1, aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [129349] = 5, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [130342] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1588), 2, + STATE(542), 1, + sym__comparison_operator, + STATE(543), 1, + sym__multiplicative_operator, + STATE(544), 1, + sym__additive_operator, + STATE(545), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1575), 2, sym_comment, sym_include, - ACTIONS(2928), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1150), 6, 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_COMMA, + aux_sym_input_expression_token2, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [129397] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1056), 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, + [130407] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1589), 2, + STATE(542), 1, + sym__comparison_operator, + STATE(543), 1, + sym__multiplicative_operator, + STATE(544), 1, + sym__additive_operator, + STATE(545), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1136), 2, + sym__or_operator, + sym__and_operator, + STATE(1576), 2, sym_comment, sym_include, - ACTIONS(2930), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1134), 6, 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_COMMA, + aux_sym_input_expression_token2, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [129445] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1056), 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, + [130472] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1590), 2, + STATE(542), 1, + sym__comparison_operator, + STATE(543), 1, + sym__multiplicative_operator, + STATE(544), 1, + sym__additive_operator, + STATE(545), 1, + sym__logical_operator, + ACTIONS(1132), 2, + sym__or_operator, + sym__and_operator, + STATE(1577), 2, sym_comment, sym_include, - ACTIONS(2932), 32, + ACTIONS(1130), 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_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_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, - [129493] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [130531] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1591), 2, + STATE(542), 1, + sym__comparison_operator, + STATE(543), 1, + sym__multiplicative_operator, + STATE(544), 1, + sym__additive_operator, + STATE(545), 1, + sym__logical_operator, + ACTIONS(1128), 2, + sym__or_operator, + sym__and_operator, + STATE(1578), 2, sym_comment, sym_include, - ACTIONS(2934), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 23, 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_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_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [129541] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [130592] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1592), 2, + STATE(542), 1, + sym__comparison_operator, + STATE(543), 1, + sym__multiplicative_operator, + STATE(544), 1, + sym__additive_operator, + STATE(545), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1579), 2, sym_comment, sym_include, - ACTIONS(2936), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1122), 6, 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_COMMA, + aux_sym_input_expression_token2, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [129589] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1056), 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, + [130657] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1593), 2, + STATE(542), 1, + sym__comparison_operator, + STATE(543), 1, + sym__multiplicative_operator, + STATE(544), 1, + sym__additive_operator, + STATE(545), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1580), 2, sym_comment, sym_include, - ACTIONS(2938), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1118), 6, 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_COMMA, + aux_sym_input_expression_token2, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [129637] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1056), 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, + [130722] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1594), 2, + ACTIONS(2821), 1, + aux_sym_when_expression_token1, + STATE(698), 1, + sym__comparison_operator, + STATE(699), 1, + sym__multiplicative_operator, + STATE(700), 1, + sym__additive_operator, + STATE(701), 1, + sym__logical_operator, + STATE(5088), 1, + sym_when_expression, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1581), 2, sym_comment, sym_include, - ACTIONS(2940), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(2809), 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, - [129685] = 6, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 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, + [130791] = 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(2942), 1, - ts_builtin_sym_end, - STATE(1595), 2, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1582), 2, sym_comment, sym_include, - ACTIONS(2944), 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, - [129735] = 5, + ACTIONS(1148), 6, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [130860] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1596), 2, + STATE(542), 1, + sym__comparison_operator, + STATE(543), 1, + sym__multiplicative_operator, + STATE(544), 1, + sym__additive_operator, + STATE(545), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1583), 2, sym_comment, sym_include, - ACTIONS(2944), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1138), 6, 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_COMMA, + aux_sym_input_expression_token2, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [129783] = 5, - ACTIONS(3), 1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1056), 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, + [130925] = 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(1597), 2, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1584), 2, sym_comment, sym_include, - ACTIONS(2946), 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, - [129831] = 5, + ACTIONS(1144), 6, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [130994] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1598), 2, + STATE(542), 1, + sym__comparison_operator, + STATE(543), 1, + sym__multiplicative_operator, + STATE(544), 1, + sym__additive_operator, + STATE(545), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1585), 2, sym_comment, sym_include, - ACTIONS(2948), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1142), 6, 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_COMMA, + aux_sym_input_expression_token2, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [129879] = 5, - ACTIONS(3), 1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1056), 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, + [131059] = 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(1599), 2, - sym_comment, - sym_include, - ACTIONS(2950), 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, - [129927] = 5, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1586), 2, + sym_comment, + sym_include, + ACTIONS(1140), 6, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [131128] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1600), 2, + STATE(542), 1, + sym__comparison_operator, + STATE(543), 1, + sym__multiplicative_operator, + STATE(544), 1, + sym__additive_operator, + STATE(545), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1587), 2, sym_comment, sym_include, - ACTIONS(2952), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1146), 6, 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_COMMA, + aux_sym_input_expression_token2, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [129975] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1056), 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, + [131193] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1601), 2, + STATE(542), 1, + sym__comparison_operator, + STATE(543), 1, + sym__multiplicative_operator, + STATE(544), 1, + sym__additive_operator, + STATE(545), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1588), 2, sym_comment, sym_include, - ACTIONS(2954), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1154), 6, 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_COMMA, + aux_sym_input_expression_token2, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [130023] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1056), 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, + [131258] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1602), 2, + STATE(542), 1, + sym__comparison_operator, + STATE(543), 1, + sym__multiplicative_operator, + STATE(544), 1, + sym__additive_operator, + STATE(545), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1589), 2, sym_comment, sym_include, - ACTIONS(2956), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1158), 6, 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_COMMA, + aux_sym_input_expression_token2, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [130071] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1056), 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, + [131323] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1603), 2, + STATE(542), 1, + sym__comparison_operator, + STATE(543), 1, + sym__multiplicative_operator, + STATE(544), 1, + sym__additive_operator, + STATE(545), 1, + sym__logical_operator, + ACTIONS(232), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1590), 2, sym_comment, sym_include, - ACTIONS(2958), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(234), 6, 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_COMMA, + aux_sym_input_expression_token2, aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [130119] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + ACTIONS(1056), 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, + [131388] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1591), 2, + sym_comment, + sym_include, + ACTIONS(232), 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(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [131455] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1592), 2, + sym_comment, + sym_include, + ACTIONS(1160), 6, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [131524] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1593), 2, + sym_comment, + sym_include, + ACTIONS(1156), 6, + anon_sym_COLON, + sym__terminator, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [131593] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1604), 2, + ACTIONS(2823), 1, + ts_builtin_sym_end, + STATE(1594), 2, sym_comment, sym_include, - ACTIONS(2960), 32, + ACTIONS(2825), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -165532,19 +166340,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [130167] = 5, + [131643] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1605), 2, + ACTIONS(2827), 1, + ts_builtin_sym_end, + STATE(1595), 2, sym_comment, sym_include, - ACTIONS(2962), 32, + ACTIONS(2829), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -165575,275 +166384,1063 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [130215] = 5, + [131693] = 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(2831), 1, + anon_sym_LPAREN, + STATE(5), 1, + aux_sym_object_access_repeat1, + STATE(12), 1, + aux_sym_qualified_name_repeat1, + STATE(15), 1, + aux_sym_member_access_repeat1, + STATE(27), 1, + sym_function_arguments, + STATE(1596), 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, + [131761] = 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(2833), 1, + anon_sym_LPAREN, + STATE(5), 1, + aux_sym_object_access_repeat1, + STATE(12), 1, + aux_sym_qualified_name_repeat1, + STATE(15), 1, + aux_sym_member_access_repeat1, + STATE(27), 1, + sym_function_arguments, + STATE(1597), 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, + [131829] = 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(2835), 1, + anon_sym_LPAREN, + STATE(5), 1, + aux_sym_object_access_repeat1, + STATE(12), 1, + aux_sym_qualified_name_repeat1, + STATE(15), 1, + aux_sym_member_access_repeat1, + STATE(27), 1, + sym_function_arguments, + STATE(1598), 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, + [131897] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1606), 2, + ACTIONS(2837), 1, + sym__namecolon, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(1599), 3, sym_comment, sym_include, - ACTIONS(2964), 32, + aux_sym_object_access_repeat1, + ACTIONS(93), 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_else_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [130263] = 5, + anon_sym_NO_DASHERROR, + [131949] = 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(2840), 1, + anon_sym_LPAREN, + STATE(5), 1, + aux_sym_object_access_repeat1, + STATE(12), 1, + aux_sym_qualified_name_repeat1, + STATE(15), 1, + aux_sym_member_access_repeat1, + STATE(27), 1, + sym_function_arguments, + STATE(1600), 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, + [132017] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1607), 2, + STATE(623), 1, + sym__comparison_operator, + STATE(624), 1, + sym__multiplicative_operator, + STATE(625), 1, + sym__additive_operator, + STATE(626), 1, + sym__logical_operator, + ACTIONS(232), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1601), 2, sym_comment, sym_include, - ACTIONS(2966), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(234), 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, - [130311] = 5, + ACTIONS(1056), 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, + [132081] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1608), 2, + STATE(623), 1, + sym__comparison_operator, + STATE(624), 1, + sym__multiplicative_operator, + STATE(625), 1, + sym__additive_operator, + STATE(626), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1602), 2, sym_comment, sym_include, - ACTIONS(2968), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1158), 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, - [130359] = 5, + ACTIONS(1056), 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, + [132145] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1609), 2, + STATE(623), 1, + sym__comparison_operator, + STATE(624), 1, + sym__multiplicative_operator, + STATE(625), 1, + sym__additive_operator, + STATE(626), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1603), 2, sym_comment, sym_include, - ACTIONS(2970), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1154), 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, - [130407] = 5, + ACTIONS(1056), 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, + [132209] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1610), 2, + STATE(623), 1, + sym__comparison_operator, + STATE(624), 1, + sym__multiplicative_operator, + STATE(625), 1, + sym__additive_operator, + STATE(626), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1604), 2, sym_comment, sym_include, - ACTIONS(2972), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1146), 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, - [130455] = 5, + ACTIONS(1056), 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, + [132273] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1611), 2, + STATE(623), 1, + sym__comparison_operator, + STATE(624), 1, + sym__multiplicative_operator, + STATE(625), 1, + sym__additive_operator, + STATE(626), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1605), 2, sym_comment, sym_include, - ACTIONS(2974), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1142), 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, - [130503] = 5, + ACTIONS(1056), 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, + [132337] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1612), 2, + STATE(623), 1, + sym__comparison_operator, + STATE(624), 1, + sym__multiplicative_operator, + STATE(625), 1, + sym__additive_operator, + STATE(626), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1606), 2, sym_comment, sym_include, - ACTIONS(2976), 32, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1138), 5, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + ACTIONS(1056), 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, + [132401] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(623), 1, + sym__comparison_operator, + STATE(624), 1, + sym__multiplicative_operator, + STATE(625), 1, + sym__additive_operator, + STATE(626), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1607), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1118), 5, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + ACTIONS(1056), 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, + [132465] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(623), 1, + sym__comparison_operator, + STATE(624), 1, + sym__multiplicative_operator, + STATE(625), 1, + sym__additive_operator, + STATE(626), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1608), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1122), 5, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + ACTIONS(1056), 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, + [132529] = 11, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(623), 1, + sym__comparison_operator, + STATE(624), 1, + sym__multiplicative_operator, + STATE(625), 1, + sym__additive_operator, + STATE(626), 1, + sym__logical_operator, + ACTIONS(1128), 2, + sym__or_operator, + sym__and_operator, + STATE(1609), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 22, + 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_scope_tuning_token1, + [132589] = 10, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(623), 1, + sym__comparison_operator, + STATE(624), 1, + sym__multiplicative_operator, + STATE(625), 1, + sym__additive_operator, + STATE(626), 1, + sym__logical_operator, + ACTIONS(1132), 2, + sym__or_operator, + sym__and_operator, + STATE(1610), 2, + sym_comment, + sym_include, + ACTIONS(1130), 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, + [132647] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2646), 1, + sym__namecolon, + STATE(1599), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, + sym__or_operator, + sym__and_operator, + STATE(1611), 2, + sym_comment, + sym_include, + ACTIONS(100), 28, + 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_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [132701] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(623), 1, + sym__comparison_operator, + STATE(624), 1, + sym__multiplicative_operator, + STATE(625), 1, + sym__additive_operator, + STATE(626), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1136), 2, + sym__or_operator, + sym__and_operator, + STATE(1612), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1134), 5, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + ACTIONS(1056), 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, + [132765] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2646), 1, + sym__namecolon, + STATE(1599), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, + sym__or_operator, + sym__and_operator, + STATE(1613), 2, + sym_comment, + sym_include, + ACTIONS(100), 28, + 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_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [132819] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(623), 1, + sym__comparison_operator, + STATE(624), 1, + sym__multiplicative_operator, + STATE(625), 1, + sym__additive_operator, + STATE(626), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1614), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1150), 5, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + ACTIONS(1056), 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, + [132883] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2583), 1, + sym__namedot, + STATE(1626), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(125), 2, + sym__or_operator, + sym__and_operator, + STATE(1615), 2, + sym_comment, + sym_include, + ACTIONS(127), 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, + [132937] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1616), 2, + sym_comment, + sym_include, + ACTIONS(106), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(108), 29, + 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_function_call_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [132987] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1617), 2, + sym_comment, + sym_include, + ACTIONS(2842), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -165876,17 +167473,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [130551] = 5, + [133035] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1613), 2, + STATE(1618), 2, sym_comment, sym_include, - ACTIONS(2978), 32, + ACTIONS(2844), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -165919,17 +167516,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [130599] = 5, + [133083] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2851), 1, + sym__escaped_string, + STATE(2492), 1, + sym_index_tuning, + ACTIONS(2848), 2, + aux_sym_type_tuning_token1, + aux_sym_index_tuning_token1, + STATE(1619), 3, + sym_comment, + sym_include, + aux_sym_index_definition_repeat1, + ACTIONS(2846), 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, + [133135] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1614), 2, + STATE(1620), 2, sym_comment, sym_include, - ACTIONS(2980), 32, + ACTIONS(2853), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -165962,17 +167604,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [130647] = 5, + [133183] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1615), 2, + STATE(1621), 2, sym_comment, sym_include, - ACTIONS(2982), 32, + ACTIONS(2855), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166005,20 +167647,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [130695] = 6, + [133231] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2984), 1, - ts_builtin_sym_end, - STATE(1616), 2, + STATE(1622), 2, sym_comment, sym_include, - ACTIONS(2986), 31, + ACTIONS(2857), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -166049,17 +167690,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [130745] = 5, + [133279] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1617), 2, + STATE(1623), 2, sym_comment, sym_include, - ACTIONS(2988), 32, + ACTIONS(2859), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166092,17 +167733,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [130793] = 5, + [133327] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1618), 2, + STATE(1624), 2, sym_comment, sym_include, - ACTIONS(2990), 32, + ACTIONS(2861), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166135,17 +167776,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [130841] = 5, + [133375] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1619), 2, + STATE(1625), 2, sym_comment, sym_include, - ACTIONS(2992), 32, + ACTIONS(2863), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166178,20 +167819,108 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [130889] = 6, + [133423] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2994), 1, - ts_builtin_sym_end, - STATE(1620), 2, + ACTIONS(2865), 1, + sym__namedot, + ACTIONS(110), 2, + sym__or_operator, + sym__and_operator, + STATE(1626), 3, + sym_comment, + sym_include, + aux_sym_qualified_name_repeat1, + ACTIONS(112), 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, + [133475] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1627), 2, + sym_comment, + sym_include, + ACTIONS(117), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(119), 29, + 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_function_call_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [133525] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1628), 2, sym_comment, sym_include, - ACTIONS(2996), 31, + ACTIONS(2868), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -166222,20 +167951,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [130939] = 6, + [133573] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2998), 1, - ts_builtin_sym_end, - STATE(1621), 2, + STATE(1629), 2, sym_comment, sym_include, - ACTIONS(3000), 31, + ACTIONS(2870), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -166266,20 +167994,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [130989] = 6, + [133621] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3002), 1, - ts_builtin_sym_end, - STATE(1622), 2, + STATE(1630), 2, sym_comment, sym_include, - ACTIONS(3004), 31, + ACTIONS(2872), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -166310,17 +168037,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131039] = 5, + [133669] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1623), 2, + STATE(1631), 2, sym_comment, sym_include, - ACTIONS(2996), 32, + ACTIONS(2874), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166353,17 +168080,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131087] = 5, + [133717] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1624), 2, + STATE(1632), 2, sym_comment, sym_include, - ACTIONS(3000), 32, + ACTIONS(2876), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166396,17 +168123,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131135] = 5, + [133765] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1625), 2, + STATE(1633), 2, sym_comment, sym_include, - ACTIONS(3004), 32, + ACTIONS(2878), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166439,17 +168166,153 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131183] = 5, + [133813] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1634), 2, + sym_comment, + sym_include, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 29, + 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_function_call_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [133863] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2664), 1, + sym__namecolon, + STATE(1645), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, + sym__or_operator, + sym__and_operator, + STATE(1635), 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, + [133917] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2664), 1, + sym__namecolon, + STATE(1645), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, + sym__or_operator, + sym__and_operator, + STATE(1636), 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, + [133971] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1626), 2, + STATE(1637), 2, sym_comment, sym_include, - ACTIONS(3006), 32, + ACTIONS(2880), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166482,17 +168345,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131231] = 5, + [134019] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1627), 2, + STATE(1638), 2, sym_comment, sym_include, - ACTIONS(3008), 32, + ACTIONS(2882), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166525,17 +168388,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131279] = 5, + [134067] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1628), 2, + STATE(1639), 2, sym_comment, sym_include, - ACTIONS(3010), 32, + ACTIONS(2884), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166568,17 +168431,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131327] = 5, + [134115] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1629), 2, + STATE(1640), 2, sym_comment, sym_include, - ACTIONS(3012), 32, + ACTIONS(2886), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166611,17 +168474,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131375] = 5, + [134163] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1630), 2, + STATE(1641), 2, sym_comment, sym_include, - ACTIONS(3014), 32, + ACTIONS(2888), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166654,17 +168517,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131423] = 5, + [134211] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1631), 2, + STATE(1642), 2, sym_comment, sym_include, - ACTIONS(3016), 32, + ACTIONS(2890), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166697,17 +168560,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131471] = 5, + [134259] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1632), 2, + STATE(1643), 2, sym_comment, sym_include, - ACTIONS(3018), 32, + ACTIONS(2892), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166740,17 +168603,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131519] = 5, + [134307] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1633), 2, + STATE(1644), 2, sym_comment, sym_include, - ACTIONS(3020), 32, + ACTIONS(2894), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166783,17 +168646,128 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131567] = 5, + [134355] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1634), 2, + ACTIONS(2896), 1, + sym__namecolon, + ACTIONS(91), 2, + sym__or_operator, + sym__and_operator, + STATE(1645), 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, + [134407] = 28, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3002), 1, + sym_of, + STATE(3026), 1, + sym__pre_tuning, + STATE(3229), 1, + sym_where_clause, + STATE(3235), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3586), 1, + aux_sym_for_phrase_repeat2, + STATE(4015), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4807), 1, + aux_sym_for_statement_repeat1, + STATE(5674), 1, + sym_body, + STATE(1646), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [134501] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1647), 2, sym_comment, sym_include, - ACTIONS(3022), 32, + ACTIONS(2911), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166826,17 +168800,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131615] = 5, + [134549] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1635), 2, + STATE(1648), 2, sym_comment, sym_include, - ACTIONS(3024), 32, + ACTIONS(2913), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166869,17 +168843,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131663] = 5, + [134597] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1636), 2, + STATE(1649), 2, sym_comment, sym_include, - ACTIONS(3026), 32, + ACTIONS(2915), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166912,17 +168886,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131711] = 5, + [134645] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1637), 2, + STATE(1650), 2, sym_comment, sym_include, - ACTIONS(3028), 32, + ACTIONS(2917), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -166955,20 +168929,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131759] = 6, + [134693] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3030), 1, - ts_builtin_sym_end, - STATE(1638), 2, + STATE(1651), 2, sym_comment, sym_include, - ACTIONS(3010), 31, + ACTIONS(2919), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -166999,20 +168972,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131809] = 6, + [134741] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3032), 1, - ts_builtin_sym_end, - STATE(1639), 2, + STATE(1652), 2, sym_comment, sym_include, - ACTIONS(3012), 31, + ACTIONS(2921), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -167043,19 +169015,85 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131859] = 6, + [134789] = 28, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(2959), 1, + sym_of, + STATE(3052), 1, + sym__pre_tuning, + STATE(3231), 1, + sym_where_clause, + STATE(3239), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3585), 1, + aux_sym_for_phrase_repeat2, + STATE(4016), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4824), 1, + aux_sym_for_statement_repeat1, + STATE(5443), 1, + sym_body, + STATE(1653), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [134883] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3034), 1, + ACTIONS(2923), 1, ts_builtin_sym_end, - STATE(1640), 2, + STATE(1654), 2, sym_comment, sym_include, - ACTIONS(3014), 31, + ACTIONS(2925), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -167087,19 +169125,67 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131909] = 5, + [134933] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1641), 2, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(2819), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, + sym__or_operator, + sym__and_operator, + STATE(1655), 2, + sym_comment, + sym_include, + ACTIONS(1232), 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, + [134989] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2923), 1, + ts_builtin_sym_end, + STATE(1656), 2, sym_comment, sym_include, - ACTIONS(3036), 32, + ACTIONS(2925), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -167130,17 +169216,118 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [131957] = 5, + [135039] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1642), 2, + STATE(1657), 2, + sym_comment, + sym_include, + ACTIONS(106), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(108), 29, + 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, + anon_sym_NO_DASHERROR, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [135089] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2927), 1, + anon_sym_COMMA, + ACTIONS(2929), 1, + aux_sym_of_token1, + ACTIONS(2931), 1, + aux_sym_of_phrase_token2, + STATE(910), 1, + sym__logical_operator, + STATE(912), 1, + sym__additive_operator, + STATE(917), 1, + sym__multiplicative_operator, + STATE(920), 1, + sym__comparison_operator, + STATE(4148), 1, + sym_of_phrase, + STATE(4594), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1658), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [135165] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1659), 2, sym_comment, sym_include, - ACTIONS(3038), 32, + ACTIONS(2933), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -167173,17 +169360,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132005] = 5, + [135213] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1643), 2, + STATE(1660), 2, sym_comment, sym_include, - ACTIONS(3040), 32, + ACTIONS(2935), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -167216,19 +169403,333 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132053] = 5, + [135261] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1644), 2, + STATE(1661), 2, sym_comment, sym_include, - ACTIONS(3042), 32, - sym_identifier, - aux_sym__block_terminator_token1, + ACTIONS(117), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(119), 29, + 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, + anon_sym_NO_DASHERROR, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [135311] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1662), 2, + sym_comment, + sym_include, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 29, + 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, + anon_sym_NO_DASHERROR, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [135361] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(2937), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, + sym__or_operator, + sym__and_operator, + STATE(1663), 2, + sym_comment, + sym_include, + ACTIONS(1232), 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, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + [135417] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2613), 1, + anon_sym_LBRACK, + ACTIONS(2615), 1, + anon_sym_LPAREN, + STATE(2481), 1, + sym_function_arguments, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(1664), 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, + [135473] = 28, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(2784), 1, + sym_of, + STATE(3022), 1, + sym__pre_tuning, + STATE(3157), 1, + sym_where_clause, + STATE(3167), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3562), 1, + aux_sym_for_phrase_repeat2, + STATE(4035), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4878), 1, + aux_sym_for_statement_repeat1, + STATE(5530), 1, + sym_body, + STATE(1665), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [135567] = 28, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(2858), 1, + sym_of, + STATE(3109), 1, + sym__pre_tuning, + STATE(3169), 1, + aux_sym_for_phrase_repeat1, + STATE(3173), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3555), 1, + aux_sym_for_phrase_repeat2, + STATE(4019), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4896), 1, + aux_sym_for_statement_repeat1, + STATE(5959), 1, + sym_body, + STATE(1666), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [135661] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1667), 2, + sym_comment, + sym_include, + ACTIONS(2939), 32, + sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -167259,19 +169760,200 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132101] = 5, + [135709] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2927), 1, + anon_sym_COMMA, + ACTIONS(2929), 1, + aux_sym_of_token1, + ACTIONS(2941), 1, + aux_sym_of_phrase_token2, + STATE(910), 1, + sym__logical_operator, + STATE(912), 1, + sym__additive_operator, + STATE(917), 1, + sym__multiplicative_operator, + STATE(920), 1, + sym__comparison_operator, + STATE(4237), 1, + sym_of_phrase, + STATE(4666), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1668), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [135785] = 28, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(2954), 1, + sym_of, + STATE(3054), 1, + sym__pre_tuning, + STATE(3240), 1, + aux_sym_for_phrase_repeat1, + STATE(3244), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3529), 1, + aux_sym_for_phrase_repeat2, + STATE(4072), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4946), 1, + aux_sym_for_statement_repeat1, + STATE(5560), 1, + sym_body, + STATE(1669), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [135879] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2927), 1, + anon_sym_COMMA, + ACTIONS(2929), 1, + aux_sym_of_token1, + ACTIONS(2943), 1, + aux_sym_of_phrase_token2, + STATE(910), 1, + sym__logical_operator, + STATE(912), 1, + sym__additive_operator, + STATE(917), 1, + sym__multiplicative_operator, + STATE(920), 1, + sym__comparison_operator, + STATE(4208), 1, + sym_of_phrase, + STATE(4585), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1670), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [135955] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1645), 2, + ACTIONS(2945), 1, + ts_builtin_sym_end, + STATE(1671), 2, sym_comment, sym_include, - ACTIONS(3044), 32, + ACTIONS(2947), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -167302,17 +169984,382 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132149] = 5, + [136005] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2927), 1, + anon_sym_COMMA, + ACTIONS(2929), 1, + aux_sym_of_token1, + ACTIONS(2949), 1, + aux_sym_of_phrase_token2, + STATE(910), 1, + sym__logical_operator, + STATE(912), 1, + sym__additive_operator, + STATE(917), 1, + sym__multiplicative_operator, + STATE(920), 1, + sym__comparison_operator, + STATE(4191), 1, + sym_of_phrase, + STATE(4640), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1672), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [136081] = 28, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(2906), 1, + sym_of, + STATE(3093), 1, + sym__pre_tuning, + STATE(3182), 1, + aux_sym_for_phrase_repeat1, + STATE(3187), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3588), 1, + aux_sym_for_phrase_repeat2, + STATE(4006), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5000), 1, + aux_sym_for_statement_repeat1, + STATE(5670), 1, + sym_body, + STATE(1673), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [136175] = 28, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(2878), 1, + sym_of, + STATE(3114), 1, + sym__pre_tuning, + STATE(3218), 1, + aux_sym_for_phrase_repeat1, + STATE(3243), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3580), 1, + aux_sym_for_phrase_repeat2, + STATE(4091), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5009), 1, + aux_sym_for_statement_repeat1, + STATE(5877), 1, + sym_body, + STATE(1674), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [136269] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2927), 1, + anon_sym_COMMA, + ACTIONS(2929), 1, + aux_sym_of_token1, + ACTIONS(2951), 1, + aux_sym_of_phrase_token2, + STATE(910), 1, + sym__logical_operator, + STATE(912), 1, + sym__additive_operator, + STATE(917), 1, + sym__multiplicative_operator, + STATE(920), 1, + sym__comparison_operator, + STATE(4250), 1, + sym_of_phrase, + STATE(4625), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1675), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [136345] = 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(2953), 1, + anon_sym_LPAREN, + STATE(5), 1, + aux_sym_object_access_repeat1, + STATE(12), 1, + aux_sym_qualified_name_repeat1, + STATE(15), 1, + aux_sym_member_access_repeat1, + STATE(27), 1, + sym_function_arguments, + STATE(1676), 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, + [136413] = 28, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(2994), 1, + sym_of, + STATE(3028), 1, + sym__pre_tuning, + STATE(3155), 1, + aux_sym_for_phrase_repeat1, + STATE(3219), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3514), 1, + aux_sym_for_phrase_repeat2, + STATE(4049), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4963), 1, + aux_sym_for_statement_repeat1, + STATE(5804), 1, + sym_body, + STATE(1677), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [136507] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1646), 2, + STATE(1678), 2, sym_comment, sym_include, - ACTIONS(3046), 32, + ACTIONS(2955), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -167345,17 +170392,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132197] = 5, + [136555] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1647), 2, + STATE(1679), 2, sym_comment, sym_include, - ACTIONS(3048), 32, + ACTIONS(2957), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -167388,17 +170435,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132245] = 5, + [136603] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1648), 2, + STATE(1680), 2, sym_comment, sym_include, - ACTIONS(3050), 32, + ACTIONS(2959), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -167431,19 +170478,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132293] = 5, + [136651] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1649), 2, + ACTIONS(2961), 1, + ts_builtin_sym_end, + STATE(1681), 2, sym_comment, sym_include, - ACTIONS(3052), 32, + ACTIONS(2842), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -167474,17 +170522,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132341] = 5, + [136701] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1650), 2, + STATE(1682), 2, sym_comment, sym_include, - ACTIONS(3054), 32, + ACTIONS(2963), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -167517,17 +170565,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132389] = 5, + [136749] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1651), 2, + STATE(1683), 2, sym_comment, sym_include, - ACTIONS(3056), 32, + ACTIONS(2965), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -167560,19 +170608,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132437] = 5, + [136797] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1652), 2, + ACTIONS(2967), 1, + ts_builtin_sym_end, + STATE(1684), 2, sym_comment, sym_include, - ACTIONS(3058), 32, + ACTIONS(2844), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -167603,19 +170652,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132485] = 5, + [136847] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1653), 2, + ACTIONS(2969), 1, + ts_builtin_sym_end, + STATE(1685), 2, sym_comment, sym_include, - ACTIONS(3060), 32, + ACTIONS(2853), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -167646,17 +170696,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132533] = 5, + [136897] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1654), 2, + STATE(1686), 2, sym_comment, sym_include, - ACTIONS(3062), 32, + ACTIONS(2971), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -167689,17 +170739,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132581] = 5, + [136945] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1655), 2, + STATE(1687), 2, sym_comment, sym_include, - ACTIONS(3064), 32, + ACTIONS(2973), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -167732,19 +170782,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132629] = 5, + [136993] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1656), 2, + ACTIONS(2975), 1, + ts_builtin_sym_end, + STATE(1688), 2, sym_comment, sym_include, - ACTIONS(3066), 32, + ACTIONS(2855), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -167775,19 +170826,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132677] = 5, + [137043] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1657), 2, + ACTIONS(2977), 1, + ts_builtin_sym_end, + STATE(1689), 2, sym_comment, sym_include, - ACTIONS(3068), 32, + ACTIONS(2857), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -167818,17 +170870,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132725] = 5, + [137093] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1658), 2, + STATE(1690), 2, sym_comment, sym_include, - ACTIONS(3070), 32, + ACTIONS(2979), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -167861,68 +170913,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132773] = 13, + [137141] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(830), 1, - sym__logical_operator, - STATE(831), 1, - sym__additive_operator, - STATE(832), 1, - sym__multiplicative_operator, - STATE(833), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1659), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1203), 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(1098), 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, - [132837] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1660), 2, + STATE(1691), 2, sym_comment, sym_include, - ACTIONS(3072), 32, + ACTIONS(2981), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -167955,17 +170956,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132885] = 5, + [137189] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1661), 2, + STATE(1692), 2, sym_comment, sym_include, - ACTIONS(3074), 32, + ACTIONS(2983), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -167998,17 +170999,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132933] = 5, + [137237] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1662), 2, + STATE(1693), 2, sym_comment, sym_include, - ACTIONS(3076), 32, + ACTIONS(2985), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -168041,19 +171042,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [132981] = 5, + [137285] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1663), 2, + ACTIONS(2987), 1, + ts_builtin_sym_end, + STATE(1694), 2, sym_comment, sym_include, - ACTIONS(3078), 32, + ACTIONS(2859), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -168084,19 +171086,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133029] = 6, + [137335] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3080), 1, + ACTIONS(2989), 1, ts_builtin_sym_end, - STATE(1664), 2, + STATE(1695), 2, sym_comment, sym_include, - ACTIONS(3058), 31, + ACTIONS(2861), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -168128,19 +171130,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133079] = 5, + [137385] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1665), 2, + ACTIONS(2991), 1, + ts_builtin_sym_end, + STATE(1696), 2, sym_comment, sym_include, - ACTIONS(3082), 32, + ACTIONS(2863), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -168171,20 +171174,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133127] = 6, + [137435] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3084), 1, - ts_builtin_sym_end, - STATE(1666), 2, + STATE(1697), 2, sym_comment, sym_include, - ACTIONS(3060), 31, + ACTIONS(2993), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -168215,20 +171217,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133177] = 6, + [137483] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3086), 1, - ts_builtin_sym_end, - STATE(1667), 2, + STATE(1698), 2, sym_comment, sym_include, - ACTIONS(3062), 31, + ACTIONS(2995), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -168259,17 +171260,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133227] = 5, + [137531] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1668), 2, + STATE(1699), 2, sym_comment, sym_include, - ACTIONS(3088), 32, + ACTIONS(2997), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -168302,17 +171303,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133275] = 5, + [137579] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1669), 2, + STATE(1700), 2, sym_comment, sym_include, - ACTIONS(3090), 32, + ACTIONS(2999), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -168345,17 +171346,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133323] = 5, + [137627] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1670), 2, + STATE(1701), 2, sym_comment, sym_include, - ACTIONS(3092), 32, + ACTIONS(3001), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -168388,17 +171389,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133371] = 5, + [137675] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1671), 2, + STATE(1702), 2, sym_comment, sym_include, - ACTIONS(3094), 32, + ACTIONS(3003), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -168431,17 +171432,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133419] = 5, + [137723] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1672), 2, + STATE(1703), 2, sym_comment, sym_include, - ACTIONS(3096), 32, + ACTIONS(3005), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -168474,17 +171475,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133467] = 5, + [137771] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1673), 2, + STATE(1704), 2, sym_comment, sym_include, - ACTIONS(3098), 32, + ACTIONS(3007), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -168517,17 +171518,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133515] = 5, + [137819] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1674), 2, + STATE(1705), 2, sym_comment, sym_include, - ACTIONS(3100), 32, + ACTIONS(3009), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -168560,65 +171561,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133563] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, - sym__or_operator, - sym__and_operator, - STATE(1675), 2, - sym_comment, - sym_include, - ACTIONS(1452), 28, - anon_sym_SLASH, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - aux_sym_query_tuning_token5, - [133617] = 5, + [137867] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1676), 2, + ACTIONS(3011), 1, + ts_builtin_sym_end, + STATE(1706), 2, sym_comment, sym_include, - ACTIONS(3102), 32, + ACTIONS(2868), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -168649,19 +171605,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133665] = 5, + [137917] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1677), 2, + ACTIONS(3013), 1, + ts_builtin_sym_end, + STATE(1707), 2, sym_comment, sym_include, - ACTIONS(3104), 32, + ACTIONS(2870), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -168692,19 +171649,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133713] = 5, + [137967] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1678), 2, + ACTIONS(3015), 1, + ts_builtin_sym_end, + STATE(1708), 2, sym_comment, sym_include, - ACTIONS(3106), 32, + ACTIONS(2872), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -168735,19 +171693,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133761] = 5, + [138017] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1679), 2, + ACTIONS(3017), 1, + ts_builtin_sym_end, + STATE(1709), 2, sym_comment, sym_include, - ACTIONS(3108), 32, + ACTIONS(2874), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -168778,19 +171737,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133809] = 6, + [138067] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3110), 1, + ACTIONS(3019), 1, ts_builtin_sym_end, - STATE(1680), 2, + STATE(1710), 2, sym_comment, sym_include, - ACTIONS(3070), 31, + ACTIONS(2876), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -168822,19 +171781,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133859] = 6, + [138117] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3112), 1, + ACTIONS(3021), 1, ts_builtin_sym_end, - STATE(1681), 2, + STATE(1711), 2, sym_comment, sym_include, - ACTIONS(3072), 31, + ACTIONS(2878), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -168866,17 +171825,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133909] = 5, + [138167] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1682), 2, + STATE(1712), 2, sym_comment, sym_include, - ACTIONS(3114), 32, + ACTIONS(3023), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -168909,17 +171868,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [133957] = 5, + [138215] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1683), 2, + STATE(1713), 2, sym_comment, sym_include, - ACTIONS(3116), 32, + ACTIONS(3025), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -168952,17 +171911,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134005] = 5, + [138263] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1684), 2, + STATE(1714), 2, sym_comment, sym_include, - ACTIONS(3118), 32, + ACTIONS(2947), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -168995,20 +171954,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134053] = 6, + [138311] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3120), 1, - ts_builtin_sym_end, - STATE(1685), 2, + STATE(1715), 2, sym_comment, sym_include, - ACTIONS(3078), 31, + ACTIONS(3027), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -169039,73 +171997,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134103] = 15, + [138359] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3124), 1, - aux_sym_when_expression_token1, - STATE(638), 1, - sym__logical_operator, - STATE(639), 1, - sym__additive_operator, - STATE(640), 1, - sym__multiplicative_operator, - STATE(641), 1, - sym__comparison_operator, - STATE(4829), 1, - sym_when_expression, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1686), 2, + STATE(1716), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(3122), 4, + ACTIONS(3029), 32, 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(1098), 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, - [134171] = 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, + [138407] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3126), 1, - ts_builtin_sym_end, - STATE(1687), 2, + STATE(1717), 2, sym_comment, sym_include, - ACTIONS(3082), 31, + ACTIONS(3031), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -169136,17 +172083,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134221] = 5, + [138455] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1688), 2, + STATE(1718), 2, sym_comment, sym_include, - ACTIONS(3128), 32, + ACTIONS(3033), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -169179,17 +172126,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134269] = 5, + [138503] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1689), 2, + STATE(1719), 2, sym_comment, sym_include, - ACTIONS(3130), 32, + ACTIONS(3035), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -169222,17 +172169,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134317] = 5, + [138551] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1690), 2, + STATE(1720), 2, sym_comment, sym_include, - ACTIONS(3132), 32, + ACTIONS(3037), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -169265,20 +172212,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134365] = 6, + [138599] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3134), 1, - ts_builtin_sym_end, - STATE(1691), 2, + STATE(1721), 2, sym_comment, sym_include, - ACTIONS(3100), 31, + ACTIONS(3039), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -169309,17 +172255,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134415] = 5, + [138647] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1692), 2, + STATE(1722), 2, sym_comment, sym_include, - ACTIONS(3136), 32, + ACTIONS(3041), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -169352,17 +172298,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134463] = 5, + [138695] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1693), 2, + STATE(1723), 2, sym_comment, sym_include, - ACTIONS(3138), 32, + ACTIONS(3043), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -169395,20 +172341,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134511] = 6, + [138743] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3140), 1, - ts_builtin_sym_end, - STATE(1694), 2, + STATE(1724), 2, sym_comment, sym_include, - ACTIONS(3142), 31, + ACTIONS(3045), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -169439,20 +172384,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134561] = 6, + [138791] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3144), 1, - ts_builtin_sym_end, - STATE(1695), 2, + STATE(1725), 2, sym_comment, sym_include, - ACTIONS(3146), 31, + ACTIONS(3047), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -169483,20 +172427,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134611] = 6, + [138839] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3148), 1, - ts_builtin_sym_end, - STATE(1696), 2, + STATE(1726), 2, sym_comment, sym_include, - ACTIONS(3150), 31, + ACTIONS(3049), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -169527,20 +172470,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134661] = 6, + [138887] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3152), 1, - ts_builtin_sym_end, - STATE(1697), 2, + STATE(1727), 2, sym_comment, sym_include, - ACTIONS(3154), 31, + ACTIONS(3051), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -169571,20 +172513,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134711] = 6, + [138935] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3156), 1, - ts_builtin_sym_end, - STATE(1698), 2, + STATE(1728), 2, sym_comment, sym_include, - ACTIONS(3158), 31, + ACTIONS(3053), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -169615,20 +172556,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134761] = 6, + [138983] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3160), 1, - ts_builtin_sym_end, - STATE(1699), 2, + STATE(1729), 2, sym_comment, sym_include, - ACTIONS(2806), 31, + ACTIONS(3055), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -169659,19 +172599,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134811] = 6, + [139031] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3162), 1, + ACTIONS(3057), 1, ts_builtin_sym_end, - STATE(1700), 2, + STATE(1730), 2, sym_comment, sym_include, - ACTIONS(3164), 31, + ACTIONS(2880), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -169703,19 +172643,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134861] = 6, + [139081] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3166), 1, + ACTIONS(3059), 1, ts_builtin_sym_end, - STATE(1701), 2, + STATE(1731), 2, sym_comment, sym_include, - ACTIONS(2916), 31, + ACTIONS(2882), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -169747,19 +172687,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134911] = 6, + [139131] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3168), 1, + ACTIONS(3061), 1, ts_builtin_sym_end, - STATE(1702), 2, + STATE(1732), 2, sym_comment, sym_include, - ACTIONS(2808), 31, + ACTIONS(2884), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -169791,19 +172731,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [134961] = 6, + [139181] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3170), 1, + ACTIONS(3063), 1, ts_builtin_sym_end, - STATE(1703), 2, + STATE(1733), 2, sym_comment, sym_include, - ACTIONS(3128), 31, + ACTIONS(2886), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -169835,20 +172775,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135011] = 6, + [139231] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3172), 1, - ts_builtin_sym_end, - STATE(1704), 2, + STATE(1734), 2, sym_comment, sym_include, - ACTIONS(3118), 31, + ACTIONS(3065), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -169879,19 +172818,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135061] = 6, + [139279] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3174), 1, + ACTIONS(3067), 1, ts_builtin_sym_end, - STATE(1705), 2, + STATE(1735), 2, sym_comment, sym_include, - ACTIONS(3116), 31, + ACTIONS(2888), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -169923,19 +172862,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135111] = 5, + [139329] = 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(3069), 1, + ts_builtin_sym_end, + STATE(1736), 2, sym_comment, sym_include, - ACTIONS(3164), 32, + ACTIONS(2890), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -169966,20 +172906,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135159] = 6, + [139379] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3176), 1, - ts_builtin_sym_end, - STATE(1707), 2, + STATE(1737), 2, sym_comment, sym_include, - ACTIONS(3114), 31, + ACTIONS(3071), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -170010,70 +172949,63 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135209] = 13, + [139427] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(830), 1, - sym__logical_operator, - STATE(831), 1, - sym__additive_operator, - STATE(832), 1, - sym__multiplicative_operator, - STATE(833), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1708), 2, + ACTIONS(3073), 1, + ts_builtin_sym_end, + STATE(1738), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1118), 6, + ACTIONS(2892), 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(1098), 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, - [135273] = 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, + [139477] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3178), 1, + ACTIONS(3075), 1, ts_builtin_sym_end, - STATE(1709), 2, + STATE(1739), 2, sym_comment, sym_include, - ACTIONS(3108), 31, + ACTIONS(2894), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -170105,20 +173037,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135323] = 6, + [139527] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3180), 1, - ts_builtin_sym_end, - STATE(1710), 2, + STATE(1740), 2, sym_comment, sym_include, - ACTIONS(3098), 31, + ACTIONS(3077), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -170149,20 +173080,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135373] = 6, + [139575] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3182), 1, - ts_builtin_sym_end, - STATE(1711), 2, + STATE(1741), 2, sym_comment, sym_include, - ACTIONS(3096), 31, + ACTIONS(3079), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -170193,20 +173123,70 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135423] = 6, + [139623] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3184), 1, - ts_builtin_sym_end, - STATE(1712), 2, + STATE(698), 1, + sym__comparison_operator, + STATE(699), 1, + sym__multiplicative_operator, + STATE(700), 1, + sym__additive_operator, + STATE(701), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1742), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1150), 5, + sym_identifier, + sym__terminator, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 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, + [139687] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1743), 2, sym_comment, sym_include, - ACTIONS(3090), 31, + ACTIONS(3081), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -170237,17 +173217,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135473] = 5, + [139735] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1713), 2, + STATE(1744), 2, sym_comment, sym_include, - ACTIONS(3158), 32, + ACTIONS(3083), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -170280,17 +173260,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135521] = 5, + [139783] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1714), 2, + STATE(1745), 2, sym_comment, sym_include, - ACTIONS(2830), 32, + ACTIONS(3085), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -170323,17 +173303,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135569] = 5, + [139831] = 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(1746), 2, sym_comment, sym_include, - ACTIONS(3150), 32, + ACTIONS(3087), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -170366,20 +173346,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135617] = 6, + [139879] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3186), 1, - ts_builtin_sym_end, - STATE(1716), 2, + STATE(1747), 2, sym_comment, sym_include, - ACTIONS(3088), 31, + ACTIONS(3089), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -170410,20 +173389,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135667] = 6, + [139927] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3188), 1, - ts_builtin_sym_end, - STATE(1717), 2, + STATE(1748), 2, sym_comment, sym_include, - ACTIONS(3076), 31, + ACTIONS(3091), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -170454,20 +173432,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135717] = 6, + [139975] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3190), 1, - ts_builtin_sym_end, - STATE(1718), 2, + STATE(1749), 2, sym_comment, sym_include, - ACTIONS(3074), 31, + ACTIONS(3093), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -170498,17 +173475,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135767] = 5, + [140023] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1719), 2, + STATE(1750), 2, sym_comment, sym_include, - ACTIONS(3146), 32, + ACTIONS(3095), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -170541,20 +173518,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135815] = 6, + [140071] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3192), 1, - ts_builtin_sym_end, - STATE(1720), 2, + STATE(1751), 2, sym_comment, sym_include, - ACTIONS(3068), 31, + ACTIONS(3097), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -170585,17 +173561,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135865] = 5, + [140119] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1721), 2, + STATE(1752), 2, sym_comment, sym_include, - ACTIONS(3142), 32, + ACTIONS(3099), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -170628,17 +173604,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135913] = 5, + [140167] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1722), 2, + STATE(1753), 2, sym_comment, sym_include, - ACTIONS(3194), 32, + ACTIONS(3101), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -170671,20 +173647,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [135961] = 6, + [140215] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3196), 1, - ts_builtin_sym_end, - STATE(1723), 2, + STATE(1754), 2, sym_comment, sym_include, - ACTIONS(3064), 31, + ACTIONS(3103), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -170715,20 +173690,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136011] = 6, + [140263] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3198), 1, - ts_builtin_sym_end, - STATE(1724), 2, + STATE(1755), 2, sym_comment, sym_include, - ACTIONS(3052), 31, + ACTIONS(3105), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -170759,20 +173733,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136061] = 6, + [140311] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3200), 1, - ts_builtin_sym_end, - STATE(1725), 2, + STATE(1756), 2, sym_comment, sym_include, - ACTIONS(3048), 31, + ACTIONS(3107), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -170803,20 +173776,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136111] = 6, + [140359] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3202), 1, - ts_builtin_sym_end, - STATE(1726), 2, + STATE(1757), 2, sym_comment, sym_include, - ACTIONS(3046), 31, + ACTIONS(3109), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -170847,20 +173819,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136161] = 6, + [140407] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3204), 1, - ts_builtin_sym_end, - STATE(1727), 2, + STATE(1758), 2, sym_comment, sym_include, - ACTIONS(3038), 31, + ACTIONS(3111), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -170891,20 +173862,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136211] = 6, + [140455] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3206), 1, - ts_builtin_sym_end, - STATE(1728), 2, + STATE(1759), 2, sym_comment, sym_include, - ACTIONS(3036), 31, + ACTIONS(3113), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -170935,17 +173905,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136261] = 5, + [140503] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1729), 2, + STATE(1760), 2, sym_comment, sym_include, - ACTIONS(3208), 32, + ACTIONS(3115), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -170978,20 +173948,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136309] = 6, + [140551] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3210), 1, - ts_builtin_sym_end, - STATE(1730), 2, + STATE(1761), 2, sym_comment, sym_include, - ACTIONS(2992), 31, + ACTIONS(3117), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -171022,20 +173991,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136359] = 6, + [140599] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3212), 1, - ts_builtin_sym_end, - STATE(1731), 2, + STATE(1762), 2, sym_comment, sym_include, - ACTIONS(2988), 31, + ACTIONS(2925), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -171066,72 +174034,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136409] = 14, - ACTIONS(69), 1, + [140647] = 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(1096), 1, - anon_sym_SLASH, - STATE(333), 1, - sym__additive_operator, - STATE(343), 1, - sym__logical_operator, - STATE(383), 1, - sym__multiplicative_operator, - STATE(396), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1732), 2, + STATE(1763), 2, sym_comment, sym_include, - ACTIONS(192), 8, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - aux_sym_while_phrase_token1, + ACTIONS(2925), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [136475] = 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, + [140695] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3214), 1, - ts_builtin_sym_end, - STATE(1733), 2, + STATE(1764), 2, sym_comment, sym_include, - ACTIONS(2968), 31, + ACTIONS(3119), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -171162,20 +174120,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136525] = 6, + [140743] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3216), 1, - ts_builtin_sym_end, - STATE(1734), 2, + STATE(1765), 2, sym_comment, sym_include, - ACTIONS(2960), 31, + ACTIONS(3121), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -171206,19 +174163,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136575] = 6, + [140791] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3218), 1, + ACTIONS(3123), 1, ts_builtin_sym_end, - STATE(1735), 2, + STATE(1766), 2, sym_comment, sym_include, - ACTIONS(2952), 31, + ACTIONS(2911), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -171250,20 +174207,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136625] = 6, + [140841] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3220), 1, - ts_builtin_sym_end, - STATE(1736), 2, + STATE(1767), 2, sym_comment, sym_include, - ACTIONS(2948), 31, + ACTIONS(3125), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -171294,20 +174250,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136675] = 6, + [140889] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3222), 1, - ts_builtin_sym_end, - STATE(1737), 2, + STATE(1768), 2, sym_comment, sym_include, - ACTIONS(2946), 31, + ACTIONS(3127), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -171338,19 +174293,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136725] = 6, + [140937] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3224), 1, + ACTIONS(3129), 1, ts_builtin_sym_end, - STATE(1738), 2, + STATE(1769), 2, sym_comment, sym_include, - ACTIONS(2852), 31, + ACTIONS(2913), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -171382,19 +174337,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136775] = 5, + [140987] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1739), 2, + ACTIONS(3131), 1, + ts_builtin_sym_end, + STATE(1770), 2, sym_comment, sym_include, - ACTIONS(3226), 32, + ACTIONS(2915), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -171425,19 +174381,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136823] = 5, + [141037] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1740), 2, + ACTIONS(3133), 1, + ts_builtin_sym_end, + STATE(1771), 2, sym_comment, sym_include, - ACTIONS(3228), 32, + ACTIONS(2917), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -171468,20 +174425,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136871] = 6, + [141087] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3230), 1, - ts_builtin_sym_end, - STATE(1741), 2, + STATE(1772), 2, sym_comment, sym_include, - ACTIONS(3228), 31, + ACTIONS(3135), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -171512,19 +174468,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136921] = 6, + [141135] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3232), 1, + ACTIONS(3137), 1, ts_builtin_sym_end, - STATE(1742), 2, + STATE(1773), 2, sym_comment, sym_include, - ACTIONS(2934), 31, + ACTIONS(2919), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -171556,19 +174512,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [136971] = 6, + [141185] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3234), 1, + ACTIONS(3139), 1, ts_builtin_sym_end, - STATE(1743), 2, + STATE(1774), 2, sym_comment, sym_include, - ACTIONS(2928), 31, + ACTIONS(2921), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -171600,20 +174556,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137021] = 6, + [141235] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3236), 1, - ts_builtin_sym_end, - STATE(1744), 2, + STATE(1775), 2, sym_comment, sym_include, - ACTIONS(2920), 31, + ACTIONS(3141), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -171644,20 +174599,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137071] = 6, + [141283] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3238), 1, - ts_builtin_sym_end, - STATE(1745), 2, + STATE(1776), 2, sym_comment, sym_include, - ACTIONS(2918), 31, + ACTIONS(3143), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -171688,20 +174642,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137121] = 6, + [141331] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3240), 1, - ts_builtin_sym_end, - STATE(1746), 2, + STATE(1777), 2, sym_comment, sym_include, - ACTIONS(2914), 31, + ACTIONS(3145), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -171732,20 +174685,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137171] = 6, + [141379] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3242), 1, - ts_builtin_sym_end, - STATE(1747), 2, + STATE(1778), 2, sym_comment, sym_include, - ACTIONS(2912), 31, + ACTIONS(2829), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -171776,17 +174728,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137221] = 5, + [141427] = 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(1779), 2, sym_comment, sym_include, - ACTIONS(2866), 32, + ACTIONS(3147), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -171819,20 +174771,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137269] = 6, + [141475] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3244), 1, - ts_builtin_sym_end, - STATE(1749), 2, + STATE(1780), 2, sym_comment, sym_include, - ACTIONS(2904), 31, + ACTIONS(3149), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -171863,72 +174814,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137319] = 14, - ACTIONS(69), 1, + [141523] = 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(1096), 1, - anon_sym_SLASH, - STATE(398), 1, - sym__comparison_operator, - STATE(399), 1, - sym__multiplicative_operator, - STATE(400), 1, - sym__additive_operator, - STATE(401), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1750), 2, + STATE(1781), 2, sym_comment, sym_include, - ACTIONS(192), 8, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, + ACTIONS(3151), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [137385] = 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, + [141571] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3246), 1, - ts_builtin_sym_end, - STATE(1751), 2, + STATE(1782), 2, sym_comment, sym_include, - ACTIONS(2902), 31, + 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, @@ -171959,123 +174900,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137435] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(398), 1, - sym__comparison_operator, - STATE(399), 1, - sym__multiplicative_operator, - STATE(400), 1, - sym__additive_operator, - STATE(401), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1752), 2, - sym_comment, - sym_include, - ACTIONS(1189), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [137503] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(398), 1, - sym__comparison_operator, - STATE(399), 1, - sym__multiplicative_operator, - STATE(400), 1, - sym__additive_operator, - STATE(401), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1753), 2, - sym_comment, - sym_include, - ACTIONS(1193), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [137571] = 5, + [141619] = 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(1783), 2, sym_comment, sym_include, - ACTIONS(3248), 32, + ACTIONS(3155), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -172108,20 +174943,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137619] = 6, + [141667] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3250), 1, - ts_builtin_sym_end, - STATE(1755), 2, + STATE(1784), 2, sym_comment, sym_include, - ACTIONS(2872), 31, + ACTIONS(3157), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -172152,63 +174986,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137669] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2595), 1, - sym__namecolon, - STATE(1515), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(1756), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_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, - [137723] = 5, + [141715] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1757), 2, + STATE(1785), 2, sym_comment, sym_include, - ACTIONS(3252), 32, + ACTIONS(3159), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -172241,20 +175029,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137771] = 6, + [141763] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3254), 1, - ts_builtin_sym_end, - STATE(1758), 2, + STATE(1786), 2, sym_comment, sym_include, - ACTIONS(2844), 31, + ACTIONS(3161), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -172285,73 +175072,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137821] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(398), 1, - sym__comparison_operator, - STATE(399), 1, - sym__multiplicative_operator, - STATE(400), 1, - sym__additive_operator, - STATE(401), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1759), 2, - sym_comment, - sym_include, - ACTIONS(1197), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [137889] = 6, + [141811] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3256), 1, - ts_builtin_sym_end, - STATE(1760), 2, + STATE(1787), 2, sym_comment, sym_include, - ACTIONS(2826), 31, + ACTIONS(3163), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -172382,20 +175115,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137939] = 6, + [141859] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3258), 1, - ts_builtin_sym_end, - STATE(1761), 2, + STATE(1788), 2, sym_comment, sym_include, - ACTIONS(2822), 31, + ACTIONS(3165), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -172426,17 +175158,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [137989] = 5, + [141907] = 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(1789), 2, sym_comment, sym_include, - ACTIONS(3260), 32, + ACTIONS(3167), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -172469,117 +175201,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138037] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(398), 1, - sym__comparison_operator, - STATE(399), 1, - sym__multiplicative_operator, - STATE(400), 1, - sym__additive_operator, - STATE(401), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1763), 2, - sym_comment, - sym_include, - ACTIONS(1201), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [138105] = 6, + [141955] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1764), 2, - sym_comment, - sym_include, - ACTIONS(132), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(134), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_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, - [138155] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3262), 1, - ts_builtin_sym_end, - STATE(1765), 2, + STATE(1790), 2, sym_comment, sym_include, - ACTIONS(2816), 31, + ACTIONS(3169), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -172610,73 +175244,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138205] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(398), 1, - sym__comparison_operator, - STATE(399), 1, - sym__multiplicative_operator, - STATE(400), 1, - sym__additive_operator, - STATE(401), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1766), 2, - sym_comment, - sym_include, - ACTIONS(1120), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [138273] = 6, + [142003] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3264), 1, - ts_builtin_sym_end, - STATE(1767), 2, + STATE(1791), 2, sym_comment, sym_include, - ACTIONS(2812), 31, + ACTIONS(3171), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -172707,70 +175287,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138323] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(398), 1, - sym__comparison_operator, - STATE(399), 1, - sym__multiplicative_operator, - STATE(400), 1, - sym__additive_operator, - STATE(401), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1768), 2, - sym_comment, - sym_include, - ACTIONS(1209), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [138391] = 5, + [142051] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1769), 2, + STATE(1792), 2, sym_comment, sym_include, - ACTIONS(3266), 32, + ACTIONS(3173), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -172803,20 +175330,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138439] = 6, + [142099] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3268), 1, - ts_builtin_sym_end, - STATE(1770), 2, + STATE(1793), 2, sym_comment, sym_include, - ACTIONS(2972), 31, + ACTIONS(3175), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -172847,20 +175373,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138489] = 6, + [142147] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3270), 1, - ts_builtin_sym_end, - STATE(1771), 2, + STATE(1794), 2, sym_comment, sym_include, - ACTIONS(3272), 31, + ACTIONS(3177), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -172891,20 +175416,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138539] = 6, + [142195] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3274), 1, - ts_builtin_sym_end, - STATE(1772), 2, + STATE(1795), 2, sym_comment, sym_include, - ACTIONS(3132), 31, + ACTIONS(3179), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -172935,20 +175459,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138589] = 6, + [142243] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3276), 1, - ts_builtin_sym_end, - STATE(1773), 2, + STATE(1796), 2, sym_comment, sym_include, - ACTIONS(3278), 31, + ACTIONS(3181), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -172979,20 +175502,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138639] = 6, + [142291] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3280), 1, - ts_builtin_sym_end, - STATE(1774), 2, + STATE(1797), 2, sym_comment, sym_include, - ACTIONS(3282), 31, + ACTIONS(3183), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -173023,20 +175545,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138689] = 6, + [142339] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3284), 1, - ts_builtin_sym_end, - STATE(1775), 2, + STATE(1798), 2, sym_comment, sym_include, - ACTIONS(3286), 31, + ACTIONS(3185), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -173067,20 +175588,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138739] = 6, + [142387] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3288), 1, - ts_builtin_sym_end, - STATE(1776), 2, + STATE(1799), 2, sym_comment, sym_include, - ACTIONS(3290), 31, + ACTIONS(3187), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -173111,20 +175631,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138789] = 6, + [142435] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3292), 1, - ts_builtin_sym_end, - STATE(1777), 2, + STATE(1800), 2, sym_comment, sym_include, - ACTIONS(3294), 31, + ACTIONS(3189), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -173155,20 +175674,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138839] = 6, + [142483] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3296), 1, - ts_builtin_sym_end, - STATE(1778), 2, + STATE(1801), 2, sym_comment, sym_include, - ACTIONS(3298), 31, + ACTIONS(3191), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -173199,20 +175717,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138889] = 6, + [142531] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3300), 1, - ts_builtin_sym_end, - STATE(1779), 2, + STATE(1802), 2, sym_comment, sym_include, - ACTIONS(3302), 31, + ACTIONS(3193), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -173243,20 +175760,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138939] = 6, + [142579] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3304), 1, - ts_builtin_sym_end, - STATE(1780), 2, + STATE(1803), 2, sym_comment, sym_include, - ACTIONS(3306), 31, + ACTIONS(3195), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -173287,20 +175803,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [138989] = 6, + [142627] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3308), 1, - ts_builtin_sym_end, - STATE(1781), 2, + STATE(1804), 2, sym_comment, sym_include, - ACTIONS(3310), 31, + ACTIONS(3197), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -173331,19 +175846,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139039] = 6, + [142675] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3312), 1, + ACTIONS(3199), 1, ts_builtin_sym_end, - STATE(1782), 2, + STATE(1805), 2, sym_comment, sym_include, - ACTIONS(3314), 31, + ACTIONS(2933), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -173375,19 +175890,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139089] = 6, + [142725] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3316), 1, + ACTIONS(3201), 1, ts_builtin_sym_end, - STATE(1783), 2, + STATE(1806), 2, sym_comment, sym_include, - ACTIONS(3318), 31, + ACTIONS(2935), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -173419,20 +175934,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139139] = 6, + [142775] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3320), 1, - ts_builtin_sym_end, - STATE(1784), 2, + STATE(1807), 2, sym_comment, sym_include, - ACTIONS(3322), 31, + ACTIONS(3203), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -173463,20 +175977,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139189] = 6, + [142823] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3324), 1, - ts_builtin_sym_end, - STATE(1785), 2, + STATE(1808), 2, sym_comment, sym_include, - ACTIONS(3326), 31, + ACTIONS(3205), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -173507,70 +176020,60 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139239] = 15, - ACTIONS(69), 1, + [142871] = 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(1096), 1, - anon_sym_SLASH, - STATE(398), 1, - sym__comparison_operator, - STATE(399), 1, - sym__multiplicative_operator, - STATE(400), 1, - sym__additive_operator, - STATE(401), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1786), 2, + STATE(1809), 2, sym_comment, sym_include, - ACTIONS(1213), 6, - anon_sym_COLON, + ACTIONS(3207), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [139307] = 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, + [142919] = 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(1810), 2, sym_comment, sym_include, - ACTIONS(3154), 32, + ACTIONS(3209), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -173603,17 +176106,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139355] = 5, + [142967] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1788), 2, + STATE(1811), 2, sym_comment, sym_include, - ACTIONS(2848), 32, + ACTIONS(3211), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -173646,17 +176149,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139403] = 5, + [143015] = 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(1812), 2, sym_comment, sym_include, - ACTIONS(3328), 32, + ACTIONS(3213), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -173689,67 +176192,60 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139451] = 12, - ACTIONS(69), 1, + [143063] = 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(1096), 1, - anon_sym_SLASH, - STATE(398), 1, - sym__comparison_operator, - STATE(399), 1, - sym__multiplicative_operator, - STATE(400), 1, - sym__additive_operator, - STATE(401), 1, - sym__logical_operator, - ACTIONS(1223), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1790), 2, + STATE(1813), 2, sym_comment, sym_include, - ACTIONS(1225), 23, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, + ACTIONS(3215), 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, - [139513] = 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, + [143111] = 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(1814), 2, sym_comment, sym_include, - ACTIONS(3330), 32, + ACTIONS(3217), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -173782,20 +176278,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139561] = 6, + [143159] = 5, 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, - STATE(1792), 2, + STATE(1815), 2, sym_comment, sym_include, - ACTIONS(3334), 31, + ACTIONS(3219), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -173826,20 +176321,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139611] = 6, + [143207] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3336), 1, - ts_builtin_sym_end, - STATE(1793), 2, + STATE(1816), 2, sym_comment, sym_include, - ACTIONS(3338), 31, + ACTIONS(3221), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -173870,20 +176364,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139661] = 6, + [143255] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3340), 1, - ts_builtin_sym_end, - STATE(1794), 2, + STATE(1817), 2, sym_comment, sym_include, - ACTIONS(3342), 31, + ACTIONS(3223), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -173914,68 +176407,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139711] = 10, - ACTIONS(69), 1, + [143303] = 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(398), 1, - sym__comparison_operator, - STATE(399), 1, - sym__multiplicative_operator, - STATE(400), 1, - sym__additive_operator, - STATE(401), 1, - sym__logical_operator, - STATE(1795), 2, + STATE(1818), 2, sym_comment, sym_include, - ACTIONS(1219), 3, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1221), 25, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - anon_sym_STAR, + ACTIONS(3225), 32, + sym_identifier, 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, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_else_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_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, - [139769] = 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, + [143351] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3344), 1, - ts_builtin_sym_end, - STATE(1796), 2, + STATE(1819), 2, sym_comment, sym_include, - ACTIONS(3346), 31, + ACTIONS(3227), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -174006,223 +176493,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [139819] = 6, + [143399] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3348), 1, - ts_builtin_sym_end, - STATE(1797), 2, + STATE(1820), 2, sym_comment, sym_include, - ACTIONS(3350), 31, + ACTIONS(3229), 32, 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, - [139869] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(398), 1, - sym__comparison_operator, - STATE(399), 1, - sym__multiplicative_operator, - STATE(400), 1, - sym__additive_operator, - STATE(401), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1798), 2, - sym_comment, - sym_include, - ACTIONS(1217), 8, - sym__or_operator, - sym__and_operator, - 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [139935] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(398), 1, - sym__comparison_operator, - STATE(399), 1, - sym__multiplicative_operator, - STATE(400), 1, - sym__additive_operator, - STATE(401), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1799), 2, - sym_comment, - sym_include, - ACTIONS(1205), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [140003] = 16, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3354), 1, - aux_sym_to_phrase_token1, - STATE(398), 1, - sym__comparison_operator, - STATE(399), 1, - sym__multiplicative_operator, - STATE(400), 1, - sym__additive_operator, - STATE(401), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1800), 2, - sym_comment, - sym_include, - ACTIONS(3352), 5, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_while_phrase_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [140073] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3356), 1, - ts_builtin_sym_end, - STATE(1801), 2, - sym_comment, - sym_include, - ACTIONS(3358), 31, - sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -174253,17 +176536,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140123] = 5, + [143447] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1802), 2, + STATE(1821), 2, sym_comment, sym_include, - ACTIONS(2834), 32, + ACTIONS(3231), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -174296,64 +176579,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140171] = 6, + [143495] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3360), 1, - ts_builtin_sym_end, - STATE(1803), 2, - sym_comment, - sym_include, - ACTIONS(3362), 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, - [140221] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3364), 1, - ts_builtin_sym_end, - STATE(1804), 2, + STATE(1822), 2, sym_comment, sym_include, - ACTIONS(3366), 31, + ACTIONS(3233), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -174384,17 +176622,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140271] = 5, + [143543] = 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(1823), 2, sym_comment, sym_include, - ACTIONS(3368), 32, + ACTIONS(3235), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -174427,20 +176665,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140319] = 6, + [143591] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3370), 1, - ts_builtin_sym_end, - STATE(1806), 2, + STATE(1824), 2, sym_comment, sym_include, - ACTIONS(3266), 31, + ACTIONS(3237), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -174471,20 +176708,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140369] = 6, + [143639] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3372), 1, - ts_builtin_sym_end, - STATE(1807), 2, + STATE(1825), 2, sym_comment, sym_include, - ACTIONS(3260), 31, + ACTIONS(3239), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -174515,20 +176751,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140419] = 6, + [143687] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3374), 1, - ts_builtin_sym_end, - STATE(1808), 2, + STATE(1826), 2, sym_comment, sym_include, - ACTIONS(3252), 31, + ACTIONS(3241), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -174559,20 +176794,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140469] = 6, + [143735] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3376), 1, - ts_builtin_sym_end, - STATE(1809), 2, + STATE(1827), 2, sym_comment, sym_include, - ACTIONS(3248), 31, + ACTIONS(3243), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -174603,20 +176837,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140519] = 6, + [143783] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3378), 1, - ts_builtin_sym_end, - STATE(1810), 2, + STATE(1828), 2, sym_comment, sym_include, - ACTIONS(3208), 31, + ACTIONS(3245), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -174647,20 +176880,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140569] = 6, + [143831] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3380), 1, - ts_builtin_sym_end, - STATE(1811), 2, + STATE(1829), 2, sym_comment, sym_include, - ACTIONS(3194), 31, + ACTIONS(3247), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -174691,20 +176923,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140619] = 6, + [143879] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3382), 1, - ts_builtin_sym_end, - STATE(1812), 2, + STATE(1830), 2, sym_comment, sym_include, - ACTIONS(3066), 31, + ACTIONS(3249), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -174735,19 +176966,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140669] = 6, + [143927] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3384), 1, + ACTIONS(3251), 1, ts_builtin_sym_end, - STATE(1813), 2, + STATE(1831), 2, sym_comment, sym_include, - ACTIONS(2974), 31, + ACTIONS(2939), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -174779,17 +177010,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140719] = 5, + [143977] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1814), 2, + STATE(1832), 2, sym_comment, sym_include, - ACTIONS(3386), 32, + ACTIONS(2825), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -174822,17 +177053,314 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140767] = 5, + [144025] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1815), 2, + STATE(698), 1, + sym__comparison_operator, + STATE(699), 1, + sym__multiplicative_operator, + STATE(700), 1, + sym__additive_operator, + STATE(701), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1136), 2, + sym__or_operator, + sym__and_operator, + STATE(1833), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1134), 5, + sym_identifier, + sym__terminator, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 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, + [144089] = 10, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(698), 1, + sym__comparison_operator, + STATE(699), 1, + sym__multiplicative_operator, + STATE(700), 1, + sym__additive_operator, + STATE(701), 1, + sym__logical_operator, + ACTIONS(1132), 2, + sym__or_operator, + sym__and_operator, + STATE(1834), 2, + sym_comment, + sym_include, + ACTIONS(1130), 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, + [144147] = 11, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(698), 1, + sym__comparison_operator, + STATE(699), 1, + sym__multiplicative_operator, + STATE(700), 1, + sym__additive_operator, + STATE(701), 1, + sym__logical_operator, + ACTIONS(1128), 2, + sym__or_operator, + sym__and_operator, + STATE(1835), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 22, + 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_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [144207] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(698), 1, + sym__comparison_operator, + STATE(699), 1, + sym__multiplicative_operator, + STATE(700), 1, + sym__additive_operator, + STATE(701), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1836), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1122), 5, + sym_identifier, + sym__terminator, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 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, + [144271] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(698), 1, + sym__comparison_operator, + STATE(699), 1, + sym__multiplicative_operator, + STATE(700), 1, + sym__additive_operator, + STATE(701), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1837), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1118), 5, + sym_identifier, + sym__terminator, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 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, + [144335] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(3253), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, + sym__or_operator, + sym__and_operator, + STATE(1838), 2, + sym_comment, + sym_include, + ACTIONS(1232), 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, + [144391] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1839), 2, sym_comment, sym_include, - ACTIONS(3388), 32, + ACTIONS(3255), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -174865,17 +177393,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140815] = 5, + [144439] = 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(1840), 2, sym_comment, sym_include, - ACTIONS(3390), 32, + ACTIONS(3257), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -174908,20 +177436,85 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140863] = 6, + [144487] = 28, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(2950), 1, + sym_of, + STATE(3063), 1, + sym__pre_tuning, + STATE(3232), 1, + aux_sym_for_phrase_repeat1, + STATE(3242), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3578), 1, + aux_sym_for_phrase_repeat2, + STATE(3999), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4773), 1, + aux_sym_for_statement_repeat1, + STATE(5701), 1, + sym_body, + STATE(1841), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [144581] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3392), 1, - ts_builtin_sym_end, - STATE(1817), 2, + STATE(1842), 2, sym_comment, sym_include, - ACTIONS(3226), 31, + ACTIONS(3259), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -174952,20 +177545,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140913] = 6, + [144629] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3394), 1, - ts_builtin_sym_end, - STATE(1818), 2, + STATE(1843), 2, sym_comment, sym_include, - ACTIONS(2810), 31, + ACTIONS(3261), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -174996,20 +177588,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [140963] = 6, + [144677] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3396), 1, - ts_builtin_sym_end, - STATE(1819), 2, + STATE(1844), 2, sym_comment, sym_include, - ACTIONS(2814), 31, + ACTIONS(3263), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175040,20 +177631,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141013] = 6, + [144725] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3398), 1, - ts_builtin_sym_end, - STATE(1820), 2, + STATE(1845), 2, sym_comment, sym_include, - ACTIONS(2818), 31, + ACTIONS(3265), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175084,20 +177674,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141063] = 6, + [144773] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3400), 1, - ts_builtin_sym_end, - STATE(1821), 2, + STATE(1846), 2, sym_comment, sym_include, - ACTIONS(2820), 31, + ACTIONS(3267), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175128,20 +177717,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141113] = 6, + [144821] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3402), 1, - ts_builtin_sym_end, - STATE(1822), 2, + STATE(1847), 2, sym_comment, sym_include, - ACTIONS(2824), 31, + ACTIONS(3269), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175172,20 +177760,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141163] = 6, + [144869] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3404), 1, - ts_builtin_sym_end, - STATE(1823), 2, + STATE(1848), 2, sym_comment, sym_include, - ACTIONS(2836), 31, + ACTIONS(3271), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175216,20 +177803,109 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141213] = 6, + [144917] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3406), 1, - ts_builtin_sym_end, - STATE(1824), 2, + ACTIONS(2619), 1, + sym__namecolon, + STATE(1538), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, + sym__or_operator, + sym__and_operator, + STATE(1849), 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, + [144971] = 6, + 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(144), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(146), 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, + [145021] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1851), 2, sym_comment, sym_include, - ACTIONS(2838), 31, + ACTIONS(3273), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175260,17 +177936,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141263] = 5, + [145069] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1825), 2, + STATE(1852), 2, sym_comment, sym_include, - ACTIONS(2986), 32, + ACTIONS(3275), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -175303,20 +177979,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141311] = 6, + [145117] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3408), 1, - ts_builtin_sym_end, - STATE(1826), 2, + STATE(1853), 2, sym_comment, sym_include, - ACTIONS(2842), 31, + ACTIONS(3277), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175347,20 +178022,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141361] = 6, + [145165] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3410), 1, - ts_builtin_sym_end, - STATE(1827), 2, + STATE(1854), 2, sym_comment, sym_include, - ACTIONS(2850), 31, + ACTIONS(3279), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175391,17 +178065,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141411] = 5, + [145213] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1828), 2, + ACTIONS(3281), 1, + anon_sym_NO_DASHERROR, + STATE(1855), 2, + sym_comment, + sym_include, + ACTIONS(256), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(258), 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, + [145265] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1856), 2, sym_comment, sym_include, - ACTIONS(3272), 32, + ACTIONS(3283), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -175434,17 +178153,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141459] = 5, + [145313] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1829), 2, + STATE(1857), 2, sym_comment, sym_include, - ACTIONS(3278), 32, + ACTIONS(3285), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -175477,19 +178196,320 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141507] = 5, + [145361] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1830), 2, + ACTIONS(3287), 1, + sym__namedoublecolon, + ACTIONS(137), 2, + sym__or_operator, + sym__and_operator, + STATE(1858), 3, sym_comment, sym_include, - ACTIONS(3366), 32, + aux_sym_member_access_repeat1, + 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_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [145413] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(698), 1, + sym__comparison_operator, + STATE(699), 1, + sym__multiplicative_operator, + STATE(700), 1, + sym__additive_operator, + STATE(701), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1859), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1138), 5, + sym_identifier, + sym__terminator, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 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, + [145477] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(698), 1, + sym__comparison_operator, + STATE(699), 1, + sym__multiplicative_operator, + STATE(700), 1, + sym__additive_operator, + STATE(701), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1860), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1142), 5, + sym_identifier, + sym__terminator, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 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, + [145541] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(698), 1, + sym__comparison_operator, + STATE(699), 1, + sym__multiplicative_operator, + STATE(700), 1, + sym__additive_operator, + STATE(701), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1861), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1146), 5, + sym_identifier, + sym__terminator, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 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, + [145605] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(698), 1, + sym__comparison_operator, + STATE(699), 1, + sym__multiplicative_operator, + STATE(700), 1, + sym__additive_operator, + STATE(701), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1862), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1154), 5, + sym_identifier, + sym__terminator, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 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, + [145669] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(698), 1, + sym__comparison_operator, + STATE(699), 1, + sym__multiplicative_operator, + STATE(700), 1, + sym__additive_operator, + STATE(701), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(1863), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1158), 5, + sym_identifier, + sym__terminator, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 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, + [145733] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3290), 1, + ts_builtin_sym_end, + STATE(1864), 2, + sym_comment, + sym_include, + ACTIONS(3292), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175520,19 +178540,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141555] = 6, + [145783] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3412), 1, + ACTIONS(3294), 1, ts_builtin_sym_end, - STATE(1831), 2, + STATE(1865), 2, sym_comment, sym_include, - ACTIONS(2854), 31, + ACTIONS(3296), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -175564,34 +178584,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141605] = 7, + [145833] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3414), 1, - sym__namecolon, - ACTIONS(91), 2, + STATE(698), 1, + sym__comparison_operator, + STATE(699), 1, + sym__multiplicative_operator, + STATE(700), 1, + sym__additive_operator, + STATE(701), 1, + sym__logical_operator, + ACTIONS(232), 2, sym__or_operator, sym__and_operator, - STATE(1832), 3, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1866), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 28, + ACTIONS(1054), 4, 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(234), 5, + sym_identifier, + sym__terminator, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -175606,23 +178635,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_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [141657] = 6, + [145897] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3417), 1, - ts_builtin_sym_end, - STATE(1833), 2, + STATE(1867), 2, sym_comment, sym_include, - ACTIONS(2856), 31, + ACTIONS(3298), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175653,19 +178678,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141707] = 5, + [145945] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1834), 2, + ACTIONS(3300), 1, + ts_builtin_sym_end, + STATE(1868), 2, sym_comment, sym_include, - ACTIONS(3419), 32, + ACTIONS(3302), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175696,17 +178722,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141755] = 5, + [145995] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1835), 2, + STATE(1869), 2, sym_comment, sym_include, - ACTIONS(3419), 32, + ACTIONS(3304), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -175739,17 +178765,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141803] = 5, + [146043] = 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(1870), 2, sym_comment, sym_include, - ACTIONS(3362), 32, + ACTIONS(3306), 32, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -175782,20 +178808,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141851] = 6, + [146091] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3421), 1, - ts_builtin_sym_end, - STATE(1837), 2, + STATE(1871), 2, sym_comment, sym_include, - ACTIONS(2858), 31, + ACTIONS(3308), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175826,20 +178851,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141901] = 6, + [146139] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3423), 1, - ts_builtin_sym_end, - STATE(1838), 2, + STATE(1872), 2, sym_comment, sym_include, - ACTIONS(2860), 31, + ACTIONS(3310), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175870,64 +178894,110 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [141951] = 6, + [146187] = 8, 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(1839), 2, + ACTIONS(2587), 1, + sym__namedoublecolon, + STATE(1858), 1, + aux_sym_member_access_repeat1, + ACTIONS(129), 2, + sym__or_operator, + sym__and_operator, + STATE(1873), 2, sym_comment, sym_include, - ACTIONS(2862), 31, + ACTIONS(131), 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, - [142001] = 6, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [146241] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3427), 1, - ts_builtin_sym_end, - STATE(1840), 2, + ACTIONS(3312), 1, + aux_sym_function_call_token1, + STATE(1874), 2, sym_comment, sym_include, - ACTIONS(2868), 31, + 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, + [146293] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1875), 2, + sym_comment, + sym_include, + ACTIONS(3302), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -175958,20 +179028,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142051] = 6, + [146341] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3429), 1, - ts_builtin_sym_end, - STATE(1841), 2, + STATE(1876), 2, sym_comment, sym_include, - ACTIONS(2870), 31, + ACTIONS(3296), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176002,20 +179071,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142101] = 6, + [146389] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3431), 1, - ts_builtin_sym_end, - STATE(1842), 2, + STATE(1877), 2, sym_comment, sym_include, - ACTIONS(2874), 31, + ACTIONS(3292), 32, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -176046,19 +179114,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142151] = 6, + [146437] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3433), 1, + ACTIONS(3314), 1, ts_builtin_sym_end, - STATE(1843), 2, + STATE(1878), 2, sym_comment, sym_include, - ACTIONS(2876), 31, + ACTIONS(2955), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -176090,125 +179158,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142201] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(333), 1, - sym__additive_operator, - STATE(343), 1, - sym__logical_operator, - STATE(383), 1, - sym__multiplicative_operator, - STATE(396), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1844), 2, - sym_comment, - sym_include, - ACTIONS(1189), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [142269] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(333), 1, - sym__additive_operator, - STATE(343), 1, - sym__logical_operator, - STATE(383), 1, - sym__multiplicative_operator, - STATE(396), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1845), 2, - sym_comment, - sym_include, - ACTIONS(1193), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [142337] = 6, + [146487] = 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(3316), 1, ts_builtin_sym_end, - STATE(1846), 2, + STATE(1879), 2, sym_comment, sym_include, - ACTIONS(2900), 31, + ACTIONS(2957), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -176240,19 +179202,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142387] = 6, + [146537] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3437), 1, + ACTIONS(3318), 1, ts_builtin_sym_end, - STATE(1847), 2, + STATE(1880), 2, sym_comment, sym_include, - ACTIONS(2906), 31, + ACTIONS(2959), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -176284,19 +179246,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142437] = 6, + [146587] = 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(3320), 1, ts_builtin_sym_end, - STATE(1848), 2, + STATE(1881), 2, sym_comment, sym_include, - ACTIONS(2908), 31, + ACTIONS(2963), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -176328,19 +179290,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142487] = 6, + [146637] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3441), 1, + ACTIONS(3322), 1, ts_builtin_sym_end, - STATE(1849), 2, + STATE(1882), 2, sym_comment, sym_include, - ACTIONS(2910), 31, + ACTIONS(2965), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -176372,49 +179334,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142537] = 15, - ACTIONS(69), 1, + [146687] = 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(1096), 1, - anon_sym_SLASH, - STATE(333), 1, - sym__additive_operator, - STATE(343), 1, - sym__logical_operator, - STATE(383), 1, - sym__multiplicative_operator, - STATE(396), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2585), 1, + sym__namecolon, + STATE(1519), 1, + aux_sym_object_access_repeat1, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1850), 2, + STATE(1883), 2, sym_comment, sym_include, - ACTIONS(1197), 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(2375), 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, @@ -176425,19 +179376,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [142605] = 6, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [146741] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3443), 1, + ACTIONS(3324), 1, ts_builtin_sym_end, - STATE(1851), 2, + STATE(1884), 2, sym_comment, sym_include, - ACTIONS(2922), 31, + ACTIONS(2971), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -176469,19 +179424,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142655] = 6, + [146791] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3445), 1, + ACTIONS(3326), 1, ts_builtin_sym_end, - STATE(1852), 2, + STATE(1885), 2, sym_comment, sym_include, - ACTIONS(2924), 31, + ACTIONS(2973), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -176513,19 +179468,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142705] = 6, + [146841] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3447), 1, + ACTIONS(3328), 1, ts_builtin_sym_end, - STATE(1853), 2, + STATE(1886), 2, sym_comment, sym_include, - ACTIONS(2926), 31, + ACTIONS(2979), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -176557,19 +179512,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142755] = 6, + [146891] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3449), 1, + ACTIONS(3330), 1, ts_builtin_sym_end, - STATE(1854), 2, + STATE(1887), 2, sym_comment, sym_include, - ACTIONS(2930), 31, + ACTIONS(2981), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -176601,19 +179556,105 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142805] = 6, + [146941] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3451), 1, + STATE(1888), 2, + sym_comment, + sym_include, + ACTIONS(3332), 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, + [146989] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(1889), 2, + sym_comment, + sym_include, + ACTIONS(3334), 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, + [147037] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3336), 1, ts_builtin_sym_end, - STATE(1855), 2, + STATE(1890), 2, sym_comment, sym_include, - ACTIONS(2932), 31, + ACTIONS(3310), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -176645,19 +179686,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142855] = 6, + [147087] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3453), 1, + ACTIONS(3338), 1, ts_builtin_sym_end, - STATE(1856), 2, + STATE(1891), 2, sym_comment, sym_include, - ACTIONS(2936), 31, + ACTIONS(3308), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -176689,19 +179730,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142905] = 6, + [147137] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3455), 1, + ACTIONS(3340), 1, ts_builtin_sym_end, - STATE(1857), 2, + STATE(1892), 2, sym_comment, sym_include, - ACTIONS(2938), 31, + ACTIONS(3306), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -176733,19 +179774,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [142955] = 6, + [147187] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3457), 1, + ACTIONS(3342), 1, ts_builtin_sym_end, - STATE(1858), 2, + STATE(1893), 2, sym_comment, sym_include, - ACTIONS(2940), 31, + ACTIONS(2983), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -176777,19 +179818,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143005] = 6, + [147237] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3344), 1, ts_builtin_sym_end, - STATE(1859), 2, + STATE(1894), 2, sym_comment, sym_include, - ACTIONS(2950), 31, + ACTIONS(2985), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -176821,19 +179862,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143055] = 6, + [147287] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3461), 1, + ACTIONS(3346), 1, ts_builtin_sym_end, - STATE(1860), 2, + STATE(1895), 2, sym_comment, sym_include, - ACTIONS(2954), 31, + ACTIONS(2993), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -176865,19 +179906,85 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143105] = 6, + [147337] = 28, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(2893), 1, + sym_of, + STATE(3014), 1, + sym__pre_tuning, + STATE(3165), 1, + sym_where_clause, + STATE(3202), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3545), 1, + aux_sym_for_phrase_repeat2, + STATE(4036), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4708), 1, + aux_sym_for_statement_repeat1, + STATE(5577), 1, + sym_body, + STATE(1896), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [147431] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3463), 1, + ACTIONS(3348), 1, ts_builtin_sym_end, - STATE(1861), 2, + STATE(1897), 2, sym_comment, sym_include, - ACTIONS(2956), 31, + ACTIONS(3304), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -176909,72 +180016,63 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143155] = 15, - ACTIONS(69), 1, + [147481] = 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(1096), 1, - anon_sym_SLASH, - STATE(333), 1, - sym__additive_operator, - STATE(343), 1, - sym__logical_operator, - STATE(383), 1, - sym__multiplicative_operator, - STATE(396), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1862), 2, + ACTIONS(3350), 1, + ts_builtin_sym_end, + STATE(1898), 2, sym_comment, sym_include, - ACTIONS(1201), 6, - anon_sym_COLON, - aux_sym_while_phrase_token1, + ACTIONS(3298), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [143223] = 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, + [147531] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3465), 1, + ACTIONS(3352), 1, ts_builtin_sym_end, - STATE(1863), 2, + STATE(1899), 2, sym_comment, sym_include, - ACTIONS(2958), 31, + ACTIONS(2995), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177006,70 +180104,63 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143273] = 13, + [147581] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(830), 1, - sym__logical_operator, - STATE(831), 1, - sym__additive_operator, - STATE(832), 1, - sym__multiplicative_operator, - STATE(833), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1864), 2, + ACTIONS(3354), 1, + ts_builtin_sym_end, + STATE(1900), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2796), 6, + ACTIONS(2997), 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(1098), 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, - [143337] = 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, + [147631] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3467), 1, + ACTIONS(3356), 1, ts_builtin_sym_end, - STATE(1865), 2, + STATE(1901), 2, sym_comment, sym_include, - ACTIONS(2962), 31, + ACTIONS(2999), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177101,19 +180192,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143387] = 6, + [147681] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3469), 1, + ACTIONS(3358), 1, ts_builtin_sym_end, - STATE(1866), 2, + STATE(1902), 2, sym_comment, sym_include, - ACTIONS(2964), 31, + ACTIONS(3001), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177145,125 +180236,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143437] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(333), 1, - sym__additive_operator, - STATE(343), 1, - sym__logical_operator, - STATE(383), 1, - sym__multiplicative_operator, - STATE(396), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1867), 2, - sym_comment, - sym_include, - ACTIONS(1120), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [143505] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(333), 1, - sym__additive_operator, - STATE(343), 1, - sym__logical_operator, - STATE(383), 1, - sym__multiplicative_operator, - STATE(396), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1868), 2, - sym_comment, - sym_include, - ACTIONS(1209), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [143573] = 6, + [147731] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3471), 1, + ACTIONS(3360), 1, ts_builtin_sym_end, - STATE(1869), 2, + STATE(1903), 2, sym_comment, sym_include, - ACTIONS(2966), 31, + ACTIONS(3003), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177295,19 +180280,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143623] = 6, + [147781] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3473), 1, + ACTIONS(3362), 1, ts_builtin_sym_end, - STATE(1870), 2, + STATE(1904), 2, sym_comment, sym_include, - ACTIONS(2970), 31, + ACTIONS(3005), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177339,19 +180324,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143673] = 6, + [147831] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3475), 1, + ACTIONS(3364), 1, ts_builtin_sym_end, - STATE(1871), 2, + STATE(1905), 2, sym_comment, sym_include, - ACTIONS(3390), 31, + ACTIONS(3007), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177383,19 +180368,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143723] = 6, + [147881] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3477), 1, + ACTIONS(3366), 1, ts_builtin_sym_end, - STATE(1872), 2, + STATE(1906), 2, sym_comment, sym_include, - ACTIONS(3388), 31, + ACTIONS(3009), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177427,19 +180412,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143773] = 6, + [147931] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3479), 1, + ACTIONS(3368), 1, ts_builtin_sym_end, - STATE(1873), 2, + STATE(1907), 2, sym_comment, sym_include, - ACTIONS(2976), 31, + ACTIONS(3023), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177471,19 +180456,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143823] = 6, + [147981] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3481), 1, + ACTIONS(3370), 1, ts_builtin_sym_end, - STATE(1874), 2, + STATE(1908), 2, sym_comment, sym_include, - ACTIONS(2978), 31, + ACTIONS(3025), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177515,19 +180500,111 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143873] = 6, + [148031] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2585), 1, + sym__namecolon, + STATE(1519), 1, + aux_sym_object_access_repeat1, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(1909), 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, + [148085] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3483), 1, + ACTIONS(2581), 1, + anon_sym_LPAREN, + STATE(1874), 1, + sym_function_arguments, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(1910), 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, + [148139] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3372), 1, ts_builtin_sym_end, - STATE(1875), 2, + STATE(1911), 2, sym_comment, sym_include, - ACTIONS(2980), 31, + ACTIONS(3027), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177559,19 +180636,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143923] = 6, + [148189] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3485), 1, + ACTIONS(3374), 1, ts_builtin_sym_end, - STATE(1876), 2, + STATE(1912), 2, sym_comment, sym_include, - ACTIONS(2982), 31, + ACTIONS(3029), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177603,19 +180680,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [143973] = 5, + [148239] = 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(3376), 1, + ts_builtin_sym_end, + STATE(1913), 2, sym_comment, sym_include, - ACTIONS(3358), 32, + ACTIONS(3031), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -177646,19 +180724,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144021] = 6, + [148289] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3487), 1, + ACTIONS(3378), 1, ts_builtin_sym_end, - STATE(1878), 2, + STATE(1914), 2, sym_comment, sym_include, - ACTIONS(2990), 31, + ACTIONS(3033), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177690,19 +180768,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144071] = 6, + [148339] = 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(3380), 1, ts_builtin_sym_end, - STATE(1879), 2, + STATE(1915), 2, sym_comment, sym_include, - ACTIONS(3386), 31, + ACTIONS(3035), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177734,19 +180812,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144121] = 6, + [148389] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3491), 1, + ACTIONS(3382), 1, ts_builtin_sym_end, - STATE(1880), 2, + STATE(1916), 2, sym_comment, sym_include, - ACTIONS(3368), 31, + ACTIONS(3037), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177778,49 +180856,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144171] = 15, - ACTIONS(69), 1, + [148439] = 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(1096), 1, - anon_sym_SLASH, - STATE(333), 1, - sym__additive_operator, - STATE(343), 1, - sym__logical_operator, - STATE(383), 1, - sym__multiplicative_operator, - STATE(396), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2583), 1, + sym__namedot, + STATE(1615), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1881), 2, + STATE(1917), 2, sym_comment, sym_include, - ACTIONS(1213), 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(2375), 13, + ACTIONS(135), 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, @@ -177831,19 +180898,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [144239] = 6, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [148493] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3493), 1, + ACTIONS(3384), 1, ts_builtin_sym_end, - STATE(1882), 2, + STATE(1918), 2, sym_comment, sym_include, - ACTIONS(3330), 31, + ACTIONS(3039), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -177875,69 +180946,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144289] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(333), 1, - sym__additive_operator, - STATE(343), 1, - sym__logical_operator, - STATE(383), 1, - sym__multiplicative_operator, - STATE(396), 1, - sym__comparison_operator, - ACTIONS(1223), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(1883), 2, - sym_comment, - sym_include, - ACTIONS(1225), 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, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - [144351] = 5, + [148543] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1884), 2, + ACTIONS(3386), 1, + ts_builtin_sym_end, + STATE(1919), 2, sym_comment, sym_include, - ACTIONS(3350), 32, + ACTIONS(3041), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -177968,67 +180990,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144399] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(333), 1, - sym__additive_operator, - STATE(343), 1, - sym__logical_operator, - STATE(383), 1, - sym__multiplicative_operator, - STATE(396), 1, - sym__comparison_operator, - STATE(1885), 2, - sym_comment, - sym_include, - ACTIONS(1219), 3, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1221), 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, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - aux_sym_to_phrase_token1, - [144457] = 5, + [148593] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1886), 2, + ACTIONS(3388), 1, + ts_builtin_sym_end, + STATE(1920), 2, sym_comment, sym_include, - ACTIONS(3346), 32, + ACTIONS(3043), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -178059,71 +181034,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144505] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(333), 1, - sym__additive_operator, - STATE(343), 1, - sym__logical_operator, - STATE(383), 1, - sym__multiplicative_operator, - STATE(396), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1887), 2, - sym_comment, - sym_include, - ACTIONS(1217), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [144571] = 6, + [148643] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3495), 1, + ACTIONS(3390), 1, ts_builtin_sym_end, - STATE(1888), 2, + STATE(1921), 2, sym_comment, sym_include, - ACTIONS(3006), 31, + ACTIONS(3045), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -178155,19 +181078,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144621] = 6, + [148693] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3497), 1, + ACTIONS(3392), 1, ts_builtin_sym_end, - STATE(1889), 2, + STATE(1922), 2, sym_comment, sym_include, - ACTIONS(3008), 31, + ACTIONS(3047), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -178199,115 +181122,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144671] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(333), 1, - sym__additive_operator, - STATE(343), 1, - sym__logical_operator, - STATE(383), 1, - sym__multiplicative_operator, - STATE(396), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1890), 2, - sym_comment, - sym_include, - ACTIONS(1205), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [144739] = 5, + [148743] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1891), 2, - sym_comment, - sym_include, - ACTIONS(3499), 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, - [144787] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3501), 1, + ACTIONS(3394), 1, ts_builtin_sym_end, - STATE(1892), 2, + STATE(1923), 2, sym_comment, sym_include, - ACTIONS(3016), 31, + ACTIONS(3049), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -178339,19 +181166,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144837] = 6, + [148793] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3503), 1, + ACTIONS(3396), 1, ts_builtin_sym_end, - STATE(1893), 2, + STATE(1924), 2, sym_comment, sym_include, - ACTIONS(3018), 31, + ACTIONS(3051), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -178383,19 +181210,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144887] = 6, + [148843] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3505), 1, + ACTIONS(3398), 1, ts_builtin_sym_end, - STATE(1894), 2, + STATE(1925), 2, sym_comment, sym_include, - ACTIONS(3020), 31, + ACTIONS(3053), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -178427,19 +181254,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144937] = 6, + [148893] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3507), 1, + ACTIONS(3400), 1, ts_builtin_sym_end, - STATE(1895), 2, + STATE(1926), 2, sym_comment, sym_include, - ACTIONS(3022), 31, + ACTIONS(3055), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -178471,19 +181298,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [144987] = 6, + [148943] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3509), 1, + ACTIONS(3402), 1, ts_builtin_sym_end, - STATE(1896), 2, + STATE(1927), 2, sym_comment, sym_include, - ACTIONS(3024), 31, + ACTIONS(3065), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -178515,65 +181342,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145037] = 8, + [148993] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2620), 1, - sym__namecolon, - STATE(1832), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(1897), 2, - sym_comment, - sym_include, - ACTIONS(100), 28, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [145091] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3511), 1, + ACTIONS(3404), 1, ts_builtin_sym_end, - STATE(1898), 2, + STATE(1928), 2, sym_comment, sym_include, - ACTIONS(3026), 31, + ACTIONS(3071), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -178605,19 +181386,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145141] = 6, + [149043] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3513), 1, + ACTIONS(3406), 1, ts_builtin_sym_end, - STATE(1899), 2, + STATE(1929), 2, sym_comment, sym_include, - ACTIONS(3028), 31, + ACTIONS(3077), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -178649,119 +181430,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145191] = 16, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3354), 1, - aux_sym_to_phrase_token1, - STATE(333), 1, - sym__additive_operator, - STATE(343), 1, - sym__logical_operator, - STATE(383), 1, - sym__multiplicative_operator, - STATE(396), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1900), 2, - sym_comment, - sym_include, - ACTIONS(3352), 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(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [145261] = 8, + [149093] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2620), 1, - sym__namecolon, - STATE(1832), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(1901), 2, - sym_comment, - sym_include, - ACTIONS(100), 28, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [145315] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3515), 1, + ACTIONS(3408), 1, ts_builtin_sym_end, - STATE(1902), 2, + STATE(1930), 2, sym_comment, sym_include, - ACTIONS(3040), 31, + ACTIONS(3285), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -178793,19 +181474,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145365] = 6, + [149143] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3517), 1, + ACTIONS(3410), 1, ts_builtin_sym_end, - STATE(1903), 2, + STATE(1931), 2, sym_comment, sym_include, - ACTIONS(3042), 31, + ACTIONS(3283), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -178837,19 +181518,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145415] = 6, + [149193] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3519), 1, + ACTIONS(3412), 1, ts_builtin_sym_end, - STATE(1904), 2, + STATE(1932), 2, sym_comment, sym_include, - ACTIONS(3044), 31, + ACTIONS(3079), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -178881,19 +181562,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145465] = 6, + [149243] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3521), 1, + ACTIONS(3414), 1, ts_builtin_sym_end, - STATE(1905), 2, + STATE(1933), 2, sym_comment, sym_include, - ACTIONS(3050), 31, + ACTIONS(3279), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -178925,62 +181606,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145515] = 5, + [149293] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1906), 2, - sym_comment, - sym_include, - ACTIONS(3523), 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, - [145563] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3525), 1, + ACTIONS(3416), 1, ts_builtin_sym_end, - STATE(1907), 2, + STATE(1934), 2, sym_comment, sym_include, - ACTIONS(3054), 31, + ACTIONS(3277), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -179012,19 +181650,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145613] = 6, + [149343] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3527), 1, + ACTIONS(3418), 1, ts_builtin_sym_end, - STATE(1908), 2, + STATE(1935), 2, sym_comment, sym_include, - ACTIONS(3056), 31, + ACTIONS(3275), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -179056,19 +181694,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145663] = 6, + [149393] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3529), 1, + ACTIONS(3420), 1, ts_builtin_sym_end, - STATE(1909), 2, + STATE(1936), 2, sym_comment, sym_include, - ACTIONS(3328), 31, + ACTIONS(3273), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -179100,19 +181738,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145713] = 5, + [149443] = 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(3422), 1, + ts_builtin_sym_end, + STATE(1937), 2, sym_comment, sym_include, - ACTIONS(3342), 32, + ACTIONS(3081), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -179143,19 +181782,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145761] = 5, + [149493] = 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(3424), 1, + ts_builtin_sym_end, + STATE(1938), 2, sym_comment, sym_include, - ACTIONS(3338), 32, + ACTIONS(3083), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -179186,72 +181826,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145809] = 15, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3531), 1, - aux_sym_when_expression_token1, - STATE(697), 1, - sym__logical_operator, - STATE(698), 1, - sym__additive_operator, - STATE(699), 1, - sym__multiplicative_operator, - STATE(700), 1, - sym__comparison_operator, - STATE(4920), 1, - sym_when_expression, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1912), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(3122), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - ACTIONS(1098), 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, - [145877] = 5, + [149543] = 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(3426), 1, + ts_builtin_sym_end, + STATE(1939), 2, sym_comment, sym_include, - ACTIONS(3334), 32, + ACTIONS(3085), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -179282,19 +181870,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145925] = 5, + [149593] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1914), 2, + ACTIONS(3428), 1, + ts_builtin_sym_end, + STATE(1940), 2, sym_comment, sym_include, - ACTIONS(3326), 32, + ACTIONS(3271), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -179325,19 +181914,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [145973] = 5, + [149643] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1915), 2, + ACTIONS(3430), 1, + ts_builtin_sym_end, + STATE(1941), 2, sym_comment, sym_include, - ACTIONS(3322), 32, + ACTIONS(3269), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -179368,105 +181958,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146021] = 5, + [149693] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1916), 2, - sym_comment, - sym_include, - ACTIONS(3318), 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, - [146069] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1917), 2, - sym_comment, - sym_include, - ACTIONS(3314), 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, - [146117] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1918), 2, + ACTIONS(3432), 1, + ts_builtin_sym_end, + STATE(1942), 2, sym_comment, sym_include, - ACTIONS(3310), 32, + ACTIONS(3267), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -179497,19 +182002,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146165] = 5, + [149743] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1919), 2, + ACTIONS(3434), 1, + ts_builtin_sym_end, + STATE(1943), 2, sym_comment, sym_include, - ACTIONS(3306), 32, + 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, @@ -179540,19 +182046,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146213] = 5, + [149793] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1920), 2, + ACTIONS(3436), 1, + ts_builtin_sym_end, + STATE(1944), 2, sym_comment, sym_include, - ACTIONS(3302), 32, + 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, @@ -179583,19 +182090,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146261] = 5, + [149843] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1921), 2, + ACTIONS(3438), 1, + ts_builtin_sym_end, + STATE(1945), 2, sym_comment, sym_include, - ACTIONS(3298), 32, + 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, @@ -179626,19 +182134,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146309] = 5, + [149893] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1922), 2, + ACTIONS(3440), 1, + ts_builtin_sym_end, + STATE(1946), 2, sym_comment, sym_include, - ACTIONS(3294), 32, + 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, @@ -179669,19 +182178,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146357] = 5, + [149943] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1923), 2, + ACTIONS(3442), 1, + ts_builtin_sym_end, + STATE(1947), 2, sym_comment, sym_include, - ACTIONS(3290), 32, + ACTIONS(3087), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -179712,19 +182222,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146405] = 5, + [149993] = 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(3444), 1, + ts_builtin_sym_end, + STATE(1948), 2, sym_comment, sym_include, - ACTIONS(3286), 32, + ACTIONS(3089), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -179755,19 +182266,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146453] = 6, + [150043] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3533), 1, + ACTIONS(3446), 1, ts_builtin_sym_end, - STATE(1925), 2, + STATE(1949), 2, sym_comment, sym_include, - ACTIONS(3419), 31, + ACTIONS(3091), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -179799,19 +182310,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146503] = 5, + [150093] = 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(3448), 1, + ts_builtin_sym_end, + STATE(1950), 2, sym_comment, sym_include, - ACTIONS(2890), 32, + 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, @@ -179842,19 +182354,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146551] = 6, + [150143] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3533), 1, + ACTIONS(3450), 1, ts_builtin_sym_end, - STATE(1927), 2, + STATE(1951), 2, sym_comment, sym_include, - ACTIONS(3419), 31, + ACTIONS(3255), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -179886,121 +182398,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146601] = 13, + [150193] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(830), 1, - sym__logical_operator, - STATE(831), 1, - sym__additive_operator, - STATE(832), 1, - sym__multiplicative_operator, - STATE(833), 1, - sym__comparison_operator, - ACTIONS(192), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1928), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(194), 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(1098), 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, - [146665] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(830), 1, - sym__logical_operator, - STATE(831), 1, - sym__additive_operator, - STATE(832), 1, - sym__multiplicative_operator, - STATE(833), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1929), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1187), 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(1098), 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, - [146729] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1930), 2, + ACTIONS(3452), 1, + ts_builtin_sym_end, + STATE(1952), 2, sym_comment, sym_include, - ACTIONS(3282), 32, + ACTIONS(3093), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -180031,70 +182442,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146777] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(830), 1, - sym__logical_operator, - STATE(831), 1, - sym__additive_operator, - STATE(832), 1, - sym__multiplicative_operator, - STATE(833), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1931), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1191), 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(1098), 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, - [146841] = 6, + [150243] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3535), 1, + ACTIONS(3454), 1, ts_builtin_sym_end, - STATE(1932), 2, + STATE(1953), 2, sym_comment, sym_include, - ACTIONS(3094), 31, + ACTIONS(3095), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -180126,19 +182486,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146891] = 6, + [150293] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3537), 1, + ACTIONS(3456), 1, ts_builtin_sym_end, - STATE(1933), 2, + STATE(1954), 2, sym_comment, sym_include, - ACTIONS(3092), 31, + ACTIONS(3097), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -180170,245 +182530,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [146941] = 9, + [150343] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2589), 1, - anon_sym_LBRACK, - ACTIONS(2591), 1, - anon_sym_LPAREN, - STATE(2257), 1, - sym_function_arguments, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(1934), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_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, - [146997] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1935), 2, - sym_comment, - sym_include, - ACTIONS(2894), 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, - [147045] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(830), 1, - sym__logical_operator, - STATE(831), 1, - sym__additive_operator, - STATE(832), 1, - sym__multiplicative_operator, - STATE(833), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1936), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1195), 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(1098), 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, - [147109] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3541), 1, - aux_sym_variable_tuning_token2, - STATE(1937), 2, - sym_comment, - sym_include, - ACTIONS(3539), 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_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_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, - [147159] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1938), 2, - sym_comment, - sym_include, - ACTIONS(3543), 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, - [147207] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1939), 2, + STATE(1955), 2, sym_comment, sym_include, - ACTIONS(3545), 32, + ACTIONS(3458), 32, sym_identifier, aux_sym_primitive_type_token1, aux_sym_primitive_type_token2, @@ -180441,19 +182573,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_property_type_token1, aux_sym_property_type_token2, aux_sym_method_tuning_token1, - [147255] = 6, + [150391] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3547), 1, + ACTIONS(3460), 1, ts_builtin_sym_end, - STATE(1940), 2, + STATE(1956), 2, sym_comment, sym_include, - ACTIONS(3138), 31, + ACTIONS(3099), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -180485,19 +182617,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147305] = 6, + [150441] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3549), 1, + ACTIONS(3462), 1, ts_builtin_sym_end, - STATE(1941), 2, + STATE(1957), 2, sym_comment, sym_include, - ACTIONS(3136), 31, + ACTIONS(3101), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -180529,115 +182661,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147355] = 13, + [150491] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(830), 1, - sym__logical_operator, - STATE(831), 1, - sym__additive_operator, - STATE(832), 1, - sym__multiplicative_operator, - STATE(833), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1942), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1199), 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(1098), 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, - [147419] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(3556), 1, - sym__escaped_string, - STATE(2492), 1, - sym_index_tuning, - ACTIONS(3553), 2, - aux_sym_type_tuning_token1, - aux_sym_index_tuning_token1, - STATE(1943), 3, - sym_comment, - sym_include, - aux_sym_index_definition_repeat1, - ACTIONS(3551), 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, - [147471] = 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(3464), 1, ts_builtin_sym_end, - STATE(1944), 2, + STATE(1958), 2, sym_comment, sym_include, - ACTIONS(3130), 31, + ACTIONS(3103), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -180669,19 +182705,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147521] = 6, + [150541] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3560), 1, + ACTIONS(3466), 1, ts_builtin_sym_end, - STATE(1945), 2, + STATE(1959), 2, sym_comment, sym_include, - ACTIONS(3106), 31, + ACTIONS(3105), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -180713,19 +182749,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147571] = 6, + [150591] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3562), 1, + ACTIONS(3468), 1, ts_builtin_sym_end, - STATE(1946), 2, + STATE(1960), 2, sym_comment, sym_include, - ACTIONS(3104), 31, + ACTIONS(3107), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -180757,19 +182793,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147621] = 6, + [150641] = 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(3470), 1, ts_builtin_sym_end, - STATE(1947), 2, + STATE(1961), 2, sym_comment, sym_include, - ACTIONS(3102), 31, + ACTIONS(3109), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -180801,67 +182837,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147671] = 10, + [150691] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2448), 1, - sym_identifier, - ACTIONS(3568), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, - sym__or_operator, - sym__and_operator, - STATE(1948), 2, - sym_comment, - sym_include, - ACTIONS(3566), 5, - aux_sym_dataset_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym__function_argument_with_mode_token1, - aux_sym__function_argument_with_mode_token2, - aux_sym__function_argument_with_mode_token3, - ACTIONS(1351), 22, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [147729] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1949), 2, + ACTIONS(3472), 1, + ts_builtin_sym_end, + STATE(1962), 2, sym_comment, sym_include, - ACTIONS(2844), 31, + ACTIONS(3111), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -180871,6 +182860,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, @@ -180891,69 +182881,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147776] = 13, + [150741] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(638), 1, - sym__logical_operator, - STATE(639), 1, - sym__additive_operator, - STATE(640), 1, - sym__multiplicative_operator, - STATE(641), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(1950), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1187), 5, - sym_identifier, - sym__terminator, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1098), 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, - [147839] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1951), 2, + ACTIONS(3474), 1, + ts_builtin_sym_end, + STATE(1963), 2, sym_comment, sym_include, - ACTIONS(3114), 31, + ACTIONS(3113), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -180963,6 +182904,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, @@ -180983,19 +182925,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147886] = 5, + [150791] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1952), 2, + ACTIONS(3476), 1, + ts_builtin_sym_end, + STATE(1964), 2, sym_comment, sym_include, - ACTIONS(3116), 31, + 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, @@ -181005,6 +182948,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, @@ -181025,19 +182969,63 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147933] = 5, + [150841] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1953), 2, + STATE(1965), 2, sym_comment, sym_include, - ACTIONS(3118), 31, + ACTIONS(3478), 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, + [150889] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3480), 1, + ts_builtin_sym_end, + STATE(1966), 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, aux_sym_scope_tuning_token1, @@ -181047,6 +183035,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, @@ -181067,19 +183056,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [147980] = 5, + [150939] = 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(3482), 1, + ts_builtin_sym_end, + STATE(1967), 2, sym_comment, sym_include, - ACTIONS(3078), 31, + 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, @@ -181089,6 +183079,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, @@ -181109,19 +183100,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148027] = 5, + [150989] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1955), 2, + ACTIONS(3484), 1, + ts_builtin_sym_end, + STATE(1968), 2, sym_comment, sym_include, - ACTIONS(3082), 31, + 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, @@ -181131,6 +183123,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, @@ -181151,19 +183144,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148074] = 5, + [151039] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1956), 2, + ACTIONS(3486), 1, + ts_builtin_sym_end, + STATE(1969), 2, sym_comment, sym_include, - ACTIONS(3128), 31, + ACTIONS(3245), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -181173,6 +183167,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, @@ -181193,19 +183188,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148121] = 5, + [151089] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1957), 2, + ACTIONS(3488), 1, + ts_builtin_sym_end, + STATE(1970), 2, sym_comment, sym_include, - ACTIONS(2808), 31, + 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, @@ -181215,6 +183211,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, @@ -181235,19 +183232,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148168] = 5, + [151139] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1958), 2, + ACTIONS(3490), 1, + ts_builtin_sym_end, + STATE(1971), 2, sym_comment, sym_include, - ACTIONS(3100), 31, + ACTIONS(3119), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -181257,6 +183255,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, @@ -181277,19 +183276,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148215] = 5, + [151189] = 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(3492), 1, + ts_builtin_sym_end, + STATE(1972), 2, sym_comment, sym_include, - ACTIONS(2916), 31, + ACTIONS(3121), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -181299,6 +183299,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, @@ -181319,19 +183320,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148262] = 5, + [151239] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1960), 2, + ACTIONS(3494), 1, + ts_builtin_sym_end, + STATE(1973), 2, sym_comment, sym_include, - ACTIONS(3164), 31, + 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, @@ -181341,6 +183343,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, @@ -181361,19 +183364,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148309] = 5, + [151289] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1961), 2, + ACTIONS(3496), 1, + ts_builtin_sym_end, + STATE(1974), 2, sym_comment, sym_include, - ACTIONS(2806), 31, + 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, @@ -181383,6 +183387,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, @@ -181403,19 +183408,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148356] = 5, + [151339] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1962), 2, + ACTIONS(3498), 1, + ts_builtin_sym_end, + STATE(1975), 2, sym_comment, sym_include, - ACTIONS(3158), 31, + 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, @@ -181425,6 +183431,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, @@ -181445,19 +183452,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148403] = 5, + [151389] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1963), 2, + ACTIONS(3500), 1, + ts_builtin_sym_end, + STATE(1976), 2, sym_comment, sym_include, - ACTIONS(3150), 31, + ACTIONS(3127), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -181467,6 +183475,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, @@ -181487,19 +183496,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148450] = 5, + [151439] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1964), 2, + ACTIONS(3502), 1, + ts_builtin_sym_end, + STATE(1977), 2, sym_comment, sym_include, - ACTIONS(3146), 31, + ACTIONS(3135), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -181509,6 +183519,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, @@ -181529,19 +183540,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148497] = 5, + [151489] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1965), 2, + ACTIONS(3504), 1, + ts_builtin_sym_end, + STATE(1978), 2, sym_comment, sym_include, - ACTIONS(3142), 31, + ACTIONS(3237), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -181551,6 +183563,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, @@ -181571,19 +183584,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148544] = 6, + [151539] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3507), 1, + ACTIONS(3506), 1, ts_builtin_sym_end, - STATE(1966), 2, + STATE(1979), 2, sym_comment, sym_include, - ACTIONS(3022), 30, + ACTIONS(3235), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -181594,6 +183607,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, @@ -181614,19 +183628,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148593] = 6, + [151589] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3256), 1, + ACTIONS(3508), 1, ts_builtin_sym_end, - STATE(1967), 2, + STATE(1980), 2, sym_comment, sym_include, - ACTIONS(2826), 30, + ACTIONS(3141), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -181637,6 +183651,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, @@ -181657,19 +183672,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148642] = 6, + [151639] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3505), 1, + ACTIONS(3510), 1, ts_builtin_sym_end, - STATE(1968), 2, + STATE(1981), 2, sym_comment, sym_include, - ACTIONS(3020), 30, + ACTIONS(3143), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -181680,6 +183695,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, @@ -181700,19 +183716,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148691] = 6, + [151689] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3380), 1, + ACTIONS(3512), 1, ts_builtin_sym_end, - STATE(1969), 2, + STATE(1982), 2, sym_comment, sym_include, - ACTIONS(3194), 30, + ACTIONS(3233), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -181723,6 +183739,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, @@ -181743,19 +183760,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148740] = 6, + [151739] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3370), 1, + ACTIONS(3514), 1, ts_builtin_sym_end, - STATE(1970), 2, + STATE(1983), 2, sym_comment, sym_include, - ACTIONS(3266), 30, + ACTIONS(3145), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -181766,6 +183783,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, @@ -181786,19 +183804,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148789] = 6, + [151789] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3433), 1, + ACTIONS(3516), 1, ts_builtin_sym_end, - STATE(1971), 2, + STATE(1984), 2, sym_comment, sym_include, - ACTIONS(2876), 30, + ACTIONS(3231), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -181809,6 +183827,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, @@ -181829,19 +183848,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148838] = 6, + [151839] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3503), 1, + ACTIONS(3518), 1, ts_builtin_sym_end, - STATE(1972), 2, + STATE(1985), 2, sym_comment, sym_include, - ACTIONS(3018), 30, + ACTIONS(3229), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -181852,6 +183871,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, @@ -181872,19 +183892,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148887] = 6, + [151889] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3372), 1, + ACTIONS(3520), 1, ts_builtin_sym_end, - STATE(1973), 2, + STATE(1986), 2, sym_comment, sym_include, - ACTIONS(3260), 30, + ACTIONS(3227), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -181895,6 +183915,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, @@ -181915,64 +183936,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [148936] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2595), 1, - sym__namecolon, - STATE(1516), 1, - aux_sym_object_access_repeat1, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(1974), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_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, - [148989] = 6, + [151939] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3374), 1, + ACTIONS(3522), 1, ts_builtin_sym_end, - STATE(1975), 2, + STATE(1987), 2, sym_comment, sym_include, - ACTIONS(3252), 30, + ACTIONS(3225), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -181983,6 +183959,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, @@ -182003,19 +183980,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149038] = 6, + [151989] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3560), 1, + ACTIONS(3524), 1, ts_builtin_sym_end, - STATE(1976), 2, + STATE(1988), 2, sym_comment, sym_include, - ACTIONS(3106), 30, + ACTIONS(3223), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -182026,6 +184003,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, @@ -182046,19 +184024,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149087] = 6, + [152039] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3535), 1, + ACTIONS(3526), 1, ts_builtin_sym_end, - STATE(1977), 2, + STATE(1989), 2, sym_comment, sym_include, - ACTIONS(3094), 30, + ACTIONS(3221), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -182069,6 +184047,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, @@ -182089,19 +184068,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149136] = 6, + [152089] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3537), 1, + ACTIONS(3528), 1, ts_builtin_sym_end, - STATE(1978), 2, + STATE(1990), 2, sym_comment, sym_include, - ACTIONS(3092), 30, + ACTIONS(3219), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -182112,6 +184091,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, @@ -182132,19 +184112,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149185] = 6, + [152139] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3471), 1, + ACTIONS(3530), 1, ts_builtin_sym_end, - STATE(1979), 2, + STATE(1991), 2, sym_comment, sym_include, - ACTIONS(2966), 30, + ACTIONS(3217), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -182155,6 +184135,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, @@ -182175,104 +184156,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149234] = 6, + [152189] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3501), 1, + ACTIONS(3532), 1, ts_builtin_sym_end, - STATE(1980), 2, - sym_comment, - sym_include, - ACTIONS(3016), 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, - [149283] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1981), 2, - sym_comment, - sym_include, - ACTIONS(2918), 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, - [149330] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1982), 2, + STATE(1992), 2, sym_comment, sym_include, - ACTIONS(3070), 31, + ACTIONS(3215), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182282,6 +184179,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, @@ -182302,19 +184200,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149377] = 6, + [152239] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2888), 1, + ACTIONS(3534), 1, ts_builtin_sym_end, - STATE(1983), 2, + STATE(1993), 2, sym_comment, sym_include, - ACTIONS(2890), 30, + ACTIONS(3213), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -182325,6 +184223,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, @@ -182345,19 +184244,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149426] = 6, + [152289] = 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(3536), 1, ts_builtin_sym_end, - STATE(1984), 2, + STATE(1994), 2, sym_comment, sym_include, - ACTIONS(2830), 30, + ACTIONS(3211), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -182368,6 +184267,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, @@ -182388,69 +184288,68 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149475] = 8, - ACTIONS(3), 1, + [152339] = 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(2595), 1, - sym__namecolon, - STATE(1516), 1, - aux_sym_object_access_repeat1, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(1985), 2, + ACTIONS(3540), 1, + aux_sym_variable_tuning_token2, + STATE(1995), 2, sym_comment, sym_include, - ACTIONS(89), 27, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, + ACTIONS(3538), 31, + sym__terminator, anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, + anon_sym_RPAREN, + aux_sym_unary_expression_token2, anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_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, - [149528] = 8, + aux_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_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_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, + [152389] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2591), 1, - anon_sym_LPAREN, - STATE(2257), 1, - sym_function_arguments, - ACTIONS(87), 2, + ACTIONS(2583), 1, + sym__namedot, + STATE(1615), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(102), 2, sym__or_operator, sym__and_operator, - STATE(1986), 2, + STATE(1996), 2, sym_comment, sym_include, - ACTIONS(89), 27, + ACTIONS(104), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -182460,6 +184359,7 @@ 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, @@ -182478,19 +184378,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [149581] = 5, + [152443] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1987), 2, + ACTIONS(3542), 1, + ts_builtin_sym_end, + STATE(1997), 2, sym_comment, sym_include, - ACTIONS(3108), 31, + ACTIONS(3209), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182500,6 +184401,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, @@ -182520,145 +184422,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149628] = 5, + [152493] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1988), 2, - sym_comment, - sym_include, - ACTIONS(3098), 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, - [149675] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1989), 2, - sym_comment, - sym_include, - ACTIONS(3096), 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, - [149722] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1990), 2, - sym_comment, - sym_include, - ACTIONS(3090), 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, - [149769] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(1991), 2, + ACTIONS(3544), 1, + ts_builtin_sym_end, + STATE(1998), 2, sym_comment, sym_include, - ACTIONS(3088), 31, + ACTIONS(3207), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182668,6 +184445,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, @@ -182688,19 +184466,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149816] = 5, + [152543] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1992), 2, + ACTIONS(3546), 1, + ts_builtin_sym_end, + STATE(1999), 2, sym_comment, sym_include, - ACTIONS(3062), 31, + ACTIONS(3205), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182710,6 +184489,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, @@ -182730,64 +184510,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] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2593), 1, - sym__namedot, - STATE(2188), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(128), 2, - sym__or_operator, - sym__and_operator, - STATE(1993), 2, - sym_comment, - sym_include, - ACTIONS(130), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_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, - [149916] = 6, + [152593] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2832), 1, + ACTIONS(3548), 1, ts_builtin_sym_end, - STATE(1994), 2, + STATE(2000), 2, sym_comment, sym_include, - ACTIONS(2834), 30, + ACTIONS(3203), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -182798,6 +184533,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, @@ -182818,19 +184554,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [149965] = 5, + [152643] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1995), 2, + ACTIONS(3550), 1, + ts_builtin_sym_end, + STATE(2001), 2, sym_comment, sym_include, - ACTIONS(3060), 31, + ACTIONS(3197), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182840,6 +184577,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, @@ -182860,19 +184598,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150012] = 6, + [152693] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2892), 1, + ACTIONS(3552), 1, ts_builtin_sym_end, - STATE(1996), 2, + STATE(2002), 2, sym_comment, sym_include, - ACTIONS(2894), 30, + ACTIONS(3195), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -182883,6 +184621,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, @@ -182903,19 +184642,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150061] = 5, + [152743] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1997), 2, + ACTIONS(3554), 1, + ts_builtin_sym_end, + STATE(2003), 2, sym_comment, sym_include, - ACTIONS(3058), 31, + ACTIONS(3193), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182925,6 +184665,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, @@ -182945,19 +184686,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150108] = 5, + [152793] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1998), 2, + ACTIONS(3556), 1, + ts_builtin_sym_end, + STATE(2004), 2, sym_comment, sym_include, - ACTIONS(3076), 31, + ACTIONS(3191), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -182967,6 +184709,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, @@ -182987,19 +184730,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150155] = 5, + [152843] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(1999), 2, + ACTIONS(3558), 1, + ts_builtin_sym_end, + STATE(2005), 2, sym_comment, sym_include, - ACTIONS(3074), 31, + ACTIONS(3189), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183009,6 +184753,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, @@ -183029,19 +184774,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150202] = 6, + [152893] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3376), 1, + ACTIONS(3560), 1, ts_builtin_sym_end, - STATE(2000), 2, + STATE(2006), 2, sym_comment, sym_include, - ACTIONS(3248), 30, + ACTIONS(3187), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -183052,6 +184797,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, @@ -183072,19 +184818,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150251] = 6, + [152943] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3254), 1, + ACTIONS(3562), 1, ts_builtin_sym_end, - STATE(2001), 2, + STATE(2007), 2, sym_comment, sym_include, - ACTIONS(2844), 30, + ACTIONS(3185), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -183095,6 +184841,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, @@ -183115,19 +184862,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150300] = 6, + [152993] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3378), 1, + ACTIONS(3564), 1, ts_builtin_sym_end, - STATE(2002), 2, + STATE(2008), 2, sym_comment, sym_include, - ACTIONS(3208), 30, + ACTIONS(3183), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -183138,6 +184885,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, @@ -183158,19 +184906,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150349] = 6, + [153043] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3525), 1, + ACTIONS(3566), 1, ts_builtin_sym_end, - STATE(2003), 2, + STATE(2009), 2, sym_comment, sym_include, - ACTIONS(3054), 30, + ACTIONS(3181), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -183181,6 +184929,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, @@ -183201,19 +184950,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150398] = 5, + [153093] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2004), 2, + ACTIONS(3568), 1, + ts_builtin_sym_end, + STATE(2010), 2, sym_comment, sym_include, - ACTIONS(3068), 31, + ACTIONS(3179), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183223,6 +184973,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, @@ -183243,19 +184994,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150445] = 6, + [153143] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3431), 1, + ACTIONS(3570), 1, ts_builtin_sym_end, - STATE(2005), 2, + STATE(2011), 2, sym_comment, sym_include, - ACTIONS(2874), 30, + ACTIONS(3177), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -183266,6 +185017,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, @@ -183286,19 +185038,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150494] = 5, + [153193] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2006), 2, + ACTIONS(3572), 1, + ts_builtin_sym_end, + STATE(2012), 2, sym_comment, sym_include, - ACTIONS(3064), 31, + ACTIONS(3175), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183308,6 +185061,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, @@ -183328,19 +185082,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150541] = 5, + [153243] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2007), 2, + ACTIONS(3574), 1, + ts_builtin_sym_end, + STATE(2013), 2, sym_comment, sym_include, - ACTIONS(3052), 31, + ACTIONS(3173), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183350,6 +185105,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, @@ -183370,19 +185126,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150588] = 5, + [153293] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2008), 2, + ACTIONS(3576), 1, + ts_builtin_sym_end, + STATE(2014), 2, sym_comment, sym_include, - ACTIONS(3048), 31, + ACTIONS(3171), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183392,6 +185149,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, @@ -183412,19 +185170,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150635] = 5, + [153343] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2009), 2, + ACTIONS(3578), 1, + ts_builtin_sym_end, + STATE(2015), 2, sym_comment, sym_include, - ACTIONS(3046), 31, + ACTIONS(3169), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183434,6 +185193,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, @@ -183454,19 +185214,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150682] = 5, + [153393] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2010), 2, + ACTIONS(3580), 1, + ts_builtin_sym_end, + STATE(2016), 2, sym_comment, sym_include, - ACTIONS(3038), 31, + ACTIONS(3167), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183476,6 +185237,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, @@ -183496,19 +185258,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150729] = 5, + [153443] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2011), 2, + ACTIONS(3582), 1, + ts_builtin_sym_end, + STATE(2017), 2, sym_comment, sym_include, - ACTIONS(3036), 31, + ACTIONS(3165), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183518,6 +185281,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, @@ -183538,19 +185302,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150776] = 5, + [153493] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2012), 2, + ACTIONS(3584), 1, + ts_builtin_sym_end, + STATE(2018), 2, sym_comment, sym_include, - ACTIONS(3014), 31, + ACTIONS(3163), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183560,6 +185325,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, @@ -183580,19 +185346,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150823] = 5, + [153543] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2013), 2, + ACTIONS(3586), 1, + ts_builtin_sym_end, + STATE(2019), 2, sym_comment, sym_include, - ACTIONS(3012), 31, + ACTIONS(3161), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183602,6 +185369,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, @@ -183622,19 +185390,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150870] = 6, + [153593] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3469), 1, + ACTIONS(3588), 1, ts_builtin_sym_end, - STATE(2014), 2, + STATE(2020), 2, sym_comment, sym_include, - ACTIONS(2964), 30, + ACTIONS(3159), 31, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -183645,6 +185413,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, @@ -183665,19 +185434,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150919] = 5, + [153643] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2015), 2, + ACTIONS(3590), 1, + ts_builtin_sym_end, + STATE(2021), 2, sym_comment, sym_include, - ACTIONS(3010), 31, + ACTIONS(3157), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183687,6 +185457,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, @@ -183707,19 +185478,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [150966] = 5, + [153693] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2016), 2, + ACTIONS(3592), 1, + ts_builtin_sym_end, + STATE(2022), 2, sym_comment, sym_include, - ACTIONS(3004), 31, + ACTIONS(3155), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183729,6 +185501,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, @@ -183749,19 +185522,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151013] = 5, + [153743] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2017), 2, + ACTIONS(3594), 1, + ts_builtin_sym_end, + STATE(2023), 2, sym_comment, sym_include, - ACTIONS(3000), 31, + ACTIONS(3153), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183771,6 +185545,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, @@ -183791,19 +185566,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151060] = 5, + [153793] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2018), 2, + ACTIONS(3596), 1, + ts_builtin_sym_end, + STATE(2024), 2, sym_comment, sym_include, - ACTIONS(2996), 31, + ACTIONS(3151), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183813,6 +185589,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, @@ -183833,19 +185610,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151107] = 5, + [153843] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2019), 2, + ACTIONS(3598), 1, + ts_builtin_sym_end, + STATE(2025), 2, sym_comment, sym_include, - ACTIONS(2992), 31, + ACTIONS(3149), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183855,6 +185633,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, @@ -183875,19 +185654,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151154] = 5, + [153893] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2020), 2, + ACTIONS(3600), 1, + ts_builtin_sym_end, + STATE(2026), 2, sym_comment, sym_include, - ACTIONS(2988), 31, + ACTIONS(3147), 31, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183897,6 +185677,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, @@ -183917,19 +185698,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151201] = 5, + [153943] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2021), 2, + ACTIONS(3420), 1, + ts_builtin_sym_end, + STATE(2027), 2, sym_comment, sym_include, - ACTIONS(2968), 31, + ACTIONS(3273), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -183959,17 +185741,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151248] = 5, + [153992] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2022), 2, + STATE(2028), 2, sym_comment, sym_include, - ACTIONS(2960), 31, + ACTIONS(3185), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -184001,19 +185783,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151295] = 6, + [154039] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3467), 1, + ACTIONS(3432), 1, ts_builtin_sym_end, - STATE(2023), 2, + STATE(2029), 2, sym_comment, sym_include, - ACTIONS(2962), 30, + ACTIONS(3267), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -184044,19 +185826,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151344] = 5, + [154088] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2024), 2, + ACTIONS(3137), 1, + ts_builtin_sym_end, + STATE(2030), 2, sym_comment, sym_include, - ACTIONS(2952), 31, + ACTIONS(2919), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184086,19 +185869,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151391] = 5, + [154137] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2025), 2, + ACTIONS(3434), 1, + ts_builtin_sym_end, + STATE(2031), 2, sym_comment, sym_include, - ACTIONS(2948), 31, + ACTIONS(3265), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184128,19 +185912,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151438] = 5, + [154186] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2026), 2, + ACTIONS(3201), 1, + ts_builtin_sym_end, + STATE(2032), 2, sym_comment, sym_include, - ACTIONS(2946), 31, + ACTIONS(2935), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184170,19 +185955,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151485] = 5, + [154235] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2027), 2, + ACTIONS(3508), 1, + ts_builtin_sym_end, + STATE(2033), 2, sym_comment, sym_include, - ACTIONS(2944), 31, + ACTIONS(3141), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184212,19 +185998,130 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151532] = 6, + [154284] = 24, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3602), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(3604), 1, + aux_sym_dataset_expression_token1, + ACTIONS(3606), 1, + aux_sym_input_expression_token1, + ACTIONS(3614), 1, + aux_sym_variable_definition_token3, + ACTIONS(3616), 1, + aux_sym_variable_definition_token4, + ACTIONS(3618), 1, + aux_sym_buffer_definition_token1, + ACTIONS(3620), 1, + aux_sym_query_definition_token1, + ACTIONS(3624), 1, + aux_sym_stream_definition_token1, + ACTIONS(3628), 1, + aux_sym_button_definition_token1, + STATE(3304), 1, + sym_access_tuning, + STATE(3330), 1, + sym_scope_tuning, + STATE(3340), 1, + aux_sym_variable_definition_repeat1, + STATE(3509), 1, + aux_sym_buffer_definition_repeat1, + STATE(3563), 1, + sym_serialization_tuning, + STATE(3565), 1, + aux_sym_workfile_definition_repeat1, + ACTIONS(3612), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(3626), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(2034), 2, + sym_comment, + sym_include, + ACTIONS(3622), 3, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_argument_mode_token2, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [154369] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3527), 1, + STATE(560), 1, + sym__comparison_operator, + STATE(561), 1, + sym__multiplicative_operator, + STATE(562), 1, + sym__additive_operator, + STATE(563), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2035), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(3630), 4, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + ACTIONS(1056), 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, + [154432] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3290), 1, ts_builtin_sym_end, - STATE(2028), 2, + STATE(2036), 2, sym_comment, sym_include, - ACTIONS(3056), 30, + ACTIONS(3292), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -184255,19 +186152,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151581] = 6, + [154481] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2846), 1, + ACTIONS(3326), 1, ts_builtin_sym_end, - STATE(2029), 2, + STATE(2037), 2, sym_comment, sym_include, - ACTIONS(2848), 30, + ACTIONS(2973), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -184298,19 +186195,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151630] = 6, + [154530] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3429), 1, + ACTIONS(3502), 1, ts_builtin_sym_end, - STATE(2030), 2, + STATE(2038), 2, sym_comment, sym_include, - ACTIONS(2870), 30, + ACTIONS(3135), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -184341,19 +186238,66 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151679] = 5, + [154579] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2031), 2, + ACTIONS(2658), 1, + anon_sym_LBRACK, + ACTIONS(2660), 1, + anon_sym_LPAREN, + STATE(2540), 1, + sym_function_arguments, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(2039), 2, sym_comment, sym_include, - ACTIONS(3228), 31, + 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, + [154634] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3294), 1, + ts_builtin_sym_end, + STATE(2040), 2, + sym_comment, + sym_include, + ACTIONS(3296), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184383,19 +186327,70 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151726] = 6, + [154683] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(835), 1, + sym__comparison_operator, + STATE(836), 1, + sym__multiplicative_operator, + STATE(837), 1, + sym__additive_operator, + STATE(838), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2041), 2, + sym_comment, + sym_include, + ACTIONS(1136), 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(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [154748] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2864), 1, + ACTIONS(3452), 1, ts_builtin_sym_end, - STATE(2032), 2, + STATE(2042), 2, sym_comment, sym_include, - ACTIONS(2866), 30, + ACTIONS(3093), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -184426,19 +186421,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151775] = 6, + [154797] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3250), 1, + ACTIONS(3632), 1, ts_builtin_sym_end, - STATE(2033), 2, + STATE(2043), 2, sym_comment, sym_include, - ACTIONS(2872), 30, + ACTIONS(3634), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -184469,19 +186464,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151824] = 5, + [154846] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2034), 2, + ACTIONS(3396), 1, + ts_builtin_sym_end, + STATE(2044), 2, sym_comment, sym_include, - ACTIONS(2934), 31, + ACTIONS(3051), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184511,19 +186507,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151871] = 5, + [154895] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2035), 2, + ACTIONS(3133), 1, + ts_builtin_sym_end, + STATE(2045), 2, sym_comment, sym_include, - ACTIONS(2928), 31, + ACTIONS(2917), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184553,19 +186550,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151918] = 5, + [154944] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2036), 2, + ACTIONS(3131), 1, + ts_builtin_sym_end, + STATE(2046), 2, sym_comment, sym_include, - ACTIONS(2920), 31, + ACTIONS(2915), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184595,17 +186593,69 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [151965] = 5, + [154993] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(835), 1, + sym__comparison_operator, + STATE(836), 1, + sym__multiplicative_operator, + STATE(837), 1, + sym__additive_operator, + STATE(838), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2047), 2, + sym_comment, + sym_include, + ACTIONS(1152), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [155060] = 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(2048), 2, sym_comment, sym_include, - ACTIONS(3362), 31, + ACTIONS(3304), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -184637,17 +186687,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152012] = 5, + [155107] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2038), 2, + STATE(2049), 2, sym_comment, sym_include, - ACTIONS(2914), 31, + ACTIONS(3298), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -184679,19 +186729,71 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152059] = 6, + [155154] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(868), 1, + sym__comparison_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__additive_operator, + STATE(871), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2050), 2, + sym_comment, + sym_include, + ACTIONS(1140), 4, + anon_sym_COLON, + aux_sym__block_terminator_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [155221] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3497), 1, + ACTIONS(3514), 1, ts_builtin_sym_end, - STATE(2039), 2, + STATE(2051), 2, sym_comment, sym_include, - ACTIONS(3008), 30, + ACTIONS(3145), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -184722,19 +186824,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152108] = 6, + [155270] = 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(3061), 1, ts_builtin_sym_end, - STATE(2040), 2, + STATE(2052), 2, sym_comment, sym_include, - ACTIONS(2900), 30, + ACTIONS(2884), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -184765,19 +186867,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152157] = 5, + [155319] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2041), 2, + ACTIONS(3129), 1, + ts_builtin_sym_end, + STATE(2053), 2, sym_comment, sym_include, - ACTIONS(2912), 31, + ACTIONS(2913), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184807,19 +186910,111 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152204] = 6, + [155368] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(835), 1, + sym__comparison_operator, + STATE(836), 1, + sym__multiplicative_operator, + STATE(837), 1, + sym__additive_operator, + STATE(838), 1, + sym__logical_operator, + STATE(2054), 2, + sym_comment, + sym_include, + ACTIONS(1130), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1132), 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, + [155425] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2617), 1, + sym__namedot, + STATE(2070), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(125), 2, + sym__or_operator, + sym__and_operator, + STATE(2055), 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, + [155478] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3465), 1, + ACTIONS(3063), 1, ts_builtin_sym_end, - STATE(2042), 2, + STATE(2056), 2, sym_comment, sym_include, - ACTIONS(2958), 30, + ACTIONS(2886), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -184850,19 +187045,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152253] = 5, + [155527] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2043), 2, + ACTIONS(3486), 1, + ts_builtin_sym_end, + STATE(2057), 2, sym_comment, sym_include, - ACTIONS(2904), 31, + ACTIONS(3245), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184892,19 +187088,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152300] = 5, + [155576] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2044), 2, + ACTIONS(3324), 1, + ts_builtin_sym_end, + STATE(2058), 2, sym_comment, sym_include, - ACTIONS(2902), 31, + ACTIONS(2971), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184934,19 +187131,69 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152347] = 5, + [155625] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(835), 1, + sym__comparison_operator, + STATE(836), 1, + sym__multiplicative_operator, + STATE(837), 1, + sym__additive_operator, + STATE(838), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(2059), 2, + sym_comment, + sym_include, + ACTIONS(1128), 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, + [155686] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2045), 2, + ACTIONS(3402), 1, + ts_builtin_sym_end, + STATE(2060), 2, sym_comment, sym_include, - ACTIONS(2898), 31, + ACTIONS(3065), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -184976,19 +187223,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152394] = 5, + [155735] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2046), 2, + ACTIONS(3199), 1, + ts_builtin_sym_end, + STATE(2061), 2, sym_comment, sym_include, - ACTIONS(2886), 31, + ACTIONS(2933), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185018,19 +187266,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152441] = 5, + [155784] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2047), 2, + ACTIONS(3500), 1, + ts_builtin_sym_end, + STATE(2062), 2, sym_comment, sym_include, - ACTIONS(2882), 31, + ACTIONS(3127), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185060,19 +187309,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152488] = 5, + [155833] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2048), 2, + ACTIONS(3067), 1, + ts_builtin_sym_end, + STATE(2063), 2, sym_comment, sym_include, - ACTIONS(2840), 31, + ACTIONS(2888), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185102,19 +187352,72 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152535] = 5, + [155882] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(835), 1, + sym__comparison_operator, + STATE(836), 1, + sym__multiplicative_operator, + STATE(837), 1, + sym__additive_operator, + STATE(838), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2064), 2, + sym_comment, + sym_include, + ACTIONS(1124), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [155949] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2049), 2, + ACTIONS(3139), 1, + ts_builtin_sym_end, + STATE(2065), 2, sym_comment, sym_include, - ACTIONS(2872), 31, + ACTIONS(2921), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185144,19 +187447,436 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152582] = 6, + [155998] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(835), 1, + sym__comparison_operator, + STATE(836), 1, + sym__multiplicative_operator, + STATE(837), 1, + sym__additive_operator, + STATE(838), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2066), 2, + sym_comment, + sym_include, + ACTIONS(1120), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [156065] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(835), 1, + sym__comparison_operator, + STATE(836), 1, + sym__multiplicative_operator, + STATE(837), 1, + sym__additive_operator, + STATE(838), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2067), 2, + sym_comment, + sym_include, + ACTIONS(1140), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [156132] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(835), 1, + sym__comparison_operator, + STATE(836), 1, + sym__multiplicative_operator, + STATE(837), 1, + sym__additive_operator, + STATE(838), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2068), 2, + sym_comment, + sym_include, + ACTIONS(1144), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [156199] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(835), 1, + sym__comparison_operator, + STATE(836), 1, + sym__multiplicative_operator, + STATE(837), 1, + sym__additive_operator, + STATE(838), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2069), 2, + sym_comment, + sym_include, + ACTIONS(1148), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [156266] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3636), 1, + sym__namedot, + ACTIONS(110), 2, + sym__or_operator, + sym__and_operator, + STATE(2070), 3, + sym_comment, + sym_include, + aux_sym_qualified_name_repeat1, + ACTIONS(112), 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, + [156317] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(835), 1, + sym__comparison_operator, + STATE(836), 1, + sym__multiplicative_operator, + STATE(837), 1, + sym__additive_operator, + STATE(838), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2071), 2, + sym_comment, + sym_include, + ACTIONS(1156), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [156384] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(835), 1, + sym__comparison_operator, + STATE(836), 1, + sym__multiplicative_operator, + STATE(837), 1, + sym__additive_operator, + STATE(838), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2072), 2, + sym_comment, + sym_include, + ACTIONS(1160), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [156451] = 24, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3639), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(3641), 1, + aux_sym_dataset_expression_token1, + ACTIONS(3643), 1, + aux_sym_input_expression_token1, + ACTIONS(3645), 1, + aux_sym_variable_definition_token3, + ACTIONS(3647), 1, + aux_sym_variable_definition_token4, + ACTIONS(3649), 1, + aux_sym_buffer_definition_token1, + ACTIONS(3651), 1, + aux_sym_query_definition_token1, + ACTIONS(3655), 1, + aux_sym_stream_definition_token1, + ACTIONS(3659), 1, + aux_sym_button_definition_token1, + STATE(3300), 1, + sym_access_tuning, + STATE(3330), 1, + sym_scope_tuning, + STATE(3344), 1, + aux_sym_variable_definition_repeat1, + STATE(3506), 1, + aux_sym_buffer_definition_repeat1, + STATE(3543), 1, + aux_sym_workfile_definition_repeat1, + STATE(3563), 1, + sym_serialization_tuning, + ACTIONS(3612), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(3657), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(2073), 2, + sym_comment, + sym_include, + ACTIONS(3653), 3, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_argument_mode_token2, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [156536] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3463), 1, + ACTIONS(3496), 1, ts_builtin_sym_end, - STATE(2050), 2, + STATE(2074), 2, sym_comment, sym_include, - ACTIONS(2956), 30, + ACTIONS(3125), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -185187,19 +187907,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152631] = 5, + [156585] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2051), 2, + ACTIONS(3123), 1, + ts_builtin_sym_end, + STATE(2075), 2, sym_comment, sym_include, - ACTIONS(2866), 31, + ACTIONS(2911), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185229,19 +187950,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152678] = 5, + [156634] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2052), 2, + ACTIONS(3510), 1, + ts_builtin_sym_end, + STATE(2076), 2, sym_comment, sym_include, - ACTIONS(2848), 31, + ACTIONS(3143), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185271,49 +187993,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152725] = 19, + [156683] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3570), 1, - anon_sym_COMMA, - ACTIONS(3572), 1, - aux_sym_of_token1, - ACTIONS(3574), 1, - aux_sym_of_phrase_token2, - STATE(790), 1, + STATE(835), 1, sym__comparison_operator, - STATE(793), 1, + STATE(836), 1, sym__multiplicative_operator, - STATE(794), 1, + STATE(837), 1, sym__additive_operator, - STATE(796), 1, + STATE(838), 1, sym__logical_operator, - STATE(4153), 1, - sym_of_phrase, - STATE(4699), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2053), 2, + STATE(2077), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(232), 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(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -185327,19 +188044,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [152800] = 5, + [156748] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2054), 2, + ACTIONS(3436), 1, + ts_builtin_sym_end, + STATE(2078), 2, sym_comment, sym_include, - ACTIONS(2834), 31, + ACTIONS(3263), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185369,19 +188087,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152847] = 5, + [156797] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2055), 2, + ACTIONS(3438), 1, + ts_builtin_sym_end, + STATE(2079), 2, sym_comment, sym_include, - ACTIONS(2830), 31, + ACTIONS(3261), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185411,19 +188130,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152894] = 6, + [156846] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3382), 1, + ACTIONS(3546), 1, ts_builtin_sym_end, - STATE(2056), 2, + STATE(2080), 2, sym_comment, sym_include, - ACTIONS(3066), 30, + ACTIONS(3205), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -185454,19 +188173,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152943] = 5, + [156895] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2057), 2, + ACTIONS(3544), 1, + ts_builtin_sym_end, + STATE(2081), 2, sym_comment, sym_include, - ACTIONS(2826), 31, + ACTIONS(3207), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185496,19 +188216,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [152990] = 5, + [156944] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2058), 2, + ACTIONS(3440), 1, + ts_builtin_sym_end, + STATE(2082), 2, sym_comment, sym_include, - ACTIONS(2822), 31, + ACTIONS(3259), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185538,169 +188259,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153037] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(697), 1, - sym__logical_operator, - STATE(698), 1, - sym__additive_operator, - STATE(699), 1, - sym__multiplicative_operator, - STATE(700), 1, - sym__comparison_operator, - ACTIONS(192), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2059), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(194), 5, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - ACTIONS(1098), 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, - [153100] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(697), 1, - sym__logical_operator, - STATE(698), 1, - sym__additive_operator, - STATE(699), 1, - sym__multiplicative_operator, - STATE(700), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2060), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1187), 5, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - ACTIONS(1098), 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, - [153163] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(697), 1, - sym__logical_operator, - STATE(698), 1, - sym__additive_operator, - STATE(699), 1, - sym__multiplicative_operator, - STATE(700), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2061), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1191), 5, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - ACTIONS(1098), 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, - [153226] = 6, + [156993] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3427), 1, + ACTIONS(3300), 1, ts_builtin_sym_end, - STATE(2062), 2, + STATE(2083), 2, sym_comment, sym_include, - ACTIONS(2868), 30, + ACTIONS(3302), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -185731,71 +188302,142 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153275] = 15, + [157042] = 24, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2063), 2, + ACTIONS(3661), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(3663), 1, + aux_sym_dataset_expression_token1, + ACTIONS(3665), 1, + aux_sym_input_expression_token1, + ACTIONS(3667), 1, + aux_sym_variable_definition_token3, + ACTIONS(3669), 1, + aux_sym_variable_definition_token4, + ACTIONS(3671), 1, + aux_sym_buffer_definition_token1, + ACTIONS(3673), 1, + aux_sym_query_definition_token1, + ACTIONS(3677), 1, + aux_sym_stream_definition_token1, + ACTIONS(3681), 1, + aux_sym_button_definition_token1, + STATE(3306), 1, + sym_access_tuning, + STATE(3330), 1, + sym_scope_tuning, + STATE(3349), 1, + aux_sym_variable_definition_repeat1, + STATE(3499), 1, + aux_sym_buffer_definition_repeat1, + STATE(3546), 1, + aux_sym_workfile_definition_repeat1, + STATE(3563), 1, + sym_serialization_tuning, + ACTIONS(3612), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(3679), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(2084), 2, sym_comment, sym_include, - ACTIONS(1205), 5, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [153342] = 5, + ACTIONS(3675), 3, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_argument_mode_token2, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [157127] = 24, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3683), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(3685), 1, + aux_sym_dataset_expression_token1, + ACTIONS(3687), 1, + aux_sym_input_expression_token1, + ACTIONS(3689), 1, + aux_sym_variable_definition_token3, + ACTIONS(3691), 1, + aux_sym_variable_definition_token4, + ACTIONS(3693), 1, + aux_sym_buffer_definition_token1, + ACTIONS(3695), 1, + aux_sym_query_definition_token1, + ACTIONS(3699), 1, + aux_sym_stream_definition_token1, + ACTIONS(3703), 1, + aux_sym_button_definition_token1, + STATE(3301), 1, + sym_access_tuning, + STATE(3330), 1, + sym_scope_tuning, + STATE(3360), 1, + aux_sym_variable_definition_repeat1, + STATE(3508), 1, + aux_sym_buffer_definition_repeat1, + STATE(3553), 1, + aux_sym_workfile_definition_repeat1, + STATE(3563), 1, + sym_serialization_tuning, + ACTIONS(3612), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(3701), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(2085), 2, + sym_comment, + sym_include, + ACTIONS(3697), 3, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_argument_mode_token2, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [157212] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2064), 2, + ACTIONS(3069), 1, + ts_builtin_sym_end, + STATE(2086), 2, sym_comment, sym_include, - ACTIONS(2816), 31, + ACTIONS(2890), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185825,19 +188467,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153389] = 5, + [157261] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2065), 2, + ACTIONS(3404), 1, + ts_builtin_sym_end, + STATE(2087), 2, sym_comment, sym_include, - ACTIONS(2812), 31, + ACTIONS(3071), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185867,19 +188510,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153436] = 5, + [157310] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2066), 2, + ACTIONS(3542), 1, + ts_builtin_sym_end, + STATE(2088), 2, sym_comment, sym_include, - ACTIONS(2972), 31, + ACTIONS(3209), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185909,19 +188553,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153483] = 5, + [157359] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2067), 2, + ACTIONS(2975), 1, + ts_builtin_sym_end, + STATE(2089), 2, sym_comment, sym_include, - ACTIONS(3272), 31, + ACTIONS(2855), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185951,19 +188596,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153530] = 5, + [157408] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2068), 2, + ACTIONS(3492), 1, + ts_builtin_sym_end, + STATE(2090), 2, sym_comment, sym_include, - ACTIONS(3132), 31, + ACTIONS(3121), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -185993,17 +188639,60 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153577] = 5, + [157457] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2069), 2, + STATE(2091), 2, + sym_comment, + sym_include, + ACTIONS(144), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(146), 28, + 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_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [157506] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2092), 2, sym_comment, sym_include, - ACTIONS(3278), 31, + ACTIONS(3292), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -186035,42 +188724,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153624] = 13, + [157553] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(697), 1, - sym__logical_operator, - STATE(698), 1, - sym__additive_operator, - STATE(699), 1, - sym__multiplicative_operator, - STATE(700), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(2646), 1, + sym__namecolon, + STATE(1599), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, sym__or_operator, sym__and_operator, - STATE(2070), 2, + STATE(2093), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(100), 27, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1195), 5, sym_identifier, + anon_sym_STAR, sym__terminator, - anon_sym_COMMA, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - ACTIONS(1098), 15, + 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, @@ -186085,17 +188766,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [153687] = 5, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [157606] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2071), 2, + STATE(2094), 2, sym_comment, sym_include, - ACTIONS(3282), 31, + ACTIONS(3306), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -186127,19 +188811,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153734] = 5, + [157653] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2072), 2, + ACTIONS(3073), 1, + ts_builtin_sym_end, + STATE(2095), 2, sym_comment, sym_include, - ACTIONS(3286), 31, + ACTIONS(2892), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -186169,62 +188854,80 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153781] = 6, - ACTIONS(3), 1, + [157702] = 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(2878), 1, - ts_builtin_sym_end, - STATE(2073), 2, + ACTIONS(3705), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(3707), 1, + aux_sym_dataset_expression_token1, + ACTIONS(3709), 1, + aux_sym_input_expression_token1, + ACTIONS(3711), 1, + aux_sym_variable_definition_token3, + ACTIONS(3713), 1, + aux_sym_variable_definition_token4, + ACTIONS(3715), 1, + aux_sym_buffer_definition_token1, + ACTIONS(3717), 1, + aux_sym_query_definition_token1, + ACTIONS(3721), 1, + aux_sym_stream_definition_token1, + ACTIONS(3725), 1, + aux_sym_button_definition_token1, + STATE(3310), 1, + sym_access_tuning, + STATE(3330), 1, + sym_scope_tuning, + STATE(3361), 1, + aux_sym_variable_definition_repeat1, + STATE(3505), 1, + aux_sym_buffer_definition_repeat1, + STATE(3558), 1, + aux_sym_workfile_definition_repeat1, + STATE(3563), 1, + sym_serialization_tuning, + ACTIONS(3612), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(3723), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(2096), 2, sym_comment, sym_include, - ACTIONS(2840), 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, + ACTIONS(3719), 3, aux_sym_return_type_token2, aux_sym_argument_mode_token1, - aux_sym_if_statement_token1, - aux_sym_repeat_statement_token1, - aux_sym__procedure_terminator_token1, - aux_sym__function_terminator_token1, - aux_sym_interface_statement_token1, - aux_sym_using_statement_token1, - aux_sym_on_error_phrase_token1, - aux_sym_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [153830] = 6, + aux_sym_argument_mode_token2, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [157787] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2880), 1, + ACTIONS(3336), 1, ts_builtin_sym_end, - STATE(2074), 2, + STATE(2097), 2, sym_comment, sym_include, - ACTIONS(2882), 30, + ACTIONS(3310), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -186255,19 +188958,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153879] = 6, + [157836] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3461), 1, + ACTIONS(3338), 1, ts_builtin_sym_end, - STATE(2075), 2, + STATE(2098), 2, sym_comment, sym_include, - ACTIONS(2954), 30, + ACTIONS(3308), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -186298,37 +189001,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [153928] = 8, - ACTIONS(3), 1, + [157885] = 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(2593), 1, - sym__namedot, - STATE(2188), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(124), 2, + STATE(868), 1, + sym__comparison_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__additive_operator, + STATE(871), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2076), 2, - sym_comment, - sym_include, - ACTIONS(126), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2099), 2, + sym_comment, + sym_include, + ACTIONS(1152), 4, + anon_sym_COLON, + aux_sym__block_terminator_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(2377), 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, @@ -186339,23 +189053,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_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [153981] = 6, + [157952] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2884), 1, + ACTIONS(3446), 1, ts_builtin_sym_end, - STATE(2077), 2, + STATE(2100), 2, sym_comment, sym_include, - ACTIONS(2886), 30, + ACTIONS(3091), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -186386,19 +189096,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154030] = 6, + [158001] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2896), 1, + ACTIONS(3444), 1, ts_builtin_sym_end, - STATE(2078), 2, + STATE(2101), 2, sym_comment, sym_include, - ACTIONS(2898), 30, + ACTIONS(3089), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -186429,62 +189139,64 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154079] = 6, + [158050] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3258), 1, - ts_builtin_sym_end, - STATE(2079), 2, + ACTIONS(3727), 1, + anon_sym_NO_DASHERROR, + STATE(2102), 2, sym_comment, sym_include, - ACTIONS(2822), 30, + ACTIONS(256), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(258), 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, - [154128] = 5, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [158101] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2080), 2, + ACTIONS(3490), 1, + ts_builtin_sym_end, + STATE(2103), 2, sym_comment, sym_include, - ACTIONS(3290), 31, + ACTIONS(3119), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -186514,19 +189226,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154175] = 5, + [158150] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2081), 2, + ACTIONS(3442), 1, + ts_builtin_sym_end, + STATE(2104), 2, sym_comment, sym_include, - ACTIONS(3294), 31, + ACTIONS(3087), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -186556,19 +189269,118 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154222] = 5, - ACTIONS(3), 1, + [158199] = 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(2082), 2, + STATE(868), 1, + sym__comparison_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__additive_operator, + STATE(871), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2105), 2, sym_comment, sym_include, - ACTIONS(3298), 31, - sym_identifier, + ACTIONS(1136), 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(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [158264] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(868), 1, + sym__comparison_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__additive_operator, + STATE(871), 1, + sym__logical_operator, + STATE(2106), 2, + sym_comment, + sym_include, + ACTIONS(1130), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1132), 23, + 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_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [158321] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3488), 1, + ts_builtin_sym_end, + STATE(2107), 2, + sym_comment, + sym_include, + ACTIONS(3243), 30, + sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -186598,17 +189410,219 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154269] = 5, + [158370] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(868), 1, + sym__comparison_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__additive_operator, + STATE(871), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(2108), 2, + sym_comment, + sym_include, + ACTIONS(1128), 21, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + 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_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [158431] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(617), 1, + sym__comparison_operator, + STATE(618), 1, + sym__multiplicative_operator, + STATE(619), 1, + sym__additive_operator, + STATE(620), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2109), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(3729), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1056), 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, + [158492] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(868), 1, + sym__comparison_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__additive_operator, + STATE(871), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2110), 2, + sym_comment, + sym_include, + ACTIONS(1124), 4, + anon_sym_COLON, + aux_sym__block_terminator_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [158559] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(868), 1, + sym__comparison_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__additive_operator, + STATE(871), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2111), 2, + sym_comment, + sym_include, + ACTIONS(1120), 4, + anon_sym_COLON, + aux_sym__block_terminator_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [158626] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2083), 2, + STATE(2112), 2, sym_comment, sym_include, - ACTIONS(3302), 31, + ACTIONS(2857), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -186640,17 +189654,216 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154316] = 5, + [158673] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(868), 1, + sym__comparison_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__additive_operator, + STATE(871), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2113), 2, + sym_comment, + sym_include, + ACTIONS(1144), 4, + anon_sym_COLON, + aux_sym__block_terminator_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [158740] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(868), 1, + sym__comparison_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__additive_operator, + STATE(871), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2114), 2, + sym_comment, + sym_include, + ACTIONS(1148), 4, + anon_sym_COLON, + aux_sym__block_terminator_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [158807] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(868), 1, + sym__comparison_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__additive_operator, + STATE(871), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2115), 2, + sym_comment, + sym_include, + ACTIONS(1156), 4, + anon_sym_COLON, + aux_sym__block_terminator_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [158874] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2084), 2, + STATE(2116), 2, sym_comment, sym_include, - ACTIONS(3306), 31, + ACTIONS(110), 3, + sym__namedot, + sym__or_operator, + sym__and_operator, + ACTIONS(112), 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, + [158923] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2117), 2, + sym_comment, + sym_include, + ACTIONS(3308), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -186682,19 +189895,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154363] = 5, + [158970] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2085), 2, + ACTIONS(2977), 1, + ts_builtin_sym_end, + STATE(2118), 2, sym_comment, sym_include, - ACTIONS(3310), 31, + ACTIONS(2857), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -186724,19 +189938,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154410] = 5, + [159019] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2086), 2, + ACTIONS(3550), 1, + ts_builtin_sym_end, + STATE(2119), 2, sym_comment, sym_include, - ACTIONS(3314), 31, + ACTIONS(3197), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -186766,19 +189981,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154457] = 5, + [159068] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2087), 2, + ACTIONS(3398), 1, + ts_builtin_sym_end, + STATE(2120), 2, sym_comment, sym_include, - ACTIONS(3318), 31, + ACTIONS(3053), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -186808,69 +190024,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154504] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(697), 1, - sym__logical_operator, - STATE(698), 1, - sym__additive_operator, - STATE(699), 1, - sym__multiplicative_operator, - STATE(700), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2088), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1199), 5, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - ACTIONS(1098), 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, - [154567] = 5, + [159117] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2089), 2, + ACTIONS(3075), 1, + ts_builtin_sym_end, + STATE(2121), 2, sym_comment, sym_include, - ACTIONS(3322), 31, + ACTIONS(2894), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -186900,17 +190067,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154614] = 5, + [159166] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2090), 2, + STATE(2122), 2, sym_comment, sym_include, - ACTIONS(3326), 31, + ACTIONS(3310), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -186942,41 +190109,89 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154661] = 13, + [159213] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(697), 1, - sym__logical_operator, - STATE(698), 1, - sym__additive_operator, - STATE(699), 1, + STATE(617), 1, + sym__comparison_operator, + STATE(618), 1, sym__multiplicative_operator, - STATE(700), 1, + STATE(619), 1, + sym__additive_operator, + STATE(620), 1, + sym__logical_operator, + ACTIONS(232), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2123), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(234), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1056), 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, + [159274] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(617), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(618), 1, + sym__multiplicative_operator, + STATE(619), 1, + sym__additive_operator, + STATE(620), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2091), 2, + STATE(2124), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1118), 5, + aux_sym__multiplicative_operator_token2, + ACTIONS(1158), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - ACTIONS(1098), 15, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -186992,20 +190207,71 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [154724] = 6, + [159335] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(868), 1, + sym__comparison_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__additive_operator, + STATE(871), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2125), 2, + sym_comment, + sym_include, + ACTIONS(1160), 4, + anon_sym_COLON, + aux_sym__block_terminator_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [159402] = 5, 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(2092), 2, + STATE(2126), 2, sym_comment, sym_include, - ACTIONS(3104), 30, + ACTIONS(3285), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -187035,20 +190301,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154773] = 6, + [159449] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3473), 1, - ts_builtin_sym_end, - STATE(2093), 2, + STATE(2127), 2, sym_comment, sym_include, - ACTIONS(2970), 30, + 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, @@ -187078,19 +190343,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154822] = 6, + [159496] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3246), 1, + ACTIONS(3426), 1, ts_builtin_sym_end, - STATE(2094), 2, + STATE(2128), 2, sym_comment, sym_include, - ACTIONS(2902), 30, + ACTIONS(3085), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187121,19 +190386,218 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154871] = 5, + [159545] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(617), 1, + sym__comparison_operator, + STATE(618), 1, + sym__multiplicative_operator, + STATE(619), 1, + sym__additive_operator, + STATE(620), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2129), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1154), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1056), 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, + [159606] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(868), 1, + sym__comparison_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__additive_operator, + STATE(871), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2130), 2, + sym_comment, + sym_include, + ACTIONS(232), 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(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [159671] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(617), 1, + sym__comparison_operator, + STATE(618), 1, + sym__multiplicative_operator, + STATE(619), 1, + sym__additive_operator, + STATE(620), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2131), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1146), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1056), 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, + [159732] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(617), 1, + sym__comparison_operator, + STATE(618), 1, + sym__multiplicative_operator, + STATE(619), 1, + sym__additive_operator, + STATE(620), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2132), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1142), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1056), 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, + [159793] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2095), 2, + ACTIONS(3416), 1, + ts_builtin_sym_end, + STATE(2133), 2, sym_comment, sym_include, - ACTIONS(3334), 31, + ACTIONS(3277), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -187163,19 +190627,68 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154918] = 6, + [159842] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(617), 1, + sym__comparison_operator, + STATE(618), 1, + sym__multiplicative_operator, + STATE(619), 1, + sym__additive_operator, + STATE(620), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2134), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1138), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1056), 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, + [159903] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3274), 1, + ACTIONS(3430), 1, ts_builtin_sym_end, - STATE(2096), 2, + STATE(2135), 2, sym_comment, sym_include, - ACTIONS(3132), 30, + ACTIONS(3269), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187206,17 +190719,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [154967] = 5, + [159952] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2097), 2, + STATE(2136), 2, sym_comment, sym_include, - ACTIONS(3338), 31, + ACTIONS(3279), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -187248,19 +190761,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155014] = 6, + [159999] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3483), 1, + ACTIONS(3428), 1, ts_builtin_sym_end, - STATE(2098), 2, + STATE(2137), 2, sym_comment, sym_include, - ACTIONS(2980), 30, + ACTIONS(3271), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -187291,17 +190804,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155063] = 5, + [160048] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2099), 2, + STATE(2138), 2, sym_comment, sym_include, - ACTIONS(3342), 31, + ACTIONS(3277), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -187333,19 +190846,118 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155110] = 5, + [160095] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(617), 1, + sym__comparison_operator, + STATE(618), 1, + sym__multiplicative_operator, + STATE(619), 1, + sym__additive_operator, + STATE(620), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2139), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1118), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1056), 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, + [160156] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(617), 1, + sym__comparison_operator, + STATE(618), 1, + sym__multiplicative_operator, + STATE(619), 1, + sym__additive_operator, + STATE(620), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2140), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1122), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1056), 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, + [160217] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2100), 2, + ACTIONS(3424), 1, + ts_builtin_sym_end, + STATE(2141), 2, sym_comment, sym_include, - ACTIONS(3328), 31, + ACTIONS(3083), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -187375,17 +190987,64 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155157] = 5, + [160266] = 10, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(617), 1, + sym__comparison_operator, + STATE(618), 1, + sym__multiplicative_operator, + STATE(619), 1, + sym__additive_operator, + STATE(620), 1, + sym__logical_operator, + ACTIONS(1128), 2, + sym__or_operator, + sym__and_operator, + STATE(2142), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 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, + [160323] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2101), 2, + STATE(2143), 2, sym_comment, sym_include, - ACTIONS(3346), 31, + ACTIONS(3275), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -187417,17 +191076,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155204] = 5, + [160370] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2102), 2, + STATE(2144), 2, sym_comment, sym_include, - ACTIONS(3350), 31, + ACTIONS(3273), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -187459,19 +191118,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155251] = 5, + [160417] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2103), 2, + ACTIONS(3422), 1, + ts_builtin_sym_end, + STATE(2145), 2, sym_comment, sym_include, - ACTIONS(3330), 31, + ACTIONS(3081), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -187501,17 +191161,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155298] = 5, + [160466] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2104), 2, + STATE(2146), 2, sym_comment, sym_include, - ACTIONS(3368), 31, + ACTIONS(3271), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -187543,19 +191203,66 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155345] = 5, + [160513] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(617), 1, + sym__comparison_operator, + STATE(618), 1, + sym__multiplicative_operator, + STATE(619), 1, + sym__additive_operator, + STATE(620), 1, + sym__logical_operator, + ACTIONS(1132), 2, + sym__or_operator, + sym__and_operator, + STATE(2147), 2, + sym_comment, + sym_include, + ACTIONS(1130), 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, + [160568] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2105), 2, + ACTIONS(2969), 1, + ts_builtin_sym_end, + STATE(2148), 2, sym_comment, sym_include, - ACTIONS(3386), 31, + ACTIONS(2853), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -187585,17 +191292,66 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155392] = 5, + [160617] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(617), 1, + sym__comparison_operator, + STATE(618), 1, + sym__multiplicative_operator, + STATE(619), 1, + sym__additive_operator, + STATE(620), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1136), 2, + sym__or_operator, + sym__and_operator, + STATE(2149), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1134), 5, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1056), 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, + [160678] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2106), 2, + STATE(2150), 2, sym_comment, sym_include, - ACTIONS(3358), 31, + ACTIONS(3269), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -187627,22 +191383,72 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155439] = 5, + [160725] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2107), 2, + STATE(617), 1, + sym__comparison_operator, + STATE(618), 1, + sym__multiplicative_operator, + STATE(619), 1, + sym__additive_operator, + STATE(620), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2151), 2, sym_comment, sym_include, - ACTIONS(3388), 31, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1150), 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, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + ACTIONS(1056), 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, + [160786] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2827), 1, + ts_builtin_sym_end, + STATE(2152), 2, + sym_comment, + sym_include, + ACTIONS(2829), 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, @@ -187669,19 +191475,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155486] = 5, + [160835] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2108), 2, + ACTIONS(3600), 1, + ts_builtin_sym_end, + STATE(2153), 2, sym_comment, sym_include, - ACTIONS(3390), 31, + ACTIONS(3147), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -187711,17 +191518,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155533] = 5, + [160884] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2109), 2, + STATE(2154), 2, sym_comment, sym_include, - ACTIONS(2940), 31, + ACTIONS(3267), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -187753,17 +191560,60 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155580] = 5, + [160931] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2110), 2, + ACTIONS(3536), 1, + ts_builtin_sym_end, + STATE(2155), 2, + sym_comment, + sym_include, + ACTIONS(3211), 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, + [160980] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2156), 2, sym_comment, sym_include, - ACTIONS(3366), 31, + ACTIONS(3265), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -187795,42 +191645,78 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155627] = 13, + [161027] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(697), 1, - sym__logical_operator, - STATE(698), 1, - sym__additive_operator, - STATE(699), 1, - sym__multiplicative_operator, - STATE(700), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(2664), 1, + sym__namecolon, + STATE(1645), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, sym__or_operator, sym__and_operator, - STATE(2111), 2, + STATE(2157), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(100), 27, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1207), 5, 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, - ACTIONS(1098), 15, + [161080] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2158), 2, + sym_comment, + sym_include, + ACTIONS(144), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(146), 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, @@ -187845,19 +191731,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [155690] = 5, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [161129] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2112), 2, + ACTIONS(3598), 1, + ts_builtin_sym_end, + STATE(2159), 2, sym_comment, sym_include, - ACTIONS(3266), 31, + ACTIONS(3149), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -187887,17 +191776,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155737] = 5, + [161178] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2113), 2, + STATE(2160), 2, sym_comment, sym_include, - ACTIONS(3260), 31, + ACTIONS(3263), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -187929,20 +191818,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155784] = 6, + [161225] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, - ts_builtin_sym_end, - STATE(2114), 2, + STATE(2161), 2, sym_comment, sym_include, - ACTIONS(2950), 30, + 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, @@ -187972,19 +191860,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155833] = 5, + [161272] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2115), 2, + ACTIONS(3552), 1, + ts_builtin_sym_end, + STATE(2162), 2, sym_comment, sym_include, - ACTIONS(3252), 31, + ACTIONS(3195), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188014,17 +191903,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155880] = 5, + [161321] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2116), 2, + STATE(2163), 2, sym_comment, sym_include, - ACTIONS(3248), 31, + ACTIONS(3259), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -188056,62 +191945,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [155927] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2117), 2, - sym_comment, - sym_include, - ACTIONS(132), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(134), 28, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [155976] = 5, + [161368] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2118), 2, + ACTIONS(3354), 1, + ts_builtin_sym_end, + STATE(2164), 2, sym_comment, sym_include, - ACTIONS(3208), 31, + ACTIONS(2997), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188141,19 +191988,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156023] = 5, + [161417] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2119), 2, + ACTIONS(3059), 1, + ts_builtin_sym_end, + STATE(2165), 2, sym_comment, sym_include, - ACTIONS(3194), 31, + ACTIONS(2882), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188183,110 +192031,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156070] = 8, + [161466] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2620), 1, - sym__namecolon, - STATE(1832), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(2120), 2, - sym_comment, - sym_include, - ACTIONS(100), 27, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [156123] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2448), 1, - sym_identifier, - ACTIONS(3576), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, - sym__or_operator, - sym__and_operator, - STATE(2121), 2, - sym_comment, - sym_include, - ACTIONS(1351), 26, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [156178] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3244), 1, + ACTIONS(3596), 1, ts_builtin_sym_end, - STATE(2122), 2, + STATE(2166), 2, sym_comment, sym_include, - ACTIONS(2904), 30, + ACTIONS(3151), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -188317,19 +192074,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156227] = 5, + [161515] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2123), 2, + ACTIONS(3484), 1, + ts_builtin_sym_end, + STATE(2167), 2, sym_comment, sym_include, - ACTIONS(3066), 31, + ACTIONS(3247), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188359,19 +192117,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156274] = 5, + [161564] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2124), 2, + ACTIONS(3454), 1, + ts_builtin_sym_end, + STATE(2168), 2, sym_comment, sym_include, - ACTIONS(2974), 31, + ACTIONS(3095), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188401,19 +192160,71 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156321] = 6, + [161613] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(835), 1, + sym__comparison_operator, + STATE(836), 1, + sym__multiplicative_operator, + STATE(837), 1, + sym__additive_operator, + STATE(838), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2169), 2, + sym_comment, + sym_include, + ACTIONS(3731), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [161680] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3457), 1, + ACTIONS(3594), 1, ts_builtin_sym_end, - STATE(2125), 2, + STATE(2170), 2, sym_comment, sym_include, - ACTIONS(2940), 30, + ACTIONS(3153), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -188444,17 +192255,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156370] = 5, + [161729] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2126), 2, + STATE(2171), 2, sym_comment, sym_include, - ACTIONS(3226), 31, + ACTIONS(3257), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -188486,17 +192297,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156417] = 5, + [161776] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2127), 2, + STATE(2172), 2, sym_comment, sym_include, - ACTIONS(2810), 31, + ACTIONS(3255), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -188528,19 +192339,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156464] = 5, + [161823] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2128), 2, + ACTIONS(3592), 1, + ts_builtin_sym_end, + STATE(2173), 2, sym_comment, sym_include, - ACTIONS(2814), 31, + ACTIONS(3155), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188570,61 +192382,66 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156511] = 5, + [161872] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2129), 2, + ACTIONS(2640), 1, + anon_sym_LBRACK, + ACTIONS(2642), 1, + anon_sym_LPAREN, + STATE(2532), 1, + sym_function_arguments, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(2174), 2, sym_comment, sym_include, - ACTIONS(2818), 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, - [156558] = 5, + anon_sym_NO_DASHERROR, + [161927] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2130), 2, + ACTIONS(3554), 1, + ts_builtin_sym_end, + STATE(2175), 2, sym_comment, sym_include, - ACTIONS(2820), 31, + ACTIONS(3193), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188654,61 +192471,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156605] = 5, + [161976] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2131), 2, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, + sym__or_operator, + sym__and_operator, + STATE(2176), 2, sym_comment, sym_include, - ACTIONS(2824), 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(1377), 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_on_error_phrase_token3, - aux_sym_do_block_token1, - aux_sym__case_terminator_token1, - aux_sym_find_statement_token1, - aux_sym_assign_statement_token1, - aux_sym_catch_statement_token1, - aux_sym_finally_statement_token1, - aux_sym_accumulate_statement_token1, - aux_sym_error_scope_statement_token1, - aux_sym_error_scope_statement_token2, - aux_sym_prompt_for_statement_token1, - aux_sym_var_statement_token1, - aux_sym_run_statement_token1, - aux_sym_enum_definition_token1, - [156652] = 5, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + aux_sym_to_phrase_token1, + [162029] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2132), 2, + ACTIONS(3450), 1, + ts_builtin_sym_end, + STATE(2177), 2, sym_comment, sym_include, - ACTIONS(2836), 31, + ACTIONS(3255), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188738,19 +192559,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156699] = 5, + [162078] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2133), 2, + ACTIONS(3480), 1, + ts_builtin_sym_end, + STATE(2178), 2, sym_comment, sym_include, - ACTIONS(2838), 31, + ACTIONS(3117), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188780,69 +192602,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156746] = 13, + [162127] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(697), 1, - sym__logical_operator, - STATE(698), 1, - sym__additive_operator, - STATE(699), 1, - sym__multiplicative_operator, - STATE(700), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2134), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1211), 5, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - ACTIONS(1098), 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, - [156809] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2135), 2, + ACTIONS(3590), 1, + ts_builtin_sym_end, + STATE(2179), 2, sym_comment, sym_include, - ACTIONS(2842), 31, + ACTIONS(3157), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188872,38 +192645,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156856] = 11, + [162176] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(697), 1, - sym__logical_operator, - STATE(698), 1, - sym__additive_operator, - STATE(699), 1, - sym__multiplicative_operator, - STATE(700), 1, - sym__comparison_operator, - ACTIONS(1225), 2, - sym__or_operator, - sym__and_operator, - STATE(2136), 2, + STATE(2180), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(106), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(108), 28, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1223), 22, sym_identifier, - sym__terminator, + 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, @@ -188918,21 +192684,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, - [156915] = 5, + aux_sym_function_call_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [162225] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2137), 2, + ACTIONS(3534), 1, + ts_builtin_sym_end, + STATE(2181), 2, sym_comment, sym_include, - ACTIONS(2850), 31, + ACTIONS(3213), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -188962,33 +192731,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [156962] = 7, + [162274] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3578), 1, - sym__namecolon, - ACTIONS(91), 2, + ACTIONS(3733), 1, + sym__namedot, + ACTIONS(160), 2, sym__or_operator, sym__and_operator, - STATE(2138), 3, + STATE(2182), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 27, + ACTIONS(162), 28, 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, @@ -189003,22 +192771,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, - anon_sym_NO_DASHERROR, - [157013] = 5, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [162325] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2139), 2, + ACTIONS(3588), 1, + ts_builtin_sym_end, + STATE(2183), 2, sym_comment, sym_include, - ACTIONS(2852), 31, + ACTIONS(3159), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189048,19 +192818,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157060] = 6, + [162374] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3384), 1, + ACTIONS(3328), 1, ts_builtin_sym_end, - STATE(2140), 2, + STATE(2184), 2, sym_comment, sym_include, - ACTIONS(2974), 30, + ACTIONS(2979), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -189091,19 +192861,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157109] = 5, + [162423] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2141), 2, + ACTIONS(3586), 1, + ts_builtin_sym_end, + STATE(2185), 2, sym_comment, sym_include, - ACTIONS(2854), 31, + ACTIONS(3161), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189133,19 +192904,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157156] = 5, + [162472] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2142), 2, + ACTIONS(3584), 1, + ts_builtin_sym_end, + STATE(2186), 2, sym_comment, sym_include, - ACTIONS(2856), 31, + ACTIONS(3163), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189175,19 +192947,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157203] = 5, + [162521] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2143), 2, + ACTIONS(3582), 1, + ts_builtin_sym_end, + STATE(2187), 2, sym_comment, sym_include, - ACTIONS(2858), 31, + ACTIONS(3165), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189217,19 +192990,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157250] = 5, + [162570] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2144), 2, + ACTIONS(3580), 1, + ts_builtin_sym_end, + STATE(2188), 2, sym_comment, sym_include, - ACTIONS(2860), 31, + ACTIONS(3167), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189259,19 +193033,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157297] = 5, + [162619] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2145), 2, + ACTIONS(3330), 1, + ts_builtin_sym_end, + STATE(2189), 2, sym_comment, sym_include, - ACTIONS(2862), 31, + ACTIONS(2981), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189301,37 +193076,121 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157344] = 10, + [162668] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(697), 1, - sym__logical_operator, - STATE(698), 1, - sym__additive_operator, - STATE(699), 1, - sym__multiplicative_operator, - STATE(700), 1, - sym__comparison_operator, - ACTIONS(1221), 2, + ACTIONS(3456), 1, + ts_builtin_sym_end, + STATE(2190), 2, + sym_comment, + sym_include, + ACTIONS(3097), 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, + [162717] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3342), 1, + ts_builtin_sym_end, + STATE(2191), 2, + sym_comment, + sym_include, + ACTIONS(2983), 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, + [162766] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2713), 1, + sym__namecolon, + STATE(2283), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, sym__or_operator, sym__and_operator, - STATE(2146), 2, + STATE(2192), 2, sym_comment, sym_include, - ACTIONS(1219), 25, + ACTIONS(100), 28, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, + 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, @@ -189346,44 +193205,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, - [157401] = 13, + aux_sym_include_argument_token1, + [162817] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(697), 1, - sym__logical_operator, - STATE(698), 1, - sym__additive_operator, - STATE(699), 1, - sym__multiplicative_operator, - STATE(700), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1217), 2, - sym__or_operator, - sym__and_operator, - STATE(2147), 2, + STATE(2193), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(156), 3, + sym__namedoublecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(158), 28, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1215), 5, sym_identifier, - sym__terminator, + anon_sym_STAR, anon_sym_COMMA, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - ACTIONS(1098), 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, @@ -189398,19 +193245,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [157464] = 5, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [162866] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2148), 2, + ACTIONS(3556), 1, + ts_builtin_sym_end, + STATE(2194), 2, sym_comment, sym_include, - ACTIONS(2868), 31, + ACTIONS(3191), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189440,19 +193292,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157511] = 5, + [162915] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2149), 2, + ACTIONS(3578), 1, + ts_builtin_sym_end, + STATE(2195), 2, sym_comment, sym_include, - ACTIONS(2870), 31, + ACTIONS(3169), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189482,61 +193335,72 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157558] = 5, - ACTIONS(3), 1, + [162964] = 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(2150), 2, + STATE(868), 1, + sym__comparison_operator, + STATE(869), 1, + sym__multiplicative_operator, + STATE(870), 1, + sym__additive_operator, + STATE(871), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2196), 2, sym_comment, sym_include, - ACTIONS(2874), 31, - sym_identifier, + ACTIONS(3731), 4, + anon_sym_COLON, 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_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, - [157605] = 5, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [163031] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2151), 2, + ACTIONS(3418), 1, + ts_builtin_sym_end, + STATE(2197), 2, sym_comment, sym_include, - ACTIONS(2876), 31, + ACTIONS(3275), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189566,19 +193430,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157652] = 5, + [163080] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2152), 2, + ACTIONS(3414), 1, + ts_builtin_sym_end, + STATE(2198), 2, sym_comment, sym_include, - ACTIONS(2890), 31, + ACTIONS(3279), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189608,19 +193473,64 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157699] = 5, + [163129] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2713), 1, + sym__namecolon, + STATE(2283), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, + sym__or_operator, + sym__and_operator, + STATE(2199), 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, + [163180] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2153), 2, + ACTIONS(3482), 1, + ts_builtin_sym_end, + STATE(2200), 2, sym_comment, sym_include, - ACTIONS(2894), 31, + ACTIONS(3249), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -189650,19 +193560,69 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157746] = 6, + [163229] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3406), 1, + STATE(566), 1, + sym__comparison_operator, + STATE(567), 1, + sym__multiplicative_operator, + STATE(568), 1, + sym__additive_operator, + STATE(569), 1, + sym__logical_operator, + ACTIONS(232), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2201), 2, + sym_comment, + sym_include, + ACTIONS(234), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 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, + [163292] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3532), 1, ts_builtin_sym_end, - STATE(2154), 2, + STATE(2202), 2, sym_comment, sym_include, - ACTIONS(2838), 30, + ACTIONS(3215), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -189693,17 +193653,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157795] = 5, + [163341] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2155), 2, + STATE(2203), 2, sym_comment, sym_include, - ACTIONS(2900), 31, + ACTIONS(2955), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -189735,17 +193695,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157842] = 5, + [163388] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2156), 2, + STATE(2204), 2, sym_comment, sym_include, - ACTIONS(2906), 31, + ACTIONS(2957), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -189777,17 +193737,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157889] = 5, + [163435] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2157), 2, + STATE(2205), 2, sym_comment, sym_include, - ACTIONS(2908), 31, + ACTIONS(2959), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -189819,17 +193779,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157936] = 5, + [163482] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2158), 2, + STATE(2206), 2, sym_comment, sym_include, - ACTIONS(2910), 31, + ACTIONS(2842), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -189861,19 +193821,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [157983] = 6, + [163529] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3547), 1, + ACTIONS(3057), 1, ts_builtin_sym_end, - STATE(2159), 2, + STATE(2207), 2, sym_comment, sym_include, - ACTIONS(3138), 30, + ACTIONS(2880), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -189904,19 +193864,119 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158032] = 6, + [163578] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3242), 1, + STATE(566), 1, + sym__comparison_operator, + STATE(567), 1, + sym__multiplicative_operator, + STATE(568), 1, + sym__additive_operator, + STATE(569), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2208), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1158), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 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, + [163641] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(566), 1, + sym__comparison_operator, + STATE(567), 1, + sym__multiplicative_operator, + STATE(568), 1, + sym__additive_operator, + STATE(569), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2209), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1154), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 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, + [163704] = 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(2160), 2, + STATE(2210), 2, sym_comment, sym_include, - ACTIONS(2912), 30, + ACTIONS(3189), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -189947,19 +194007,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158081] = 6, + [163753] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3479), 1, + STATE(2211), 2, + sym_comment, + sym_include, + ACTIONS(152), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(154), 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, + [163802] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3406), 1, ts_builtin_sym_end, - STATE(2161), 2, + STATE(2212), 2, sym_comment, sym_include, - ACTIONS(2976), 30, + ACTIONS(3077), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -189990,19 +194093,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158130] = 6, + [163851] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3240), 1, + ACTIONS(3460), 1, ts_builtin_sym_end, - STATE(2162), 2, + STATE(2213), 2, sym_comment, sym_include, - ACTIONS(2914), 30, + ACTIONS(3099), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -190033,19 +194136,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158179] = 6, + [163900] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3262), 1, + ACTIONS(3344), 1, ts_builtin_sym_end, - STATE(2163), 2, + STATE(2214), 2, sym_comment, sym_include, - ACTIONS(2816), 30, + ACTIONS(2985), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -190076,48 +194179,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158228] = 15, - ACTIONS(69), 1, + [163949] = 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(77), 1, - anon_sym_LBRACK, - ACTIONS(81), 1, - sym__namedot, - ACTIONS(83), 1, - sym__namecolon, - ACTIONS(85), 1, - sym__namedoublecolon, - ACTIONS(3581), 1, - anon_sym_LPAREN, - STATE(5), 1, - aux_sym_object_access_repeat1, - STATE(9), 1, - aux_sym_qualified_name_repeat1, - STATE(18), 1, - aux_sym_member_access_repeat1, - STATE(23), 1, - sym_function_arguments, - STATE(2164), 2, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, + sym__or_operator, + sym__and_operator, + STATE(2215), 2, sym_comment, sym_include, - ACTIONS(73), 3, + ACTIONS(1377), 27, + anon_sym_COLON, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(67), 19, - sym__or_operator, - sym__and_operator, 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, @@ -190128,19 +194224,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [158295] = 5, + [164002] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2165), 2, + ACTIONS(2987), 1, + ts_builtin_sym_end, + STATE(2216), 2, sym_comment, sym_include, - ACTIONS(2922), 31, + ACTIONS(2859), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190170,19 +194267,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158342] = 5, + [164051] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2166), 2, + ACTIONS(2989), 1, + ts_builtin_sym_end, + STATE(2217), 2, sym_comment, sym_include, - ACTIONS(2924), 31, + ACTIONS(2861), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190212,17 +194310,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158389] = 5, + [164100] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2167), 2, + STATE(2218), 2, sym_comment, sym_include, - ACTIONS(2926), 31, + ACTIONS(2963), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -190254,20 +194352,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158436] = 6, + [164147] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3392), 1, - ts_builtin_sym_end, - STATE(2168), 2, + STATE(2219), 2, sym_comment, sym_include, - ACTIONS(3226), 30, + ACTIONS(2965), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190297,17 +194394,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158485] = 5, + [164194] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2169), 2, + STATE(2220), 2, sym_comment, sym_include, - ACTIONS(2930), 31, + ACTIONS(2844), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -190339,17 +194436,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158532] = 5, + [164241] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2170), 2, + STATE(2221), 2, sym_comment, sym_include, - ACTIONS(2932), 31, + ACTIONS(2853), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -190381,17 +194478,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158579] = 5, + [164288] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2171), 2, + STATE(2222), 2, sym_comment, sym_include, - ACTIONS(2936), 31, + ACTIONS(2971), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -190423,17 +194520,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158626] = 5, + [164335] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2172), 2, + STATE(2223), 2, sym_comment, sym_include, - ACTIONS(2938), 31, + ACTIONS(2973), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -190465,17 +194562,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158673] = 5, + [164382] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2173), 2, + STATE(2224), 2, sym_comment, sym_include, - ACTIONS(3054), 31, + ACTIONS(2855), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -190507,17 +194604,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158720] = 5, + [164429] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2174), 2, + STATE(2225), 2, sym_comment, sym_include, - ACTIONS(2950), 31, + ACTIONS(2997), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -190549,20 +194646,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158767] = 6, + [164476] = 5, 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(2175), 2, + STATE(2226), 2, sym_comment, sym_include, - ACTIONS(2862), 30, + ACTIONS(2979), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190592,67 +194688,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158816] = 13, + [164523] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(697), 1, - sym__logical_operator, - STATE(698), 1, - sym__additive_operator, - STATE(699), 1, - sym__multiplicative_operator, - STATE(700), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2176), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1203), 5, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - ACTIONS(1098), 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, - [158879] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2177), 2, + STATE(2227), 2, sym_comment, sym_include, - ACTIONS(2954), 31, + ACTIONS(2981), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -190684,19 +194730,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158926] = 5, + [164570] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2178), 2, + ACTIONS(2991), 1, + ts_builtin_sym_end, + STATE(2228), 2, sym_comment, sym_include, - ACTIONS(2956), 31, + ACTIONS(2863), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190726,17 +194773,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [158973] = 5, + [164619] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2179), 2, + STATE(2229), 2, sym_comment, sym_include, - ACTIONS(2958), 31, + ACTIONS(2983), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -190768,19 +194815,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159020] = 6, + [164666] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3455), 1, + ACTIONS(3448), 1, ts_builtin_sym_end, - STATE(2180), 2, + STATE(2230), 2, sym_comment, sym_include, - ACTIONS(2938), 30, + ACTIONS(3257), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -190811,20 +194858,69 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159069] = 6, + [164715] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3453), 1, - ts_builtin_sym_end, - STATE(2181), 2, + STATE(566), 1, + sym__comparison_operator, + STATE(567), 1, + sym__multiplicative_operator, + STATE(568), 1, + sym__additive_operator, + STATE(569), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2231), 2, sym_comment, sym_include, - ACTIONS(2936), 30, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1146), 4, sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 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, + [164778] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2232), 2, + sym_comment, + sym_include, + ACTIONS(2985), 31, + sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -190854,73 +194950,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159118] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3570), 1, - anon_sym_COMMA, - ACTIONS(3572), 1, - aux_sym_of_token1, - ACTIONS(3583), 1, - aux_sym_of_phrase_token2, - STATE(790), 1, - sym__comparison_operator, - STATE(793), 1, - sym__multiplicative_operator, - STATE(794), 1, - sym__additive_operator, - STATE(796), 1, - sym__logical_operator, - STATE(4125), 1, - sym_of_phrase, - STATE(4674), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2182), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [159193] = 5, + [164825] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2183), 2, + STATE(2233), 2, sym_comment, sym_include, - ACTIONS(2962), 31, + ACTIONS(2859), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -190952,17 +194992,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159240] = 5, + [164872] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2184), 2, + STATE(2234), 2, sym_comment, sym_include, - ACTIONS(2964), 31, + ACTIONS(2861), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -190994,20 +195034,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159287] = 6, + [164919] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3437), 1, - ts_builtin_sym_end, - STATE(2185), 2, + STATE(2235), 2, sym_comment, sym_include, - ACTIONS(2906), 30, + ACTIONS(2863), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191037,20 +195076,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159336] = 6, + [164966] = 5, 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(2186), 2, + STATE(2236), 2, sym_comment, sym_include, - ACTIONS(2908), 30, + ACTIONS(2993), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191080,19 +195118,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159385] = 5, + [165013] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2187), 2, + ACTIONS(3251), 1, + ts_builtin_sym_end, + STATE(2237), 2, sym_comment, sym_include, - ACTIONS(2966), 31, + ACTIONS(2939), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191122,33 +195161,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159432] = 8, + [165062] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2593), 1, - sym__namedot, - STATE(2243), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(109), 2, + STATE(566), 1, + sym__comparison_operator, + STATE(567), 1, + sym__multiplicative_operator, + STATE(568), 1, + sym__additive_operator, + STATE(569), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2188), 2, + STATE(2238), 2, sym_comment, sym_include, - ACTIONS(111), 27, + ACTIONS(1054), 4, 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(1142), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -191163,21 +195211,17 @@ static 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, - [159485] = 5, + [165125] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2189), 2, + STATE(2239), 2, sym_comment, sym_include, - ACTIONS(2970), 31, + ACTIONS(2995), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -191209,19 +195253,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159532] = 5, + [165172] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2190), 2, + ACTIONS(3522), 1, + ts_builtin_sym_end, + STATE(2240), 2, sym_comment, sym_include, - ACTIONS(2976), 31, + ACTIONS(3225), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191251,19 +195296,70 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159579] = 5, + [165221] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2191), 2, + STATE(566), 1, + sym__comparison_operator, + STATE(567), 1, + sym__multiplicative_operator, + STATE(568), 1, + sym__additive_operator, + STATE(569), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2241), 2, sym_comment, sym_include, - ACTIONS(2978), 31, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1138), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 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, + [165284] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3400), 1, + ts_builtin_sym_end, + STATE(2242), 2, + sym_comment, + sym_include, + ACTIONS(3055), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191293,17 +195389,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159626] = 5, + [165333] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2192), 2, + STATE(2243), 2, sym_comment, sym_include, - ACTIONS(2980), 31, + ACTIONS(2999), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -191335,19 +195431,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159673] = 5, + [165380] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2193), 2, + ACTIONS(3410), 1, + ts_builtin_sym_end, + STATE(2244), 2, sym_comment, sym_include, - ACTIONS(2982), 31, + ACTIONS(3283), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191377,19 +195474,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159720] = 5, + [165429] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2194), 2, + ACTIONS(3346), 1, + ts_builtin_sym_end, + STATE(2245), 2, sym_comment, sym_include, - ACTIONS(2986), 31, + ACTIONS(2993), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191419,19 +195517,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159767] = 5, + [165478] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2195), 2, + ACTIONS(3352), 1, + ts_builtin_sym_end, + STATE(2246), 2, sym_comment, sym_include, - ACTIONS(2990), 31, + ACTIONS(2995), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191461,20 +195560,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159814] = 6, + [165527] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3549), 1, - ts_builtin_sym_end, - STATE(2196), 2, + STATE(2247), 2, sym_comment, sym_include, - ACTIONS(3136), 30, + ACTIONS(3001), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191504,20 +195602,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159863] = 6, + [165574] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3585), 1, - ts_builtin_sym_end, - STATE(2197), 2, + STATE(2248), 2, sym_comment, sym_include, - ACTIONS(3587), 30, + ACTIONS(3003), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191547,20 +195644,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159912] = 6, + [165621] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3451), 1, - ts_builtin_sym_end, - STATE(2198), 2, + STATE(2249), 2, sym_comment, sym_include, - ACTIONS(2932), 30, + ACTIONS(3005), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191590,20 +195686,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [159961] = 6, + [165668] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3238), 1, - ts_builtin_sym_end, - STATE(2199), 2, + STATE(2250), 2, sym_comment, sym_include, - ACTIONS(2918), 30, + ACTIONS(3007), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191633,20 +195728,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160010] = 6, + [165715] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3449), 1, - ts_builtin_sym_end, - STATE(2200), 2, + STATE(2251), 2, sym_comment, sym_include, - ACTIONS(2930), 30, + ACTIONS(3009), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191676,71 +195770,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160059] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2201), 2, - sym_comment, - sym_include, - ACTIONS(1217), 7, - sym__or_operator, - sym__and_operator, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [160124] = 6, + [165762] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3264), 1, - ts_builtin_sym_end, - STATE(2202), 2, + STATE(2252), 2, sym_comment, sym_include, - ACTIONS(2812), 30, + ACTIONS(2868), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191770,144 +195812,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160173] = 10, - ACTIONS(69), 1, + [165809] = 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(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - STATE(2203), 2, + STATE(2253), 2, sym_comment, sym_include, - ACTIONS(1219), 3, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1221), 24, + ACTIONS(148), 3, + sym__namecolon, sym__or_operator, sym__and_operator, + ACTIONS(150), 28, + 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, + aux_sym_input_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, - [160230] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1223), 2, + aux_sym__multiplicative_operator_token2, anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(2204), 2, - sym_comment, - sym_include, - ACTIONS(1225), 22, - sym__or_operator, - sym__and_operator, - 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, - [160291] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2205), 2, - sym_comment, - sym_include, - ACTIONS(1213), 5, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -191918,20 +195851,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [160358] = 6, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [165858] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3441), 1, - ts_builtin_sym_end, - STATE(2206), 2, + STATE(2254), 2, sym_comment, sym_include, - ACTIONS(2910), 30, + ACTIONS(2870), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -191961,72 +195897,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160407] = 15, - ACTIONS(69), 1, + [165905] = 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(1096), 1, - anon_sym_SLASH, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2207), 2, + STATE(2255), 2, sym_comment, sym_include, - ACTIONS(1209), 5, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [160474] = 6, + ACTIONS(2872), 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, + [165952] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3236), 1, - ts_builtin_sym_end, - STATE(2208), 2, + STATE(2256), 2, sym_comment, sym_include, - ACTIONS(2920), 30, + ACTIONS(2874), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192056,103 +195981,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160523] = 6, + [165999] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3234), 1, - ts_builtin_sym_end, - STATE(2209), 2, - sym_comment, - sym_include, - ACTIONS(2928), 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, - [160572] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3232), 1, - ts_builtin_sym_end, - STATE(2210), 2, - sym_comment, - sym_include, - ACTIONS(2934), 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, - [160621] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2211), 2, + STATE(2257), 2, sym_comment, sym_include, - ACTIONS(3006), 31, + ACTIONS(2876), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -192184,63 +196023,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160668] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3230), 1, - ts_builtin_sym_end, - STATE(2212), 2, - sym_comment, - sym_include, - ACTIONS(3228), 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, - [160717] = 6, + [166046] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2942), 1, - ts_builtin_sym_end, - STATE(2213), 2, + STATE(2258), 2, sym_comment, sym_include, - ACTIONS(2944), 30, + ACTIONS(2878), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192270,62 +196065,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160766] = 6, + [166093] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3222), 1, + ACTIONS(3364), 1, ts_builtin_sym_end, - STATE(2214), 2, - sym_comment, - sym_include, - ACTIONS(2946), 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, - [160815] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2215), 2, + STATE(2259), 2, sym_comment, sym_include, - ACTIONS(3008), 31, + ACTIONS(3007), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192355,19 +196108,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160862] = 6, + [166142] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3394), 1, + ACTIONS(3408), 1, ts_builtin_sym_end, - STATE(2216), 2, + STATE(2260), 2, sym_comment, sym_include, - ACTIONS(2810), 30, + ACTIONS(3285), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -192398,21 +196151,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [160911] = 6, + [166191] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2217), 2, + STATE(2261), 2, sym_comment, sym_include, - ACTIONS(136), 3, + ACTIONS(117), 3, sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(138), 28, + ACTIONS(119), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -192422,6 +196175,7 @@ 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, @@ -192436,66 +196190,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_scope_tuning_token1, aux_sym_function_call_token1, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [160960] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2218), 2, - sym_comment, - sym_include, - ACTIONS(3016), 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, - [161007] = 5, + [166240] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2219), 2, + ACTIONS(3356), 1, + ts_builtin_sym_end, + STATE(2262), 2, sym_comment, sym_include, - ACTIONS(3018), 31, + ACTIONS(2999), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192525,17 +196237,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161054] = 5, + [166289] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2220), 2, + STATE(2263), 2, sym_comment, sym_include, - ACTIONS(3020), 31, + ACTIONS(3023), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -192567,19 +196279,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161101] = 5, + [166336] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2221), 2, + ACTIONS(3358), 1, + ts_builtin_sym_end, + STATE(2264), 2, sym_comment, sym_include, - ACTIONS(3022), 31, + ACTIONS(3001), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192609,19 +196322,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161148] = 6, + [166385] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3396), 1, + ACTIONS(3360), 1, ts_builtin_sym_end, - STATE(2222), 2, + STATE(2265), 2, sym_comment, sym_include, - ACTIONS(2814), 30, + ACTIONS(3003), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -192652,17 +196365,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161197] = 5, + [166434] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2223), 2, + STATE(2266), 2, sym_comment, sym_include, - ACTIONS(3024), 31, + ACTIONS(3025), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -192694,17 +196407,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161244] = 5, + [166481] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2224), 2, + STATE(2267), 2, sym_comment, sym_include, - ACTIONS(3026), 31, + ACTIONS(3027), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -192736,19 +196449,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161291] = 5, + [166528] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2225), 2, + ACTIONS(3362), 1, + ts_builtin_sym_end, + STATE(2268), 2, sym_comment, sym_include, - ACTIONS(3028), 31, + ACTIONS(3005), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192778,20 +196492,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161338] = 6, + [166577] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3220), 1, - ts_builtin_sym_end, - STATE(2226), 2, + STATE(2269), 2, sym_comment, sym_include, - ACTIONS(2948), 30, + ACTIONS(3029), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192821,20 +196534,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161387] = 6, + [166624] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3398), 1, - ts_builtin_sym_end, - STATE(2227), 2, + STATE(2270), 2, sym_comment, sym_include, - ACTIONS(2818), 30, + ACTIONS(3031), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192864,20 +196576,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161436] = 6, + [166671] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3400), 1, - ts_builtin_sym_end, - STATE(2228), 2, + STATE(2271), 2, sym_comment, sym_include, - ACTIONS(2820), 30, + ACTIONS(3033), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -192907,19 +196618,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161485] = 6, + [166718] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3218), 1, + ACTIONS(3576), 1, ts_builtin_sym_end, - STATE(2229), 2, + STATE(2272), 2, sym_comment, sym_include, - ACTIONS(2952), 30, + ACTIONS(3171), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -192950,17 +196661,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161534] = 5, + [166767] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2230), 2, + STATE(2273), 2, sym_comment, sym_include, - ACTIONS(3040), 31, + ACTIONS(3035), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -192992,62 +196703,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161581] = 8, + [166814] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2673), 1, - sym__namecolon, - STATE(2138), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(2231), 2, - sym_comment, - sym_include, - ACTIONS(100), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [161634] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2232), 2, + STATE(2274), 2, sym_comment, sym_include, - ACTIONS(3042), 31, + ACTIONS(3037), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -193079,17 +196745,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161681] = 5, + [166861] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2233), 2, + STATE(2275), 2, sym_comment, sym_include, - ACTIONS(3044), 31, + ACTIONS(3039), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -193121,17 +196787,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161728] = 5, + [166908] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2234), 2, + STATE(2276), 2, sym_comment, sym_include, - ACTIONS(3050), 31, + ACTIONS(3041), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -193163,63 +196829,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161775] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3216), 1, - ts_builtin_sym_end, - STATE(2235), 2, - sym_comment, - sym_include, - ACTIONS(2960), 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, - [161824] = 6, + [166955] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3423), 1, - ts_builtin_sym_end, - STATE(2236), 2, + STATE(2277), 2, sym_comment, sym_include, - ACTIONS(2860), 30, + ACTIONS(3043), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -193249,17 +196871,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161873] = 5, + [167002] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2237), 2, + STATE(2278), 2, sym_comment, sym_include, - ACTIONS(3587), 31, + ACTIONS(3045), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -193291,17 +196913,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161920] = 5, + [167049] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2238), 2, + STATE(2279), 2, sym_comment, sym_include, - ACTIONS(3056), 31, + ACTIONS(3047), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -193333,19 +196955,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [161967] = 6, + [167096] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3364), 1, + ACTIONS(3322), 1, ts_builtin_sym_end, - STATE(2239), 2, + STATE(2280), 2, sym_comment, sym_include, - ACTIONS(3366), 30, + ACTIONS(2965), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193376,20 +196998,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162016] = 6, + [167145] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3513), 1, - ts_builtin_sym_end, - STATE(2240), 2, + STATE(2281), 2, sym_comment, sym_include, - ACTIONS(3028), 30, + ACTIONS(3049), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -193419,19 +197040,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162065] = 6, + [167192] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3214), 1, + ACTIONS(3574), 1, ts_builtin_sym_end, - STATE(2241), 2, + STATE(2282), 2, sym_comment, sym_include, - ACTIONS(2968), 30, + ACTIONS(3173), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193462,139 +197083,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162114] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3589), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(3591), 1, - aux_sym_dataset_expression_token1, - ACTIONS(3593), 1, - aux_sym_input_expression_token1, - ACTIONS(3601), 1, - aux_sym_variable_definition_token3, - ACTIONS(3603), 1, - aux_sym_variable_definition_token4, - ACTIONS(3605), 1, - aux_sym_buffer_definition_token1, - ACTIONS(3607), 1, - aux_sym_query_definition_token1, - ACTIONS(3611), 1, - aux_sym_stream_definition_token1, - ACTIONS(3615), 1, - aux_sym_button_definition_token1, - STATE(3317), 1, - sym_access_tuning, - STATE(3330), 1, - sym_scope_tuning, - STATE(3371), 1, - aux_sym_variable_definition_repeat1, - STATE(3431), 1, - aux_sym_buffer_definition_repeat1, - STATE(3514), 1, - aux_sym_workfile_definition_repeat1, - STATE(3524), 1, - sym_serialization_tuning, - ACTIONS(3599), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(3613), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(2242), 2, - sym_comment, - sym_include, - ACTIONS(3609), 3, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_argument_mode_token2, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [162199] = 7, + [167241] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3617), 1, - sym__namedot, - ACTIONS(102), 2, - sym__or_operator, - sym__and_operator, - STATE(2243), 3, - sym_comment, - sym_include, - aux_sym_qualified_name_repeat1, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_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, - [162250] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2673), 1, + ACTIONS(3735), 1, sym__namecolon, - STATE(2138), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, + ACTIONS(91), 2, sym__or_operator, sym__and_operator, - STATE(2244), 2, + STATE(2283), 3, sym_comment, sym_include, - ACTIONS(100), 27, + aux_sym_object_access_repeat1, + ACTIONS(93), 28, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - sym__terminator, 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, @@ -193609,78 +197125,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, - [162303] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3570), 1, - anon_sym_COMMA, - ACTIONS(3572), 1, - aux_sym_of_token1, - ACTIONS(3620), 1, - aux_sym_of_phrase_token2, - STATE(790), 1, - sym__comparison_operator, - STATE(793), 1, - sym__multiplicative_operator, - STATE(794), 1, - sym__additive_operator, - STATE(796), 1, - sym__logical_operator, - STATE(4168), 1, - sym_of_phrase, - STATE(4761), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2245), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [162378] = 6, + aux_sym_include_argument_token1, + [167290] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3447), 1, + ACTIONS(3366), 1, ts_builtin_sym_end, - STATE(2246), 2, + STATE(2284), 2, sym_comment, sym_include, - ACTIONS(2926), 30, + ACTIONS(3009), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193711,19 +197169,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162427] = 6, + [167339] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3445), 1, + ACTIONS(3462), 1, ts_builtin_sym_end, - STATE(2247), 2, + STATE(2285), 2, sym_comment, sym_include, - ACTIONS(2924), 30, + ACTIONS(3101), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193754,19 +197212,69 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162476] = 6, + [167388] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3268), 1, + STATE(566), 1, + sym__comparison_operator, + STATE(567), 1, + sym__multiplicative_operator, + STATE(568), 1, + sym__additive_operator, + STATE(569), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2286), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1118), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 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, + [167451] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3011), 1, ts_builtin_sym_end, - STATE(2248), 2, + STATE(2287), 2, sym_comment, sym_include, - ACTIONS(2972), 30, + ACTIONS(2868), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193797,21 +197305,64 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162525] = 6, + [167500] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2249), 2, + ACTIONS(3013), 1, + ts_builtin_sym_end, + STATE(2288), 2, sym_comment, sym_include, - ACTIONS(144), 3, + ACTIONS(2870), 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, + [167549] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2289), 2, + sym_comment, + sym_include, + ACTIONS(121), 3, sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(146), 28, + ACTIONS(123), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -193821,6 +197372,7 @@ 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, @@ -193835,24 +197387,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, aux_sym_function_call_token1, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [162574] = 6, + [167598] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3402), 1, + ACTIONS(3320), 1, ts_builtin_sym_end, - STATE(2250), 2, + STATE(2290), 2, sym_comment, sym_include, - ACTIONS(2824), 30, + ACTIONS(2963), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193883,19 +197434,69 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162623] = 6, + [167647] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(566), 1, + sym__comparison_operator, + STATE(567), 1, + sym__multiplicative_operator, + STATE(568), 1, + sym__additive_operator, + STATE(569), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2291), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1122), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 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, + [167710] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3443), 1, + ACTIONS(3530), 1, ts_builtin_sym_end, - STATE(2251), 2, + STATE(2292), 2, sym_comment, sym_include, - ACTIONS(2922), 30, + ACTIONS(3217), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -193926,20 +197527,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162672] = 6, + [167759] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3509), 1, - ts_builtin_sym_end, - STATE(2252), 2, + STATE(2293), 2, sym_comment, sym_include, - ACTIONS(3024), 30, + ACTIONS(3051), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -193969,20 +197569,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162721] = 6, + [167806] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3421), 1, - ts_builtin_sym_end, - STATE(2253), 2, + STATE(2294), 2, sym_comment, sym_include, - ACTIONS(2858), 30, + ACTIONS(3053), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -194012,20 +197611,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162770] = 6, + [167853] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3210), 1, - ts_builtin_sym_end, - STATE(2254), 2, + STATE(2295), 2, sym_comment, sym_include, - ACTIONS(2992), 30, + ACTIONS(3055), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -194055,20 +197653,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162819] = 6, + [167900] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3270), 1, - ts_builtin_sym_end, - STATE(2255), 2, + STATE(2296), 2, sym_comment, sym_include, - ACTIONS(3272), 30, + ACTIONS(2880), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -194098,20 +197695,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162868] = 6, + [167947] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3417), 1, - ts_builtin_sym_end, - STATE(2256), 2, + STATE(2297), 2, sym_comment, sym_include, - ACTIONS(2856), 30, + ACTIONS(2882), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -194141,64 +197737,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [162917] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3622), 1, - aux_sym_function_call_token1, - STATE(2257), 2, - sym_comment, - sym_include, - ACTIONS(158), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(160), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_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, - [162968] = 6, + [167994] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3495), 1, - ts_builtin_sym_end, - STATE(2258), 2, + STATE(2298), 2, sym_comment, sym_include, - ACTIONS(3006), 30, + ACTIONS(2884), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -194228,221 +197779,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163017] = 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(3624), 1, - anon_sym_LPAREN, - STATE(5), 1, - aux_sym_object_access_repeat1, - STATE(9), 1, - aux_sym_qualified_name_repeat1, - STATE(18), 1, - aux_sym_member_access_repeat1, - STATE(23), 1, - sym_function_arguments, - STATE(2259), 2, - sym_comment, - sym_include, - ACTIONS(73), 3, - anon_sym_SLASH, - 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, - [163084] = 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(3626), 1, - anon_sym_LPAREN, - STATE(5), 1, - aux_sym_object_access_repeat1, - STATE(9), 1, - aux_sym_qualified_name_repeat1, - STATE(18), 1, - aux_sym_member_access_repeat1, - STATE(23), 1, - sym_function_arguments, - STATE(2260), 2, - sym_comment, - sym_include, - ACTIONS(73), 3, - anon_sym_SLASH, - 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, - [163151] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2261), 2, - sym_comment, - sym_include, - ACTIONS(1120), 5, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [163218] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2597), 1, - sym__namedoublecolon, - STATE(2303), 1, - aux_sym_member_access_repeat1, - ACTIONS(140), 2, - sym__or_operator, - sym__and_operator, - STATE(2262), 2, - sym_comment, - sym_include, - ACTIONS(142), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_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, - [163271] = 6, + [168041] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3404), 1, - ts_builtin_sym_end, - STATE(2263), 2, + STATE(2299), 2, sym_comment, sym_include, - ACTIONS(2836), 30, + ACTIONS(2886), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -194472,20 +197821,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163320] = 6, + [168088] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3276), 1, - ts_builtin_sym_end, - STATE(2264), 2, + STATE(2300), 2, sym_comment, sym_include, - ACTIONS(3278), 30, + ACTIONS(3065), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -194515,176 +197863,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163369] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2265), 2, - sym_comment, - sym_include, - ACTIONS(1201), 5, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [163436] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2266), 2, - sym_comment, - sym_include, - ACTIONS(1197), 5, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [163503] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2267), 2, - sym_comment, - sym_include, - ACTIONS(1193), 5, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [163570] = 6, + [168135] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2994), 1, - ts_builtin_sym_end, - STATE(2268), 2, + STATE(2301), 2, sym_comment, sym_include, - ACTIONS(2996), 30, + ACTIONS(2888), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -194714,165 +197905,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163619] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2269), 2, - sym_comment, - sym_include, - ACTIONS(1189), 5, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [163686] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2270), 2, - sym_comment, - sym_include, - ACTIONS(192), 7, - sym__or_operator, - sym__and_operator, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [163751] = 6, + [168182] = 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(2302), 2, sym_comment, sym_include, - ACTIONS(120), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(122), 28, - anon_sym_SLASH, + ACTIONS(2890), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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_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_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + 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, - [163800] = 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, + [168229] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3481), 1, + ACTIONS(3015), 1, ts_builtin_sym_end, - STATE(2272), 2, + STATE(2303), 2, sym_comment, sym_include, - ACTIONS(2978), 30, + ACTIONS(2872), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -194903,20 +197990,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163849] = 6, + [168278] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2998), 1, - ts_builtin_sym_end, - STATE(2273), 2, + STATE(2304), 2, sym_comment, sym_include, - ACTIONS(3000), 30, + ACTIONS(3071), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -194946,20 +198032,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163898] = 6, + [168325] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3280), 1, - ts_builtin_sym_end, - STATE(2274), 2, + STATE(2305), 2, sym_comment, sym_include, - ACTIONS(3282), 30, + ACTIONS(2892), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -194989,20 +198074,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163947] = 6, + [168372] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3284), 1, - ts_builtin_sym_end, - STATE(2275), 2, + STATE(2306), 2, sym_comment, sym_include, - ACTIONS(3286), 30, + ACTIONS(2894), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -195032,81 +198116,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [163996] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3628), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(3630), 1, - aux_sym_dataset_expression_token1, - ACTIONS(3632), 1, - aux_sym_input_expression_token1, - ACTIONS(3634), 1, - aux_sym_variable_definition_token3, - ACTIONS(3636), 1, - aux_sym_variable_definition_token4, - ACTIONS(3638), 1, - aux_sym_buffer_definition_token1, - ACTIONS(3640), 1, - aux_sym_query_definition_token1, - ACTIONS(3644), 1, - aux_sym_stream_definition_token1, - ACTIONS(3648), 1, - aux_sym_button_definition_token1, - STATE(3310), 1, - sym_access_tuning, - STATE(3330), 1, - sym_scope_tuning, - STATE(3350), 1, - aux_sym_variable_definition_repeat1, - STATE(3429), 1, - aux_sym_buffer_definition_repeat1, - STATE(3524), 1, - sym_serialization_tuning, - STATE(3525), 1, - aux_sym_workfile_definition_repeat1, - ACTIONS(3599), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(3646), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(2276), 2, - sym_comment, - sym_include, - ACTIONS(3642), 3, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_argument_mode_token2, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [164081] = 6, + [168419] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3288), 1, - ts_builtin_sym_end, - STATE(2277), 2, + STATE(2307), 2, sym_comment, sym_include, - ACTIONS(3290), 30, + ACTIONS(3077), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -195136,19 +198158,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164130] = 6, + [168466] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3002), 1, + ACTIONS(3017), 1, ts_builtin_sym_end, - STATE(2278), 2, + STATE(2308), 2, sym_comment, sym_include, - ACTIONS(3004), 30, + ACTIONS(2874), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -195179,20 +198201,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164179] = 6, + [168515] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3030), 1, - ts_builtin_sym_end, - STATE(2279), 2, + STATE(2309), 2, sym_comment, sym_include, - ACTIONS(3010), 30, + ACTIONS(3079), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -195222,52 +198243,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164228] = 19, - ACTIONS(69), 1, + [168562] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(3570), 1, - anon_sym_COMMA, - ACTIONS(3572), 1, - aux_sym_of_token1, - ACTIONS(3650), 1, - aux_sym_of_phrase_token2, - STATE(790), 1, + STATE(566), 1, sym__comparison_operator, - STATE(793), 1, + STATE(567), 1, sym__multiplicative_operator, - STATE(794), 1, + STATE(568), 1, sym__additive_operator, - STATE(796), 1, + STATE(569), 1, sym__logical_operator, - STATE(4116), 1, - sym_of_phrase, - STATE(4753), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1128), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + STATE(2310), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 21, + sym_identifier, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2280), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -195278,35 +198289,76 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [164303] = 8, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [168621] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2961), 1, + ts_builtin_sym_end, + STATE(2311), 2, + sym_comment, + sym_include, + ACTIONS(2842), 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, + [168670] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2661), 1, + STATE(2312), 2, + sym_comment, + sym_include, + ACTIONS(106), 3, sym__namecolon, - STATE(2328), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, sym__or_operator, sym__and_operator, - STATE(2281), 2, - sym_comment, - sym_include, - ACTIONS(100), 27, + ACTIONS(108), 28, 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -195321,21 +198373,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, - [164356] = 5, + anon_sym_NO_DASHERROR, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [168719] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2282), 2, + ACTIONS(3318), 1, + ts_builtin_sym_end, + STATE(2313), 2, sym_comment, sym_include, - ACTIONS(3092), 31, + ACTIONS(2959), 30, sym_identifier, - aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -195365,17 +198420,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164403] = 5, + [168768] = 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(2314), 2, sym_comment, sym_include, - ACTIONS(3094), 31, + ACTIONS(3081), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -195407,20 +198462,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164450] = 6, + [168815] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3032), 1, - ts_builtin_sym_end, - STATE(2284), 2, + STATE(2315), 2, sym_comment, sym_include, - ACTIONS(3012), 30, + ACTIONS(3083), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -195450,20 +198504,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164499] = 6, + [168862] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3034), 1, - ts_builtin_sym_end, - STATE(2285), 2, + STATE(2316), 2, sym_comment, sym_include, - ACTIONS(3014), 30, + ACTIONS(3085), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -195493,67 +198546,59 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164548] = 13, + [168909] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(638), 1, - sym__logical_operator, - STATE(639), 1, - sym__additive_operator, - STATE(640), 1, - sym__multiplicative_operator, - STATE(641), 1, - sym__comparison_operator, - ACTIONS(192), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2286), 2, + STATE(2317), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(194), 5, + ACTIONS(3087), 31, sym_identifier, - sym__terminator, - 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, - ACTIONS(1098), 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, - [164611] = 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_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [168956] = 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(2318), 2, sym_comment, sym_include, - ACTIONS(3072), 31, + ACTIONS(3089), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -195585,220 +198630,189 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164658] = 13, + [169003] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(638), 1, - sym__logical_operator, - STATE(639), 1, - sym__additive_operator, - STATE(640), 1, - sym__multiplicative_operator, - STATE(641), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2288), 2, + STATE(2319), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1191), 5, + ACTIONS(3091), 31, sym_identifier, - sym__terminator, - 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, - ACTIONS(1098), 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, - [164721] = 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, + [169050] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(638), 1, - sym__logical_operator, - STATE(639), 1, - sym__additive_operator, - STATE(640), 1, - sym__multiplicative_operator, - STATE(641), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2289), 2, + ACTIONS(3528), 1, + ts_builtin_sym_end, + STATE(2320), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1195), 5, + ACTIONS(3219), 30, sym_identifier, - sym__terminator, - aux_sym_when_expression_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1098), 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, - [164784] = 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, + [169099] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(638), 1, - sym__logical_operator, - STATE(639), 1, - sym__additive_operator, - STATE(640), 1, - sym__multiplicative_operator, - STATE(641), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2290), 2, + ACTIONS(3019), 1, + ts_builtin_sym_end, + STATE(2321), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1199), 5, + ACTIONS(2876), 30, sym_identifier, - sym__terminator, - aux_sym_when_expression_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1098), 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, - [164847] = 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, + [169148] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(638), 1, - sym__logical_operator, - STATE(639), 1, - sym__additive_operator, - STATE(640), 1, - sym__multiplicative_operator, - STATE(641), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2291), 2, + STATE(2322), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1118), 5, + ACTIONS(3093), 31, sym_identifier, - sym__terminator, - 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, - ACTIONS(1098), 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, - [164910] = 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, + [169195] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3206), 1, - ts_builtin_sym_end, - STATE(2292), 2, + STATE(2323), 2, sym_comment, sym_include, - ACTIONS(3036), 30, + ACTIONS(3095), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -195828,48 +198842,125 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [164959] = 15, - ACTIONS(69), 1, + [169242] = 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(77), 1, - anon_sym_LBRACK, - ACTIONS(81), 1, - sym__namedot, - ACTIONS(83), 1, - sym__namecolon, - ACTIONS(85), 1, - sym__namedoublecolon, - ACTIONS(3652), 1, - anon_sym_LPAREN, - STATE(5), 1, - aux_sym_object_access_repeat1, - STATE(9), 1, - aux_sym_qualified_name_repeat1, - STATE(18), 1, - aux_sym_member_access_repeat1, - STATE(23), 1, - sym_function_arguments, - STATE(2293), 2, + STATE(2324), 2, sym_comment, sym_include, - ACTIONS(73), 3, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(67), 19, + ACTIONS(3097), 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, + [169289] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2325), 2, + sym_comment, + sym_include, + ACTIONS(3099), 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, + [169336] = 10, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(566), 1, + sym__comparison_operator, + STATE(567), 1, + sym__multiplicative_operator, + STATE(568), 1, + sym__additive_operator, + STATE(569), 1, + sym__logical_operator, + ACTIONS(1132), 2, sym__or_operator, sym__and_operator, + STATE(2326), 2, + sym_comment, + sym_include, + ACTIONS(1130), 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, @@ -195880,19 +198971,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [165026] = 6, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [169393] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3408), 1, + ACTIONS(3021), 1, ts_builtin_sym_end, - STATE(2294), 2, + STATE(2327), 2, sym_comment, sym_include, - ACTIONS(2842), 30, + ACTIONS(2878), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -195923,35 +199016,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165075] = 8, + [169442] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2661), 1, - sym__namecolon, - STATE(2328), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, + STATE(566), 1, + sym__comparison_operator, + STATE(567), 1, + sym__multiplicative_operator, + STATE(568), 1, + sym__additive_operator, + STATE(569), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1136), 2, sym__or_operator, sym__and_operator, - STATE(2295), 2, + STATE(2328), 2, sym_comment, sym_include, - ACTIONS(100), 27, + ACTIONS(1054), 4, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1134), 4, + sym_identifier, sym__terminator, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 15, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -195966,21 +199066,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_when_expression_token1, - aux_sym_scope_tuning_token1, - [165128] = 6, + [169505] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3204), 1, + ACTIONS(3572), 1, ts_builtin_sym_end, - STATE(2296), 2, + STATE(2329), 2, sym_comment, sym_include, - ACTIONS(3038), 30, + ACTIONS(3175), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -196011,17 +199109,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165177] = 5, + [169554] = 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(2330), 2, sym_comment, sym_include, - ACTIONS(3102), 31, + ACTIONS(3101), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -196053,17 +199151,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165224] = 5, + [169601] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2298), 2, + STATE(2331), 2, sym_comment, sym_include, - ACTIONS(3104), 31, + ACTIONS(3103), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -196095,20 +199193,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165271] = 6, + [169648] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3292), 1, - ts_builtin_sym_end, - STATE(2299), 2, + STATE(2332), 2, sym_comment, sym_include, - ACTIONS(3294), 30, + 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, @@ -196138,17 +199235,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165320] = 5, + [169695] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2300), 2, + STATE(2333), 2, sym_comment, sym_include, - ACTIONS(3106), 31, + ACTIONS(3107), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -196180,20 +199277,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165367] = 6, + [169742] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3410), 1, - ts_builtin_sym_end, - STATE(2301), 2, + STATE(2334), 2, sym_comment, sym_include, - ACTIONS(2850), 30, + ACTIONS(3109), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -196223,20 +199319,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165416] = 6, + [169789] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3224), 1, - ts_builtin_sym_end, - STATE(2302), 2, + STATE(2335), 2, sym_comment, sym_include, - ACTIONS(2852), 30, + ACTIONS(3111), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -196266,23 +199361,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165465] = 7, + [169836] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3654), 1, - sym__namedoublecolon, - ACTIONS(113), 2, - sym__or_operator, - sym__and_operator, - STATE(2303), 3, + STATE(2336), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, - ACTIONS(115), 27, + ACTIONS(117), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(119), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -196292,6 +199385,7 @@ 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, @@ -196306,24 +199400,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, + anon_sym_NO_DASHERROR, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [165516] = 6, + [169885] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3515), 1, - ts_builtin_sym_end, - STATE(2304), 2, + STATE(2337), 2, sym_comment, sym_include, - ACTIONS(3040), 30, + ACTIONS(3113), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -196353,19 +199446,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165565] = 6, + [169932] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3558), 1, + STATE(2338), 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, + [169979] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3316), 1, ts_builtin_sym_end, - STATE(2305), 2, + STATE(2339), 2, sym_comment, sym_include, - ACTIONS(3130), 30, + ACTIONS(2957), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -196396,23 +199531,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165614] = 7, + [170028] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3657), 1, - anon_sym_NO_DASHERROR, - STATE(2306), 2, + STATE(2340), 2, sym_comment, sym_include, - ACTIONS(543), 3, + ACTIONS(121), 3, sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(545), 27, + ACTIONS(123), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -196422,6 +199555,7 @@ 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, @@ -196436,23 +199570,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_scope_tuning_token1, + anon_sym_NO_DASHERROR, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [165665] = 6, + [170077] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3202), 1, + STATE(566), 1, + sym__comparison_operator, + STATE(567), 1, + sym__multiplicative_operator, + STATE(568), 1, + sym__additive_operator, + STATE(569), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2341), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1150), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 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, + [170140] = 6, + 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, - STATE(2307), 2, + STATE(2342), 2, sym_comment, sym_include, - ACTIONS(3046), 30, + ACTIONS(2825), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -196483,19 +199667,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165714] = 6, + [170189] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3485), 1, + ACTIONS(3314), 1, ts_builtin_sym_end, - STATE(2308), 2, + STATE(2343), 2, sym_comment, sym_include, - ACTIONS(2982), 30, + ACTIONS(2955), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -196526,72 +199710,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165763] = 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(3659), 1, - anon_sym_LPAREN, - STATE(5), 1, - aux_sym_object_access_repeat1, - STATE(9), 1, - aux_sym_qualified_name_repeat1, - STATE(18), 1, - aux_sym_member_access_repeat1, - STATE(23), 1, - sym_function_arguments, - STATE(2309), 2, - sym_comment, - sym_include, - ACTIONS(73), 3, - anon_sym_SLASH, - 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, - [165830] = 6, + [170238] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3360), 1, - ts_builtin_sym_end, - STATE(2310), 2, + STATE(2344), 2, sym_comment, sym_include, - ACTIONS(3362), 30, + ACTIONS(3117), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -196621,20 +199752,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165879] = 6, + [170285] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3519), 1, - ts_builtin_sym_end, - STATE(2311), 2, + STATE(2345), 2, sym_comment, sym_include, - ACTIONS(3044), 30, + ACTIONS(3119), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -196664,19 +199794,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165928] = 6, + [170332] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3296), 1, + ACTIONS(3526), 1, ts_builtin_sym_end, - STATE(2312), 2, + STATE(2346), 2, sym_comment, sym_include, - ACTIONS(3298), 30, + ACTIONS(3221), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -196707,20 +199837,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [165977] = 6, + [170381] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3212), 1, - ts_builtin_sym_end, - STATE(2313), 2, + STATE(2347), 2, sym_comment, sym_include, - ACTIONS(2988), 30, + ACTIONS(2825), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -196750,81 +199879,69 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166026] = 24, - ACTIONS(69), 1, + [170428] = 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(3661), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(3663), 1, - aux_sym_dataset_expression_token1, - ACTIONS(3665), 1, - aux_sym_input_expression_token1, - ACTIONS(3667), 1, - aux_sym_variable_definition_token3, - ACTIONS(3669), 1, - aux_sym_variable_definition_token4, - ACTIONS(3671), 1, - aux_sym_buffer_definition_token1, - ACTIONS(3673), 1, - aux_sym_query_definition_token1, - ACTIONS(3677), 1, - aux_sym_stream_definition_token1, - ACTIONS(3681), 1, - aux_sym_button_definition_token1, - STATE(3298), 1, - sym_access_tuning, - STATE(3330), 1, - sym_scope_tuning, - STATE(3340), 1, - aux_sym_variable_definition_repeat1, - STATE(3494), 1, - aux_sym_buffer_definition_repeat1, - STATE(3507), 1, - aux_sym_workfile_definition_repeat1, - STATE(3524), 1, - sym_serialization_tuning, - ACTIONS(3599), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(3679), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(2314), 2, + STATE(560), 1, + sym__comparison_operator, + STATE(561), 1, + sym__multiplicative_operator, + STATE(562), 1, + sym__additive_operator, + STATE(563), 1, + sym__logical_operator, + ACTIONS(232), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2348), 2, sym_comment, sym_include, - ACTIONS(3675), 3, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_argument_mode_token2, - ACTIONS(3595), 4, + ACTIONS(234), 4, + sym_identifier, + 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(3597), 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, - [166111] = 6, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 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, + [170491] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3198), 1, - ts_builtin_sym_end, - STATE(2315), 2, + STATE(2349), 2, sym_comment, sym_include, - ACTIONS(3052), 30, + ACTIONS(3121), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -196854,81 +199971,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166160] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3683), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(3685), 1, - aux_sym_dataset_expression_token1, - ACTIONS(3687), 1, - aux_sym_input_expression_token1, - ACTIONS(3689), 1, - aux_sym_variable_definition_token3, - ACTIONS(3691), 1, - aux_sym_variable_definition_token4, - ACTIONS(3693), 1, - aux_sym_buffer_definition_token1, - ACTIONS(3695), 1, - aux_sym_query_definition_token1, - ACTIONS(3699), 1, - aux_sym_stream_definition_token1, - ACTIONS(3703), 1, - aux_sym_button_definition_token1, - STATE(3322), 1, - sym_access_tuning, - STATE(3330), 1, - sym_scope_tuning, - STATE(3364), 1, - aux_sym_variable_definition_repeat1, - STATE(3427), 1, - aux_sym_buffer_definition_repeat1, - STATE(3522), 1, - aux_sym_workfile_definition_repeat1, - STATE(3524), 1, - sym_serialization_tuning, - ACTIONS(3599), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(3701), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(2316), 2, - sym_comment, - sym_include, - ACTIONS(3697), 3, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_argument_mode_token2, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [166245] = 6, + [170538] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3475), 1, - ts_builtin_sym_end, - STATE(2317), 2, + STATE(2350), 2, sym_comment, sym_include, - ACTIONS(3390), 30, + ACTIONS(2911), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -196958,20 +200013,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166294] = 6, + [170585] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2984), 1, - ts_builtin_sym_end, - STATE(2318), 2, + STATE(2351), 2, sym_comment, sym_include, - ACTIONS(2986), 30, + 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, @@ -197001,20 +200055,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166343] = 6, + [170632] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3517), 1, - ts_builtin_sym_end, - STATE(2319), 2, + STATE(2352), 2, sym_comment, sym_include, - ACTIONS(3042), 30, + ACTIONS(3127), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -197044,20 +200097,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166392] = 6, + [170679] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3196), 1, - ts_builtin_sym_end, - STATE(2320), 2, + STATE(2353), 2, sym_comment, sym_include, - ACTIONS(3064), 30, + ACTIONS(2913), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -197087,20 +200139,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166441] = 6, + [170726] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3477), 1, - ts_builtin_sym_end, - STATE(2321), 2, + STATE(2354), 2, sym_comment, sym_include, - ACTIONS(3388), 30, + ACTIONS(2915), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -197130,17 +200181,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166490] = 5, + [170773] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2322), 2, + STATE(2355), 2, sym_comment, sym_include, - ACTIONS(3130), 31, + ACTIONS(2917), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -197172,20 +200223,69 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166537] = 6, + [170820] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3521), 1, - ts_builtin_sym_end, - STATE(2323), 2, + STATE(560), 1, + sym__comparison_operator, + STATE(561), 1, + sym__multiplicative_operator, + STATE(562), 1, + sym__additive_operator, + STATE(563), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2356), 2, sym_comment, sym_include, - ACTIONS(3050), 30, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1158), 4, sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + ACTIONS(1056), 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, + [170883] = 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(3135), 31, + sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -197215,20 +200315,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166586] = 6, + [170930] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3192), 1, - ts_builtin_sym_end, - STATE(2324), 2, + STATE(2358), 2, sym_comment, sym_include, - ACTIONS(3068), 30, + ACTIONS(2919), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -197258,20 +200357,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166635] = 6, + [170977] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3487), 1, - ts_builtin_sym_end, - STATE(2325), 2, + STATE(2359), 2, sym_comment, sym_include, - ACTIONS(2990), 30, + ACTIONS(2921), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -197301,17 +200399,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166684] = 5, + [171024] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2326), 2, + STATE(2360), 2, sym_comment, sym_include, - ACTIONS(3136), 31, + ACTIONS(3141), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -197343,17 +200441,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166731] = 5, + [171071] = 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(2361), 2, sym_comment, sym_include, - ACTIONS(3138), 31, + ACTIONS(3143), 31, sym_identifier, aux_sym__block_terminator_token1, aux_sym_input_expression_token1, @@ -197385,34 +200483,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166778] = 7, + [171118] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3705), 1, - sym__namecolon, - ACTIONS(91), 2, + STATE(560), 1, + sym__comparison_operator, + STATE(561), 1, + sym__multiplicative_operator, + STATE(562), 1, + sym__additive_operator, + STATE(563), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2328), 3, + STATE(2362), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 27, + ACTIONS(1054), 4, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1154), 4, + sym_identifier, sym__terminator, - anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_LPAREN, + aux_sym_scope_tuning_token1, + ACTIONS(1056), 15, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -197427,64 +200533,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_when_expression_token1, - aux_sym_scope_tuning_token1, - [166829] = 6, + [171181] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3140), 1, + ACTIONS(3524), 1, ts_builtin_sym_end, - STATE(2329), 2, - sym_comment, - sym_include, - ACTIONS(3142), 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, - [166878] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3300), 1, - ts_builtin_sym_end, - STATE(2330), 2, + STATE(2363), 2, sym_comment, sym_include, - ACTIONS(3302), 30, + ACTIONS(3223), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -197515,85 +200576,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [166927] = 6, + [171230] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3144), 1, - ts_builtin_sym_end, - STATE(2331), 2, - sym_comment, - sym_include, - ACTIONS(3146), 30, + ACTIONS(3738), 1, 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, - [166976] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(638), 1, - sym__logical_operator, - STATE(639), 1, - sym__additive_operator, - STATE(640), 1, - sym__multiplicative_operator, - STATE(641), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + STATE(2493), 1, + sym_qualified_name, + ACTIONS(1379), 2, sym__or_operator, sym__and_operator, - STATE(2332), 2, + STATE(2364), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1377), 27, anon_sym_SLASH, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1207), 5, - sym_identifier, - sym__terminator, - aux_sym_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1098), 15, + 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, @@ -197608,41 +200617,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [167039] = 13, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [171283] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(638), 1, - sym__logical_operator, - STATE(639), 1, - sym__additive_operator, - STATE(640), 1, - sym__multiplicative_operator, - STATE(641), 1, + STATE(560), 1, sym__comparison_operator, - ACTIONS(1100), 2, + STATE(561), 1, + sym__multiplicative_operator, + STATE(562), 1, + sym__additive_operator, + STATE(563), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2333), 2, + STATE(2365), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1211), 5, + aux_sym__multiplicative_operator_token2, + ACTIONS(1146), 4, sym_identifier, sym__terminator, - aux_sym_when_expression_token1, + anon_sym_COMMA, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1098), 15, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -197658,136 +200671,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [167102] = 11, + [171346] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(638), 1, - sym__logical_operator, - STATE(639), 1, - sym__additive_operator, - STATE(640), 1, - sym__multiplicative_operator, - STATE(641), 1, + STATE(560), 1, sym__comparison_operator, - ACTIONS(1225), 2, - sym__or_operator, - sym__and_operator, - STATE(2334), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1223), 22, - 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_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [167161] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(638), 1, - sym__logical_operator, - STATE(639), 1, - sym__additive_operator, - STATE(640), 1, + STATE(561), 1, sym__multiplicative_operator, - STATE(641), 1, - sym__comparison_operator, - ACTIONS(1221), 2, - sym__or_operator, - sym__and_operator, - STATE(2335), 2, - sym_comment, - sym_include, - ACTIONS(1219), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [167218] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(638), 1, - sym__logical_operator, - STATE(639), 1, + STATE(562), 1, sym__additive_operator, - STATE(640), 1, - sym__multiplicative_operator, - STATE(641), 1, - sym__comparison_operator, - ACTIONS(1100), 2, + STATE(563), 1, + sym__logical_operator, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1217), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2336), 2, + STATE(2366), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1215), 5, + aux_sym__multiplicative_operator_token2, + ACTIONS(1142), 4, sym_identifier, sym__terminator, - aux_sym_when_expression_token1, + anon_sym_COMMA, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1098), 15, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -197803,19 +200721,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [167281] = 6, + [171409] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3148), 1, + ACTIONS(2967), 1, ts_builtin_sym_end, - STATE(2337), 2, + STATE(2367), 2, sym_comment, sym_include, - ACTIONS(3150), 30, + ACTIONS(2844), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -197846,20 +200764,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167330] = 6, + [171458] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3190), 1, - ts_builtin_sym_end, - STATE(2338), 2, + STATE(2368), 2, sym_comment, sym_include, - ACTIONS(3074), 30, + ACTIONS(3173), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -197889,20 +200806,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167379] = 6, + [171505] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3356), 1, - ts_builtin_sym_end, - STATE(2339), 2, + STATE(2369), 2, sym_comment, sym_include, - ACTIONS(3358), 30, + ACTIONS(3145), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -197932,20 +200848,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167428] = 6, + [171552] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3304), 1, - ts_builtin_sym_end, - STATE(2340), 2, + STATE(2370), 2, sym_comment, sym_include, - ACTIONS(3306), 30, + ACTIONS(2829), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -197975,20 +200890,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167477] = 6, + [171599] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3188), 1, - ts_builtin_sym_end, - STATE(2341), 2, + STATE(2371), 2, sym_comment, sym_include, - ACTIONS(3076), 30, + ACTIONS(3147), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198018,20 +200932,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167526] = 6, + [171646] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3308), 1, - ts_builtin_sym_end, - STATE(2342), 2, + STATE(2372), 2, sym_comment, sym_include, - ACTIONS(3310), 30, + ACTIONS(3149), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198061,19 +200974,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167575] = 6, + [171693] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3200), 1, + ACTIONS(3520), 1, ts_builtin_sym_end, - STATE(2343), 2, + STATE(2373), 2, sym_comment, sym_include, - ACTIONS(3048), 30, + ACTIONS(3227), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -198104,20 +201017,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167624] = 6, + [171742] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3511), 1, - ts_builtin_sym_end, - STATE(2344), 2, + STATE(2374), 2, sym_comment, sym_include, - ACTIONS(3026), 30, + ACTIONS(3151), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198147,20 +201059,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167673] = 6, + [171789] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3312), 1, - ts_builtin_sym_end, - STATE(2345), 2, + STATE(2375), 2, sym_comment, sym_include, - ACTIONS(3314), 30, + ACTIONS(3153), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198190,20 +201101,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167722] = 6, + [171836] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3316), 1, - ts_builtin_sym_end, - STATE(2346), 2, + STATE(2376), 2, sym_comment, sym_include, - ACTIONS(3318), 30, + ACTIONS(3155), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198233,20 +201143,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167771] = 6, + [171883] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3156), 1, - ts_builtin_sym_end, - STATE(2347), 2, + STATE(2377), 2, sym_comment, sym_include, - ACTIONS(3158), 30, + ACTIONS(3157), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198276,20 +201185,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167820] = 6, + [171930] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3320), 1, - ts_builtin_sym_end, - STATE(2348), 2, + STATE(2378), 2, sym_comment, sym_include, - ACTIONS(3322), 30, + ACTIONS(3159), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198319,20 +201227,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167869] = 6, + [171977] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3412), 1, - ts_builtin_sym_end, - STATE(2349), 2, + STATE(2379), 2, sym_comment, sym_include, - ACTIONS(2854), 30, + ACTIONS(3161), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198362,20 +201269,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167918] = 6, + [172024] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3080), 1, - ts_builtin_sym_end, - STATE(2350), 2, + STATE(2380), 2, sym_comment, sym_include, - ACTIONS(3058), 30, + ACTIONS(3163), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198405,20 +201311,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [167967] = 6, + [172071] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3160), 1, - ts_builtin_sym_end, - STATE(2351), 2, + STATE(2381), 2, sym_comment, sym_include, - ACTIONS(2806), 30, + ACTIONS(3165), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198448,20 +201353,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168016] = 6, + [172118] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3084), 1, - ts_builtin_sym_end, - STATE(2352), 2, + STATE(2382), 2, sym_comment, sym_include, - ACTIONS(3060), 30, + ACTIONS(3167), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198491,20 +201395,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168065] = 6, + [172165] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3086), 1, - ts_builtin_sym_end, - STATE(2353), 2, + STATE(2383), 2, sym_comment, sym_include, - ACTIONS(3062), 30, + ACTIONS(3169), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198534,70 +201437,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168114] = 13, + [172212] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(638), 1, - sym__logical_operator, - STATE(639), 1, - sym__additive_operator, - STATE(640), 1, - sym__multiplicative_operator, - STATE(641), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2354), 2, + STATE(2384), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1203), 5, + ACTIONS(3171), 31, sym_identifier, - sym__terminator, - 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, - ACTIONS(1098), 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, - [168177] = 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, + [172259] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3324), 1, - ts_builtin_sym_end, - STATE(2355), 2, + STATE(2385), 2, sym_comment, sym_include, - ACTIONS(3326), 30, + ACTIONS(3237), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198627,20 +201521,69 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168226] = 6, + [172306] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3489), 1, - ts_builtin_sym_end, - STATE(2356), 2, + STATE(560), 1, + sym__comparison_operator, + STATE(561), 1, + sym__multiplicative_operator, + STATE(562), 1, + sym__additive_operator, + STATE(563), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2386), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1138), 4, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + ACTIONS(1056), 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, + [172369] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2387), 2, sym_comment, sym_include, - ACTIONS(3386), 30, + ACTIONS(3175), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198670,19 +201613,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168275] = 6, + [172416] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3491), 1, + ACTIONS(3518), 1, ts_builtin_sym_end, - STATE(2357), 2, + STATE(2388), 2, sym_comment, sym_include, - ACTIONS(3368), 30, + ACTIONS(3229), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -198713,20 +201656,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168324] = 6, + [172465] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3493), 1, - ts_builtin_sym_end, - STATE(2358), 2, + STATE(2389), 2, sym_comment, sym_include, - ACTIONS(3330), 30, + ACTIONS(3177), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198756,20 +201698,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168373] = 6, + [172512] = 5, 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(2359), 2, + STATE(2390), 2, sym_comment, sym_include, - ACTIONS(3102), 30, + ACTIONS(3179), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198799,81 +201740,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168422] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3708), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(3710), 1, - aux_sym_dataset_expression_token1, - ACTIONS(3712), 1, - aux_sym_input_expression_token1, - ACTIONS(3714), 1, - aux_sym_variable_definition_token3, - ACTIONS(3716), 1, - aux_sym_variable_definition_token4, - ACTIONS(3718), 1, - aux_sym_buffer_definition_token1, - ACTIONS(3720), 1, - aux_sym_query_definition_token1, - ACTIONS(3724), 1, - aux_sym_stream_definition_token1, - ACTIONS(3728), 1, - aux_sym_button_definition_token1, - STATE(3302), 1, - sym_access_tuning, - STATE(3330), 1, - sym_scope_tuning, - STATE(3345), 1, - aux_sym_variable_definition_repeat1, - STATE(3430), 1, - aux_sym_buffer_definition_repeat1, - STATE(3519), 1, - aux_sym_workfile_definition_repeat1, - STATE(3524), 1, - sym_serialization_tuning, - ACTIONS(3599), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(3726), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(2360), 2, - sym_comment, - sym_include, - ACTIONS(3722), 3, - aux_sym_return_type_token2, - aux_sym_argument_mode_token1, - aux_sym_argument_mode_token2, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [168507] = 6, + [172559] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3186), 1, - ts_builtin_sym_end, - STATE(2361), 2, + STATE(2391), 2, sym_comment, sym_include, - ACTIONS(3088), 30, + ACTIONS(3181), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -198903,19 +201782,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168556] = 6, + [172606] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3184), 1, + ACTIONS(3516), 1, ts_builtin_sym_end, - STATE(2362), 2, + STATE(2392), 2, sym_comment, sym_include, - ACTIONS(3090), 30, + ACTIONS(3231), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -198946,19 +201825,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168605] = 6, + [172655] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3162), 1, + ACTIONS(3570), 1, ts_builtin_sym_end, - STATE(2363), 2, + STATE(2393), 2, sym_comment, sym_include, - ACTIONS(3164), 30, + ACTIONS(3177), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -198989,20 +201868,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168654] = 6, + [172704] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3182), 1, - ts_builtin_sym_end, - STATE(2364), 2, + STATE(2394), 2, sym_comment, sym_include, - ACTIONS(3096), 30, + ACTIONS(2939), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199032,20 +201910,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168703] = 6, + [172751] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3180), 1, - ts_builtin_sym_end, - STATE(2365), 2, + STATE(2395), 2, sym_comment, sym_include, - ACTIONS(3098), 30, + ACTIONS(3183), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199075,20 +201952,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168752] = 6, + [172798] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3166), 1, - ts_builtin_sym_end, - STATE(2366), 2, + STATE(2396), 2, sym_comment, sym_include, - ACTIONS(2916), 30, + 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, @@ -199118,19 +201994,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168801] = 6, + [172845] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3178), 1, + ACTIONS(3548), 1, ts_builtin_sym_end, - STATE(2367), 2, + STATE(2397), 2, sym_comment, sym_include, - ACTIONS(3108), 30, + ACTIONS(3203), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -199161,20 +202037,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168850] = 6, + [172894] = 5, 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, - STATE(2368), 2, + STATE(2398), 2, sym_comment, sym_include, - ACTIONS(3334), 30, + ACTIONS(3187), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199204,20 +202079,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168899] = 6, + [172941] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3134), 1, - ts_builtin_sym_end, - STATE(2369), 2, + STATE(2399), 2, sym_comment, sym_include, - ACTIONS(3100), 30, + ACTIONS(3189), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199247,19 +202121,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168948] = 6, + [172988] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3336), 1, + ACTIONS(3568), 1, ts_builtin_sym_end, - STATE(2370), 2, + STATE(2400), 2, sym_comment, sym_include, - ACTIONS(3338), 30, + ACTIONS(3179), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -199290,19 +202164,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [168997] = 6, + [173037] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3110), 1, + ACTIONS(3512), 1, ts_builtin_sym_end, - STATE(2371), 2, + STATE(2401), 2, sym_comment, sym_include, - ACTIONS(3070), 30, + ACTIONS(3233), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -199333,20 +202207,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [169046] = 6, + [173086] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3112), 1, - ts_builtin_sym_end, - STATE(2372), 2, + STATE(2402), 2, sym_comment, sym_include, - ACTIONS(3072), 30, + ACTIONS(3191), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199376,66 +202249,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [169095] = 9, + [173133] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2614), 1, - anon_sym_LBRACK, - ACTIONS(2616), 1, - anon_sym_LPAREN, - STATE(2391), 1, - sym_function_arguments, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(2373), 2, + STATE(2403), 2, sym_comment, sym_include, - ACTIONS(73), 26, - anon_sym_SLASH, + ACTIONS(3193), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [169150] = 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, + [173180] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3176), 1, - ts_builtin_sym_end, - STATE(2374), 2, + STATE(2404), 2, sym_comment, sym_include, - ACTIONS(3114), 30, + ACTIONS(3195), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199465,109 +202333,145 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [169199] = 9, + [173227] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2448), 1, + STATE(2405), 2, + sym_comment, + sym_include, + ACTIONS(3197), 31, sym_identifier, - ACTIONS(3730), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, - sym__or_operator, - sym__and_operator, - STATE(2375), 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_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [173274] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2406), 2, sym_comment, sym_include, - ACTIONS(1351), 26, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_STAR, + ACTIONS(2933), 31, + sym_identifier, aux_sym__block_terminator_token1, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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_repeat_statement_token1, + aux_sym__procedure_terminator_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, - [169254] = 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, + [173321] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2376), 2, + STATE(2407), 2, sym_comment, sym_include, - ACTIONS(120), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(122), 28, - anon_sym_SLASH, + ACTIONS(2935), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + 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, - [169303] = 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, + [173368] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3174), 1, - ts_builtin_sym_end, - STATE(2377), 2, + STATE(2408), 2, sym_comment, sym_include, - ACTIONS(3116), 30, + ACTIONS(3203), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199597,20 +202501,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [169352] = 6, + [173415] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3172), 1, - ts_builtin_sym_end, - STATE(2378), 2, + STATE(2409), 2, sym_comment, sym_include, - ACTIONS(3118), 30, + ACTIONS(3205), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199640,30 +202543,126 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [169401] = 6, + [173462] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2379), 2, + STATE(2410), 2, sym_comment, sym_include, - ACTIONS(144), 3, - sym__namecolon, + ACTIONS(3207), 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, + [173509] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2411), 2, + sym_comment, + sym_include, + ACTIONS(3209), 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, + [173556] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(566), 1, + sym__comparison_operator, + STATE(567), 1, + sym__multiplicative_operator, + STATE(568), 1, + sym__additive_operator, + STATE(569), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(146), 28, + STATE(2412), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, 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(3630), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + ACTIONS(1056), 15, + anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -199678,24 +202677,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_scope_tuning_token1, - anon_sym_NO_DASHERROR, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [169450] = 6, + [173619] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3348), 1, + ACTIONS(3566), 1, ts_builtin_sym_end, - STATE(2380), 2, + STATE(2413), 2, sym_comment, sym_include, - ACTIONS(3350), 30, + ACTIONS(3181), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -199726,19 +202720,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [169499] = 6, + [173668] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3344), 1, + ACTIONS(3394), 1, ts_builtin_sym_end, - STATE(2381), 2, + STATE(2414), 2, sym_comment, sym_include, - ACTIONS(3346), 30, + ACTIONS(3049), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -199769,20 +202763,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [169548] = 6, + [173717] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3168), 1, - ts_builtin_sym_end, - STATE(2382), 2, + STATE(2415), 2, sym_comment, sym_include, - ACTIONS(2808), 30, + 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, @@ -199812,52 +202805,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [169597] = 19, - ACTIONS(69), 1, + [173764] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(3570), 1, - anon_sym_COMMA, - ACTIONS(3572), 1, - aux_sym_of_token1, - ACTIONS(3732), 1, - aux_sym_of_phrase_token2, - STATE(790), 1, + STATE(560), 1, sym__comparison_operator, - STATE(793), 1, + STATE(561), 1, sym__multiplicative_operator, - STATE(794), 1, + STATE(562), 1, sym__additive_operator, - STATE(796), 1, + STATE(563), 1, sym__logical_operator, - STATE(4161), 1, - sym_of_phrase, - STATE(4778), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2383), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + STATE(2416), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(1054), 4, + anon_sym_SLASH, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1118), 4, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + ACTIONS(1056), 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, @@ -199868,30 +202855,84 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [169672] = 6, + [173827] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2384), 2, + STATE(2417), 2, sym_comment, sym_include, - ACTIONS(136), 3, - sym__namecolon, + ACTIONS(3296), 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, + [173874] = 13, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(560), 1, + sym__comparison_operator, + STATE(561), 1, + sym__multiplicative_operator, + STATE(562), 1, + sym__additive_operator, + STATE(563), 1, + sym__logical_operator, + ACTIONS(1058), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(138), 28, + STATE(2418), 2, + sym_comment, + sym_include, + ACTIONS(1054), 4, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1122), 4, + sym_identifier, + sym__terminator, anon_sym_COMMA, + aux_sym_scope_tuning_token1, + ACTIONS(1056), 15, anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -199906,24 +202947,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_scope_tuning_token1, - anon_sym_NO_DASHERROR, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [169721] = 6, + [173937] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3340), 1, + ACTIONS(3506), 1, ts_builtin_sym_end, - STATE(2385), 2, + STATE(2419), 2, sym_comment, sym_include, - ACTIONS(3342), 30, + ACTIONS(3235), 30, sym_identifier, aux_sym_input_expression_token1, aux_sym_class_type_token1, @@ -199954,20 +202990,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [169770] = 6, + [173986] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3170), 1, - ts_builtin_sym_end, - STATE(2386), 2, + STATE(2420), 2, sym_comment, sym_include, - ACTIONS(3128), 30, + ACTIONS(3211), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -199997,20 +203032,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [169819] = 6, + [174033] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3120), 1, - ts_builtin_sym_end, - STATE(2387), 2, + STATE(2421), 2, sym_comment, sym_include, - ACTIONS(3078), 30, + ACTIONS(3213), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -200040,20 +203074,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [169868] = 6, + [174080] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3529), 1, - ts_builtin_sym_end, - STATE(2388), 2, + STATE(2422), 2, sym_comment, sym_include, - ACTIONS(3328), 30, + ACTIONS(3215), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -200083,20 +203116,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [169917] = 6, + [174127] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3126), 1, - ts_builtin_sym_end, - STATE(2389), 2, + STATE(2423), 2, sym_comment, sym_include, - ACTIONS(3082), 30, + ACTIONS(3217), 31, sym_identifier, + aux_sym__block_terminator_token1, aux_sym_input_expression_token1, aux_sym_class_type_token1, aux_sym_scope_tuning_token1, @@ -200126,304 +203158,318 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_var_statement_token1, aux_sym_run_statement_token1, aux_sym_enum_definition_token1, - [169966] = 8, + [174174] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2622), 1, - sym__namedoublecolon, - STATE(2481), 1, - aux_sym_member_access_repeat1, - ACTIONS(140), 2, - sym__or_operator, - sym__and_operator, - STATE(2390), 2, + STATE(2424), 2, sym_comment, sym_include, - ACTIONS(142), 26, - anon_sym_SLASH, + ACTIONS(3219), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [170018] = 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, + [174221] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3734), 1, - aux_sym_function_call_token1, - STATE(2391), 2, + STATE(2425), 2, sym_comment, sym_include, - ACTIONS(158), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(160), 26, - anon_sym_SLASH, + ACTIONS(3221), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [170068] = 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, + [174268] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(782), 1, - sym__logical_operator, - STATE(784), 1, - sym__additive_operator, - STATE(785), 1, - sym__multiplicative_operator, - STATE(786), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1217), 2, - sym__or_operator, - sym__and_operator, - STATE(2392), 2, + STATE(2426), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1215), 4, + ACTIONS(3223), 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(1098), 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, - [170130] = 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, + [174315] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(782), 1, - sym__logical_operator, - STATE(784), 1, - sym__additive_operator, - STATE(785), 1, - sym__multiplicative_operator, - STATE(786), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2393), 2, + STATE(2427), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1211), 4, + ACTIONS(3225), 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(1098), 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, - [170192] = 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, + [174362] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(782), 1, - sym__logical_operator, - STATE(784), 1, - sym__additive_operator, - STATE(785), 1, - sym__multiplicative_operator, - STATE(786), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2394), 2, + STATE(2428), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1203), 4, + ACTIONS(3227), 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(1098), 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, - [170254] = 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, + [174409] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(782), 1, - sym__logical_operator, - STATE(784), 1, - sym__additive_operator, - STATE(785), 1, - sym__multiplicative_operator, - STATE(786), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2395), 2, + ACTIONS(3504), 1, + ts_builtin_sym_end, + STATE(2429), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1207), 4, + ACTIONS(3237), 30, sym_identifier, - sym__terminator, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1098), 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, - [170316] = 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, + [174458] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2396), 2, + STATE(2430), 2, sym_comment, sym_include, - ACTIONS(136), 3, - sym__namecolon, + ACTIONS(3229), 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, + [174505] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3741), 1, + sym__namedoublecolon, + ACTIONS(137), 2, sym__or_operator, sym__and_operator, - ACTIONS(138), 27, + STATE(2431), 3, + sym_comment, + sym_include, + aux_sym_member_access_repeat1, + ACTIONS(139), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -200433,6 +203479,7 @@ 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, @@ -200447,37 +203494,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_function_call_token1, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [170364] = 6, + [174556] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3736), 1, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3744), 1, sym__namecolon, ACTIONS(91), 2, sym__or_operator, sym__and_operator, - STATE(2397), 3, + STATE(2432), 3, sym_comment, sym_include, aux_sym_object_access_repeat1, ACTIONS(93), 27, anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, sym_identifier, anon_sym_STAR, + sym__terminator, anon_sym_LBRACK, - anon_sym_DQUOTE, + 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, @@ -200492,32 +203540,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_include_argument_token1, - [170412] = 7, + aux_sym_scope_tuning_token1, + [174607] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3739), 1, - sym__namedot, - ACTIONS(152), 2, + STATE(560), 1, + sym__comparison_operator, + STATE(561), 1, + sym__multiplicative_operator, + STATE(562), 1, + sym__additive_operator, + STATE(563), 1, + sym__logical_operator, + ACTIONS(1128), 2, sym__or_operator, sym__and_operator, - STATE(2398), 2, + STATE(2433), 2, sym_comment, sym_include, - ACTIONS(154), 27, + ACTIONS(1054), 4, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 21, + sym_identifier, + sym__terminator, anon_sym_COMMA, anon_sym_EQ, - aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -200533,34 +203589,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_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [170462] = 8, + [174666] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, + STATE(560), 1, + sym__comparison_operator, + STATE(561), 1, + sym__multiplicative_operator, + STATE(562), 1, + sym__additive_operator, + STATE(563), 1, + sym__logical_operator, + ACTIONS(1132), 2, sym__or_operator, sym__and_operator, - STATE(2399), 2, + STATE(2434), 2, sym_comment, sym_include, - ACTIONS(1452), 26, - anon_sym_COLON, + ACTIONS(1130), 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, @@ -200575,324 +203635,299 @@ static 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, - [170514] = 5, + aux_sym_scope_tuning_token1, + [174723] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3743), 1, - sym__escaped_string, - STATE(2400), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3560), 1, + ts_builtin_sym_end, + STATE(2435), 2, sym_comment, sym_include, - ACTIONS(3741), 30, - anon_sym_LBRACE, + ACTIONS(3187), 30, 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_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, - [170560] = 13, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [174772] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(782), 1, - sym__logical_operator, - STATE(784), 1, - sym__additive_operator, - STATE(785), 1, - sym__multiplicative_operator, - STATE(786), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2401), 2, + ACTIONS(3464), 1, + ts_builtin_sym_end, + STATE(2436), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1118), 4, + ACTIONS(3103), 30, sym_identifier, - sym__terminator, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1098), 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, - [170622] = 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, + [174821] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(788), 1, - sym__additive_operator, - STATE(797), 1, - sym__logical_operator, - STATE(800), 1, - sym__multiplicative_operator, - STATE(803), 1, - sym__comparison_operator, - ACTIONS(192), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2402), 2, + ACTIONS(3466), 1, + ts_builtin_sym_end, + STATE(2437), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(194), 4, + ACTIONS(3105), 30, sym_identifier, - sym__terminator, - anon_sym_COMMA, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - ACTIONS(1098), 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, - [170684] = 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, + [174870] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(788), 1, - sym__additive_operator, - STATE(797), 1, - sym__logical_operator, - STATE(800), 1, - sym__multiplicative_operator, - STATE(803), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2403), 2, + STATE(2438), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1187), 4, + ACTIONS(3231), 31, sym_identifier, - sym__terminator, - anon_sym_COMMA, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - ACTIONS(1098), 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, - [170746] = 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, + [174917] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2404), 2, + ACTIONS(3562), 1, + ts_builtin_sym_end, + STATE(2439), 2, sym_comment, sym_include, - ACTIONS(136), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(138), 27, - anon_sym_SLASH, + ACTIONS(3185), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + 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, - [170794] = 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, + [174966] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(788), 1, - sym__additive_operator, - STATE(797), 1, - sym__logical_operator, - STATE(800), 1, - sym__multiplicative_operator, - STATE(803), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2405), 2, + ACTIONS(3468), 1, + ts_builtin_sym_end, + STATE(2440), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1191), 4, + ACTIONS(3107), 30, sym_identifier, - sym__terminator, - anon_sym_COMMA, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - ACTIONS(1098), 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, - [170856] = 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, + [175015] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(788), 1, + STATE(560), 1, + sym__comparison_operator, + STATE(561), 1, + sym__multiplicative_operator, + STATE(562), 1, sym__additive_operator, - STATE(797), 1, + STATE(563), 1, sym__logical_operator, - STATE(800), 1, - sym__multiplicative_operator, - STATE(803), 1, - sym__comparison_operator, - ACTIONS(1100), 2, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1136), 2, sym__or_operator, sym__and_operator, - STATE(2406), 2, + STATE(2441), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1195), 4, + aux_sym__multiplicative_operator_token2, + ACTIONS(1134), 4, sym_identifier, sym__terminator, anon_sym_COMMA, aux_sym_scope_tuning_token1, - ACTIONS(1098), 15, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -200908,89 +203943,83 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [170918] = 13, + [175078] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(788), 1, - sym__additive_operator, - STATE(797), 1, - sym__logical_operator, - STATE(800), 1, - sym__multiplicative_operator, - STATE(803), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2407), 2, + STATE(2442), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1199), 4, + ACTIONS(3245), 31, sym_identifier, - sym__terminator, - anon_sym_COMMA, + aux_sym__block_terminator_token1, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - ACTIONS(1098), 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, - [170980] = 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, + [175125] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(788), 1, + STATE(560), 1, + sym__comparison_operator, + STATE(561), 1, + sym__multiplicative_operator, + STATE(562), 1, sym__additive_operator, - STATE(797), 1, + STATE(563), 1, sym__logical_operator, - STATE(800), 1, - sym__multiplicative_operator, - STATE(803), 1, - sym__comparison_operator, - ACTIONS(1100), 2, + ACTIONS(1058), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2408), 2, + STATE(2443), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 4, anon_sym_SLASH, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1118), 4, + aux_sym__multiplicative_operator_token2, + ACTIONS(1150), 4, sym_identifier, sym__terminator, anon_sym_COMMA, aux_sym_scope_tuning_token1, - ACTIONS(1098), 15, + ACTIONS(1056), 15, anon_sym_EQ, anon_sym_LT, anon_sym_LT_EQ, @@ -201006,168 +204035,109 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [171042] = 13, + [175188] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(782), 1, - sym__logical_operator, - STATE(784), 1, - sym__additive_operator, - STATE(785), 1, - sym__multiplicative_operator, - STATE(786), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2409), 2, + ACTIONS(3564), 1, + ts_builtin_sym_end, + STATE(2444), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1199), 4, + ACTIONS(3183), 30, sym_identifier, - sym__terminator, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1098), 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, - [171104] = 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, + [175237] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(782), 1, - sym__logical_operator, - STATE(784), 1, - sym__additive_operator, - STATE(785), 1, - sym__multiplicative_operator, - STATE(786), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2410), 2, + STATE(2445), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1195), 4, + ACTIONS(3243), 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(1098), 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, - [171166] = 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, + [175284] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(782), 1, - sym__logical_operator, - STATE(784), 1, - sym__additive_operator, - STATE(785), 1, - sym__multiplicative_operator, - STATE(786), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(2619), 1, + sym__namecolon, + STATE(1551), 1, + aux_sym_object_access_repeat1, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(2411), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1191), 4, - sym_identifier, - sym__terminator, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1098), 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, - [171228] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2412), 2, + STATE(2446), 2, sym_comment, sym_include, - ACTIONS(144), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(146), 27, + ACTIONS(73), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -201177,6 +204147,7 @@ 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, @@ -201191,140 +204162,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_function_call_token1, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [171276] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(788), 1, - sym__additive_operator, - STATE(797), 1, - sym__logical_operator, - STATE(800), 1, - sym__multiplicative_operator, - STATE(803), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2413), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1207), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - ACTIONS(1098), 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, - [171338] = 13, + [175337] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(788), 1, - sym__additive_operator, - STATE(797), 1, - sym__logical_operator, - STATE(800), 1, - sym__multiplicative_operator, - STATE(803), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(2701), 1, + sym__namecolon, + STATE(2469), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, sym__or_operator, sym__and_operator, - STATE(2414), 2, + STATE(2447), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(100), 27, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1211), 4, sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - ACTIONS(1098), 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, - [171400] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(788), 1, - sym__additive_operator, - STATE(797), 1, - sym__logical_operator, - STATE(800), 1, - sym__multiplicative_operator, - STATE(803), 1, - sym__comparison_operator, - ACTIONS(1225), 2, - sym__or_operator, - sym__and_operator, - STATE(2415), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1223), 21, - sym_identifier, sym__terminator, - anon_sym_COMMA, + 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, @@ -201340,37 +204209,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [171458] = 10, + anon_sym_NO_DASHERROR, + [175390] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(788), 1, - sym__additive_operator, - STATE(797), 1, - sym__logical_operator, - STATE(800), 1, - sym__multiplicative_operator, - STATE(803), 1, - sym__comparison_operator, - ACTIONS(1221), 2, + ACTIONS(2701), 1, + sym__namecolon, + STATE(2469), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, sym__or_operator, sym__and_operator, - STATE(2416), 2, + STATE(2448), 2, sym_comment, sym_include, - ACTIONS(1219), 24, + ACTIONS(100), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, sym__terminator, - anon_sym_COMMA, + 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, @@ -201386,255 +204254,239 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [171514] = 13, + anon_sym_NO_DASHERROR, + [175443] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(782), 1, - sym__logical_operator, - STATE(784), 1, - sym__additive_operator, - STATE(785), 1, - sym__multiplicative_operator, - STATE(786), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2417), 2, + STATE(2449), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1187), 4, + ACTIONS(3302), 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(1098), 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, - [171576] = 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, + [175490] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(788), 1, - sym__additive_operator, - STATE(797), 1, - sym__logical_operator, - STATE(800), 1, - sym__multiplicative_operator, - STATE(803), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1217), 2, - sym__or_operator, - sym__and_operator, - STATE(2418), 2, + ACTIONS(3470), 1, + ts_builtin_sym_end, + STATE(2450), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1215), 4, + ACTIONS(3109), 30, sym_identifier, - sym__terminator, - anon_sym_COMMA, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - ACTIONS(1098), 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, - [171638] = 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, + [175539] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(782), 1, - sym__logical_operator, - STATE(784), 1, - sym__additive_operator, - STATE(785), 1, - sym__multiplicative_operator, - STATE(786), 1, - sym__comparison_operator, - ACTIONS(192), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2419), 2, + ACTIONS(3472), 1, + ts_builtin_sym_end, + STATE(2451), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(194), 4, + ACTIONS(3111), 30, sym_identifier, - sym__terminator, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1098), 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, - [171700] = 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_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [175588] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - STATE(2565), 1, - sym_function_arguments, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(2420), 2, + ACTIONS(3350), 1, + ts_builtin_sym_end, + STATE(2452), 2, sym_comment, sym_include, - ACTIONS(73), 25, - anon_sym_SLASH, + ACTIONS(3298), 30, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [171754] = 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, + [175637] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2421), 2, + ACTIONS(3348), 1, + ts_builtin_sym_end, + STATE(2453), 2, sym_comment, sym_include, - ACTIONS(144), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(146), 27, - anon_sym_SLASH, + ACTIONS(3304), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_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_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + 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, - [171802] = 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, + [175686] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2422), 2, - sym_comment, - sym_include, - ACTIONS(120), 3, + ACTIONS(2619), 1, sym__namecolon, + STATE(1551), 1, + aux_sym_object_access_repeat1, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - ACTIONS(122), 27, + STATE(2454), 2, + sym_comment, + sym_include, + ACTIONS(89), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -201644,6 +204496,7 @@ 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, @@ -201658,28 +204511,27 @@ 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, - [171850] = 8, + [175739] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2620), 1, - sym__namecolon, - STATE(1901), 1, - aux_sym_object_access_repeat1, - ACTIONS(67), 2, + ACTIONS(2615), 1, + anon_sym_LPAREN, + STATE(2481), 1, + sym_function_arguments, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(2423), 2, + STATE(2455), 2, sym_comment, sym_include, - ACTIONS(73), 26, + ACTIONS(89), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -201689,6 +204541,7 @@ 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, @@ -201706,604 +204559,536 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [171902] = 6, + [175792] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2424), 2, + ACTIONS(3368), 1, + ts_builtin_sym_end, + STATE(2456), 2, sym_comment, sym_include, - ACTIONS(120), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(122), 27, - anon_sym_SLASH, + ACTIONS(3023), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + 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, - [171950] = 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, + [175841] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2697), 1, - sym__namecolon, - STATE(2397), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(2425), 2, - sym_comment, - sym_include, - ACTIONS(100), 27, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [172000] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(461), 1, - sym__comparison_operator, - STATE(462), 1, - sym__multiplicative_operator, - STATE(463), 1, - sym__additive_operator, - STATE(464), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2426), 2, + ACTIONS(3370), 1, + ts_builtin_sym_end, + STATE(2457), 2, sym_comment, sym_include, - ACTIONS(3745), 4, - anon_sym_COLON, + ACTIONS(3025), 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_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [172066] = 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, + [175890] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2687), 1, - sym__namecolon, - STATE(2445), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(2427), 2, + STATE(2458), 2, sym_comment, sym_include, - ACTIONS(100), 26, - anon_sym_SLASH, + ACTIONS(3233), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [172118] = 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_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [175937] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3749), 1, - sym__escaped_string, - STATE(2428), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2459), 2, sym_comment, sym_include, - ACTIONS(3747), 30, - anon_sym_COLON, - anon_sym_LBRACE, + ACTIONS(3241), 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_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__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_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, - [172164] = 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, + [175984] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3753), 1, - sym__escaped_string, - STATE(2429), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2460), 2, sym_comment, sym_include, - ACTIONS(3751), 30, - anon_sym_COLON, - anon_sym_LBRACE, + ACTIONS(3634), 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_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__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_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, - [172210] = 7, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [176031] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2697), 1, - sym__namecolon, - STATE(2397), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(2430), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3494), 1, + ts_builtin_sym_end, + STATE(2461), 2, sym_comment, sym_include, - ACTIONS(100), 27, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(3241), 30, 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [172260] = 13, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [176080] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(788), 1, - sym__additive_operator, - STATE(797), 1, - sym__logical_operator, - STATE(800), 1, - sym__multiplicative_operator, - STATE(803), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2431), 2, + ACTIONS(3372), 1, + ts_builtin_sym_end, + STATE(2462), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(3755), 4, + ACTIONS(3027), 30, sym_identifier, - sym__terminator, - anon_sym_COMMA, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - ACTIONS(1098), 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, - [172322] = 8, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [176129] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2687), 1, - sym__namecolon, - STATE(2445), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(2432), 2, + ACTIONS(3374), 1, + ts_builtin_sym_end, + STATE(2463), 2, sym_comment, sym_include, - ACTIONS(100), 26, - anon_sym_SLASH, + ACTIONS(3029), 30, 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [172374] = 12, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [176178] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(704), 1, - sym__logical_operator, - STATE(705), 1, - sym__additive_operator, - STATE(706), 1, - sym__multiplicative_operator, - STATE(707), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2433), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3376), 1, + ts_builtin_sym_end, + STATE(2464), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(3757), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(3031), 30, sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1098), 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, - [172434] = 5, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [176227] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3761), 1, - sym__escaped_string, - STATE(2434), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2465), 2, sym_comment, sym_include, - ACTIONS(3759), 30, - anon_sym_COLON, - anon_sym_LBRACE, + ACTIONS(3239), 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_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__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_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, - [172480] = 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, + [176274] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2620), 1, - sym__namecolon, - STATE(1901), 1, - aux_sym_object_access_repeat1, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(2435), 2, + ACTIONS(3378), 1, + ts_builtin_sym_end, + STATE(2466), 2, sym_comment, sym_include, - ACTIONS(89), 26, - anon_sym_SLASH, + ACTIONS(3033), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [172532] = 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, + [176323] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(782), 1, - sym__logical_operator, - STATE(784), 1, - sym__additive_operator, - STATE(785), 1, - sym__multiplicative_operator, - STATE(786), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - STATE(2436), 2, + ACTIONS(3380), 1, + ts_builtin_sym_end, + STATE(2467), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(3755), 4, + ACTIONS(3035), 30, sym_identifier, - sym__terminator, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - ACTIONS(1098), 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, - [172594] = 8, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [176372] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2616), 1, - anon_sym_LPAREN, - STATE(2391), 1, - sym_function_arguments, - ACTIONS(87), 2, + ACTIONS(2617), 1, + sym__namedot, + STATE(2055), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - STATE(2437), 2, + STATE(2468), 2, sym_comment, sym_include, - ACTIONS(89), 26, + ACTIONS(135), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -202313,6 +205098,7 @@ 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, @@ -202330,30 +205116,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [172646] = 6, + [176425] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2438), 2, - sym_comment, - sym_include, - ACTIONS(102), 3, - sym__namedot, + ACTIONS(3747), 1, + sym__namecolon, + ACTIONS(91), 2, sym__or_operator, sym__and_operator, - ACTIONS(104), 27, + STATE(2469), 3, + sym_comment, + sym_include, + aux_sym_object_access_repeat1, + ACTIONS(93), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, + anon_sym_LBRACK, + 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, @@ -202369,44 +205159,77 @@ 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, + [176476] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3392), 1, + ts_builtin_sym_end, + STATE(2470), 2, + sym_comment, + sym_include, + ACTIONS(3047), 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_widget_field_token1, - aux_sym_of_phrase_token2, - [172694] = 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, + [176525] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(788), 1, - sym__additive_operator, - STATE(797), 1, - sym__logical_operator, - STATE(800), 1, - sym__multiplicative_operator, - STATE(803), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, sym__or_operator, sym__and_operator, - STATE(2439), 2, + STATE(2471), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(1377), 27, + anon_sym_COLON, anon_sym_SLASH, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1203), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - ACTIONS(1098), 15, + 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, @@ -202421,85 +205244,71 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [172756] = 25, - ACTIONS(69), 1, + aux_sym_while_phrase_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + [176578] = 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(3708), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(3710), 1, - aux_sym_dataset_expression_token1, - ACTIONS(3714), 1, - aux_sym_variable_definition_token3, - ACTIONS(3716), 1, - aux_sym_variable_definition_token4, - ACTIONS(3718), 1, - aux_sym_buffer_definition_token1, - ACTIONS(3720), 1, - aux_sym_query_definition_token1, - ACTIONS(3763), 1, - aux_sym_argument_mode_token3, - ACTIONS(3767), 1, - aux_sym_property_definition_token1, - ACTIONS(3769), 1, - aux_sym_event_definition_token1, - STATE(3194), 1, - sym_access_tuning, - STATE(3200), 1, - sym_scope_tuning, - STATE(3336), 1, - aux_sym_property_definition_repeat1, - STATE(3345), 1, - aux_sym_variable_definition_repeat1, - STATE(3387), 1, - sym_serialization_tuning, - STATE(3414), 1, - aux_sym_event_definition_repeat1, - STATE(3430), 1, - aux_sym_buffer_definition_repeat1, - STATE(3432), 1, - sym_property_type, - ACTIONS(3599), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(3765), 2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - STATE(2440), 2, + ACTIONS(3340), 1, + ts_builtin_sym_end, + STATE(2472), 2, sym_comment, sym_include, - ACTIONS(3595), 4, + ACTIONS(3306), 30, + 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(3597), 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, - [172842] = 8, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [176627] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2713), 1, + ACTIONS(2691), 1, sym__namecolon, - STATE(2486), 1, + STATE(2432), 1, aux_sym_object_access_repeat1, ACTIONS(98), 2, sym__or_operator, sym__and_operator, - STATE(2441), 2, + STATE(2473), 2, sym_comment, sym_include, - ACTIONS(100), 26, + ACTIONS(100), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -202511,6 +205320,7 @@ 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, @@ -202526,31 +205336,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [172894] = 6, + [176680] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2442), 2, - sym_comment, - sym_include, - ACTIONS(132), 3, - sym__namecolon, + ACTIONS(2621), 1, + sym__namedoublecolon, + STATE(2431), 1, + aux_sym_member_access_repeat1, + ACTIONS(129), 2, sym__or_operator, sym__and_operator, - ACTIONS(134), 27, + STATE(2474), 2, + sym_comment, + sym_include, + ACTIONS(131), 27, 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, @@ -202565,36 +205378,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_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [172942] = 8, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [176733] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2673), 1, + ACTIONS(2691), 1, sym__namecolon, - STATE(2138), 1, + STATE(2432), 1, aux_sym_object_access_repeat1, ACTIONS(98), 2, sym__or_operator, sym__and_operator, - STATE(2443), 2, + STATE(2475), 2, sym_comment, sym_include, - ACTIONS(100), 26, + ACTIONS(100), 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, @@ -202609,80 +205425,78 @@ static 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, - [172994] = 8, + [176786] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2618), 1, - sym__namedot, - STATE(2451), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(128), 2, - sym__or_operator, - sym__and_operator, - STATE(2444), 2, + ACTIONS(3498), 1, + ts_builtin_sym_end, + STATE(2476), 2, sym_comment, sym_include, - ACTIONS(130), 26, - anon_sym_SLASH, + ACTIONS(3239), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [173046] = 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, + [176835] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3771), 1, - sym__namecolon, - ACTIONS(91), 2, + ACTIONS(2617), 1, + sym__namedot, + STATE(2055), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(102), 2, sym__or_operator, sym__and_operator, - STATE(2445), 3, + STATE(2477), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 26, + ACTIONS(104), 27, 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, @@ -202697,42 +205511,165 @@ static 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, - [173096] = 12, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [176888] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(704), 1, - sym__logical_operator, - STATE(705), 1, - sym__additive_operator, - STATE(706), 1, - sym__multiplicative_operator, - STATE(707), 1, - sym__comparison_operator, - ACTIONS(192), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2446), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3474), 1, + ts_builtin_sym_end, + STATE(2478), 2, sym_comment, sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(194), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(3113), 30, sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1098), 15, + aux_sym_input_expression_token1, + aux_sym_class_type_token1, + aux_sym_scope_tuning_token1, + aux_sym_variable_definition_token1, + aux_sym_variable_definition_token2, + aux_sym_buffer_definition_token2, + aux_sym_return_type_token2, + aux_sym_argument_mode_token1, + aux_sym_if_statement_token1, + aux_sym_repeat_statement_token1, + aux_sym__procedure_terminator_token1, + aux_sym__function_terminator_token1, + aux_sym_interface_statement_token1, + aux_sym_using_statement_token1, + aux_sym_on_error_phrase_token1, + aux_sym_on_error_phrase_token3, + aux_sym_do_block_token1, + aux_sym__case_terminator_token1, + aux_sym_find_statement_token1, + aux_sym_assign_statement_token1, + aux_sym_catch_statement_token1, + aux_sym_finally_statement_token1, + aux_sym_accumulate_statement_token1, + aux_sym_error_scope_statement_token1, + aux_sym_error_scope_statement_token2, + aux_sym_prompt_for_statement_token1, + aux_sym_var_statement_token1, + aux_sym_run_statement_token1, + aux_sym_enum_definition_token1, + [176937] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3382), 1, + ts_builtin_sym_end, + STATE(2479), 2, + sym_comment, + sym_include, + ACTIONS(3037), 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, + [176986] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3476), 1, + ts_builtin_sym_end, + STATE(2480), 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, + [177035] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3750), 1, + aux_sym_function_call_token1, + STATE(2481), 2, + sym_comment, + sym_include, + ACTIONS(166), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(168), 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, @@ -202747,46 +205684,170 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [173156] = 14, - ACTIONS(69), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [177086] = 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(1096), 1, - anon_sym_SLASH, - STATE(492), 1, - sym__comparison_operator, - STATE(494), 1, - sym__multiplicative_operator, - STATE(495), 1, - sym__additive_operator, - STATE(496), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2447), 2, + ACTIONS(3384), 1, + ts_builtin_sym_end, + STATE(2482), 2, + sym_comment, + sym_include, + ACTIONS(3039), 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, + [177135] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3412), 1, + ts_builtin_sym_end, + STATE(2483), 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, + [177184] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3390), 1, + ts_builtin_sym_end, + STATE(2484), 2, sym_comment, sym_include, - ACTIONS(192), 6, + ACTIONS(3045), 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, + [177233] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3752), 1, + sym_identifier, + ACTIONS(3755), 1, + aux_sym_input_expression_token2, + STATE(2548), 1, + sym_qualified_name, + ACTIONS(1236), 2, 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(2375), 13, + STATE(2485), 2, + sym_comment, + sym_include, + ACTIONS(1232), 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, @@ -202797,40 +205858,166 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [173220] = 12, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [177288] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(704), 1, - sym__logical_operator, - STATE(705), 1, - sym__additive_operator, - STATE(706), 1, - sym__multiplicative_operator, - STATE(707), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3388), 1, + ts_builtin_sym_end, + STATE(2486), 2, + sym_comment, + sym_include, + ACTIONS(3043), 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, + [177337] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3386), 1, + ts_builtin_sym_end, + STATE(2487), 2, + sym_comment, + sym_include, + ACTIONS(3041), 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, + [177386] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2488), 2, + sym_comment, + sym_include, + ACTIONS(3235), 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, + [177433] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2713), 1, + sym__namecolon, + STATE(2283), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, sym__or_operator, sym__and_operator, - STATE(2448), 2, + STATE(2489), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(100), 27, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1187), 5, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, + anon_sym_STAR, anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1098), 15, + 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, @@ -202845,47 +206032,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [173280] = 15, - ACTIONS(69), 1, + aux_sym_include_argument_token1, + [177483] = 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(1096), 1, - anon_sym_SLASH, - STATE(492), 1, - sym__comparison_operator, - STATE(494), 1, - sym__multiplicative_operator, - STATE(495), 1, - sym__additive_operator, - STATE(496), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(3758), 1, + sym__namedoublecolon, + ACTIONS(137), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2449), 2, + STATE(2490), 3, sym_comment, sym_include, - ACTIONS(1189), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2375), 13, + aux_sym_member_access_repeat1, + ACTIONS(139), 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, @@ -202896,40 +206073,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [173346] = 12, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [177533] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(704), 1, - sym__logical_operator, - STATE(705), 1, - sym__additive_operator, - STATE(706), 1, - sym__multiplicative_operator, - STATE(707), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3761), 1, + sym__namedot, + ACTIONS(160), 2, sym__or_operator, sym__and_operator, - STATE(2450), 2, + STATE(2491), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(162), 27, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1191), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1098), 15, + 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, @@ -202944,24 +206116,64 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [173406] = 8, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [177583] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(3765), 1, + sym__escaped_string, + STATE(2492), 2, + sym_comment, + sym_include, + ACTIONS(3763), 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, + [177629] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2618), 1, - sym__namedot, - STATE(2490), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(109), 2, + ACTIONS(102), 2, sym__or_operator, sym__and_operator, - STATE(2451), 2, + STATE(2493), 2, sym_comment, sym_include, - ACTIONS(111), 26, + ACTIONS(104), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -202971,6 +206183,7 @@ 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, @@ -202985,43 +206198,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_scope_tuning_token1, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [173458] = 12, + [177677] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(704), 1, - sym__logical_operator, - STATE(705), 1, - sym__additive_operator, - STATE(706), 1, - sym__multiplicative_operator, - STATE(707), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(184), 2, sym__or_operator, sym__and_operator, - STATE(2452), 2, + STATE(2494), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(186), 28, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1195), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1098), 15, + 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, @@ -203036,47 +206240,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [173518] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [177725] = 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(1096), 1, - anon_sym_SLASH, - STATE(492), 1, - sym__comparison_operator, - STATE(494), 1, - sym__multiplicative_operator, - STATE(495), 1, - sym__additive_operator, - STATE(496), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2664), 1, + sym__namecolon, + STATE(1636), 1, + aux_sym_object_access_repeat1, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2453), 2, + STATE(2495), 2, sym_comment, sym_include, - ACTIONS(1193), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2375), 13, + 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, @@ -203087,47 +206286,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [173584] = 15, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [177777] = 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(1096), 1, - anon_sym_SLASH, - STATE(492), 1, - sym__comparison_operator, - STATE(494), 1, - sym__multiplicative_operator, - STATE(495), 1, - sym__additive_operator, - STATE(496), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(252), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2454), 2, + STATE(2496), 2, sym_comment, sym_include, - ACTIONS(1197), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2375), 13, + ACTIONS(254), 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, @@ -203138,47 +206326,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [173650] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [177825] = 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(1096), 1, - anon_sym_SLASH, - STATE(492), 1, - sym__comparison_operator, - STATE(494), 1, - sym__multiplicative_operator, - STATE(495), 1, - sym__additive_operator, - STATE(496), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(180), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2455), 2, + STATE(2497), 2, sym_comment, sym_include, - ACTIONS(1201), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2375), 13, + ACTIONS(182), 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, @@ -203189,40 +206368,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [173716] = 12, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [177873] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(704), 1, - sym__logical_operator, - STATE(705), 1, - sym__additive_operator, - STATE(706), 1, - sym__multiplicative_operator, - STATE(707), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(188), 2, sym__or_operator, sym__and_operator, - STATE(2456), 2, + STATE(2498), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(190), 28, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1199), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1098), 15, + 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, @@ -203237,47 +206410,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [173776] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [177921] = 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(1096), 1, - anon_sym_SLASH, - STATE(492), 1, - sym__comparison_operator, - STATE(494), 1, - sym__multiplicative_operator, - STATE(495), 1, - sym__additive_operator, - STATE(496), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(192), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2457), 2, + STATE(2499), 2, sym_comment, sym_include, - ACTIONS(1120), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2375), 13, + ACTIONS(194), 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, @@ -203288,47 +206452,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [173842] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [177969] = 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(1096), 1, - anon_sym_SLASH, - STATE(492), 1, - sym__comparison_operator, - STATE(494), 1, - sym__multiplicative_operator, - STATE(495), 1, - sym__additive_operator, - STATE(496), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(196), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2458), 2, + STATE(2500), 2, sym_comment, sym_include, - ACTIONS(1209), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2375), 13, + ACTIONS(198), 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, @@ -203339,44 +206494,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [173908] = 15, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [178017] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(492), 1, - sym__comparison_operator, - STATE(494), 1, - sym__multiplicative_operator, - STATE(495), 1, - sym__additive_operator, - STATE(496), 1, + STATE(910), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(912), 1, + sym__additive_operator, + STATE(917), 1, + sym__multiplicative_operator, + STATE(920), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2459), 2, + STATE(2501), 2, sym_comment, sym_include, - ACTIONS(1213), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2375), 13, + ACTIONS(1148), 3, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -203390,40 +206549,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [173974] = 12, + [178083] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(492), 1, - sym__comparison_operator, - STATE(494), 1, - sym__multiplicative_operator, - STATE(495), 1, - sym__additive_operator, - STATE(496), 1, + STATE(910), 1, sym__logical_operator, - ACTIONS(1223), 2, + STATE(912), 1, + sym__additive_operator, + STATE(917), 1, + sym__multiplicative_operator, + STATE(920), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(2460), 2, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2502), 2, sym_comment, sym_include, - ACTIONS(1225), 21, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - aux_sym__block_terminator_token1, + ACTIONS(1156), 3, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2377), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -203436,42 +206600,100 @@ static 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, - [174034] = 10, + [178149] = 26, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(492), 1, - sym__comparison_operator, - STATE(494), 1, - sym__multiplicative_operator, - STATE(495), 1, - sym__additive_operator, - STATE(496), 1, - sym__logical_operator, - STATE(2461), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(2906), 1, + sym_of, + STATE(3093), 1, + sym__pre_tuning, + STATE(3182), 1, + aux_sym_for_phrase_repeat1, + STATE(3187), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3588), 1, + aux_sym_for_phrase_repeat2, + STATE(4006), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5000), 1, + aux_sym_for_statement_repeat1, + STATE(5670), 1, + sym_body, + STATE(2503), 2, sym_comment, sym_include, - ACTIONS(1219), 3, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1221), 23, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [178237] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2664), 1, + sym__namecolon, + STATE(1636), 1, + aux_sym_object_access_repeat1, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - anon_sym_COLON, + STATE(2504), 2, + sym_comment, + sym_include, + ACTIONS(89), 26, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - aux_sym__block_terminator_token1, + 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, @@ -203482,48 +206704,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_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [174090] = 14, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [178289] = 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(1096), 1, + ACTIONS(2660), 1, + anon_sym_LPAREN, + STATE(2540), 1, + sym_function_arguments, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(2505), 2, + sym_comment, + sym_include, + ACTIONS(89), 26, anon_sym_SLASH, - STATE(492), 1, - sym__comparison_operator, - STATE(494), 1, - sym__multiplicative_operator, - STATE(495), 1, - sym__additive_operator, - STATE(496), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2462), 2, - sym_comment, - sym_include, - ACTIONS(1217), 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(2375), 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, @@ -203534,47 +206748,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [174154] = 15, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [178341] = 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(1096), 1, - anon_sym_SLASH, - STATE(492), 1, - sym__comparison_operator, - STATE(494), 1, - sym__multiplicative_operator, - STATE(495), 1, - sym__additive_operator, - STATE(496), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2662), 1, + sym__namedot, + STATE(2552), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(125), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2463), 2, + STATE(2506), 2, sym_comment, sym_include, - ACTIONS(1205), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2375), 13, + ACTIONS(127), 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, @@ -203585,40 +206792,99 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [174220] = 12, - ACTIONS(3), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [178393] = 26, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(704), 1, - sym__logical_operator, - STATE(705), 1, - sym__additive_operator, - STATE(706), 1, - sym__multiplicative_operator, - STATE(707), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(2994), 1, + sym_of, + STATE(3028), 1, + sym__pre_tuning, + STATE(3155), 1, + aux_sym_for_phrase_repeat1, + STATE(3219), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3514), 1, + aux_sym_for_phrase_repeat2, + STATE(4049), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4963), 1, + aux_sym_for_statement_repeat1, + STATE(5804), 1, + sym_body, + STATE(2507), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [178481] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2691), 1, + sym__namecolon, + STATE(2432), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, sym__or_operator, sym__and_operator, - STATE(2464), 2, + STATE(2508), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(100), 26, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1118), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1098), 15, + 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, @@ -203633,36 +206899,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [174280] = 8, - ACTIONS(3), 1, + aux_sym_scope_tuning_token1, + [178533] = 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(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, + ACTIONS(3767), 1, + anon_sym_COMMA, + ACTIONS(3769), 1, + aux_sym_of_phrase_token1, + STATE(574), 1, + sym__comparison_operator, + STATE(576), 1, + sym__multiplicative_operator, + STATE(577), 1, + sym__additive_operator, + STATE(578), 1, + sym__logical_operator, + STATE(5420), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2465), 2, - sym_comment, - sym_include, - ACTIONS(1452), 26, - anon_sym_COLON, - anon_sym_SLASH, + ACTIONS(2375), 2, anon_sym_STAR, - aux_sym__block_terminator_token1, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2509), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -203673,44 +206953,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_while_phrase_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - [174332] = 12, + [178603] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(704), 1, - sym__logical_operator, - STATE(705), 1, - sym__additive_operator, - STATE(706), 1, - sym__multiplicative_operator, - STATE(707), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(248), 2, sym__or_operator, sym__and_operator, - STATE(2466), 2, + STATE(2510), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(250), 28, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1207), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1098), 15, + 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, @@ -203725,44 +206991,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [174392] = 12, - ACTIONS(3), 1, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [178651] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(704), 1, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(910), 1, sym__logical_operator, - STATE(705), 1, + STATE(912), 1, sym__additive_operator, - STATE(706), 1, + STATE(917), 1, sym__multiplicative_operator, - STATE(707), 1, + STATE(920), 1, sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2467), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1211), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1098), 15, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2511), 2, + sym_comment, + sym_include, + ACTIONS(1160), 3, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2377), 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, @@ -203773,41 +207046,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [174452] = 10, - ACTIONS(3), 1, + [178717] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(704), 1, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(910), 1, sym__logical_operator, - STATE(705), 1, + STATE(912), 1, sym__additive_operator, - STATE(706), 1, + STATE(917), 1, sym__multiplicative_operator, - STATE(707), 1, + STATE(920), 1, sym__comparison_operator, - ACTIONS(1225), 2, - sym__or_operator, - sym__and_operator, - STATE(2468), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1223), 22, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_DQUOTE, - anon_sym_EQ, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_LT, + STATE(2512), 2, + sym_comment, + sym_include, + ACTIONS(232), 5, + sym__or_operator, + sym__and_operator, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2377), 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, @@ -203818,24 +207096,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_include_argument_token1, - [174508] = 7, + [178781] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3774), 1, - anon_sym_NO_DASHERROR, - STATE(2469), 2, + STATE(2513), 2, sym_comment, sym_include, - ACTIONS(543), 3, - sym__namecolon, + ACTIONS(110), 3, + sym__namedot, sym__or_operator, sym__and_operator, - ACTIONS(545), 26, + ACTIONS(112), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -203845,6 +207120,7 @@ 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, @@ -203862,36 +207138,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [174558] = 9, + [178829] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(704), 1, - sym__logical_operator, - STATE(705), 1, - sym__additive_operator, - STATE(706), 1, - sym__multiplicative_operator, - STATE(707), 1, - sym__comparison_operator, - ACTIONS(1221), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2662), 1, + sym__namedot, + STATE(2506), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - STATE(2470), 2, + STATE(2514), 2, sym_comment, sym_include, - ACTIONS(1219), 25, + ACTIONS(135), 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -203906,33 +207180,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_include_argument_token1, - [174612] = 8, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [178881] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3776), 1, - sym_identifier, - STATE(2585), 1, - sym_qualified_name, - ACTIONS(1454), 2, - sym__or_operator, - sym__and_operator, - STATE(2471), 2, + STATE(2515), 2, sym_comment, sym_include, - ACTIONS(1452), 26, + ACTIONS(144), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(146), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -203948,49 +207224,34 @@ 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, - [174664] = 14, - ACTIONS(69), 1, + [178929] = 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(1096), 1, + ACTIONS(228), 2, + sym__or_operator, + sym__and_operator, + STATE(2516), 2, + sym_comment, + sym_include, + ACTIONS(230), 28, anon_sym_SLASH, - STATE(461), 1, - sym__comparison_operator, - STATE(462), 1, - sym__multiplicative_operator, - STATE(463), 1, - sym__additive_operator, - STATE(464), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, - STATE(2472), 2, - sym_comment, - sym_include, - ACTIONS(192), 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(2375), 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, @@ -204001,47 +207262,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [174728] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [178977] = 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(1096), 1, - anon_sym_SLASH, - STATE(461), 1, - sym__comparison_operator, - STATE(462), 1, - sym__multiplicative_operator, - STATE(463), 1, - sym__additive_operator, - STATE(464), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + STATE(2517), 2, + sym_comment, + sym_include, + ACTIONS(156), 3, + sym__namedoublecolon, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(158), 27, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, - STATE(2473), 2, - sym_comment, - sym_include, - ACTIONS(1189), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2375), 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, @@ -204052,47 +207305,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [174794] = 15, - ACTIONS(69), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [179025] = 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(1096), 1, - anon_sym_SLASH, - STATE(461), 1, - sym__comparison_operator, - STATE(462), 1, - sym__multiplicative_operator, - STATE(463), 1, - sym__additive_operator, - STATE(464), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(236), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2474), 2, + STATE(2518), 2, sym_comment, sym_include, - ACTIONS(1193), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2375), 13, + ACTIONS(238), 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, @@ -204103,47 +207346,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [174860] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [179073] = 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(1096), 1, - anon_sym_SLASH, - STATE(461), 1, - sym__comparison_operator, - STATE(462), 1, - sym__multiplicative_operator, - STATE(463), 1, - sym__additive_operator, - STATE(464), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(172), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2475), 2, + STATE(2519), 2, sym_comment, sym_include, - ACTIONS(1197), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2375), 13, + ACTIONS(174), 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, @@ -204154,47 +207388,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [174926] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [179121] = 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(1096), 1, - anon_sym_SLASH, - STATE(461), 1, - sym__comparison_operator, - STATE(462), 1, - sym__multiplicative_operator, - STATE(463), 1, - sym__additive_operator, - STATE(464), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(3771), 1, + sym_identifier, + ACTIONS(3774), 1, + aux_sym_input_expression_token2, + STATE(2968), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2476), 2, + STATE(2520), 2, sym_comment, sym_include, - ACTIONS(1201), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2375), 13, + ACTIONS(1232), 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, @@ -204205,47 +207434,99 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [174992] = 15, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [179175] = 26, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(461), 1, - sym__comparison_operator, - STATE(462), 1, - sym__multiplicative_operator, - STATE(463), 1, - sym__additive_operator, - STATE(464), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(2954), 1, + sym_of, + STATE(3054), 1, + sym__pre_tuning, + STATE(3240), 1, + aux_sym_for_phrase_repeat1, + STATE(3244), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3529), 1, + aux_sym_for_phrase_repeat2, + STATE(4072), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4946), 1, + aux_sym_for_statement_repeat1, + STATE(5560), 1, + sym_body, + STATE(2521), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [179263] = 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, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2477), 2, + STATE(2522), 2, sym_comment, sym_include, - ACTIONS(1120), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2375), 13, + ACTIONS(202), 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, @@ -204256,24 +207537,86 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [175058] = 8, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [179311] = 26, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(2878), 1, + sym_of, + STATE(3114), 1, + sym__pre_tuning, + STATE(3218), 1, + aux_sym_for_phrase_repeat1, + STATE(3243), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3580), 1, + aux_sym_for_phrase_repeat2, + STATE(4091), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5009), 1, + aux_sym_for_statement_repeat1, + STATE(5877), 1, + sym_body, + STATE(2523), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [179399] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2618), 1, - sym__namedot, - STATE(2451), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(124), 2, + ACTIONS(204), 2, sym__or_operator, sym__and_operator, - STATE(2478), 2, + STATE(2524), 2, sym_comment, sym_include, - ACTIONS(126), 26, + ACTIONS(206), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -204283,6 +207626,7 @@ 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, @@ -204297,50 +207641,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_scope_tuning_token1, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [175110] = 15, - ACTIONS(69), 1, + [179447] = 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(1096), 1, - anon_sym_SLASH, - STATE(461), 1, - sym__comparison_operator, - STATE(462), 1, - sym__multiplicative_operator, - STATE(463), 1, - sym__additive_operator, - STATE(464), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(208), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2479), 2, + STATE(2525), 2, sym_comment, sym_include, - ACTIONS(1209), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2375), 13, + ACTIONS(210), 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, @@ -204351,47 +207683,101 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [175176] = 15, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [179495] = 26, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(461), 1, - sym__comparison_operator, - STATE(462), 1, - sym__multiplicative_operator, - STATE(463), 1, - sym__additive_operator, - STATE(464), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(2858), 1, + sym_of, + STATE(3109), 1, + sym__pre_tuning, + STATE(3169), 1, + aux_sym_for_phrase_repeat1, + STATE(3173), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3555), 1, + aux_sym_for_phrase_repeat2, + STATE(4019), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4896), 1, + aux_sym_for_statement_repeat1, + STATE(5959), 1, + sym_body, + STATE(2526), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [179583] = 6, + 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(121), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(123), 27, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2480), 2, - sym_comment, - sym_include, - ACTIONS(1213), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2375), 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, @@ -204402,25 +207788,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [175242] = 7, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + [179631] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3779), 1, - sym__namedoublecolon, - ACTIONS(113), 2, + ACTIONS(3776), 1, + sym_identifier, + STATE(2751), 1, + sym_qualified_name, + ACTIONS(1379), 2, sym__or_operator, sym__and_operator, - STATE(2481), 3, + STATE(2528), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, - ACTIONS(115), 26, + ACTIONS(1377), 26, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, anon_sym_COMMA, anon_sym_EQ, @@ -204428,6 +207817,7 @@ 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, @@ -204445,87 +207835,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [175292] = 12, - ACTIONS(69), 1, + [179683] = 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(1096), 1, - anon_sym_SLASH, - STATE(461), 1, - sym__comparison_operator, - STATE(462), 1, - sym__multiplicative_operator, - STATE(463), 1, - sym__additive_operator, - STATE(464), 1, - sym__logical_operator, - ACTIONS(1223), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(2482), 2, - sym_comment, - sym_include, - ACTIONS(1225), 21, + ACTIONS(2648), 1, + sym__namedoublecolon, + STATE(2490), 1, + aux_sym_member_access_repeat1, + ACTIONS(129), 2, 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, - [175352] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(461), 1, - sym__comparison_operator, - STATE(462), 1, - sym__multiplicative_operator, - STATE(463), 1, - sym__additive_operator, - STATE(464), 1, - sym__logical_operator, - STATE(2483), 2, + STATE(2529), 2, sym_comment, sym_include, - ACTIONS(1219), 3, + ACTIONS(131), 26, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1221), 23, - sym__or_operator, - sym__and_operator, - 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, @@ -204536,46 +207876,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_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - [175408] = 14, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [179735] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(461), 1, - sym__comparison_operator, - STATE(462), 1, - sym__multiplicative_operator, - STATE(463), 1, - sym__additive_operator, - STATE(464), 1, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(3781), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + STATE(5316), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2484), 2, + STATE(2530), 2, sym_comment, sym_include, - ACTIONS(1217), 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(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -204589,44 +207932,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [175472] = 15, + [179805] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(461), 1, - sym__comparison_operator, - STATE(462), 1, - sym__multiplicative_operator, - STATE(463), 1, - sym__additive_operator, - STATE(464), 1, + STATE(910), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(912), 1, + sym__additive_operator, + STATE(917), 1, + sym__multiplicative_operator, + STATE(920), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2485), 2, + STATE(2531), 2, sym_comment, sym_include, - ACTIONS(1205), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - ACTIONS(2375), 13, + ACTIONS(1120), 3, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -204640,34 +207983,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [175538] = 7, + [179871] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3782), 1, + ACTIONS(3783), 1, + aux_sym_function_call_token1, + STATE(2532), 2, + sym_comment, + sym_include, + ACTIONS(166), 3, sym__namecolon, - ACTIONS(91), 2, sym__or_operator, sym__and_operator, - STATE(2486), 3, - sym_comment, - sym_include, - aux_sym_object_access_repeat1, - ACTIONS(93), 26, + ACTIONS(168), 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -204682,35 +208023,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, - [175588] = 9, + anon_sym_NO_DASHERROR, + [179921] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2667), 1, - anon_sym_LBRACK, - ACTIONS(2669), 1, - anon_sym_LPAREN, - STATE(2540), 1, - sym_function_arguments, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(2487), 2, + STATE(2533), 2, sym_comment, sym_include, - ACTIONS(73), 25, + ACTIONS(117), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(119), 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, @@ -204727,31 +208067,33 @@ 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, - [175642] = 6, + aux_sym_function_call_token1, + [179969] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2488), 2, + STATE(2534), 2, sym_comment, sym_include, - ACTIONS(168), 3, + ACTIONS(144), 3, sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(170), 27, + ACTIONS(146), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, + anon_sym_LBRACK, + 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, @@ -204767,43 +208109,35 @@ 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, - [175690] = 12, + anon_sym_NO_DASHERROR, + [180017] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(704), 1, - sym__logical_operator, - STATE(705), 1, - sym__additive_operator, - STATE(706), 1, - sym__multiplicative_operator, - STATE(707), 1, - sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1217), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2701), 1, + sym__namecolon, + STATE(2469), 1, + aux_sym_object_access_repeat1, + ACTIONS(98), 2, sym__or_operator, sym__and_operator, - STATE(2489), 2, + STATE(2535), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(100), 26, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1215), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1098), 15, + 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, @@ -204818,32 +208152,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [175750] = 7, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [180069] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3785), 1, + ACTIONS(2662), 1, sym__namedot, + STATE(2506), 1, + aux_sym_qualified_name_repeat1, ACTIONS(102), 2, sym__or_operator, sym__and_operator, - STATE(2490), 3, + STATE(2536), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, ACTIONS(104), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -204858,47 +208196,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_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [175800] = 15, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [180121] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(492), 1, - sym__comparison_operator, - STATE(494), 1, - sym__multiplicative_operator, - STATE(495), 1, - sym__additive_operator, - STATE(496), 1, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(3785), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + STATE(5181), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2491), 2, + STATE(2537), 2, sym_comment, sym_include, - ACTIONS(3745), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -204912,85 +208251,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [175866] = 5, - ACTIONS(3), 1, + [180191] = 17, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(3790), 1, - sym__escaped_string, - STATE(2492), 2, - sym_comment, - sym_include, - ACTIONS(3788), 30, + ACTIONS(75), 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_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, - [175912] = 12, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(704), 1, - sym__logical_operator, - STATE(705), 1, - sym__additive_operator, - STATE(706), 1, - sym__multiplicative_operator, - STATE(707), 1, + ACTIONS(3767), 1, + anon_sym_COMMA, + ACTIONS(3787), 1, + aux_sym_of_phrase_token1, + STATE(574), 1, sym__comparison_operator, - ACTIONS(1100), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1104), 2, + STATE(576), 1, + sym__multiplicative_operator, + STATE(577), 1, + sym__additive_operator, + STATE(578), 1, + sym__logical_operator, + STATE(5280), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2493), 2, - sym_comment, - sym_include, - ACTIONS(1096), 3, - anon_sym_SLASH, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(1203), 5, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - ACTIONS(1098), 15, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2538), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -205001,7 +208304,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [175972] = 9, + [180261] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -205010,28 +208313,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(2448), 1, sym_identifier, - ACTIONS(3568), 1, + ACTIONS(3789), 1, aux_sym_input_expression_token2, - STATE(39), 1, + STATE(41), 1, sym_qualified_name, - ACTIONS(1355), 2, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - STATE(2494), 2, + STATE(2539), 2, sym_comment, sym_include, - ACTIONS(1351), 25, + ACTIONS(1232), 25, + anon_sym_COLON, anon_sym_SLASH, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, + 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, @@ -205046,37 +208347,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [176026] = 11, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [180315] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(782), 1, - sym__logical_operator, - STATE(784), 1, - sym__additive_operator, - STATE(785), 1, - sym__multiplicative_operator, - STATE(786), 1, - sym__comparison_operator, - ACTIONS(1225), 2, - sym__or_operator, - sym__and_operator, - STATE(2495), 2, + ACTIONS(3791), 1, + aux_sym_function_call_token1, + STATE(2540), 2, sym_comment, sym_include, - ACTIONS(1096), 3, + ACTIONS(166), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(168), 26, anon_sym_SLASH, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(1223), 21, 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, @@ -205091,32 +208390,98 @@ static 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, - [176084] = 6, - ACTIONS(3), 1, + [180365] = 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(2496), 2, - sym_comment, - sym_include, - ACTIONS(148), 3, - sym__namedoublecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(150), 27, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3139), 1, + sym_of, + STATE(3174), 1, + sym__pre_tuning, + STATE(3281), 1, + sym_where_clause, + STATE(3282), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3824), 1, + aux_sym_for_phrase_repeat2, + STATE(4255), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(3793), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(2541), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [180451] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2707), 1, + anon_sym_LBRACK, + ACTIONS(2709), 1, + anon_sym_LPAREN, + STATE(2656), 1, + sym_function_arguments, + ACTIONS(67), 2, + sym__or_operator, + sym__and_operator, + STATE(2542), 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, - 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, @@ -205131,125 +208496,113 @@ static 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, - [176132] = 6, + aux_sym_include_argument_token1, + [180503] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2497), 2, + ACTIONS(3797), 1, + sym__escaped_string, + STATE(2543), 2, sym_comment, sym_include, - ACTIONS(132), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(134), 27, - anon_sym_SLASH, + ACTIONS(3795), 30, + anon_sym_COLON, + 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_COMMA, anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_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, - [176180] = 8, + 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, + [180549] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2661), 1, - sym__namecolon, - STATE(2328), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, - sym__or_operator, - sym__and_operator, - STATE(2498), 2, + ACTIONS(3801), 1, + sym__escaped_string, + STATE(2544), 2, sym_comment, sym_include, - ACTIONS(100), 26, - anon_sym_SLASH, + ACTIONS(3799), 30, + anon_sym_COLON, + 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_COMMA, anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_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, - [176232] = 8, + 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, + [180595] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2713), 1, - sym__namecolon, - STATE(2486), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, + ACTIONS(244), 2, sym__or_operator, sym__and_operator, - STATE(2499), 2, + STATE(2545), 2, sym_comment, sym_include, - ACTIONS(100), 26, + ACTIONS(246), 28, 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -205265,36 +208618,99 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [176284] = 10, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [180643] = 26, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(2784), 1, + sym_of, + STATE(3022), 1, + sym__pre_tuning, + STATE(3157), 1, + sym_where_clause, + STATE(3167), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3562), 1, + aux_sym_for_phrase_repeat2, + STATE(4035), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4878), 1, + aux_sym_for_statement_repeat1, + STATE(5530), 1, + sym_body, + STATE(2546), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [180731] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(782), 1, - sym__logical_operator, - STATE(784), 1, - sym__additive_operator, - STATE(785), 1, - sym__multiplicative_operator, - STATE(786), 1, - sym__comparison_operator, - ACTIONS(1221), 2, + ACTIONS(2666), 1, + sym__namedoublecolon, + STATE(2567), 1, + aux_sym_member_access_repeat1, + ACTIONS(129), 2, sym__or_operator, sym__and_operator, - STATE(2500), 2, + STATE(2547), 2, sym_comment, sym_include, - ACTIONS(1219), 24, + ACTIONS(131), 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, @@ -205309,35 +208725,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, - anon_sym_NO_DASHERROR, - [176340] = 9, + [180783] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3792), 1, - sym_identifier, - ACTIONS(3795), 1, - aux_sym_input_expression_token2, - STATE(2606), 1, - sym_qualified_name, - ACTIONS(1355), 2, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - STATE(2501), 2, + STATE(2548), 2, sym_comment, sym_include, - ACTIONS(1351), 25, + ACTIONS(135), 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, @@ -205356,21 +208769,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [176394] = 6, + [180831] = 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(2549), 2, sym_comment, sym_include, - ACTIONS(164), 3, + ACTIONS(152), 3, sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(166), 27, + ACTIONS(154), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -205380,6 +208793,7 @@ 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, @@ -205394,88 +208808,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, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [176442] = 29, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3160), 1, - sym_of, - STATE(3172), 1, - sym__pre_tuning, - STATE(3260), 1, - aux_sym_for_phrase_repeat1, - STATE(3263), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3657), 1, - aux_sym_for_phrase_repeat2, - STATE(4198), 1, - sym_on_error_phrase, - STATE(4410), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4799), 1, - aux_sym_for_statement_repeat1, - STATE(4804), 1, - sym_on_stop_phrase, - STATE(6235), 1, - sym_body, - STATE(2503), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [176535] = 6, + [180879] = 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(232), 2, sym__or_operator, sym__and_operator, - STATE(2504), 2, + STATE(2550), 2, sym_comment, sym_include, - ACTIONS(206), 27, + ACTIONS(234), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -205485,6 +208834,7 @@ 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, @@ -205503,34 +208853,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [176582] = 8, + [180927] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2713), 1, - sym__namecolon, - STATE(2486), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, + ACTIONS(220), 2, sym__or_operator, sym__and_operator, - STATE(2505), 2, + STATE(2551), 2, sym_comment, sym_include, - ACTIONS(100), 25, + ACTIONS(222), 28, 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -205546,75 +208892,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [176633] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(3812), 1, - anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - STATE(5408), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2506), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [176702] = 7, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [180975] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3814), 1, - anon_sym_NO_DASHERROR, - STATE(2507), 2, - sym_comment, - sym_include, - ACTIONS(543), 3, - sym__namecolon, + ACTIONS(3803), 1, + sym__namedot, + ACTIONS(110), 2, sym__or_operator, sym__and_operator, - ACTIONS(545), 25, + STATE(2552), 3, + sym_comment, + sym_include, + aux_sym_qualified_name_repeat1, + ACTIONS(112), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -205624,6 +208921,7 @@ 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, @@ -205640,33 +208938,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [176751] = 8, + [181025] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2659), 1, - sym__namedot, - STATE(2531), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(109), 2, + ACTIONS(216), 2, sym__or_operator, sym__and_operator, - STATE(2508), 2, + STATE(2553), 2, sym_comment, sym_include, - ACTIONS(111), 25, + ACTIONS(218), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -205681,34 +208976,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_when_expression_token1, aux_sym_scope_tuning_token1, - [176802] = 6, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [181073] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2509), 2, - sym_comment, - sym_include, - ACTIONS(132), 3, - sym__namecolon, + ACTIONS(3806), 1, + sym_identifier, + ACTIONS(3809), 1, + aux_sym_input_expression_token2, + STATE(2732), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - ACTIONS(134), 26, + STATE(2554), 2, + sym_comment, + sym_include, + ACTIONS(1232), 25, 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, @@ -205723,35 +209022,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, - [176849] = 6, - ACTIONS(3), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [181127] = 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(2510), 2, - sym_comment, - sym_include, - ACTIONS(148), 3, - sym__namedoublecolon, + STATE(910), 1, + sym__logical_operator, + STATE(912), 1, + sym__additive_operator, + STATE(917), 1, + sym__multiplicative_operator, + STATE(920), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(150), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2555), 2, + sym_comment, + sym_include, + ACTIONS(3812), 3, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2377), 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, @@ -205762,36 +209076,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, - [176896] = 9, + [181193] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3816), 1, - sym_identifier, - ACTIONS(3819), 1, - aux_sym_input_expression_token2, - STATE(2778), 1, - sym_qualified_name, - ACTIONS(1355), 2, + ACTIONS(212), 2, sym__or_operator, sym__and_operator, - STATE(2511), 2, + STATE(2556), 2, sym_comment, sym_include, - ACTIONS(1351), 24, + ACTIONS(214), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -205806,35 +209114,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, - [176949] = 8, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [181241] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2671), 1, - sym__namedot, - STATE(2515), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(128), 2, - sym__or_operator, - sym__and_operator, - STATE(2512), 2, + STATE(2557), 2, sym_comment, sym_include, - ACTIONS(130), 25, + ACTIONS(106), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(108), 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, @@ -205851,76 +209159,72 @@ 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, - [177000] = 8, + aux_sym_function_call_token1, + [181289] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2669), 1, - anon_sym_LPAREN, - STATE(2540), 1, - sym_function_arguments, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(2513), 2, + ACTIONS(3816), 1, + sym__escaped_string, + STATE(2558), 2, sym_comment, sym_include, - ACTIONS(89), 25, - anon_sym_SLASH, + ACTIONS(3814), 30, + anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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_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, - anon_sym_NO_DASHERROR, - [177051] = 8, + 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, + [181335] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2673), 1, - sym__namecolon, - STATE(2231), 1, - aux_sym_object_access_repeat1, ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(2514), 2, + STATE(2559), 2, sym_comment, sym_include, - ACTIONS(89), 25, + 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -205935,35 +209239,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, - [177102] = 8, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [181383] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2671), 1, - sym__namedot, - STATE(2527), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(109), 2, + ACTIONS(224), 2, sym__or_operator, sym__and_operator, - STATE(2515), 2, + STATE(2560), 2, sym_comment, sym_include, - ACTIONS(111), 25, + ACTIONS(226), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -205978,101 +209281,258 @@ static 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, - [177153] = 29, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [181431] = 26, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(3802), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, + ACTIONS(2905), 1, aux_sym_to_phrase_token1, - ACTIONS(3806), 1, + ACTIONS(2907), 1, aux_sym_where_clause_token1, - ACTIONS(3808), 1, + ACTIONS(2909), 1, aux_sym_sort_clause_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3141), 1, + STATE(2893), 1, sym_of, - STATE(3184), 1, + STATE(3014), 1, sym__pre_tuning, - STATE(3238), 1, - aux_sym_for_phrase_repeat1, - STATE(3258), 1, + STATE(3165), 1, sym_where_clause, - STATE(3417), 1, + STATE(3202), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3499), 1, + STATE(3486), 1, sym_query_tuning, - STATE(3695), 1, + STATE(3545), 1, aux_sym_for_phrase_repeat2, - STATE(4341), 1, - sym_on_error_phrase, - STATE(4446), 1, - sym_on_quit_phrase, - STATE(4684), 1, + STATE(4036), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, sym_sort_clause, - STATE(5064), 1, - sym_on_stop_phrase, - STATE(5077), 1, + STATE(4708), 1, aux_sym_for_statement_repeat1, - STATE(5699), 1, + STATE(5577), 1, sym_body, - STATE(2516), 2, + STATE(2561), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [177246] = 6, - ACTIONS(3), 1, + aux_sym_query_tuning_token5, + [181519] = 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(2517), 2, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(3818), 1, + anon_sym_RBRACK, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + STATE(5113), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2562), 2, sym_comment, sym_include, - ACTIONS(120), 3, - sym__namecolon, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [181589] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(910), 1, + sym__logical_operator, + STATE(912), 1, + sym__additive_operator, + STATE(917), 1, + sym__multiplicative_operator, + STATE(920), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(122), 26, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2563), 2, + sym_comment, + sym_include, + ACTIONS(1124), 3, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [181655] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(910), 1, + sym__logical_operator, + STATE(912), 1, + sym__additive_operator, + STATE(917), 1, + sym__multiplicative_operator, + STATE(920), 1, + sym__comparison_operator, + ACTIONS(1054), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, + aux_sym__multiplicative_operator_token1, + STATE(2564), 2, + sym_comment, + sym_include, + ACTIONS(1128), 20, + sym__or_operator, + sym__and_operator, anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_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, + [181715] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(910), 1, + sym__logical_operator, + STATE(912), 1, + sym__additive_operator, + STATE(917), 1, + sym__multiplicative_operator, + STATE(920), 1, + sym__comparison_operator, + STATE(2565), 2, + sym_comment, + sym_include, + ACTIONS(1130), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_GT, + ACTIONS(1132), 22, + 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, @@ -206083,36 +209543,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_when_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym_function_call_token1, - [177293] = 9, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + [181771] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2448), 1, + ACTIONS(3820), 1, sym_identifier, - ACTIONS(3821), 1, + ACTIONS(3823), 1, aux_sym_input_expression_token2, - STATE(39), 1, + STATE(2813), 1, sym_qualified_name, - ACTIONS(1355), 2, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - STATE(2518), 2, + STATE(2566), 2, sym_comment, sym_include, - ACTIONS(1351), 24, - anon_sym_COLON, + ACTIONS(1232), 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, @@ -206127,32 +209588,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_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - [177346] = 6, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [181825] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2519), 2, - sym_comment, - sym_include, - ACTIONS(136), 3, - sym__namecolon, + ACTIONS(3825), 1, + sym__namedoublecolon, + ACTIONS(137), 2, sym__or_operator, sym__and_operator, - ACTIONS(138), 26, + STATE(2567), 3, + sym_comment, + sym_include, + aux_sym_member_access_repeat1, + ACTIONS(139), 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, @@ -206169,156 +209633,94 @@ 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, - [177393] = 29, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3153), 1, - sym_of, - STATE(3171), 1, - sym__pre_tuning, - STATE(3251), 1, - aux_sym_for_phrase_repeat1, - STATE(3290), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3643), 1, - aux_sym_for_phrase_repeat2, - STATE(4228), 1, - sym_on_error_phrase, - STATE(4591), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5220), 1, - aux_sym_for_statement_repeat1, - STATE(5227), 1, - sym_on_stop_phrase, - STATE(5928), 1, - sym_body, - STATE(2520), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [177486] = 10, + [181875] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(3825), 1, + STATE(910), 1, + sym__logical_operator, + STATE(912), 1, + sym__additive_operator, + STATE(917), 1, + sym__multiplicative_operator, + STATE(920), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, - ACTIONS(3827), 1, - aux_sym_variable_tuning_token2, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3147), 1, - sym_generic_expression, - STATE(2521), 2, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2568), 2, sym_comment, sym_include, - ACTIONS(3823), 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, - [177541] = 17, + ACTIONS(1136), 5, + sym__or_operator, + sym__and_operator, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [181939] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(3829), 1, - anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, + STATE(910), 1, sym__logical_operator, - STATE(5370), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, + STATE(912), 1, + sym__additive_operator, + STATE(917), 1, + sym__multiplicative_operator, + STATE(920), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2522), 2, + STATE(2569), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(1152), 3, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -206332,30 +209734,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [177610] = 6, + [182005] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2523), 2, - sym_comment, - sym_include, - ACTIONS(144), 3, - sym__namecolon, + ACTIONS(176), 2, sym__or_operator, sym__and_operator, - ACTIONS(146), 26, + STATE(2570), 2, + sym_comment, + sym_include, + ACTIONS(178), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -206370,23 +209772,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, - aux_sym_function_call_token1, - [177657] = 6, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [182053] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(200), 2, + ACTIONS(160), 2, sym__or_operator, sym__and_operator, - STATE(2524), 2, + STATE(2571), 2, sym_comment, sym_include, - ACTIONS(202), 27, + ACTIONS(162), 28, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -206396,6 +209799,7 @@ 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, @@ -206414,30 +209818,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [177704] = 6, + [182101] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2525), 2, - sym_comment, - sym_include, - ACTIONS(164), 3, - sym__namecolon, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(3828), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - ACTIONS(166), 26, + STATE(2572), 2, + sym_comment, + sym_include, + ACTIONS(1232), 25, + 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -206452,90 +209860,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_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [177751] = 29, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3132), 1, - sym_of, - STATE(3177), 1, - sym__pre_tuning, - STATE(3226), 1, - aux_sym_for_phrase_repeat1, - STATE(3269), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3710), 1, - aux_sym_for_phrase_repeat2, - STATE(4315), 1, - sym_on_error_phrase, - STATE(4403), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4806), 1, - aux_sym_for_statement_repeat1, - STATE(4809), 1, - sym_on_stop_phrase, - STATE(5716), 1, - sym_body, - STATE(2526), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [177844] = 7, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [182155] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3831), 1, + ACTIONS(2644), 1, sym__namedot, - ACTIONS(102), 2, + STATE(2580), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(125), 2, sym__or_operator, sym__and_operator, - STATE(2527), 3, + STATE(2573), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 25, + ACTIONS(127), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -206544,6 +209889,7 @@ 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, @@ -206561,21 +209907,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [177893] = 6, + [182207] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2528), 2, + STATE(2574), 2, sym_comment, sym_include, - ACTIONS(144), 3, + ACTIONS(106), 3, sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(146), 26, + ACTIONS(108), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -206584,6 +209930,7 @@ 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, @@ -206602,48 +209949,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_scope_tuning_token1, aux_sym_function_call_token1, anon_sym_NO_DASHERROR, - [177940] = 17, - ACTIONS(69), 1, + [182255] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(3834), 1, - sym__terminator, - ACTIONS(3836), 1, - aux_sym_when_expression_token1, - STATE(743), 1, - sym__comparison_operator, - STATE(744), 1, - sym__multiplicative_operator, - STATE(745), 1, - sym__additive_operator, - STATE(746), 1, - sym__logical_operator, - STATE(5793), 1, - sym_when_expression, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + STATE(2575), 2, + sym_comment, + sym_include, + ACTIONS(121), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(123), 27, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2529), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -206654,36 +209988,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [178009] = 8, - ACTIONS(3), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [182303] = 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(2673), 1, - sym__namecolon, - STATE(2231), 1, - aux_sym_object_access_repeat1, - ACTIONS(67), 2, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(3830), 1, + anon_sym_RBRACK, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + STATE(5158), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2530), 2, - sym_comment, - sym_include, - ACTIONS(73), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2576), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -206694,26 +210044,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, - [178060] = 7, + [182373] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3838), 1, - sym__namedot, - ACTIONS(102), 2, + ACTIONS(2685), 1, + anon_sym_LBRACK, + ACTIONS(2687), 1, + anon_sym_LPAREN, + STATE(2708), 1, + sym_function_arguments, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(2531), 3, + STATE(2577), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 25, + ACTIONS(73), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -206723,6 +210073,7 @@ 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, @@ -206737,47 +210088,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_when_expression_token1, aux_sym_scope_tuning_token1, - [178109] = 14, - ACTIONS(69), 1, + [182427] = 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(1096), 1, - anon_sym_SLASH, - STATE(790), 1, - sym__comparison_operator, - STATE(793), 1, - sym__multiplicative_operator, - STATE(794), 1, - sym__additive_operator, - STATE(796), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2532), 2, + STATE(2578), 2, sym_comment, sym_include, - ACTIONS(192), 5, + 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, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2375), 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, @@ -206788,46 +210128,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [178172] = 15, - ACTIONS(69), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [182475] = 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(1096), 1, - anon_sym_SLASH, - STATE(790), 1, - sym__comparison_operator, - STATE(793), 1, - sym__multiplicative_operator, - STATE(794), 1, - sym__additive_operator, - STATE(796), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2646), 1, + sym__namecolon, + STATE(1611), 1, + aux_sym_object_access_repeat1, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2533), 2, + STATE(2579), 2, sym_comment, sym_include, - ACTIONS(1189), 3, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2375), 13, + 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, @@ -206838,30 +210172,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [178237] = 6, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [182527] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2534), 2, - sym_comment, - sym_include, - ACTIONS(102), 3, + ACTIONS(3832), 1, sym__namedot, + ACTIONS(110), 2, sym__or_operator, sym__and_operator, - ACTIONS(104), 26, + STATE(2580), 3, + sym_comment, + sym_include, + aux_sym_qualified_name_repeat1, + ACTIONS(112), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -206876,46 +210215,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_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [178284] = 15, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [182577] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(790), 1, - sym__comparison_operator, - STATE(793), 1, - sym__multiplicative_operator, - STATE(794), 1, - sym__additive_operator, - STATE(796), 1, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(3835), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + STATE(5160), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2535), 2, + STATE(2581), 2, sym_comment, sym_include, - ACTIONS(1193), 3, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -206929,45 +210271,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [178349] = 17, + [182647] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(3841), 1, - anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, + STATE(910), 1, sym__logical_operator, - STATE(5342), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, + STATE(912), 1, + sym__additive_operator, + STATE(917), 1, + sym__multiplicative_operator, + STATE(920), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2536), 2, + STATE(2582), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(1144), 3, + anon_sym_COMMA, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -206981,43 +210322,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [178418] = 15, + [182713] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(790), 1, - sym__comparison_operator, - STATE(793), 1, - sym__multiplicative_operator, - STATE(794), 1, - sym__additive_operator, - STATE(796), 1, + STATE(910), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(912), 1, + sym__additive_operator, + STATE(917), 1, + sym__multiplicative_operator, + STATE(920), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2537), 2, + STATE(2583), 2, sym_comment, sym_include, - ACTIONS(1197), 3, + ACTIONS(1140), 3, anon_sym_COMMA, aux_sym_of_token1, aux_sym_of_phrase_token2, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -207031,46 +210373,76 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [178483] = 15, - ACTIONS(69), 1, + [182779] = 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(1096), 1, - anon_sym_SLASH, - STATE(790), 1, - sym__comparison_operator, - STATE(793), 1, - sym__multiplicative_operator, - STATE(794), 1, - sym__additive_operator, - STATE(796), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + STATE(2584), 2, + sym_comment, + sym_include, + ACTIONS(117), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(119), 27, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2538), 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_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [182827] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2585), 2, sym_comment, sym_include, - ACTIONS(1201), 3, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2375), 13, + ACTIONS(117), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(119), 27, + 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, @@ -207081,43 +210453,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [178548] = 15, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym_function_call_token1, + anon_sym_NO_DASHERROR, + [182875] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(790), 1, - sym__comparison_operator, - STATE(793), 1, - sym__multiplicative_operator, - STATE(794), 1, - sym__additive_operator, - STATE(796), 1, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(3837), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + STATE(5232), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2539), 2, + STATE(2586), 2, sym_comment, sym_include, - ACTIONS(1120), 3, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -207131,23 +210510,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [178613] = 7, + [182945] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3843), 1, - aux_sym_function_call_token1, - STATE(2540), 2, + STATE(2587), 2, sym_comment, sym_include, - ACTIONS(158), 3, + ACTIONS(121), 3, sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(160), 25, + ACTIONS(123), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -207156,6 +210533,7 @@ 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, @@ -207172,113 +210550,39 @@ 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, - [178662] = 29, - ACTIONS(69), 1, + [182993] = 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(1379), 1, + ACTIONS(2644), 1, sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(254), 1, + STATE(2573), 1, aux_sym_qualified_name_repeat1, - STATE(3149), 1, - sym_of, - STATE(3176), 1, - sym__pre_tuning, - STATE(3201), 1, - aux_sym_for_phrase_repeat1, - STATE(3284), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3685), 1, - aux_sym_for_phrase_repeat2, - STATE(4290), 1, - sym_on_error_phrase, - STATE(4564), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4989), 1, - aux_sym_for_statement_repeat1, - STATE(4997), 1, - sym_on_stop_phrase, - STATE(5851), 1, - sym_body, - STATE(2541), 2, + ACTIONS(102), 2, + sym__or_operator, + sym__and_operator, + STATE(2588), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [178755] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(104), 26, anon_sym_SLASH, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(3845), 1, - anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - STATE(5440), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2542), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -207289,23 +210593,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [178824] = 7, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [183045] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3847), 1, - sym__namedoublecolon, - ACTIONS(113), 2, - sym__or_operator, - sym__and_operator, - STATE(2543), 3, + ACTIONS(3839), 1, + anon_sym_NO_DASHERROR, + STATE(2589), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, - ACTIONS(115), 25, + ACTIONS(256), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(258), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -207315,6 +210622,7 @@ 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, @@ -207331,46 +210639,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [178873] = 15, - ACTIONS(69), 1, + [183095] = 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(1096), 1, - anon_sym_SLASH, - STATE(790), 1, - sym__comparison_operator, - STATE(793), 1, - sym__multiplicative_operator, - STATE(794), 1, - sym__additive_operator, - STATE(796), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(240), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2544), 2, + STATE(2590), 2, sym_comment, sym_include, - ACTIONS(1209), 3, + ACTIONS(242), 28, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2375), 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, @@ -207381,32 +210677,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [178938] = 8, + aux_sym_scope_tuning_token1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [183143] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2675), 1, - sym__namedoublecolon, - STATE(2581), 1, - aux_sym_member_access_repeat1, - ACTIONS(140), 2, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(2545), 2, + STATE(2591), 2, sym_comment, sym_include, - ACTIONS(142), 25, + ACTIONS(73), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -207421,46 +210719,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, - [178989] = 15, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [183191] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(790), 1, - sym__comparison_operator, - STATE(793), 1, - sym__multiplicative_operator, - STATE(794), 1, - sym__additive_operator, - STATE(796), 1, + ACTIONS(3841), 1, + sym__terminator, + ACTIONS(3843), 1, + aux_sym_when_expression_token1, + STATE(944), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(945), 1, + sym__additive_operator, + STATE(946), 1, + sym__multiplicative_operator, + STATE(947), 1, + sym__comparison_operator, + STATE(5564), 1, + sym_when_expression, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2546), 2, + STATE(2592), 2, sym_comment, sym_include, - ACTIONS(1213), 3, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -207474,103 +210776,170 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [179054] = 29, + [183261] = 26, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(3802), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, + ACTIONS(2905), 1, aux_sym_to_phrase_token1, - ACTIONS(3806), 1, + ACTIONS(2907), 1, aux_sym_where_clause_token1, - ACTIONS(3808), 1, + ACTIONS(2909), 1, aux_sym_sort_clause_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3159), 1, + STATE(3002), 1, sym_of, - STATE(3165), 1, + STATE(3026), 1, sym__pre_tuning, - STATE(3230), 1, - aux_sym_for_phrase_repeat1, - STATE(3283), 1, + STATE(3229), 1, sym_where_clause, - STATE(3417), 1, + STATE(3235), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3499), 1, + STATE(3486), 1, sym_query_tuning, - STATE(3684), 1, + STATE(3586), 1, aux_sym_for_phrase_repeat2, - STATE(4345), 1, - sym_on_error_phrase, - STATE(4458), 1, - sym_on_quit_phrase, - STATE(4684), 1, + STATE(4015), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, sym_sort_clause, - STATE(4780), 1, + STATE(4807), 1, aux_sym_for_statement_repeat1, - STATE(5135), 1, - sym_on_stop_phrase, - STATE(6108), 1, + STATE(5674), 1, sym_body, - STATE(2547), 2, + STATE(2593), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [179147] = 12, + aux_sym_query_tuning_token5, + [183349] = 25, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(790), 1, - sym__comparison_operator, - STATE(793), 1, - sym__multiplicative_operator, - STATE(794), 1, - sym__additive_operator, - STATE(796), 1, + ACTIONS(3639), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(3641), 1, + aux_sym_dataset_expression_token1, + ACTIONS(3645), 1, + aux_sym_variable_definition_token3, + ACTIONS(3647), 1, + aux_sym_variable_definition_token4, + ACTIONS(3649), 1, + aux_sym_buffer_definition_token1, + ACTIONS(3651), 1, + aux_sym_query_definition_token1, + ACTIONS(3845), 1, + aux_sym_argument_mode_token3, + ACTIONS(3849), 1, + aux_sym_property_definition_token1, + ACTIONS(3851), 1, + aux_sym_event_definition_token1, + STATE(3288), 1, + sym_access_tuning, + STATE(3290), 1, + sym_scope_tuning, + STATE(3328), 1, + aux_sym_property_definition_repeat1, + STATE(3344), 1, + aux_sym_variable_definition_repeat1, + STATE(3379), 1, + sym_serialization_tuning, + STATE(3456), 1, + aux_sym_event_definition_repeat1, + STATE(3475), 1, + sym_property_type, + STATE(3506), 1, + aux_sym_buffer_definition_repeat1, + ACTIONS(3612), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(3847), 2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + STATE(2594), 2, + sym_comment, + sym_include, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [183435] = 17, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(3853), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - ACTIONS(1223), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + STATE(5224), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(2548), 2, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2595), 2, sym_comment, sym_include, - ACTIONS(1225), 20, - sym__or_operator, - sym__and_operator, - anon_sym_COMMA, + ACTIONS(2377), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -207583,39 +210952,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_of_token1, - aux_sym_of_phrase_token2, - [179206] = 10, + [183505] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(790), 1, - sym__comparison_operator, - STATE(793), 1, - sym__multiplicative_operator, - STATE(794), 1, - sym__additive_operator, - STATE(796), 1, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(3855), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - STATE(2549), 2, - sym_comment, - sym_include, - ACTIONS(1219), 3, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + STATE(5238), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1221), 22, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(2596), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -207628,47 +211005,152 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, + [183575] = 26, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, aux_sym_of_token1, - aux_sym_of_phrase_token2, - [179261] = 14, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(2959), 1, + sym_of, + STATE(3052), 1, + sym__pre_tuning, + STATE(3231), 1, + sym_where_clause, + STATE(3239), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3585), 1, + aux_sym_for_phrase_repeat2, + STATE(4016), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4824), 1, + aux_sym_for_statement_repeat1, + STATE(5443), 1, + sym_body, + STATE(2597), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [183663] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(790), 1, - sym__comparison_operator, - STATE(793), 1, - sym__multiplicative_operator, - STATE(794), 1, - sym__additive_operator, - STATE(796), 1, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(3857), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + STATE(5304), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2550), 2, + STATE(2598), 2, sym_comment, sym_include, - ACTIONS(1217), 5, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [183733] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2646), 1, + sym__namecolon, + STATE(1611), 1, + aux_sym_object_access_repeat1, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2375), 13, + STATE(2599), 2, + sym_comment, + sym_include, + 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, @@ -207679,43 +211161,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [179324] = 15, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [183785] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(790), 1, - sym__comparison_operator, - STATE(793), 1, - sym__multiplicative_operator, - STATE(794), 1, - sym__additive_operator, - STATE(796), 1, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(3859), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + STATE(5228), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2551), 2, + STATE(2600), 2, sym_comment, sym_include, - ACTIONS(1205), 3, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -207729,33 +211217,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [179389] = 6, - ACTIONS(3), 1, + [183855] = 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(2552), 2, - sym_comment, - sym_include, - ACTIONS(120), 3, - sym__namecolon, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(3861), 1, + anon_sym_RBRACK, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + STATE(5255), 1, + aux_sym_array_literal_repeat1, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(122), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2601), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -207766,49 +211270,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, - aux_sym_function_call_token1, - anon_sym_NO_DASHERROR, - [179436] = 17, + [183925] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3810), 1, + ACTIONS(3779), 1, anon_sym_COMMA, - ACTIONS(3850), 1, + ACTIONS(3863), 1, anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, + STATE(649), 1, sym__logical_operator, - STATE(5470), 1, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + STATE(5268), 1, aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2553), 2, + STATE(2602), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -207822,21 +211323,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [179505] = 6, + [183995] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2554), 2, + STATE(2603), 2, sym_comment, sym_include, - ACTIONS(120), 3, + ACTIONS(106), 3, sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(122), 26, + ACTIONS(108), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -207846,6 +211347,7 @@ 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, @@ -207863,37 +211365,111 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [179552] = 8, - ACTIONS(3), 1, + [184043] = 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(2663), 1, - sym__namedoublecolon, - STATE(2543), 1, - aux_sym_member_access_repeat1, - ACTIONS(140), 2, - sym__or_operator, - sym__and_operator, - STATE(2555), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(2950), 1, + sym_of, + STATE(3063), 1, + sym__pre_tuning, + STATE(3232), 1, + aux_sym_for_phrase_repeat1, + STATE(3242), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3578), 1, + aux_sym_for_phrase_repeat2, + STATE(3999), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4773), 1, + aux_sym_for_statement_repeat1, + STATE(5701), 1, + sym_body, + STATE(2604), 2, sym_comment, sym_include, - ACTIONS(142), 25, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [184131] = 17, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3841), 1, + aux_sym_output_stream_statement_token1, + ACTIONS(3865), 1, + aux_sym_when_expression_token1, + STATE(780), 1, + sym__comparison_operator, + STATE(781), 1, + sym__multiplicative_operator, + STATE(782), 1, + sym__additive_operator, + STATE(783), 1, + sym__logical_operator, + STATE(5564), 1, + sym_when_expression, + ACTIONS(1054), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2605), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -207904,37 +211480,135 @@ static 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, + [184201] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(3869), 1, + sym__escaped_string, + STATE(2606), 2, + sym_comment, + sym_include, + ACTIONS(3867), 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, - [179603] = 8, + 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, + [184247] = 25, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3133), 1, + sym_of, + STATE(3221), 1, + sym__pre_tuning, + STATE(3269), 1, + sym_where_clause, + STATE(3280), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3740), 1, + aux_sym_for_phrase_repeat2, + STATE(4230), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(3871), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(2607), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [184333] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, + ACTIONS(2644), 1, + sym__namedot, + STATE(2573), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - STATE(2556), 2, + STATE(2608), 2, sym_comment, sym_include, - ACTIONS(1452), 25, + ACTIONS(135), 26, 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -207949,45 +211623,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [179654] = 17, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [184385] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3810), 1, + ACTIONS(3779), 1, anon_sym_COMMA, - ACTIONS(3852), 1, + ACTIONS(3873), 1, anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, + STATE(649), 1, sym__logical_operator, - STATE(5658), 1, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + STATE(5405), 1, aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2557), 2, + STATE(2609), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -208001,45 +211679,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [179723] = 17, + [184455] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3854), 1, + ACTIONS(3779), 1, anon_sym_COMMA, - ACTIONS(3856), 1, - aux_sym_of_phrase_token1, - STATE(774), 1, + ACTIONS(3875), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - STATE(775), 1, + STATE(650), 1, sym__additive_operator, - STATE(776), 1, + STATE(651), 1, sym__multiplicative_operator, - STATE(778), 1, + STATE(653), 1, sym__comparison_operator, - STATE(5421), 1, + STATE(5206), 1, aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2558), 2, + STATE(2610), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -208053,30 +211732,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [179792] = 6, + [184525] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2559), 2, - sym_comment, - sym_include, - ACTIONS(136), 3, - sym__namecolon, + ACTIONS(2695), 1, + anon_sym_LBRACK, + ACTIONS(2697), 1, + anon_sym_LPAREN, + STATE(2620), 1, + sym_function_arguments, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - ACTIONS(138), 26, + STATE(2611), 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, @@ -208091,36 +211775,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, - aux_sym_function_call_token1, - [179839] = 9, + anon_sym_NO_DASHERROR, + [184579] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3858), 1, - sym_identifier, - ACTIONS(3861), 1, - aux_sym_input_expression_token2, - STATE(2757), 1, - sym_qualified_name, - ACTIONS(1355), 2, + ACTIONS(2642), 1, + anon_sym_LPAREN, + STATE(2532), 1, + sym_function_arguments, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(2560), 2, + STATE(2612), 2, sym_comment, sym_include, - ACTIONS(1351), 24, + ACTIONS(89), 26, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + 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, @@ -208135,98 +211818,76 @@ static 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, - [179892] = 29, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [184631] = 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(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3135), 1, - sym_of, - STATE(3183), 1, - sym__pre_tuning, - STATE(3220), 1, - aux_sym_for_phrase_repeat1, - STATE(3281), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3646), 1, - aux_sym_for_phrase_repeat2, - STATE(4218), 1, - sym_on_error_phrase, - STATE(4406), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4791), 1, - sym_on_stop_phrase, - STATE(4828), 1, - aux_sym_for_statement_repeat1, - STATE(6371), 1, - sym_body, - STATE(2561), 2, + STATE(2613), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [179985] = 7, + ACTIONS(144), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(146), 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, + [184677] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(3864), 1, - sym__namedot, - ACTIONS(152), 2, - sym__or_operator, - sym__and_operator, - STATE(2562), 2, + ACTIONS(3877), 1, + anon_sym_NO_DASHERROR, + STATE(2614), 2, sym_comment, sym_include, - ACTIONS(154), 26, + ACTIONS(256), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(258), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -208241,48 +211902,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, - [180034] = 17, + aux_sym_include_argument_token1, + [184724] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(3866), 1, - anon_sym_RBRACK, - STATE(900), 1, + STATE(796), 1, sym__comparison_operator, - STATE(901), 1, + STATE(797), 1, sym__multiplicative_operator, - STATE(902), 1, + STATE(798), 1, sym__additive_operator, - STATE(903), 1, + STATE(799), 1, sym__logical_operator, - STATE(5379), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2563), 2, + ACTIONS(3879), 2, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + STATE(2615), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -208296,34 +211953,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [180103] = 8, + [184789] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2693), 1, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2697), 1, anon_sym_LPAREN, - STATE(2625), 1, + STATE(2620), 1, sym_function_arguments, - ACTIONS(67), 2, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(2564), 2, + STATE(2616), 2, sym_comment, sym_include, - ACTIONS(73), 25, + ACTIONS(89), 25, 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -208338,33 +211994,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_include_argument_token1, - [180154] = 7, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [184840] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3868), 1, - aux_sym_function_call_token1, - STATE(2565), 2, - sym_comment, - sym_include, - ACTIONS(158), 3, + ACTIONS(2701), 1, sym__namecolon, + STATE(2448), 1, + aux_sym_object_access_repeat1, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - ACTIONS(160), 25, + STATE(2617), 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, @@ -208379,36 +212037,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, - [180203] = 9, + anon_sym_NO_DASHERROR, + [184891] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2448), 1, - sym_identifier, - ACTIONS(3870), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, + ACTIONS(3881), 1, + sym__namedot, + ACTIONS(110), 2, sym__or_operator, sym__and_operator, - STATE(2566), 2, + STATE(2618), 3, sym_comment, sym_include, - ACTIONS(1351), 24, - anon_sym_COLON, + aux_sym_qualified_name_repeat1, + ACTIONS(112), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, anon_sym_STAR, - aux_sym__block_terminator_token1, + 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, @@ -208423,34 +212079,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_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [180256] = 8, + aux_sym_include_argument_token1, + [184938] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3872), 1, - sym_identifier, - STATE(2762), 1, - sym_qualified_name, - ACTIONS(1454), 2, + ACTIONS(2701), 1, + sym__namecolon, + STATE(2448), 1, + aux_sym_object_access_repeat1, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(2567), 2, + STATE(2619), 2, sym_comment, sym_include, - ACTIONS(1452), 25, + ACTIONS(73), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -208465,32 +212121,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, - [180307] = 6, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [184989] = 7, 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, - STATE(2568), 2, + ACTIONS(3884), 1, + aux_sym_function_call_token1, + STATE(2620), 2, sym_comment, sym_include, - ACTIONS(222), 27, + ACTIONS(166), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(168), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -208506,32 +212164,34 @@ 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, - [180354] = 6, + anon_sym_NO_DASHERROR, + [185038] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(224), 2, + ACTIONS(2699), 1, + sym__namedot, + STATE(2736), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - STATE(2569), 2, + STATE(2621), 2, sym_comment, sym_include, - ACTIONS(226), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -208547,32 +212207,84 @@ 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, - [180401] = 6, + anon_sym_NO_DASHERROR, + [185089] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(574), 1, + sym__comparison_operator, + STATE(576), 1, + sym__multiplicative_operator, + STATE(577), 1, + sym__additive_operator, + STATE(578), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1120), 2, + anon_sym_COMMA, + aux_sym_of_phrase_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2622), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [185154] = 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(2570), 2, + ACTIONS(3886), 1, + anon_sym_NO_DASHERROR, + STATE(2623), 2, sym_comment, sym_include, - ACTIONS(234), 27, + ACTIONS(256), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(258), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -208588,36 +212300,30 @@ 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, - [180448] = 8, + [185203] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2659), 1, - sym__namedot, - STATE(2508), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(124), 2, + ACTIONS(248), 2, sym__or_operator, sym__and_operator, - STATE(2571), 2, + STATE(2624), 2, sym_comment, sym_include, - ACTIONS(126), 25, + ACTIONS(250), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -208632,47 +212338,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, - [180499] = 17, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [185250] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(3875), 1, - anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, + STATE(649), 1, sym__logical_operator, - STATE(5402), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2572), 2, + ACTIONS(3888), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(2625), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -208686,34 +212391,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [180568] = 9, + [185315] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2681), 1, - anon_sym_LBRACK, - ACTIONS(2683), 1, - anon_sym_LPAREN, - STATE(2705), 1, - sym_function_arguments, - ACTIONS(67), 2, - sym__or_operator, - sym__and_operator, - STATE(2573), 2, + STATE(2626), 2, sym_comment, sym_include, - ACTIONS(73), 24, + 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, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -208728,47 +212430,133 @@ static 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, - [180621] = 17, + [185362] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3894), 1, + aux_sym_variable_tuning_token2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3200), 1, + sym_generic_expression, + STATE(2627), 2, + sym_comment, + sym_include, + ACTIONS(3890), 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, + [185417] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, + sym__or_operator, + sym__and_operator, + STATE(2628), 2, + sym_comment, + sym_include, + ACTIONS(1377), 25, + anon_sym_COLON, anon_sym_SLASH, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(3877), 1, - anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, + 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, + [185468] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(649), 1, sym__logical_operator, - STATE(5428), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2574), 2, + ACTIONS(3888), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(2629), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -208782,33 +212570,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [180690] = 6, - ACTIONS(3), 1, + [185533] = 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(172), 2, - sym__or_operator, - sym__and_operator, - STATE(2575), 2, - sym_comment, - sym_include, - ACTIONS(174), 27, + STATE(574), 1, + sym__comparison_operator, + STATE(576), 1, + sym__multiplicative_operator, + STATE(577), 1, + sym__additive_operator, + STATE(578), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2630), 2, + sym_comment, + sym_include, + ACTIONS(232), 4, + sym__or_operator, + sym__and_operator, + anon_sym_COMMA, + aux_sym_of_phrase_token1, + ACTIONS(2377), 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, @@ -208819,37 +212619,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_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [180737] = 6, - ACTIONS(3), 1, + [185596] = 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(244), 2, + STATE(574), 1, + sym__comparison_operator, + STATE(576), 1, + sym__multiplicative_operator, + STATE(577), 1, + sym__additive_operator, + STATE(578), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2576), 2, - sym_comment, - sym_include, - ACTIONS(246), 27, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, + ACTIONS(1160), 2, anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym_of_phrase_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2631), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -208860,33 +212669,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, - [180784] = 6, + [185661] = 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(3896), 1, + sym__namedoublecolon, + ACTIONS(137), 2, sym__or_operator, sym__and_operator, - STATE(2577), 2, + STATE(2632), 3, sym_comment, sym_include, - ACTIONS(178), 27, + aux_sym_member_access_repeat1, + ACTIONS(139), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -208901,35 +212709,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_scope_tuning_token1, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [180831] = 6, + aux_sym_include_argument_token1, + [185708] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2578), 2, - sym_comment, - sym_include, - ACTIONS(132), 3, - sym__namecolon, + ACTIONS(2699), 1, + sym__namedot, + STATE(2736), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(102), 2, sym__or_operator, sym__and_operator, - ACTIONS(134), 26, + STATE(2633), 2, + sym_comment, + sym_include, + ACTIONS(104), 25, 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, @@ -208946,45 +212753,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [180878] = 17, + [185759] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(3879), 1, - anon_sym_RBRACK, - STATE(900), 1, + STATE(574), 1, sym__comparison_operator, - STATE(901), 1, + STATE(576), 1, sym__multiplicative_operator, - STATE(902), 1, + STATE(577), 1, sym__additive_operator, - STATE(903), 1, + STATE(578), 1, sym__logical_operator, - STATE(5617), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(1156), 2, + anon_sym_COMMA, + aux_sym_of_phrase_token1, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2579), 2, + STATE(2634), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -208998,45 +212803,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [180947] = 17, + [185824] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3834), 1, - aux_sym_output_stream_statement_token1, - ACTIONS(3881), 1, - aux_sym_when_expression_token1, - STATE(410), 1, - sym__comparison_operator, - STATE(411), 1, - sym__multiplicative_operator, - STATE(412), 1, - sym__additive_operator, - STATE(413), 1, + ACTIONS(3899), 1, + anon_sym_COLON, + STATE(649), 1, sym__logical_operator, - STATE(5793), 1, - sym_when_expression, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + STATE(5193), 1, + sym_case_body, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2580), 2, + STATE(2635), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -209050,31 +212854,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [181016] = 7, + [185891] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3883), 1, - sym__namedoublecolon, - ACTIONS(113), 2, - sym__or_operator, - sym__and_operator, - STATE(2581), 3, + STATE(2636), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, - ACTIONS(115), 25, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 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, @@ -209089,36 +212893,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, - anon_sym_NO_DASHERROR, - [181065] = 8, + aux_sym_function_call_token1, + [185938] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2659), 1, - sym__namedot, - STATE(2508), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(128), 2, + ACTIONS(212), 2, sym__or_operator, sym__and_operator, - STATE(2582), 2, + STATE(2637), 2, sym_comment, sym_include, - ACTIONS(130), 25, + ACTIONS(214), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -209133,35 +212933,33 @@ static 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, - [181116] = 8, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [185985] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2687), 1, - sym__namecolon, - STATE(2445), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, + ACTIONS(220), 2, sym__or_operator, sym__and_operator, - STATE(2583), 2, + STATE(2638), 2, sym_comment, sym_include, - ACTIONS(100), 25, + ACTIONS(222), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, - sym__terminator, - 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, @@ -209176,31 +212974,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, - anon_sym_NO_DASHERROR, - [181167] = 6, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [186032] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(252), 2, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(3901), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - STATE(2584), 2, + STATE(2639), 2, sym_comment, sym_include, - ACTIONS(254), 27, + ACTIONS(1232), 24, 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, @@ -209215,33 +213019,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_do_block_token1, - aux_sym_widget_field_token1, + aux_sym_of_token1, aux_sym_of_phrase_token2, - [181214] = 6, + [186085] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(124), 2, + ACTIONS(2691), 1, + sym__namecolon, + STATE(2473), 1, + aux_sym_object_access_repeat1, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(2585), 2, + STATE(2640), 2, sym_comment, sym_include, - ACTIONS(126), 27, + ACTIONS(73), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -209257,36 +213064,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_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [181261] = 6, - ACTIONS(3), 1, + [186136] = 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, + STATE(780), 1, + sym__comparison_operator, + STATE(781), 1, + sym__multiplicative_operator, + STATE(782), 1, + sym__additive_operator, + STATE(783), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2586), 2, - sym_comment, - sym_include, - ACTIONS(242), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(1152), 2, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2641), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -209297,33 +213114,33 @@ static 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, - [181308] = 6, + [186201] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(236), 2, + ACTIONS(2703), 1, + sym__namedoublecolon, + STATE(2691), 1, + aux_sym_member_access_repeat1, + ACTIONS(129), 2, sym__or_operator, sym__and_operator, - STATE(2587), 2, + STATE(2642), 2, sym_comment, sym_include, - ACTIONS(238), 27, + ACTIONS(131), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -209339,49 +213156,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_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [181355] = 17, + anon_sym_NO_DASHERROR, + [186252] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(3886), 1, - anon_sym_RBRACK, - STATE(900), 1, + STATE(780), 1, sym__comparison_operator, - STATE(901), 1, + STATE(781), 1, sym__multiplicative_operator, - STATE(902), 1, + STATE(782), 1, sym__additive_operator, - STATE(903), 1, + STATE(783), 1, sym__logical_operator, - STATE(5509), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, + STATE(2643), 2, + sym_comment, + sym_include, + ACTIONS(1130), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1132), 21, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2588), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -209394,34 +213200,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [181424] = 9, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + [186307] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3888), 1, - sym_identifier, - ACTIONS(3891), 1, - aux_sym_input_expression_token2, - STATE(2910), 1, - sym_qualified_name, - ACTIONS(1355), 2, + ACTIONS(3903), 1, + sym__namedot, + ACTIONS(160), 2, sym__or_operator, sym__and_operator, - STATE(2589), 2, + STATE(2644), 2, sym_comment, sym_include, - ACTIONS(1351), 24, + 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, @@ -209438,36 +213243,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [181477] = 8, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + [186356] = 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(2671), 1, - sym__namedot, - STATE(2515), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(124), 2, - sym__or_operator, - sym__and_operator, - STATE(2590), 2, - sym_comment, - sym_include, - ACTIONS(126), 25, + STATE(780), 1, + sym__comparison_operator, + STATE(781), 1, + sym__multiplicative_operator, + STATE(782), 1, + sym__additive_operator, + STATE(783), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, + aux_sym__multiplicative_operator_token1, + STATE(2645), 2, + sym_comment, + sym_include, + ACTIONS(1128), 19, + sym__or_operator, + sym__and_operator, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -209479,39 +213290,97 @@ 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, - [181528] = 8, - ACTIONS(3), 1, + aux_sym_output_stream_statement_token1, + [186415] = 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(2657), 1, - anon_sym_LPAREN, - STATE(2565), 1, - sym_function_arguments, - ACTIONS(87), 2, + STATE(780), 1, + sym__comparison_operator, + STATE(781), 1, + sym__multiplicative_operator, + STATE(782), 1, + sym__additive_operator, + STATE(783), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2591), 2, + ACTIONS(1124), 2, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2646), 2, sym_comment, sym_include, - ACTIONS(89), 25, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [186480] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(944), 1, + sym__logical_operator, + STATE(945), 1, + sym__additive_operator, + STATE(946), 1, + sym__multiplicative_operator, + STATE(947), 1, + sym__comparison_operator, + ACTIONS(1054), 2, anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1152), 2, sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym_when_expression_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2647), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -209522,23 +213391,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, - [181579] = 6, + [186545] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2592), 2, + STATE(2648), 2, sym_comment, sym_include, - ACTIONS(136), 3, + ACTIONS(117), 3, sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(138), 26, + ACTIONS(119), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -209548,6 +213415,7 @@ 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, @@ -209562,36 +213430,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, - anon_sym_NO_DASHERROR, - [181626] = 8, + aux_sym_function_call_token1, + [186592] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2661), 1, - sym__namecolon, - STATE(2295), 1, - aux_sym_object_access_repeat1, - ACTIONS(87), 2, - sym__or_operator, - sym__and_operator, - STATE(2593), 2, + STATE(2649), 2, sym_comment, sym_include, - ACTIONS(89), 25, + ACTIONS(110), 3, + sym__namedot, + sym__or_operator, + sym__and_operator, + ACTIONS(112), 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, @@ -209608,43 +213472,94 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [181677] = 15, + anon_sym_NO_DASHERROR, + [186639] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + STATE(780), 1, + sym__comparison_operator, + STATE(781), 1, + sym__multiplicative_operator, + STATE(782), 1, + sym__additive_operator, + STATE(783), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, - STATE(790), 1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1120), 2, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2650), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [186704] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(780), 1, sym__comparison_operator, - STATE(793), 1, + STATE(781), 1, sym__multiplicative_operator, - STATE(794), 1, + STATE(782), 1, sym__additive_operator, - STATE(796), 1, + STATE(783), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(1140), 2, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2594), 2, + STATE(2651), 2, sym_comment, sym_include, - ACTIONS(3893), 3, - anon_sym_COMMA, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -209658,33 +213573,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [181742] = 7, + [186769] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2697), 1, - sym__namecolon, - STATE(2397), 1, - aux_sym_object_access_repeat1, - ACTIONS(98), 2, + ACTIONS(2715), 1, + sym__namedoublecolon, + STATE(2632), 1, + aux_sym_member_access_repeat1, + ACTIONS(129), 2, sym__or_operator, sym__and_operator, - STATE(2595), 2, + STATE(2652), 2, sym_comment, sym_include, - ACTIONS(100), 26, + ACTIONS(131), 26, anon_sym_SLASH, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, 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, @@ -209700,29 +213615,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [181791] = 6, + [186818] = 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(2596), 2, + STATE(2653), 2, sym_comment, sym_include, - ACTIONS(230), 27, + ACTIONS(106), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(108), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -209738,37 +213655,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_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [181838] = 6, - ACTIONS(3), 1, + aux_sym_function_call_token1, + [186865] = 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(2597), 2, + STATE(944), 1, + sym__logical_operator, + STATE(945), 1, + sym__additive_operator, + STATE(946), 1, + sym__multiplicative_operator, + STATE(947), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2654), 2, sym_comment, sym_include, - ACTIONS(168), 3, - sym__namecolon, + ACTIONS(232), 4, sym__or_operator, sym__and_operator, - ACTIONS(170), 26, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - anon_sym_COMMA, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2377), 13, anon_sym_EQ, - aux_sym_input_expression_token2, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -209779,32 +213705,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, - [181885] = 6, + [186928] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(216), 2, + ACTIONS(3905), 1, + sym_identifier, + ACTIONS(3908), 1, + aux_sym_input_expression_token2, + STATE(3108), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - STATE(2598), 2, + STATE(2655), 2, sym_comment, sym_include, - ACTIONS(218), 27, + ACTIONS(1232), 25, anon_sym_SLASH, - sym_identifier, + anon_sym_LBRACE, + anon_sym_RBRACE, 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -209819,33 +213747,33 @@ static 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, - [181932] = 6, + aux_sym_include_argument_token1, + [186979] = 6, 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(2599), 2, + ACTIONS(3910), 1, + aux_sym_function_call_token1, + STATE(2656), 2, sym_comment, sym_include, - ACTIONS(214), 27, + ACTIONS(166), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(168), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -209860,28 +213788,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, - [181979] = 8, + aux_sym_include_argument_token1, + [187026] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2661), 1, + ACTIONS(2691), 1, sym__namecolon, - STATE(2295), 1, + STATE(2473), 1, aux_sym_object_access_repeat1, - ACTIONS(67), 2, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(2600), 2, + STATE(2657), 2, sym_comment, sym_include, - ACTIONS(73), 25, + ACTIONS(89), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -209891,6 +213816,7 @@ 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, @@ -209905,31 +213831,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, - [182030] = 6, + [187077] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(180), 2, + ACTIONS(2687), 1, + anon_sym_LPAREN, + STATE(2708), 1, + sym_function_arguments, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(2601), 2, + STATE(2658), 2, sym_comment, sym_include, - ACTIONS(182), 27, + ACTIONS(89), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -209945,34 +213875,82 @@ 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, - [182077] = 5, - ACTIONS(3), 1, + [187128] = 14, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(2602), 2, - sym_comment, - sym_include, - ACTIONS(132), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(134), 27, - anon_sym_SLASH, + ACTIONS(75), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + STATE(944), 1, + sym__logical_operator, + STATE(945), 1, + sym__additive_operator, + STATE(946), 1, + sym__multiplicative_operator, + STATE(947), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2659), 2, + sym_comment, + sym_include, + ACTIONS(1136), 4, + sym__or_operator, + sym__and_operator, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [187191] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2711), 1, + sym__namedot, + STATE(2689), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(102), 2, + sym__or_operator, + sym__and_operator, + STATE(2660), 2, + sym_comment, + sym_include, + ACTIONS(104), 26, + 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, @@ -209988,45 +213966,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [182122] = 17, + [187240] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3854), 1, - anon_sym_COMMA, - ACTIONS(3895), 1, - aux_sym_of_phrase_token1, - STATE(774), 1, - sym__logical_operator, - STATE(775), 1, - sym__additive_operator, - STATE(776), 1, - sym__multiplicative_operator, - STATE(778), 1, + STATE(780), 1, sym__comparison_operator, - STATE(5358), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, + STATE(781), 1, + sym__multiplicative_operator, + STATE(782), 1, + sym__additive_operator, + STATE(783), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(1144), 2, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2603), 2, + STATE(2661), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -210040,29 +214016,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [182191] = 6, + [187305] = 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(2604), 2, + STATE(2662), 2, sym_comment, sym_include, - ACTIONS(210), 27, + ACTIONS(121), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(123), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -210078,100 +214056,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_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [182238] = 29, + anon_sym_NO_DASHERROR, + [187352] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3144), 1, - sym_of, - STATE(3185), 1, - sym__pre_tuning, - STATE(3199), 1, - aux_sym_for_phrase_repeat1, - STATE(3250), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3682), 1, - aux_sym_for_phrase_repeat2, - STATE(4269), 1, - sym_on_error_phrase, - STATE(4519), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4954), 1, - aux_sym_for_statement_repeat1, - STATE(4961), 1, - sym_on_stop_phrase, - STATE(5975), 1, - sym_body, - STATE(2605), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [182331] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(128), 2, + STATE(780), 1, + sym__comparison_operator, + STATE(781), 1, + sym__multiplicative_operator, + STATE(782), 1, + sym__additive_operator, + STATE(783), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2606), 2, - sym_comment, - sym_include, - ACTIONS(130), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(1148), 2, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2663), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -210182,49 +214107,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_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [182378] = 17, + [187417] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(3897), 1, - anon_sym_RBRACK, - STATE(900), 1, + STATE(780), 1, sym__comparison_operator, - STATE(901), 1, + STATE(781), 1, sym__multiplicative_operator, - STATE(902), 1, + STATE(782), 1, sym__additive_operator, - STATE(903), 1, + STATE(783), 1, sym__logical_operator, - STATE(5477), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(1156), 2, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2607), 2, + STATE(2664), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -210238,97 +214157,96 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [182447] = 29, + [187482] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + STATE(574), 1, + sym__comparison_operator, + STATE(576), 1, + sym__multiplicative_operator, + STATE(577), 1, + sym__additive_operator, + STATE(578), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1148), 2, anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3145), 1, - sym_of, - STATE(3181), 1, - sym__pre_tuning, - STATE(3236), 1, - sym_where_clause, - STATE(3259), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3649), 1, - aux_sym_for_phrase_repeat2, - STATE(4372), 1, - sym_on_error_phrase, - STATE(4575), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5251), 1, - aux_sym_for_statement_repeat1, - STATE(5257), 1, - sym_on_stop_phrase, - STATE(6140), 1, - sym_body, - STATE(2608), 2, + aux_sym_of_phrase_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2665), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [182540] = 6, - ACTIONS(3), 1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [187547] = 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, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2609), 2, - sym_comment, - sym_include, - ACTIONS(194), 27, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + ACTIONS(3812), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + STATE(2666), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -210339,52 +214257,82 @@ static 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, - [182587] = 17, + [187612] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(3899), 1, - anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, + STATE(944), 1, sym__logical_operator, - STATE(5636), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, + STATE(945), 1, + sym__additive_operator, + STATE(946), 1, + sym__multiplicative_operator, + STATE(947), 1, + sym__comparison_operator, + STATE(2667), 2, + sym_comment, + sym_include, + ACTIONS(1130), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1132), 21, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2610), 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_when_expression_token1, + [187667] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3912), 1, + sym_identifier, + STATE(2842), 1, + sym_qualified_name, + ACTIONS(1379), 2, + sym__or_operator, + sym__and_operator, + STATE(2668), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(1377), 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, @@ -210395,45 +214343,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [182656] = 17, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [187718] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(3901), 1, - anon_sym_RBRACK, - STATE(900), 1, + STATE(780), 1, sym__comparison_operator, - STATE(901), 1, + STATE(781), 1, sym__multiplicative_operator, - STATE(902), 1, + STATE(782), 1, sym__additive_operator, - STATE(903), 1, + STATE(783), 1, sym__logical_operator, - STATE(5453), 1, - aux_sym_array_literal_repeat1, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(1160), 2, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2611), 2, + STATE(2669), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -210447,20 +214395,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [182725] = 6, + [187783] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(87), 2, + ACTIONS(216), 2, sym__or_operator, sym__and_operator, - STATE(2612), 2, + STATE(2670), 2, sym_comment, sym_include, - ACTIONS(89), 27, + ACTIONS(218), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -210470,6 +214418,7 @@ 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, @@ -210484,33 +214433,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_scope_tuning_token1, aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [182772] = 6, + [187830] = 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(2613), 2, + STATE(2671), 2, sym_comment, sym_include, - ACTIONS(190), 27, + ACTIONS(117), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(119), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -210526,32 +214476,32 @@ 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, - [182819] = 6, + anon_sym_NO_DASHERROR, + [187877] = 6, 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(2614), 2, + STATE(2672), 2, sym_comment, sym_include, - ACTIONS(198), 27, + ACTIONS(106), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(108), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -210567,32 +214517,34 @@ 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, - [182866] = 6, + anon_sym_NO_DASHERROR, + [187924] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(152), 2, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, sym__or_operator, sym__and_operator, - STATE(2615), 2, + STATE(2673), 2, sym_comment, sym_include, - ACTIONS(154), 27, + ACTIONS(1377), 25, + anon_sym_COLON, anon_sym_SLASH, - sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + aux_sym__block_terminator_token1, 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, @@ -210607,37 +214559,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, - [182913] = 6, - ACTIONS(3), 1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [187975] = 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(248), 2, + STATE(780), 1, + sym__comparison_operator, + STATE(781), 1, + sym__multiplicative_operator, + STATE(782), 1, + sym__additive_operator, + STATE(783), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2674), 2, + sym_comment, + sym_include, + ACTIONS(232), 4, sym__or_operator, sym__and_operator, - STATE(2616), 2, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [188038] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(574), 1, + sym__comparison_operator, + STATE(576), 1, + sym__multiplicative_operator, + STATE(577), 1, + sym__additive_operator, + STATE(578), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1144), 2, + anon_sym_COMMA, + aux_sym_of_phrase_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2675), 2, sym_comment, sym_include, - ACTIONS(250), 27, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [188103] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(574), 1, + sym__comparison_operator, + STATE(576), 1, + sym__multiplicative_operator, + STATE(577), 1, + sym__additive_operator, + STATE(578), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1140), 2, anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym_of_phrase_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2676), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -210648,25 +214710,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, - [182960] = 6, + [188168] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2617), 2, + STATE(2677), 2, sym_comment, sym_include, - ACTIONS(144), 3, + ACTIONS(152), 3, sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(146), 26, + ACTIONS(154), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -210676,6 +214734,7 @@ 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, @@ -210692,36 +214751,33 @@ 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, - [183007] = 9, + [188215] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2707), 1, - anon_sym_LBRACK, - ACTIONS(2709), 1, - anon_sym_LPAREN, - STATE(2738), 1, - sym_function_arguments, - ACTIONS(67), 2, + ACTIONS(2711), 1, + sym__namedot, + STATE(2689), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - STATE(2618), 2, + STATE(2678), 2, sym_comment, sym_include, - ACTIONS(73), 24, + ACTIONS(135), 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -210736,30 +214792,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_scope_tuning_token1, - [183060] = 6, + aux_sym_include_argument_token1, + [188264] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(184), 2, + ACTIONS(3915), 1, + sym_identifier, + ACTIONS(3918), 1, + aux_sym_input_expression_token2, + STATE(3032), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - STATE(2619), 2, + STATE(2679), 2, sym_comment, sym_include, - ACTIONS(186), 27, + ACTIONS(1232), 24, 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -210775,32 +214836,35 @@ 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, - [183107] = 6, + anon_sym_NO_DASHERROR, + [188317] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(67), 2, + ACTIONS(2689), 1, + sym__namedot, + STATE(2755), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - STATE(2620), 2, + STATE(2680), 2, sym_comment, sym_include, - ACTIONS(73), 27, + ACTIONS(135), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -210816,109 +214880,87 @@ 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, - [183154] = 29, - ACTIONS(69), 1, + [188368] = 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(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3137), 1, - sym_of, - STATE(3180), 1, - sym__pre_tuning, - STATE(3224), 1, - aux_sym_for_phrase_repeat1, - STATE(3231), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3637), 1, - aux_sym_for_phrase_repeat2, - STATE(4375), 1, - sym_on_error_phrase, - STATE(4597), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5185), 1, - aux_sym_for_statement_repeat1, - STATE(5202), 1, - sym_on_stop_phrase, - STATE(5915), 1, - sym_body, - STATE(2621), 2, + ACTIONS(3920), 1, + sym_identifier, + ACTIONS(3923), 1, + aux_sym_input_expression_token2, + STATE(3105), 1, + sym_qualified_name, + ACTIONS(1236), 2, + sym__or_operator, + sym__and_operator, + STATE(2681), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [183247] = 15, + ACTIONS(1232), 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, + [188421] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(774), 1, + STATE(944), 1, sym__logical_operator, - STATE(775), 1, + STATE(945), 1, sym__additive_operator, - STATE(776), 1, + STATE(946), 1, sym__multiplicative_operator, - STATE(778), 1, + STATE(947), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(1120), 2, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2373), 2, + ACTIONS(1124), 2, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2622), 2, + STATE(2682), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -210932,31 +214974,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [183311] = 6, + [188486] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3903), 1, - sym__namedot, - ACTIONS(102), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(172), 2, sym__or_operator, sym__and_operator, - STATE(2623), 3, + STATE(2683), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 25, + ACTIONS(174), 27, anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_DQUOTE, + 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, @@ -210971,46 +215012,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_include_argument_token1, - [183357] = 15, - ACTIONS(69), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [188533] = 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(1096), 1, - anon_sym_SLASH, - STATE(422), 1, - sym__comparison_operator, - STATE(423), 1, - sym__multiplicative_operator, - STATE(424), 1, - sym__additive_operator, - STATE(425), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + STATE(2684), 2, + sym_comment, + sym_include, + ACTIONS(121), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(123), 27, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + anon_sym_DQUOTE, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3906), 2, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - STATE(2624), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -211021,21 +215053,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [183421] = 6, + aux_sym_include_argument_token1, + anon_sym_NO_DASHERROR, + [188578] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3908), 1, - aux_sym_function_call_token1, - STATE(2625), 2, + STATE(2685), 2, sym_comment, sym_include, - ACTIONS(158), 3, + ACTIONS(117), 3, sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(160), 25, + ACTIONS(119), 27, anon_sym_SLASH, anon_sym_LBRACE, anon_sym_RBRACE, @@ -211046,6 +215078,7 @@ 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, @@ -211061,22 +215094,70 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [183467] = 7, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + [188623] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2699), 1, - sym__namedoublecolon, - STATE(2634), 1, - aux_sym_member_access_repeat1, - ACTIONS(140), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(944), 1, + sym__logical_operator, + STATE(945), 1, + sym__additive_operator, + STATE(946), 1, + sym__multiplicative_operator, + STATE(947), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2626), 2, + ACTIONS(1120), 2, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2686), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [188688] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2687), 2, sym_comment, sym_include, - ACTIONS(142), 25, + ACTIONS(106), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(108), 27, anon_sym_SLASH, anon_sym_LBRACE, anon_sym_RBRACE, @@ -211087,6 +215168,7 @@ 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, @@ -211102,42 +215184,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [183515] = 15, + anon_sym_NO_DASHERROR, + [188733] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(774), 1, + STATE(944), 1, sym__logical_operator, - STATE(775), 1, + STATE(945), 1, sym__additive_operator, - STATE(776), 1, + STATE(946), 1, sym__multiplicative_operator, - STATE(778), 1, + STATE(947), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(1140), 2, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3893), 2, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - STATE(2627), 2, + STATE(2688), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -211151,22 +215235,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [183579] = 7, + [188798] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2695), 1, + ACTIONS(2711), 1, sym__namedot, - STATE(2652), 1, + STATE(2618), 1, aux_sym_qualified_name_repeat1, - ACTIONS(124), 2, + ACTIONS(125), 2, sym__or_operator, sym__and_operator, - STATE(2628), 2, + STATE(2689), 2, sym_comment, sym_include, - ACTIONS(126), 25, + ACTIONS(127), 26, anon_sym_SLASH, anon_sym_LBRACE, anon_sym_RBRACE, @@ -211177,6 +215261,7 @@ 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, @@ -211192,41 +215277,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [183627] = 14, + [188847] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(774), 1, - sym__logical_operator, - STATE(775), 1, - sym__additive_operator, - STATE(776), 1, - sym__multiplicative_operator, - STATE(778), 1, + STATE(780), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(781), 1, + sym__multiplicative_operator, + STATE(782), 1, + sym__additive_operator, + STATE(783), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2629), 2, + STATE(2690), 2, sym_comment, sym_include, - ACTIONS(192), 4, + ACTIONS(1136), 4, sym__or_operator, sym__and_operator, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2375), 13, + aux_sym_when_expression_token1, + aux_sym_output_stream_statement_token1, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -211240,45 +215326,79 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [183689] = 15, - ACTIONS(69), 1, + [188910] = 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(1096), 1, - anon_sym_SLASH, - STATE(774), 1, - sym__logical_operator, - STATE(775), 1, - sym__additive_operator, - STATE(776), 1, - sym__multiplicative_operator, - STATE(778), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(3925), 1, + sym__namedoublecolon, + ACTIONS(137), 2, sym__or_operator, sym__and_operator, - ACTIONS(1189), 2, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2373), 2, + STATE(2691), 3, + sym_comment, + sym_include, + aux_sym_member_access_repeat1, + ACTIONS(139), 25, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2630), 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, + anon_sym_NO_DASHERROR, + [188959] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2709), 1, + anon_sym_LPAREN, + STATE(2656), 1, + sym_function_arguments, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(2692), 2, sym_comment, sym_include, - ACTIONS(2375), 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, @@ -211289,32 +215409,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [183753] = 8, + aux_sym_include_argument_token1, + [189008] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, + ACTIONS(2713), 1, + sym__namecolon, + STATE(2199), 1, + aux_sym_object_access_repeat1, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(2631), 2, + STATE(2693), 2, sym_comment, sym_include, - ACTIONS(1452), 24, - anon_sym_COLON, + ACTIONS(89), 26, anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, anon_sym_STAR, - aux_sym__block_terminator_token1, + 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, @@ -211329,44 +215451,95 @@ static 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, - [183803] = 15, + aux_sym_include_argument_token1, + [189057] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, + 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(1054), 2, anon_sym_SLASH, - STATE(774), 1, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1152), 2, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2694), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [189122] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3899), 1, + anon_sym_COLON, + STATE(649), 1, sym__logical_operator, - STATE(775), 1, + STATE(650), 1, sym__additive_operator, - STATE(776), 1, + STATE(651), 1, sym__multiplicative_operator, - STATE(778), 1, + STATE(653), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(5155), 1, + sym_case_body, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(1193), 2, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2632), 2, + STATE(2695), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -211380,37 +215553,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [183867] = 10, + [189189] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(774), 1, + STATE(944), 1, sym__logical_operator, - STATE(775), 1, + STATE(945), 1, sym__additive_operator, - STATE(776), 1, + STATE(946), 1, sym__multiplicative_operator, - STATE(778), 1, + STATE(947), 1, sym__comparison_operator, - STATE(2633), 2, - sym_comment, - sym_include, - ACTIONS(1219), 3, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1221), 21, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(1144), 2, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(2696), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -211423,32 +215603,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_of_phrase_token1, - [183921] = 6, + [189254] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3910), 1, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2697), 2, + sym_comment, + sym_include, + ACTIONS(156), 3, sym__namedoublecolon, - ACTIONS(113), 2, sym__or_operator, sym__and_operator, - STATE(2634), 3, - sym_comment, - sym_include, - aux_sym_member_access_repeat1, - ACTIONS(115), 25, + ACTIONS(158), 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -211463,44 +215642,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, - [183967] = 15, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [189301] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(774), 1, + STATE(944), 1, sym__logical_operator, - STATE(775), 1, + STATE(945), 1, sym__additive_operator, - STATE(776), 1, + STATE(946), 1, sym__multiplicative_operator, - STATE(778), 1, + STATE(947), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1197), 2, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2635), 2, + STATE(2698), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(1128), 19, + 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, @@ -211513,42 +215690,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [184031] = 15, + aux_sym_when_expression_token1, + [189360] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(774), 1, - sym__logical_operator, - STATE(775), 1, - sym__additive_operator, - STATE(776), 1, - sym__multiplicative_operator, - STATE(778), 1, + STATE(574), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(576), 1, + sym__multiplicative_operator, + STATE(577), 1, + sym__additive_operator, + STATE(578), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(1201), 2, + ACTIONS(1124), 2, anon_sym_COMMA, aux_sym_of_phrase_token1, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2636), 2, + STATE(2699), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -211562,21 +215741,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [184095] = 6, + [189425] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2637), 2, - sym_comment, - sym_include, - ACTIONS(120), 3, - sym__namecolon, + ACTIONS(2689), 1, + sym__namedot, + STATE(2755), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(102), 2, sym__or_operator, sym__and_operator, - ACTIONS(122), 25, + STATE(2700), 2, + sym_comment, + sym_include, + ACTIONS(104), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -211586,6 +215768,7 @@ 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, @@ -211601,44 +215784,40 @@ 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_function_call_token1, - [184141] = 15, + [189476] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(774), 1, - sym__logical_operator, - STATE(775), 1, - sym__additive_operator, - STATE(776), 1, - sym__multiplicative_operator, - STATE(778), 1, + STATE(574), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(576), 1, + sym__multiplicative_operator, + STATE(577), 1, + sym__additive_operator, + STATE(578), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1209), 2, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2638), 2, + STATE(2701), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(1128), 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, @@ -211651,30 +215830,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [184205] = 6, + aux_sym_of_phrase_token1, + [189535] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2639), 2, + STATE(2702), 2, sym_comment, sym_include, - ACTIONS(144), 3, + ACTIONS(121), 3, sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(146), 25, + ACTIONS(123), 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, @@ -211691,31 +215871,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, aux_sym_function_call_token1, - [184251] = 8, + anon_sym_NO_DASHERROR, + [189582] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(2640), 2, + STATE(2703), 2, sym_comment, sym_include, - ACTIONS(1452), 24, - anon_sym_COLON, + 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, @@ -211730,33 +215910,33 @@ static 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, - [184301] = 6, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [189629] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2641), 2, - sym_comment, - sym_include, - ACTIONS(164), 3, - sym__namecolon, + ACTIONS(240), 2, sym__or_operator, sym__and_operator, - ACTIONS(166), 25, + STATE(2704), 2, + sym_comment, + sym_include, + ACTIONS(242), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -211771,36 +215951,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, - [184347] = 6, - ACTIONS(3), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [189676] = 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(2642), 2, + STATE(574), 1, + sym__comparison_operator, + STATE(576), 1, + sym__multiplicative_operator, + STATE(577), 1, + sym__additive_operator, + STATE(578), 1, + sym__logical_operator, + STATE(2705), 2, sym_comment, sym_include, - ACTIONS(168), 3, - sym__namecolon, + ACTIONS(1130), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1132), 21, sym__or_operator, sym__and_operator, - ACTIONS(170), 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, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -211811,34 +215998,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_when_expression_token1, - aux_sym_scope_tuning_token1, - [184393] = 7, + aux_sym_of_phrase_token1, + [189731] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2695), 1, - sym__namedot, - STATE(2652), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(128), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(176), 2, sym__or_operator, sym__and_operator, - STATE(2643), 2, + STATE(2706), 2, sym_comment, sym_include, - ACTIONS(130), 25, + ACTIONS(178), 27, anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_DQUOTE, + 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, @@ -211853,31 +216037,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_include_argument_token1, - [184441] = 6, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [189778] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2644), 2, - sym_comment, - sym_include, - ACTIONS(136), 3, + ACTIONS(2713), 1, sym__namecolon, + STATE(2199), 1, + aux_sym_object_access_repeat1, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - ACTIONS(138), 25, + STATE(2707), 2, + sym_comment, + sym_include, + ACTIONS(73), 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -211892,35 +216081,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_scope_tuning_token1, - aux_sym_function_call_token1, - [184487] = 8, + aux_sym_include_argument_token1, + [189827] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3913), 1, - sym_identifier, - ACTIONS(3916), 1, - aux_sym_input_expression_token2, - STATE(3080), 1, - sym_qualified_name, - ACTIONS(1355), 2, - sym__or_operator, - sym__and_operator, - STATE(2645), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3928), 1, + aux_sym_function_call_token1, + STATE(2708), 2, sym_comment, sym_include, - ACTIONS(1351), 24, + ACTIONS(166), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(168), 25, 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -211935,43 +216123,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_include_argument_token1, - [184537] = 15, + aux_sym_scope_tuning_token1, + [189876] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(774), 1, - sym__logical_operator, - STATE(775), 1, - sym__additive_operator, - STATE(776), 1, - sym__multiplicative_operator, - STATE(778), 1, + STATE(796), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(797), 1, + sym__multiplicative_operator, + STATE(798), 1, + sym__additive_operator, + STATE(799), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1213), 2, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2646), 2, + STATE(2709), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(1136), 4, + sym__or_operator, + sym__and_operator, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -211985,80 +216173,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [184601] = 12, + [189939] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(774), 1, - sym__logical_operator, - STATE(775), 1, - sym__additive_operator, - STATE(776), 1, - sym__multiplicative_operator, - STATE(778), 1, + STATE(574), 1, sym__comparison_operator, - ACTIONS(1223), 2, + STATE(576), 1, + sym__multiplicative_operator, + STATE(577), 1, + sym__additive_operator, + STATE(578), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(2647), 2, - sym_comment, - sym_include, - ACTIONS(1225), 19, - sym__or_operator, - sym__and_operator, - anon_sym_COMMA, - anon_sym_EQ, + ACTIONS(2379), 2, 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, - [184659] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2648), 2, + STATE(2710), 2, sym_comment, sym_include, - ACTIONS(120), 3, - sym__namecolon, + ACTIONS(1136), 4, sym__or_operator, sym__and_operator, - ACTIONS(122), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, anon_sym_COMMA, + aux_sym_of_phrase_token1, + ACTIONS(2377), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -212069,27 +216222,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_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [184705] = 8, + [190002] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3918), 1, - sym_identifier, - STATE(2939), 1, - sym_qualified_name, - ACTIONS(1454), 2, + ACTIONS(3930), 1, + sym__namedot, + ACTIONS(160), 2, sym__or_operator, sym__and_operator, - STATE(2649), 2, + STATE(2711), 2, sym_comment, sym_include, - ACTIONS(1452), 24, + ACTIONS(162), 26, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, sym__terminator, anon_sym_COMMA, @@ -212097,6 +216247,7 @@ 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, @@ -212113,34 +216264,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [184755] = 6, - ACTIONS(3), 1, + [190051] = 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(2650), 2, + STATE(796), 1, + sym__comparison_operator, + STATE(797), 1, + sym__multiplicative_operator, + STATE(798), 1, + sym__additive_operator, + STATE(799), 1, + sym__logical_operator, + STATE(2712), 2, sym_comment, sym_include, - ACTIONS(144), 3, - sym__namecolon, + ACTIONS(1130), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1132), 21, sym__or_operator, sym__and_operator, - ACTIONS(146), 25, - anon_sym_SLASH, - sym_identifier, + anon_sym_COLON, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, aux_sym__multiplicative_operator_token1, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -212151,38 +216308,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_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [184801] = 7, - ACTIONS(3), 1, + aux_sym_on_error_phrase_token1, + [190106] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2693), 1, - anon_sym_LPAREN, - STATE(2625), 1, - sym_function_arguments, - ACTIONS(87), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(944), 1, + sym__logical_operator, + STATE(945), 1, + sym__additive_operator, + STATE(946), 1, + sym__multiplicative_operator, + STATE(947), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2651), 2, - sym_comment, - sym_include, - ACTIONS(89), 25, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + ACTIONS(1160), 2, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2713), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -212193,33 +216359,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_include_argument_token1, - [184849] = 7, + [190171] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2695), 1, - sym__namedot, - STATE(2623), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(109), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2693), 1, + sym__namedoublecolon, + STATE(2734), 1, + aux_sym_member_access_repeat1, + ACTIONS(129), 2, sym__or_operator, sym__and_operator, - STATE(2652), 2, + STATE(2714), 2, sym_comment, sym_include, - ACTIONS(111), 25, + ACTIONS(131), 25, 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -212234,37 +216401,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, - [184897] = 7, - ACTIONS(3), 1, + aux_sym_scope_tuning_token1, + [190222] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(2697), 1, - sym__namecolon, - STATE(2425), 1, - aux_sym_object_access_repeat1, - ACTIONS(87), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(574), 1, + sym__comparison_operator, + STATE(576), 1, + sym__multiplicative_operator, + STATE(577), 1, + sym__additive_operator, + STATE(578), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2653), 2, - sym_comment, - sym_include, - ACTIONS(89), 25, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + ACTIONS(1152), 2, + anon_sym_COMMA, + aux_sym_of_phrase_token1, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2715), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -212275,35 +216452,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, - [184945] = 6, - ACTIONS(3), 1, + [190287] = 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(2654), 2, + 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(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(2716), 2, sym_comment, sym_include, - ACTIONS(148), 3, - sym__namedoublecolon, + ACTIONS(1128), 19, sym__or_operator, sym__and_operator, - ACTIONS(150), 25, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, + anon_sym_COLON, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -212314,26 +216498,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, - [184991] = 8, + aux_sym_on_error_phrase_token1, + [190346] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2687), 1, + STATE(2717), 2, + sym_comment, + sym_include, + ACTIONS(117), 3, sym__namecolon, - STATE(2432), 1, - aux_sym_object_access_repeat1, - ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(2655), 2, - sym_comment, - sym_include, - ACTIONS(73), 24, + ACTIONS(119), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -212342,6 +216522,7 @@ 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, @@ -212357,21 +216538,22 @@ 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_function_call_token1, anon_sym_NO_DASHERROR, - [185041] = 6, + [190393] = 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(224), 2, sym__or_operator, sym__and_operator, - STATE(2656), 2, + STATE(2718), 2, sym_comment, sym_include, - ACTIONS(250), 26, + ACTIONS(226), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -212381,6 +216563,7 @@ 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, @@ -212398,34 +216581,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [185087] = 6, - ACTIONS(3), 1, + [190440] = 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(2657), 2, - sym_comment, - sym_include, - ACTIONS(136), 3, - sym__namecolon, + 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(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(138), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(1124), 2, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2719), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -212436,38 +216631,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_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [185133] = 8, - ACTIONS(3), 1, + [190505] = 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(2687), 1, - sym__namecolon, - STATE(2432), 1, - aux_sym_object_access_repeat1, - ACTIONS(87), 2, + 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(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2658), 2, - sym_comment, - sym_include, - ACTIONS(89), 24, - anon_sym_SLASH, - sym_identifier, + ACTIONS(1120), 2, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2720), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -212478,34 +216681,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, - anon_sym_NO_DASHERROR, - [185183] = 7, + [190570] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2697), 1, - sym__namecolon, - STATE(2425), 1, - aux_sym_object_access_repeat1, - ACTIONS(67), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(2659), 2, + STATE(2721), 2, sym_comment, sym_include, - ACTIONS(73), 25, + ACTIONS(89), 27, anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_DQUOTE, + 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, @@ -212520,33 +216719,33 @@ static 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, - [185231] = 8, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [190617] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2683), 1, - anon_sym_LPAREN, - STATE(2705), 1, - sym_function_arguments, - ACTIONS(87), 2, + ACTIONS(232), 2, sym__or_operator, sym__and_operator, - STATE(2660), 2, + STATE(2722), 2, sym_comment, sym_include, - ACTIONS(89), 24, + ACTIONS(234), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -212561,43 +216760,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_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [185281] = 14, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [190664] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(743), 1, + STATE(574), 1, sym__comparison_operator, - STATE(744), 1, + STATE(576), 1, sym__multiplicative_operator, - STATE(745), 1, + STATE(577), 1, sym__additive_operator, - STATE(746), 1, + STATE(578), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2661), 2, + ACTIONS(3812), 2, + anon_sym_COMMA, + aux_sym_of_phrase_token1, + STATE(2723), 2, sym_comment, sym_include, - ACTIONS(192), 4, - sym__or_operator, - sym__and_operator, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -212611,65 +216813,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [185343] = 7, + [190729] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3921), 1, - sym__namedot, - ACTIONS(152), 2, - sym__or_operator, - sym__and_operator, - STATE(2662), 2, + STATE(2724), 2, sym_comment, sym_include, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [185391] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2685), 1, - sym__namedot, - STATE(2768), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(128), 2, + ACTIONS(106), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - STATE(2663), 2, - sym_comment, - sym_include, - ACTIONS(130), 24, + ACTIONS(108), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -212678,6 +216836,7 @@ 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, @@ -212693,34 +216852,49 @@ 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_function_call_token1, anon_sym_NO_DASHERROR, - [185441] = 6, - ACTIONS(3), 1, + [190776] = 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, - ACTIONS(200), 2, + ACTIONS(3899), 1, + anon_sym_COLON, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + STATE(5433), 1, + sym_case_body, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2664), 2, - sym_comment, - sym_include, - ACTIONS(202), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2725), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -212731,45 +216905,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, - [185487] = 15, + [190843] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(743), 1, - sym__comparison_operator, - STATE(744), 1, - sym__multiplicative_operator, - STATE(745), 1, - sym__additive_operator, - STATE(746), 1, + ACTIONS(3899), 1, + anon_sym_COLON, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + STATE(5252), 1, + sym_case_body, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(1189), 2, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2665), 2, + STATE(2726), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -212783,41 +216956,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [185551] = 14, + [190910] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(774), 1, + ACTIONS(3899), 1, + anon_sym_COLON, + STATE(649), 1, sym__logical_operator, - STATE(775), 1, + STATE(650), 1, sym__additive_operator, - STATE(776), 1, + STATE(651), 1, sym__multiplicative_operator, - STATE(778), 1, + STATE(653), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(5212), 1, + sym_case_body, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2666), 2, + STATE(2727), 2, sym_comment, sym_include, - ACTIONS(1217), 4, - sym__or_operator, - sym__and_operator, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -212831,38 +217007,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [185613] = 9, - ACTIONS(3), 1, + [190977] = 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(3923), 1, - sym_identifier, - ACTIONS(3926), 1, - aux_sym_input_expression_token2, - STATE(3072), 1, - sym_qualified_name, - ACTIONS(1355), 2, + 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(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2667), 2, - sym_comment, - sym_include, - ACTIONS(1351), 23, - anon_sym_SLASH, + ACTIONS(1140), 2, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2728), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -212873,69 +217057,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, - [185665] = 5, + [191042] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3761), 1, - sym__escaped_string, - STATE(2668), 2, - sym_comment, - sym_include, - ACTIONS(3759), 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, - 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, - [185709] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2669), 2, + STATE(2729), 2, sym_comment, sym_include, - ACTIONS(120), 3, - sym__namecolon, + ACTIONS(156), 3, + sym__namedoublecolon, sym__or_operator, sym__and_operator, - ACTIONS(122), 26, + ACTIONS(158), 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -212950,44 +217095,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, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [185753] = 15, + [191089] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(774), 1, + STATE(944), 1, sym__logical_operator, - STATE(775), 1, + STATE(945), 1, sym__additive_operator, - STATE(776), 1, + STATE(946), 1, sym__multiplicative_operator, - STATE(778), 1, + STATE(947), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(1205), 2, - anon_sym_COMMA, - aux_sym_of_phrase_token1, - ACTIONS(2373), 2, + ACTIONS(1148), 2, + sym__terminator, + aux_sym_when_expression_token1, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2670), 2, + STATE(2730), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -213001,29 +217148,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [185817] = 5, + [191154] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2671), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3932), 1, + anon_sym_NO_DASHERROR, + STATE(2731), 2, sym_comment, sym_include, - ACTIONS(144), 3, + ACTIONS(256), 3, sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(146), 26, + ACTIONS(258), 25, 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -213038,47 +217188,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_include_argument_token1, - anon_sym_NO_DASHERROR, - [185861] = 15, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [191203] = 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(1096), 1, - anon_sym_SLASH, - STATE(743), 1, - sym__comparison_operator, - STATE(744), 1, - sym__multiplicative_operator, - STATE(745), 1, - sym__additive_operator, - STATE(746), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - ACTIONS(1193), 2, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2672), 2, + STATE(2732), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(135), 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, @@ -213089,45 +217228,81 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [185925] = 15, - ACTIONS(69), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [191250] = 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(1096), 1, - anon_sym_SLASH, - STATE(410), 1, - sym__comparison_operator, - STATE(411), 1, - sym__multiplicative_operator, - STATE(412), 1, - sym__additive_operator, - STATE(413), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(244), 2, sym__or_operator, sym__and_operator, - ACTIONS(1205), 2, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2373), 2, + STATE(2733), 2, + sym_comment, + sym_include, + ACTIONS(246), 27, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, - STATE(2673), 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_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [191297] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(3934), 1, + sym__namedoublecolon, + ACTIONS(137), 2, + sym__or_operator, + sym__and_operator, + STATE(2734), 3, sym_comment, sym_include, - ACTIONS(2375), 13, + aux_sym_member_access_repeat1, + ACTIONS(139), 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, @@ -213138,41 +217313,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [185989] = 14, + aux_sym_scope_tuning_token1, + [191346] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(410), 1, + STATE(796), 1, sym__comparison_operator, - STATE(411), 1, + STATE(797), 1, sym__multiplicative_operator, - STATE(412), 1, + STATE(798), 1, sym__additive_operator, - STATE(413), 1, + STATE(799), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(1144), 2, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2674), 2, + STATE(2735), 2, sym_comment, sym_include, - ACTIONS(1217), 4, - sym__or_operator, - sym__and_operator, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -213186,38 +217364,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [186051] = 10, - ACTIONS(69), 1, + [191411] = 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(410), 1, - sym__comparison_operator, - STATE(411), 1, - sym__multiplicative_operator, - STATE(412), 1, - sym__additive_operator, - STATE(413), 1, - sym__logical_operator, - STATE(2675), 2, + ACTIONS(2699), 1, + sym__namedot, + STATE(2741), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(125), 2, + sym__or_operator, + sym__and_operator, + STATE(2736), 2, sym_comment, sym_include, - ACTIONS(1219), 3, + ACTIONS(127), 25, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1221), 21, - 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, @@ -213228,42 +217405,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_when_expression_token1, - aux_sym_output_stream_statement_token1, - [186105] = 12, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [191462] = 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(1096), 1, - anon_sym_SLASH, - STATE(410), 1, - sym__comparison_operator, - STATE(411), 1, - sym__multiplicative_operator, - STATE(412), 1, - sym__additive_operator, - STATE(413), 1, - sym__logical_operator, - ACTIONS(1223), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(2676), 2, + STATE(2737), 2, sym_comment, sym_include, - ACTIONS(1225), 19, + ACTIONS(106), 3, + sym__namecolon, sym__or_operator, sym__and_operator, + ACTIONS(108), 27, + 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, @@ -213274,47 +217445,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_when_expression_token1, - aux_sym_output_stream_statement_token1, - [186163] = 15, - ACTIONS(69), 1, + aux_sym_include_argument_token1, + aux_sym_function_call_token1, + [191507] = 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(1096), 1, - anon_sym_SLASH, - STATE(410), 1, - sym__comparison_operator, - STATE(411), 1, - sym__multiplicative_operator, - STATE(412), 1, - sym__additive_operator, - STATE(413), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(236), 2, sym__or_operator, sym__and_operator, - ACTIONS(1213), 2, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2677), 2, + STATE(2738), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(238), 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, @@ -213325,29 +217485,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [186227] = 5, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [191554] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2678), 2, - sym_comment, - sym_include, - ACTIONS(136), 3, - sym__namecolon, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(228), 2, sym__or_operator, sym__and_operator, - ACTIONS(138), 26, + STATE(2739), 2, + sym_comment, + sym_include, + ACTIONS(230), 27, anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, sym_identifier, anon_sym_STAR, - anon_sym_DQUOTE, + 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, @@ -213362,31 +217526,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_include_argument_token1, - anon_sym_NO_DASHERROR, - [186271] = 6, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [191601] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2679), 2, + STATE(2740), 2, sym_comment, sym_include, - ACTIONS(164), 3, - sym__namecolon, + ACTIONS(110), 3, + sym__namedot, sym__or_operator, sym__and_operator, - ACTIONS(166), 25, + ACTIONS(112), 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, @@ -213403,24 +217570,23 @@ 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, - [186317] = 7, + [191648] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3928), 1, - anon_sym_NO_DASHERROR, - STATE(2680), 2, - sym_comment, - sym_include, - ACTIONS(543), 3, - sym__namecolon, + ACTIONS(3937), 1, + sym__namedot, + ACTIONS(110), 2, sym__or_operator, sym__and_operator, - ACTIONS(545), 24, + STATE(2741), 3, + sym_comment, + sym_include, + aux_sym_qualified_name_repeat1, + ACTIONS(112), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -213429,6 +217595,7 @@ 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, @@ -213443,44 +217610,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, - [186365] = 15, + anon_sym_NO_DASHERROR, + [191697] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(410), 1, - sym__comparison_operator, - STATE(411), 1, - sym__multiplicative_operator, - STATE(412), 1, - sym__additive_operator, - STATE(413), 1, + STATE(944), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(945), 1, + sym__additive_operator, + STATE(946), 1, + sym__multiplicative_operator, + STATE(947), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(1209), 2, + ACTIONS(1156), 2, + sym__terminator, aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2681), 2, + STATE(2742), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -213494,42 +217662,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [186429] = 15, + [191762] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(743), 1, + STATE(796), 1, sym__comparison_operator, - STATE(744), 1, + STATE(797), 1, sym__multiplicative_operator, - STATE(745), 1, + STATE(798), 1, sym__additive_operator, - STATE(746), 1, + STATE(799), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(1197), 2, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2373), 2, + ACTIONS(1148), 2, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2682), 2, + STATE(2743), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -213543,29 +217712,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [186493] = 6, + [191827] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2683), 2, - sym_comment, - sym_include, - ACTIONS(120), 3, - sym__namecolon, + ACTIONS(252), 2, sym__or_operator, sym__and_operator, - ACTIONS(122), 25, + STATE(2744), 2, + sym_comment, + sym_include, + ACTIONS(254), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -213580,32 +217750,33 @@ static 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, - anon_sym_NO_DASHERROR, - [186539] = 6, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [191874] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2684), 2, - sym_comment, - sym_include, - ACTIONS(144), 3, - sym__namecolon, + ACTIONS(180), 2, sym__or_operator, sym__and_operator, - ACTIONS(146), 25, + STATE(2745), 2, + sym_comment, + sym_include, + ACTIONS(182), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -213620,84 +217791,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_scope_tuning_token1, - aux_sym_function_call_token1, - anon_sym_NO_DASHERROR, - [186585] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(3749), 1, - sym__escaped_string, - STATE(2685), 2, - sym_comment, - sym_include, - ACTIONS(3747), 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, - [186629] = 15, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [191921] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(743), 1, + STATE(796), 1, sym__comparison_operator, - STATE(744), 1, + STATE(797), 1, sym__multiplicative_operator, - STATE(745), 1, + STATE(798), 1, sym__additive_operator, - STATE(746), 1, + STATE(799), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(1201), 2, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2373), 2, + ACTIONS(1156), 2, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2686), 2, + STATE(2746), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -213711,42 +217844,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [186693] = 15, + [191986] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(743), 1, + STATE(796), 1, sym__comparison_operator, - STATE(744), 1, + STATE(797), 1, sym__multiplicative_operator, - STATE(745), 1, + STATE(798), 1, sym__additive_operator, - STATE(746), 1, + STATE(799), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(1120), 2, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2373), 2, + ACTIONS(1160), 2, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2687), 2, + STATE(2747), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -213760,45 +217894,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [186757] = 15, - ACTIONS(69), 1, + [192051] = 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(1096), 1, - anon_sym_SLASH, - STATE(410), 1, - sym__comparison_operator, - STATE(411), 1, - sym__multiplicative_operator, - STATE(412), 1, - sym__additive_operator, - STATE(413), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + STATE(2748), 2, + sym_comment, + sym_include, + ACTIONS(117), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(1120), 2, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2373), 2, + ACTIONS(119), 27, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + anon_sym_DQUOTE, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2688), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -213809,29 +217932,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [186821] = 6, + aux_sym_include_argument_token1, + aux_sym_function_call_token1, + [192096] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(212), 2, + ACTIONS(3940), 1, + sym_identifier, + STATE(3005), 1, + sym_qualified_name, + ACTIONS(1379), 2, sym__or_operator, sym__and_operator, - STATE(2689), 2, + STATE(2749), 2, sym_comment, sym_include, - ACTIONS(214), 26, + ACTIONS(1377), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -213846,136 +217974,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_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [186867] = 5, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [192147] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3753), 1, - sym__escaped_string, - STATE(2690), 2, - sym_comment, - sym_include, - ACTIONS(3751), 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, - [186911] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(410), 1, - sym__comparison_operator, - STATE(411), 1, - sym__multiplicative_operator, - STATE(412), 1, - sym__additive_operator, - STATE(413), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(3943), 1, + sym__namedot, + ACTIONS(110), 2, sym__or_operator, sym__and_operator, - ACTIONS(1201), 2, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2691), 2, + STATE(2750), 3, sym_comment, sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [186975] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(112), 25, anon_sym_SLASH, - STATE(410), 1, - sym__comparison_operator, - STATE(411), 1, - sym__multiplicative_operator, - STATE(412), 1, - sym__additive_operator, - STATE(413), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1197), 2, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2373), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2692), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -213986,29 +218018,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [187039] = 6, + aux_sym_scope_tuning_token1, + [192196] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2693), 2, - sym_comment, - sym_include, - ACTIONS(136), 3, - sym__namecolon, + ACTIONS(102), 2, sym__or_operator, sym__and_operator, - ACTIONS(138), 25, + STATE(2751), 2, + sym_comment, + sym_include, + ACTIONS(104), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -214023,97 +218057,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_function_call_token1, - anon_sym_NO_DASHERROR, - [187085] = 15, - ACTIONS(69), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [192243] = 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(1096), 1, - anon_sym_SLASH, - STATE(410), 1, - sym__comparison_operator, - STATE(411), 1, - sym__multiplicative_operator, - STATE(412), 1, - sym__additive_operator, - STATE(413), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(184), 2, sym__or_operator, sym__and_operator, - ACTIONS(1193), 2, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2694), 2, + STATE(2752), 2, sym_comment, sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [187149] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(186), 27, anon_sym_SLASH, - STATE(410), 1, - sym__comparison_operator, - STATE(411), 1, - sym__multiplicative_operator, - STATE(412), 1, - sym__additive_operator, - STATE(413), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(1189), 2, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2373), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + anon_sym_COMMA, + anon_sym_EQ, + aux_sym_input_expression_token2, anon_sym_PLUS, anon_sym_DASH, - STATE(2695), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -214124,44 +218098,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [187213] = 14, - ACTIONS(69), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [192290] = 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(1096), 1, - anon_sym_SLASH, - STATE(410), 1, - sym__comparison_operator, - STATE(411), 1, - sym__multiplicative_operator, - STATE(412), 1, - sym__additive_operator, - STATE(413), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2696), 2, + STATE(2753), 2, sym_comment, sym_include, - ACTIONS(192), 4, + ACTIONS(152), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - aux_sym_when_expression_token1, - aux_sym_output_stream_statement_token1, - ACTIONS(2375), 13, + ACTIONS(154), 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, @@ -214172,45 +218139,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [187275] = 15, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [192337] = 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(1096), 1, - anon_sym_SLASH, - STATE(743), 1, - sym__comparison_operator, - STATE(744), 1, - sym__multiplicative_operator, - STATE(745), 1, - sym__additive_operator, - STATE(746), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(188), 2, sym__or_operator, sym__and_operator, - ACTIONS(1209), 2, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2697), 2, + STATE(2754), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(190), 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, @@ -214221,90 +218180,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [187339] = 15, - ACTIONS(69), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [192384] = 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(1096), 1, - anon_sym_SLASH, - STATE(743), 1, - sym__comparison_operator, - STATE(744), 1, - sym__multiplicative_operator, - STATE(745), 1, - sym__additive_operator, - STATE(746), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2689), 1, + sym__namedot, + STATE(2750), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(125), 2, sym__or_operator, sym__and_operator, - ACTIONS(1213), 2, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2698), 2, + STATE(2755), 2, sym_comment, sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [187403] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(127), 25, anon_sym_SLASH, - STATE(743), 1, - sym__comparison_operator, - STATE(744), 1, - sym__multiplicative_operator, - STATE(745), 1, - sym__additive_operator, - STATE(746), 1, - sym__logical_operator, - ACTIONS(1223), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(2699), 2, - sym_comment, - sym_include, - ACTIONS(1225), 19, - sym__or_operator, - sym__and_operator, 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, @@ -214315,30 +218225,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_when_expression_token1, - [187461] = 6, + aux_sym_scope_tuning_token1, + [192435] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2700), 2, - sym_comment, - sym_include, - ACTIONS(148), 3, - sym__namedoublecolon, + ACTIONS(192), 2, sym__or_operator, sym__and_operator, - ACTIONS(150), 25, + STATE(2756), 2, + sym_comment, + sym_include, + ACTIONS(194), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -214353,42 +218264,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_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [187507] = 10, - ACTIONS(69), 1, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [192482] = 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(743), 1, - sym__comparison_operator, - STATE(744), 1, - sym__multiplicative_operator, - STATE(745), 1, - sym__additive_operator, - STATE(746), 1, - sym__logical_operator, - STATE(2701), 2, + ACTIONS(196), 2, + sym__or_operator, + sym__and_operator, + STATE(2757), 2, sym_comment, sym_include, - ACTIONS(1219), 3, + ACTIONS(198), 27, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1221), 21, - sym__or_operator, - sym__and_operator, + 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, @@ -214399,33 +218305,33 @@ static 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, - [187561] = 8, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [192529] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2685), 1, - sym__namedot, - STATE(2768), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(124), 2, + ACTIONS(160), 2, sym__or_operator, sym__and_operator, - STATE(2702), 2, + STATE(2758), 2, sym_comment, sym_include, - ACTIONS(126), 24, + ACTIONS(162), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -214440,43 +218346,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, - [187611] = 14, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [192576] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(743), 1, + STATE(796), 1, sym__comparison_operator, - STATE(744), 1, + STATE(797), 1, sym__multiplicative_operator, - STATE(745), 1, + STATE(798), 1, sym__additive_operator, - STATE(746), 1, + STATE(799), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2703), 2, + STATE(2759), 2, sym_comment, sym_include, - ACTIONS(1217), 4, + ACTIONS(232), 4, sym__or_operator, sym__and_operator, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2375), 13, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -214490,45 +218398,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [187673] = 15, - ACTIONS(69), 1, + [192639] = 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(1096), 1, - anon_sym_SLASH, - STATE(743), 1, - sym__comparison_operator, - STATE(744), 1, - sym__multiplicative_operator, - STATE(745), 1, - sym__additive_operator, - STATE(746), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + STATE(2760), 2, + sym_comment, + sym_include, + ACTIONS(148), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(1205), 2, - sym__terminator, - aux_sym_when_expression_token1, - ACTIONS(2373), 2, + ACTIONS(150), 26, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2704), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -214539,31 +218436,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [187737] = 7, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [192686] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3930), 1, - aux_sym_function_call_token1, - STATE(2705), 2, - sym_comment, - sym_include, - ACTIONS(158), 3, - sym__namecolon, + ACTIONS(200), 2, sym__or_operator, sym__and_operator, - ACTIONS(160), 24, + STATE(2761), 2, + sym_comment, + sym_include, + ACTIONS(202), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -214578,35 +218477,33 @@ static 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, - [187785] = 8, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [192733] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2713), 1, - sym__namecolon, - STATE(2499), 1, - aux_sym_object_access_repeat1, - ACTIONS(67), 2, + ACTIONS(204), 2, sym__or_operator, sym__and_operator, - STATE(2706), 2, + STATE(2762), 2, sym_comment, sym_include, - ACTIONS(73), 24, + ACTIONS(206), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -214621,33 +218518,33 @@ static 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, - [187835] = 8, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [192780] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2689), 1, - sym__namedoublecolon, - STATE(2725), 1, - aux_sym_member_access_repeat1, - ACTIONS(140), 2, - sym__or_operator, - sym__and_operator, - STATE(2707), 2, + STATE(2763), 2, sym_comment, sym_include, - ACTIONS(142), 24, + 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, anon_sym_STAR, - sym__terminator, + 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, @@ -214662,22 +218559,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, - [187885] = 6, + aux_sym_include_argument_token1, + aux_sym_function_call_token1, + [192825] = 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(208), 2, sym__or_operator, sym__and_operator, - STATE(2708), 2, + STATE(2764), 2, sym_comment, sym_include, - ACTIONS(182), 26, + ACTIONS(210), 27, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -214687,6 +218584,7 @@ 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, @@ -214704,43 +218602,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_do_block_token1, aux_sym_widget_field_token1, aux_sym_of_phrase_token2, - [187931] = 15, + [192872] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(422), 1, - sym__comparison_operator, - STATE(423), 1, - sym__multiplicative_operator, - STATE(424), 1, - sym__additive_operator, - STATE(425), 1, + STATE(834), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + STATE(2765), 2, + sym_comment, + sym_include, + ACTIONS(1130), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1132), 20, sym__or_operator, sym__and_operator, - ACTIONS(1205), 2, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2709), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -214753,41 +218645,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [187995] = 14, + aux_sym_if_statement_token2, + [192926] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(422), 1, - sym__comparison_operator, - STATE(423), 1, - sym__multiplicative_operator, - STATE(424), 1, - sym__additive_operator, - STATE(425), 1, + ACTIONS(3946), 1, + aux_sym_if_statement_token2, + STATE(834), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2710), 2, + STATE(2766), 2, sym_comment, sym_include, - ACTIONS(1217), 4, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -214801,37 +218695,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [188057] = 10, + [192990] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(422), 1, + ACTIONS(3948), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(423), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(424), 1, + STATE(691), 1, sym__additive_operator, - STATE(425), 1, + STATE(692), 1, sym__logical_operator, - STATE(2711), 2, - sym_comment, - sym_include, - ACTIONS(1219), 3, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1221), 21, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - anon_sym_COLON, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(2767), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -214844,38 +218744,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, - [188111] = 8, - ACTIONS(3), 1, + [193054] = 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(2713), 1, - sym__namecolon, - STATE(2499), 1, - aux_sym_object_access_repeat1, - ACTIONS(87), 2, + ACTIONS(3950), 1, + aux_sym_else_statement_token1, + STATE(689), 1, + sym__comparison_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2712), 2, - sym_comment, - sym_include, - ACTIONS(89), 24, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2768), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -214886,40 +218793,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, - [188161] = 12, + [193118] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(422), 1, - sym__comparison_operator, - STATE(423), 1, - sym__multiplicative_operator, - STATE(424), 1, - sym__additive_operator, - STATE(425), 1, + ACTIONS(3952), 1, + anon_sym_RPAREN, + STATE(649), 1, sym__logical_operator, - ACTIONS(1223), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - STATE(2713), 2, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2769), 2, sym_comment, sym_include, - ACTIONS(1225), 19, - sym__or_operator, - sym__and_operator, - anon_sym_COLON, + ACTIONS(2377), 13, anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -214932,43 +218842,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, - [188219] = 15, + [193182] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(422), 1, + ACTIONS(3954), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(423), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(424), 1, + STATE(691), 1, sym__additive_operator, - STATE(425), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(1213), 2, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2714), 2, + STATE(2770), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -214982,42 +218891,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [188283] = 15, + [193246] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(422), 1, + ACTIONS(3956), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(423), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(424), 1, + STATE(691), 1, sym__additive_operator, - STATE(425), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(1209), 2, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2715), 2, + STATE(2771), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -215031,42 +218940,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [188347] = 15, + [193310] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(422), 1, + ACTIONS(3958), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(423), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(424), 1, + STATE(691), 1, sym__additive_operator, - STATE(425), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(1120), 2, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2716), 2, + STATE(2772), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -215080,42 +218989,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [188411] = 15, + [193374] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(422), 1, + ACTIONS(3960), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(423), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(424), 1, + STATE(691), 1, sym__additive_operator, - STATE(425), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(1201), 2, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2717), 2, + STATE(2773), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -215129,30 +219038,89 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [188475] = 6, - ACTIONS(3), 1, + [193438] = 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, - STATE(2718), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3139), 1, + sym_of, + STATE(3174), 1, + sym__pre_tuning, + STATE(3281), 1, + sym_where_clause, + STATE(3282), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3824), 1, + aux_sym_for_phrase_repeat2, + STATE(4255), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(3793), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(2774), 2, sym_comment, sym_include, - ACTIONS(102), 3, - sym__namedot, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [193518] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(3962), 1, + sym_identifier, + STATE(3089), 1, + sym_qualified_name, + ACTIONS(1379), 2, sym__or_operator, sym__and_operator, - ACTIONS(104), 25, + STATE(2775), 2, + sym_comment, + sym_include, + ACTIONS(1377), 25, anon_sym_SLASH, - sym_identifier, + 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -215167,44 +219135,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, - [188521] = 15, + aux_sym_include_argument_token1, + [193566] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(422), 1, + ACTIONS(3965), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(423), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(424), 1, + STATE(691), 1, sym__additive_operator, - STATE(425), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(1197), 2, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2719), 2, + STATE(2776), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -215218,42 +219185,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [188585] = 15, + [193630] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(422), 1, + ACTIONS(3967), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(423), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(424), 1, + STATE(691), 1, sym__additive_operator, - STATE(425), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(1193), 2, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2720), 2, + STATE(2777), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -215267,37 +219234,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [188649] = 8, - ACTIONS(3), 1, + [193694] = 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(2709), 1, - anon_sym_LPAREN, - STATE(2738), 1, - sym_function_arguments, - ACTIONS(87), 2, + ACTIONS(3969), 1, + aux_sym_else_statement_token1, + STATE(689), 1, + sym__comparison_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2721), 2, - sym_comment, - sym_include, - ACTIONS(89), 24, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2778), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -215308,38 +219283,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, - [188699] = 8, - ACTIONS(3), 1, + [193758] = 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(2711), 1, - sym__namedot, - STATE(2741), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(128), 2, + ACTIONS(3971), 1, + aux_sym_else_statement_token1, + STATE(689), 1, + sym__comparison_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2722), 2, - sym_comment, - sym_include, - ACTIONS(130), 24, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2779), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -215350,24 +219332,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, - [188749] = 7, + [193822] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3932), 1, - anon_sym_NO_DASHERROR, - STATE(2723), 2, - sym_comment, - sym_include, - ACTIONS(543), 3, - sym__namecolon, + ACTIONS(3973), 1, + sym__namedot, + ACTIONS(160), 2, sym__or_operator, sym__and_operator, - ACTIONS(545), 24, + STATE(2780), 2, + sym_comment, + sym_include, + ACTIONS(162), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -215377,6 +219357,7 @@ 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, @@ -215392,42 +219373,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [188797] = 15, + [193870] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(422), 1, - sym__comparison_operator, - STATE(423), 1, - sym__multiplicative_operator, - STATE(424), 1, - sym__additive_operator, - STATE(425), 1, + ACTIONS(3975), 1, + sym__terminator, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(1189), 2, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2724), 2, + STATE(2781), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -215441,31 +219422,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [188861] = 7, + [193934] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3934), 1, - sym__namedoublecolon, - ACTIONS(113), 2, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(2725), 3, + STATE(2782), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, - ACTIONS(115), 24, + 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, @@ -215480,25 +219460,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, - [188909] = 7, + [193980] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3937), 1, - sym__namedot, - ACTIONS(102), 2, + ACTIONS(240), 2, sym__or_operator, sym__and_operator, - STATE(2726), 3, + STATE(2783), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 24, + ACTIONS(242), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -215508,6 +219485,7 @@ 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, @@ -215522,124 +219500,105 @@ static 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, - [188957] = 14, + [194026] = 24, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(422), 1, - sym__comparison_operator, - STATE(423), 1, - sym__multiplicative_operator, - STATE(424), 1, - sym__additive_operator, - STATE(425), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2727), 2, - sym_comment, - sym_include, - ACTIONS(192), 4, - sym__or_operator, - sym__and_operator, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [189019] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2728), 2, - sym_comment, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3120), 1, + sym__pre_tuning, + STATE(3194), 1, + aux_sym_for_phrase_repeat1, + STATE(3197), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3568), 1, + aux_sym_for_phrase_repeat2, + STATE(4043), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4873), 1, + aux_sym_for_statement_repeat1, + STATE(5651), 1, + sym_body, + STATE(2784), 2, + sym_comment, sym_include, - ACTIONS(168), 3, - sym__namecolon, - sym__or_operator, - sym__and_operator, - ACTIONS(170), 25, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [194108] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3977), 1, + aux_sym_else_statement_token1, + STATE(689), 1, + sym__comparison_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, 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(1056), 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, - anon_sym_NO_DASHERROR, - [189065] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(3940), 1, - anon_sym_NO_DASHERROR, - STATE(2729), 2, - sym_comment, - sym_include, - ACTIONS(543), 3, - sym__namecolon, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(545), 25, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2785), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -215650,43 +219609,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, - [189111] = 15, + [194172] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(900), 1, + ACTIONS(3979), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(901), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(902), 1, + STATE(691), 1, sym__additive_operator, - STATE(903), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3942), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(2730), 2, + STATE(2786), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -215700,29 +219658,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [189175] = 6, + [194236] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(152), 2, + ACTIONS(176), 2, sym__or_operator, sym__and_operator, - STATE(2731), 2, + STATE(2787), 2, sym_comment, sym_include, - ACTIONS(154), 26, + ACTIONS(178), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -215737,40 +219696,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, - [189221] = 8, - ACTIONS(3), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [194282] = 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(2711), 1, - sym__namedot, - STATE(2741), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(124), 2, + ACTIONS(3981), 1, + aux_sym_else_statement_token1, + STATE(689), 1, + sym__comparison_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2732), 2, - sym_comment, - sym_include, - ACTIONS(126), 24, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2788), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -215781,43 +219747,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, - [189271] = 15, + [194346] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, + ACTIONS(3983), 1, + aux_sym_if_statement_token2, + STATE(834), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3942), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(2733), 2, + STATE(2789), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -215831,42 +219796,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [189335] = 15, + [194410] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, + ACTIONS(3985), 1, + anon_sym_LPAREN, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3893), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - STATE(2734), 2, + STATE(2790), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -215880,33 +219845,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [189399] = 6, - ACTIONS(3), 1, + [194474] = 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(67), 2, + ACTIONS(3987), 1, + aux_sym_else_statement_token1, + STATE(689), 1, + sym__comparison_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2735), 2, - sym_comment, - sym_include, - ACTIONS(73), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2791), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -215917,36 +219894,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, - [189445] = 6, - ACTIONS(3), 1, + [194538] = 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(3989), 1, + aux_sym_else_statement_token1, + STATE(689), 1, + sym__comparison_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2736), 2, - sym_comment, - sym_include, - ACTIONS(186), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2792), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -215957,36 +219943,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, - [189491] = 6, - ACTIONS(3), 1, + [194602] = 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(196), 2, + ACTIONS(3991), 1, + anon_sym_LPAREN, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2737), 2, - sym_comment, - sym_include, - ACTIONS(198), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2793), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -215997,39 +219992,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, - [189537] = 7, - ACTIONS(3), 1, + [194666] = 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(3944), 1, - aux_sym_function_call_token1, - STATE(2738), 2, - sym_comment, - sym_include, - ACTIONS(158), 3, - sym__namecolon, + ACTIONS(3993), 1, + sym__terminator, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(160), 24, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2794), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216040,34 +220041,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, - [189585] = 6, - ACTIONS(3), 1, + [194730] = 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(3995), 1, + aux_sym_else_statement_token1, + STATE(689), 1, + sym__comparison_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2739), 2, - sym_comment, - sym_include, - ACTIONS(206), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2795), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216078,40 +220090,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, - [189631] = 8, - ACTIONS(3), 1, + [194794] = 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(2715), 1, - sym__namedoublecolon, - STATE(2763), 1, - aux_sym_member_access_repeat1, - ACTIONS(140), 2, + ACTIONS(3997), 1, + aux_sym_else_statement_token1, + STATE(689), 1, + sym__comparison_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2740), 2, - sym_comment, - sym_include, - ACTIONS(142), 24, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2796), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216122,38 +220139,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, - [189681] = 8, - ACTIONS(3), 1, + [194858] = 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(2711), 1, - sym__namedot, - STATE(2726), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(109), 2, + ACTIONS(3999), 1, + aux_sym_else_statement_token1, + STATE(689), 1, + sym__comparison_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2741), 2, - sym_comment, - sym_include, - ACTIONS(111), 24, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2797), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216164,34 +220188,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, - [189731] = 6, - ACTIONS(3), 1, + [194922] = 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(220), 2, + ACTIONS(4001), 1, + anon_sym_LPAREN, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2742), 2, - sym_comment, - sym_include, - ACTIONS(222), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2798), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216202,32 +220237,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, - [189777] = 6, + [194986] = 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(224), 2, sym__or_operator, sym__and_operator, - STATE(2743), 2, + STATE(2799), 2, sym_comment, sym_include, - ACTIONS(190), 26, + ACTIONS(226), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -216242,32 +220275,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, - [189823] = 6, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [195032] = 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(248), 2, sym__or_operator, sym__and_operator, - STATE(2744), 2, + STATE(2800), 2, sym_comment, sym_include, - ACTIONS(226), 26, + 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -216282,36 +220314,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_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [189869] = 5, - ACTIONS(3), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [195078] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(2745), 2, - sym_comment, - sym_include, - ACTIONS(120), 3, - sym__namecolon, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4003), 1, + anon_sym_LPAREN, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(122), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2801), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216322,31 +220366,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_include_argument_token1, - aux_sym_function_call_token1, - [189913] = 6, + [195142] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2746), 2, - sym_comment, - sym_include, - ACTIONS(102), 3, - sym__namedot, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - ACTIONS(104), 25, + STATE(2802), 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, @@ -216363,34 +220406,30 @@ 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, - [189959] = 9, + [195188] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3946), 1, - sym_identifier, - ACTIONS(3949), 1, - aux_sym_input_expression_token2, - STATE(3129), 1, - sym_qualified_name, - ACTIONS(1355), 2, + ACTIONS(232), 2, sym__or_operator, sym__and_operator, - STATE(2747), 2, + STATE(2803), 2, sym_comment, sym_include, - ACTIONS(1351), 23, + 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, @@ -216405,37 +220444,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, - [190011] = 8, - ACTIONS(3), 1, + [195234] = 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(3951), 1, - sym_identifier, - STATE(2842), 1, - sym_qualified_name, - ACTIONS(1454), 2, + ACTIONS(1152), 1, + aux_sym_output_stream_statement_token1, + STATE(584), 1, + sym__comparison_operator, + STATE(585), 1, + sym__multiplicative_operator, + STATE(586), 1, + sym__additive_operator, + STATE(587), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2748), 2, - sym_comment, - sym_include, - ACTIONS(1452), 24, - anon_sym_SLASH, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2804), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216446,36 +220495,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, - [190061] = 5, - ACTIONS(3), 1, + [195298] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(2749), 2, - sym_comment, - sym_include, - ACTIONS(144), 3, - sym__namecolon, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4005), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(146), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2805), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216486,35 +220544,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, - aux_sym_function_call_token1, - [190105] = 6, - ACTIONS(3), 1, + [195362] = 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(4007), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2750), 2, - sym_comment, - sym_include, - ACTIONS(234), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2806), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216525,36 +220593,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, - [190151] = 6, - ACTIONS(3), 1, + [195426] = 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(4009), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2751), 2, - sym_comment, - sym_include, - ACTIONS(89), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2807), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216565,36 +220642,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, - [190197] = 6, - ACTIONS(3), 1, + [195490] = 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(4011), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2752), 2, - sym_comment, - sym_include, - ACTIONS(194), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2808), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216605,36 +220691,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, - [190243] = 6, - ACTIONS(3), 1, + [195554] = 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(4013), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2753), 2, - sym_comment, - sym_include, - ACTIONS(174), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2809), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216645,38 +220740,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, - [190289] = 7, - ACTIONS(3), 1, + [195618] = 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(3954), 1, - sym__namedot, - ACTIONS(102), 2, + ACTIONS(4015), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2754), 3, - sym_comment, - sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 24, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2810), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216687,35 +220789,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, - [190337] = 6, - ACTIONS(3), 1, + [195682] = 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(244), 2, + ACTIONS(4017), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2755), 2, - sym_comment, - sym_include, - ACTIONS(246), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2811), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216726,37 +220838,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, - [190383] = 7, - ACTIONS(3), 1, + [195746] = 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, - sym__namedot, - ACTIONS(152), 2, + ACTIONS(4019), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2756), 2, - sym_comment, - sym_include, - ACTIONS(154), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2812), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216767,32 +220887,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_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [190431] = 6, + [195810] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(128), 2, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - STATE(2757), 2, + STATE(2813), 2, sym_comment, sym_include, - ACTIONS(130), 26, + ACTIONS(135), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -216807,36 +220925,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, - [190477] = 6, - ACTIONS(3), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [195856] = 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(176), 2, + ACTIONS(4021), 1, + anon_sym_RPAREN, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2758), 2, - sym_comment, - sym_include, - ACTIONS(178), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2814), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216847,32 +220976,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, - [190523] = 6, + [195920] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(208), 2, + ACTIONS(244), 2, sym__or_operator, sym__and_operator, - STATE(2759), 2, + STATE(2815), 2, sym_comment, sym_include, - ACTIONS(210), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -216887,40 +221014,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, - [190569] = 9, - ACTIONS(3), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [195966] = 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(2448), 1, - sym_identifier, - ACTIONS(3959), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, + ACTIONS(4023), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2760), 2, - sym_comment, - sym_include, - ACTIONS(1351), 23, - anon_sym_SLASH, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2816), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216931,35 +221065,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, - [190621] = 6, - ACTIONS(3), 1, + [196030] = 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(4025), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2761), 2, - sym_comment, - sym_include, - ACTIONS(254), 26, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2817), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -216970,36 +221114,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, - [190667] = 6, - ACTIONS(3), 1, + [196094] = 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(124), 2, - sym__or_operator, + ACTIONS(4027), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, sym__and_operator, - STATE(2762), 2, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2818), 2, sym_comment, sym_include, - ACTIONS(126), 26, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [196158] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4029), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2819), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -217010,39 +221212,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, - [190713] = 7, - ACTIONS(3), 1, + [196222] = 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(3961), 1, - sym__namedoublecolon, - ACTIONS(113), 2, + ACTIONS(4031), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2763), 3, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2820), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, - ACTIONS(115), 24, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [196286] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4033), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2821), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -217053,34 +221310,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_scope_tuning_token1, - [190761] = 6, - ACTIONS(3), 1, + [196350] = 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, + ACTIONS(4035), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2764), 2, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2822), 2, sym_comment, sym_include, - ACTIONS(218), 26, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [196414] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(584), 1, + sym__comparison_operator, + STATE(585), 1, + sym__multiplicative_operator, + STATE(586), 1, + sym__additive_operator, + STATE(587), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2823), 2, + sym_comment, + sym_include, + ACTIONS(1136), 3, + sym__or_operator, + sym__and_operator, + aux_sym_output_stream_statement_token1, + ACTIONS(2377), 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, @@ -217091,36 +221407,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, - [190807] = 6, - ACTIONS(3), 1, + [196476] = 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(4037), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2765), 2, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2824), 2, sym_comment, sym_include, - ACTIONS(242), 26, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [196540] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4039), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - aux_sym_input_expression_token2, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2825), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -217131,36 +221505,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, - [190853] = 5, - ACTIONS(3), 1, + [196604] = 15, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - STATE(2766), 2, - sym_comment, - sym_include, - ACTIONS(136), 3, - sym__namecolon, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4041), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(138), 26, - anon_sym_SLASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_DQUOTE, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2826), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -217171,9 +221554,7 @@ static 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, - [190897] = 6, + [196668] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217183,19 +221564,20 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(236), 2, sym__or_operator, sym__and_operator, - STATE(2767), 2, + STATE(2827), 2, sym_comment, sym_include, ACTIONS(238), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -217210,39 +221592,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, - [190943] = 8, - ACTIONS(3), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [196714] = 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(2685), 1, - sym__namedot, - STATE(2754), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(109), 2, + ACTIONS(4043), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2768), 2, - sym_comment, - sym_include, - ACTIONS(111), 24, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2828), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -217253,9 +221643,7 @@ static 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, - [190993] = 6, + [196778] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217265,19 +221653,20 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(228), 2, sym__or_operator, sym__and_operator, - STATE(2769), 2, + STATE(2829), 2, sym_comment, sym_include, ACTIONS(230), 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, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -217292,44 +221681,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, - [191039] = 15, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [196824] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3964), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4045), 1, + aux_sym_if_statement_token2, + STATE(834), 1, sym__logical_operator, - STATE(647), 1, + STATE(861), 1, sym__additive_operator, - STATE(648), 1, + STATE(863), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(864), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2770), 2, + STATE(2830), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -217343,41 +221732,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [191102] = 15, + [196888] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3966), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4047), 1, + aux_sym_if_statement_token2, + STATE(834), 1, sym__logical_operator, - STATE(647), 1, + STATE(861), 1, sym__additive_operator, - STATE(648), 1, + STATE(863), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(864), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2771), 2, + STATE(2831), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -217391,41 +221781,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [191165] = 15, + [196952] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3968), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4049), 1, + aux_sym_if_statement_token2, + STATE(834), 1, sym__logical_operator, - STATE(647), 1, + STATE(861), 1, sym__additive_operator, - STATE(648), 1, + STATE(863), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(864), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2772), 2, + STATE(2832), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -217439,41 +221830,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [191228] = 15, + [197016] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3970), 1, - anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, + ACTIONS(4051), 1, + aux_sym_if_statement_token2, + STATE(834), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2773), 2, + STATE(2833), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -217487,42 +221879,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [191291] = 15, + [197080] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3972), 1, - anon_sym_RPAREN, - STATE(900), 1, + STATE(584), 1, sym__comparison_operator, - STATE(901), 1, + STATE(585), 1, sym__multiplicative_operator, - STATE(902), 1, + STATE(586), 1, sym__additive_operator, - STATE(903), 1, + STATE(587), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(2834), 2, + sym_comment, + sym_include, + ACTIONS(1130), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1132), 20, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2774), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -217535,33 +221922,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [191354] = 6, - ACTIONS(3), 1, + aux_sym_output_stream_statement_token1, + [197134] = 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(2775), 2, + STATE(584), 1, + sym__comparison_operator, + STATE(585), 1, + sym__multiplicative_operator, + STATE(586), 1, + sym__additive_operator, + STATE(587), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + STATE(2835), 2, sym_comment, sym_include, - ACTIONS(102), 3, - sym__namedot, + ACTIONS(1128), 18, sym__or_operator, sym__and_operator, - ACTIONS(104), 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, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -217572,78 +221968,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_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [191399] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2464), 1, - sym_identifier, - ACTIONS(2468), 1, - aux_sym_class_type_token1, - ACTIONS(2476), 1, - sym__escaped_string, - STATE(4498), 1, - sym_qualified_name, - STATE(2776), 2, - sym_comment, - sym_include, - STATE(3703), 2, - sym_string_literal, - sym__type, - STATE(5171), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2466), 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, - [191454] = 6, - ACTIONS(3), 1, + aux_sym_output_stream_statement_token1, + [197192] = 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(1124), 1, + aux_sym_output_stream_statement_token1, + STATE(584), 1, + sym__comparison_operator, + STATE(585), 1, + sym__multiplicative_operator, + STATE(586), 1, + sym__additive_operator, + STATE(587), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2777), 2, - sym_comment, - sym_include, - ACTIONS(210), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2836), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -217654,35 +222018,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, - [191499] = 6, - ACTIONS(3), 1, + [197256] = 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(128), 2, + ACTIONS(4053), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2778), 2, - sym_comment, - sym_include, - ACTIONS(130), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2837), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -217693,31 +222067,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_when_expression_token1, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [191544] = 6, + [197320] = 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(252), 2, sym__or_operator, sym__and_operator, - STATE(2779), 2, + STATE(2838), 2, sym_comment, sym_include, - ACTIONS(194), 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -217734,29 +222107,30 @@ 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, - [191589] = 6, + [197366] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(87), 2, + ACTIONS(180), 2, sym__or_operator, sym__and_operator, - STATE(2780), 2, + STATE(2839), 2, sym_comment, sym_include, - ACTIONS(89), 25, + 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, @@ -217773,36 +222147,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, - [191634] = 8, - ACTIONS(3), 1, + [197412] = 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(3974), 1, - sym_identifier, - STATE(3109), 1, - sym_qualified_name, - ACTIONS(1454), 2, + ACTIONS(1120), 1, + aux_sym_output_stream_statement_token1, + STATE(584), 1, + sym__comparison_operator, + STATE(585), 1, + sym__multiplicative_operator, + STATE(586), 1, + sym__additive_operator, + STATE(587), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2781), 2, - sym_comment, - sym_include, - ACTIONS(1452), 23, - anon_sym_SLASH, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2840), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -217813,30 +222196,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, - anon_sym_NO_DASHERROR, - [191683] = 6, + [197476] = 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(2782), 2, + STATE(2841), 2, sym_comment, sym_include, - ACTIONS(190), 25, + ACTIONS(156), 3, + sym__namedoublecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(158), 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, @@ -217851,32 +222235,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_when_expression_token1, aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [191728] = 6, + [197522] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2783), 2, - sym_comment, - sym_include, - ACTIONS(168), 3, - sym__namecolon, + ACTIONS(102), 2, sym__or_operator, sym__and_operator, - ACTIONS(170), 24, + STATE(2842), 2, + sym_comment, + sym_include, + ACTIONS(104), 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, @@ -217891,30 +222274,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, - anon_sym_NO_DASHERROR, - [191773] = 6, + [197568] = 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(184), 2, sym__or_operator, sym__and_operator, - STATE(2784), 2, + STATE(2843), 2, sym_comment, sym_include, - ACTIONS(218), 25, + 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, @@ -217931,239 +222316,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, - [191818] = 15, + [197614] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3977), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + ACTIONS(4055), 1, + anon_sym_RPAREN, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2785), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [191881] = 27, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3132), 1, - sym_of, - STATE(3177), 1, - sym__pre_tuning, - STATE(3226), 1, - aux_sym_for_phrase_repeat1, - STATE(3269), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3710), 1, - aux_sym_for_phrase_repeat2, - STATE(4315), 1, - sym_on_error_phrase, - STATE(4403), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4806), 1, - aux_sym_for_statement_repeat1, - STATE(4809), 1, - sym_on_stop_phrase, - STATE(5716), 1, - sym_body, - STATE(2786), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [191968] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3979), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, + STATE(650), 1, sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2787), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [192031] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3825), 1, - anon_sym_LT, - ACTIONS(3827), 1, - aux_sym_variable_tuning_token2, - STATE(3147), 1, - sym_generic_expression, - STATE(2788), 2, - sym_comment, - sym_include, - ACTIONS(3823), 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, - [192080] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3981), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, + STATE(651), 1, sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2789), 2, + STATE(2844), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -218177,25 +222365,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [192143] = 8, + [197678] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3983), 1, - sym_identifier, - STATE(3055), 1, - sym_qualified_name, - ACTIONS(1454), 2, + ACTIONS(188), 2, sym__or_operator, sym__and_operator, - STATE(2790), 2, + STATE(2845), 2, sym_comment, sym_include, - ACTIONS(1452), 23, + ACTIONS(190), 26, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, sym__terminator, anon_sym_COMMA, @@ -218203,6 +222388,7 @@ 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, @@ -218217,77 +222403,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, - [192192] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3986), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2791), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [192255] = 6, + [197724] = 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(192), 2, sym__or_operator, sym__and_operator, - STATE(2792), 2, + STATE(2846), 2, sym_comment, sym_include, - ACTIONS(198), 25, + 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, @@ -218304,29 +222445,30 @@ 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, - [192300] = 6, + [197770] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(152), 2, + ACTIONS(196), 2, sym__or_operator, sym__and_operator, - STATE(2793), 2, + STATE(2847), 2, sym_comment, sym_include, - ACTIONS(154), 25, + 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, @@ -218343,42 +222485,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, - [192345] = 15, + [197816] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3988), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4057), 1, + aux_sym_if_statement_token2, + STATE(834), 1, sym__logical_operator, - STATE(647), 1, + STATE(861), 1, sym__additive_operator, - STATE(648), 1, + STATE(863), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(864), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2794), 2, + STATE(2848), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -218392,7 +222534,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [192408] = 6, + [197880] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -218402,18 +222544,20 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(200), 2, sym__or_operator, sym__and_operator, - STATE(2795), 2, + STATE(2849), 2, sym_comment, sym_include, - ACTIONS(202), 25, + 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, @@ -218430,45 +222574,34 @@ 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, - [192453] = 15, - ACTIONS(69), 1, + [197926] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(3990), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(204), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2796), 2, + STATE(2850), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + 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, @@ -218479,44 +222612,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [192516] = 15, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [197972] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(3992), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(208), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2797), 2, + STATE(2851), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + 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, @@ -218527,21 +222652,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [192579] = 6, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [198018] = 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(164), 3, - sym__namecolon, + ACTIONS(212), 2, sym__or_operator, sym__and_operator, - ACTIONS(166), 24, + STATE(2852), 2, + sym_comment, + sym_include, + ACTIONS(214), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -218551,6 +222677,7 @@ 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, @@ -218565,83 +222692,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, - [192624] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(3996), 1, - aux_sym_variable_tuning_token2, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(2799), 2, - sym_comment, - sym_include, - ACTIONS(3994), 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, - [192673] = 15, + [198064] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(3998), 1, + ACTIONS(4059), 1, aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + STATE(834), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2800), 2, + STATE(2853), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -218655,41 +222743,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [192736] = 15, + [198128] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4000), 1, - aux_sym_if_statement_token2, - STATE(852), 1, + ACTIONS(1140), 1, + aux_sym_output_stream_statement_token1, + STATE(584), 1, sym__comparison_operator, - STATE(854), 1, + STATE(585), 1, sym__multiplicative_operator, - STATE(858), 1, + STATE(586), 1, sym__additive_operator, - STATE(859), 1, + STATE(587), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2801), 2, + STATE(2854), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -218703,41 +222792,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [192799] = 15, + [198192] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4002), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4061), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - STATE(647), 1, + STATE(650), 1, sym__additive_operator, - STATE(648), 1, + STATE(651), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(653), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2802), 2, + STATE(2855), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -218751,41 +222841,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [192862] = 15, + [198256] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4004), 1, - anon_sym_RBRACK, - STATE(900), 1, + ACTIONS(4063), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(901), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(902), 1, + STATE(691), 1, sym__additive_operator, - STATE(903), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2803), 2, + STATE(2856), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -218799,41 +222890,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [192925] = 15, + [198320] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4006), 1, - anon_sym_RPAREN, - STATE(900), 1, + ACTIONS(1144), 1, + aux_sym_output_stream_statement_token1, + STATE(584), 1, sym__comparison_operator, - STATE(901), 1, + STATE(585), 1, sym__multiplicative_operator, - STATE(902), 1, + STATE(586), 1, sym__additive_operator, - STATE(903), 1, + STATE(587), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2804), 2, + STATE(2857), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -218847,41 +222939,180 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [192988] = 15, + [198384] = 24, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4008), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3016), 1, + sym__pre_tuning, + STATE(3156), 1, + sym_where_clause, + STATE(3158), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3560), 1, + aux_sym_for_phrase_repeat2, + STATE(4024), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4889), 1, + aux_sym_for_statement_repeat1, + STATE(5664), 1, + sym_body, + STATE(2858), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [198466] = 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(2859), 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, + [198512] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(2860), 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, + [198558] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1148), 1, + aux_sym_output_stream_statement_token1, + STATE(584), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(585), 1, + sym__multiplicative_operator, + STATE(586), 1, + sym__additive_operator, + STATE(587), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2805), 2, + STATE(2861), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -218895,41 +223126,81 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [193051] = 15, + [198622] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(3801), 1, + sym__escaped_string, + STATE(2862), 2, + sym_comment, + sym_include, + ACTIONS(3799), 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, + [198666] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4010), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4065), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - STATE(647), 1, + STATE(650), 1, sym__additive_operator, - STATE(648), 1, + STATE(651), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(653), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2806), 2, + STATE(2863), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -218943,41 +223214,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [193114] = 15, + [198730] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4012), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4067), 1, + aux_sym_if_statement_token2, + STATE(834), 1, sym__logical_operator, - STATE(647), 1, + STATE(861), 1, sym__additive_operator, - STATE(648), 1, + STATE(863), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(864), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2807), 2, + STATE(2864), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -218991,41 +223263,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [193177] = 15, + [198794] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4014), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4069), 1, + aux_sym_if_statement_token2, + STATE(834), 1, sym__logical_operator, - STATE(647), 1, + STATE(861), 1, sym__additive_operator, - STATE(648), 1, + STATE(863), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(864), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2808), 2, + STATE(2865), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -219039,41 +223312,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [193240] = 15, + [198858] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4016), 1, + ACTIONS(4071), 1, aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + STATE(834), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2809), 2, + STATE(2866), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -219087,32 +223361,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [193303] = 6, - ACTIONS(3), 1, + [198922] = 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(212), 2, + ACTIONS(4073), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2810), 2, - sym_comment, - sym_include, - ACTIONS(214), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2867), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -219123,88 +223410,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, - [193348] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2464), 1, - sym_identifier, - ACTIONS(2468), 1, - aux_sym_class_type_token1, - ACTIONS(2476), 1, - sym__escaped_string, - STATE(4498), 1, - sym_qualified_name, - STATE(2811), 2, - sym_comment, - sym_include, - STATE(3639), 2, - sym_string_literal, - sym__type, - STATE(5171), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2466), 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, - [193403] = 15, + [198986] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4018), 1, + ACTIONS(4075), 1, aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, + STATE(689), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2812), 2, + STATE(2868), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -219218,32 +223459,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [193466] = 6, - ACTIONS(3), 1, + [199050] = 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(4077), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2813), 2, - sym_comment, - sym_include, - ACTIONS(186), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2869), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -219254,23 +223508,59 @@ static 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, + [199114] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(3797), 1, + sym__escaped_string, + STATE(2870), 2, + sym_comment, + sym_include, + ACTIONS(3795), 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, - anon_sym_NO_DASHERROR, - [193511] = 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, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [199158] = 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(216), 2, sym__or_operator, sym__and_operator, - STATE(2814), 2, + STATE(2871), 2, sym_comment, sym_include, - ACTIONS(73), 25, + ACTIONS(218), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -219279,6 +223569,7 @@ 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, @@ -219296,41 +223587,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, anon_sym_NO_DASHERROR, - [193556] = 15, + [199204] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4020), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4079), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - STATE(647), 1, + STATE(650), 1, sym__additive_operator, - STATE(648), 1, + STATE(651), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(653), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2815), 2, + STATE(2872), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -219344,41 +223636,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [193619] = 15, + [199268] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4022), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4081), 1, + aux_sym_if_statement_token2, + STATE(834), 1, sym__logical_operator, - STATE(647), 1, + STATE(861), 1, sym__additive_operator, - STATE(648), 1, + STATE(863), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(864), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2816), 2, + STATE(2873), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -219392,41 +223685,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [193682] = 15, + [199332] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4024), 1, - sym__terminator, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, + ACTIONS(4083), 1, + aux_sym_if_statement_token2, + STATE(834), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2817), 2, + STATE(2874), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -219440,41 +223734,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [193745] = 15, + [199396] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4026), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4085), 1, + anon_sym_RPAREN, + STATE(649), 1, sym__logical_operator, - STATE(647), 1, + STATE(650), 1, sym__additive_operator, - STATE(648), 1, + STATE(651), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(653), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2818), 2, + STATE(2875), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -219488,32 +223783,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [193808] = 6, - ACTIONS(3), 1, + [199460] = 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(4087), 1, + anon_sym_RPAREN, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2819), 2, - sym_comment, - sym_include, - ACTIONS(230), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2876), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -219524,44 +223832,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, - [193853] = 15, + [199524] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4028), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4089), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - STATE(647), 1, + STATE(650), 1, sym__additive_operator, - STATE(648), 1, + STATE(651), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(653), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2820), 2, + STATE(2877), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -219575,101 +223881,100 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [193916] = 27, + [199588] = 24, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(3802), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, + ACTIONS(2905), 1, aux_sym_to_phrase_token1, - ACTIONS(3806), 1, + ACTIONS(2907), 1, aux_sym_where_clause_token1, - ACTIONS(3808), 1, + ACTIONS(2909), 1, aux_sym_sort_clause_token1, - STATE(3160), 1, - sym_of, - STATE(3172), 1, + STATE(3103), 1, sym__pre_tuning, - STATE(3260), 1, - aux_sym_for_phrase_repeat1, - STATE(3263), 1, + STATE(3189), 1, sym_where_clause, - STATE(3417), 1, + STATE(3195), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3499), 1, + STATE(3486), 1, sym_query_tuning, - STATE(3657), 1, + STATE(3589), 1, aux_sym_for_phrase_repeat2, - STATE(4198), 1, - sym_on_error_phrase, - STATE(4410), 1, - sym_on_quit_phrase, - STATE(4684), 1, + STATE(4083), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, sym_sort_clause, - STATE(4799), 1, + STATE(5007), 1, aux_sym_for_statement_repeat1, - STATE(4804), 1, - sym_on_stop_phrase, - STATE(6235), 1, + STATE(5513), 1, sym_body, - STATE(2821), 2, + STATE(2878), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [194003] = 15, + aux_sym_query_tuning_token5, + [199670] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4030), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4091), 1, + aux_sym_if_statement_token2, + STATE(834), 1, sym__logical_operator, - STATE(647), 1, + STATE(861), 1, sym__additive_operator, - STATE(648), 1, + STATE(863), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(864), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2822), 2, + STATE(2879), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -219683,31 +223988,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [194066] = 8, + [199734] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, - sym__or_operator, - sym__and_operator, - STATE(2823), 2, + STATE(2880), 2, sym_comment, sym_include, - ACTIONS(1452), 23, + ACTIONS(148), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(150), 25, anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - anon_sym_COMMA, + 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, @@ -219722,43 +224026,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, - [194115] = 15, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [199780] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4032), 1, + ACTIONS(4093), 1, anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2824), 2, + STATE(2881), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -219772,132 +224077,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [194178] = 27, + [199844] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3159), 1, - sym_of, - STATE(3165), 1, - sym__pre_tuning, - STATE(3230), 1, - aux_sym_for_phrase_repeat1, - STATE(3283), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3684), 1, - aux_sym_for_phrase_repeat2, - STATE(4345), 1, - sym_on_error_phrase, - STATE(4458), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4780), 1, - aux_sym_for_statement_repeat1, - STATE(5135), 1, - sym_on_stop_phrase, - STATE(6108), 1, - sym_body, - STATE(2825), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [194265] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4036), 1, - sym__escaped_string, - STATE(2826), 2, - sym_comment, - sym_include, - ACTIONS(4034), 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, + ACTIONS(4095), 1, 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, - [194308] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(2827), 2, - sym_comment, - sym_include, - ACTIONS(148), 3, - sym__namedoublecolon, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(150), 24, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2882), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -219908,42 +224126,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, - [194353] = 15, + [199908] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4038), 1, - aux_sym_if_statement_token2, - STATE(852), 1, + ACTIONS(1156), 1, + aux_sym_output_stream_statement_token1, + STATE(584), 1, sym__comparison_operator, - STATE(854), 1, + STATE(585), 1, sym__multiplicative_operator, - STATE(858), 1, + STATE(586), 1, sym__additive_operator, - STATE(859), 1, + STATE(587), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2828), 2, + STATE(2883), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -219957,41 +224175,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [194416] = 15, + [199972] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4040), 1, + ACTIONS(4097), 1, aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, + STATE(689), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2829), 2, + STATE(2884), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -220005,41 +224224,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [194479] = 15, + [200036] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4042), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, + ACTIONS(1160), 1, + aux_sym_output_stream_statement_token1, + STATE(584), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(585), 1, + sym__multiplicative_operator, + STATE(586), 1, + sym__additive_operator, + STATE(587), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2830), 2, + STATE(2885), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -220053,44 +224273,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [194542] = 15, - ACTIONS(69), 1, + [200100] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4044), 1, - anon_sym_RPAREN, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + STATE(2886), 2, + sym_comment, + sym_include, + ACTIONS(152), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(154), 25, + anon_sym_SLASH, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2831), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -220101,88 +224311,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [194605] = 27, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3135), 1, - sym_of, - STATE(3183), 1, - sym__pre_tuning, - STATE(3220), 1, - aux_sym_for_phrase_repeat1, - STATE(3281), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3646), 1, - aux_sym_for_phrase_repeat2, - STATE(4218), 1, - sym_on_error_phrase, - STATE(4406), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4791), 1, - sym_on_stop_phrase, - STATE(4828), 1, - aux_sym_for_statement_repeat1, - STATE(6371), 1, - sym_body, - STATE(2832), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [194692] = 6, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [200146] = 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(2833), 2, + STATE(2887), 2, sym_comment, sym_include, - ACTIONS(238), 25, + ACTIONS(110), 3, + sym__namedot, + sym__or_operator, + sym__and_operator, + ACTIONS(112), 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, @@ -220197,103 +224352,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, - anon_sym_NO_DASHERROR, - [194737] = 26, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3193), 1, - sym_of, - STATE(3254), 1, - sym__pre_tuning, - STATE(3301), 1, - aux_sym_for_phrase_repeat1, - STATE(3307), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(4011), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4736), 1, - sym_on_error_phrase, - STATE(5189), 1, - sym_on_quit_phrase, - STATE(5962), 1, - sym_on_stop_phrase, - ACTIONS(4046), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(2834), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [194822] = 15, + [200192] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4048), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + ACTIONS(4099), 1, + anon_sym_RPAREN, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2835), 2, + STATE(2888), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -220307,41 +224402,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [194885] = 15, + [200256] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4050), 1, + ACTIONS(4101), 1, aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, + STATE(689), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2836), 2, + STATE(2889), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -220355,30 +224451,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [194948] = 6, + [200320] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2837), 2, - sym_comment, - sym_include, - ACTIONS(102), 3, - sym__namedot, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(4103), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - ACTIONS(104), 24, + STATE(2890), 2, + sym_comment, + sym_include, + ACTIONS(1232), 23, 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, @@ -220393,33 +224493,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_scope_tuning_token1, - [194993] = 6, - ACTIONS(3), 1, + aux_sym_of_phrase_token1, + [200372] = 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(4105), 1, + anon_sym_RBRACK, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2838), 2, - sym_comment, - sym_include, - ACTIONS(242), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2891), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -220430,38 +224543,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, - anon_sym_NO_DASHERROR, - [195038] = 7, - ACTIONS(3), 1, + [200436] = 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(4052), 1, - sym__namedot, - ACTIONS(152), 2, - sym__or_operator, - sym__and_operator, - STATE(2839), 2, - sym_comment, - sym_include, - ACTIONS(154), 24, + STATE(584), 1, + sym__comparison_operator, + STATE(585), 1, + sym__multiplicative_operator, + STATE(586), 1, + sym__additive_operator, + STATE(587), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2892), 2, + sym_comment, + sym_include, + ACTIONS(232), 3, + sym__or_operator, + sym__and_operator, + aux_sym_output_stream_statement_token1, + ACTIONS(2377), 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, @@ -220472,42 +224591,100 @@ static 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, - [195085] = 15, + [200498] = 24, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4054), 1, - anon_sym_RPAREN, - STATE(900), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3038), 1, + sym__pre_tuning, + STATE(3171), 1, + aux_sym_for_phrase_repeat1, + STATE(3178), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3530), 1, + aux_sym_for_phrase_repeat2, + STATE(4013), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5034), 1, + aux_sym_for_statement_repeat1, + STATE(5575), 1, + sym_body, + STATE(2893), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [200580] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4107), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(901), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(902), 1, + STATE(691), 1, sym__additive_operator, - STATE(903), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2840), 2, + STATE(2894), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -220521,41 +224698,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [195148] = 15, + [200644] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4056), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4109), 1, + aux_sym_if_statement_token2, + STATE(834), 1, sym__logical_operator, - STATE(647), 1, + STATE(861), 1, sym__additive_operator, - STATE(648), 1, + STATE(863), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(864), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2841), 2, + STATE(2895), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -220569,71 +224747,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [195211] = 6, - ACTIONS(3), 1, + [200708] = 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(124), 2, - sym__or_operator, - sym__and_operator, - STATE(2842), 2, - sym_comment, - sym_include, - ACTIONS(126), 25, + ACTIONS(4111), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, 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(1056), 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, - anon_sym_NO_DASHERROR, - [195256] = 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(1062), 2, sym__or_operator, sym__and_operator, - STATE(2843), 2, - sym_comment, - sym_include, - ACTIONS(254), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2896), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -220644,44 +224796,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, - [195301] = 15, + [200772] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4058), 1, - anon_sym_RBRACK, - STATE(900), 1, + ACTIONS(4113), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(901), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(902), 1, + STATE(691), 1, sym__additive_operator, - STATE(903), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2844), 2, + STATE(2897), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -220695,41 +224845,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [195364] = 15, + [200836] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4060), 1, - aux_sym_if_statement_token2, - STATE(852), 1, + ACTIONS(3993), 1, + aux_sym_output_stream_statement_token1, + STATE(584), 1, sym__comparison_operator, - STATE(854), 1, + STATE(585), 1, sym__multiplicative_operator, - STATE(858), 1, + STATE(586), 1, sym__additive_operator, - STATE(859), 1, + STATE(587), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2845), 2, + STATE(2898), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -220743,28 +224894,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [195427] = 6, + [200900] = 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(172), 2, sym__or_operator, sym__and_operator, - STATE(2846), 2, + STATE(2899), 2, sym_comment, sym_include, - ACTIONS(182), 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -220781,42 +224934,41 @@ 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, - [195472] = 15, + [200946] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4062), 1, - sym__terminator, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, + STATE(834), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2847), 2, + STATE(2900), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(232), 3, + sym__or_operator, + sym__and_operator, + aux_sym_if_statement_token2, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -220830,41 +224982,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [195535] = 15, + [201008] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4064), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(1160), 1, + aux_sym_if_statement_token2, + STATE(834), 1, sym__logical_operator, - STATE(647), 1, + STATE(861), 1, sym__additive_operator, - STATE(648), 1, + STATE(863), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(864), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2848), 2, + STATE(2901), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -220878,44 +225031,85 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [195598] = 15, + [201072] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4066), 1, + ACTIONS(1156), 1, aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + STATE(834), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2849), 2, + STATE(2902), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [201136] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4115), 1, + sym_identifier, + STATE(3061), 1, + sym_qualified_name, + ACTIONS(1379), 2, + sym__or_operator, + sym__and_operator, + STATE(2903), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(1377), 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, @@ -220926,41 +225120,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [195661] = 15, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [201186] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4068), 1, - aux_sym_if_statement_token2, - STATE(852), 1, + ACTIONS(4118), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(854), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(858), 1, + STATE(691), 1, sym__additive_operator, - STATE(859), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2850), 2, + STATE(2904), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -220974,41 +225171,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [195724] = 15, + [201250] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4070), 1, + ACTIONS(4120), 1, aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, + STATE(689), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2851), 2, + STATE(2905), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -221022,152 +225220,95 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [195787] = 27, + [201314] = 24, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(3802), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, + ACTIONS(2905), 1, aux_sym_to_phrase_token1, - ACTIONS(3806), 1, + ACTIONS(2907), 1, aux_sym_where_clause_token1, - ACTIONS(3808), 1, + ACTIONS(2909), 1, aux_sym_sort_clause_token1, - STATE(3144), 1, - sym_of, - STATE(3185), 1, + STATE(3073), 1, sym__pre_tuning, - STATE(3199), 1, + STATE(3164), 1, aux_sym_for_phrase_repeat1, - STATE(3250), 1, + STATE(3168), 1, sym_where_clause, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3499), 1, + STATE(3486), 1, sym_query_tuning, - STATE(3682), 1, + STATE(3557), 1, aux_sym_for_phrase_repeat2, - STATE(4269), 1, - sym_on_error_phrase, - STATE(4519), 1, - sym_on_quit_phrase, - STATE(4684), 1, + STATE(4029), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, sym_sort_clause, - STATE(4954), 1, + STATE(4997), 1, aux_sym_for_statement_repeat1, - STATE(4961), 1, - sym_on_stop_phrase, - STATE(5975), 1, + STATE(5986), 1, sym_body, - STATE(2852), 2, + STATE(2906), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [195874] = 15, - ACTIONS(69), 1, + aux_sym_query_tuning_token5, + [201396] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(1197), 1, - aux_sym_output_stream_statement_token1, - STATE(759), 1, - sym__logical_operator, - STATE(760), 1, - sym__additive_operator, - STATE(761), 1, - sym__multiplicative_operator, - STATE(762), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(4122), 1, + sym_identifier, + STATE(3099), 1, + sym_qualified_name, + ACTIONS(1379), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2853), 2, + STATE(2907), 2, sym_comment, sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [195937] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(1377), 24, anon_sym_SLASH, - ACTIONS(4072), 1, - anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2854), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -221178,41 +225319,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [196000] = 15, + aux_sym_scope_tuning_token1, + [201446] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4074), 1, + ACTIONS(4125), 1, aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + STATE(834), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2855), 2, + STATE(2908), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -221226,59 +225369,60 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [196063] = 6, + [201510] = 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(2856), 2, + ACTIONS(3869), 1, + sym__escaped_string, + STATE(2909), 2, sym_comment, sym_include, - ACTIONS(178), 25, - anon_sym_SLASH, + ACTIONS(3867), 28, + anon_sym_LBRACE, sym_identifier, - anon_sym_STAR, sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - anon_sym_NO_DASHERROR, - [196108] = 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, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [201554] = 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(2857), 2, + STATE(2910), 2, sym_comment, sym_include, - ACTIONS(246), 25, + ACTIONS(110), 3, + sym__namedot, + sym__or_operator, + sym__and_operator, + ACTIONS(112), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -221287,6 +225431,7 @@ 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, @@ -221301,35 +225446,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, - [196153] = 6, - ACTIONS(3), 1, + [201600] = 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(1148), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2858), 2, - sym_comment, - sym_include, - ACTIONS(174), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2911), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -221340,23 +225497,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, - [196198] = 6, + [201664] = 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, - STATE(2859), 2, + STATE(2912), 2, sym_comment, sym_include, - ACTIONS(234), 25, + ACTIONS(156), 3, + sym__namedoublecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(158), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -221365,6 +225520,7 @@ 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, @@ -221379,35 +225535,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, - [196243] = 6, - ACTIONS(3), 1, + [201710] = 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(4127), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2860), 2, - sym_comment, - sym_include, - ACTIONS(250), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2913), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -221418,44 +225586,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, - [196288] = 15, + [201774] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4076), 1, - aux_sym_if_statement_token2, - STATE(852), 1, + ACTIONS(4129), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(854), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(858), 1, + STATE(691), 1, sym__additive_operator, - STATE(859), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2861), 2, + STATE(2914), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -221469,41 +225635,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [196351] = 15, + [201838] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4078), 1, + ACTIONS(1144), 1, aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + STATE(834), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2862), 2, + STATE(2915), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -221517,41 +225684,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [196414] = 15, + [201902] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4080), 1, + ACTIONS(4131), 1, aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + STATE(834), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2863), 2, + STATE(2916), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -221565,41 +225733,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [196477] = 15, + [201966] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4082), 1, - aux_sym_if_statement_token2, - STATE(852), 1, + ACTIONS(4133), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(854), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(858), 1, + STATE(691), 1, sym__additive_operator, - STATE(859), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2864), 2, + STATE(2917), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -221613,33 +225782,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [196540] = 6, - ACTIONS(3), 1, + [202030] = 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(2865), 2, - sym_comment, - sym_include, - ACTIONS(164), 3, - sym__namecolon, + ACTIONS(1140), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(166), 24, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2918), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -221650,43 +225831,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, - [196585] = 15, + [202094] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4084), 1, + ACTIONS(1120), 1, aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + STATE(834), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2866), 2, + STATE(2919), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -221700,41 +225880,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [196648] = 15, + [202158] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4086), 1, - anon_sym_RPAREN, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, + ACTIONS(1124), 1, + aux_sym_if_statement_token2, + STATE(834), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2867), 2, + STATE(2920), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -221748,32 +225929,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [196711] = 6, - ACTIONS(3), 1, + [202222] = 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(4135), 1, + aux_sym_else_statement_token1, + STATE(689), 1, + sym__comparison_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2868), 2, - sym_comment, - sym_include, - ACTIONS(226), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2921), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -221784,44 +225978,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, - [196756] = 15, + [202286] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4088), 1, + ACTIONS(4137), 1, anon_sym_RPAREN, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2869), 2, + STATE(2922), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -221835,32 +226027,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [196819] = 6, - ACTIONS(3), 1, + [202350] = 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(220), 2, - sym__or_operator, - sym__and_operator, - STATE(2870), 2, - sym_comment, - sym_include, - ACTIONS(222), 25, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, + aux_sym__multiplicative_operator_token1, + STATE(2923), 2, + sym_comment, + sym_include, + ACTIONS(1128), 18, + sym__or_operator, + sym__and_operator, anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, - anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -221871,35 +226072,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, - [196864] = 6, - ACTIONS(3), 1, + aux_sym_if_statement_token2, + [202408] = 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(204), 2, - sym__or_operator, - sym__and_operator, - STATE(2871), 2, - sym_comment, - sym_include, - ACTIONS(206), 25, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2924), 2, + sym_comment, + sym_include, + ACTIONS(1136), 3, + sym__or_operator, + sym__and_operator, + aux_sym_if_statement_token2, + ACTIONS(2377), 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, @@ -221910,36 +226121,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, - [196909] = 6, - ACTIONS(3), 1, + [202470] = 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(2872), 2, - sym_comment, - sym_include, - ACTIONS(148), 3, - sym__namedoublecolon, + ACTIONS(4139), 1, + anon_sym_RBRACK, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(150), 24, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2925), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -221950,43 +226170,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, - [196954] = 15, + [202534] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4090), 1, - aux_sym_if_statement_token2, - STATE(852), 1, + ACTIONS(4141), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(854), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(858), 1, + STATE(691), 1, sym__additive_operator, - STATE(859), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2873), 2, + STATE(2926), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222000,41 +226219,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [197017] = 15, + [202598] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4092), 1, - aux_sym_if_statement_token2, - STATE(852), 1, + ACTIONS(1152), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(854), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(858), 1, + STATE(691), 1, sym__additive_operator, - STATE(859), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2874), 2, + STATE(2927), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222048,41 +226268,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [197080] = 15, + [202662] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4094), 1, - anon_sym_RBRACK, - STATE(900), 1, + STATE(689), 1, sym__comparison_operator, - STATE(901), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(902), 1, + STATE(691), 1, sym__additive_operator, - STATE(903), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2875), 2, + STATE(2928), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(1136), 3, + sym__or_operator, + sym__and_operator, + aux_sym_else_statement_token1, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222096,42 +226316,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [197143] = 15, + [202724] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4096), 1, - aux_sym_if_statement_token2, - STATE(852), 1, + STATE(689), 1, sym__comparison_operator, - STATE(854), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(858), 1, + STATE(691), 1, sym__additive_operator, - STATE(859), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(2929), 2, + sym_comment, + sym_include, + ACTIONS(1130), 4, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1132), 20, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2876), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -222144,44 +226359,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [197206] = 15, - ACTIONS(69), 1, + aux_sym_else_statement_token1, + [202778] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4098), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(4143), 1, + sym__namedot, + ACTIONS(160), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2877), 2, + STATE(2930), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + 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, @@ -222192,42 +226399,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [197269] = 15, + aux_sym_include_argument_token1, + [202824] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4100), 1, - sym__terminator, - STATE(900), 1, + STATE(689), 1, sym__comparison_operator, - STATE(901), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(902), 1, + STATE(691), 1, sym__additive_operator, - STATE(903), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1126), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2878), 2, + STATE(2931), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(1128), 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, @@ -222240,29 +226445,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [197332] = 6, + aux_sym_else_statement_token1, + [202882] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(67), 2, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(4145), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - STATE(2879), 2, + STATE(2932), 2, sym_comment, sym_include, - ACTIONS(73), 25, + ACTIONS(1232), 23, 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, @@ -222278,30 +226488,32 @@ 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, - [197377] = 6, + aux_sym_output_stream_statement_token1, + [202934] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(184), 2, + ACTIONS(4147), 1, + sym__namedot, + ACTIONS(160), 2, sym__or_operator, sym__and_operator, - STATE(2880), 2, + STATE(2933), 2, sym_comment, sym_include, - ACTIONS(186), 25, + ACTIONS(162), 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, @@ -222316,39 +226528,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, - [197422] = 9, - ACTIONS(3), 1, + anon_sym_NO_DASHERROR, + [202982] = 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(2448), 1, - sym_identifier, - ACTIONS(4102), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, + ACTIONS(1124), 1, + aux_sym_else_statement_token1, + STATE(689), 1, + sym__comparison_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2881), 2, - sym_comment, - sym_include, - ACTIONS(1351), 22, - anon_sym_SLASH, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2934), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -222359,42 +226579,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, - [197473] = 15, + [203046] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4104), 1, + ACTIONS(1120), 1, aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, + STATE(689), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2882), 2, + STATE(2935), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222408,41 +226628,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [197536] = 15, + [203110] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4106), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4149), 1, + sym__terminator, + STATE(649), 1, sym__logical_operator, - STATE(647), 1, + STATE(650), 1, sym__additive_operator, - STATE(648), 1, + STATE(651), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(653), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2883), 2, + STATE(2936), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222456,33 +226677,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [197599] = 6, - ACTIONS(3), 1, + [203174] = 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(196), 2, + ACTIONS(4151), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2884), 2, - sym_comment, - sym_include, - ACTIONS(198), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2937), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -222493,98 +226726,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, - [197644] = 27, + [203238] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3149), 1, - sym_of, - STATE(3176), 1, - sym__pre_tuning, - STATE(3201), 1, - aux_sym_for_phrase_repeat1, - STATE(3284), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3685), 1, - aux_sym_for_phrase_repeat2, - STATE(4290), 1, - sym_on_error_phrase, - STATE(4564), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4989), 1, - aux_sym_for_statement_repeat1, - STATE(4997), 1, - sym_on_stop_phrase, - STATE(5851), 1, - sym_body, - STATE(2885), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [197731] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2448), 1, - sym_identifier, - ACTIONS(4108), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, + ACTIONS(1152), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2886), 2, - sym_comment, - sym_include, - ACTIONS(1351), 22, - anon_sym_SLASH, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2938), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -222595,43 +226775,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_output_stream_statement_token1, - [197782] = 15, + [203302] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4110), 1, + ACTIONS(1140), 1, aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, + STATE(689), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2887), 2, + STATE(2939), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222645,41 +226824,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [197845] = 15, + [203366] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4112), 1, + ACTIONS(1144), 1, aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, + STATE(689), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2888), 2, + STATE(2940), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222693,41 +226873,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [197908] = 15, + [203430] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4024), 1, - aux_sym_output_stream_statement_token1, - STATE(759), 1, - sym__logical_operator, - STATE(760), 1, - sym__additive_operator, - STATE(761), 1, - sym__multiplicative_operator, - STATE(762), 1, + ACTIONS(1148), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - ACTIONS(1098), 2, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2889), 2, + STATE(2941), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222741,34 +226922,94 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [197971] = 7, - ACTIONS(3), 1, + [203494] = 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(4114), 1, - sym__namedot, - ACTIONS(152), 2, + ACTIONS(1156), 1, + aux_sym_else_statement_token1, + STATE(689), 1, + sym__comparison_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2890), 2, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2942), 2, sym_comment, sym_include, - ACTIONS(154), 24, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [203558] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1160), 1, + aux_sym_else_statement_token1, + STATE(689), 1, + sym__comparison_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, anon_sym_SLASH, - sym_identifier, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2943), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -222779,35 +227020,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, - anon_sym_NO_DASHERROR, - [198018] = 9, + [203622] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2448), 1, - sym_identifier, - ACTIONS(4116), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, - sym__or_operator, - sym__and_operator, - STATE(2891), 2, + STATE(2944), 2, sym_comment, sym_include, - ACTIONS(1351), 22, + ACTIONS(156), 3, + sym__namedoublecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(158), 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222822,42 +227058,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_of_phrase_token1, - [198069] = 15, + aux_sym_include_argument_token1, + [203666] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4118), 1, - anon_sym_RPAREN, - STATE(900), 1, + STATE(689), 1, sym__comparison_operator, - STATE(901), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(902), 1, + STATE(691), 1, sym__additive_operator, - STATE(903), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2892), 2, + STATE(2945), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(232), 3, + sym__or_operator, + sym__and_operator, + aux_sym_else_statement_token1, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222871,41 +227107,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [198132] = 15, + [203728] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1201), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4153), 1, + aux_sym_if_statement_token2, + STATE(834), 1, sym__logical_operator, - STATE(647), 1, + STATE(861), 1, sym__additive_operator, - STATE(648), 1, + STATE(863), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(864), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2893), 2, + STATE(2946), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -222919,44 +227156,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [198195] = 15, - ACTIONS(69), 1, + [203792] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4120), 1, - anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2894), 2, + STATE(2947), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + 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, @@ -222967,29 +227193,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [198258] = 5, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [203838] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2895), 2, - sym_comment, - sym_include, - ACTIONS(168), 3, - sym__namecolon, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(240), 2, sym__or_operator, sym__and_operator, - ACTIONS(170), 25, + STATE(2948), 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, + 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, @@ -223004,34 +227233,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_include_argument_token1, - [198301] = 6, - ACTIONS(3), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [203884] = 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(4155), 1, + aux_sym_else_statement_token1, + STATE(689), 1, + sym__comparison_operator, + STATE(690), 1, + sym__multiplicative_operator, + STATE(691), 1, + sym__additive_operator, + STATE(692), 1, + sym__logical_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2896), 2, - sym_comment, - sym_include, - ACTIONS(190), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2949), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -223042,98 +227285,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_when_expression_token1, - aux_sym_scope_tuning_token1, - [198346] = 27, + [203948] = 24, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(3802), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, + ACTIONS(2905), 1, aux_sym_to_phrase_token1, - ACTIONS(3806), 1, + ACTIONS(2907), 1, aux_sym_where_clause_token1, - ACTIONS(3808), 1, + ACTIONS(2909), 1, aux_sym_sort_clause_token1, - STATE(3141), 1, - sym_of, - STATE(3184), 1, + STATE(3024), 1, sym__pre_tuning, - STATE(3238), 1, + STATE(3198), 1, aux_sym_for_phrase_repeat1, - STATE(3258), 1, + STATE(3208), 1, sym_where_clause, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3499), 1, + STATE(3486), 1, sym_query_tuning, - STATE(3695), 1, + STATE(3520), 1, aux_sym_for_phrase_repeat2, - STATE(4341), 1, - sym_on_error_phrase, - STATE(4446), 1, - sym_on_quit_phrase, - STATE(4684), 1, + STATE(4018), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, sym_sort_clause, - STATE(5064), 1, - sym_on_stop_phrase, - STATE(5077), 1, + STATE(4905), 1, aux_sym_for_statement_repeat1, - STATE(5699), 1, + STATE(5817), 1, sym_body, - STATE(2897), 2, + STATE(2950), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [198433] = 10, + aux_sym_query_tuning_token5, + [204030] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(852), 1, + ACTIONS(4157), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(854), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(858), 1, + STATE(691), 1, sym__additive_operator, - STATE(859), 1, + STATE(692), 1, sym__logical_operator, - STATE(2898), 2, - sym_comment, - sym_include, - ACTIONS(1219), 3, + ACTIONS(1054), 2, anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1221), 20, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, + STATE(2951), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, anon_sym_GT_EQ, @@ -223146,30 +227392,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_if_statement_token2, - [198486] = 6, + [204094] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(87), 2, + ACTIONS(160), 2, sym__or_operator, sym__and_operator, - STATE(2899), 2, + STATE(2952), 2, sym_comment, sym_include, - ACTIONS(89), 25, + 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, @@ -223186,29 +227431,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [198531] = 6, + anon_sym_NO_DASHERROR, + [204140] = 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(176), 2, sym__or_operator, sym__and_operator, - STATE(2900), 2, + STATE(2953), 2, sym_comment, sym_include, - ACTIONS(194), 25, + ACTIONS(178), 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, @@ -223225,41 +227471,101 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [198576] = 15, + anon_sym_NO_DASHERROR, + [204186] = 24, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4122), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3100), 1, + sym__pre_tuning, + STATE(3223), 1, + sym_where_clause, + STATE(3225), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3536), 1, + aux_sym_for_phrase_repeat2, + STATE(4047), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4944), 1, + aux_sym_for_statement_repeat1, + STATE(5909), 1, + sym_body, + STATE(2954), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [204268] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4159), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2901), 2, + STATE(2955), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -223273,43 +227579,83 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [198639] = 14, + [204332] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + ACTIONS(4161), 1, + anon_sym_RPAREN, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2902), 2, + STATE(2956), 2, sym_comment, sym_include, - ACTIONS(192), 3, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [204396] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2957), 2, + sym_comment, + sym_include, + ACTIONS(148), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - aux_sym_if_statement_token2, - ACTIONS(2375), 13, + 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, @@ -223320,41 +227666,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [198700] = 15, + aux_sym_include_argument_token1, + [204440] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1189), 1, - aux_sym_if_statement_token2, - STATE(852), 1, + ACTIONS(4163), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(854), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(858), 1, + STATE(691), 1, sym__additive_operator, - STATE(859), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2903), 2, + STATE(2958), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -223368,41 +227716,100 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [198763] = 15, + [204504] = 24, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1193), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3030), 1, + sym__pre_tuning, + STATE(3236), 1, + aux_sym_for_phrase_repeat1, + STATE(3238), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3559), 1, + aux_sym_for_phrase_repeat2, + STATE(4007), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4817), 1, + aux_sym_for_statement_repeat1, + STATE(5609), 1, + sym_body, + STATE(2959), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [204586] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4165), 1, + sym__terminator, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2904), 2, + STATE(2960), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -223416,41 +227823,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [198826] = 15, + [204650] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1197), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + ACTIONS(4167), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2905), 2, + STATE(2961), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -223464,44 +227872,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [198889] = 15, - ACTIONS(69), 1, + [204714] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(1201), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + STATE(2962), 2, + sym_comment, + sym_include, + ACTIONS(152), 3, + sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(154), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + anon_sym_DQUOTE, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2906), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -223512,41 +227910,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [198952] = 15, + aux_sym_include_argument_token1, + [204758] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1120), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + ACTIONS(4169), 1, + sym__terminator, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2907), 2, + STATE(2963), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -223560,44 +227960,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199015] = 15, - ACTIONS(69), 1, + [204822] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(1209), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(4171), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2908), 2, + STATE(2964), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(1232), 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, @@ -223608,41 +228002,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199078] = 15, + aux_sym_when_expression_token1, + [204874] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1213), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + ACTIONS(4173), 1, + anon_sym_RPAREN, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2909), 2, + STATE(2965), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -223656,29 +228052,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199141] = 6, + [204938] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(128), 2, + ACTIONS(87), 2, sym__or_operator, sym__and_operator, - STATE(2910), 2, + STATE(2966), 2, sym_comment, sym_include, - ACTIONS(130), 25, + 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, @@ -223695,40 +228091,74 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [199186] = 12, - ACTIONS(69), 1, + anon_sym_NO_DASHERROR, + [204984] = 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(1096), 1, + ACTIONS(232), 2, + sym__or_operator, + sym__and_operator, + STATE(2967), 2, + sym_comment, + sym_include, + ACTIONS(234), 26, anon_sym_SLASH, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1223), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, + sym_identifier, anon_sym_STAR, + sym__terminator, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, aux_sym__multiplicative_operator_token1, - STATE(2911), 2, - sym_comment, - sym_include, - ACTIONS(1225), 18, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_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, + [205030] = 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(2968), 2, + sym_comment, + sym_include, + ACTIONS(135), 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, @@ -223739,30 +228169,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_if_statement_token2, - [199243] = 6, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [205076] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(208), 2, + ACTIONS(220), 2, sym__or_operator, sym__and_operator, - STATE(2912), 2, + STATE(2969), 2, sym_comment, sym_include, - ACTIONS(210), 25, + ACTIONS(222), 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, @@ -223779,44 +228211,92 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [199288] = 15, + anon_sym_NO_DASHERROR, + [205122] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4124), 1, - anon_sym_LPAREN, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3133), 1, + sym_of, + STATE(3221), 1, + sym__pre_tuning, + STATE(3269), 1, + sym_where_clause, + STATE(3280), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3740), 1, + aux_sym_for_phrase_repeat2, + STATE(4230), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(3871), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(2970), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [205202] = 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(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2913), 2, + STATE(2971), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(250), 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, @@ -223827,40 +228307,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199351] = 14, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + [205248] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + ACTIONS(4175), 1, + anon_sym_RPAREN, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2373), 2, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2914), 2, + STATE(2972), 2, sym_comment, sym_include, - ACTIONS(1217), 3, - sym__or_operator, - sym__and_operator, - aux_sym_if_statement_token2, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -223874,41 +228358,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199412] = 15, + [205312] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4126), 1, - anon_sym_LPAREN, - STATE(900), 1, + ACTIONS(4177), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(901), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(902), 1, + STATE(691), 1, sym__additive_operator, - STATE(903), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2915), 2, + STATE(2973), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -223922,23 +228407,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199475] = 7, + [205376] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4128), 1, - anon_sym_NO_DASHERROR, - STATE(2916), 2, - sym_comment, - sym_include, - ACTIONS(543), 3, - sym__namecolon, + ACTIONS(244), 2, sym__or_operator, sym__and_operator, - ACTIONS(545), 23, + STATE(2974), 2, + sym_comment, + sym_include, + ACTIONS(246), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -223947,6 +228429,7 @@ 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, @@ -223961,86 +228444,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, - [199522] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2464), 1, - sym_identifier, - ACTIONS(2468), 1, - aux_sym_class_type_token1, - ACTIONS(2476), 1, - sym__escaped_string, - STATE(4498), 1, - sym_qualified_name, - STATE(2917), 2, - sym_comment, - sym_include, - STATE(3686), 2, - sym_string_literal, - sym__type, - STATE(5171), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2466), 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, - [199577] = 15, + anon_sym_NO_DASHERROR, + [205422] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4130), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + ACTIONS(4179), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2918), 2, + STATE(2975), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -224054,41 +228496,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199640] = 15, + [205486] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4132), 1, + ACTIONS(4181), 1, aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + STATE(834), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2919), 2, + STATE(2976), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -224102,41 +228545,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199703] = 15, + [205550] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4134), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + ACTIONS(4183), 1, + anon_sym_RPAREN, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2920), 2, + STATE(2977), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -224150,41 +228594,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199766] = 15, + [205614] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4136), 1, - anon_sym_LPAREN, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, + ACTIONS(4185), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2921), 2, + STATE(2978), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -224198,44 +228643,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199829] = 15, - ACTIONS(69), 1, + [205678] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(1205), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + STATE(2979), 2, + sym_comment, + sym_include, + ACTIONS(110), 3, + sym__namedot, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(112), 26, + anon_sym_SLASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + anon_sym_DQUOTE, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2922), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -224246,41 +228681,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199892] = 15, + aux_sym_include_argument_token1, + [205722] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4138), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + ACTIONS(4187), 1, + anon_sym_RPAREN, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2923), 2, + STATE(2980), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -224294,33 +228731,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [199955] = 6, - ACTIONS(3), 1, + [205786] = 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, + ACTIONS(4189), 1, + aux_sym_if_statement_token2, + STATE(834), 1, + sym__logical_operator, + STATE(861), 1, + sym__additive_operator, + STATE(863), 1, + sym__multiplicative_operator, + STATE(864), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - STATE(2924), 2, - sym_comment, - sym_include, - ACTIONS(218), 25, - anon_sym_SLASH, - sym_identifier, + ACTIONS(2375), 2, anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, + STATE(2981), 2, + sym_comment, + sym_include, + ACTIONS(2377), 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, @@ -224331,43 +228780,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, - [200000] = 15, + [205850] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4140), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4191), 1, + sym__terminator, + STATE(649), 1, sym__logical_operator, - STATE(647), 1, + STATE(650), 1, sym__additive_operator, - STATE(648), 1, + STATE(651), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(653), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2925), 2, + STATE(2982), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -224381,20 +228829,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [200063] = 6, + [205914] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(228), 2, + ACTIONS(220), 2, sym__or_operator, sym__and_operator, - STATE(2926), 2, + STATE(2983), 2, sym_comment, sym_include, - ACTIONS(230), 25, + ACTIONS(222), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -224404,6 +228852,7 @@ 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, @@ -224420,41 +228869,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [200108] = 15, + [205960] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4142), 1, - aux_sym_if_statement_token2, - STATE(852), 1, + ACTIONS(4193), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(854), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(858), 1, + STATE(691), 1, sym__additive_operator, - STATE(859), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2927), 2, + STATE(2984), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -224468,41 +228918,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [200171] = 15, + [206024] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4144), 1, - aux_sym_if_statement_token2, - STATE(852), 1, + ACTIONS(4195), 1, + aux_sym_else_statement_token1, + STATE(689), 1, sym__comparison_operator, - STATE(854), 1, + STATE(690), 1, sym__multiplicative_operator, - STATE(858), 1, + STATE(691), 1, sym__additive_operator, - STATE(859), 1, + STATE(692), 1, sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2928), 2, + STATE(2985), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -224516,41 +228967,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [200234] = 15, + [206088] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4146), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + ACTIONS(4197), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2929), 2, + STATE(2986), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -224564,44 +229016,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [200297] = 15, - ACTIONS(69), 1, + [206152] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4148), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(172), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2930), 2, + STATE(2987), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(174), 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, @@ -224612,30 +229053,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [200360] = 6, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [206198] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(2931), 2, + ACTIONS(4199), 1, + anon_sym_NO_DASHERROR, + STATE(2988), 2, sym_comment, sym_include, - ACTIONS(168), 3, + ACTIONS(256), 3, sym__namecolon, sym__or_operator, sym__and_operator, - ACTIONS(170), 24, + ACTIONS(258), 24, 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, @@ -224651,44 +229097,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [200405] = 15, - ACTIONS(69), 1, + [206246] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4150), 1, - sym__terminator, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(236), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2932), 2, + STATE(2989), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(238), 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, @@ -224699,85 +229134,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [200468] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2464), 1, - sym_identifier, - ACTIONS(2468), 1, - aux_sym_class_type_token1, - ACTIONS(2476), 1, - sym__escaped_string, - STATE(4498), 1, - sym_qualified_name, - STATE(2933), 2, - sym_comment, - sym_include, - STATE(3678), 2, - sym_string_literal, - sym__type, - STATE(5171), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(2466), 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, - [200523] = 15, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [206292] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4152), 1, + ACTIONS(4201), 1, anon_sym_RPAREN, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2934), 2, + STATE(2990), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -224791,29 +229186,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [200586] = 6, + [206356] = 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(228), 2, sym__or_operator, sym__and_operator, - STATE(2935), 2, + STATE(2991), 2, sym_comment, sym_include, - ACTIONS(238), 25, + 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, @@ -224830,29 +229225,82 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [200631] = 6, + anon_sym_NO_DASHERROR, + [206402] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4203), 1, + anon_sym_RBRACK, + STATE(649), 1, + sym__logical_operator, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1062), 2, + sym__or_operator, + sym__and_operator, + ACTIONS(2375), 2, + anon_sym_STAR, + aux_sym__multiplicative_operator_token1, + ACTIONS(2379), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(2992), 2, + sym_comment, + sym_include, + ACTIONS(2377), 13, + anon_sym_EQ, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + [206466] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(240), 2, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, sym__or_operator, sym__and_operator, - STATE(2936), 2, + STATE(2993), 2, sym_comment, sym_include, - ACTIONS(242), 25, + ACTIONS(1377), 24, 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, @@ -224867,138 +229315,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, - [200676] = 26, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + [206516] = 24, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3802), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, + ACTIONS(2905), 1, aux_sym_to_phrase_token1, - ACTIONS(3806), 1, + ACTIONS(2907), 1, aux_sym_where_clause_token1, - ACTIONS(3808), 1, + ACTIONS(2909), 1, aux_sym_sort_clause_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3195), 1, - sym_of, - STATE(3247), 1, + STATE(3053), 1, sym__pre_tuning, - STATE(3296), 1, + STATE(3226), 1, sym_where_clause, - STATE(3304), 1, + STATE(3234), 1, aux_sym_for_phrase_repeat1, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3499), 1, + STATE(3486), 1, sym_query_tuning, - STATE(4025), 1, + STATE(3521), 1, aux_sym_for_phrase_repeat2, - STATE(4684), 1, + STATE(4060), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, sym_sort_clause, - STATE(4772), 1, - sym_on_error_phrase, - STATE(4816), 1, - sym_on_quit_phrase, - STATE(5725), 1, - sym_on_stop_phrase, - ACTIONS(4154), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(2937), 2, + STATE(4958), 1, + aux_sym_for_statement_repeat1, + STATE(5574), 1, + sym_body, + STATE(2994), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [200761] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4156), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2938), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [200824] = 6, + aux_sym_query_tuning_token5, + [206598] = 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(212), 2, sym__or_operator, sym__and_operator, - STATE(2939), 2, + STATE(2995), 2, sym_comment, sym_include, - ACTIONS(126), 25, + 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, @@ -225015,29 +229414,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [200869] = 6, + anon_sym_NO_DASHERROR, + [206644] = 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(224), 2, sym__or_operator, sym__and_operator, - STATE(2940), 2, + STATE(2996), 2, sym_comment, sym_include, - ACTIONS(254), 25, + 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, @@ -225054,41 +229454,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [200914] = 15, + anon_sym_NO_DASHERROR, + [206690] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4158), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, + ACTIONS(4205), 1, + anon_sym_RBRACK, + STATE(649), 1, sym__logical_operator, - ACTIONS(1098), 2, + STATE(650), 1, + sym__additive_operator, + STATE(651), 1, + sym__multiplicative_operator, + STATE(653), 1, + sym__comparison_operator, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2941), 2, + STATE(2997), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -225102,29 +229504,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [200977] = 6, + [206754] = 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(252), 2, sym__or_operator, sym__and_operator, - STATE(2942), 2, + STATE(2998), 2, sym_comment, sym_include, - ACTIONS(178), 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -225141,20 +229543,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [201022] = 6, + anon_sym_NO_DASHERROR, + [206800] = 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(216), 2, sym__or_operator, sym__and_operator, - STATE(2943), 2, + STATE(2999), 2, sym_comment, sym_include, - ACTIONS(246), 25, + ACTIONS(218), 26, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -225164,6 +229567,7 @@ 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, @@ -225180,29 +229584,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [201067] = 6, + [206846] = 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(180), 2, sym__or_operator, sym__and_operator, - STATE(2944), 2, + STATE(3000), 2, sym_comment, sym_include, - ACTIONS(174), 25, + 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, @@ -225219,44 +229623,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [201112] = 15, - ACTIONS(69), 1, + anon_sym_NO_DASHERROR, + [206892] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4160), 1, - anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(208), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2945), 2, + STATE(3001), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + 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, @@ -225267,29 +229661,90 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [201175] = 6, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [206938] = 24, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3020), 1, + sym__pre_tuning, + STATE(3215), 1, + sym_where_clause, + STATE(3216), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3601), 1, + aux_sym_for_phrase_repeat2, + STATE(4040), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4796), 1, + aux_sym_for_statement_repeat1, + STATE(5802), 1, + sym_body, + STATE(3002), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [207020] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(232), 2, + ACTIONS(204), 2, sym__or_operator, sym__and_operator, - STATE(2946), 2, + STATE(3003), 2, sym_comment, sym_include, - ACTIONS(234), 25, + 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, @@ -225306,29 +229761,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [201220] = 6, + anon_sym_NO_DASHERROR, + [207066] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(224), 2, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(4207), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - STATE(2947), 2, + STATE(3004), 2, sym_comment, sym_include, - ACTIONS(226), 25, + ACTIONS(1232), 23, + anon_sym_COLON, 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, @@ -225343,31 +229804,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_when_expression_token1, - aux_sym_scope_tuning_token1, - [201265] = 6, + aux_sym_on_error_phrase_token1, + [207118] = 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(102), 2, sym__or_operator, sym__and_operator, - STATE(2948), 2, + STATE(3005), 2, sym_comment, sym_include, - ACTIONS(222), 25, + ACTIONS(104), 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, @@ -225384,29 +229844,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [201310] = 6, + anon_sym_NO_DASHERROR, + [207164] = 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(200), 2, sym__or_operator, sym__and_operator, - STATE(2949), 2, + STATE(3006), 2, sym_comment, sym_include, - ACTIONS(206), 25, + 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, @@ -225423,44 +229884,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token9, aux_sym_when_expression_token1, aux_sym_scope_tuning_token1, - [201355] = 15, - ACTIONS(69), 1, + anon_sym_NO_DASHERROR, + [207210] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4162), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(196), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2950), 2, + STATE(3007), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(198), 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, @@ -225471,44 +229922,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [201418] = 15, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [207256] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4164), 1, - sym__terminator, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(184), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2951), 2, + STATE(3008), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + 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, @@ -225519,44 +229962,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [201481] = 15, - ACTIONS(69), 1, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [207302] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4166), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(192), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2952), 2, + STATE(3009), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(194), 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, @@ -225567,41 +230002,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [201544] = 15, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [207348] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1120), 1, - aux_sym_else_statement_token1, - STATE(646), 1, + ACTIONS(4209), 1, + anon_sym_RPAREN, + STATE(649), 1, sym__logical_operator, - STATE(647), 1, + STATE(650), 1, sym__additive_operator, - STATE(648), 1, + STATE(651), 1, sym__multiplicative_operator, - STATE(649), 1, + STATE(653), 1, sym__comparison_operator, - ACTIONS(1098), 2, + ACTIONS(1054), 2, + anon_sym_SLASH, + aux_sym__multiplicative_operator_token2, + ACTIONS(1056), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(1062), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, + ACTIONS(2375), 2, anon_sym_STAR, aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + ACTIONS(2379), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(2953), 2, + STATE(3010), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(2377), 13, anon_sym_EQ, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -225615,92 +230054,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [201607] = 15, - ACTIONS(69), 1, + [207412] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4168), 1, - anon_sym_RPAREN, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(188), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2954), 2, + STATE(3011), 2, sym_comment, sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [201670] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(190), 26, anon_sym_SLASH, - ACTIONS(4170), 1, - anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2955), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -225711,20 +230091,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [201733] = 6, + aux_sym_when_expression_token1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [207458] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(152), 2, - sym__or_operator, - sym__and_operator, - STATE(2956), 2, + STATE(3012), 2, sym_comment, sym_include, - ACTIONS(154), 25, + ACTIONS(148), 3, + sym__namecolon, + sym__or_operator, + sym__and_operator, + ACTIONS(150), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -225734,6 +230118,7 @@ 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, @@ -225748,46 +230133,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, - [201778] = 15, - ACTIONS(69), 1, + [207504] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4172), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(204), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2957), 2, + STATE(3013), 2, sym_comment, sym_include, - ACTIONS(2375), 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, @@ -225798,44 +230171,91 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [201841] = 15, + aux_sym_include_argument_token1, + [207547] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4174), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3171), 1, + aux_sym_for_phrase_repeat1, + STATE(3178), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3530), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4013), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5034), 1, + aux_sym_for_statement_repeat1, + STATE(5575), 1, + sym_body, + STATE(3014), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [207626] = 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(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2958), 2, + STATE(3015), 2, sym_comment, sym_include, - ACTIONS(2375), 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, @@ -225846,44 +230266,134 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [201904] = 15, + aux_sym_scope_tuning_token1, + [207671] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4176), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3181), 1, + aux_sym_for_phrase_repeat1, + STATE(3185), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3566), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4037), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4877), 1, + aux_sym_for_statement_repeat1, + STATE(5450), 1, + sym_body, + STATE(3016), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [207750] = 11, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2546), 1, + sym_identifier, + ACTIONS(2550), 1, + aux_sym_class_type_token1, + ACTIONS(2558), 1, + sym__escaped_string, + STATE(4450), 1, + sym_qualified_name, + STATE(3017), 2, + sym_comment, + sym_include, + STATE(3838), 2, + sym_string_literal, + sym__type, + STATE(5031), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(2548), 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, + [207805] = 6, + 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, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2959), 2, + STATE(3018), 2, sym_comment, sym_include, - ACTIONS(2375), 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, @@ -225894,44 +230404,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [201967] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [207850] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(1205), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(160), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2960), 2, + STATE(3019), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(162), 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, @@ -225942,44 +230444,90 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [202030] = 15, + aux_sym_scope_tuning_token1, + [207895] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4178), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3207), 1, + sym_where_clause, + STATE(3209), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3597), 1, + aux_sym_for_phrase_repeat2, + STATE(4051), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4791), 1, + aux_sym_for_statement_repeat1, + STATE(5830), 1, + sym_body, + STATE(3020), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [207974] = 6, + 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, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2961), 2, + STATE(3021), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(89), 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, @@ -225990,44 +230538,91 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [202093] = 15, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [208019] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4180), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3194), 1, + aux_sym_for_phrase_repeat1, + STATE(3197), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3568), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4043), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4873), 1, + aux_sym_for_statement_repeat1, + STATE(5651), 1, + sym_body, + STATE(3022), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [208098] = 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, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2962), 2, + STATE(3023), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(178), 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, @@ -226038,44 +230633,91 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [202156] = 15, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [208143] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4182), 1, - anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3190), 1, + aux_sym_for_phrase_repeat1, + STATE(3191), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3567), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4023), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4693), 1, + aux_sym_for_statement_repeat1, + STATE(5525), 1, + sym_body, + STATE(3024), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [208222] = 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, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2963), 2, + STATE(3025), 2, sym_comment, sym_include, - ACTIONS(2375), 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, @@ -226086,131 +230728,91 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [202219] = 15, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [208267] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4184), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2964), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [202282] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3545), 1, - aux_sym_variable_definition_token4, - STATE(2965), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3215), 1, + sym_where_clause, + STATE(3216), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3601), 1, + aux_sym_for_phrase_repeat2, + STATE(4040), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4796), 1, + aux_sym_for_statement_repeat1, + STATE(5802), 1, + sym_body, + STATE(3026), 2, sym_comment, sym_include, - ACTIONS(4186), 26, - 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_workfile_definition_token1, - aux_sym_workfile_definition_token2, - aux_sym_button_definition_token1, - [202327] = 15, - ACTIONS(69), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [208346] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4188), 1, - anon_sym_RPAREN, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2966), 2, + STATE(3027), 2, sym_comment, sym_include, - ACTIONS(2375), 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, @@ -226221,139 +230823,192 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [202390] = 15, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [208391] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4190), 1, - anon_sym_LPAREN, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2967), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3226), 1, + sym_where_clause, + STATE(3234), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3521), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4060), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4958), 1, + aux_sym_for_statement_repeat1, + STATE(5574), 1, + sym_body, + STATE(3028), 2, sym_comment, sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [202453] = 14, - ACTIONS(69), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [208470] = 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(1096), 1, - anon_sym_SLASH, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2968), 2, + ACTIONS(2546), 1, + sym_identifier, + ACTIONS(2550), 1, + aux_sym_class_type_token1, + ACTIONS(2558), 1, + sym__escaped_string, + STATE(4450), 1, + sym_qualified_name, + STATE(3029), 2, sym_comment, sym_include, - ACTIONS(1217), 3, - sym__or_operator, - sym__and_operator, - aux_sym_else_statement_token1, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [202514] = 15, + STATE(3800), 2, + sym_string_literal, + sym__type, + STATE(5031), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(2548), 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, + [208525] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4192), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3220), 1, + sym_where_clause, + STATE(3222), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3591), 1, + aux_sym_for_phrase_repeat2, + STATE(4027), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4805), 1, + aux_sym_for_statement_repeat1, + STATE(5761), 1, + sym_body, + STATE(3030), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [208604] = 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, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2969), 2, + STATE(3031), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + 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, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -226364,33 +231019,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [202577] = 9, + aux_sym_scope_tuning_token1, + [208649] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2448), 1, - sym_identifier, - ACTIONS(4194), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, + ACTIONS(133), 2, sym__or_operator, sym__and_operator, - STATE(2970), 2, + STATE(3032), 2, sym_comment, sym_include, - ACTIONS(1351), 22, - anon_sym_COLON, + ACTIONS(135), 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, @@ -226405,45 +231057,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_on_error_phrase_token1, - [202628] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [208694] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4196), 1, - anon_sym_RPAREN, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(248), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2971), 2, + STATE(3033), 2, sym_comment, sym_include, - ACTIONS(2375), 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, @@ -226454,29 +231097,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [202691] = 6, + aux_sym_scope_tuning_token1, + [208739] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(200), 2, + ACTIONS(244), 2, sym__or_operator, sym__and_operator, - STATE(2972), 2, + STATE(3034), 2, sym_comment, sym_include, - ACTIONS(202), 25, + 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, @@ -226491,130 +231135,211 @@ static 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, - [202736] = 15, + anon_sym_NO_DASHERROR, + [208784] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4213), 1, + sym__escaped_string, + STATE(3035), 2, + sym_comment, + sym_include, + ACTIONS(4211), 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, + [208827] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4198), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2973), 2, + ACTIONS(4217), 1, + aux_sym_using_statement_token2, + ACTIONS(4221), 1, + aux_sym_image_phrase_token4, + ACTIONS(4219), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + ACTIONS(4223), 2, + aux_sym_image_phrase_token5, + aux_sym_image_phrase_token6, + STATE(3036), 2, sym_comment, sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [202799] = 15, + ACTIONS(4215), 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, + [208878] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4200), 1, - anon_sym_RPAREN, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2974), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(4227), 1, + aux_sym_variable_tuning_token2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3037), 2, sym_comment, sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [202862] = 11, + ACTIONS(4225), 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, + [208927] = 23, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3159), 1, + sym_where_clause, + STATE(3160), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3512), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4033), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5023), 1, + aux_sym_for_statement_repeat1, + STATE(5663), 1, + sym_body, + STATE(3038), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [209006] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2464), 1, + ACTIONS(2546), 1, sym_identifier, - ACTIONS(2468), 1, + ACTIONS(2550), 1, aux_sym_class_type_token1, - ACTIONS(2476), 1, + ACTIONS(2558), 1, sym__escaped_string, - STATE(4498), 1, + STATE(4450), 1, sym_qualified_name, - STATE(2975), 2, + STATE(3039), 2, sym_comment, sym_include, - STATE(3644), 2, + STATE(3744), 2, sym_string_literal, sym__type, - STATE(5171), 3, + STATE(5031), 3, sym_primitive_type, sym_class_type, sym_generic_type, - ACTIONS(2466), 18, + ACTIONS(2548), 18, aux_sym_primitive_type_token1, aux_sym_primitive_type_token2, aux_sym_primitive_type_token3, @@ -226633,92 +231358,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_primitive_type_token16, aux_sym_primitive_type_token17, aux_sym_primitive_type_token18, - [202917] = 15, - ACTIONS(69), 1, + [209061] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4202), 1, - anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(212), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2976), 2, + STATE(3040), 2, sym_comment, sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [202980] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(214), 25, anon_sym_SLASH, - ACTIONS(4204), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2977), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -226729,92 +231396,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [203043] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + [209106] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4206), 1, - sym__terminator, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(208), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2978), 2, + STATE(3041), 2, sym_comment, sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [203106] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(210), 25, anon_sym_SLASH, - ACTIONS(4208), 1, - anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2979), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -226825,20 +231435,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [203169] = 6, + aux_sym_scope_tuning_token1, + [209151] = 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(204), 2, sym__or_operator, sym__and_operator, - STATE(2980), 2, + STATE(3042), 2, sym_comment, sym_include, - ACTIONS(250), 25, + ACTIONS(206), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -226848,6 +231459,7 @@ 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, @@ -226862,46 +231474,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, - [203214] = 15, - ACTIONS(69), 1, + [209196] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4210), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(172), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2981), 2, + STATE(3043), 2, sym_comment, sym_include, - ACTIONS(2375), 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, @@ -226912,19 +231512,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [203277] = 5, + aux_sym_include_argument_token1, + [209239] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2982), 2, - sym_comment, - sym_include, - ACTIONS(102), 3, - sym__namedot, + ACTIONS(248), 2, sym__or_operator, sym__and_operator, - ACTIONS(104), 25, + STATE(3044), 2, + sym_comment, + sym_include, + ACTIONS(250), 26, anon_sym_SLASH, anon_sym_LBRACE, anon_sym_RBRACE, @@ -226935,6 +231535,7 @@ 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, @@ -226950,38 +231551,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [203320] = 10, - ACTIONS(69), 1, + [209282] = 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(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - STATE(2983), 2, + ACTIONS(200), 2, + sym__or_operator, + sym__and_operator, + STATE(3045), 2, sym_comment, sym_include, - ACTIONS(1219), 3, + ACTIONS(202), 25, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1221), 20, - sym__or_operator, - sym__and_operator, + 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, @@ -226992,92 +231589,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_else_statement_token1, - [203373] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + [209327] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4212), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(236), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2984), 2, + STATE(3046), 2, sym_comment, sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [203436] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(238), 25, anon_sym_SLASH, - STATE(759), 1, - sym__logical_operator, - STATE(760), 1, - sym__additive_operator, - STATE(761), 1, - sym__multiplicative_operator, - STATE(762), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2985), 2, - sym_comment, - sym_include, - ACTIONS(192), 3, - sym__or_operator, - sym__and_operator, - aux_sym_output_stream_statement_token1, - ACTIONS(2375), 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, @@ -227088,40 +231627,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [203497] = 12, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [209372] = 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(1096), 1, - anon_sym_SLASH, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1223), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(2986), 2, - sym_comment, - sym_include, - ACTIONS(1225), 18, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(4229), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, + STATE(3047), 2, + sym_comment, + sym_include, + ACTIONS(1232), 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, @@ -227132,93 +231670,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_else_statement_token1, - [203554] = 15, - ACTIONS(69), 1, + aux_sym_if_statement_token2, + [209423] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(1189), 1, - aux_sym_output_stream_statement_token1, - STATE(759), 1, - sym__logical_operator, - STATE(760), 1, - sym__additive_operator, - STATE(761), 1, - sym__multiplicative_operator, - STATE(762), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(228), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2987), 2, + STATE(3048), 2, sym_comment, sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [203617] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(230), 25, anon_sym_SLASH, - ACTIONS(4214), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(2988), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -227229,44 +231708,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [203680] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [209468] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(1213), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2989), 2, + STATE(3049), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(1377), 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, @@ -227277,71 +231750,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [203743] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4218), 1, - aux_sym_using_statement_token2, - ACTIONS(4222), 1, - aux_sym_image_phrase_token4, - ACTIONS(4220), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - ACTIONS(4224), 2, - aux_sym_image_phrase_token5, - aux_sym_image_phrase_token6, - STATE(2990), 2, - sym_comment, - sym_include, - ACTIONS(4216), 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, - [203794] = 6, + aux_sym_on_error_phrase_token1, + [209517] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(180), 2, + ACTIONS(67), 2, sym__or_operator, sym__and_operator, - STATE(2991), 2, + STATE(3050), 2, sym_comment, sym_include, - ACTIONS(182), 25, + ACTIONS(73), 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -227356,46 +231788,244 @@ static 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, - [203839] = 15, + aux_sym_include_argument_token1, + [209560] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4226), 1, - anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, + ACTIONS(3892), 1, anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(3894), 1, + aux_sym_variable_tuning_token2, + STATE(3200), 1, + sym_generic_expression, + STATE(3051), 2, + sym_comment, + sym_include, + ACTIONS(3890), 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, + [209609] = 23, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3236), 1, + aux_sym_for_phrase_repeat1, + STATE(3238), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3559), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4007), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4817), 1, + aux_sym_for_statement_repeat1, + STATE(5609), 1, + sym_body, + STATE(3052), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [209688] = 23, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3228), 1, + sym_where_clause, + STATE(3230), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3535), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4092), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4945), 1, + aux_sym_for_statement_repeat1, + STATE(5766), 1, + sym_body, + STATE(3053), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [209767] = 23, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3223), 1, + sym_where_clause, + STATE(3225), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3536), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4047), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4944), 1, + aux_sym_for_statement_repeat1, + STATE(5909), 1, + sym_body, + STATE(3054), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [209846] = 6, + 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, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2992), 2, + STATE(3055), 2, sym_comment, sym_include, - ACTIONS(2375), 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, @@ -227406,31 +232036,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [203902] = 7, + aux_sym_scope_tuning_token1, + [209891] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4228), 1, - sym_identifier, - STATE(3045), 1, - sym_qualified_name, - ACTIONS(1454), 2, + ACTIONS(220), 2, sym__or_operator, sym__and_operator, - STATE(2993), 2, + STATE(3056), 2, sym_comment, sym_include, - ACTIONS(1452), 24, + ACTIONS(222), 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, @@ -227446,44 +232075,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [203949] = 15, - ACTIONS(69), 1, + [209934] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4231), 1, - anon_sym_RPAREN, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(252), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2994), 2, + STATE(3057), 2, sym_comment, sym_include, - ACTIONS(2375), 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, @@ -227494,44 +232112,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [204012] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [209979] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4233), 1, - anon_sym_RBRACK, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(180), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2995), 2, + STATE(3058), 2, sym_comment, sym_include, - ACTIONS(2375), 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, @@ -227542,20 +232151,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [204075] = 6, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [210024] = 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(192), 2, sym__or_operator, sym__and_operator, - STATE(2996), 2, + STATE(3059), 2, sym_comment, sym_include, - ACTIONS(214), 25, + ACTIONS(194), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -227565,6 +232176,7 @@ 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, @@ -227579,94 +232191,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, - [204120] = 15, + [210069] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1209), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2997), 2, + ACTIONS(3334), 1, + aux_sym_variable_definition_token4, + STATE(3060), 2, sym_comment, sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [204183] = 15, - ACTIONS(69), 1, + ACTIONS(4231), 26, + 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_workfile_definition_token1, + aux_sym_workfile_definition_token2, + aux_sym_button_definition_token1, + [210114] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4235), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(102), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2998), 2, + STATE(3061), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + 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, @@ -227677,44 +232268,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [204246] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [210159] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(1201), 1, - aux_sym_output_stream_statement_token1, - STATE(759), 1, - sym__logical_operator, - STATE(760), 1, - sym__additive_operator, - STATE(761), 1, - sym__multiplicative_operator, - STATE(762), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(184), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(2999), 2, + STATE(3062), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + 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, @@ -227725,104 +232307,91 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [204309] = 27, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [210204] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(3802), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, + ACTIONS(2905), 1, aux_sym_to_phrase_token1, - ACTIONS(3806), 1, + ACTIONS(2907), 1, aux_sym_where_clause_token1, - ACTIONS(3808), 1, + ACTIONS(2909), 1, aux_sym_sort_clause_token1, - STATE(3137), 1, - sym_of, - STATE(3180), 1, - sym__pre_tuning, - STATE(3224), 1, + STATE(3198), 1, aux_sym_for_phrase_repeat1, - STATE(3231), 1, + STATE(3208), 1, sym_where_clause, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3637), 1, + STATE(3520), 1, aux_sym_for_phrase_repeat2, - STATE(4375), 1, - sym_on_error_phrase, - STATE(4597), 1, - sym_on_quit_phrase, - STATE(4684), 1, + STATE(3577), 1, + sym_query_tuning, + STATE(4018), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, sym_sort_clause, - STATE(5185), 1, + STATE(4905), 1, aux_sym_for_statement_repeat1, - STATE(5202), 1, - sym_on_stop_phrase, - STATE(5915), 1, + STATE(5817), 1, sym_body, - STATE(3000), 2, + STATE(3063), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [204396] = 15, - ACTIONS(69), 1, + aux_sym_query_tuning_token5, + [210283] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4237), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(188), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3001), 2, + STATE(3064), 2, sym_comment, sym_include, - ACTIONS(2375), 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, @@ -227833,43 +232402,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [204459] = 14, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [210328] = 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(1096), 1, + ACTIONS(192), 2, + sym__or_operator, + sym__and_operator, + STATE(3065), 2, + sym_comment, + sym_include, + ACTIONS(194), 25, anon_sym_SLASH, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(3002), 2, - sym_comment, - sym_include, - ACTIONS(192), 3, - sym__or_operator, - sym__and_operator, - aux_sym_else_statement_token1, - ACTIONS(2375), 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, @@ -227880,44 +232441,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [204520] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [210373] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(1120), 1, - aux_sym_output_stream_statement_token1, - STATE(759), 1, - sym__logical_operator, - STATE(760), 1, - sym__additive_operator, - STATE(761), 1, - sym__multiplicative_operator, - STATE(762), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(196), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3003), 2, + STATE(3066), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + 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, @@ -227928,29 +232480,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [204583] = 5, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [210418] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3004), 2, - sym_comment, - sym_include, - ACTIONS(164), 3, - sym__namecolon, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(188), 2, sym__or_operator, sym__and_operator, - ACTIONS(166), 25, + STATE(3067), 2, + sym_comment, + sym_include, + ACTIONS(190), 25, 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -227965,45 +232520,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_include_argument_token1, - [204626] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + [210463] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4239), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(200), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3005), 2, + STATE(3068), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + ACTIONS(202), 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, @@ -228014,44 +232558,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [204689] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [210508] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(1209), 1, - aux_sym_output_stream_statement_token1, - STATE(759), 1, - sym__logical_operator, - STATE(760), 1, - sym__additive_operator, - STATE(761), 1, - sym__multiplicative_operator, - STATE(762), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(204), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3006), 2, + STATE(3069), 2, sym_comment, sym_include, - ACTIONS(2375), 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, @@ -228062,44 +232597,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [204752] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [210553] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4241), 1, - anon_sym_LPAREN, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(208), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3007), 2, + STATE(3070), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + 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, @@ -228110,44 +232636,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [204815] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [210598] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(1213), 1, - aux_sym_output_stream_statement_token1, - STATE(759), 1, - sym__logical_operator, - STATE(760), 1, - sym__additive_operator, - STATE(761), 1, - sym__multiplicative_operator, - STATE(762), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(212), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3008), 2, + STATE(3071), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + 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, @@ -228158,40 +232675,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [204878] = 12, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [210643] = 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(1096), 1, - anon_sym_SLASH, - STATE(759), 1, - sym__logical_operator, - STATE(760), 1, - sym__additive_operator, - STATE(761), 1, - sym__multiplicative_operator, - STATE(762), 1, - sym__comparison_operator, - ACTIONS(1223), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - STATE(3009), 2, - sym_comment, - sym_include, - ACTIONS(1225), 18, + ACTIONS(216), 2, sym__or_operator, sym__and_operator, + STATE(3072), 2, + sym_comment, + sym_include, + ACTIONS(218), 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, @@ -228202,39 +232714,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_output_stream_statement_token1, - [204935] = 10, + aux_sym_include_argument_token1, + [210686] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(759), 1, - sym__logical_operator, - STATE(760), 1, - sym__additive_operator, - STATE(761), 1, - sym__multiplicative_operator, - STATE(762), 1, - sym__comparison_operator, - STATE(3010), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3183), 1, + aux_sym_for_phrase_repeat1, + STATE(3184), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3540), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4045), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4992), 1, + aux_sym_for_statement_repeat1, + STATE(5958), 1, + sym_body, + STATE(3073), 2, sym_comment, sym_include, - ACTIONS(1219), 3, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1221), 20, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [210765] = 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(3074), 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, @@ -228245,45 +232809,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, - [204988] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + [210810] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(1189), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(240), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3011), 2, + STATE(3075), 2, sym_comment, sym_include, - ACTIONS(2375), 13, + 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, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, + anon_sym_GT, anon_sym_GT_EQ, aux_sym__comparison_operator_token1, aux_sym__comparison_operator_token2, @@ -228294,19 +232848,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [205051] = 5, + aux_sym_scope_tuning_token1, + [210855] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3012), 2, - sym_comment, - sym_include, - ACTIONS(148), 3, - sym__namedoublecolon, + ACTIONS(196), 2, sym__or_operator, sym__and_operator, - ACTIONS(150), 25, + STATE(3076), 2, + sym_comment, + sym_include, + ACTIONS(198), 26, anon_sym_SLASH, anon_sym_LBRACE, anon_sym_RBRACE, @@ -228317,6 +232871,7 @@ 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, @@ -228332,92 +232887,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [205094] = 15, - ACTIONS(69), 1, + [210898] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4243), 1, - aux_sym_if_statement_token2, - STATE(852), 1, - sym__comparison_operator, - STATE(854), 1, - sym__multiplicative_operator, - STATE(858), 1, - sym__additive_operator, - STATE(859), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(160), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3013), 2, + STATE(3077), 2, sym_comment, sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [205157] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(162), 26, anon_sym_SLASH, - ACTIONS(1193), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + anon_sym_DQUOTE, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(3014), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -228428,30 +232924,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [205220] = 6, + aux_sym_include_argument_token1, + [210941] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4245), 1, - sym__namedot, - ACTIONS(152), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(160), 2, sym__or_operator, sym__and_operator, - STATE(3015), 2, + STATE(3078), 2, sym_comment, sym_include, - ACTIONS(154), 25, + ACTIONS(162), 25, 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -228466,104 +232962,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_include_argument_token1, - [205265] = 27, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [210986] = 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(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3145), 1, - sym_of, - STATE(3181), 1, - sym__pre_tuning, - STATE(3236), 1, - sym_where_clause, - STATE(3259), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3649), 1, - aux_sym_for_phrase_repeat2, - STATE(4372), 1, - sym_on_error_phrase, - STATE(4575), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5251), 1, - aux_sym_for_statement_repeat1, - STATE(5257), 1, - sym_on_stop_phrase, - STATE(6140), 1, - sym_body, - STATE(3016), 2, + ACTIONS(176), 2, + sym__or_operator, + sym__and_operator, + STATE(3079), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [205352] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(178), 25, anon_sym_SLASH, - STATE(759), 1, - sym__logical_operator, - STATE(760), 1, - sym__additive_operator, - STATE(761), 1, - sym__multiplicative_operator, - STATE(762), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2373), 2, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, + sym__terminator, + anon_sym_COMMA, + anon_sym_EQ, anon_sym_PLUS, anon_sym_DASH, - STATE(3017), 2, - sym_comment, - sym_include, - ACTIONS(1217), 3, - sym__or_operator, - sym__and_operator, - aux_sym_output_stream_statement_token1, - ACTIONS(2375), 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, @@ -228574,44 +233002,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [205413] = 15, - ACTIONS(69), 1, + aux_sym_scope_tuning_token1, + [211031] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(4247), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(212), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3018), 2, + STATE(3080), 2, sym_comment, sym_include, - ACTIONS(2375), 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, @@ -228622,236 +233040,78 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [205476] = 15, - ACTIONS(69), 1, + aux_sym_include_argument_token1, + [211074] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(1193), 1, - aux_sym_output_stream_statement_token1, - STATE(759), 1, - sym__logical_operator, - STATE(760), 1, - sym__additive_operator, - STATE(761), 1, - sym__multiplicative_operator, - STATE(762), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3019), 2, + ACTIONS(2546), 1, + sym_identifier, + ACTIONS(2550), 1, + aux_sym_class_type_token1, + ACTIONS(2558), 1, + sym__escaped_string, + STATE(4450), 1, + sym_qualified_name, + STATE(3081), 2, sym_comment, sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [205539] = 15, - ACTIONS(69), 1, + STATE(3797), 2, + sym_string_literal, + sym__type, + STATE(5031), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(2548), 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, + [211129] = 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(1096), 1, - anon_sym_SLASH, - ACTIONS(1197), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, + ACTIONS(208), 2, sym__or_operator, sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3020), 2, + STATE(3082), 2, sym_comment, sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [205602] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, + ACTIONS(210), 26, anon_sym_SLASH, - ACTIONS(4249), 1, - anon_sym_RPAREN, - STATE(900), 1, - sym__comparison_operator, - STATE(901), 1, - sym__multiplicative_operator, - STATE(902), 1, - sym__additive_operator, - STATE(903), 1, - sym__logical_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3021), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, - anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [205665] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(4251), 1, - aux_sym_else_statement_token1, - STATE(646), 1, - sym__logical_operator, - STATE(647), 1, - sym__additive_operator, - STATE(648), 1, - sym__multiplicative_operator, - STATE(649), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, + anon_sym_RBRACE, + sym_identifier, anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(3022), 2, - sym_comment, - sym_include, - ACTIONS(2375), 13, + anon_sym_DQUOTE, anon_sym_EQ, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - [205728] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1205), 1, - aux_sym_output_stream_statement_token1, - STATE(759), 1, - sym__logical_operator, - STATE(760), 1, - sym__additive_operator, - STATE(761), 1, - sym__multiplicative_operator, - STATE(762), 1, - sym__comparison_operator, - ACTIONS(1098), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1104), 2, - sym__or_operator, - sym__and_operator, - ACTIONS(2373), 2, - anon_sym_STAR, - aux_sym__multiplicative_operator_token1, - ACTIONS(2377), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(3023), 2, - sym_comment, - sym_include, - ACTIONS(2375), 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, @@ -228862,140 +233122,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token7, aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, - [205791] = 27, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3153), 1, - sym_of, - STATE(3171), 1, - sym__pre_tuning, - STATE(3251), 1, - aux_sym_for_phrase_repeat1, - STATE(3290), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3643), 1, - aux_sym_for_phrase_repeat2, - STATE(4228), 1, - sym_on_error_phrase, - STATE(4591), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5220), 1, - aux_sym_for_statement_repeat1, - STATE(5227), 1, - sym_on_stop_phrase, - STATE(5928), 1, - sym_body, - STATE(3024), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [205878] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4253), 1, - sym__terminator, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - STATE(3056), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3025), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [205948] = 6, + aux_sym_include_argument_token1, + [211172] = 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(232), 2, sym__or_operator, sym__and_operator, - STATE(3026), 2, + STATE(3083), 2, sym_comment, sym_include, - ACTIONS(198), 24, + 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -229011,18 +233161,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [205992] = 5, + anon_sym_NO_DASHERROR, + [211217] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(176), 2, + ACTIONS(240), 2, sym__or_operator, sym__and_operator, - STATE(3027), 2, + STATE(3084), 2, sym_comment, sym_include, - ACTIONS(178), 25, + ACTIONS(242), 26, anon_sym_SLASH, anon_sym_LBRACE, anon_sym_RBRACE, @@ -229033,6 +233184,7 @@ 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, @@ -229048,28 +233200,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [206034] = 5, + [211260] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(244), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(184), 2, sym__or_operator, sym__and_operator, - STATE(3028), 2, + STATE(3085), 2, sym_comment, sym_include, - ACTIONS(246), 25, + ACTIONS(186), 25, 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -229084,19 +233238,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, - [206076] = 5, + aux_sym_scope_tuning_token1, + [211305] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(172), 2, + ACTIONS(192), 2, sym__or_operator, sym__and_operator, - STATE(3029), 2, + STATE(3086), 2, sym_comment, sym_include, - ACTIONS(174), 25, + ACTIONS(194), 26, anon_sym_SLASH, anon_sym_LBRACE, anon_sym_RBRACE, @@ -229107,6 +233261,7 @@ 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, @@ -229122,18 +233277,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [206118] = 5, + [211348] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(232), 2, + ACTIONS(188), 2, sym__or_operator, sym__and_operator, - STATE(3030), 2, + STATE(3087), 2, sym_comment, sym_include, - ACTIONS(234), 25, + ACTIONS(190), 26, anon_sym_SLASH, anon_sym_LBRACE, anon_sym_RBRACE, @@ -229144,6 +233299,7 @@ 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, @@ -229159,18 +233315,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [206160] = 5, + [211391] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(224), 2, + ACTIONS(184), 2, sym__or_operator, sym__and_operator, - STATE(3031), 2, + STATE(3088), 2, sym_comment, sym_include, - ACTIONS(226), 25, + ACTIONS(186), 26, anon_sym_SLASH, anon_sym_LBRACE, anon_sym_RBRACE, @@ -229181,6 +233337,7 @@ 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, @@ -229196,18 +233353,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [206202] = 5, + [211434] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(220), 2, + ACTIONS(102), 2, sym__or_operator, sym__and_operator, - STATE(3032), 2, + STATE(3089), 2, sym_comment, sym_include, - ACTIONS(222), 25, + ACTIONS(104), 26, anon_sym_SLASH, anon_sym_LBRACE, anon_sym_RBRACE, @@ -229218,6 +233375,7 @@ 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, @@ -229233,18 +233391,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [206244] = 5, + [211477] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(204), 2, + ACTIONS(180), 2, sym__or_operator, sym__and_operator, - STATE(3033), 2, + STATE(3090), 2, sym_comment, sym_include, - ACTIONS(206), 25, + ACTIONS(182), 26, anon_sym_SLASH, anon_sym_LBRACE, anon_sym_RBRACE, @@ -229255,6 +233413,7 @@ 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, @@ -229270,68 +233429,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [206286] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, - sym__or_operator, - sym__and_operator, - STATE(3034), 2, - sym_comment, - sym_include, - ACTIONS(1452), 22, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [206334] = 6, + [211520] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(200), 2, + ACTIONS(224), 2, sym__or_operator, sym__and_operator, - STATE(3035), 2, + STATE(3091), 2, sym_comment, sym_include, - ACTIONS(202), 24, + ACTIONS(226), 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, @@ -229347,59 +233468,18 @@ 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, - [206378] = 8, + [211565] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, - sym__or_operator, - sym__and_operator, - STATE(3036), 2, - sym_comment, - sym_include, - ACTIONS(1452), 22, - anon_sym_SLASH, - anon_sym_STAR, - sym__terminator, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [206426] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(152), 2, + ACTIONS(252), 2, sym__or_operator, sym__and_operator, - STATE(3037), 2, + STATE(3092), 2, sym_comment, sym_include, - ACTIONS(154), 25, + ACTIONS(254), 26, anon_sym_SLASH, anon_sym_LBRACE, anon_sym_RBRACE, @@ -229410,6 +233490,7 @@ 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, @@ -229425,69 +233506,86 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [206468] = 9, - ACTIONS(3), 1, + [211608] = 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(2448), 1, - sym_identifier, - ACTIONS(4277), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, - sym__or_operator, - sym__and_operator, - STATE(3038), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3164), 1, + aux_sym_for_phrase_repeat1, + STATE(3168), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3557), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4029), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4997), 1, + aux_sym_for_statement_repeat1, + STATE(5986), 1, + sym_body, + STATE(3093), 2, sym_comment, sym_include, - ACTIONS(1351), 21, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [206518] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [211687] = 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(87), 2, sym__or_operator, sym__and_operator, - STATE(3039), 2, + STATE(3094), 2, sym_comment, sym_include, - ACTIONS(250), 24, + 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, @@ -229503,109 +233601,20 @@ 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, - [206562] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4279), 1, - sym__terminator, - STATE(3086), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3040), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [206632] = 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(3041), 2, - sym_comment, - sym_include, - ACTIONS(238), 25, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [206674] = 6, + [211732] = 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(232), 2, sym__or_operator, sym__and_operator, - STATE(3042), 2, + STATE(3095), 2, sym_comment, sym_include, - ACTIONS(214), 24, + ACTIONS(234), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -229615,6 +233624,7 @@ 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, @@ -229630,28 +233640,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [206718] = 6, + [211777] = 5, 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(3043), 2, + STATE(3096), 2, sym_comment, sym_include, - ACTIONS(182), 24, + 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -229666,31 +233677,33 @@ static 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, - [206762] = 6, + aux_sym_include_argument_token1, + [211820] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(152), 2, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, sym__or_operator, sym__and_operator, - STATE(3044), 2, + STATE(3097), 2, sym_comment, sym_include, - ACTIONS(154), 24, + ACTIONS(1377), 23, 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, @@ -229705,19 +233718,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_scope_tuning_token1, - [206806] = 5, + aux_sym_of_phrase_token1, + [211869] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(124), 2, + ACTIONS(236), 2, sym__or_operator, sym__and_operator, - STATE(3045), 2, + STATE(3098), 2, sym_comment, sym_include, - ACTIONS(126), 25, + ACTIONS(238), 26, anon_sym_SLASH, anon_sym_LBRACE, anon_sym_RBRACE, @@ -229728,6 +233741,7 @@ 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, @@ -229743,20 +233757,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [206848] = 6, + [211912] = 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(102), 2, sym__or_operator, sym__and_operator, - STATE(3046), 2, + STATE(3099), 2, sym_comment, sym_include, - ACTIONS(206), 24, + ACTIONS(104), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -229766,6 +233780,7 @@ 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, @@ -229781,105 +233796,85 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [206892] = 6, - ACTIONS(3), 1, + [211957] = 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(220), 2, - sym__or_operator, - sym__and_operator, - STATE(3047), 2, - sym_comment, - sym_include, - ACTIONS(222), 24, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [206936] = 6, - 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(3048), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3212), 1, + sym_where_clause, + STATE(3213), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3538), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4017), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4939), 1, + aux_sym_for_statement_repeat1, + STATE(5970), 1, + sym_body, + STATE(3100), 2, sym_comment, sym_include, - ACTIONS(226), 24, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [206980] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [212036] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(232), 2, + ACTIONS(216), 2, sym__or_operator, sym__and_operator, - STATE(3049), 2, + STATE(3101), 2, sym_comment, sym_include, - ACTIONS(234), 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -229895,18 +233890,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [207024] = 5, + anon_sym_NO_DASHERROR, + [212081] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(240), 2, + ACTIONS(200), 2, sym__or_operator, sym__and_operator, - STATE(3050), 2, + STATE(3102), 2, sym_comment, sym_include, - ACTIONS(242), 25, + ACTIONS(202), 26, anon_sym_SLASH, anon_sym_LBRACE, anon_sym_RBRACE, @@ -229917,6 +233913,7 @@ 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, @@ -229932,143 +233929,89 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_include_argument_token1, - [207066] = 6, - ACTIONS(3), 1, + [212124] = 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(172), 2, - sym__or_operator, - sym__and_operator, - STATE(3051), 2, - sym_comment, - sym_include, - ACTIONS(174), 24, - anon_sym_SLASH, - sym_identifier, - anon_sym_STAR, - sym__terminator, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [207110] = 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(3052), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3161), 1, + sym_where_clause, + STATE(3166), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3583), 1, + aux_sym_for_phrase_repeat2, + STATE(4003), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4998), 1, + aux_sym_for_statement_repeat1, + STATE(6001), 1, + sym_body, + STATE(3103), 2, sym_comment, sym_include, - ACTIONS(246), 24, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [207154] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [212203] = 9, 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(3053), 2, - sym_comment, - sym_include, - ACTIONS(178), 24, - anon_sym_SLASH, + ACTIONS(2448), 1, sym_identifier, - anon_sym_STAR, - sym__terminator, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [207198] = 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(4233), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, sym__or_operator, sym__and_operator, - STATE(3054), 2, + STATE(3104), 2, sym_comment, sym_include, - ACTIONS(254), 24, + ACTIONS(1232), 22, 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, @@ -230083,21 +234026,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, - [207242] = 6, + aux_sym_else_statement_token1, + [212254] = 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(133), 2, sym__or_operator, sym__and_operator, - STATE(3055), 2, + STATE(3105), 2, sym_comment, sym_include, - ACTIONS(126), 24, + ACTIONS(135), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -230107,6 +234050,7 @@ 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, @@ -230122,80 +234066,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [207286] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4281), 1, - sym__terminator, - STATE(3086), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3056), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [207356] = 6, + [212299] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(240), 2, + ACTIONS(244), 2, sym__or_operator, sym__and_operator, - STATE(3057), 2, + STATE(3106), 2, sym_comment, sym_include, - ACTIONS(242), 24, + ACTIONS(246), 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, aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, anon_sym_LT, anon_sym_LT_EQ, anon_sym_LT_GT, @@ -230210,21 +234103,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, - [207400] = 6, + aux_sym_include_argument_token1, + [212342] = 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(3058), 2, + STATE(3107), 2, sym_comment, sym_include, - ACTIONS(238), 24, + ACTIONS(246), 25, anon_sym_SLASH, sym_identifier, anon_sym_STAR, @@ -230234,6 +234127,7 @@ 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, @@ -230249,17475 +234143,4417 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__comparison_operator_token8, aux_sym__comparison_operator_token9, aux_sym_scope_tuning_token1, - [207444] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4283), 1, - sym__terminator, - STATE(3040), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3059), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [207514] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4285), 1, - sym__terminator, - STATE(3086), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3060), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [207584] = 5, + [212387] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(252), 2, - sym__or_operator, - sym__and_operator, - STATE(3061), 2, - sym_comment, - sym_include, - ACTIONS(254), 25, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [207626] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4287), 1, - sym__terminator, - STATE(3086), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3062), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [207696] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, - sym__or_operator, - sym__and_operator, - STATE(3063), 2, - sym_comment, - sym_include, - ACTIONS(1452), 22, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [207744] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(228), 2, - sym__or_operator, - sym__and_operator, - STATE(3064), 2, - sym_comment, - sym_include, - ACTIONS(230), 25, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [207786] = 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(3065), 2, - sym_comment, - sym_include, - ACTIONS(230), 24, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [207830] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(216), 2, - sym__or_operator, - sym__and_operator, - STATE(3066), 2, - sym_comment, - sym_include, - ACTIONS(218), 25, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [207872] = 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(3067), 2, - sym_comment, - sym_include, - ACTIONS(218), 24, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [207916] = 6, - 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(3068), 2, - sym_comment, - sym_include, - ACTIONS(214), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [207960] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(212), 2, - sym__or_operator, - sym__and_operator, - STATE(3069), 2, - sym_comment, - sym_include, - ACTIONS(214), 25, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [208002] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4289), 1, - sym__terminator, - STATE(3082), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3070), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [208072] = 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(3071), 2, - sym_comment, - sym_include, - ACTIONS(210), 24, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [208116] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(128), 2, - sym__or_operator, - sym__and_operator, - STATE(3072), 2, - sym_comment, - sym_include, - ACTIONS(130), 24, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [208160] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4291), 1, - sym__terminator, - STATE(3062), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3073), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [208230] = 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(3074), 2, - sym_comment, - sym_include, - ACTIONS(182), 24, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [208274] = 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(3075), 2, - sym_comment, - sym_include, - ACTIONS(194), 24, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [208318] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4293), 1, - sym__terminator, - STATE(3086), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3076), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [208388] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(208), 2, - sym__or_operator, - sym__and_operator, - STATE(3077), 2, - sym_comment, - sym_include, - ACTIONS(210), 25, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [208430] = 6, - 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(3078), 2, - sym_comment, - sym_include, - ACTIONS(89), 24, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [208474] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4295), 1, - sym__terminator, - STATE(3092), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3079), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [208544] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(128), 2, - sym__or_operator, - sym__and_operator, - STATE(3080), 2, - sym_comment, - sym_include, - ACTIONS(130), 25, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [208586] = 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(3081), 2, - sym_comment, - sym_include, - ACTIONS(190), 24, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [208630] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4297), 1, - sym__terminator, - STATE(3086), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3082), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [208700] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4299), 1, - sym__terminator, - STATE(3085), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3083), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [208770] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(152), 2, - sym__or_operator, - sym__and_operator, - STATE(3084), 2, - sym_comment, - sym_include, - ACTIONS(154), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [208814] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4301), 1, - sym__terminator, - STATE(3086), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3085), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [208884] = 18, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4303), 1, - sym__terminator, - ACTIONS(4311), 1, - aux_sym_image_phrase_token1, - ACTIONS(4317), 1, - aux_sym_size_phrase_token1, - ACTIONS(4323), 1, - aux_sym_button_tuning_token1, - ACTIONS(4332), 1, - aux_sym_button_tuning_token9, - ACTIONS(4335), 1, - aux_sym_button_tuning_token14, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4305), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4308), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4320), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - ACTIONS(4314), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4326), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - STATE(3086), 3, - sym_comment, - sym_include, - aux_sym_button_definition_repeat1, - ACTIONS(4329), 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, - [208952] = 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, - STATE(3087), 2, - sym_comment, - sym_include, - ACTIONS(186), 24, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [208996] = 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(3088), 2, - sym_comment, - sym_include, - ACTIONS(73), 24, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [209040] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(200), 2, - sym__or_operator, - sym__and_operator, - STATE(3089), 2, - sym_comment, - sym_include, - ACTIONS(202), 25, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [209082] = 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, - STATE(3090), 2, - sym_comment, - sym_include, - ACTIONS(206), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [209126] = 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, - STATE(3091), 2, - sym_comment, - sym_include, - ACTIONS(222), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [209170] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4338), 1, - sym__terminator, - STATE(3086), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3092), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [209240] = 6, - 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(3093), 2, - sym_comment, - sym_include, - ACTIONS(226), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [209284] = 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, - STATE(3094), 2, - sym_comment, - sym_include, - ACTIONS(234), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [209328] = 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(3095), 2, - sym_comment, - sym_include, - ACTIONS(174), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [209372] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(192), 2, - sym__or_operator, - sym__and_operator, - STATE(3096), 2, - sym_comment, - sym_include, - ACTIONS(194), 25, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [209414] = 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(3097), 2, - sym_comment, - sym_include, - ACTIONS(202), 24, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [209458] = 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(3098), 2, - sym_comment, - sym_include, - ACTIONS(73), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [209502] = 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, - STATE(3099), 2, - sym_comment, - sym_include, - ACTIONS(186), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [209546] = 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(3100), 2, - sym_comment, - sym_include, - ACTIONS(246), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [209590] = 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(3101), 2, - sym_comment, - sym_include, - ACTIONS(89), 25, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [209632] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4340), 1, - sym__terminator, - STATE(3060), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3102), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [209702] = 6, - 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(3103), 2, - sym_comment, - sym_include, - ACTIONS(198), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [209746] = 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(3104), 2, - sym_comment, - sym_include, - ACTIONS(178), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [209790] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(188), 2, - sym__or_operator, - sym__and_operator, - STATE(3105), 2, - sym_comment, - sym_include, - ACTIONS(190), 25, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [209832] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4342), 1, - sym__terminator, - STATE(3117), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3106), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [209902] = 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, - STATE(3107), 2, - sym_comment, - sym_include, - ACTIONS(250), 24, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_sym__comparison_operator_token6, - aux_sym__comparison_operator_token7, - aux_sym__comparison_operator_token8, - aux_sym__comparison_operator_token9, - aux_sym_scope_tuning_token1, - [209946] = 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(3108), 2, - sym_comment, - sym_include, - ACTIONS(254), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [209990] = 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(3109), 2, - sym_comment, - sym_include, - ACTIONS(126), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [210034] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2448), 1, - sym_identifier, - ACTIONS(4344), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, - sym__or_operator, - sym__and_operator, - STATE(3110), 2, - sym_comment, - sym_include, - ACTIONS(1351), 21, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [210084] = 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(3111), 2, - sym_comment, - sym_include, - ACTIONS(242), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [210128] = 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(3112), 2, - sym_comment, - sym_include, - ACTIONS(238), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [210172] = 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(3113), 2, - sym_comment, - sym_include, - ACTIONS(250), 25, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [210214] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, - sym__or_operator, - sym__and_operator, - STATE(3114), 2, - sym_comment, - sym_include, - ACTIONS(1452), 22, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [210262] = 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(3115), 2, - sym_comment, - sym_include, - ACTIONS(190), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [210306] = 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(3116), 2, - sym_comment, - sym_include, - ACTIONS(230), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [210350] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4346), 1, - sym__terminator, - STATE(3086), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3117), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [210420] = 6, - 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(3118), 2, - sym_comment, - sym_include, - ACTIONS(89), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [210464] = 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(3119), 2, - sym_comment, - sym_include, - ACTIONS(194), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [210508] = 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(3120), 2, - sym_comment, - sym_include, - ACTIONS(218), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [210552] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(180), 2, - sym__or_operator, - sym__and_operator, - STATE(3121), 2, - sym_comment, - sym_include, - ACTIONS(182), 25, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [210594] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4348), 1, - sym__terminator, - STATE(3125), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3122), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [210664] = 9, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2448), 1, - sym_identifier, - ACTIONS(4350), 1, - aux_sym_input_expression_token2, - STATE(39), 1, - sym_qualified_name, - ACTIONS(1355), 2, - sym__or_operator, - sym__and_operator, - STATE(3123), 2, - sym_comment, - sym_include, - ACTIONS(1351), 21, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [210714] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4352), 1, - sym__terminator, - STATE(3076), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3124), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [210784] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, - aux_sym_image_phrase_token1, - ACTIONS(4263), 1, - aux_sym_size_phrase_token1, - ACTIONS(4267), 1, - aux_sym_button_tuning_token1, - ACTIONS(4273), 1, - aux_sym_button_tuning_token9, - ACTIONS(4275), 1, - aux_sym_button_tuning_token14, - ACTIONS(4354), 1, - sym__terminator, - STATE(3086), 1, - aux_sym_button_definition_repeat1, - STATE(3189), 1, - sym_size_phrase, - STATE(3192), 1, - sym_button_tuning, - ACTIONS(4255), 2, - aux_sym_type_tuning_token2, - aux_sym_button_tuning_token12, - ACTIONS(4257), 2, - aux_sym_variable_tuning_token4, - aux_sym_button_tuning_token17, - ACTIONS(4265), 2, - aux_sym_size_phrase_token2, - aux_sym_size_phrase_token3, - STATE(3125), 2, - sym_comment, - sym_include, - ACTIONS(4261), 3, - aux_sym_image_phrase_token2, - aux_sym_button_tuning_token10, - aux_sym_button_tuning_token11, - ACTIONS(4269), 3, - aux_sym_button_tuning_token3, - aux_sym_button_tuning_token7, - aux_sym_button_tuning_token16, - ACTIONS(4271), 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, - [210854] = 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(3126), 2, - sym_comment, - sym_include, - ACTIONS(73), 25, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [210896] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(196), 2, - sym__or_operator, - sym__and_operator, - STATE(3127), 2, - sym_comment, - sym_include, - ACTIONS(198), 25, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [210938] = 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(3128), 2, - sym_comment, - sym_include, - ACTIONS(210), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [210982] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(128), 2, - sym__or_operator, - sym__and_operator, - STATE(3129), 2, - sym_comment, - sym_include, - ACTIONS(130), 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_operator_token5, - aux_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, - [211026] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(184), 2, - sym__or_operator, - sym__and_operator, - STATE(3130), 2, - sym_comment, - sym_include, - ACTIONS(186), 25, - 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, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [211068] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4356), 1, - sym_identifier, - ACTIONS(4360), 1, - aux_sym_class_type_token1, - STATE(1937), 1, - sym__type, - STATE(3508), 1, - sym_qualified_name, - STATE(3131), 2, - sym_comment, - sym_include, - STATE(3672), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(4358), 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, - [211119] = 25, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3167), 1, - sym__pre_tuning, - STATE(3249), 1, - aux_sym_for_phrase_repeat1, - STATE(3287), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3687), 1, - aux_sym_for_phrase_repeat2, - STATE(4282), 1, - sym_on_error_phrase, - STATE(4438), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5032), 1, - sym_on_stop_phrase, - STATE(5044), 1, - aux_sym_for_statement_repeat1, - STATE(5848), 1, - sym_body, - STATE(3132), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [211200] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, - sym__or_operator, - sym__and_operator, - STATE(3133), 2, - sym_comment, - sym_include, - ACTIONS(1452), 21, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [211247] = 6, - 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_variable_tuning_token2, - STATE(3134), 2, - sym_comment, - sym_include, - ACTIONS(4362), 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, - [211290] = 25, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3170), 1, - sym__pre_tuning, - STATE(3215), 1, - sym_where_clause, - STATE(3216), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3633), 1, - aux_sym_for_phrase_repeat2, - STATE(4304), 1, - sym_on_error_phrase, - STATE(4454), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4875), 1, - sym_on_stop_phrase, - STATE(4876), 1, - aux_sym_for_statement_repeat1, - STATE(6343), 1, - sym_body, - STATE(3135), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [211371] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4368), 1, - sym__escaped_string, - STATE(3136), 2, - sym_comment, - sym_include, - ACTIONS(4366), 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, - [211412] = 25, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3164), 1, - sym__pre_tuning, - STATE(3204), 1, - aux_sym_for_phrase_repeat1, - STATE(3246), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3632), 1, - aux_sym_for_phrase_repeat2, - STATE(4380), 1, - sym_on_error_phrase, - STATE(4613), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5164), 1, - aux_sym_for_statement_repeat1, - STATE(5170), 1, - sym_on_stop_phrase, - STATE(5845), 1, - sym_body, - STATE(3137), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [211493] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4370), 1, - sym_identifier, - ACTIONS(4374), 1, - aux_sym_class_type_token1, - STATE(1937), 1, - sym__type, - STATE(2788), 1, - sym_qualified_name, - STATE(3138), 2, - sym_comment, - sym_include, - STATE(3161), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(4372), 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, - [211544] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, - sym__or_operator, - sym__and_operator, - STATE(3139), 2, - sym_comment, - sym_include, - ACTIONS(1452), 21, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [211591] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4378), 1, - sym__escaped_string, - STATE(3140), 2, - sym_comment, - sym_include, - ACTIONS(4376), 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, - [211632] = 25, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3173), 1, - sym__pre_tuning, - STATE(3282), 1, - sym_where_clause, - STATE(3289), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3690), 1, - aux_sym_for_phrase_repeat2, - STATE(4344), 1, - sym_on_error_phrase, - STATE(4452), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5103), 1, - sym_on_stop_phrase, - STATE(5107), 1, - aux_sym_for_statement_repeat1, - STATE(6014), 1, - sym_body, - STATE(3141), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [211713] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3996), 1, - aux_sym_variable_tuning_token2, - STATE(3142), 2, - sym_comment, - sym_include, - ACTIONS(3994), 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, - [211756] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4380), 1, - sym_identifier, - ACTIONS(4382), 1, - aux_sym_class_type_token1, - STATE(1937), 1, - sym__type, - STATE(3508), 1, - sym_qualified_name, - STATE(3143), 2, - sym_comment, - sym_include, - STATE(3672), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(4358), 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, - [211807] = 25, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3163), 1, - sym__pre_tuning, - STATE(3280), 1, - sym_where_clause, - STATE(3288), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3675), 1, - aux_sym_for_phrase_repeat2, - STATE(4264), 1, - sym_on_error_phrase, - STATE(4505), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4943), 1, - aux_sym_for_statement_repeat1, - STATE(4945), 1, - sym_on_stop_phrase, - STATE(6041), 1, - sym_body, - STATE(3144), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [211888] = 25, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3179), 1, - sym__pre_tuning, - STATE(3240), 1, - sym_where_clause, - STATE(3241), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3642), 1, - aux_sym_for_phrase_repeat2, - STATE(4374), 1, - sym_on_error_phrase, - STATE(4594), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5214), 1, - aux_sym_for_statement_repeat1, - STATE(5217), 1, - sym_on_stop_phrase, - STATE(5981), 1, - sym_body, - STATE(3145), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [211969] = 6, - 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_variable_tuning_token2, - STATE(3146), 2, - sym_comment, - sym_include, - ACTIONS(4384), 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, - [212012] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4390), 1, - aux_sym_variable_tuning_token2, - STATE(3147), 2, - sym_comment, - sym_include, - ACTIONS(4388), 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, - [212055] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4394), 1, - sym__escaped_string, - STATE(3148), 2, - sym_comment, - sym_include, - ACTIONS(4392), 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, - [212096] = 25, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3178), 1, - sym__pre_tuning, - STATE(3235), 1, - aux_sym_for_phrase_repeat1, - STATE(3237), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3683), 1, - aux_sym_for_phrase_repeat2, - STATE(4256), 1, - sym_on_error_phrase, - STATE(4541), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4974), 1, - aux_sym_for_statement_repeat1, - STATE(4976), 1, - sym_on_stop_phrase, - STATE(5925), 1, - sym_body, - STATE(3149), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [212177] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3708), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(3710), 1, - aux_sym_dataset_expression_token1, - ACTIONS(3767), 1, - aux_sym_property_definition_token1, - ACTIONS(3769), 1, - aux_sym_event_definition_token1, - STATE(3336), 1, - aux_sym_property_definition_repeat1, - STATE(3387), 1, - sym_serialization_tuning, - STATE(3412), 1, - aux_sym_variable_definition_repeat1, - STATE(3414), 1, - aux_sym_event_definition_repeat1, - STATE(3432), 1, - sym_property_type, - STATE(3614), 1, - aux_sym_buffer_definition_repeat1, - ACTIONS(3599), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(3765), 2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - STATE(3150), 2, - sym_comment, - sym_include, - STATE(3391), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [212246] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(2454), 1, - sym_identifier, - STATE(51), 1, - sym_qualified_name, - ACTIONS(1454), 2, - sym__or_operator, - sym__and_operator, - STATE(3151), 2, - sym_comment, - sym_include, - ACTIONS(1452), 21, - anon_sym_SLASH, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym__multiplicative_operator_token1, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_LT_GT, - anon_sym_GT, - anon_sym_GT_EQ, - aux_sym__comparison_operator_token1, - aux_sym__comparison_operator_token2, - aux_sym__comparison_operator_token3, - aux_sym__comparison_operator_token4, - aux_sym__comparison_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, - [212293] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3195), 1, - sym_of, - STATE(3247), 1, - sym__pre_tuning, - STATE(3296), 1, - sym_where_clause, - STATE(3304), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(4025), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4772), 1, - sym_on_error_phrase, - STATE(4816), 1, - sym_on_quit_phrase, - STATE(5725), 1, - sym_on_stop_phrase, - ACTIONS(4154), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3152), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [212372] = 25, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3174), 1, - sym__pre_tuning, - STATE(3223), 1, - aux_sym_for_phrase_repeat1, - STATE(3227), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3679), 1, - aux_sym_for_phrase_repeat2, - STATE(4351), 1, - sym_on_error_phrase, - STATE(4479), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5205), 1, - aux_sym_for_statement_repeat1, - STATE(5221), 1, - sym_on_stop_phrase, - STATE(5979), 1, - sym_body, - STATE(3153), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [212453] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4398), 1, - sym__escaped_string, - STATE(3154), 2, - sym_comment, - sym_include, - ACTIONS(4396), 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, - [212494] = 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_variable_tuning_token2, - STATE(3155), 2, - sym_comment, - sym_include, - ACTIONS(4400), 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, - [212537] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4404), 1, - sym_identifier, - ACTIONS(4406), 1, - aux_sym_class_type_token1, - STATE(3508), 1, - sym_qualified_name, - STATE(5172), 1, - sym__type, - STATE(3156), 2, - sym_comment, - sym_include, - STATE(3672), 3, - sym_primitive_type, - sym_class_type, - sym_generic_type, - ACTIONS(4358), 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, - [212588] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4410), 1, - sym__escaped_string, - STATE(3157), 2, - sym_comment, - sym_include, - ACTIONS(4408), 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, - [212629] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3193), 1, - sym_of, - STATE(3254), 1, - sym__pre_tuning, - STATE(3301), 1, - aux_sym_for_phrase_repeat1, - STATE(3307), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(4011), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4736), 1, - sym_on_error_phrase, - STATE(5189), 1, - sym_on_quit_phrase, - STATE(5962), 1, - sym_on_stop_phrase, - ACTIONS(4046), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3158), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [212708] = 25, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3169), 1, - sym__pre_tuning, - STATE(3210), 1, - sym_where_clause, - STATE(3213), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3676), 1, - aux_sym_for_phrase_repeat2, - STATE(4349), 1, - sym_on_error_phrase, - STATE(4474), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5190), 1, - sym_on_stop_phrase, - STATE(5192), 1, - aux_sym_for_statement_repeat1, - STATE(6173), 1, - sym_body, - STATE(3159), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [212789] = 25, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3168), 1, - sym__pre_tuning, - STATE(3255), 1, - sym_where_clause, - STATE(3257), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3648), 1, - aux_sym_for_phrase_repeat2, - STATE(4187), 1, - sym_on_error_phrase, - STATE(4389), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4785), 1, - aux_sym_for_statement_repeat1, - STATE(4787), 1, - sym_on_stop_phrase, - STATE(6282), 1, - sym_body, - STATE(3160), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [212870] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3827), 1, - aux_sym_variable_tuning_token2, - STATE(3161), 2, - sym_comment, - sym_include, - ACTIONS(3823), 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, - [212913] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4414), 1, - sym__escaped_string, - STATE(3162), 2, - sym_comment, - sym_include, - ACTIONS(4412), 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, - [212954] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3276), 1, - sym_where_clause, - STATE(3277), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3665), 1, - aux_sym_for_phrase_repeat2, - STATE(4248), 1, - sym_on_error_phrase, - STATE(4489), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4919), 1, - sym_on_stop_phrase, - STATE(4922), 1, - aux_sym_for_statement_repeat1, - STATE(6063), 1, - sym_body, - STATE(3163), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [213032] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3245), 1, - sym_where_clause, - STATE(3286), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3627), 1, - aux_sym_for_phrase_repeat2, - STATE(4382), 1, - sym_on_error_phrase, - STATE(4622), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5146), 1, - sym_on_stop_phrase, - STATE(5148), 1, - aux_sym_for_statement_repeat1, - STATE(5800), 1, - sym_body, - STATE(3164), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [213110] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3210), 1, - sym_where_clause, - STATE(3213), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3676), 1, - aux_sym_for_phrase_repeat2, - STATE(4349), 1, - sym_on_error_phrase, - STATE(4474), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5190), 1, - sym_on_stop_phrase, - STATE(5192), 1, - aux_sym_for_statement_repeat1, - STATE(6173), 1, - sym_body, - STATE(3165), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [213188] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4420), 1, - aux_sym_button_tuning_token15, - ACTIONS(4418), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3166), 2, - sym_comment, - sym_include, - ACTIONS(4416), 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, - [213232] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3248), 1, - aux_sym_for_phrase_repeat1, - STATE(3256), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3666), 1, - aux_sym_for_phrase_repeat2, - STATE(4247), 1, - sym_on_error_phrase, - STATE(4536), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5325), 1, - aux_sym_for_statement_repeat1, - STATE(5329), 1, - sym_on_stop_phrase, - STATE(6013), 1, - sym_body, - STATE(3167), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [213310] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3217), 1, - sym_where_clause, - STATE(3219), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3641), 1, - aux_sym_for_phrase_repeat2, - STATE(4222), 1, - sym_on_error_phrase, - STATE(4440), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4841), 1, - aux_sym_for_statement_repeat1, - STATE(4843), 1, - sym_on_stop_phrase, - STATE(6361), 1, - sym_body, - STATE(3168), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [213388] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3196), 1, - sym_where_clause, - STATE(3198), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3671), 1, - aux_sym_for_phrase_repeat2, - STATE(4356), 1, - sym_on_error_phrase, - STATE(4500), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5224), 1, - aux_sym_for_statement_repeat1, - STATE(5225), 1, - sym_on_stop_phrase, - STATE(6229), 1, - sym_body, - STATE(3169), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [213466] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3206), 1, - sym_where_clause, - STATE(3209), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3626), 1, - aux_sym_for_phrase_repeat2, - STATE(4316), 1, - sym_on_error_phrase, - STATE(4514), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4932), 1, - aux_sym_for_statement_repeat1, - STATE(4934), 1, - sym_on_stop_phrase, - STATE(6330), 1, - sym_body, - STATE(3170), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [213544] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3223), 1, - aux_sym_for_phrase_repeat1, - STATE(3227), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3679), 1, - aux_sym_for_phrase_repeat2, - STATE(4351), 1, - sym_on_error_phrase, - STATE(4479), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5205), 1, - aux_sym_for_statement_repeat1, - STATE(5221), 1, - sym_on_stop_phrase, - STATE(5979), 1, - sym_body, - STATE(3171), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [213622] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3255), 1, - sym_where_clause, - STATE(3257), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3648), 1, - aux_sym_for_phrase_repeat2, - STATE(4187), 1, - sym_on_error_phrase, - STATE(4389), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4785), 1, - aux_sym_for_statement_repeat1, - STATE(4787), 1, - sym_on_stop_phrase, - STATE(6282), 1, - sym_body, - STATE(3172), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [213700] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3218), 1, - sym_where_clause, - STATE(3225), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3681), 1, - aux_sym_for_phrase_repeat2, - STATE(4347), 1, - sym_on_error_phrase, - STATE(4471), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5163), 1, - aux_sym_for_statement_repeat1, - STATE(5168), 1, - sym_on_stop_phrase, - STATE(6139), 1, - sym_body, - STATE(3173), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [213778] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3266), 1, - aux_sym_for_phrase_repeat1, - STATE(3267), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3700), 1, - aux_sym_for_phrase_repeat2, - STATE(4297), 1, - sym_on_error_phrase, - STATE(4409), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4831), 1, - aux_sym_for_statement_repeat1, - STATE(4833), 1, - sym_on_stop_phrase, - STATE(5748), 1, - sym_body, - STATE(3174), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [213856] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3543), 1, - aux_sym_variable_definition_token4, - STATE(3175), 2, - sym_comment, - sym_include, - ACTIONS(4422), 23, - 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_property_definition_token1, - aux_sym_event_definition_token1, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - [213898] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3235), 1, - aux_sym_for_phrase_repeat1, - STATE(3237), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3683), 1, - aux_sym_for_phrase_repeat2, - STATE(4256), 1, - sym_on_error_phrase, - STATE(4541), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4974), 1, - aux_sym_for_statement_repeat1, - STATE(4976), 1, - sym_on_stop_phrase, - STATE(5925), 1, - sym_body, - STATE(3176), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [213976] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3249), 1, - aux_sym_for_phrase_repeat1, - STATE(3287), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3687), 1, - aux_sym_for_phrase_repeat2, - STATE(4282), 1, - sym_on_error_phrase, - STATE(4438), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5032), 1, - sym_on_stop_phrase, - STATE(5044), 1, - aux_sym_for_statement_repeat1, - STATE(5848), 1, - sym_body, - STATE(3177), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [214054] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3271), 1, - aux_sym_for_phrase_repeat1, - STATE(3274), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3677), 1, - aux_sym_for_phrase_repeat2, - STATE(4268), 1, - sym_on_error_phrase, - STATE(4510), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4951), 1, - sym_on_stop_phrase, - STATE(4952), 1, - aux_sym_for_statement_repeat1, - STATE(5998), 1, - sym_body, - STATE(3178), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [214132] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3212), 1, - sym_where_clause, - STATE(3222), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3634), 1, - aux_sym_for_phrase_repeat2, - STATE(4379), 1, - sym_on_error_phrase, - STATE(4604), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5180), 1, - sym_on_stop_phrase, - STATE(5183), 1, - aux_sym_for_statement_repeat1, - STATE(5884), 1, - sym_body, - STATE(3179), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [214210] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3204), 1, - aux_sym_for_phrase_repeat1, - STATE(3246), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3632), 1, - aux_sym_for_phrase_repeat2, - STATE(4380), 1, - sym_on_error_phrase, - STATE(4613), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5164), 1, - aux_sym_for_statement_repeat1, - STATE(5170), 1, - sym_on_stop_phrase, - STATE(5845), 1, - sym_body, - STATE(3180), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [214288] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3240), 1, - sym_where_clause, - STATE(3241), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3642), 1, - aux_sym_for_phrase_repeat2, - STATE(4374), 1, - sym_on_error_phrase, - STATE(4594), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5214), 1, - aux_sym_for_statement_repeat1, - STATE(5217), 1, - sym_on_stop_phrase, - STATE(5981), 1, - sym_body, - STATE(3181), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [214366] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4420), 1, - aux_sym_button_tuning_token2, - ACTIONS(4418), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3182), 2, - sym_comment, - sym_include, - ACTIONS(4416), 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, - [214410] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3215), 1, - sym_where_clause, - STATE(3216), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3633), 1, - aux_sym_for_phrase_repeat2, - STATE(4304), 1, - sym_on_error_phrase, - STATE(4454), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4875), 1, - sym_on_stop_phrase, - STATE(4876), 1, - aux_sym_for_statement_repeat1, - STATE(6343), 1, - sym_body, - STATE(3183), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [214488] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3282), 1, - sym_where_clause, - STATE(3289), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3690), 1, - aux_sym_for_phrase_repeat2, - STATE(4344), 1, - sym_on_error_phrase, - STATE(4452), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5103), 1, - sym_on_stop_phrase, - STATE(5107), 1, - aux_sym_for_statement_repeat1, - STATE(6014), 1, - sym_body, - STATE(3184), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [214566] = 24, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3280), 1, - sym_where_clause, - STATE(3288), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3675), 1, - aux_sym_for_phrase_repeat2, - STATE(4264), 1, - sym_on_error_phrase, - STATE(4505), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4943), 1, - aux_sym_for_statement_repeat1, - STATE(4945), 1, - sym_on_stop_phrase, - STATE(6041), 1, - sym_body, - STATE(3185), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [214644] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4426), 1, - aux_sym_using_statement_token2, - ACTIONS(4428), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3186), 2, - sym_comment, - sym_include, - ACTIONS(4424), 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, - [214688] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4432), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3187), 2, - sym_comment, - sym_include, - ACTIONS(4430), 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, - [214729] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4436), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3188), 2, - sym_comment, - sym_include, - ACTIONS(4434), 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, - [214770] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4418), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3189), 2, - sym_comment, - sym_include, - ACTIONS(4416), 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, - [214811] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2386), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3190), 2, - sym_comment, - sym_include, - ACTIONS(2384), 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, - [214852] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4440), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3191), 2, - sym_comment, - sym_include, - ACTIONS(4438), 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, - [214893] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4444), 2, - aux_sym_image_phrase_token1, - aux_sym_size_phrase_token1, - STATE(3192), 2, - sym_comment, - sym_include, - ACTIONS(4442), 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, - [214934] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3228), 1, - sym__pre_tuning, - STATE(3319), 1, - sym_where_clause, - STATE(3321), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3985), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4689), 1, - sym_on_error_phrase, - STATE(5246), 1, - sym_on_quit_phrase, - STATE(6122), 1, - sym_on_stop_phrase, - ACTIONS(4446), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3193), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [215007] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4466), 1, - aux_sym_variable_definition_token4, - ACTIONS(4468), 1, - aux_sym_argument_mode_token3, - ACTIONS(4473), 1, - aux_sym_property_definition_token1, - ACTIONS(4475), 1, - aux_sym_event_definition_token1, - STATE(7060), 1, - sym_scope_tuning, - ACTIONS(4448), 2, - aux_sym_temp_table_expression_token1, - aux_sym_variable_definition_token3, - ACTIONS(4463), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(4470), 2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - STATE(3194), 2, - sym_comment, - sym_include, - ACTIONS(4450), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - ACTIONS(4452), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(4458), 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, - [215066] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3233), 1, - sym__pre_tuning, - STATE(3323), 1, - aux_sym_for_phrase_repeat1, - STATE(3325), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(4014), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4737), 1, - sym_on_error_phrase, - STATE(5167), 1, - sym_on_quit_phrase, - STATE(5954), 1, - sym_on_stop_phrase, - ACTIONS(4477), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3195), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [215139] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3279), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3667), 1, - aux_sym_for_phrase_repeat2, - STATE(4362), 1, - sym_on_error_phrase, - STATE(4523), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5274), 1, - aux_sym_for_statement_repeat1, - STATE(5277), 1, - sym_on_stop_phrase, - STATE(6363), 1, - sym_body, - STATE(3196), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [215211] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3658), 1, - aux_sym_for_phrase_repeat2, - STATE(4223), 1, - sym_on_error_phrase, - STATE(4581), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5241), 1, - sym_on_stop_phrase, - STATE(5242), 1, - aux_sym_for_statement_repeat1, - STATE(6124), 1, - sym_body, - STATE(3197), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [215283] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3667), 1, - aux_sym_for_phrase_repeat2, - STATE(4362), 1, - sym_on_error_phrase, - STATE(4523), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5274), 1, - aux_sym_for_statement_repeat1, - STATE(5277), 1, - sym_on_stop_phrase, - STATE(6363), 1, - sym_body, - STATE(3198), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [215355] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3675), 1, - aux_sym_for_phrase_repeat2, - STATE(4264), 1, - sym_on_error_phrase, - STATE(4505), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4943), 1, - aux_sym_for_statement_repeat1, - STATE(4945), 1, - sym_on_stop_phrase, - STATE(6041), 1, - sym_body, - STATE(3199), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [215427] = 13, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4466), 1, - aux_sym_variable_definition_token4, - ACTIONS(4468), 1, - aux_sym_argument_mode_token3, - ACTIONS(4473), 1, - aux_sym_property_definition_token1, - ACTIONS(4475), 1, - aux_sym_event_definition_token1, - ACTIONS(4448), 2, - aux_sym_temp_table_expression_token1, - aux_sym_variable_definition_token3, - ACTIONS(4463), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(4470), 2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - STATE(3200), 2, - sym_comment, - sym_include, - ACTIONS(4450), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - ACTIONS(4458), 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, - [215481] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3683), 1, - aux_sym_for_phrase_repeat2, - STATE(4256), 1, - sym_on_error_phrase, - STATE(4541), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4974), 1, - aux_sym_for_statement_repeat1, - STATE(4976), 1, - sym_on_stop_phrase, - STATE(5925), 1, - sym_body, - STATE(3201), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [215553] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4483), 1, - aux_sym_while_phrase_token1, - ACTIONS(4485), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4487), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(4489), 1, - aux_sym_do_tuning_token1, - STATE(3599), 1, - sym_to_phrase, - STATE(3821), 1, - aux_sym_do_block_repeat1, - STATE(3830), 1, - sym_while_phrase, - STATE(4603), 1, - sym_stop_after_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5001), 1, - sym_do_tuning, - STATE(5808), 1, - sym_body, - STATE(6868), 1, - sym_assignment, - STATE(3202), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - STATE(6295), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [215625] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3669), 1, - aux_sym_for_phrase_repeat2, - STATE(4359), 1, - sym_on_error_phrase, - STATE(4520), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5262), 1, - aux_sym_for_statement_repeat1, - STATE(5266), 1, - sym_on_stop_phrase, - STATE(6239), 1, - sym_body, - STATE(3203), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [215697] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3627), 1, - aux_sym_for_phrase_repeat2, - STATE(4382), 1, - sym_on_error_phrase, - STATE(4622), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5146), 1, - sym_on_stop_phrase, - STATE(5148), 1, - aux_sym_for_statement_repeat1, - STATE(5800), 1, - sym_body, - STATE(3204), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [215769] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3629), 1, - aux_sym_for_phrase_repeat2, - STATE(4333), 1, - sym_on_error_phrase, - STATE(4598), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5012), 1, - aux_sym_for_statement_repeat1, - STATE(5013), 1, - sym_on_stop_phrase, - STATE(6316), 1, - sym_body, - STATE(3205), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [215841] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3205), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3652), 1, - aux_sym_for_phrase_repeat2, - STATE(4354), 1, - sym_on_error_phrase, - STATE(4560), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4994), 1, - aux_sym_for_statement_repeat1, - STATE(4995), 1, - sym_on_stop_phrase, - STATE(6321), 1, - sym_body, - STATE(3206), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [215913] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4491), 1, - aux_sym__block_terminator_token1, - ACTIONS(4493), 1, - aux_sym_while_phrase_token1, - ACTIONS(4495), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(4497), 1, - aux_sym_on_error_phrase_token1, - STATE(3604), 1, - sym_to_phrase, - STATE(3843), 1, - sym_while_phrase, - STATE(4020), 1, - sym_on_error_phrase, - STATE(4062), 1, - sym_on_quit_phrase, - STATE(4206), 1, - sym_on_stop_phrase, - STATE(4220), 1, - aux_sym_repeat_statement_repeat1, - STATE(4758), 1, - sym_object_access, - STATE(5281), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6165), 1, - sym_body, - STATE(6576), 1, - sym_assignment, - STATE(3207), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [215989] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4493), 1, - aux_sym_while_phrase_token1, - ACTIONS(4495), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(4497), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4499), 1, - aux_sym__block_terminator_token1, - STATE(1946), 1, - sym__block_terminator, - STATE(3582), 1, - sym_to_phrase, - STATE(3719), 1, - sym_while_phrase, - STATE(3984), 1, - sym_on_error_phrase, - STATE(4111), 1, - sym_on_quit_phrase, - STATE(4369), 1, - aux_sym_repeat_statement_repeat1, - STATE(4373), 1, - sym_on_stop_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6267), 1, - sym_body, - STATE(6576), 1, - sym_assignment, - STATE(3208), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [216065] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3652), 1, - aux_sym_for_phrase_repeat2, - STATE(4354), 1, - sym_on_error_phrase, - STATE(4560), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4994), 1, - aux_sym_for_statement_repeat1, - STATE(4995), 1, - sym_on_stop_phrase, - STATE(6321), 1, - sym_body, - STATE(3209), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [216137] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3198), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3671), 1, - aux_sym_for_phrase_repeat2, - STATE(4356), 1, - sym_on_error_phrase, - STATE(4500), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5224), 1, - aux_sym_for_statement_repeat1, - STATE(5225), 1, - sym_on_stop_phrase, - STATE(6229), 1, - sym_body, - STATE(3210), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [216209] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3655), 1, - aux_sym_for_phrase_repeat2, - STATE(4364), 1, - sym_on_error_phrase, - STATE(4545), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4967), 1, - aux_sym_for_statement_repeat1, - STATE(4978), 1, - sym_on_stop_phrase, - STATE(6327), 1, - sym_body, - STATE(3211), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [216281] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3262), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3630), 1, - aux_sym_for_phrase_repeat2, - STATE(4381), 1, - sym_on_error_phrase, - STATE(4618), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5154), 1, - sym_on_stop_phrase, - STATE(5155), 1, - aux_sym_for_statement_repeat1, - STATE(5813), 1, - sym_body, - STATE(3212), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [216353] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3671), 1, - aux_sym_for_phrase_repeat2, - STATE(4356), 1, - sym_on_error_phrase, - STATE(4500), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5224), 1, - aux_sym_for_statement_repeat1, - STATE(5225), 1, - sym_on_stop_phrase, - STATE(6229), 1, - sym_body, - STATE(3213), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [216425] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3688), 1, - aux_sym_for_phrase_repeat2, - STATE(4334), 1, - sym_on_error_phrase, - STATE(4644), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5099), 1, - sym_on_stop_phrase, - STATE(5102), 1, - aux_sym_for_statement_repeat1, - STATE(5681), 1, - sym_body, - STATE(3214), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [216497] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3209), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3626), 1, - aux_sym_for_phrase_repeat2, - STATE(4316), 1, - sym_on_error_phrase, - STATE(4514), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4932), 1, - aux_sym_for_statement_repeat1, - STATE(4934), 1, - sym_on_stop_phrase, - STATE(6330), 1, - sym_body, - STATE(3215), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [216569] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3626), 1, - aux_sym_for_phrase_repeat2, - STATE(4316), 1, - sym_on_error_phrase, - STATE(4514), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4932), 1, - aux_sym_for_statement_repeat1, - STATE(4934), 1, - sym_on_stop_phrase, - STATE(6330), 1, - sym_body, - STATE(3216), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [216641] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3211), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3628), 1, - aux_sym_for_phrase_repeat2, - STATE(4305), 1, - sym_on_error_phrase, - STATE(4484), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4912), 1, - aux_sym_for_statement_repeat1, - STATE(4918), 1, - sym_on_stop_phrase, - STATE(6337), 1, - sym_body, - STATE(3217), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [216713] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3203), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3673), 1, - aux_sym_for_phrase_repeat2, - STATE(4355), 1, - sym_on_error_phrase, - STATE(4483), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5207), 1, - aux_sym_for_statement_repeat1, - STATE(5218), 1, - sym_on_stop_phrase, - STATE(6218), 1, - sym_body, - STATE(3218), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [216785] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3628), 1, - aux_sym_for_phrase_repeat2, - STATE(4305), 1, - sym_on_error_phrase, - STATE(4484), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4912), 1, - aux_sym_for_statement_repeat1, - STATE(4918), 1, - sym_on_stop_phrase, - STATE(6337), 1, - sym_body, - STATE(3219), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [216857] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3633), 1, - aux_sym_for_phrase_repeat2, - STATE(4304), 1, - sym_on_error_phrase, - STATE(4454), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4875), 1, - sym_on_stop_phrase, - STATE(4876), 1, - aux_sym_for_statement_repeat1, - STATE(6343), 1, - sym_body, - STATE(3220), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [216929] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4493), 1, - aux_sym_while_phrase_token1, - ACTIONS(4495), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(4497), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4501), 1, - aux_sym__block_terminator_token1, - STATE(2230), 1, - sym__block_terminator, - STATE(3597), 1, - sym_to_phrase, - STATE(3811), 1, - sym_while_phrase, - STATE(3983), 1, - sym_on_error_phrase, - STATE(4082), 1, - sym_on_quit_phrase, - STATE(4306), 1, - aux_sym_repeat_statement_repeat1, - STATE(4307), 1, - sym_on_stop_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6356), 1, - sym_body, - STATE(6576), 1, - sym_assignment, - STATE(3221), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [217005] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3630), 1, - aux_sym_for_phrase_repeat2, - STATE(4381), 1, - sym_on_error_phrase, - STATE(4618), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5154), 1, - sym_on_stop_phrase, - STATE(5155), 1, - aux_sym_for_statement_repeat1, - STATE(5813), 1, - sym_body, - STATE(3222), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [217077] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3700), 1, - aux_sym_for_phrase_repeat2, - STATE(4297), 1, - sym_on_error_phrase, - STATE(4409), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4831), 1, - aux_sym_for_statement_repeat1, - STATE(4833), 1, - sym_on_stop_phrase, - STATE(5748), 1, - sym_body, - STATE(3223), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [217149] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3632), 1, - aux_sym_for_phrase_repeat2, - STATE(4380), 1, - sym_on_error_phrase, - STATE(4613), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5164), 1, - aux_sym_for_statement_repeat1, - STATE(5170), 1, - sym_on_stop_phrase, - STATE(5845), 1, - sym_body, - STATE(3224), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [217221] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3673), 1, - aux_sym_for_phrase_repeat2, - STATE(4355), 1, - sym_on_error_phrase, - STATE(4483), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5207), 1, - aux_sym_for_statement_repeat1, - STATE(5218), 1, - sym_on_stop_phrase, - STATE(6218), 1, - sym_body, - STATE(3225), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [217293] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3687), 1, - aux_sym_for_phrase_repeat2, - STATE(4282), 1, - sym_on_error_phrase, - STATE(4438), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5032), 1, - sym_on_stop_phrase, - STATE(5044), 1, - aux_sym_for_statement_repeat1, - STATE(5848), 1, - sym_body, - STATE(3226), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [217365] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3266), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3700), 1, - aux_sym_for_phrase_repeat2, - STATE(4297), 1, - sym_on_error_phrase, - STATE(4409), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4831), 1, - aux_sym_for_statement_repeat1, - STATE(4833), 1, - sym_on_stop_phrase, - STATE(5748), 1, - sym_body, - STATE(3227), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [217437] = 21, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3309), 1, - sym_where_clause, - STATE(3324), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(4012), 1, - aux_sym_for_phrase_repeat2, - STATE(4669), 1, - sym_on_error_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5126), 1, - sym_on_quit_phrase, - STATE(6205), 1, - sym_on_stop_phrase, - ACTIONS(4503), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3228), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [217507] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4491), 1, - aux_sym__block_terminator_token1, - ACTIONS(4493), 1, - aux_sym_while_phrase_token1, - ACTIONS(4495), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(4497), 1, - aux_sym_on_error_phrase_token1, - STATE(3539), 1, - sym_to_phrase, - STATE(3959), 1, - sym_while_phrase, - STATE(3992), 1, - sym_on_error_phrase, - STATE(4093), 1, - sym_on_quit_phrase, - STATE(4191), 1, - aux_sym_repeat_statement_repeat1, - STATE(4196), 1, - sym_on_stop_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5109), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6135), 1, - sym_body, - STATE(6576), 1, - sym_assignment, - STATE(3229), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [217583] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3676), 1, - aux_sym_for_phrase_repeat2, - STATE(4349), 1, - sym_on_error_phrase, - STATE(4474), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5190), 1, - sym_on_stop_phrase, - STATE(5192), 1, - aux_sym_for_statement_repeat1, - STATE(6173), 1, - sym_body, - STATE(3230), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [217655] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3204), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3632), 1, - aux_sym_for_phrase_repeat2, - STATE(4380), 1, - sym_on_error_phrase, - STATE(4613), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5164), 1, - aux_sym_for_statement_repeat1, - STATE(5170), 1, - sym_on_stop_phrase, - STATE(5845), 1, - sym_body, - STATE(3231), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [217727] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4483), 1, - aux_sym_while_phrase_token1, - ACTIONS(4485), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4487), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(4489), 1, - aux_sym_do_tuning_token1, - STATE(3608), 1, - sym_to_phrase, - STATE(3792), 1, - sym_while_phrase, - STATE(3793), 1, - aux_sym_do_block_repeat1, - STATE(4635), 1, - sym_stop_after_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5001), 1, - sym_do_tuning, - STATE(5761), 1, - sym_body, - STATE(6868), 1, - sym_assignment, - STATE(3232), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - STATE(6264), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [217799] = 21, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3326), 1, - sym_where_clause, - STATE(3327), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3986), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4690), 1, - sym_on_error_phrase, - STATE(5250), 1, - sym_on_quit_phrase, - STATE(6114), 1, - sym_on_stop_phrase, - ACTIONS(4505), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3233), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [217869] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4483), 1, - aux_sym_while_phrase_token1, - ACTIONS(4485), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4487), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(4489), 1, - aux_sym_do_tuning_token1, - STATE(3619), 1, - sym_to_phrase, - STATE(3963), 1, - sym_while_phrase, - STATE(3967), 1, - aux_sym_do_block_repeat1, - STATE(4556), 1, - sym_stop_after_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5001), 1, - sym_do_tuning, - STATE(6255), 1, - sym_body, - STATE(6868), 1, - sym_assignment, - STATE(3234), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - STATE(6054), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [217941] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3677), 1, - aux_sym_for_phrase_repeat2, - STATE(4268), 1, - sym_on_error_phrase, - STATE(4510), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4951), 1, - sym_on_stop_phrase, - STATE(4952), 1, - aux_sym_for_statement_repeat1, - STATE(5998), 1, - sym_body, - STATE(3235), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [218013] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3241), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3642), 1, - aux_sym_for_phrase_repeat2, - STATE(4374), 1, - sym_on_error_phrase, - STATE(4594), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5214), 1, - aux_sym_for_statement_repeat1, - STATE(5217), 1, - sym_on_stop_phrase, - STATE(5981), 1, - sym_body, - STATE(3236), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [218085] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3271), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3677), 1, - aux_sym_for_phrase_repeat2, - STATE(4268), 1, - sym_on_error_phrase, - STATE(4510), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4951), 1, - sym_on_stop_phrase, - STATE(4952), 1, - aux_sym_for_statement_repeat1, - STATE(5998), 1, - sym_body, - STATE(3237), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [218157] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3690), 1, - aux_sym_for_phrase_repeat2, - STATE(4344), 1, - sym_on_error_phrase, - STATE(4452), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5103), 1, - sym_on_stop_phrase, - STATE(5107), 1, - aux_sym_for_statement_repeat1, - STATE(6014), 1, - sym_body, - STATE(3238), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [218229] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4483), 1, - aux_sym_while_phrase_token1, - ACTIONS(4485), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4487), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(4489), 1, - aux_sym_do_tuning_token1, - STATE(3574), 1, - sym_to_phrase, - STATE(3870), 1, - aux_sym_do_block_repeat1, - STATE(3949), 1, - sym_while_phrase, - STATE(4563), 1, - sym_stop_after_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5001), 1, - sym_do_tuning, - STATE(6197), 1, - sym_body, - STATE(6868), 1, - sym_assignment, - STATE(3239), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - STATE(6086), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [218301] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3222), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3634), 1, - aux_sym_for_phrase_repeat2, - STATE(4379), 1, - sym_on_error_phrase, - STATE(4604), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5180), 1, - sym_on_stop_phrase, - STATE(5183), 1, - aux_sym_for_statement_repeat1, - STATE(5884), 1, - sym_body, - STATE(3240), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [218373] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3634), 1, - aux_sym_for_phrase_repeat2, - STATE(4379), 1, - sym_on_error_phrase, - STATE(4604), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5180), 1, - sym_on_stop_phrase, - STATE(5183), 1, - aux_sym_for_statement_repeat1, - STATE(5884), 1, - sym_body, - STATE(3241), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [218445] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4493), 1, - aux_sym_while_phrase_token1, - ACTIONS(4495), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(4497), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4501), 1, - aux_sym__block_terminator_token1, - STATE(2298), 1, - sym__block_terminator, - STATE(3613), 1, - sym_to_phrase, - STATE(3766), 1, - sym_while_phrase, - STATE(4015), 1, - sym_on_error_phrase, - STATE(4074), 1, - sym_on_quit_phrase, - STATE(4326), 1, - aux_sym_repeat_statement_repeat1, - STATE(4327), 1, - sym_on_stop_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5745), 1, - sym_body, - STATE(6576), 1, - sym_assignment, - STATE(3242), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [218521] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3647), 1, - aux_sym_for_phrase_repeat2, - STATE(4210), 1, - sym_on_error_phrase, - STATE(4648), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5083), 1, - sym_on_stop_phrase, - STATE(5084), 1, - aux_sym_for_statement_repeat1, - STATE(6228), 1, - sym_body, - STATE(3243), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [218593] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4493), 1, - aux_sym_while_phrase_token1, - ACTIONS(4495), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(4497), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4507), 1, - aux_sym__block_terminator_token1, - STATE(2304), 1, - sym__block_terminator, - STATE(3576), 1, - sym_to_phrase, - STATE(3820), 1, - sym_while_phrase, - STATE(4043), 1, - sym_on_error_phrase, - STATE(4076), 1, - sym_on_quit_phrase, - STATE(4274), 1, - aux_sym_repeat_statement_repeat1, - STATE(4301), 1, - sym_on_stop_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5744), 1, - sym_body, - STATE(6576), 1, - sym_assignment, - STATE(3244), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [218669] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3214), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3701), 1, - aux_sym_for_phrase_repeat2, - STATE(4302), 1, - sym_on_error_phrase, - STATE(4636), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5120), 1, - sym_on_stop_phrase, - STATE(5122), 1, - aux_sym_for_statement_repeat1, - STATE(5766), 1, - sym_body, - STATE(3245), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [218741] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3286), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3627), 1, - aux_sym_for_phrase_repeat2, - STATE(4382), 1, - sym_on_error_phrase, - STATE(4622), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5146), 1, - sym_on_stop_phrase, - STATE(5148), 1, - aux_sym_for_statement_repeat1, - STATE(5800), 1, - sym_body, - STATE(3246), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [218813] = 21, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3323), 1, - aux_sym_for_phrase_repeat1, - STATE(3325), 1, - sym_where_clause, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(4014), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4737), 1, - sym_on_error_phrase, - STATE(5167), 1, - sym_on_quit_phrase, - STATE(5954), 1, - sym_on_stop_phrase, - ACTIONS(4477), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3247), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [218883] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3656), 1, - aux_sym_for_phrase_repeat2, - STATE(4195), 1, - sym_on_error_phrase, - STATE(4599), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5197), 1, - sym_on_stop_phrase, - STATE(5198), 1, - aux_sym_for_statement_repeat1, - STATE(6154), 1, - sym_body, - STATE(3248), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [218955] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3666), 1, - aux_sym_for_phrase_repeat2, - STATE(4247), 1, - sym_on_error_phrase, - STATE(4536), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5325), 1, - aux_sym_for_statement_repeat1, - STATE(5329), 1, - sym_on_stop_phrase, - STATE(6013), 1, - sym_body, - STATE(3249), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [219027] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3288), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3675), 1, - aux_sym_for_phrase_repeat2, - STATE(4264), 1, - sym_on_error_phrase, - STATE(4505), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4943), 1, - aux_sym_for_statement_repeat1, - STATE(4945), 1, - sym_on_stop_phrase, - STATE(6041), 1, - sym_body, - STATE(3250), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [219099] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3679), 1, - aux_sym_for_phrase_repeat2, - STATE(4351), 1, - sym_on_error_phrase, - STATE(4479), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5205), 1, - aux_sym_for_statement_repeat1, - STATE(5221), 1, - sym_on_stop_phrase, - STATE(5979), 1, - sym_body, - STATE(3251), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [219171] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4493), 1, - aux_sym_while_phrase_token1, - ACTIONS(4495), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(4497), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4499), 1, - aux_sym__block_terminator_token1, - STATE(1902), 1, - sym__block_terminator, - STATE(3556), 1, - sym_to_phrase, - STATE(3786), 1, - sym_while_phrase, - STATE(4017), 1, - sym_on_error_phrase, - STATE(4066), 1, - sym_on_quit_phrase, - STATE(4279), 1, - aux_sym_repeat_statement_repeat1, - STATE(4291), 1, - sym_on_stop_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6208), 1, - sym_body, - STATE(6576), 1, - sym_assignment, - STATE(3252), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [219247] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4483), 1, - aux_sym_while_phrase_token1, - ACTIONS(4485), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4487), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(4489), 1, - aux_sym_do_tuning_token1, - STATE(3575), 1, - sym_to_phrase, - STATE(3717), 1, - sym_while_phrase, - STATE(3951), 1, - aux_sym_do_block_repeat1, - STATE(4392), 1, - sym_stop_after_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5001), 1, - sym_do_tuning, - STATE(5693), 1, - sym_body, - STATE(6868), 1, - sym_assignment, - STATE(3253), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - STATE(5694), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [219319] = 21, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3806), 1, - aux_sym_where_clause_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3319), 1, - sym_where_clause, - STATE(3321), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3985), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4689), 1, - sym_on_error_phrase, - STATE(5246), 1, - sym_on_quit_phrase, - STATE(6122), 1, - sym_on_stop_phrase, - ACTIONS(4446), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3254), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [219389] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3219), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3641), 1, - aux_sym_for_phrase_repeat2, - STATE(4222), 1, - sym_on_error_phrase, - STATE(4440), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4841), 1, - aux_sym_for_statement_repeat1, - STATE(4843), 1, - sym_on_stop_phrase, - STATE(6361), 1, - sym_body, - STATE(3255), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [219461] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3243), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3656), 1, - aux_sym_for_phrase_repeat2, - STATE(4195), 1, - sym_on_error_phrase, - STATE(4599), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5197), 1, - sym_on_stop_phrase, - STATE(5198), 1, - aux_sym_for_statement_repeat1, - STATE(6154), 1, - sym_body, - STATE(3256), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [219533] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3641), 1, - aux_sym_for_phrase_repeat2, - STATE(4222), 1, - sym_on_error_phrase, - STATE(4440), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4841), 1, - aux_sym_for_statement_repeat1, - STATE(4843), 1, - sym_on_stop_phrase, - STATE(6361), 1, - sym_body, - STATE(3257), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [219605] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3289), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3690), 1, - aux_sym_for_phrase_repeat2, - STATE(4344), 1, - sym_on_error_phrase, - STATE(4452), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5103), 1, - sym_on_stop_phrase, - STATE(5107), 1, - aux_sym_for_statement_repeat1, - STATE(6014), 1, - sym_body, - STATE(3258), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [219677] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3642), 1, - aux_sym_for_phrase_repeat2, - STATE(4374), 1, - sym_on_error_phrase, - STATE(4594), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5214), 1, - aux_sym_for_statement_repeat1, - STATE(5217), 1, - sym_on_stop_phrase, - STATE(5981), 1, - sym_body, - STATE(3259), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [219749] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3648), 1, - aux_sym_for_phrase_repeat2, - STATE(4187), 1, - sym_on_error_phrase, - STATE(4389), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4785), 1, - aux_sym_for_statement_repeat1, - STATE(4787), 1, - sym_on_stop_phrase, - STATE(6282), 1, - sym_body, - STATE(3260), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [219821] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4493), 1, - aux_sym_while_phrase_token1, - ACTIONS(4495), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(4497), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4509), 1, - aux_sym__block_terminator_token1, - STATE(1677), 1, - sym__block_terminator, - STATE(3592), 1, - sym_to_phrase, - STATE(3970), 1, - sym_while_phrase, - STATE(4010), 1, - sym_on_error_phrase, - STATE(4054), 1, - sym_on_quit_phrase, - STATE(4370), 1, - sym_on_stop_phrase, - STATE(4376), 1, - aux_sym_repeat_statement_repeat1, - STATE(4758), 1, - sym_object_access, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5755), 1, - sym_body, - STATE(6576), 1, - sym_assignment, - STATE(3261), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [219897] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3624), 1, - aux_sym_for_phrase_repeat2, - STATE(4328), 1, - sym_on_error_phrase, - STATE(4630), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5133), 1, - sym_on_stop_phrase, - STATE(5134), 1, - aux_sym_for_statement_repeat1, - STATE(5795), 1, - sym_body, - STATE(3262), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [219969] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3257), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3648), 1, - aux_sym_for_phrase_repeat2, - STATE(4187), 1, - sym_on_error_phrase, - STATE(4389), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4785), 1, - aux_sym_for_statement_repeat1, - STATE(4787), 1, - sym_on_stop_phrase, - STATE(6282), 1, - sym_body, - STATE(3263), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [220041] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4493), 1, - aux_sym_while_phrase_token1, - ACTIONS(4495), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(4497), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4507), 1, - aux_sym__block_terminator_token1, - STATE(2092), 1, - sym__block_terminator, - STATE(3552), 1, - sym_to_phrase, - STATE(3796), 1, - sym_while_phrase, - STATE(4007), 1, - sym_on_error_phrase, - STATE(4095), 1, - sym_on_quit_phrase, - STATE(4216), 1, - aux_sym_repeat_statement_repeat1, - STATE(4254), 1, - sym_on_stop_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5807), 1, - sym_body, - STATE(6576), 1, - sym_assignment, - STATE(3264), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [220117] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4483), 1, - aux_sym_while_phrase_token1, - ACTIONS(4485), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4487), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(4489), 1, - aux_sym_do_tuning_token1, - STATE(3545), 1, - sym_to_phrase, - STATE(3712), 1, - sym_while_phrase, - STATE(3958), 1, - aux_sym_do_block_repeat1, - STATE(4415), 1, - sym_stop_after_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5001), 1, - sym_do_tuning, - STATE(6177), 1, - sym_body, - STATE(6868), 1, - sym_assignment, - STATE(3265), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - STATE(6213), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [220189] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3680), 1, - aux_sym_for_phrase_repeat2, - STATE(4189), 1, - sym_on_error_phrase, - STATE(4488), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5204), 1, - aux_sym_for_statement_repeat1, - STATE(5216), 1, - sym_on_stop_phrase, - STATE(5967), 1, - sym_body, - STATE(3266), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [220261] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3197), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3680), 1, - aux_sym_for_phrase_repeat2, - STATE(4189), 1, - sym_on_error_phrase, - STATE(4488), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5204), 1, - aux_sym_for_statement_repeat1, - STATE(5216), 1, - sym_on_stop_phrase, - STATE(5967), 1, - sym_body, - STATE(3267), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [220333] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4483), 1, - aux_sym_while_phrase_token1, - ACTIONS(4485), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4487), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(4489), 1, - aux_sym_do_tuning_token1, - STATE(3617), 1, - sym_to_phrase, - STATE(3833), 1, - aux_sym_do_block_repeat1, - STATE(3834), 1, - sym_while_phrase, - STATE(4443), 1, - sym_stop_after_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5001), 1, - sym_do_tuning, - STATE(5833), 1, - sym_body, - STATE(6868), 1, - sym_assignment, - STATE(3268), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - STATE(5872), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [220405] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3249), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3687), 1, - aux_sym_for_phrase_repeat2, - STATE(4282), 1, - sym_on_error_phrase, - STATE(4438), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5032), 1, - sym_on_stop_phrase, - STATE(5044), 1, - aux_sym_for_statement_repeat1, - STATE(5848), 1, - sym_body, - STATE(3269), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [220477] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4483), 1, - aux_sym_while_phrase_token1, - ACTIONS(4485), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4487), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(4489), 1, - aux_sym_do_tuning_token1, - STATE(3587), 1, - sym_to_phrase, - STATE(3745), 1, - sym_while_phrase, - STATE(3866), 1, - aux_sym_do_block_repeat1, - STATE(4401), 1, - sym_stop_after_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5001), 1, - sym_do_tuning, - STATE(5709), 1, - sym_body, - STATE(6868), 1, - sym_assignment, - STATE(3270), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - STATE(5710), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [220549] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3668), 1, - aux_sym_for_phrase_repeat2, - STATE(4253), 1, - sym_on_error_phrase, - STATE(4491), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4927), 1, - sym_on_stop_phrase, - STATE(4929), 1, - aux_sym_for_statement_repeat1, - STATE(6053), 1, - sym_body, - STATE(3271), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [220621] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4483), 1, - aux_sym_while_phrase_token1, - ACTIONS(4485), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4487), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(4489), 1, - aux_sym_do_tuning_token1, - STATE(3616), 1, - sym_to_phrase, - STATE(3714), 1, - sym_while_phrase, - STATE(3798), 1, - aux_sym_do_block_repeat1, - STATE(4436), 1, - sym_stop_after_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5001), 1, - sym_do_tuning, - STATE(5738), 1, - sym_body, - STATE(6868), 1, - sym_assignment, - STATE(3272), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - STATE(5839), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [220693] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4483), 1, - aux_sym_while_phrase_token1, - ACTIONS(4485), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4487), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(4489), 1, - aux_sym_do_tuning_token1, - STATE(3554), 1, - sym_to_phrase, - STATE(3971), 1, - sym_while_phrase, - STATE(3972), 1, - aux_sym_do_block_repeat1, - STATE(4439), 1, - sym_stop_after_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5001), 1, - sym_do_tuning, - STATE(6143), 1, - sym_body, - STATE(6868), 1, - sym_assignment, - STATE(3273), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - STATE(6249), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [220765] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3278), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3668), 1, - aux_sym_for_phrase_repeat2, - STATE(4253), 1, - sym_on_error_phrase, - STATE(4491), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4927), 1, - sym_on_stop_phrase, - STATE(4929), 1, - aux_sym_for_statement_repeat1, - STATE(6053), 1, - sym_body, - STATE(3274), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [220837] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3660), 1, - aux_sym_for_phrase_repeat2, - STATE(4231), 1, - sym_on_error_phrase, - STATE(4467), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4896), 1, - sym_on_stop_phrase, - STATE(4898), 1, - aux_sym_for_statement_repeat1, - STATE(6074), 1, - sym_body, - STATE(3275), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [220909] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3275), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3661), 1, - aux_sym_for_phrase_repeat2, - STATE(4233), 1, - sym_on_error_phrase, - STATE(4478), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4907), 1, - sym_on_stop_phrase, - STATE(4908), 1, - aux_sym_for_statement_repeat1, - STATE(6071), 1, - sym_body, - STATE(3276), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [220981] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3661), 1, - aux_sym_for_phrase_repeat2, - STATE(4233), 1, - sym_on_error_phrase, - STATE(4478), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4907), 1, - sym_on_stop_phrase, - STATE(4908), 1, - aux_sym_for_statement_repeat1, - STATE(6071), 1, - sym_body, - STATE(3277), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [221053] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3663), 1, - aux_sym_for_phrase_repeat2, - STATE(4236), 1, - sym_on_error_phrase, - STATE(4482), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4913), 1, - sym_on_stop_phrase, - STATE(4915), 1, - aux_sym_for_statement_repeat1, - STATE(6067), 1, - sym_body, - STATE(3278), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [221125] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3664), 1, - aux_sym_for_phrase_repeat2, - STATE(4365), 1, - sym_on_error_phrase, - STATE(4526), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5299), 1, - aux_sym_for_statement_repeat1, - STATE(5302), 1, - sym_on_stop_phrase, - STATE(6328), 1, - sym_body, - STATE(3279), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [221197] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3277), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3665), 1, - aux_sym_for_phrase_repeat2, - STATE(4248), 1, - sym_on_error_phrase, - STATE(4489), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4919), 1, - sym_on_stop_phrase, - STATE(4922), 1, - aux_sym_for_statement_repeat1, - STATE(6063), 1, - sym_body, - STATE(3280), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [221269] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3216), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3633), 1, - aux_sym_for_phrase_repeat2, - STATE(4304), 1, - sym_on_error_phrase, - STATE(4454), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4875), 1, - sym_on_stop_phrase, - STATE(4876), 1, - aux_sym_for_statement_repeat1, - STATE(6343), 1, - sym_body, - STATE(3281), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [221341] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3225), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3681), 1, - aux_sym_for_phrase_repeat2, - STATE(4347), 1, - sym_on_error_phrase, - STATE(4471), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5163), 1, - aux_sym_for_statement_repeat1, - STATE(5168), 1, - sym_on_stop_phrase, - STATE(6139), 1, - sym_body, - STATE(3282), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [221413] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3213), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3676), 1, - aux_sym_for_phrase_repeat2, - STATE(4349), 1, - sym_on_error_phrase, - STATE(4474), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5190), 1, - sym_on_stop_phrase, - STATE(5192), 1, - aux_sym_for_statement_repeat1, - STATE(6173), 1, - sym_body, - STATE(3283), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [221485] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3235), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3683), 1, - aux_sym_for_phrase_repeat2, - STATE(4256), 1, - sym_on_error_phrase, - STATE(4541), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4974), 1, - aux_sym_for_statement_repeat1, - STATE(4976), 1, - sym_on_stop_phrase, - STATE(5925), 1, - sym_body, - STATE(3284), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [221557] = 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(4479), 1, - sym_identifier, - ACTIONS(4481), 1, - anon_sym_COLON, - ACTIONS(4493), 1, - aux_sym_while_phrase_token1, - ACTIONS(4495), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(4497), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4509), 1, - aux_sym__block_terminator_token1, - STATE(1643), 1, - sym__block_terminator, - STATE(3581), 1, - sym_to_phrase, - STATE(3925), 1, - sym_while_phrase, - STATE(3996), 1, - sym_on_error_phrase, - STATE(4088), 1, - sym_on_quit_phrase, - STATE(4358), 1, - aux_sym_repeat_statement_repeat1, - STATE(4361), 1, - sym_on_stop_phrase, - STATE(4758), 1, - sym_object_access, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5787), 1, - sym_body, - STATE(6576), 1, - sym_assignment, - STATE(3285), 2, - sym_comment, - sym_include, - STATE(5546), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [221633] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3701), 1, - aux_sym_for_phrase_repeat2, - STATE(4302), 1, - sym_on_error_phrase, - STATE(4636), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5120), 1, - sym_on_stop_phrase, - STATE(5122), 1, - aux_sym_for_statement_repeat1, - STATE(5766), 1, - sym_body, - STATE(3286), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [221705] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3248), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3666), 1, - aux_sym_for_phrase_repeat2, - STATE(4247), 1, - sym_on_error_phrase, - STATE(4536), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5325), 1, - aux_sym_for_statement_repeat1, - STATE(5329), 1, - sym_on_stop_phrase, - STATE(6013), 1, - sym_body, - STATE(3287), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [221777] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3665), 1, - aux_sym_for_phrase_repeat2, - STATE(4248), 1, - sym_on_error_phrase, - STATE(4489), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4919), 1, - sym_on_stop_phrase, - STATE(4922), 1, - aux_sym_for_statement_repeat1, - STATE(6063), 1, - sym_body, - STATE(3288), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [221849] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3681), 1, - aux_sym_for_phrase_repeat2, - STATE(4347), 1, - sym_on_error_phrase, - STATE(4471), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5163), 1, - aux_sym_for_statement_repeat1, - STATE(5168), 1, - sym_on_stop_phrase, - STATE(6139), 1, - sym_body, - STATE(3289), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [221921] = 22, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3223), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3679), 1, - aux_sym_for_phrase_repeat2, - STATE(4351), 1, - sym_on_error_phrase, - STATE(4479), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5205), 1, - aux_sym_for_statement_repeat1, - STATE(5221), 1, - sym_on_stop_phrase, - STATE(5979), 1, - sym_body, - STATE(3290), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [221993] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4422), 1, - sym__escaped_string, - STATE(3291), 2, - sym_comment, - sym_include, - ACTIONS(3543), 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, - [222032] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4513), 1, - sym__escaped_string, - STATE(3292), 2, - sym_comment, - sym_include, - ACTIONS(4511), 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, - [222071] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(4186), 1, - sym__escaped_string, - STATE(3293), 2, - sym_comment, - sym_include, - ACTIONS(3545), 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, - [222110] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4515), 1, - sym__namedot, - STATE(3294), 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_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_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, - [222149] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4518), 1, - sym__namedot, - STATE(3294), 1, - aux_sym_qualified_name_repeat1, - STATE(3295), 2, - sym_comment, - sym_include, - ACTIONS(109), 19, - sym__terminator, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - aux_sym_variable_tuning_token7, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_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, - [222190] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3323), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(4014), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4737), 1, - sym_on_error_phrase, - STATE(5167), 1, - sym_on_quit_phrase, - STATE(5954), 1, - sym_on_stop_phrase, - ACTIONS(4477), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3296), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [222254] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2410), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4520), 1, - sym__terminator, - STATE(3306), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, - sym_output_stream_tuning, - STATE(3297), 2, - sym_comment, - sym_include, - ACTIONS(2408), 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(2406), 12, - aux_sym__function_argument_with_mode_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, - [222300] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4466), 1, - aux_sym_variable_definition_token4, - ACTIONS(4528), 1, - aux_sym_button_definition_token1, - ACTIONS(4526), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3298), 2, - sym_comment, - sym_include, - ACTIONS(4450), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - ACTIONS(4448), 4, - aux_sym_temp_table_expression_token1, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_variable_definition_token3, - ACTIONS(4522), 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, - [222346] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2410), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4530), 1, - sym__terminator, - STATE(3306), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, - sym_output_stream_tuning, - STATE(3299), 2, - sym_comment, - sym_include, - ACTIONS(2408), 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(2406), 12, - aux_sym__function_argument_with_mode_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, - [222392] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2410), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4532), 1, - sym__terminator, - STATE(3306), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, - sym_output_stream_tuning, - STATE(3300), 2, - sym_comment, - sym_include, - ACTIONS(2408), 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(2406), 12, - aux_sym__function_argument_with_mode_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, - [222438] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3985), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4689), 1, - sym_on_error_phrase, - STATE(5246), 1, - sym_on_quit_phrase, - STATE(6122), 1, - sym_on_stop_phrase, - ACTIONS(4446), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3301), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [222502] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4466), 1, - aux_sym_variable_definition_token4, - ACTIONS(4534), 1, - aux_sym_button_definition_token1, - ACTIONS(4526), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3302), 2, - sym_comment, - sym_include, - ACTIONS(4450), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - ACTIONS(4448), 4, - aux_sym_temp_table_expression_token1, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_variable_definition_token3, - ACTIONS(4522), 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, - [222548] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(4046), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4714), 1, - sym_on_error_phrase, - STATE(4965), 1, - sym_on_quit_phrase, - STATE(6117), 1, - sym_on_stop_phrase, - ACTIONS(4536), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3303), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [222612] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(4014), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4737), 1, - sym_on_error_phrase, - STATE(5167), 1, - sym_on_quit_phrase, - STATE(5954), 1, - sym_on_stop_phrase, - ACTIONS(4477), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3304), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [222676] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4540), 1, - aux_sym_input_stream_tuning_token10, - ACTIONS(4542), 1, - aux_sym_input_stream_tuning_token11, - STATE(3305), 2, - sym_comment, - sym_include, - ACTIONS(4538), 18, - sym__terminator, - aux_sym__function_argument_with_mode_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, - [222716] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4544), 1, - sym__terminator, - ACTIONS(4552), 1, - aux_sym_input_stream_tuning_token9, - STATE(3375), 1, - sym_output_stream_tuning, - STATE(3306), 3, - sym_comment, - sym_include, - aux_sym_output_stream_statement_repeat1, - ACTIONS(4549), 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(4546), 12, - aux_sym__function_argument_with_mode_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, - [222760] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3321), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3985), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4689), 1, - sym_on_error_phrase, - STATE(5246), 1, - sym_on_quit_phrase, - STATE(6122), 1, - sym_on_stop_phrase, - ACTIONS(4446), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3307), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [222824] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(4039), 1, - aux_sym_for_phrase_repeat2, - STATE(4672), 1, - sym_on_error_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5023), 1, - sym_on_quit_phrase, - STATE(6370), 1, - sym_on_stop_phrase, - ACTIONS(4555), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3308), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [222888] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3303), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(4041), 1, - aux_sym_for_phrase_repeat2, - STATE(4679), 1, - sym_on_error_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5019), 1, - sym_on_quit_phrase, - STATE(6296), 1, - sym_on_stop_phrase, - ACTIONS(4557), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3309), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [222952] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4466), 1, - aux_sym_variable_definition_token4, - ACTIONS(4559), 1, - aux_sym_button_definition_token1, - ACTIONS(4526), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3310), 2, - sym_comment, - sym_include, - ACTIONS(4450), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - ACTIONS(4448), 4, - aux_sym_temp_table_expression_token1, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_variable_definition_token3, - ACTIONS(4522), 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, - [222998] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(3311), 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_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_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, - [223034] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2410), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4561), 1, - sym__terminator, - STATE(3306), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, - sym_output_stream_tuning, - STATE(3312), 2, - sym_comment, - sym_include, - ACTIONS(2408), 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(2406), 12, - aux_sym__function_argument_with_mode_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, - [223080] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2410), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4563), 1, - sym__terminator, - STATE(3306), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, - sym_output_stream_tuning, - STATE(3313), 2, - sym_comment, - sym_include, - ACTIONS(2408), 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(2406), 12, - aux_sym__function_argument_with_mode_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, - [223126] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2410), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4565), 1, - sym__terminator, - STATE(3306), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, - sym_output_stream_tuning, - STATE(3314), 2, - sym_comment, - sym_include, - ACTIONS(2408), 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(2406), 12, - aux_sym__function_argument_with_mode_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, - [223172] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2410), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4567), 1, - sym__terminator, - STATE(3306), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, - sym_output_stream_tuning, - STATE(3315), 2, - sym_comment, - sym_include, - ACTIONS(2408), 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(2406), 12, - aux_sym__function_argument_with_mode_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, - [223218] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2410), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4569), 1, - sym__terminator, - STATE(3306), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, - sym_output_stream_tuning, - STATE(3316), 2, - sym_comment, - sym_include, - ACTIONS(2408), 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(2406), 12, - aux_sym__function_argument_with_mode_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, - [223264] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4466), 1, - aux_sym_variable_definition_token4, - ACTIONS(4571), 1, - aux_sym_button_definition_token1, - ACTIONS(4526), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3317), 2, - sym_comment, - sym_include, - ACTIONS(4450), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - ACTIONS(4448), 4, - aux_sym_temp_table_expression_token1, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_variable_definition_token3, - ACTIONS(4522), 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, - [223310] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2410), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4573), 1, - sym__terminator, - STATE(3306), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, - sym_output_stream_tuning, - STATE(3318), 2, - sym_comment, - sym_include, - ACTIONS(2408), 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(2406), 12, - aux_sym__function_argument_with_mode_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, - [223356] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3324), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(4012), 1, - aux_sym_for_phrase_repeat2, - STATE(4669), 1, - sym_on_error_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5126), 1, - sym_on_quit_phrase, - STATE(6205), 1, - sym_on_stop_phrase, - ACTIONS(4503), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3319), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [223420] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2410), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(4575), 1, - sym__terminator, - STATE(3306), 1, - aux_sym_output_stream_statement_repeat1, - STATE(3375), 1, - sym_output_stream_tuning, - STATE(3320), 2, - sym_comment, - sym_include, - ACTIONS(2408), 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(2406), 12, - aux_sym__function_argument_with_mode_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, - [223466] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(4012), 1, - aux_sym_for_phrase_repeat2, - STATE(4669), 1, - sym_on_error_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5126), 1, - sym_on_quit_phrase, - STATE(6205), 1, - sym_on_stop_phrase, - ACTIONS(4503), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3321), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [223530] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4466), 1, - aux_sym_variable_definition_token4, - ACTIONS(4577), 1, - aux_sym_button_definition_token1, - ACTIONS(4526), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3322), 2, - sym_comment, - sym_include, - ACTIONS(4450), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - ACTIONS(4448), 4, - aux_sym_temp_table_expression_token1, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_variable_definition_token3, - ACTIONS(4522), 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, - [223576] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3986), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4690), 1, - sym_on_error_phrase, - STATE(5250), 1, - sym_on_quit_phrase, - STATE(6114), 1, - sym_on_stop_phrase, - ACTIONS(4505), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3323), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [223640] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(4041), 1, - aux_sym_for_phrase_repeat2, - STATE(4679), 1, - sym_on_error_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5019), 1, - sym_on_quit_phrase, - STATE(6296), 1, - sym_on_stop_phrase, - ACTIONS(4557), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3324), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [223704] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3327), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3986), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4690), 1, - sym_on_error_phrase, - STATE(5250), 1, - sym_on_quit_phrase, - STATE(6114), 1, - sym_on_stop_phrase, - ACTIONS(4505), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3325), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [223768] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3308), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(4008), 1, - aux_sym_for_phrase_repeat2, - STATE(4670), 1, - sym_on_error_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5130), 1, - sym_on_quit_phrase, - STATE(6203), 1, - sym_on_stop_phrase, - ACTIONS(4579), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3326), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [223832] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(4008), 1, - aux_sym_for_phrase_repeat2, - STATE(4670), 1, - sym_on_error_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5130), 1, - sym_on_quit_phrase, - STATE(6203), 1, - sym_on_stop_phrase, - ACTIONS(4579), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3327), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [223896] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3328), 2, - sym_comment, - sym_include, - ACTIONS(4581), 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_sort_clause_token1, - aux_sym_of_token1, - aux_sym_using_token1, - [223935] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4583), 1, - sym__terminator, - ACTIONS(4587), 1, - aux_sym_variable_tuning_token2, - ACTIONS(4589), 1, - aux_sym_variable_tuning_token7, - ACTIONS(4591), 1, - aux_sym_variable_tuning_token8, - ACTIONS(4593), 1, - aux_sym_getter_token1, - ACTIONS(4595), 1, - aux_sym_setter_token1, - STATE(3337), 1, - aux_sym_property_definition_repeat2, - STATE(3382), 1, - aux_sym_property_definition_repeat3, - STATE(3567), 1, - sym_property_tuning, - STATE(6042), 1, - sym_access_tuning, - ACTIONS(4585), 2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - STATE(3329), 2, - sym_comment, - sym_include, - STATE(3566), 2, - sym_getter, - sym_setter, - ACTIONS(3597), 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, - [223994] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4466), 1, - aux_sym_variable_definition_token4, - ACTIONS(4526), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3330), 2, - sym_comment, - sym_include, - ACTIONS(4450), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - ACTIONS(4448), 4, - aux_sym_temp_table_expression_token1, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_variable_definition_token3, - ACTIONS(4522), 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, - [224037] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3331), 2, - sym_comment, - sym_include, - ACTIONS(4597), 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_sort_clause_token1, - aux_sym_of_token1, - aux_sym_using_token1, - [224076] = 13, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4601), 1, - aux_sym_unary_expression_token2, - ACTIONS(4603), 1, - aux_sym_variable_tuning_token1, - ACTIONS(4605), 1, - aux_sym_variable_tuning_token2, - ACTIONS(4611), 1, - aux_sym_field_option_token1, - STATE(3339), 1, - aux_sym_field_definition_repeat1, - STATE(3386), 1, - sym_field_option, - ACTIONS(4609), 2, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - STATE(3332), 2, - sym_comment, - sym_include, - ACTIONS(4599), 3, - sym__terminator, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - ACTIONS(4607), 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, - [224127] = 13, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4601), 1, - aux_sym_unary_expression_token2, - ACTIONS(4603), 1, - aux_sym_variable_tuning_token1, - ACTIONS(4605), 1, - aux_sym_variable_tuning_token2, - ACTIONS(4611), 1, - aux_sym_field_option_token1, - STATE(3332), 1, - aux_sym_field_definition_repeat1, - STATE(3386), 1, - sym_field_option, - ACTIONS(4609), 2, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - STATE(3333), 2, - sym_comment, - sym_include, - ACTIONS(4613), 3, - sym__terminator, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - ACTIONS(4607), 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, - [224178] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4627), 1, - aux_sym_property_definition_token1, - ACTIONS(4621), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(4624), 2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - STATE(3334), 3, - sym_comment, - sym_include, - aux_sym_property_definition_repeat1, - ACTIONS(4615), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - STATE(3501), 4, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - sym_property_type, - ACTIONS(4618), 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, - [224223] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4587), 1, - aux_sym_variable_tuning_token2, - ACTIONS(4589), 1, - aux_sym_variable_tuning_token7, - ACTIONS(4591), 1, - aux_sym_variable_tuning_token8, - ACTIONS(4593), 1, - aux_sym_getter_token1, - ACTIONS(4595), 1, - aux_sym_setter_token1, - ACTIONS(4629), 1, - sym__terminator, - STATE(3338), 1, - aux_sym_property_definition_repeat2, - STATE(3379), 1, - aux_sym_property_definition_repeat3, - STATE(3567), 1, - sym_property_tuning, - STATE(6042), 1, - sym_access_tuning, - ACTIONS(4585), 2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - STATE(3335), 2, - sym_comment, - sym_include, - STATE(3566), 2, - sym_getter, - sym_setter, - ACTIONS(3597), 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, - [224282] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4631), 1, - aux_sym_property_definition_token1, - STATE(3334), 1, - aux_sym_property_definition_repeat1, - ACTIONS(3599), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(3765), 2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - STATE(3336), 2, - sym_comment, - sym_include, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - STATE(3501), 4, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - sym_property_type, - ACTIONS(3597), 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, - [224329] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4587), 1, - aux_sym_variable_tuning_token2, - ACTIONS(4589), 1, - aux_sym_variable_tuning_token7, - ACTIONS(4591), 1, - aux_sym_variable_tuning_token8, - ACTIONS(4593), 1, - aux_sym_getter_token1, - ACTIONS(4595), 1, - aux_sym_setter_token1, - ACTIONS(4633), 1, - sym__terminator, - STATE(3383), 1, - aux_sym_property_definition_repeat3, - STATE(3477), 1, - aux_sym_property_definition_repeat2, - STATE(3567), 1, - sym_property_tuning, - STATE(6042), 1, - sym_access_tuning, - ACTIONS(4585), 2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - STATE(3337), 2, - sym_comment, - sym_include, - STATE(3566), 2, - sym_getter, - sym_setter, - ACTIONS(3597), 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, - [224388] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4587), 1, - aux_sym_variable_tuning_token2, - ACTIONS(4589), 1, - aux_sym_variable_tuning_token7, - ACTIONS(4591), 1, - aux_sym_variable_tuning_token8, - ACTIONS(4593), 1, - aux_sym_getter_token1, - ACTIONS(4595), 1, - aux_sym_setter_token1, - ACTIONS(4635), 1, - sym__terminator, - STATE(3384), 1, - aux_sym_property_definition_repeat3, - STATE(3477), 1, - aux_sym_property_definition_repeat2, - STATE(3567), 1, - sym_property_tuning, - STATE(6042), 1, - sym_access_tuning, - ACTIONS(4585), 2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - STATE(3338), 2, - sym_comment, - sym_include, - STATE(3566), 2, - sym_getter, - sym_setter, - ACTIONS(3597), 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, - [224447] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4639), 1, - aux_sym_unary_expression_token2, - ACTIONS(4642), 1, - aux_sym_variable_tuning_token1, - ACTIONS(4645), 1, - aux_sym_variable_tuning_token2, - ACTIONS(4654), 1, - aux_sym_field_option_token1, - STATE(3386), 1, - sym_field_option, - ACTIONS(4651), 2, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - ACTIONS(4637), 3, - sym__terminator, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - STATE(3339), 3, - sym_comment, - sym_include, - aux_sym_field_definition_repeat1, - ACTIONS(4648), 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, - [224496] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4657), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(4659), 1, - aux_sym_variable_definition_token3, - ACTIONS(4661), 1, - aux_sym_variable_definition_token4, - STATE(3369), 1, - aux_sym_variable_definition_repeat1, - ACTIONS(3599), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(3340), 2, - sym_comment, - sym_include, - STATE(3524), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [224544] = 18, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4663), 1, - sym__terminator, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3417), 1, - sym_using, - STATE(3498), 1, - sym_of, - STATE(3499), 1, - sym_query_tuning, - STATE(3609), 1, - sym__pre_tuning, - STATE(3795), 1, - sym_where_clause, - STATE(3807), 1, - aux_sym_for_phrase_repeat1, - STATE(3341), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [224604] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(4667), 1, - anon_sym_COLON, - ACTIONS(4669), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4671), 1, - aux_sym_property_type_token1, - ACTIONS(4673), 1, - aux_sym_method_tuning_token1, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(4677), 1, - aux_sym_implements_token1, - ACTIONS(4679), 1, - aux_sym_use_widget_pool_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3393), 1, - aux_sym_class_statement_repeat1, - STATE(4263), 1, - sym_class_tuning, - STATE(6628), 1, - sym_class_body, - STATE(3342), 2, - sym_comment, - sym_include, - STATE(4309), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [224662] = 13, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4601), 1, - aux_sym_unary_expression_token2, - ACTIONS(4611), 1, - aux_sym_field_option_token1, - ACTIONS(4681), 1, - aux_sym_variable_tuning_token1, - ACTIONS(4683), 1, - aux_sym_variable_tuning_token2, - STATE(3373), 1, - aux_sym_field_definition_repeat1, - STATE(3386), 1, - sym_field_option, - ACTIONS(4599), 2, - sym__terminator, - aux_sym_field_definition_token1, - ACTIONS(4609), 2, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - STATE(3343), 2, - sym_comment, - sym_include, - ACTIONS(4607), 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, - [224712] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4687), 1, - aux_sym_using_token1, - STATE(3353), 1, - aux_sym_using_repeat1, - STATE(3344), 2, - sym_comment, - sym_include, - ACTIONS(4685), 16, - 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_sort_clause_token1, - aux_sym_of_token1, - [224750] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4689), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(4691), 1, - aux_sym_variable_definition_token3, - ACTIONS(4693), 1, - aux_sym_variable_definition_token4, - STATE(3369), 1, - aux_sym_variable_definition_repeat1, - ACTIONS(3599), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(3345), 2, - sym_comment, - sym_include, - STATE(3524), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [224798] = 18, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(4695), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3523), 1, - sym_of, - STATE(3540), 1, - sym__pre_tuning, - STATE(3899), 1, - sym_where_clause, - STATE(3934), 1, - aux_sym_for_phrase_repeat1, - STATE(3346), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [224858] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(4667), 1, - anon_sym_COLON, - ACTIONS(4669), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4671), 1, - aux_sym_property_type_token1, - ACTIONS(4673), 1, - aux_sym_method_tuning_token1, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(4677), 1, - aux_sym_implements_token1, - ACTIONS(4679), 1, - aux_sym_use_widget_pool_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3423), 1, - aux_sym_class_statement_repeat1, - STATE(4263), 1, - sym_class_tuning, - STATE(6843), 1, - sym_class_body, - STATE(3347), 2, - sym_comment, - sym_include, - STATE(4309), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [224916] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(4667), 1, - anon_sym_COLON, - ACTIONS(4669), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4671), 1, - aux_sym_property_type_token1, - ACTIONS(4673), 1, - aux_sym_method_tuning_token1, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(4677), 1, - aux_sym_implements_token1, - ACTIONS(4679), 1, - aux_sym_use_widget_pool_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3402), 1, - aux_sym_class_statement_repeat1, - STATE(4263), 1, - sym_class_tuning, - STATE(6401), 1, - sym_class_body, - STATE(3348), 2, - sym_comment, - sym_include, - STATE(4309), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [224974] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3349), 2, - sym_comment, - sym_include, - ACTIONS(4697), 16, - 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_sort_clause_token1, - aux_sym_of_token1, - [225012] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4699), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(4701), 1, - aux_sym_variable_definition_token3, - ACTIONS(4703), 1, - aux_sym_variable_definition_token4, - STATE(3369), 1, - aux_sym_variable_definition_repeat1, - ACTIONS(3599), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(3350), 2, - sym_comment, - sym_include, - STATE(3524), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [225060] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4687), 1, - aux_sym_using_token1, - STATE(3344), 1, - aux_sym_using_repeat1, - STATE(3351), 2, - sym_comment, - sym_include, - ACTIONS(4705), 16, - 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_sort_clause_token1, - aux_sym_of_token1, - [225098] = 13, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4601), 1, - aux_sym_unary_expression_token2, - ACTIONS(4611), 1, - aux_sym_field_option_token1, - ACTIONS(4681), 1, - aux_sym_variable_tuning_token1, - ACTIONS(4683), 1, - aux_sym_variable_tuning_token2, - STATE(3343), 1, - aux_sym_field_definition_repeat1, - STATE(3386), 1, - sym_field_option, - ACTIONS(4609), 2, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - ACTIONS(4613), 2, - sym__terminator, - aux_sym_field_definition_token1, - STATE(3352), 2, - sym_comment, - sym_include, - ACTIONS(4607), 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, - [225148] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4709), 1, - aux_sym_using_token1, - STATE(3353), 3, - sym_comment, - sym_include, - aux_sym_using_repeat1, - ACTIONS(4707), 16, - 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_sort_clause_token1, - aux_sym_of_token1, - [225184] = 18, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(4712), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3510), 1, - sym_of, - STATE(3584), 1, - sym__pre_tuning, - STATE(3905), 1, - aux_sym_for_phrase_repeat1, - STATE(3914), 1, - sym_where_clause, - STATE(3354), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [225244] = 18, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(4714), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3502), 1, - sym_of, - STATE(3601), 1, - sym__pre_tuning, - STATE(3819), 1, - sym_where_clause, - STATE(3822), 1, - aux_sym_for_phrase_repeat1, - STATE(3355), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [225304] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4716), 1, - aux_sym__block_terminator_token1, - ACTIONS(4718), 1, - aux_sym_variable_definition_token1, - ACTIONS(4720), 1, - aux_sym_variable_definition_token2, - ACTIONS(4722), 1, - aux_sym_method_definition_token1, - ACTIONS(4724), 1, - aux_sym_constructor_definition_token1, - ACTIONS(4726), 1, - aux_sym_destructor_definition_token1, - STATE(3368), 1, - aux_sym_class_body_repeat1, - STATE(3356), 2, - sym_comment, - sym_include, - STATE(4494), 11, - 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_temp_table_definition, - sym_data_source_definition, - [225352] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4518), 1, - sym__namedot, - ACTIONS(4728), 1, - sym__terminator, - ACTIONS(4730), 1, - anon_sym_LPAREN, - ACTIONS(4732), 1, - aux_sym_function_call_token1, - ACTIONS(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4744), 1, - sym__namecolon, - STATE(3295), 1, - aux_sym_qualified_name_repeat1, - STATE(3503), 1, - aux_sym_run_statement_repeat1, - STATE(3691), 1, - sym_function_arguments, - STATE(3693), 1, - aux_sym_object_access_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(3357), 2, - sym_comment, - sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [225414] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(4667), 1, - anon_sym_COLON, - ACTIONS(4669), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4671), 1, - aux_sym_property_type_token1, - ACTIONS(4673), 1, - aux_sym_method_tuning_token1, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(4677), 1, - aux_sym_implements_token1, - ACTIONS(4679), 1, - aux_sym_use_widget_pool_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3408), 1, - aux_sym_class_statement_repeat1, - STATE(4263), 1, - sym_class_tuning, - STATE(6482), 1, - sym_class_body, - STATE(3358), 2, - sym_comment, - sym_include, - STATE(4309), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [225472] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4518), 1, - sym__namedot, - ACTIONS(4730), 1, - anon_sym_LPAREN, - ACTIONS(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4744), 1, - sym__namecolon, - ACTIONS(4746), 1, - sym__terminator, - ACTIONS(4748), 1, - aux_sym_function_call_token1, - STATE(3295), 1, - aux_sym_qualified_name_repeat1, - STATE(3511), 1, - aux_sym_run_statement_repeat1, - STATE(3691), 1, - sym_function_arguments, - STATE(3693), 1, - aux_sym_object_access_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(3359), 2, - sym_comment, - sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [225534] = 18, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(4750), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3505), 1, - sym_of, - STATE(3589), 1, - sym__pre_tuning, - STATE(3884), 1, - sym_where_clause, - STATE(3887), 1, - aux_sym_for_phrase_repeat1, - STATE(3360), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [225594] = 18, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(4752), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3512), 1, - sym_of, - STATE(3583), 1, - sym__pre_tuning, - STATE(3722), 1, - aux_sym_for_phrase_repeat1, - STATE(3726), 1, - sym_where_clause, - STATE(3361), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [225654] = 18, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(4754), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3504), 1, - sym_of, - STATE(3605), 1, - sym__pre_tuning, - STATE(3733), 1, - sym_where_clause, - STATE(3772), 1, - aux_sym_for_phrase_repeat1, - STATE(3362), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [225714] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4518), 1, - sym__namedot, - ACTIONS(4730), 1, - anon_sym_LPAREN, - ACTIONS(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4744), 1, - sym__namecolon, - ACTIONS(4756), 1, - sym__terminator, - ACTIONS(4758), 1, - aux_sym_function_call_token1, - STATE(3295), 1, - aux_sym_qualified_name_repeat1, - STATE(3500), 1, - aux_sym_run_statement_repeat1, - STATE(3691), 1, - sym_function_arguments, - STATE(3693), 1, - aux_sym_object_access_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(3363), 2, - sym_comment, - sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [225776] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4760), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(4762), 1, - aux_sym_variable_definition_token3, - ACTIONS(4764), 1, - aux_sym_variable_definition_token4, - STATE(3369), 1, - aux_sym_variable_definition_repeat1, - ACTIONS(3599), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(3364), 2, - sym_comment, - sym_include, - STATE(3524), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [225824] = 18, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(4766), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3417), 1, - sym_using, - STATE(3497), 1, - sym_of, - STATE(3499), 1, - sym_query_tuning, - STATE(3553), 1, - sym__pre_tuning, - STATE(3828), 1, - aux_sym_for_phrase_repeat1, - STATE(3831), 1, - sym_where_clause, - STATE(3365), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [225884] = 18, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(4768), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3520), 1, - sym_of, - STATE(3544), 1, - sym__pre_tuning, - STATE(3961), 1, - aux_sym_for_phrase_repeat1, - STATE(3975), 1, - sym_where_clause, - STATE(3366), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [225944] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(4667), 1, - anon_sym_COLON, - ACTIONS(4669), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4671), 1, - aux_sym_property_type_token1, - ACTIONS(4673), 1, - aux_sym_method_tuning_token1, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(4677), 1, - aux_sym_implements_token1, - ACTIONS(4679), 1, - aux_sym_use_widget_pool_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3420), 1, - aux_sym_class_statement_repeat1, - STATE(4263), 1, - sym_class_tuning, - STATE(6374), 1, - sym_class_body, - STATE(3367), 2, - sym_comment, - sym_include, - STATE(4309), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [226002] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4770), 1, - aux_sym__block_terminator_token1, - ACTIONS(4772), 1, - aux_sym_variable_definition_token1, - ACTIONS(4775), 1, - aux_sym_variable_definition_token2, - ACTIONS(4778), 1, - aux_sym_method_definition_token1, - ACTIONS(4781), 1, - aux_sym_constructor_definition_token1, - ACTIONS(4784), 1, - aux_sym_destructor_definition_token1, - STATE(3368), 3, - sym_comment, - sym_include, - aux_sym_class_body_repeat1, - STATE(4494), 11, - 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_temp_table_definition, - sym_data_source_definition, - [226048] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4798), 1, - aux_sym_variable_definition_token4, - ACTIONS(4787), 2, - aux_sym_temp_table_expression_token1, - aux_sym_variable_definition_token3, - ACTIONS(4795), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(3369), 3, - sym_comment, - sym_include, - aux_sym_variable_definition_repeat1, - STATE(3524), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - ACTIONS(4789), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(4792), 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, - [226092] = 18, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(4800), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3516), 1, - sym_of, - STATE(3565), 1, - sym__pre_tuning, - STATE(3794), 1, - sym_where_clause, - STATE(3808), 1, - aux_sym_for_phrase_repeat1, - STATE(3370), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [226152] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4802), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(4804), 1, - aux_sym_variable_definition_token3, - ACTIONS(4806), 1, - aux_sym_variable_definition_token4, - STATE(3369), 1, - aux_sym_variable_definition_repeat1, - ACTIONS(3599), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(3371), 2, - sym_comment, - sym_include, - STATE(3524), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [226200] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4518), 1, - sym__namedot, - ACTIONS(4730), 1, - anon_sym_LPAREN, - ACTIONS(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4744), 1, - sym__namecolon, - ACTIONS(4808), 1, - sym__terminator, - ACTIONS(4810), 1, - aux_sym_function_call_token1, - STATE(3295), 1, - aux_sym_qualified_name_repeat1, - STATE(3518), 1, - aux_sym_run_statement_repeat1, - STATE(3691), 1, - sym_function_arguments, - STATE(3693), 1, - aux_sym_object_access_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(3372), 2, - sym_comment, - sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [226262] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4639), 1, - aux_sym_unary_expression_token2, - ACTIONS(4654), 1, - aux_sym_field_option_token1, - ACTIONS(4812), 1, - aux_sym_variable_tuning_token1, - ACTIONS(4815), 1, - aux_sym_variable_tuning_token2, - STATE(3386), 1, - sym_field_option, - ACTIONS(4637), 2, - sym__terminator, - aux_sym_field_definition_token1, - ACTIONS(4651), 2, - aux_sym_variable_tuning_token6, - aux_sym_variable_tuning_token7, - STATE(3373), 3, - sym_comment, - sym_include, - aux_sym_field_definition_repeat1, - ACTIONS(4648), 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, - [226310] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4718), 1, - aux_sym_variable_definition_token1, - ACTIONS(4720), 1, - aux_sym_variable_definition_token2, - ACTIONS(4722), 1, - aux_sym_method_definition_token1, - ACTIONS(4724), 1, - aux_sym_constructor_definition_token1, - ACTIONS(4726), 1, - aux_sym_destructor_definition_token1, - ACTIONS(4818), 1, - aux_sym__block_terminator_token1, - STATE(3356), 1, - aux_sym_class_body_repeat1, - STATE(3374), 2, - sym_comment, - sym_include, - STATE(4494), 11, - 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_temp_table_definition, - sym_data_source_definition, - [226358] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(3375), 2, - sym_comment, - sym_include, - ACTIONS(4820), 18, - sym__terminator, - aux_sym__function_argument_with_mode_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, - [226392] = 19, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4518), 1, - sym__namedot, - ACTIONS(4730), 1, - anon_sym_LPAREN, - ACTIONS(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4744), 1, - sym__namecolon, - ACTIONS(4822), 1, - sym__terminator, - ACTIONS(4824), 1, - aux_sym_function_call_token1, - STATE(3295), 1, - aux_sym_qualified_name_repeat1, - STATE(3513), 1, - aux_sym_run_statement_repeat1, - STATE(3691), 1, - sym_function_arguments, - STATE(3693), 1, - aux_sym_object_access_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(3376), 2, - sym_comment, - sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [226454] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(3377), 2, - sym_comment, - sym_include, - ACTIONS(4538), 18, - sym__terminator, - aux_sym__function_argument_with_mode_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, - [226488] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4831), 1, - aux_sym_variable_definition_token2, - ACTIONS(4833), 1, - aux_sym_getter_token1, - ACTIONS(4836), 1, - aux_sym_setter_token1, - STATE(6042), 1, - sym_access_tuning, - STATE(3566), 2, - sym_getter, - sym_setter, - STATE(3378), 3, - sym_comment, - sym_include, - aux_sym_property_definition_repeat3, - ACTIONS(4826), 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(4828), 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, - [226533] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4593), 1, - aux_sym_getter_token1, - ACTIONS(4595), 1, - aux_sym_setter_token1, - ACTIONS(4841), 1, - aux_sym_variable_definition_token2, - STATE(3378), 1, - aux_sym_property_definition_repeat3, - STATE(6042), 1, - sym_access_tuning, - STATE(3379), 2, + ACTIONS(133), 2, + sym__or_operator, + sym__and_operator, + STATE(3108), 2, sym_comment, sym_include, - STATE(3566), 2, - sym_getter, - sym_setter, - ACTIONS(3597), 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(4839), 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, - [226580] = 5, + ACTIONS(135), 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, + [212430] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3380), 2, - sym_comment, - sym_include, - ACTIONS(4597), 17, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, anon_sym_COLON, - sym__terminator, + ACTIONS(2901), 1, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, aux_sym_to_phrase_token1, + ACTIONS(2907), 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, + ACTIONS(2909), 1, aux_sym_sort_clause_token1, - aux_sym_of_token1, - aux_sym_using_token1, - [226613] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(3381), 2, + STATE(3156), 1, + sym_where_clause, + STATE(3158), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3560), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4024), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4889), 1, + aux_sym_for_statement_repeat1, + STATE(5664), 1, + sym_body, + STATE(3109), 2, sym_comment, sym_include, - ACTIONS(4581), 17, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RPAREN, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 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_sort_clause_token1, - aux_sym_of_token1, - aux_sym_using_token1, - [226646] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4593), 1, - aux_sym_getter_token1, - ACTIONS(4595), 1, - aux_sym_setter_token1, - ACTIONS(4845), 1, - aux_sym_variable_definition_token2, - STATE(3378), 1, - aux_sym_property_definition_repeat3, - STATE(6042), 1, - sym_access_tuning, - STATE(3382), 2, - sym_comment, - sym_include, - STATE(3566), 2, - sym_getter, - sym_setter, - ACTIONS(3597), 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(4843), 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, - [226693] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4593), 1, - aux_sym_getter_token1, - ACTIONS(4595), 1, - aux_sym_setter_token1, - ACTIONS(4849), 1, - aux_sym_variable_definition_token2, - STATE(3378), 1, - aux_sym_property_definition_repeat3, - STATE(6042), 1, - sym_access_tuning, - STATE(3383), 2, - sym_comment, - sym_include, - STATE(3566), 2, - sym_getter, - sym_setter, - ACTIONS(3597), 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(4847), 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, - [226740] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4593), 1, - aux_sym_getter_token1, - ACTIONS(4595), 1, - aux_sym_setter_token1, - ACTIONS(4853), 1, - aux_sym_variable_definition_token2, - STATE(3378), 1, - aux_sym_property_definition_repeat3, - STATE(6042), 1, - sym_access_tuning, - STATE(3384), 2, - sym_comment, - sym_include, - STATE(3566), 2, - sym_getter, - sym_setter, - ACTIONS(3597), 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(4851), 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, - [226787] = 6, - ACTIONS(69), 1, + [212509] = 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(4857), 1, - aux_sym_variable_tuning_token2, - STATE(3385), 2, + ACTIONS(180), 2, + sym__or_operator, + sym__and_operator, + STATE(3110), 2, sym_comment, sym_include, - ACTIONS(4855), 16, + ACTIONS(182), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, 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, - [226822] = 6, - ACTIONS(69), 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, + [212554] = 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(4861), 1, - aux_sym_variable_tuning_token2, - STATE(3386), 2, + ACTIONS(220), 2, + sym__or_operator, + sym__and_operator, + STATE(3111), 2, sym_comment, sym_include, - ACTIONS(4859), 16, + ACTIONS(222), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, 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, - [226857] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4466), 1, - aux_sym_variable_definition_token4, - ACTIONS(4448), 2, - aux_sym_temp_table_expression_token1, - aux_sym_variable_definition_token3, - STATE(3387), 2, - sym_comment, - sym_include, - ACTIONS(4473), 3, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - aux_sym_property_definition_token1, - ACTIONS(4463), 11, + anon_sym_EQ, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym__multiplicative_operator_token1, + aux_sym__multiplicative_operator_token2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_LT_GT, + anon_sym_GT, + anon_sym_GT_EQ, + aux_sym__comparison_operator_token1, + aux_sym__comparison_operator_token2, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, 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, - [226896] = 6, - ACTIONS(69), 1, + anon_sym_NO_DASHERROR, + [212599] = 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(4511), 1, - aux_sym_variable_definition_token4, - STATE(3388), 2, + ACTIONS(252), 2, + sym__or_operator, + sym__and_operator, + STATE(3112), 2, sym_comment, sym_include, - ACTIONS(4513), 16, - aux_sym_temp_table_expression_token1, + ACTIONS(254), 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, - 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, - [226931] = 6, - ACTIONS(69), 1, + [212644] = 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(2458), 1, - aux_sym_variable_tuning_token2, - STATE(3389), 2, + ACTIONS(2448), 1, + sym_identifier, + ACTIONS(4235), 1, + aux_sym_input_expression_token2, + STATE(41), 1, + sym_qualified_name, + ACTIONS(1236), 2, + sym__or_operator, + sym__and_operator, + STATE(3113), 2, sym_comment, sym_include, - ACTIONS(2456), 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, - [226966] = 5, + ACTIONS(1232), 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, + [212695] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3390), 2, - sym_comment, - sym_include, - ACTIONS(4707), 17, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, anon_sym_COLON, - sym__terminator, + ACTIONS(2901), 1, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, aux_sym_to_phrase_token1, + ACTIONS(2907), 1, aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3189), 1, + sym_where_clause, + STATE(3195), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3589), 1, + aux_sym_for_phrase_repeat2, + STATE(4083), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5007), 1, + aux_sym_for_statement_repeat1, + STATE(5513), 1, + sym_body, + STATE(3114), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - aux_sym_sort_clause_token1, - aux_sym_of_token1, - aux_sym_using_token1, - [226999] = 11, - ACTIONS(69), 1, + [212774] = 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(4448), 1, - aux_sym_temp_table_expression_token1, - ACTIONS(4450), 1, - aux_sym_dataset_expression_token1, - ACTIONS(4473), 1, - aux_sym_property_definition_token1, - ACTIONS(4475), 1, - aux_sym_event_definition_token1, - ACTIONS(4463), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - ACTIONS(4470), 2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - STATE(3391), 2, + ACTIONS(232), 2, + sym__or_operator, + sym__and_operator, + STATE(3115), 2, sym_comment, sym_include, - ACTIONS(4458), 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, - [227044] = 16, - ACTIONS(69), 1, + 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, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_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, + [212817] = 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(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4663), 1, - sym__terminator, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - STATE(3417), 1, - sym_using, - STATE(3498), 1, - sym_of, - STATE(3499), 1, - sym_query_tuning, - STATE(3609), 1, - sym__pre_tuning, - STATE(3795), 1, - sym_where_clause, - STATE(3807), 1, - aux_sym_for_phrase_repeat1, - STATE(3392), 2, + ACTIONS(87), 2, + sym__or_operator, + sym__and_operator, + STATE(3116), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [227098] = 15, - ACTIONS(69), 1, + 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, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_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, + [212860] = 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(4667), 1, - anon_sym_COLON, - ACTIONS(4669), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4671), 1, - aux_sym_property_type_token1, - ACTIONS(4673), 1, - aux_sym_method_tuning_token1, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(4677), 1, - aux_sym_implements_token1, - ACTIONS(4679), 1, - aux_sym_use_widget_pool_token1, - STATE(3481), 1, - aux_sym_class_statement_repeat1, - STATE(4263), 1, - sym_class_tuning, - STATE(6612), 1, - sym_class_body, - STATE(3393), 2, + ACTIONS(224), 2, + sym__or_operator, + sym__and_operator, + STATE(3117), 2, sym_comment, sym_include, - STATE(4309), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [227150] = 17, - ACTIONS(69), 1, + 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, + [212903] = 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(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4744), 1, - sym__namecolon, - ACTIONS(4756), 1, - sym__terminator, - ACTIONS(4758), 1, - aux_sym_function_call_token1, - ACTIONS(4863), 1, - anon_sym_LPAREN, - STATE(3500), 1, - aux_sym_run_statement_repeat1, - STATE(3709), 1, - aux_sym_object_access_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(6200), 1, - sym_function_arguments, - STATE(3394), 2, + ACTIONS(172), 2, + sym__or_operator, + sym__and_operator, + STATE(3118), 2, sym_comment, sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [227206] = 16, - ACTIONS(69), 1, + 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, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_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, + [212948] = 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(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(4752), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3512), 1, - sym_of, - STATE(3583), 1, - sym__pre_tuning, - STATE(3722), 1, - aux_sym_for_phrase_repeat1, - STATE(3726), 1, - sym_where_clause, - STATE(3395), 2, + ACTIONS(236), 2, + sym__or_operator, + sym__and_operator, + STATE(3119), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [227260] = 16, + 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, + aux_sym__comparison_operator_token3, + aux_sym__comparison_operator_token4, + aux_sym__comparison_operator_token5, + aux_sym__comparison_operator_token6, + aux_sym__comparison_operator_token7, + aux_sym__comparison_operator_token8, + aux_sym__comparison_operator_token9, + aux_sym_scope_tuning_token1, + [212993] = 23, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, aux_sym_where_clause_token1, - ACTIONS(4712), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3510), 1, - sym_of, - STATE(3584), 1, - sym__pre_tuning, - STATE(3905), 1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3203), 1, aux_sym_for_phrase_repeat1, - STATE(3914), 1, + STATE(3210), 1, sym_where_clause, - STATE(3396), 2, + STATE(3374), 1, + sym_using, + STATE(3573), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4053), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4866), 1, + aux_sym_for_statement_repeat1, + STATE(6005), 1, + sym_body, + STATE(3120), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [227314] = 15, - ACTIONS(69), 1, + aux_sym_query_tuning_token5, + [213072] = 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(4667), 1, - anon_sym_COLON, - ACTIONS(4669), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4671), 1, - aux_sym_property_type_token1, - ACTIONS(4673), 1, - aux_sym_method_tuning_token1, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(4677), 1, - aux_sym_implements_token1, - ACTIONS(4679), 1, - aux_sym_use_widget_pool_token1, - STATE(3408), 1, - aux_sym_class_statement_repeat1, - STATE(4263), 1, - sym_class_tuning, - STATE(6482), 1, - sym_class_body, - STATE(3397), 2, + ACTIONS(228), 2, + sym__or_operator, + sym__and_operator, + STATE(3121), 2, sym_comment, sym_include, - STATE(4309), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [227366] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4728), 1, + ACTIONS(230), 25, + anon_sym_SLASH, + sym_identifier, + anon_sym_STAR, sym__terminator, - ACTIONS(4732), 1, - aux_sym_function_call_token1, - ACTIONS(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4744), 1, - sym__namecolon, - ACTIONS(4863), 1, - anon_sym_LPAREN, - STATE(3503), 1, - aux_sym_run_statement_repeat1, - STATE(3709), 1, - aux_sym_object_access_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(5735), 1, - sym_function_arguments, - STATE(3398), 2, - sym_comment, - sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [227422] = 15, - ACTIONS(69), 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, + [213117] = 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(4667), 1, - anon_sym_COLON, - ACTIONS(4669), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4671), 1, - aux_sym_property_type_token1, - ACTIONS(4673), 1, - aux_sym_method_tuning_token1, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(4677), 1, - aux_sym_implements_token1, - ACTIONS(4679), 1, - aux_sym_use_widget_pool_token1, - STATE(3393), 1, - aux_sym_class_statement_repeat1, - STATE(4263), 1, - sym_class_tuning, - STATE(6628), 1, - sym_class_body, - STATE(3399), 2, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, + sym__or_operator, + sym__and_operator, + STATE(3122), 2, sym_comment, sym_include, - STATE(4309), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [227474] = 16, - ACTIONS(69), 1, + ACTIONS(1377), 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, + [213166] = 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(4730), 1, - anon_sym_LPAREN, - ACTIONS(4744), 1, - sym__namecolon, - ACTIONS(4871), 1, - aux_sym__function_argument_with_mode_token4, - ACTIONS(4873), 1, - sym__namedot, - STATE(3456), 1, - aux_sym_qualified_name_repeat1, - STATE(3645), 1, - sym_function_arguments, - STATE(3693), 1, - aux_sym_object_access_repeat1, - STATE(4278), 1, - sym_type_tuning, - STATE(6322), 1, - sym_argument_pass_type, - ACTIONS(4865), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(4867), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(3400), 2, + ACTIONS(176), 2, + sym__or_operator, + sym__and_operator, + STATE(3123), 2, sym_comment, sym_include, - ACTIONS(4869), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - [227528] = 17, - ACTIONS(69), 1, + ACTIONS(178), 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, + [213209] = 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(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4744), 1, - sym__namecolon, - ACTIONS(4822), 1, - sym__terminator, - ACTIONS(4824), 1, - aux_sym_function_call_token1, - ACTIONS(4863), 1, - anon_sym_LPAREN, - STATE(3513), 1, - aux_sym_run_statement_repeat1, - STATE(3709), 1, - aux_sym_object_access_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(5767), 1, - sym_function_arguments, - STATE(3401), 2, + ACTIONS(2546), 1, + sym_identifier, + ACTIONS(2550), 1, + aux_sym_class_type_token1, + ACTIONS(2558), 1, + sym__escaped_string, + STATE(4450), 1, + sym_qualified_name, + STATE(3124), 2, sym_comment, sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [227584] = 15, - ACTIONS(69), 1, + STATE(3739), 2, + sym_string_literal, + sym__type, + STATE(5031), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(2548), 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, + [213264] = 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(4667), 1, - anon_sym_COLON, - ACTIONS(4669), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4671), 1, - aux_sym_property_type_token1, - ACTIONS(4673), 1, - aux_sym_method_tuning_token1, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(4677), 1, - aux_sym_implements_token1, - ACTIONS(4679), 1, - aux_sym_use_widget_pool_token1, - STATE(3481), 1, - aux_sym_class_statement_repeat1, - STATE(4263), 1, - sym_class_tuning, - STATE(6403), 1, - sym_class_body, - STATE(3402), 2, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, + sym__or_operator, + sym__and_operator, + STATE(3125), 2, sym_comment, sym_include, - STATE(4309), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [227636] = 16, - ACTIONS(69), 1, + ACTIONS(1377), 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, + [213313] = 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(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(4754), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3504), 1, - sym_of, - STATE(3605), 1, - sym__pre_tuning, - STATE(3733), 1, - sym_where_clause, - STATE(3772), 1, - aux_sym_for_phrase_repeat1, - STATE(3403), 2, + ACTIONS(172), 2, + sym__or_operator, + sym__and_operator, + STATE(3126), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [227690] = 17, - ACTIONS(69), 1, + 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, + [213358] = 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(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4744), 1, - sym__namecolon, - ACTIONS(4808), 1, - sym__terminator, - ACTIONS(4810), 1, - aux_sym_function_call_token1, - ACTIONS(4863), 1, - anon_sym_LPAREN, - STATE(3518), 1, - aux_sym_run_statement_repeat1, - STATE(3709), 1, - aux_sym_object_access_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(6175), 1, - sym_function_arguments, - STATE(3404), 2, + ACTIONS(248), 2, + sym__or_operator, + sym__and_operator, + STATE(3127), 2, sym_comment, sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [227746] = 5, + ACTIONS(250), 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, + [213403] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3405), 2, + ACTIONS(4237), 1, + sym__terminator, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + STATE(3137), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3128), 2, sym_comment, sym_include, - ACTIONS(4875), 16, - 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_sort_clause_token1, - aux_sym_of_token1, - [227778] = 5, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [213473] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3406), 2, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4261), 1, + sym__terminator, + STATE(3135), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3129), 2, sym_comment, sym_include, - ACTIONS(4697), 16, - 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_sort_clause_token1, - aux_sym_of_token1, - [227810] = 16, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [213543] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(4768), 1, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4263), 1, sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3520), 1, - sym_of, - STATE(3544), 1, - sym__pre_tuning, - STATE(3961), 1, - aux_sym_for_phrase_repeat1, - STATE(3975), 1, - sym_where_clause, - STATE(3407), 2, + STATE(3137), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3130), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [227864] = 15, - ACTIONS(69), 1, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [213613] = 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(4667), 1, - anon_sym_COLON, - ACTIONS(4669), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4671), 1, - aux_sym_property_type_token1, - ACTIONS(4673), 1, - aux_sym_method_tuning_token1, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(4677), 1, - aux_sym_implements_token1, - ACTIONS(4679), 1, - aux_sym_use_widget_pool_token1, - STATE(3481), 1, - aux_sym_class_statement_repeat1, - STATE(4263), 1, - sym_class_tuning, - STATE(6509), 1, - sym_class_body, - STATE(3408), 2, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, + sym__or_operator, + sym__and_operator, + STATE(3131), 2, sym_comment, sym_include, - STATE(4309), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [227916] = 16, + ACTIONS(1377), 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, + [213661] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(4766), 1, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4265), 1, sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3497), 1, - sym_of, - STATE(3499), 1, - sym_query_tuning, - STATE(3553), 1, - sym__pre_tuning, - STATE(3828), 1, - aux_sym_for_phrase_repeat1, - STATE(3831), 1, - sym_where_clause, - STATE(3409), 2, + STATE(3137), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3132), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [227970] = 16, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [213731] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, aux_sym_where_clause_token1, - ACTIONS(4750), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3505), 1, - sym_of, - STATE(3589), 1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3170), 1, sym__pre_tuning, - STATE(3884), 1, - sym_where_clause, - STATE(3887), 1, + STATE(3284), 1, aux_sym_for_phrase_repeat1, - STATE(3410), 2, + STATE(3289), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3757), 1, + aux_sym_for_phrase_repeat2, + STATE(4188), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4267), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3133), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [228024] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4667), 1, - anon_sym_COLON, - ACTIONS(4669), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4671), 1, - aux_sym_property_type_token1, - ACTIONS(4673), 1, - aux_sym_method_tuning_token1, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(4677), 1, - aux_sym_implements_token1, - ACTIONS(4679), 1, - aux_sym_use_widget_pool_token1, - STATE(3423), 1, - aux_sym_class_statement_repeat1, - STATE(4263), 1, - sym_class_tuning, - STATE(6843), 1, - sym_class_body, - STATE(3411), 2, - sym_comment, - sym_include, - STATE(4309), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [228076] = 10, + aux_sym_query_tuning_token5, + [213805] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4689), 1, - aux_sym_temp_table_expression_token1, - STATE(3369), 1, - aux_sym_variable_definition_repeat1, - ACTIONS(3599), 2, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - STATE(3412), 2, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4269), 1, + sym__terminator, + STATE(3149), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3134), 2, sym_comment, sym_include, - STATE(3524), 3, - sym_scope_tuning, - sym_access_tuning, - sym_serialization_tuning, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [228118] = 17, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [213875] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4744), 1, - sym__namecolon, - ACTIONS(4746), 1, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4271), 1, sym__terminator, - ACTIONS(4748), 1, - aux_sym_function_call_token1, - ACTIONS(4863), 1, - anon_sym_LPAREN, - STATE(3511), 1, - aux_sym_run_statement_repeat1, - STATE(3709), 1, - aux_sym_object_access_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(5820), 1, - sym_function_arguments, - STATE(3413), 2, + STATE(3137), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3135), 2, sym_comment, sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [228174] = 10, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [213945] = 19, 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_event_definition_token1, - STATE(3424), 1, - aux_sym_event_definition_repeat1, - ACTIONS(3765), 2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - STATE(3414), 2, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4273), 1, + sym__terminator, + STATE(3138), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3136), 2, sym_comment, sym_include, - STATE(3705), 3, - sym_scope_tuning, - sym_access_tuning, - sym_property_type, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [228216] = 16, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [214015] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(4695), 1, + ACTIONS(4275), 1, sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3523), 1, - sym_of, - STATE(3540), 1, - sym__pre_tuning, - STATE(3899), 1, - sym_where_clause, - STATE(3934), 1, - aux_sym_for_phrase_repeat1, - STATE(3415), 2, + ACTIONS(4283), 1, + aux_sym_image_phrase_token1, + ACTIONS(4289), 1, + aux_sym_size_phrase_token1, + ACTIONS(4295), 1, + aux_sym_button_tuning_token1, + ACTIONS(4304), 1, + aux_sym_button_tuning_token9, + ACTIONS(4307), 1, + aux_sym_button_tuning_token14, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4277), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4280), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4292), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + ACTIONS(4286), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4298), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + STATE(3137), 3, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [228270] = 10, + aux_sym_button_definition_repeat1, + ACTIONS(4301), 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, + [214083] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4884), 1, - aux_sym_using_statement_token1, - ACTIONS(4887), 1, - aux_sym_query_tuning_token5, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3416), 3, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4310), 1, + sym__terminator, + STATE(3137), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3138), 2, sym_comment, sym_include, - aux_sym_for_phrase_repeat1, - ACTIONS(4881), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - ACTIONS(4879), 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, - [228312] = 5, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [214153] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3417), 2, - sym_comment, - sym_include, - ACTIONS(4890), 16, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_function_call_token1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, aux_sym_to_phrase_token1, + ACTIONS(2907), 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, + ACTIONS(2909), 1, aux_sym_sort_clause_token1, - aux_sym_of_token1, - [228344] = 16, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(4800), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3516), 1, - sym_of, - STATE(3565), 1, + STATE(3162), 1, sym__pre_tuning, - STATE(3794), 1, + STATE(3272), 1, sym_where_clause, - STATE(3808), 1, + STATE(3276), 1, aux_sym_for_phrase_repeat1, - STATE(3418), 2, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3806), 1, + aux_sym_for_phrase_repeat2, + STATE(4243), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4312), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3139), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [228398] = 16, - ACTIONS(69), 1, + aux_sym_query_tuning_token5, + [214227] = 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(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(4714), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3502), 1, - sym_of, - STATE(3601), 1, - sym__pre_tuning, - STATE(3819), 1, - sym_where_clause, - STATE(3822), 1, - aux_sym_for_phrase_repeat1, - STATE(3419), 2, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, + sym__or_operator, + sym__and_operator, + STATE(3140), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [228452] = 15, + ACTIONS(1377), 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, + [214275] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4667), 1, - anon_sym_COLON, - ACTIONS(4669), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4671), 1, - aux_sym_property_type_token1, - ACTIONS(4673), 1, - aux_sym_method_tuning_token1, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(4677), 1, - aux_sym_implements_token1, - ACTIONS(4679), 1, - aux_sym_use_widget_pool_token1, - STATE(3481), 1, - aux_sym_class_statement_repeat1, - STATE(4263), 1, - sym_class_tuning, - STATE(6851), 1, - sym_class_body, - STATE(3420), 2, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4314), 1, + sym__terminator, + STATE(3128), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3141), 2, sym_comment, sym_include, - STATE(4309), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [228504] = 15, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [214345] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4667), 1, - anon_sym_COLON, - ACTIONS(4669), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4671), 1, - aux_sym_property_type_token1, - ACTIONS(4673), 1, - aux_sym_method_tuning_token1, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(4677), 1, - aux_sym_implements_token1, - ACTIONS(4679), 1, - aux_sym_use_widget_pool_token1, - STATE(3402), 1, - aux_sym_class_statement_repeat1, - STATE(4263), 1, - sym_class_tuning, - STATE(6401), 1, - sym_class_body, - STATE(3421), 2, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4316), 1, + sym__terminator, + STATE(3151), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3142), 2, sym_comment, sym_include, - STATE(4309), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [228556] = 15, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [214415] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4667), 1, - anon_sym_COLON, - ACTIONS(4669), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4671), 1, - aux_sym_property_type_token1, - ACTIONS(4673), 1, - aux_sym_method_tuning_token1, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(4677), 1, - aux_sym_implements_token1, - ACTIONS(4679), 1, - aux_sym_use_widget_pool_token1, - STATE(3420), 1, - aux_sym_class_statement_repeat1, - STATE(4263), 1, - sym_class_tuning, - STATE(6374), 1, - sym_class_body, - STATE(3422), 2, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4318), 1, + sym__terminator, + STATE(3137), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3143), 2, sym_comment, sym_include, - STATE(4309), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [228608] = 15, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [214485] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4667), 1, - anon_sym_COLON, - ACTIONS(4669), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(4671), 1, - aux_sym_property_type_token1, - ACTIONS(4673), 1, - aux_sym_method_tuning_token1, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(4677), 1, - aux_sym_implements_token1, - ACTIONS(4679), 1, - aux_sym_use_widget_pool_token1, - STATE(3481), 1, - aux_sym_class_statement_repeat1, - STATE(4263), 1, - sym_class_tuning, - STATE(6803), 1, - sym_class_body, - STATE(3423), 2, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4320), 1, + sym__terminator, + STATE(3145), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3144), 2, sym_comment, sym_include, - STATE(4309), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [228660] = 9, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [214555] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4901), 1, - aux_sym_event_definition_token1, - ACTIONS(4898), 2, - aux_sym_property_type_token1, - aux_sym_property_type_token2, - STATE(3424), 3, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4322), 1, + sym__terminator, + STATE(3137), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3145), 2, sym_comment, sym_include, - aux_sym_event_definition_repeat1, - STATE(3705), 3, - sym_scope_tuning, - sym_access_tuning, - sym_property_type, - ACTIONS(4892), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(4895), 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, - [228700] = 13, - ACTIONS(69), 1, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [214625] = 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(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4903), 1, - anon_sym_RPAREN, - STATE(3417), 1, - sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3425), 2, + ACTIONS(2456), 1, + sym_identifier, + STATE(31), 1, + sym_qualified_name, + ACTIONS(1379), 2, + sym__or_operator, + sym__and_operator, + STATE(3146), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [228747] = 13, + ACTIONS(1377), 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, + [214673] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4905), 1, - anon_sym_RPAREN, - STATE(3417), 1, - sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3426), 2, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4324), 1, + sym__terminator, + STATE(3130), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3147), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [228794] = 11, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [214743] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4907), 1, - aux_sym_dataset_expression_token1, - ACTIONS(4909), 1, - aux_sym_buffer_definition_token1, - ACTIONS(4911), 1, - aux_sym_query_definition_token1, - STATE(3478), 1, - aux_sym_buffer_definition_repeat1, - STATE(3427), 2, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4326), 1, + sym__terminator, + STATE(3132), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3148), 2, sym_comment, sym_include, - STATE(3654), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [228837] = 13, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [214813] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4913), 1, - anon_sym_RPAREN, - STATE(3417), 1, - sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3428), 2, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4328), 1, + sym__terminator, + STATE(3137), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3149), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [228884] = 11, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [214883] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4915), 1, - aux_sym_dataset_expression_token1, - ACTIONS(4917), 1, - aux_sym_buffer_definition_token1, - ACTIONS(4919), 1, - aux_sym_query_definition_token1, - STATE(3478), 1, - aux_sym_buffer_definition_repeat1, - STATE(3429), 2, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4330), 1, + sym__terminator, + STATE(3137), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3150), 2, sym_comment, sym_include, - STATE(3654), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [228927] = 11, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [214953] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4921), 1, - aux_sym_dataset_expression_token1, - ACTIONS(4923), 1, - aux_sym_buffer_definition_token1, - ACTIONS(4925), 1, - aux_sym_query_definition_token1, - STATE(3478), 1, - aux_sym_buffer_definition_repeat1, - STATE(3430), 2, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4332), 1, + sym__terminator, + STATE(3137), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3151), 2, sym_comment, sym_include, - STATE(3654), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [228970] = 11, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [215023] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4927), 1, - aux_sym_dataset_expression_token1, - ACTIONS(4929), 1, - aux_sym_buffer_definition_token1, - ACTIONS(4931), 1, - aux_sym_query_definition_token1, - STATE(3478), 1, - aux_sym_buffer_definition_repeat1, - STATE(3431), 2, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4334), 1, + sym__terminator, + STATE(3143), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3152), 2, sym_comment, sym_include, - STATE(3654), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [229013] = 7, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [215093] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4475), 1, - aux_sym_event_definition_token1, - STATE(3432), 2, + ACTIONS(4243), 1, + aux_sym_image_phrase_token1, + ACTIONS(4247), 1, + aux_sym_size_phrase_token1, + ACTIONS(4251), 1, + aux_sym_button_tuning_token1, + ACTIONS(4257), 1, + aux_sym_button_tuning_token9, + ACTIONS(4259), 1, + aux_sym_button_tuning_token14, + ACTIONS(4336), 1, + sym__terminator, + STATE(3150), 1, + aux_sym_button_definition_repeat1, + STATE(3271), 1, + sym_size_phrase, + STATE(3283), 1, + sym_button_tuning, + ACTIONS(4239), 2, + aux_sym_type_tuning_token2, + aux_sym_button_tuning_token12, + ACTIONS(4241), 2, + aux_sym_variable_tuning_token4, + aux_sym_button_tuning_token17, + ACTIONS(4249), 2, + aux_sym_size_phrase_token2, + aux_sym_size_phrase_token3, + STATE(3153), 2, sym_comment, sym_include, - ACTIONS(4473), 3, - aux_sym_serialization_tuning_token1, - aux_sym_serialization_tuning_token2, - aux_sym_property_definition_token1, - ACTIONS(4470), 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_property_type_token1, - aux_sym_property_type_token2, - [229048] = 13, + ACTIONS(4245), 3, + aux_sym_image_phrase_token2, + aux_sym_button_tuning_token10, + aux_sym_button_tuning_token11, + ACTIONS(4253), 3, + aux_sym_button_tuning_token3, + aux_sym_button_tuning_token7, + aux_sym_button_tuning_token16, + ACTIONS(4255), 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, + [215163] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4933), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3433), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3519), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4012), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4985), 1, + aux_sym_for_statement_repeat1, + STATE(5820), 1, + sym_body, + STATE(3154), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [229095] = 12, + aux_sym_query_tuning_token5, + [215236] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4935), 1, - anon_sym_RPAREN, - ACTIONS(4940), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(4943), 1, - aux_sym_where_clause_token1, - ACTIONS(4946), 1, - aux_sym_query_tuning_token5, - ACTIONS(4949), 1, - aux_sym_of_token1, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 3, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3521), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4060), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4958), 1, + aux_sym_for_statement_repeat1, + STATE(5574), 1, + sym_body, + STATE(3155), 2, sym_comment, sym_include, - aux_sym_can_find_expression_repeat1, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(4937), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [229140] = 13, + aux_sym_query_tuning_token5, + [215309] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4952), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3181), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3435), 2, + STATE(3566), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4037), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4877), 1, + aux_sym_for_statement_repeat1, + STATE(5450), 1, + sym_body, + STATE(3156), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [229187] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(3436), 2, - sym_comment, - sym_include, - ACTIONS(4954), 15, - 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, - aux_sym_event_definition_token1, - [229218] = 13, + aux_sym_query_tuning_token5, + [215382] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4956), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3194), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3437), 2, + STATE(3568), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4043), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4873), 1, + aux_sym_for_statement_repeat1, + STATE(5651), 1, + sym_body, + STATE(3157), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [229265] = 13, + aux_sym_query_tuning_token5, + [215455] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4958), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3438), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3566), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4037), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4877), 1, + aux_sym_for_statement_repeat1, + STATE(5450), 1, + sym_body, + STATE(3158), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [229312] = 13, + aux_sym_query_tuning_token5, + [215528] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4960), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3237), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3439), 2, + STATE(3574), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4078), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5074), 1, + aux_sym_for_statement_repeat1, + STATE(5529), 1, + sym_body, + STATE(3159), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [229359] = 13, + aux_sym_query_tuning_token5, + [215601] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4962), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3440), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3574), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4078), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5074), 1, + aux_sym_for_statement_repeat1, + STATE(5529), 1, + sym_body, + STATE(3160), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [229406] = 13, + aux_sym_query_tuning_token5, + [215674] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4964), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3177), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3441), 2, + STATE(3554), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4008), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4994), 1, + aux_sym_for_statement_repeat1, + STATE(6015), 1, + sym_body, + STATE(3161), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [229453] = 13, + aux_sym_query_tuning_token5, + [215747] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4966), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3270), 1, + sym_where_clause, + STATE(3287), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3442), 2, + STATE(3577), 1, + sym_query_tuning, + STATE(3748), 1, + aux_sym_for_phrase_repeat2, + STATE(4210), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4338), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3162), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [229500] = 13, - ACTIONS(69), 1, + aux_sym_query_tuning_token5, + [215818] = 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(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4968), 1, - anon_sym_RPAREN, - STATE(3417), 1, - sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3443), 2, + ACTIONS(4342), 1, + sym__escaped_string, + STATE(3163), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [229547] = 13, + ACTIONS(4340), 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, + [215859] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4970), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3444), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3540), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4045), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4992), 1, + aux_sym_for_statement_repeat1, + STATE(5958), 1, + sym_body, + STATE(3164), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [229594] = 16, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(819), 1, - anon_sym_EQ, - ACTIONS(847), 1, - sym__namedot, - ACTIONS(849), 1, - sym__namecolon, - ACTIONS(851), 1, - sym__namedoublecolon, - ACTIONS(853), 1, - sym__augmented_assignment, - ACTIONS(4974), 1, - anon_sym_LPAREN, - STATE(948), 1, - sym_assignment_operator, - STATE(3645), 1, - sym_function_arguments, - STATE(4747), 1, - aux_sym_object_access_repeat1, - STATE(4870), 1, - aux_sym_qualified_name_repeat1, - STATE(4906), 1, - aux_sym_member_access_repeat1, - STATE(3445), 2, - sym_comment, - sym_include, - ACTIONS(4972), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - [229647] = 13, + aux_sym_query_tuning_token5, + [215932] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4976), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3171), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3446), 2, + STATE(3530), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4013), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5034), 1, + aux_sym_for_statement_repeat1, + STATE(5575), 1, + sym_body, + STATE(3165), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [229694] = 13, + aux_sym_query_tuning_token5, + [216005] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4978), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3447), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3554), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4008), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4994), 1, + aux_sym_for_statement_repeat1, + STATE(6015), 1, + sym_body, + STATE(3166), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [229741] = 13, + aux_sym_query_tuning_token5, + [216078] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4980), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3448), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3568), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4043), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4873), 1, + aux_sym_for_statement_repeat1, + STATE(5651), 1, + sym_body, + STATE(3167), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [229788] = 13, + aux_sym_query_tuning_token5, + [216151] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4982), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3183), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3449), 2, + STATE(3540), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4045), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4992), 1, + aux_sym_for_statement_repeat1, + STATE(5958), 1, + sym_body, + STATE(3168), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [229835] = 13, + aux_sym_query_tuning_token5, + [216224] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4984), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3450), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3560), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4024), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4889), 1, + aux_sym_for_statement_repeat1, + STATE(5664), 1, + sym_body, + STATE(3169), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [229882] = 13, + aux_sym_query_tuning_token5, + [216297] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4986), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3277), 1, + sym_where_clause, + STATE(3278), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3451), 2, + STATE(3577), 1, + sym_query_tuning, + STATE(3799), 1, + aux_sym_for_phrase_repeat2, + STATE(4172), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4344), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3170), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [229929] = 6, + aux_sym_query_tuning_token5, + [216368] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4988), 1, - sym__namedot, - STATE(3452), 3, - sym_comment, - sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(102), 13, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, + ACTIONS(2901), 1, anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - anon_sym_LT, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [229962] = 13, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4991), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3453), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3512), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4033), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5023), 1, + aux_sym_for_statement_repeat1, + STATE(5663), 1, + sym_body, + STATE(3171), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230009] = 13, + aux_sym_query_tuning_token5, + [216441] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4348), 1, + sym__escaped_string, + STATE(3172), 2, + sym_comment, + sym_include, + ACTIONS(4346), 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, + [216482] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4993), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3158), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3454), 2, + STATE(3560), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4024), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4889), 1, + aux_sym_for_statement_repeat1, + STATE(5664), 1, + sym_body, + STATE(3173), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230056] = 13, + aux_sym_query_tuning_token5, + [216555] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4995), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3272), 1, + sym_where_clause, + STATE(3276), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3455), 2, + STATE(3577), 1, + sym_query_tuning, + STATE(3806), 1, + aux_sym_for_phrase_repeat2, + STATE(4243), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4312), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3174), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230103] = 7, + aux_sym_query_tuning_token5, + [216626] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4873), 1, - sym__namedot, - STATE(3452), 1, - aux_sym_qualified_name_repeat1, - STATE(3456), 2, + ACTIONS(3639), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(3641), 1, + aux_sym_dataset_expression_token1, + ACTIONS(3849), 1, + aux_sym_property_definition_token1, + ACTIONS(3851), 1, + aux_sym_event_definition_token1, + STATE(3328), 1, + aux_sym_property_definition_repeat1, + STATE(3379), 1, + sym_serialization_tuning, + STATE(3449), 1, + aux_sym_variable_definition_repeat1, + STATE(3456), 1, + aux_sym_event_definition_repeat1, + STATE(3475), 1, + sym_property_type, + STATE(3678), 1, + aux_sym_buffer_definition_repeat1, + ACTIONS(3612), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(3847), 2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + STATE(3175), 2, sym_comment, sym_include, - ACTIONS(109), 13, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - anon_sym_COMMA, + STATE(3375), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [216695] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4352), 1, + sym__escaped_string, + STATE(3176), 2, + sym_comment, + sym_include, + ACTIONS(4350), 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, - anon_sym_RPAREN, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - anon_sym_LT, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [230138] = 13, + aux_sym_unary_expression_token1, + aux_sym_unary_expression_token2, + aux_sym_ambiguous_expression_token1, + aux_sym_temp_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, + [216736] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4997), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3457), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3528), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4087), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4990), 1, + aux_sym_for_statement_repeat1, + STATE(5941), 1, + sym_body, + STATE(3177), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230185] = 13, + aux_sym_query_tuning_token5, + [216809] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(4999), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3160), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3458), 2, + STATE(3512), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4033), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5023), 1, + aux_sym_for_statement_repeat1, + STATE(5663), 1, + sym_body, + STATE(3178), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230232] = 13, + aux_sym_query_tuning_token5, + [216882] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4356), 1, + sym__escaped_string, + STATE(3179), 2, + sym_comment, + sym_include, + ACTIONS(4354), 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, + [216923] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4360), 1, + sym__escaped_string, + STATE(3180), 2, + sym_comment, + sym_include, + ACTIONS(4358), 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, + [216964] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5001), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3459), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3571), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4052), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4869), 1, + aux_sym_for_statement_repeat1, + STATE(5806), 1, + sym_body, + STATE(3181), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230279] = 13, + aux_sym_query_tuning_token5, + [217037] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5003), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3460), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3557), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4029), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4997), 1, + aux_sym_for_statement_repeat1, + STATE(5986), 1, + sym_body, + STATE(3182), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230326] = 13, + aux_sym_query_tuning_token5, + [217110] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5005), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3461), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3527), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4085), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4989), 1, + aux_sym_for_statement_repeat1, + STATE(5923), 1, + sym_body, + STATE(3183), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230373] = 13, + aux_sym_query_tuning_token5, + [217183] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5007), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3154), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3462), 2, + STATE(3527), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4085), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4989), 1, + aux_sym_for_statement_repeat1, + STATE(5923), 1, + sym_body, + STATE(3184), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230420] = 13, + aux_sym_query_tuning_token5, + [217256] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5009), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3201), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3463), 2, + STATE(3571), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4052), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4869), 1, + aux_sym_for_statement_repeat1, + STATE(5806), 1, + sym_body, + STATE(3185), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230467] = 13, + aux_sym_query_tuning_token5, + [217329] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5011), 1, - anon_sym_RPAREN, - STATE(3417), 1, - sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3464), 2, + ACTIONS(4364), 1, + aux_sym_variable_tuning_token2, + STATE(3186), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [230514] = 13, + ACTIONS(4362), 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, + [217372] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5013), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3164), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3465), 2, + STATE(3557), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4029), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4997), 1, + aux_sym_for_statement_repeat1, + STATE(5986), 1, + sym_body, + STATE(3187), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230561] = 13, + aux_sym_query_tuning_token5, + [217445] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5015), 1, - anon_sym_RPAREN, - STATE(3417), 1, - sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3466), 2, + ACTIONS(3894), 1, + aux_sym_variable_tuning_token2, + STATE(3188), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [230608] = 13, + ACTIONS(3890), 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, + [217488] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5017), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3166), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3467), 2, + STATE(3577), 1, + sym_query_tuning, + STATE(3583), 1, + aux_sym_for_phrase_repeat2, + STATE(4003), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4998), 1, + aux_sym_for_statement_repeat1, + STATE(6001), 1, + sym_body, + STATE(3189), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230655] = 13, + aux_sym_query_tuning_token5, + [217561] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5019), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3468), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3522), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4009), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4674), 1, + aux_sym_for_statement_repeat1, + STATE(5497), 1, + sym_body, + STATE(3190), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230702] = 13, + aux_sym_query_tuning_token5, + [217634] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5021), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3192), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3469), 2, + STATE(3522), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4009), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4674), 1, + aux_sym_for_statement_repeat1, + STATE(5497), 1, + sym_body, + STATE(3191), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230749] = 13, + aux_sym_query_tuning_token5, + [217707] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5023), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3470), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3513), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4011), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5059), 1, + aux_sym_for_statement_repeat1, + STATE(5467), 1, + sym_body, + STATE(3192), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230796] = 13, + aux_sym_query_tuning_token5, + [217780] = 10, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4366), 1, + sym_identifier, + ACTIONS(4370), 1, + aux_sym_class_type_token1, + STATE(1995), 1, + sym__type, + STATE(3051), 1, + sym_qualified_name, + STATE(3193), 2, + sym_comment, + sym_include, + STATE(3188), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(4368), 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, + [217831] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5025), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3471), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3573), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4053), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4866), 1, + aux_sym_for_statement_repeat1, + STATE(6005), 1, + sym_body, + STATE(3194), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230843] = 13, + aux_sym_query_tuning_token5, + [217904] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5027), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3472), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3583), 1, + aux_sym_for_phrase_repeat2, + STATE(4003), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4998), 1, + aux_sym_for_statement_repeat1, + STATE(6001), 1, + sym_body, + STATE(3195), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230890] = 13, - ACTIONS(69), 1, + aux_sym_query_tuning_token5, + [217977] = 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(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5029), 1, - anon_sym_RPAREN, - STATE(3417), 1, - sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3473), 2, + ACTIONS(4372), 1, + sym_identifier, + ACTIONS(4376), 1, + aux_sym_class_type_token1, + STATE(1995), 1, + sym__type, + STATE(3518), 1, + sym_qualified_name, + STATE(3196), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [230937] = 13, + STATE(3731), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(4374), 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, + [218028] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5031), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3203), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3474), 2, + STATE(3573), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4053), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4866), 1, + aux_sym_for_statement_repeat1, + STATE(6005), 1, + sym_body, + STATE(3197), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [230984] = 13, + aux_sym_query_tuning_token5, + [218101] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5033), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3475), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3567), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4023), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4693), 1, + aux_sym_for_statement_repeat1, + STATE(5525), 1, + sym_body, + STATE(3198), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [231031] = 13, + aux_sym_query_tuning_token5, + [218174] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5035), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3476), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3587), 1, + aux_sym_for_phrase_repeat2, + STATE(4080), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4782), 1, + aux_sym_for_statement_repeat1, + STATE(5863), 1, + sym_body, + STATE(3199), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [231078] = 10, + aux_sym_query_tuning_token5, + [218247] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5042), 1, + ACTIONS(4380), 1, aux_sym_variable_tuning_token2, - ACTIONS(5045), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5048), 1, - aux_sym_variable_tuning_token8, - STATE(3567), 1, - sym_property_tuning, - ACTIONS(5039), 2, - aux_sym_variable_tuning_token1, - aux_sym_variable_tuning_token6, - STATE(3477), 3, + STATE(3200), 2, sym_comment, sym_include, - aux_sym_property_definition_repeat2, - ACTIONS(5037), 8, + ACTIONS(4378), 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, @@ -247725,1627 +238561,2309 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_tuning_token5, aux_sym_getter_token1, aux_sym_setter_token1, - [231119] = 8, + 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, + [218290] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3654), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(5051), 3, - aux_sym_dataset_expression_token1, - aux_sym_buffer_definition_token1, - aux_sym_query_definition_token1, - STATE(3478), 3, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3576), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4061), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4862), 1, + aux_sym_for_statement_repeat1, + STATE(5942), 1, + sym_body, + STATE(3201), 2, sym_comment, sym_include, - aux_sym_buffer_definition_repeat1, - ACTIONS(5053), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(5056), 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, - [231156] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [218363] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5059), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3479), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3530), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4013), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5034), 1, + aux_sym_for_statement_repeat1, + STATE(5575), 1, + sym_body, + STATE(3202), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [231203] = 13, + aux_sym_query_tuning_token5, + [218436] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5061), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3480), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3579), 1, + aux_sym_for_phrase_repeat2, + STATE(4068), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4860), 1, + aux_sym_for_statement_repeat1, + STATE(5914), 1, + sym_body, + STATE(3203), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [231250] = 13, + aux_sym_query_tuning_token5, + [218509] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5063), 1, - anon_sym_COLON, - ACTIONS(5065), 1, - aux_sym_serialization_tuning_token1, - ACTIONS(5068), 1, - aux_sym_property_type_token1, - ACTIONS(5071), 1, - aux_sym_method_tuning_token1, - ACTIONS(5074), 1, - aux_sym_inherits_token1, - ACTIONS(5077), 1, - aux_sym_implements_token1, - ACTIONS(5080), 1, - aux_sym_use_widget_pool_token1, - STATE(4263), 1, - sym_class_tuning, - STATE(3481), 3, + ACTIONS(4227), 1, + aux_sym_variable_tuning_token2, + STATE(3204), 2, sym_comment, sym_include, - aux_sym_class_statement_repeat1, - STATE(4309), 6, - sym_inherits, - sym_implements, - sym_use_widget_pool, - sym_abstract, - sym_final, - sym_serializable, - [231297] = 13, - ACTIONS(69), 1, + ACTIONS(4225), 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, + [218552] = 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(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5083), 1, - anon_sym_RPAREN, - STATE(3417), 1, - sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3482), 2, + ACTIONS(4384), 1, + sym__escaped_string, + STATE(3205), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [231344] = 13, + ACTIONS(4382), 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, + [218593] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5085), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3483), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3549), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4000), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4926), 1, + aux_sym_for_statement_repeat1, + STATE(5808), 1, + sym_body, + STATE(3206), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [231391] = 13, + aux_sym_query_tuning_token5, + [218666] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5087), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3199), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3484), 2, + STATE(3577), 1, + sym_query_tuning, + STATE(3592), 1, + aux_sym_for_phrase_repeat2, + STATE(4064), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4785), 1, + aux_sym_for_statement_repeat1, + STATE(5984), 1, + sym_body, + STATE(3207), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [231438] = 13, + aux_sym_query_tuning_token5, + [218739] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5089), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3190), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3485), 2, + STATE(3567), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4023), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4693), 1, + aux_sym_for_statement_repeat1, + STATE(5525), 1, + sym_body, + STATE(3208), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [231485] = 13, + aux_sym_query_tuning_token5, + [218812] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5091), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3486), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3592), 1, + aux_sym_for_phrase_repeat2, + STATE(4064), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4785), 1, + aux_sym_for_statement_repeat1, + STATE(5984), 1, + sym_body, + STATE(3209), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [231532] = 13, + aux_sym_query_tuning_token5, + [218885] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5093), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3224), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3487), 2, + STATE(3577), 1, + sym_query_tuning, + STATE(3579), 1, + aux_sym_for_phrase_repeat2, + STATE(4068), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4860), 1, + aux_sym_for_statement_repeat1, + STATE(5914), 1, + sym_body, + STATE(3210), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [231579] = 13, + aux_sym_query_tuning_token5, + [218958] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5095), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3488), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3596), 1, + aux_sym_for_phrase_repeat2, + STATE(4058), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4787), 1, + aux_sym_for_statement_repeat1, + STATE(5840), 1, + sym_body, + STATE(3211), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [231626] = 13, + aux_sym_query_tuning_token5, + [219031] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5097), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3206), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3489), 2, + STATE(3547), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4059), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4933), 1, + aux_sym_for_statement_repeat1, + STATE(5912), 1, + sym_body, + STATE(3212), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [231673] = 13, + aux_sym_query_tuning_token5, + [219104] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5099), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3490), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3547), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4059), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4933), 1, + aux_sym_for_statement_repeat1, + STATE(5912), 1, + sym_body, + STATE(3213), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [231720] = 13, - ACTIONS(69), 1, + aux_sym_query_tuning_token5, + [219177] = 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(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5101), 1, - anon_sym_RPAREN, - STATE(3417), 1, - sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3491), 2, + ACTIONS(4386), 1, + sym_identifier, + ACTIONS(4388), 1, + aux_sym_class_type_token1, + STATE(1995), 1, + sym__type, + STATE(3518), 1, + sym_qualified_name, + STATE(3214), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [231767] = 13, + STATE(3731), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(4374), 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, + [219228] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5103), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3209), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3492), 2, + STATE(3577), 1, + sym_query_tuning, + STATE(3597), 1, + aux_sym_for_phrase_repeat2, + STATE(4051), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4791), 1, + aux_sym_for_statement_repeat1, + STATE(5830), 1, + sym_body, + STATE(3215), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [231814] = 13, + aux_sym_query_tuning_token5, + [219301] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2484), 1, - aux_sym_where_clause_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(2488), 1, - aux_sym_of_token1, - ACTIONS(5105), 1, - anon_sym_RPAREN, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3434), 1, - aux_sym_can_find_expression_repeat1, - STATE(3493), 2, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3597), 1, + aux_sym_for_phrase_repeat2, + STATE(4051), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4791), 1, + aux_sym_for_statement_repeat1, + STATE(5830), 1, + sym_body, + STATE(3216), 2, sym_comment, sym_include, - STATE(4042), 3, - sym_where_clause, - sym_query_tuning, - sym_of, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [231861] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5107), 1, - aux_sym_dataset_expression_token1, - ACTIONS(5109), 1, - aux_sym_buffer_definition_token1, - ACTIONS(5111), 1, - aux_sym_query_definition_token1, - STATE(3478), 1, - aux_sym_buffer_definition_repeat1, - STATE(3494), 2, - sym_comment, - sym_include, - STATE(3654), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [231904] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5119), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3938), 2, - sym_scope_tuning, - sym_access_tuning, - STATE(3495), 3, - sym_comment, - sym_include, - aux_sym_workfile_definition_repeat1, - ACTIONS(5113), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(5116), 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, - [231940] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4728), 1, - sym__terminator, - ACTIONS(4732), 1, - aux_sym_function_call_token1, - ACTIONS(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4863), 1, - anon_sym_LPAREN, - STATE(3503), 1, - aux_sym_run_statement_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(5735), 1, - sym_function_arguments, - STATE(3496), 2, - sym_comment, - sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [231990] = 14, + aux_sym_query_tuning_token5, + [219374] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5121), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3586), 1, - sym__pre_tuning, - STATE(3716), 1, - sym_where_clause, - STATE(3718), 1, + STATE(3376), 1, aux_sym_for_phrase_repeat1, - STATE(3497), 2, + STATE(3544), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4086), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4934), 1, + aux_sym_for_statement_repeat1, + STATE(5916), 1, + sym_body, + STATE(3217), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [232038] = 14, + aux_sym_query_tuning_token5, + [219447] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5123), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3543), 1, - sym__pre_tuning, - STATE(3977), 1, - sym_where_clause, - STATE(3979), 1, + STATE(3376), 1, aux_sym_for_phrase_repeat1, - STATE(3498), 2, + STATE(3577), 1, + sym_query_tuning, + STATE(3589), 1, + aux_sym_for_phrase_repeat2, + STATE(4083), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5007), 1, + aux_sym_for_statement_repeat1, + STATE(5513), 1, + sym_body, + STATE(3218), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [232086] = 5, + aux_sym_query_tuning_token5, + [219520] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3499), 2, - sym_comment, - sym_include, - ACTIONS(5125), 14, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, anon_sym_COLON, - sym__terminator, + ACTIONS(2901), 1, anon_sym_COMMA, - aux_sym_function_call_token1, - aux_sym_using_statement_token1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, aux_sym_to_phrase_token1, - aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3234), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3521), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4060), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4958), 1, + aux_sym_for_statement_repeat1, + STATE(5574), 1, + sym_body, + STATE(3219), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - aux_sym_sort_clause_token1, - [232116] = 15, + [219593] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4863), 1, - anon_sym_LPAREN, - ACTIONS(5127), 1, - sym__terminator, - ACTIONS(5129), 1, - aux_sym_function_call_token1, - STATE(3572), 1, - aux_sym_run_statement_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(6272), 1, - sym_function_arguments, - STATE(3500), 2, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3211), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3600), 1, + aux_sym_for_phrase_repeat2, + STATE(4046), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4793), 1, + aux_sym_for_statement_repeat1, + STATE(5816), 1, + sym_body, + STATE(3220), 2, sym_comment, sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [232166] = 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [219666] = 20, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3501), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2907), 1, + aux_sym_where_clause_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3284), 1, + aux_sym_for_phrase_repeat1, + STATE(3289), 1, + sym_where_clause, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3757), 1, + aux_sym_for_phrase_repeat2, + STATE(4188), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4267), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3221), 2, sym_comment, sym_include, - ACTIONS(4473), 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, - [232196] = 14, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [219737] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5131), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3590), 1, - sym__pre_tuning, - STATE(3881), 1, + STATE(3376), 1, aux_sym_for_phrase_repeat1, - STATE(3882), 1, - sym_where_clause, - STATE(3502), 2, + STATE(3577), 1, + sym_query_tuning, + STATE(3600), 1, + aux_sym_for_phrase_repeat2, + STATE(4046), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4793), 1, + aux_sym_for_statement_repeat1, + STATE(5816), 1, + sym_body, + STATE(3222), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [232244] = 15, + aux_sym_query_tuning_token5, + [219810] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4863), 1, - anon_sym_LPAREN, - ACTIONS(5133), 1, - sym__terminator, - ACTIONS(5135), 1, - aux_sym_function_call_token1, - STATE(3572), 1, - aux_sym_run_statement_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(5956), 1, - sym_function_arguments, - STATE(3503), 2, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3213), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3538), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4017), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4939), 1, + aux_sym_for_statement_repeat1, + STATE(5970), 1, + sym_body, + STATE(3223), 2, sym_comment, sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [232294] = 14, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [219883] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5137), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3537), 1, - sym__pre_tuning, - STATE(3847), 1, + STATE(3376), 1, aux_sym_for_phrase_repeat1, - STATE(3850), 1, - sym_where_clause, - STATE(3504), 2, + STATE(3577), 1, + sym_query_tuning, + STATE(3582), 1, + aux_sym_for_phrase_repeat2, + STATE(4077), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4854), 1, + aux_sym_for_statement_repeat1, + STATE(5713), 1, + sym_body, + STATE(3224), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [232342] = 14, + aux_sym_query_tuning_token5, + [219956] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5139), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3563), 1, - sym__pre_tuning, - STATE(3947), 1, + STATE(3376), 1, aux_sym_for_phrase_repeat1, - STATE(3948), 1, - sym_where_clause, - STATE(3505), 2, + STATE(3538), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4017), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4939), 1, + aux_sym_for_statement_repeat1, + STATE(5970), 1, + sym_body, + STATE(3225), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [232390] = 15, + aux_sym_query_tuning_token5, + [220029] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4746), 1, - sym__terminator, - ACTIONS(4748), 1, - aux_sym_function_call_token1, - ACTIONS(4863), 1, - anon_sym_LPAREN, - STATE(3511), 1, - aux_sym_run_statement_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(5820), 1, - sym_function_arguments, - STATE(3506), 2, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3230), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3535), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4092), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4945), 1, + aux_sym_for_statement_repeat1, + STATE(5766), 1, + sym_body, + STATE(3226), 2, sym_comment, sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [232440] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [220102] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3495), 1, - aux_sym_workfile_definition_repeat1, - ACTIONS(5141), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3507), 2, + ACTIONS(4392), 1, + aux_sym_variable_tuning_token2, + STATE(3227), 2, sym_comment, sym_include, - STATE(3938), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 5, + ACTIONS(4390), 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, - [232478] = 7, + 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, + [220145] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5143), 1, - anon_sym_LT, - STATE(3640), 1, - sym_generic_expression, - STATE(3508), 2, - sym_comment, - sym_include, - ACTIONS(3823), 12, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, + ACTIONS(2901), 1, anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_GT, - aux_sym_variable_tuning_token7, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [232512] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4808), 1, - sym__terminator, - ACTIONS(4810), 1, - aux_sym_function_call_token1, - ACTIONS(4863), 1, - anon_sym_LPAREN, - STATE(3518), 1, - aux_sym_run_statement_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(6175), 1, - sym_function_arguments, - STATE(3509), 2, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3217), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3537), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4038), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4942), 1, + aux_sym_for_statement_repeat1, + STATE(6019), 1, + sym_body, + STATE(3228), 2, sym_comment, sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [232562] = 14, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [220218] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5145), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3216), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3499), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3569), 1, - sym__pre_tuning, - STATE(3773), 1, - aux_sym_for_phrase_repeat1, - STATE(3783), 1, - sym_where_clause, - STATE(3510), 2, + STATE(3601), 1, + aux_sym_for_phrase_repeat2, + STATE(4040), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4796), 1, + aux_sym_for_statement_repeat1, + STATE(5802), 1, + sym_body, + STATE(3229), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [232610] = 15, + aux_sym_query_tuning_token5, + [220291] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4863), 1, - anon_sym_LPAREN, - ACTIONS(5147), 1, - sym__terminator, - ACTIONS(5149), 1, - aux_sym_function_call_token1, - STATE(3572), 1, - aux_sym_run_statement_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(5897), 1, - sym_function_arguments, - STATE(3511), 2, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3537), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4038), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4942), 1, + aux_sym_for_statement_repeat1, + STATE(6019), 1, + sym_body, + STATE(3230), 2, sym_comment, sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [232660] = 14, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [220364] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5151), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3236), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3499), 1, + STATE(3559), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, sym_query_tuning, - STATE(3570), 1, - sym__pre_tuning, - STATE(3737), 1, - aux_sym_for_phrase_repeat1, - STATE(3738), 1, - sym_where_clause, - STATE(3512), 2, + STATE(4007), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4817), 1, + aux_sym_for_statement_repeat1, + STATE(5609), 1, + sym_body, + STATE(3231), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [232708] = 15, + aux_sym_query_tuning_token5, + [220437] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4863), 1, - anon_sym_LPAREN, - ACTIONS(5153), 1, - sym__terminator, - ACTIONS(5155), 1, - aux_sym_function_call_token1, - STATE(3572), 1, - aux_sym_run_statement_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(6312), 1, - sym_function_arguments, - STATE(3513), 2, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3520), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4018), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4905), 1, + aux_sym_for_statement_repeat1, + STATE(5817), 1, + sym_body, + STATE(3232), 2, sym_comment, sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [232758] = 9, - ACTIONS(69), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [220510] = 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(3495), 1, - aux_sym_workfile_definition_repeat1, - ACTIONS(5157), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3514), 2, + ACTIONS(4394), 1, + sym_identifier, + ACTIONS(4396), 1, + aux_sym_class_type_token1, + STATE(3518), 1, + sym_qualified_name, + STATE(5077), 1, + sym__type, + STATE(3233), 2, sym_comment, sym_include, - STATE(3938), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [232796] = 5, + STATE(3731), 3, + sym_primitive_type, + sym_class_type, + sym_generic_type, + ACTIONS(4374), 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, + [220561] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3515), 2, - sym_comment, - sym_include, - ACTIONS(102), 14, - sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, + ACTIONS(2901), 1, anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - anon_sym_LT, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [232826] = 14, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3535), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4092), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4945), 1, + aux_sym_for_statement_repeat1, + STATE(5766), 1, + sym_body, + STATE(3234), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [220634] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5159), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3558), 1, - sym__pre_tuning, - STATE(3889), 1, + STATE(3376), 1, aux_sym_for_phrase_repeat1, - STATE(3891), 1, - sym_where_clause, - STATE(3516), 2, + STATE(3577), 1, + sym_query_tuning, + STATE(3601), 1, + aux_sym_for_phrase_repeat2, + STATE(4040), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4796), 1, + aux_sym_for_statement_repeat1, + STATE(5802), 1, + sym_body, + STATE(3235), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [232874] = 15, + aux_sym_query_tuning_token5, + [220707] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4822), 1, - sym__terminator, - ACTIONS(4824), 1, - aux_sym_function_call_token1, - ACTIONS(4863), 1, - anon_sym_LPAREN, - STATE(3513), 1, - aux_sym_run_statement_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(5767), 1, - sym_function_arguments, - STATE(3517), 2, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3591), 1, + aux_sym_for_phrase_repeat2, + STATE(4027), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4805), 1, + aux_sym_for_statement_repeat1, + STATE(5761), 1, + sym_body, + STATE(3236), 2, sym_comment, sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [232924] = 15, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [220780] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4863), 1, - anon_sym_LPAREN, - ACTIONS(5161), 1, - sym__terminator, - ACTIONS(5163), 1, - aux_sym_function_call_token1, - STATE(3572), 1, - aux_sym_run_statement_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(6045), 1, - sym_function_arguments, - STATE(3518), 2, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3524), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4056), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5101), 1, + aux_sym_for_statement_repeat1, + STATE(5728), 1, + sym_body, + STATE(3237), 2, sym_comment, sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [232974] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [220853] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3495), 1, - aux_sym_workfile_definition_repeat1, - ACTIONS(5165), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3519), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3222), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3591), 1, + aux_sym_for_phrase_repeat2, + STATE(4027), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4805), 1, + aux_sym_for_statement_repeat1, + STATE(5761), 1, + sym_body, + STATE(3238), 2, sym_comment, sym_include, - STATE(3938), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [233012] = 14, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [220926] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5167), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3499), 1, - sym_query_tuning, - STATE(3561), 1, - sym__pre_tuning, - STATE(3869), 1, - sym_where_clause, - STATE(3872), 1, + STATE(3376), 1, aux_sym_for_phrase_repeat1, - STATE(3520), 2, + STATE(3559), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4007), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4817), 1, + aux_sym_for_statement_repeat1, + STATE(5609), 1, + sym_body, + STATE(3239), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [233060] = 15, + aux_sym_query_tuning_token5, + [220999] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4734), 1, - aux_sym_setter_token1, - ACTIONS(4736), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(4738), 1, - aux_sym_widget_field_token1, - ACTIONS(4742), 1, - aux_sym_run_tuning_token7, - ACTIONS(4756), 1, - sym__terminator, - ACTIONS(4758), 1, - aux_sym_function_call_token1, - ACTIONS(4863), 1, - anon_sym_LPAREN, - STATE(3500), 1, - aux_sym_run_statement_repeat1, - STATE(3844), 1, - sym_run_tuning, - STATE(6200), 1, - sym_function_arguments, - STATE(3521), 2, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3536), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4047), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4944), 1, + aux_sym_for_statement_repeat1, + STATE(5909), 1, + sym_body, + STATE(3240), 2, sym_comment, sym_include, - ACTIONS(4740), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [233110] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [221072] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3495), 1, - aux_sym_workfile_definition_repeat1, - ACTIONS(5169), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3522), 2, + ACTIONS(4400), 1, + aux_sym_variable_tuning_token2, + STATE(3241), 2, sym_comment, sym_include, - STATE(3938), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 5, + ACTIONS(4398), 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, - [233148] = 14, + 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, + [221115] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5171), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3198), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3499), 1, + STATE(3520), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, sym_query_tuning, - STATE(3612), 1, - sym__pre_tuning, - STATE(3763), 1, - aux_sym_for_phrase_repeat1, - STATE(3765), 1, - sym_where_clause, - STATE(3523), 2, + STATE(4018), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4905), 1, + aux_sym_for_statement_repeat1, + STATE(5817), 1, + sym_body, + STATE(3242), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [233196] = 6, + aux_sym_query_tuning_token5, + [221188] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4466), 1, - aux_sym_variable_definition_token4, - STATE(3524), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3195), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3589), 1, + aux_sym_for_phrase_repeat2, + STATE(4083), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(5007), 1, + aux_sym_for_statement_repeat1, + STATE(5513), 1, + sym_body, + STATE(3243), 2, sym_comment, sym_include, - ACTIONS(4448), 13, - 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, - [233228] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [221261] = 21, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3495), 1, - aux_sym_workfile_definition_repeat1, - ACTIONS(5173), 2, - aux_sym_workfile_definition_token1, - aux_sym_workfile_definition_token2, - STATE(3525), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3225), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3536), 1, + aux_sym_for_phrase_repeat2, + STATE(3577), 1, + sym_query_tuning, + STATE(4047), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + STATE(4944), 1, + aux_sym_for_statement_repeat1, + STATE(5909), 1, + sym_body, + STATE(3244), 2, sym_comment, - sym_include, - STATE(3938), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(3595), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(3597), 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, - [233266] = 6, - ACTIONS(69), 1, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [221334] = 23, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5177), 1, - aux_sym_variable_definition_token2, - STATE(3526), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4402), 1, + sym_identifier, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4406), 1, + aux_sym__block_terminator_token1, + ACTIONS(4408), 1, + aux_sym_while_phrase_token1, + ACTIONS(4410), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(4412), 1, + aux_sym_on_error_phrase_token1, + STATE(1936), 1, + sym__block_terminator, + STATE(3489), 1, + sym_to_phrase, + STATE(3611), 1, + sym_while_phrase, + STATE(3612), 1, + aux_sym_repeat_statement_repeat1, + STATE(4342), 1, + aux_sym_repeat_statement_repeat2, + STATE(4622), 1, + sym_object_access, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5508), 1, + sym_body, + STATE(6363), 1, + sym_assignment, + STATE(3245), 2, sym_comment, sym_include, - ACTIONS(5175), 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, - [233297] = 14, + STATE(5356), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [221410] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5179), 1, - sym__terminator, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - STATE(3562), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4565), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4566), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3527), 2, + ACTIONS(4418), 1, + aux_sym_button_tuning_token2, + ACTIONS(4416), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3246), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [233344] = 14, + ACTIONS(4414), 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, + [221454] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -249354,58 +240872,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(1593), 1, - sym__integer_literal, - ACTIONS(1597), 1, - anon_sym_LPAREN, - ACTIONS(5189), 1, + ACTIONS(4402), 1, sym_identifier, - STATE(1985), 1, - sym_function_call, - STATE(1986), 1, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4408), 1, + aux_sym_while_phrase_token1, + ACTIONS(4410), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(4412), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4420), 1, + aux_sym__block_terminator_token1, + STATE(1851), 1, + sym__block_terminator, + STATE(3477), 1, + sym_to_phrase, + STATE(3706), 1, + sym_while_phrase, + STATE(3707), 1, + aux_sym_repeat_statement_repeat1, + STATE(4337), 1, + aux_sym_repeat_statement_repeat2, + STATE(4622), 1, sym_object_access, - STATE(2609), 1, - sym__unary_minus_expressions, - STATE(2615), 1, - sym__decimal_literal, - STATE(6270), 1, - sym_new_expression, - STATE(3528), 2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5982), 1, + sym_body, + STATE(6363), 1, + sym_assignment, + STATE(3247), 2, sym_comment, sym_include, - STATE(2612), 4, + STATE(5356), 2, sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, sym_member_access, - [233391] = 8, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [221530] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5191), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4402), 1, sym_identifier, - STATE(4022), 2, - sym_scope_tuning, - sym_access_tuning, - STATE(3529), 3, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4408), 1, + aux_sym_while_phrase_token1, + ACTIONS(4410), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(4412), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4422), 1, + aux_sym__block_terminator_token1, + STATE(2117), 1, + sym__block_terminator, + STATE(3510), 1, + sym_to_phrase, + STATE(3669), 1, + sym_while_phrase, + STATE(3671), 1, + aux_sym_repeat_statement_repeat1, + STATE(4319), 1, + aux_sym_repeat_statement_repeat2, + STATE(4622), 1, + sym_object_access, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5759), 1, + sym_body, + STATE(6363), 1, + sym_assignment, + STATE(3248), 2, sym_comment, sym_include, - aux_sym_buffer_definition_repeat1, - ACTIONS(5193), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(5196), 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, - [233426] = 14, + STATE(5356), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [221606] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -249414,147 +240978,263 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(2159), 1, - sym__integer_literal, - ACTIONS(2163), 1, - anon_sym_LPAREN, - ACTIONS(5199), 1, + ACTIONS(4402), 1, sym_identifier, - STATE(2651), 1, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4408), 1, + aux_sym_while_phrase_token1, + ACTIONS(4410), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(4412), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4424), 1, + aux_sym__block_terminator_token1, + STATE(2098), 1, + sym__block_terminator, + STATE(3507), 1, + sym_to_phrase, + STATE(3637), 1, + sym_while_phrase, + STATE(3639), 1, + aux_sym_repeat_statement_repeat1, + STATE(4321), 1, + aux_sym_repeat_statement_repeat2, + STATE(4622), 1, sym_object_access, - STATE(2653), 1, - sym_function_call, - STATE(3037), 1, - sym__decimal_literal, - STATE(3096), 1, - sym__unary_minus_expressions, - STATE(6007), 1, - sym_new_expression, - STATE(3530), 2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5710), 1, + sym_body, + STATE(6363), 1, + sym_assignment, + STATE(3249), 2, sym_comment, sym_include, - STATE(3101), 4, + STATE(5356), 2, sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, sym_member_access, - [233473] = 14, - ACTIONS(69), 1, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [221682] = 23, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5201), 1, - sym__terminator, - STATE(3598), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4417), 1, - sym_type_tuning, - STATE(4423), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3531), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4402), 1, + sym_identifier, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4426), 1, + aux_sym_while_phrase_token1, + ACTIONS(4428), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4430), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4432), 1, + aux_sym_do_tuning_token1, + STATE(3492), 1, + sym_to_phrase, + STATE(3717), 1, + sym_while_phrase, + STATE(3724), 1, + aux_sym_do_block_repeat1, + STATE(4201), 1, + aux_sym_repeat_statement_repeat1, + STATE(4204), 1, + sym_stop_after_phrase, + STATE(4622), 1, + sym_object_access, + STATE(4843), 1, + sym_do_tuning, + STATE(5545), 1, + sym_body, + STATE(6401), 1, + sym_assignment, + STATE(3250), 2, sym_comment, sym_include, STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [233520] = 14, - ACTIONS(69), 1, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [221758] = 23, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5203), 1, - sym__terminator, - STATE(4071), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4609), 1, - sym_type_tuning, - STATE(4611), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3532), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4402), 1, + sym_identifier, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4408), 1, + aux_sym_while_phrase_token1, + ACTIONS(4410), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(4412), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4434), 1, + aux_sym__block_terminator_token1, + STATE(3488), 1, + sym_to_phrase, + STATE(3605), 1, + aux_sym_repeat_statement_repeat1, + STATE(3606), 1, + sym_while_phrase, + STATE(4287), 1, + aux_sym_repeat_statement_repeat2, + STATE(4622), 1, + sym_object_access, + STATE(4935), 1, + sym__block_terminator, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5832), 1, + sym_body, + STATE(6363), 1, + sym_assignment, + STATE(3251), 2, sym_comment, sym_include, STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [233567] = 6, - ACTIONS(69), 1, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [221834] = 23, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5207), 1, - aux_sym_variable_definition_token2, - STATE(3533), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4402), 1, + sym_identifier, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4426), 1, + aux_sym_while_phrase_token1, + ACTIONS(4428), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4430), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4432), 1, + aux_sym_do_tuning_token1, + STATE(3484), 1, + sym_to_phrase, + STATE(3718), 1, + aux_sym_do_block_repeat1, + STATE(3720), 1, + sym_while_phrase, + STATE(4198), 1, + aux_sym_repeat_statement_repeat1, + STATE(4242), 1, + sym_stop_after_phrase, + STATE(4622), 1, + sym_object_access, + STATE(4843), 1, + sym_do_tuning, + STATE(5499), 1, + sym_body, + STATE(6401), 1, + sym_assignment, + STATE(3252), 2, sym_comment, sym_include, - ACTIONS(5205), 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, - [233598] = 6, - ACTIONS(69), 1, + STATE(5356), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [221910] = 23, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5211), 1, - aux_sym_variable_definition_token2, - STATE(3534), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4402), 1, + sym_identifier, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4426), 1, + aux_sym_while_phrase_token1, + ACTIONS(4428), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4430), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4432), 1, + aux_sym_do_tuning_token1, + STATE(3485), 1, + sym_to_phrase, + STATE(3632), 1, + sym_while_phrase, + STATE(3664), 1, + aux_sym_do_block_repeat1, + STATE(4206), 1, + sym_stop_after_phrase, + STATE(4229), 1, + aux_sym_repeat_statement_repeat1, + STATE(4622), 1, + sym_object_access, + STATE(4843), 1, + sym_do_tuning, + STATE(5870), 1, + sym_body, + STATE(6401), 1, + sym_assignment, + STATE(3253), 2, sym_comment, sym_include, - ACTIONS(5209), 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, - [233629] = 14, + STATE(5356), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [221986] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -249563,197 +241243,284 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(875), 1, - sym__integer_literal, - ACTIONS(879), 1, - anon_sym_LPAREN, - ACTIONS(5213), 1, + ACTIONS(4402), 1, sym_identifier, - STATE(276), 1, - sym_function_call, - STATE(472), 1, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4426), 1, + aux_sym_while_phrase_token1, + ACTIONS(4428), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4430), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4432), 1, + aux_sym_do_tuning_token1, + STATE(3474), 1, + sym_to_phrase, + STATE(3634), 1, + aux_sym_do_block_repeat1, + STATE(3635), 1, + sym_while_phrase, + STATE(4228), 1, + sym_stop_after_phrase, + STATE(4239), 1, + aux_sym_repeat_statement_repeat1, + STATE(4622), 1, sym_object_access, - STATE(966), 1, - sym__unary_minus_expressions, - STATE(974), 1, - sym__decimal_literal, - STATE(5980), 1, - sym_new_expression, - STATE(3535), 2, + STATE(4843), 1, + sym_do_tuning, + STATE(6016), 1, + sym_body, + STATE(6401), 1, + sym_assignment, + STATE(3254), 2, sym_comment, sym_include, - STATE(967), 4, + STATE(5356), 2, sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, sym_member_access, - [233676] = 14, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [222062] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5215), 1, - sym__terminator, - STATE(4071), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4638), 1, - sym_type_tuning, - STATE(4640), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3536), 2, + ACTIONS(4438), 1, + aux_sym_using_statement_token2, + ACTIONS(4440), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3255), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [233723] = 13, + ACTIONS(4436), 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, + [222106] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5217), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3761), 1, - aux_sym_for_phrase_repeat1, - STATE(3762), 1, - sym_where_clause, - STATE(3537), 2, + ACTIONS(4418), 1, + aux_sym_button_tuning_token15, + ACTIONS(4416), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3256), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [233768] = 14, - ACTIONS(69), 1, + ACTIONS(4414), 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, + [222150] = 23, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5215), 1, - sym__terminator, - STATE(3555), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4638), 1, - sym_type_tuning, - STATE(4640), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3538), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4402), 1, + sym_identifier, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4426), 1, + aux_sym_while_phrase_token1, + ACTIONS(4428), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4430), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4432), 1, + aux_sym_do_tuning_token1, + STATE(3476), 1, + sym_to_phrase, + STATE(3629), 1, + sym_while_phrase, + STATE(3630), 1, + aux_sym_do_block_repeat1, + STATE(4181), 1, + sym_stop_after_phrase, + STATE(4257), 1, + aux_sym_repeat_statement_repeat1, + STATE(4622), 1, + sym_object_access, + STATE(4843), 1, + sym_do_tuning, + STATE(5803), 1, + sym_body, + STATE(6401), 1, + sym_assignment, + STATE(3257), 2, sym_comment, sym_include, STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [233815] = 17, - ACTIONS(69), 1, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [222226] = 23, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4402), 1, + sym_identifier, + ACTIONS(4404), 1, anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5221), 1, + ACTIONS(4426), 1, aux_sym_while_phrase_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, + ACTIONS(4428), 1, aux_sym_on_error_phrase_token1, - STATE(3843), 1, + ACTIONS(4430), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4432), 1, + aux_sym_do_tuning_token1, + STATE(3470), 1, + sym_to_phrase, + STATE(3653), 1, + aux_sym_do_block_repeat1, + STATE(3657), 1, sym_while_phrase, - STATE(4020), 1, - sym_on_error_phrase, - STATE(4062), 1, - sym_on_quit_phrase, - STATE(4206), 1, - sym_on_stop_phrase, - STATE(4220), 1, + STATE(4186), 1, + sym_stop_after_phrase, + STATE(4207), 1, aux_sym_repeat_statement_repeat1, - STATE(5281), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6165), 1, + STATE(4622), 1, + sym_object_access, + STATE(4843), 1, + sym_do_tuning, + STATE(5785), 1, sym_body, - STATE(3539), 2, + STATE(6401), 1, + sym_assignment, + STATE(3258), 2, sym_comment, sym_include, - [233868] = 13, - ACTIONS(69), 1, + STATE(5356), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [222302] = 23, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5171), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3763), 1, - aux_sym_for_phrase_repeat1, - STATE(3765), 1, - sym_where_clause, - STATE(3540), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4402), 1, + sym_identifier, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4426), 1, + aux_sym_while_phrase_token1, + ACTIONS(4428), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4430), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4432), 1, + aux_sym_do_tuning_token1, + STATE(3491), 1, + sym_to_phrase, + STATE(3668), 1, + aux_sym_do_block_repeat1, + STATE(3676), 1, + sym_while_phrase, + STATE(4258), 1, + aux_sym_repeat_statement_repeat1, + STATE(4259), 1, + sym_stop_after_phrase, + STATE(4622), 1, + sym_object_access, + STATE(4843), 1, + sym_do_tuning, + STATE(5600), 1, + sym_body, + STATE(6401), 1, + sym_assignment, + STATE(3259), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [233913] = 14, + STATE(5356), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [222378] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -249762,31 +241529,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(2057), 1, - sym__integer_literal, - ACTIONS(2061), 1, - anon_sym_LPAREN, - ACTIONS(5227), 1, + ACTIONS(4402), 1, sym_identifier, - STATE(2658), 1, - sym_function_call, - STATE(2660), 1, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4426), 1, + aux_sym_while_phrase_token1, + ACTIONS(4428), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4430), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4432), 1, + aux_sym_do_tuning_token1, + STATE(3478), 1, + sym_to_phrase, + STATE(3640), 1, + sym_while_phrase, + STATE(3648), 1, + aux_sym_do_block_repeat1, + STATE(4213), 1, + sym_stop_after_phrase, + STATE(4246), 1, + aux_sym_repeat_statement_repeat1, + STATE(4622), 1, sym_object_access, - STATE(3084), 1, - sym__decimal_literal, - STATE(3119), 1, - sym__unary_minus_expressions, - STATE(5945), 1, - sym_new_expression, - STATE(3541), 2, + STATE(4843), 1, + sym_do_tuning, + STATE(6053), 1, + sym_body, + STATE(6401), 1, + sym_assignment, + STATE(3260), 2, sym_comment, sym_include, - STATE(3118), 4, + STATE(5356), 2, sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, sym_member_access, - [233960] = 14, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [222454] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -249795,204 +241582,263 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(2219), 1, - sym__integer_literal, - ACTIONS(2223), 1, - anon_sym_LPAREN, - ACTIONS(5229), 1, + ACTIONS(4402), 1, sym_identifier, - STATE(2591), 1, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4426), 1, + aux_sym_while_phrase_token1, + ACTIONS(4428), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4430), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4432), 1, + aux_sym_do_tuning_token1, + STATE(3502), 1, + sym_to_phrase, + STATE(3683), 1, + sym_while_phrase, + STATE(3684), 1, + aux_sym_do_block_repeat1, + STATE(4147), 1, + sym_stop_after_phrase, + STATE(4153), 1, + aux_sym_repeat_statement_repeat1, + STATE(4622), 1, sym_object_access, - STATE(2593), 1, - sym_function_call, - STATE(2900), 1, - sym__unary_minus_expressions, - STATE(2956), 1, - sym__decimal_literal, - STATE(6038), 1, - sym_new_expression, - STATE(3542), 2, + STATE(4843), 1, + sym_do_tuning, + STATE(5445), 1, + sym_body, + STATE(6401), 1, + sym_assignment, + STATE(3261), 2, sym_comment, sym_include, - STATE(2899), 4, + STATE(5356), 2, sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, sym_member_access, - [234007] = 13, - ACTIONS(69), 1, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [222530] = 23, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5231), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3873), 1, - sym_where_clause, - STATE(3874), 1, - aux_sym_for_phrase_repeat1, - STATE(3543), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4402), 1, + sym_identifier, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4408), 1, + aux_sym_while_phrase_token1, + ACTIONS(4410), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(4412), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4424), 1, + aux_sym__block_terminator_token1, + STATE(2027), 1, + sym__block_terminator, + STATE(3503), 1, + sym_to_phrase, + STATE(3705), 1, + sym_while_phrase, + STATE(3721), 1, + aux_sym_repeat_statement_repeat1, + STATE(4313), 1, + aux_sym_repeat_statement_repeat2, + STATE(4622), 1, + sym_object_access, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5666), 1, + sym_body, + STATE(6363), 1, + sym_assignment, + STATE(3262), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [234052] = 13, - ACTIONS(69), 1, + STATE(5356), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [222606] = 23, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5167), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3869), 1, - sym_where_clause, - STATE(3872), 1, - aux_sym_for_phrase_repeat1, - STATE(3544), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4402), 1, + sym_identifier, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4408), 1, + aux_sym_while_phrase_token1, + ACTIONS(4410), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(4412), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4420), 1, + aux_sym__block_terminator_token1, + STATE(1871), 1, + sym__block_terminator, + STATE(3496), 1, + sym_to_phrase, + STATE(3714), 1, + sym_while_phrase, + STATE(3725), 1, + aux_sym_repeat_statement_repeat1, + STATE(4303), 1, + aux_sym_repeat_statement_repeat2, + STATE(4622), 1, + sym_object_access, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5578), 1, + sym_body, + STATE(6363), 1, + sym_assignment, + STATE(3263), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [234097] = 15, - ACTIONS(69), 1, + STATE(5356), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [222682] = 23, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4402), 1, + sym_identifier, + ACTIONS(4404), 1, anon_sym_COLON, - ACTIONS(5233), 1, + ACTIONS(4408), 1, aux_sym_while_phrase_token1, - ACTIONS(5235), 1, + ACTIONS(4410), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(4412), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3892), 1, + ACTIONS(4434), 1, + aux_sym__block_terminator_token1, + STATE(3500), 1, + sym_to_phrase, + STATE(3638), 1, + aux_sym_repeat_statement_repeat1, + STATE(3649), 1, sym_while_phrase, - STATE(3902), 1, - aux_sym_do_block_repeat1, - STATE(4580), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(6253), 1, + STATE(4295), 1, + aux_sym_repeat_statement_repeat2, + STATE(4622), 1, + sym_object_access, + STATE(4952), 1, + sym__block_terminator, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5930), 1, sym_body, - STATE(3545), 2, + STATE(6363), 1, + sym_assignment, + STATE(3264), 2, sym_comment, sym_include, - STATE(6185), 3, + STATE(5356), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [234146] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5243), 1, - aux_sym_variable_definition_token2, - STATE(3546), 2, - sym_comment, - sym_include, - ACTIONS(5241), 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, - [234177] = 6, - ACTIONS(69), 1, + sym_on_endkey_phrase, + [222758] = 23, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5247), 1, - aux_sym_variable_definition_token2, - STATE(3547), 2, - sym_comment, - sym_include, - ACTIONS(5245), 12, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(4402), 1, + sym_identifier, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4408), 1, + aux_sym_while_phrase_token1, + ACTIONS(4410), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(4412), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4422), 1, 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, - [234208] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2562), 1, - aux_sym_variable_tuning_token2, - STATE(3548), 2, + STATE(2144), 1, + sym__block_terminator, + STATE(3493), 1, + sym_to_phrase, + STATE(3708), 1, + aux_sym_repeat_statement_repeat1, + STATE(3710), 1, + sym_while_phrase, + STATE(4317), 1, + aux_sym_repeat_statement_repeat2, + STATE(4622), 1, + sym_object_access, + STATE(5179), 1, + sym_repeat_tuning, + STATE(6003), 1, + sym_body, + STATE(6363), 1, + sym_assignment, + STATE(3265), 2, sym_comment, sym_include, - ACTIONS(2560), 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, - [234239] = 14, + STATE(5356), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [222834] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -250001,31 +241847,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(2015), 1, - sym__integer_literal, - ACTIONS(2019), 1, - anon_sym_LPAREN, - ACTIONS(5249), 1, + ACTIONS(4402), 1, sym_identifier, - STATE(2712), 1, - sym_function_call, - STATE(2721), 1, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4406), 1, + aux_sym__block_terminator_token1, + ACTIONS(4408), 1, + aux_sym_while_phrase_token1, + ACTIONS(4410), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(4412), 1, + aux_sym_on_error_phrase_token1, + STATE(1891), 1, + sym__block_terminator, + STATE(3479), 1, + sym_to_phrase, + STATE(3623), 1, + aux_sym_repeat_statement_repeat1, + STATE(3624), 1, + sym_while_phrase, + STATE(4278), 1, + aux_sym_repeat_statement_repeat2, + STATE(4622), 1, sym_object_access, - STATE(3044), 1, - sym__decimal_literal, - STATE(3075), 1, - sym__unary_minus_expressions, - STATE(5878), 1, - sym_new_expression, - STATE(3549), 2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5583), 1, + sym_body, + STATE(6363), 1, + sym_assignment, + STATE(3266), 2, sym_comment, sym_include, - STATE(3078), 4, + STATE(5356), 2, sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, sym_member_access, - [234286] = 14, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [222910] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -250034,11248 +241900,12699 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(813), 1, - sym__integer_literal, - ACTIONS(1369), 1, - anon_sym_LPAREN, - ACTIONS(5251), 1, + ACTIONS(4402), 1, sym_identifier, - STATE(1045), 1, - sym_function_call, - STATE(1102), 1, + ACTIONS(4404), 1, + anon_sym_COLON, + ACTIONS(4426), 1, + aux_sym_while_phrase_token1, + ACTIONS(4428), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4430), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(4432), 1, + aux_sym_do_tuning_token1, + STATE(3498), 1, + sym_to_phrase, + STATE(3604), 1, + aux_sym_do_block_repeat1, + STATE(3665), 1, + sym_while_phrase, + STATE(4248), 1, + aux_sym_repeat_statement_repeat1, + STATE(4251), 1, + sym_stop_after_phrase, + STATE(4622), 1, sym_object_access, - STATE(1116), 1, - sym__decimal_literal, - STATE(1117), 1, - sym__unary_minus_expressions, - STATE(5732), 1, - sym_new_expression, - STATE(3550), 2, + STATE(4843), 1, + sym_do_tuning, + STATE(5898), 1, + sym_body, + STATE(6401), 1, + sym_assignment, + STATE(3267), 2, sym_comment, sym_include, - STATE(1128), 4, + STATE(5356), 2, sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, sym_member_access, - [234333] = 9, - ACTIONS(3), 1, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [222986] = 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(5253), 1, - sym_identifier, - STATE(3611), 1, - aux_sym_buffer_definition_repeat1, - STATE(3551), 2, + ACTIONS(3332), 1, + aux_sym_variable_definition_token4, + STATE(3268), 2, sym_comment, sym_include, - STATE(4022), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(5255), 4, + ACTIONS(4442), 23, + 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, - ACTIONS(5257), 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, - [234370] = 17, + 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_workfile_definition_token1, + aux_sym_workfile_definition_token2, + [223028] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5221), 1, - aux_sym_while_phrase_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2304), 1, - sym__block_terminator, - STATE(3820), 1, - sym_while_phrase, - STATE(4043), 1, - sym_on_error_phrase, - STATE(4076), 1, - sym_on_quit_phrase, - STATE(4274), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3284), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3757), 1, + aux_sym_for_phrase_repeat2, + STATE(4188), 1, aux_sym_repeat_statement_repeat1, - STATE(4301), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5744), 1, - sym_body, - STATE(3552), 2, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4267), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3269), 2, sym_comment, sym_include, - [234423] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [223093] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5121), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3285), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3716), 1, - sym_where_clause, - STATE(3718), 1, - aux_sym_for_phrase_repeat1, - STATE(3553), 2, + STATE(3823), 1, + aux_sym_for_phrase_repeat2, + STATE(4163), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4444), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3270), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [234468] = 15, + aux_sym_query_tuning_token5, + [223158] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5233), 1, - aux_sym_while_phrase_token1, - ACTIONS(5235), 1, + ACTIONS(4416), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3271), 2, + sym_comment, + sym_include, + ACTIONS(4414), 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, + [223199] = 18, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3712), 1, - sym_while_phrase, - STATE(3958), 1, - aux_sym_do_block_repeat1, - STATE(4415), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(6177), 1, - sym_body, - STATE(3554), 2, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3287), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3748), 1, + aux_sym_for_phrase_repeat2, + STATE(4210), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4338), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3272), 2, sym_comment, sym_include, - STATE(6213), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [234517] = 14, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [223264] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5261), 1, - sym__terminator, - STATE(4071), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4549), 1, - sym_type_tuning, - STATE(4570), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3555), 2, + ACTIONS(4448), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3273), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [234564] = 17, + ACTIONS(4446), 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, + [223305] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5221), 1, - aux_sym_while_phrase_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1870), 1, - sym__block_terminator, - STATE(3939), 1, - sym_while_phrase, - STATE(3987), 1, - sym_on_error_phrase, - STATE(4109), 1, - sym_on_quit_phrase, - STATE(4200), 1, - sym_on_stop_phrase, - STATE(4202), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6137), 1, - sym_body, - STATE(3556), 2, + ACTIONS(2386), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3274), 2, sym_comment, sym_include, - [234617] = 6, + ACTIONS(2384), 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, + [223346] = 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_token2, - STATE(3557), 2, + ACTIONS(4452), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3275), 2, sym_comment, sym_include, - ACTIONS(5265), 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, - [234648] = 13, + ACTIONS(4450), 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, + [223387] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5269), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3931), 1, + STATE(3376), 1, aux_sym_for_phrase_repeat1, - STATE(3932), 1, - sym_where_clause, - STATE(3558), 2, + STATE(3577), 1, + sym_query_tuning, + STATE(3748), 1, + aux_sym_for_phrase_repeat2, + STATE(4210), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4338), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3276), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [234693] = 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(1789), 1, - sym__integer_literal, - ACTIONS(1793), 1, - anon_sym_LPAREN, - ACTIONS(5271), 1, - sym_identifier, - STATE(2435), 1, - sym_function_call, - STATE(2437), 1, - sym_object_access, - STATE(2731), 1, - sym__decimal_literal, - STATE(2752), 1, - sym__unary_minus_expressions, - STATE(5825), 1, - sym_new_expression, - STATE(3559), 2, - sym_comment, - sym_include, - STATE(2751), 4, - sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, - sym_member_access, - [234740] = 5, + aux_sym_query_tuning_token5, + [223452] = 18, 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(5273), 13, - anon_sym_COLON, - sym__terminator, - anon_sym_COMMA, - aux_sym_function_call_token1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3279), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3742), 1, + aux_sym_for_phrase_repeat2, + STATE(4225), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4454), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3277), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, aux_sym_query_tuning_token5, - aux_sym_sort_clause_token1, - [234769] = 13, + [223517] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5275), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3756), 1, - sym_where_clause, - STATE(3768), 1, + STATE(3376), 1, aux_sym_for_phrase_repeat1, - STATE(3561), 2, + STATE(3577), 1, + sym_query_tuning, + STATE(3742), 1, + aux_sym_for_phrase_repeat2, + STATE(4225), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4454), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3278), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [234814] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5277), 1, - sym__terminator, - STATE(4071), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4617), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4625), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3562), 2, - sym_comment, - sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [234861] = 13, + aux_sym_query_tuning_token5, + [223582] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5279), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3937), 1, - sym_where_clause, - STATE(3941), 1, + STATE(3376), 1, aux_sym_for_phrase_repeat1, - STATE(3563), 2, + STATE(3577), 1, + sym_query_tuning, + STATE(3820), 1, + aux_sym_for_phrase_repeat2, + STATE(4263), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4456), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3279), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [234906] = 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(941), 1, - sym__integer_literal, - ACTIONS(945), 1, - anon_sym_LPAREN, - ACTIONS(5281), 1, - sym_identifier, - STATE(231), 1, - sym_function_call, - STATE(251), 1, - sym_object_access, - STATE(287), 1, - sym__decimal_literal, - STATE(293), 1, - sym__unary_minus_expressions, - STATE(6148), 1, - sym_new_expression, - STATE(3564), 2, - sym_comment, - sym_include, - STATE(291), 4, - sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, - sym_member_access, - [234953] = 13, + aux_sym_query_tuning_token5, + [223647] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5159), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3889), 1, + STATE(3376), 1, aux_sym_for_phrase_repeat1, - STATE(3891), 1, - sym_where_clause, - STATE(3565), 2, + STATE(3577), 1, + sym_query_tuning, + STATE(3757), 1, + aux_sym_for_phrase_repeat2, + STATE(4188), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4267), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3280), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [234998] = 6, + aux_sym_query_tuning_token5, + [223712] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5285), 1, - aux_sym_variable_definition_token2, - STATE(3566), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3276), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3806), 1, + aux_sym_for_phrase_repeat2, + STATE(4243), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4312), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3281), 2, sym_comment, sym_include, - ACTIONS(5283), 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, - [235029] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [223777] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5289), 1, - aux_sym_variable_tuning_token2, - STATE(3567), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3806), 1, + aux_sym_for_phrase_repeat2, + STATE(4243), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4312), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3282), 2, sym_comment, sym_include, - ACTIONS(5287), 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, - [235060] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [223842] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5293), 1, - aux_sym_variable_tuning_token2, - STATE(3568), 2, + ACTIONS(4460), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3283), 2, sym_comment, sym_include, - ACTIONS(5291), 12, + ACTIONS(4458), 21, 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, - [235091] = 13, + 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, + [223883] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5295), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3880), 1, + STATE(3376), 1, aux_sym_for_phrase_repeat1, - STATE(3885), 1, - sym_where_clause, - STATE(3569), 2, + STATE(3577), 1, + sym_query_tuning, + STATE(3799), 1, + aux_sym_for_phrase_repeat2, + STATE(4172), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4344), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3284), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [235136] = 13, + aux_sym_query_tuning_token5, + [223948] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5297), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3800), 1, + STATE(3376), 1, aux_sym_for_phrase_repeat1, - STATE(3801), 1, - sym_where_clause, - STATE(3570), 2, + STATE(3577), 1, + sym_query_tuning, + STATE(3834), 1, + aux_sym_for_phrase_repeat2, + STATE(4214), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4462), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3285), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [235181] = 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(1831), 1, - sym__integer_literal, - ACTIONS(1835), 1, - anon_sym_LPAREN, - ACTIONS(5299), 1, - sym_identifier, - STATE(1369), 1, - sym_function_call, - STATE(1371), 1, - sym_object_access, - STATE(1430), 1, - sym__decimal_literal, - STATE(1449), 1, - sym__unary_minus_expressions, - STATE(5776), 1, - sym_new_expression, - STATE(3571), 2, - sym_comment, - sym_include, - STATE(1443), 4, - sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, - sym_member_access, - [235228] = 11, + aux_sym_query_tuning_token5, + [224013] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, - aux_sym_setter_token1, - ACTIONS(5306), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5309), 1, - aux_sym_widget_field_token1, - ACTIONS(5315), 1, - aux_sym_run_tuning_token7, - STATE(3844), 1, - sym_run_tuning, - ACTIONS(5301), 3, - sym__terminator, - anon_sym_LPAREN, - aux_sym_function_call_token1, - STATE(3572), 3, + ACTIONS(4466), 2, + aux_sym_image_phrase_token1, + aux_sym_size_phrase_token1, + STATE(3286), 2, sym_comment, sym_include, - aux_sym_run_statement_repeat1, - ACTIONS(5312), 4, - aux_sym_run_tuning_token1, - aux_sym_run_tuning_token2, - aux_sym_run_tuning_token3, - aux_sym_run_tuning_token4, - [235269] = 14, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5318), 1, + ACTIONS(4464), 21, sym__terminator, - STATE(3532), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4522), 1, - sym_type_tuning, - STATE(4616), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3573), 2, - sym_comment, - sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [235316] = 15, + 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, + [224054] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5233), 1, - aux_sym_while_phrase_token1, - ACTIONS(5235), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3836), 1, - sym_while_phrase, - STATE(3851), 1, - aux_sym_do_block_repeat1, - STATE(4579), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(6066), 1, - sym_body, - STATE(3574), 2, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3823), 1, + aux_sym_for_phrase_repeat2, + STATE(4163), 1, + aux_sym_repeat_statement_repeat1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4444), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3287), 2, sym_comment, sym_include, - STATE(6121), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [235365] = 15, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [224119] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5233), 1, - aux_sym_while_phrase_token1, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3767), 1, - aux_sym_do_block_repeat1, - STATE(3895), 1, - sym_while_phrase, - STATE(4469), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(6123), 1, - sym_body, - STATE(3575), 2, + ACTIONS(4486), 1, + aux_sym_variable_definition_token4, + ACTIONS(4488), 1, + aux_sym_argument_mode_token3, + ACTIONS(4493), 1, + aux_sym_property_definition_token1, + ACTIONS(4495), 1, + aux_sym_event_definition_token1, + STATE(6634), 1, + sym_scope_tuning, + ACTIONS(4468), 2, + aux_sym_temp_table_expression_token1, + aux_sym_variable_definition_token3, + ACTIONS(4483), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(4490), 2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + STATE(3288), 2, sym_comment, sym_include, - STATE(6133), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [235414] = 17, + ACTIONS(4470), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + ACTIONS(4472), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(4478), 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, + [224178] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5221), 1, - aux_sym_while_phrase_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2093), 1, - sym__block_terminator, - STATE(3896), 1, - sym_while_phrase, - STATE(4030), 1, - sym_on_error_phrase, - STATE(4047), 1, - sym_on_quit_phrase, - STATE(4250), 1, - sym_on_stop_phrase, - STATE(4258), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(3278), 1, + aux_sym_for_phrase_repeat1, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3799), 1, + aux_sym_for_phrase_repeat2, + STATE(4172), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5961), 1, - sym_body, - STATE(3576), 2, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4344), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3289), 2, sym_comment, sym_include, - [235467] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [224243] = 13, 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_variable_definition_token2, - STATE(3577), 2, + ACTIONS(4486), 1, + aux_sym_variable_definition_token4, + ACTIONS(4488), 1, + aux_sym_argument_mode_token3, + ACTIONS(4493), 1, + aux_sym_property_definition_token1, + ACTIONS(4495), 1, + aux_sym_event_definition_token1, + ACTIONS(4468), 2, + aux_sym_temp_table_expression_token1, + aux_sym_variable_definition_token3, + ACTIONS(4483), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(4490), 2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + STATE(3290), 2, sym_comment, sym_include, - ACTIONS(5320), 12, - aux_sym__block_terminator_token1, + ACTIONS(4470), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + ACTIONS(4478), 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_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, - [235498] = 14, + [224297] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5324), 1, - sym__terminator, - STATE(4071), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4577), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4586), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3578), 2, + ACTIONS(4497), 1, + sym__namedot, + STATE(3292), 1, + aux_sym_qualified_name_repeat1, + STATE(3291), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [235545] = 14, + ACTIONS(125), 19, + sym__terminator, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + aux_sym_variable_tuning_token7, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_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, + [224338] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5326), 1, + ACTIONS(4499), 1, + sym__namedot, + STATE(3292), 3, + sym_comment, + sym_include, + aux_sym_qualified_name_repeat1, + ACTIONS(110), 19, sym__terminator, - STATE(4071), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4496), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4504), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3579), 2, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + aux_sym_variable_tuning_token7, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_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, + [224377] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(4442), 1, + sym__escaped_string, + STATE(3293), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [235592] = 14, - ACTIONS(69), 1, + ACTIONS(3332), 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, + [224416] = 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(5179), 1, - sym__terminator, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - STATE(4071), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4565), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4566), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3580), 2, + ACTIONS(4231), 1, + sym__escaped_string, + STATE(3294), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [235639] = 17, - ACTIONS(69), 1, + ACTIONS(3334), 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, + [224455] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5221), 1, - aux_sym_while_phrase_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1609), 1, - sym__block_terminator, - STATE(3813), 1, - sym_while_phrase, - STATE(4016), 1, - sym_on_error_phrase, - STATE(4078), 1, - sym_on_quit_phrase, - STATE(4324), 1, - aux_sym_repeat_statement_repeat1, - STATE(4329), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5856), 1, - sym_body, - STATE(3581), 2, + ACTIONS(4504), 1, + sym__escaped_string, + STATE(3295), 2, sym_comment, sym_include, - [235692] = 17, + ACTIONS(4502), 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, + [224494] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5221), 1, - aux_sym_while_phrase_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1902), 1, - sym__block_terminator, - STATE(3786), 1, - sym_while_phrase, - STATE(4017), 1, - sym_on_error_phrase, - STATE(4066), 1, - sym_on_quit_phrase, - STATE(4279), 1, - aux_sym_repeat_statement_repeat1, - STATE(4291), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6208), 1, - sym_body, - STATE(3582), 2, + ACTIONS(2410), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(4506), 1, + sym__terminator, + STATE(3305), 1, + aux_sym_output_stream_statement_repeat1, + STATE(3366), 1, + sym_output_stream_tuning, + STATE(3296), 2, sym_comment, sym_include, - [235745] = 13, + ACTIONS(2408), 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(2406), 12, + aux_sym__function_argument_with_mode_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, + [224540] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5151), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3737), 1, - aux_sym_for_phrase_repeat1, - STATE(3738), 1, - sym_where_clause, - STATE(3583), 2, + ACTIONS(1367), 1, + sym__namedot, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3297), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(4508), 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, - [235790] = 13, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + aux_sym_of_token1, + aux_sym_using_token1, + [224580] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5145), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3773), 1, - aux_sym_for_phrase_repeat1, - STATE(3783), 1, - sym_where_clause, - STATE(3584), 2, + ACTIONS(4512), 1, + aux_sym_input_stream_tuning_token10, + ACTIONS(4514), 1, + aux_sym_input_stream_tuning_token11, + STATE(3298), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [235835] = 14, + ACTIONS(4510), 18, + sym__terminator, + aux_sym__function_argument_with_mode_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, + [224620] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5330), 1, + ACTIONS(2410), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(4516), 1, sym__terminator, - STATE(3580), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4509), 1, - sym_type_tuning, - STATE(4511), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3585), 2, + STATE(3305), 1, + aux_sym_output_stream_statement_repeat1, + STATE(3366), 1, + sym_output_stream_tuning, + STATE(3299), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [235882] = 13, + ACTIONS(2408), 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(2406), 12, + aux_sym__function_argument_with_mode_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, + [224666] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5332), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3735), 1, - aux_sym_for_phrase_repeat1, - STATE(3736), 1, - sym_where_clause, - STATE(3586), 2, + ACTIONS(4486), 1, + aux_sym_variable_definition_token4, + ACTIONS(4524), 1, + aux_sym_button_definition_token1, + ACTIONS(4522), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3300), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [235927] = 15, + ACTIONS(4470), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + ACTIONS(4468), 4, + aux_sym_temp_table_expression_token1, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_variable_definition_token3, + ACTIONS(4518), 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, + [224712] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5233), 1, - aux_sym_while_phrase_token1, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3717), 1, - sym_while_phrase, - STATE(3951), 1, - aux_sym_do_block_repeat1, - STATE(4392), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5693), 1, - sym_body, - STATE(3587), 2, + ACTIONS(4486), 1, + aux_sym_variable_definition_token4, + ACTIONS(4526), 1, + aux_sym_button_definition_token1, + ACTIONS(4522), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3301), 2, sym_comment, sym_include, - STATE(5694), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [235976] = 14, + ACTIONS(4470), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + ACTIONS(4468), 4, + aux_sym_temp_table_expression_token1, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_variable_definition_token3, + ACTIONS(4518), 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, + [224758] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5334), 1, + ACTIONS(2410), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(4528), 1, sym__terminator, - STATE(3579), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4456), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4459), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3588), 2, + STATE(3305), 1, + aux_sym_output_stream_statement_repeat1, + STATE(3366), 1, + sym_output_stream_tuning, + STATE(3302), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [236023] = 13, + ACTIONS(2408), 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(2406), 12, + aux_sym__function_argument_with_mode_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, + [224804] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5139), 1, + ACTIONS(2410), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(4530), 1, sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3947), 1, - aux_sym_for_phrase_repeat1, - STATE(3948), 1, - sym_where_clause, - STATE(3589), 2, + STATE(3305), 1, + aux_sym_output_stream_statement_repeat1, + STATE(3366), 1, + sym_output_stream_tuning, + STATE(3303), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [236068] = 13, + ACTIONS(2408), 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(2406), 12, + aux_sym__function_argument_with_mode_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, + [224850] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5336), 1, + ACTIONS(4486), 1, + aux_sym_variable_definition_token4, + ACTIONS(4532), 1, + aux_sym_button_definition_token1, + ACTIONS(4522), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3304), 2, + sym_comment, + sym_include, + ACTIONS(4470), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + ACTIONS(4468), 4, + aux_sym_temp_table_expression_token1, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_variable_definition_token3, + ACTIONS(4518), 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, + [224896] = 9, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4534), 1, sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3945), 1, - aux_sym_for_phrase_repeat1, - STATE(3946), 1, - sym_where_clause, - STATE(3590), 2, + ACTIONS(4542), 1, + aux_sym_input_stream_tuning_token9, + STATE(3366), 1, + sym_output_stream_tuning, + STATE(3305), 3, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [236113] = 14, - ACTIONS(3), 1, + aux_sym_output_stream_statement_repeat1, + ACTIONS(4539), 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(4536), 12, + aux_sym__function_argument_with_mode_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, + [224940] = 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, + ACTIONS(4486), 1, + aux_sym_variable_definition_token4, + ACTIONS(4545), 1, + aux_sym_button_definition_token1, + ACTIONS(4522), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3306), 2, + sym_comment, + sym_include, + ACTIONS(4470), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + ACTIONS(4468), 4, + aux_sym_temp_table_expression_token1, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_variable_definition_token3, + ACTIONS(4518), 9, aux_sym_scope_tuning_token1, - ACTIONS(673), 1, - sym__integer_literal, - ACTIONS(677), 1, - anon_sym_LPAREN, - ACTIONS(5338), 1, - sym_identifier, - STATE(10), 1, - sym_function_call, - STATE(26), 1, - sym_object_access, - STATE(35), 1, - sym__decimal_literal, - STATE(36), 1, - sym__unary_minus_expressions, - STATE(6125), 1, - sym_new_expression, - STATE(3591), 2, + 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, + [224986] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2410), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(4547), 1, + sym__terminator, + STATE(3305), 1, + aux_sym_output_stream_statement_repeat1, + STATE(3366), 1, + sym_output_stream_tuning, + STATE(3307), 2, sym_comment, sym_include, - STATE(34), 4, - sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, - sym_member_access, - [236160] = 17, + ACTIONS(2408), 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(2406), 12, + aux_sym__function_argument_with_mode_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, + [225032] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5221), 1, - aux_sym_while_phrase_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1643), 1, - sym__block_terminator, - STATE(3925), 1, - sym_while_phrase, - STATE(3996), 1, - sym_on_error_phrase, - STATE(4088), 1, - sym_on_quit_phrase, - STATE(4358), 1, - aux_sym_repeat_statement_repeat1, - STATE(4361), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5787), 1, - sym_body, - STATE(3592), 2, + ACTIONS(2410), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(4549), 1, + sym__terminator, + STATE(3305), 1, + aux_sym_output_stream_statement_repeat1, + STATE(3366), 1, + sym_output_stream_tuning, + STATE(3308), 2, sym_comment, sym_include, - [236213] = 14, + ACTIONS(2408), 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(2406), 12, + aux_sym__function_argument_with_mode_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, + [225078] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5340), 1, + ACTIONS(2410), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(4551), 1, sym__terminator, - STATE(3536), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4395), 1, - sym_type_tuning, - STATE(4442), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3593), 2, + STATE(3305), 1, + aux_sym_output_stream_statement_repeat1, + STATE(3366), 1, + sym_output_stream_tuning, + STATE(3309), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [236260] = 14, - ACTIONS(3), 1, + ACTIONS(2408), 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(2406), 12, + aux_sym__function_argument_with_mode_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, + [225124] = 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(1305), 1, - sym__integer_literal, - ACTIONS(1309), 1, - anon_sym_LPAREN, - ACTIONS(5342), 1, - sym_identifier, - STATE(1027), 1, - sym_function_call, - STATE(1043), 1, - sym_object_access, - STATE(1072), 1, - sym__decimal_literal, - STATE(1086), 1, - sym__unary_minus_expressions, - STATE(6105), 1, - sym_new_expression, - STATE(3594), 2, + ACTIONS(4486), 1, + aux_sym_variable_definition_token4, + ACTIONS(4553), 1, + aux_sym_button_definition_token1, + ACTIONS(4522), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3310), 2, sym_comment, sym_include, - STATE(1087), 4, - sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, - sym_member_access, - [236307] = 14, + ACTIONS(4470), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + ACTIONS(4468), 4, + aux_sym_temp_table_expression_token1, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_variable_definition_token3, + ACTIONS(4518), 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, + [225170] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5344), 1, + ACTIONS(2410), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(4555), 1, sym__terminator, - STATE(3578), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4515), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4518), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3595), 2, + STATE(3305), 1, + aux_sym_output_stream_statement_repeat1, + STATE(3366), 1, + sym_output_stream_tuning, + STATE(3311), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [236354] = 14, + ACTIONS(2408), 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(2406), 12, + aux_sym__function_argument_with_mode_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, + [225216] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5344), 1, + ACTIONS(2410), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(4557), 1, sym__terminator, - STATE(4071), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4515), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4518), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3596), 2, + STATE(3305), 1, + aux_sym_output_stream_statement_repeat1, + STATE(3366), 1, + sym_output_stream_tuning, + STATE(3312), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [236401] = 17, + ACTIONS(2408), 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(2406), 12, + aux_sym__function_argument_with_mode_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, + [225262] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5221), 1, - aux_sym_while_phrase_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2189), 1, - sym__block_terminator, - STATE(3898), 1, - sym_while_phrase, - STATE(4021), 1, - sym_on_error_phrase, - STATE(4067), 1, - sym_on_quit_phrase, - STATE(4285), 1, - aux_sym_repeat_statement_repeat1, - STATE(4286), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5837), 1, - sym_body, - STATE(3597), 2, + ACTIONS(1367), 1, + sym__namedot, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3313), 2, sym_comment, sym_include, - [236454] = 14, + ACTIONS(4559), 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, + [225302] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5334), 1, - sym__terminator, - STATE(4071), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4456), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4459), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3598), 2, + STATE(3314), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [236501] = 15, + ACTIONS(110), 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_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_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, + [225338] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5233), 1, - aux_sym_while_phrase_token1, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3878), 1, - aux_sym_do_block_repeat1, - STATE(3883), 1, - sym_while_phrase, - STATE(4558), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5880), 1, - sym_body, - STATE(3599), 2, + ACTIONS(2410), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(4561), 1, + sym__terminator, + STATE(3305), 1, + aux_sym_output_stream_statement_repeat1, + STATE(3366), 1, + sym_output_stream_tuning, + STATE(3315), 2, sym_comment, sym_include, - STATE(6325), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [236550] = 14, + ACTIONS(2408), 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(2406), 12, + aux_sym__function_argument_with_mode_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, + [225384] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, + ACTIONS(4565), 1, + aux_sym_unary_expression_token2, + ACTIONS(4568), 1, + aux_sym_variable_tuning_token1, + ACTIONS(4571), 1, + aux_sym_variable_tuning_token2, + ACTIONS(4580), 1, + aux_sym_field_option_token1, + STATE(3368), 1, + sym_field_option, + ACTIONS(4577), 2, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + ACTIONS(4563), 3, + sym__terminator, aux_sym_field_definition_token1, - ACTIONS(5187), 1, aux_sym_index_definition_token1, - ACTIONS(5203), 1, - sym__terminator, - STATE(3620), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4609), 1, - sym_type_tuning, - STATE(4611), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3600), 2, + STATE(3316), 3, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [236597] = 13, + aux_sym_field_definition_repeat1, + ACTIONS(4574), 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, + [225433] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, - aux_sym_where_clause_token1, - ACTIONS(5131), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4583), 1, sym__terminator, - STATE(3417), 1, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3486), 1, sym_query_tuning, - STATE(3881), 1, - aux_sym_for_phrase_repeat1, - STATE(3882), 1, + STATE(3494), 1, + sym_of, + STATE(3595), 1, + sym__pre_tuning, + STATE(3794), 1, sym_where_clause, - STATE(3601), 2, + STATE(3795), 1, + aux_sym_for_phrase_repeat1, + STATE(3317), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [236642] = 14, + aux_sym_query_tuning_token5, + [225494] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5348), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(4587), 1, sym__terminator, - STATE(3596), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4421), 1, - sym_type_tuning, - STATE(4422), 1, - aux_sym_temp_table_definition_repeat2, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3602), 2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3374), 1, + sym_using, + STATE(3471), 1, + sym_of, + STATE(3486), 1, + sym_query_tuning, + STATE(3531), 1, + sym__pre_tuning, + STATE(3735), 1, + sym_where_clause, + STATE(3737), 1, + aux_sym_for_phrase_repeat1, + STATE(3318), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [236689] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [225555] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5352), 1, - aux_sym_variable_definition_token2, - STATE(3603), 2, + ACTIONS(4591), 1, + aux_sym_using_token1, + STATE(3334), 1, + aux_sym_using_repeat1, + STATE(3319), 2, sym_comment, sym_include, - ACTIONS(5350), 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, - [236720] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(4589), 17, anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5221), 1, - aux_sym_while_phrase_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, + sym__terminator, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - STATE(3725), 1, - sym_while_phrase, - STATE(3988), 1, - sym_on_error_phrase, - STATE(4094), 1, - sym_on_quit_phrase, - STATE(4332), 1, - sym_on_stop_phrase, - STATE(4337), 1, - aux_sym_repeat_statement_repeat1, - STATE(5209), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6240), 1, - sym_body, - STATE(3604), 2, - sym_comment, - sym_include, - [236773] = 13, + 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, + [225594] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, aux_sym_where_clause_token1, - ACTIONS(5137), 1, + ACTIONS(4593), 1, sym__terminator, - STATE(3417), 1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3486), 1, sym_query_tuning, - STATE(3847), 1, + STATE(3487), 1, + sym_of, + STATE(3602), 1, + sym__pre_tuning, + STATE(3802), 1, aux_sym_for_phrase_repeat1, - STATE(3850), 1, + STATE(3804), 1, sym_where_clause, - STATE(3605), 2, + STATE(3320), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [236818] = 6, + aux_sym_query_tuning_token5, + [225655] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5356), 1, - aux_sym_variable_definition_token2, - STATE(3606), 2, + ACTIONS(4597), 1, + aux_sym_unary_expression_token2, + ACTIONS(4599), 1, + aux_sym_variable_tuning_token1, + ACTIONS(4601), 1, + aux_sym_variable_tuning_token2, + ACTIONS(4607), 1, + aux_sym_field_option_token1, + STATE(3316), 1, + aux_sym_field_definition_repeat1, + STATE(3368), 1, + sym_field_option, + ACTIONS(4605), 2, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + STATE(3321), 2, sym_comment, sym_include, - ACTIONS(5354), 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, - [236849] = 6, + ACTIONS(4595), 3, + sym__terminator, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + ACTIONS(4603), 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, + [225706] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5360), 1, - aux_sym_variable_definition_token2, - STATE(3607), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(4609), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3374), 1, + sym_using, + STATE(3469), 1, + sym_of, + STATE(3486), 1, + sym_query_tuning, + STATE(3564), 1, + sym__pre_tuning, + STATE(3774), 1, + aux_sym_for_phrase_repeat1, + STATE(3777), 1, + sym_where_clause, + STATE(3322), 2, sym_comment, sym_include, - ACTIONS(5358), 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, - [236880] = 15, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [225767] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5233), 1, - aux_sym_while_phrase_token1, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3821), 1, - aux_sym_do_block_repeat1, - STATE(3830), 1, - sym_while_phrase, - STATE(4603), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5808), 1, - sym_body, - STATE(3608), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(4611), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3495), 1, + sym_of, + STATE(3515), 1, + sym__pre_tuning, + STATE(3736), 1, + sym_where_clause, + STATE(3738), 1, + aux_sym_for_phrase_repeat1, + STATE(3323), 2, sym_comment, sym_include, - STATE(6295), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [236929] = 13, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [225828] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, aux_sym_where_clause_token1, - ACTIONS(5123), 1, + ACTIONS(4613), 1, sym__terminator, - STATE(3417), 1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3473), 1, + sym_of, + STATE(3486), 1, sym_query_tuning, - STATE(3977), 1, + STATE(3534), 1, + sym__pre_tuning, + STATE(3782), 1, sym_where_clause, - STATE(3979), 1, + STATE(3785), 1, aux_sym_for_phrase_repeat1, - STATE(3609), 2, + STATE(3324), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [236974] = 6, + aux_sym_query_tuning_token5, + [225889] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5364), 1, - aux_sym_variable_definition_token2, - STATE(3610), 2, + ACTIONS(4615), 1, + sym__terminator, + ACTIONS(4619), 1, + aux_sym_variable_tuning_token2, + ACTIONS(4621), 1, + aux_sym_variable_tuning_token7, + ACTIONS(4623), 1, + aux_sym_variable_tuning_token8, + ACTIONS(4625), 1, + aux_sym_getter_token1, + ACTIONS(4627), 1, + aux_sym_setter_token1, + STATE(3332), 1, + aux_sym_property_definition_repeat2, + STATE(3390), 1, + aux_sym_property_definition_repeat3, + STATE(3690), 1, + sym_property_tuning, + STATE(5552), 1, + sym_access_tuning, + ACTIONS(4617), 2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + STATE(3325), 2, sym_comment, sym_include, - ACTIONS(5362), 12, - aux_sym__block_terminator_token1, + STATE(3689), 2, + sym_getter, + sym_setter, + ACTIONS(3610), 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_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, - [237005] = 9, - ACTIONS(3), 1, + [225948] = 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(5366), 1, - sym_identifier, - STATE(3529), 1, - aux_sym_buffer_definition_repeat1, - STATE(3611), 2, + ACTIONS(4619), 1, + aux_sym_variable_tuning_token2, + ACTIONS(4621), 1, + aux_sym_variable_tuning_token7, + ACTIONS(4623), 1, + aux_sym_variable_tuning_token8, + ACTIONS(4625), 1, + aux_sym_getter_token1, + ACTIONS(4627), 1, + aux_sym_setter_token1, + ACTIONS(4629), 1, + sym__terminator, + STATE(3338), 1, + aux_sym_property_definition_repeat2, + STATE(3388), 1, + aux_sym_property_definition_repeat3, + STATE(3690), 1, + sym_property_tuning, + STATE(5552), 1, + sym_access_tuning, + ACTIONS(4617), 2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + STATE(3326), 2, sym_comment, sym_include, - STATE(4022), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(5255), 4, - aux_sym_scope_tuning_token1, - aux_sym_scope_tuning_token2, - aux_sym_scope_tuning_token3, - aux_sym_scope_tuning_token4, - ACTIONS(5257), 5, + STATE(3689), 2, + sym_getter, + sym_setter, + ACTIONS(3610), 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, - [237042] = 13, + [226007] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(4665), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, aux_sym_where_clause_token1, - ACTIONS(5368), 1, + ACTIONS(4631), 1, sym__terminator, - STATE(3417), 1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3486), 1, sym_query_tuning, - STATE(3853), 1, + STATE(3501), 1, + sym_of, + STATE(3572), 1, + sym__pre_tuning, + STATE(3781), 1, aux_sym_for_phrase_repeat1, - STATE(3856), 1, + STATE(3786), 1, sym_where_clause, - STATE(3612), 2, + STATE(3327), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [237087] = 17, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5221), 1, - aux_sym_while_phrase_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2230), 1, - sym__block_terminator, - STATE(3811), 1, - sym_while_phrase, - STATE(3983), 1, - sym_on_error_phrase, - STATE(4082), 1, - sym_on_quit_phrase, - STATE(4306), 1, - aux_sym_repeat_statement_repeat1, - STATE(4307), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6356), 1, - sym_body, - STATE(3613), 2, - sym_comment, - sym_include, - [237140] = 9, + aux_sym_query_tuning_token5, + [226068] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4921), 1, - aux_sym_dataset_expression_token1, - STATE(3478), 1, - aux_sym_buffer_definition_repeat1, - STATE(3614), 2, + ACTIONS(4633), 1, + aux_sym_property_definition_token1, + STATE(3339), 1, + aux_sym_property_definition_repeat1, + ACTIONS(3612), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(3847), 2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + STATE(3328), 2, sym_comment, sym_include, - STATE(3654), 2, - sym_scope_tuning, - sym_access_tuning, - ACTIONS(3595), 4, + ACTIONS(3608), 4, aux_sym_scope_tuning_token1, aux_sym_scope_tuning_token2, aux_sym_scope_tuning_token3, aux_sym_scope_tuning_token4, - ACTIONS(3597), 5, + STATE(3526), 4, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + sym_property_type, + ACTIONS(3610), 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, - [237177] = 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(2117), 1, - sym__integer_literal, - ACTIONS(2121), 1, - anon_sym_LPAREN, - ACTIONS(5370), 1, - sym_identifier, - STATE(2513), 1, - sym_object_access, - STATE(2514), 1, - sym_function_call, - STATE(2779), 1, - sym__unary_minus_expressions, - STATE(2793), 1, - sym__decimal_literal, - STATE(6223), 1, - sym_new_expression, - STATE(3615), 2, - sym_comment, - sym_include, - STATE(2780), 4, - sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, - sym_member_access, - [237224] = 15, + [226115] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5233), 1, - aux_sym_while_phrase_token1, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3833), 1, - aux_sym_do_block_repeat1, - STATE(3834), 1, - sym_while_phrase, - STATE(4443), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5833), 1, - sym_body, - STATE(3616), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(4635), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3490), 1, + sym_of, + STATE(3550), 1, + sym__pre_tuning, + STATE(3840), 1, + sym_where_clause, + STATE(3841), 1, + aux_sym_for_phrase_repeat1, + STATE(3329), 2, sym_comment, sym_include, - STATE(5872), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [237273] = 15, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_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] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5233), 1, - aux_sym_while_phrase_token1, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3784), 1, - sym_while_phrase, - STATE(3854), 1, - aux_sym_do_block_repeat1, - STATE(4448), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5913), 1, - sym_body, - STATE(3617), 2, + ACTIONS(4486), 1, + aux_sym_variable_definition_token4, + ACTIONS(4522), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3330), 2, sym_comment, sym_include, - STATE(5908), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [237322] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(4470), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + ACTIONS(4468), 4, + aux_sym_temp_table_expression_token1, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_variable_definition_token3, + ACTIONS(4518), 9, aux_sym_scope_tuning_token1, - ACTIONS(1927), 1, - sym__integer_literal, - ACTIONS(1931), 1, - anon_sym_LPAREN, - ACTIONS(5372), 1, - sym_identifier, - STATE(1148), 1, - sym_function_call, - STATE(1149), 1, - sym_object_access, - STATE(1186), 1, - sym__decimal_literal, - STATE(1207), 1, - sym__unary_minus_expressions, - STATE(6191), 1, - sym_new_expression, - STATE(3618), 2, - sym_comment, - sym_include, - STATE(1208), 4, - sym_qualified_name, - sym_number_literal, - sym_parenthesized_expression, - sym_member_access, - [237369] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5233), 1, - aux_sym_while_phrase_token1, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3870), 1, - aux_sym_do_block_repeat1, - STATE(3949), 1, - sym_while_phrase, - STATE(4563), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(6197), 1, - sym_body, - STATE(3619), 2, - sym_comment, - sym_include, - STATE(6086), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [237418] = 14, + 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, + [226219] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5374), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(4637), 1, sym__terminator, - STATE(4071), 1, - aux_sym_temp_table_definition_repeat1, - STATE(4192), 1, - sym_temp_table_tuning, - STATE(4388), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4400), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5183), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(3620), 2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3374), 1, + sym_using, + STATE(3482), 1, + sym_of, + STATE(3486), 1, + sym_query_tuning, + STATE(3542), 1, + sym__pre_tuning, + STATE(3747), 1, + sym_where_clause, + STATE(3756), 1, + aux_sym_for_phrase_repeat1, + STATE(3331), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [237465] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [226280] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5378), 1, - aux_sym_variable_definition_token2, - STATE(3621), 2, + ACTIONS(4619), 1, + aux_sym_variable_tuning_token2, + ACTIONS(4621), 1, + aux_sym_variable_tuning_token7, + ACTIONS(4623), 1, + aux_sym_variable_tuning_token8, + ACTIONS(4625), 1, + aux_sym_getter_token1, + ACTIONS(4627), 1, + aux_sym_setter_token1, + ACTIONS(4639), 1, + sym__terminator, + STATE(3383), 1, + aux_sym_property_definition_repeat3, + STATE(3481), 1, + aux_sym_property_definition_repeat2, + STATE(3690), 1, + sym_property_tuning, + STATE(5552), 1, + sym_access_tuning, + ACTIONS(4617), 2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + STATE(3332), 2, sym_comment, sym_include, - ACTIONS(5376), 12, - aux_sym__block_terminator_token1, + STATE(3689), 2, + sym_getter, + sym_setter, + ACTIONS(3610), 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_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, - [237496] = 10, + [226339] = 18, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2573), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5380), 1, - sym__terminator, - STATE(3706), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, - sym_input_stream_tuning, - ACTIONS(2569), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(3622), 2, - sym_comment, - sym_include, - ACTIONS(2571), 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, - [237534] = 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(5382), 1, - sym_identifier, - ACTIONS(5384), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(4641), 1, sym__terminator, - ACTIONS(5386), 1, - anon_sym_LBRACK, - STATE(3827), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3623), 2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3374), 1, + sym_using, + STATE(3483), 1, + sym_of, + STATE(3486), 1, + sym_query_tuning, + STATE(3594), 1, + sym__pre_tuning, + STATE(3812), 1, + sym_where_clause, + STATE(3813), 1, + aux_sym_for_phrase_repeat1, + STATE(3333), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [237580] = 16, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [226400] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(4645), 1, + aux_sym_using_token1, + STATE(3334), 3, + sym_comment, + sym_include, + aux_sym_using_repeat1, + ACTIONS(4643), 17, anon_sym_COLON, - ACTIONS(3800), 1, + sym__terminator, anon_sym_COMMA, - ACTIONS(3802), 1, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, aux_sym_to_phrase_token1, - ACTIONS(3808), 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(4336), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4643), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5108), 1, - sym_on_stop_phrase, - STATE(5110), 1, - aux_sym_for_statement_repeat1, - STATE(5781), 1, - sym_body, - STATE(3624), 2, - sym_comment, - sym_include, - [237630] = 14, - ACTIONS(3), 1, + aux_sym_of_token1, + [226437] = 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(5382), 1, - sym_identifier, - ACTIONS(5388), 1, - sym__terminator, - ACTIONS(5390), 1, - anon_sym_LBRACK, - STATE(3832), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3625), 2, + ACTIONS(4597), 1, + aux_sym_unary_expression_token2, + ACTIONS(4599), 1, + aux_sym_variable_tuning_token1, + ACTIONS(4601), 1, + aux_sym_variable_tuning_token2, + ACTIONS(4607), 1, + aux_sym_field_option_token1, + STATE(3321), 1, + aux_sym_field_definition_repeat1, + STATE(3368), 1, + sym_field_option, + ACTIONS(4605), 2, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + STATE(3335), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [237676] = 16, + ACTIONS(4648), 3, + sym__terminator, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + ACTIONS(4603), 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, + [226488] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(4591), 1, + aux_sym_using_token1, + STATE(3319), 1, + aux_sym_using_repeat1, + STATE(3336), 2, + sym_comment, + sym_include, + ACTIONS(4650), 17, anon_sym_COLON, - ACTIONS(3800), 1, + sym__terminator, anon_sym_COMMA, - ACTIONS(3802), 1, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, aux_sym_to_phrase_token1, - ACTIONS(3808), 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(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4354), 1, - sym_on_error_phrase, - STATE(4560), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4994), 1, - aux_sym_for_statement_repeat1, - STATE(4995), 1, - sym_on_stop_phrase, - STATE(6321), 1, - sym_body, - STATE(3626), 2, - sym_comment, - sym_include, - [237726] = 16, + aux_sym_of_token1, + [226527] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(1367), 1, + sym__namedot, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3337), 2, + sym_comment, + sym_include, + ACTIONS(4652), 17, anon_sym_COLON, - ACTIONS(3800), 1, + sym__terminator, anon_sym_COMMA, - ACTIONS(3802), 1, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, aux_sym_to_phrase_token1, - ACTIONS(3808), 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(4302), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4636), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5120), 1, - sym_on_stop_phrase, - STATE(5122), 1, - aux_sym_for_statement_repeat1, - STATE(5766), 1, - sym_body, - STATE(3627), 2, + aux_sym_of_token1, + [226566] = 17, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4619), 1, + aux_sym_variable_tuning_token2, + ACTIONS(4621), 1, + aux_sym_variable_tuning_token7, + ACTIONS(4623), 1, + aux_sym_variable_tuning_token8, + ACTIONS(4625), 1, + aux_sym_getter_token1, + ACTIONS(4627), 1, + aux_sym_setter_token1, + ACTIONS(4654), 1, + sym__terminator, + STATE(3387), 1, + aux_sym_property_definition_repeat3, + STATE(3481), 1, + aux_sym_property_definition_repeat2, + STATE(3690), 1, + sym_property_tuning, + STATE(5552), 1, + sym_access_tuning, + ACTIONS(4617), 2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + STATE(3338), 2, sym_comment, sym_include, - [237776] = 16, + STATE(3689), 2, + sym_getter, + sym_setter, + ACTIONS(3610), 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, + [226625] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4364), 1, - sym_on_error_phrase, - STATE(4545), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4967), 1, - aux_sym_for_statement_repeat1, - STATE(4978), 1, - sym_on_stop_phrase, - STATE(6327), 1, - sym_body, - STATE(3628), 2, + ACTIONS(4668), 1, + aux_sym_property_definition_token1, + ACTIONS(4662), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(4665), 2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + STATE(3339), 3, sym_comment, sym_include, - [237826] = 16, + aux_sym_property_definition_repeat1, + ACTIONS(4656), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + STATE(3526), 4, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + sym_property_type, + ACTIONS(4659), 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, + [226670] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4311), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4624), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5021), 1, - aux_sym_for_statement_repeat1, - STATE(5022), 1, - sym_on_stop_phrase, - STATE(6313), 1, - sym_body, - STATE(3629), 2, + ACTIONS(4670), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(4672), 1, + aux_sym_variable_definition_token3, + ACTIONS(4674), 1, + aux_sym_variable_definition_token4, + STATE(3348), 1, + aux_sym_variable_definition_repeat1, + ACTIONS(3612), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(3340), 2, sym_comment, sym_include, - [237876] = 16, + STATE(3563), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [226718] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4328), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4630), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5133), 1, - sym_on_stop_phrase, - STATE(5134), 1, - aux_sym_for_statement_repeat1, - STATE(5795), 1, - sym_body, - STATE(3630), 2, + ACTIONS(4676), 1, + aux_sym__block_terminator_token1, + ACTIONS(4678), 1, + aux_sym_variable_definition_token1, + ACTIONS(4681), 1, + aux_sym_variable_definition_token2, + ACTIONS(4684), 1, + aux_sym_method_definition_token1, + ACTIONS(4687), 1, + aux_sym_constructor_definition_token1, + ACTIONS(4690), 1, + aux_sym_destructor_definition_token1, + STATE(3341), 3, sym_comment, sym_include, - [237926] = 5, + aux_sym_class_body_repeat1, + STATE(4500), 11, + 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_temp_table_definition, + sym_data_source_definition, + [226764] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3631), 2, + ACTIONS(4693), 1, + aux_sym__block_terminator_token1, + ACTIONS(4695), 1, + aux_sym_variable_definition_token1, + ACTIONS(4697), 1, + aux_sym_variable_definition_token2, + ACTIONS(4699), 1, + aux_sym_method_definition_token1, + ACTIONS(4701), 1, + aux_sym_constructor_definition_token1, + ACTIONS(4703), 1, + aux_sym_destructor_definition_token1, + STATE(3345), 1, + aux_sym_class_body_repeat1, + STATE(3342), 2, sym_comment, sym_include, - ACTIONS(4384), 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_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [237954] = 16, + STATE(4500), 11, + 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_temp_table_definition, + sym_data_source_definition, + [226812] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(4705), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4382), 1, - sym_on_error_phrase, - STATE(4622), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5146), 1, - sym_on_stop_phrase, - STATE(5148), 1, - aux_sym_for_statement_repeat1, - STATE(5800), 1, - sym_body, - STATE(3632), 2, + ACTIONS(4707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(4709), 1, + aux_sym_property_type_token1, + ACTIONS(4711), 1, + aux_sym_method_tuning_token1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(4715), 1, + aux_sym_implements_token1, + ACTIONS(4717), 1, + aux_sym_use_widget_pool_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3423), 1, + aux_sym_class_statement_repeat1, + STATE(4314), 1, + sym_class_tuning, + STATE(6079), 1, + sym_class_body, + STATE(3343), 2, sym_comment, sym_include, - [238004] = 16, + STATE(4320), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [226870] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4316), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4514), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4932), 1, - aux_sym_for_statement_repeat1, - STATE(4934), 1, - sym_on_stop_phrase, - STATE(6330), 1, - sym_body, - STATE(3633), 2, + ACTIONS(4719), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(4721), 1, + aux_sym_variable_definition_token3, + ACTIONS(4723), 1, + aux_sym_variable_definition_token4, + STATE(3348), 1, + aux_sym_variable_definition_repeat1, + ACTIONS(3612), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(3344), 2, sym_comment, sym_include, - [238054] = 16, + STATE(3563), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [226918] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4381), 1, - sym_on_error_phrase, - STATE(4618), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5154), 1, - sym_on_stop_phrase, - STATE(5155), 1, - aux_sym_for_statement_repeat1, - STATE(5813), 1, - sym_body, - STATE(3634), 2, + ACTIONS(4695), 1, + aux_sym_variable_definition_token1, + ACTIONS(4697), 1, + aux_sym_variable_definition_token2, + ACTIONS(4699), 1, + aux_sym_method_definition_token1, + ACTIONS(4701), 1, + aux_sym_constructor_definition_token1, + ACTIONS(4703), 1, + aux_sym_destructor_definition_token1, + ACTIONS(4725), 1, + aux_sym__block_terminator_token1, + STATE(3341), 1, + aux_sym_class_body_repeat1, + STATE(3345), 2, sym_comment, sym_include, - [238104] = 5, + STATE(4500), 11, + 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_temp_table_definition, + sym_data_source_definition, + [226966] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3635), 2, + ACTIONS(4497), 1, + sym__namedot, + ACTIONS(4727), 1, + sym__terminator, + ACTIONS(4729), 1, + anon_sym_LPAREN, + ACTIONS(4731), 1, + aux_sym_function_call_token1, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4743), 1, + sym__namecolon, + STATE(3291), 1, + aux_sym_qualified_name_repeat1, + STATE(3561), 1, + aux_sym_run_statement_repeat1, + STATE(3833), 1, + sym_function_arguments, + STATE(3901), 1, + sym_run_tuning, + STATE(3989), 1, + aux_sym_object_access_repeat1, + STATE(3346), 2, sym_comment, sym_include, - ACTIONS(4362), 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_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [238132] = 10, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [227028] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2573), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5392), 1, - sym__terminator, - STATE(3706), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, - sym_input_stream_tuning, - ACTIONS(2569), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(3636), 2, + STATE(3347), 2, sym_comment, sym_include, - ACTIONS(2571), 6, + ACTIONS(4510), 18, + sym__terminator, + aux_sym__function_argument_with_mode_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, - [238170] = 16, + 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, + [227062] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4380), 1, - sym_on_error_phrase, - STATE(4613), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5164), 1, - aux_sym_for_statement_repeat1, - STATE(5170), 1, - sym_on_stop_phrase, - STATE(5845), 1, - sym_body, - STATE(3637), 2, + ACTIONS(4756), 1, + aux_sym_variable_definition_token4, + ACTIONS(4745), 2, + aux_sym_temp_table_expression_token1, + aux_sym_variable_definition_token3, + ACTIONS(4753), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(3348), 3, sym_comment, sym_include, - [238220] = 5, + aux_sym_variable_definition_repeat1, + STATE(3563), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + ACTIONS(4747), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(4750), 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, + [227106] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3638), 2, + ACTIONS(4758), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(4760), 1, + aux_sym_variable_definition_token3, + ACTIONS(4762), 1, + aux_sym_variable_definition_token4, + STATE(3348), 1, + aux_sym_variable_definition_repeat1, + ACTIONS(3612), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(3349), 2, sym_comment, sym_include, - ACTIONS(3994), 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_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [238248] = 14, - ACTIONS(3), 1, + STATE(3563), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [227154] = 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(5382), 1, - sym_identifier, - ACTIONS(5394), 1, - sym__terminator, - ACTIONS(5396), 1, - anon_sym_LBRACK, - STATE(3724), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3639), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(4705), 1, + anon_sym_COLON, + ACTIONS(4707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(4709), 1, + aux_sym_property_type_token1, + ACTIONS(4711), 1, + aux_sym_method_tuning_token1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(4715), 1, + aux_sym_implements_token1, + ACTIONS(4717), 1, + aux_sym_use_widget_pool_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3405), 1, + aux_sym_class_statement_repeat1, + STATE(4314), 1, + sym_class_tuning, + STATE(6234), 1, + sym_class_body, + STATE(3350), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [238294] = 5, + STATE(4320), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [227212] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3640), 2, + ACTIONS(4497), 1, + sym__namedot, + ACTIONS(4729), 1, + anon_sym_LPAREN, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4743), 1, + sym__namecolon, + ACTIONS(4764), 1, + sym__terminator, + ACTIONS(4766), 1, + aux_sym_function_call_token1, + STATE(3291), 1, + aux_sym_qualified_name_repeat1, + STATE(3525), 1, + aux_sym_run_statement_repeat1, + STATE(3833), 1, + sym_function_arguments, + STATE(3901), 1, + sym_run_tuning, + STATE(3989), 1, + aux_sym_object_access_repeat1, + STATE(3351), 2, sym_comment, sym_include, - ACTIONS(4388), 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_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [238322] = 16, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [227274] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(4705), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4305), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4484), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4912), 1, - aux_sym_for_statement_repeat1, - STATE(4918), 1, - sym_on_stop_phrase, - STATE(6337), 1, - sym_body, - STATE(3641), 2, + ACTIONS(4707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(4709), 1, + aux_sym_property_type_token1, + ACTIONS(4711), 1, + aux_sym_method_tuning_token1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(4715), 1, + aux_sym_implements_token1, + ACTIONS(4717), 1, + aux_sym_use_widget_pool_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3444), 1, + aux_sym_class_statement_repeat1, + STATE(4314), 1, + sym_class_tuning, + STATE(6198), 1, + sym_class_body, + STATE(3352), 2, sym_comment, sym_include, - [238372] = 16, + STATE(4320), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [227332] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + STATE(3353), 2, + sym_comment, + sym_include, + ACTIONS(4508), 18, anon_sym_COLON, - ACTIONS(3800), 1, + sym__terminator, anon_sym_COMMA, - ACTIONS(3802), 1, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, aux_sym_to_phrase_token1, - ACTIONS(3808), 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(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4379), 1, - sym_on_error_phrase, - STATE(4604), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5180), 1, - sym_on_stop_phrase, - STATE(5183), 1, - aux_sym_for_statement_repeat1, - STATE(5884), 1, - sym_body, - STATE(3642), 2, + aux_sym_of_token1, + aux_sym_using_token1, + [227366] = 19, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4497), 1, + sym__namedot, + ACTIONS(4729), 1, + anon_sym_LPAREN, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4743), 1, + sym__namecolon, + ACTIONS(4768), 1, + sym__terminator, + ACTIONS(4770), 1, + aux_sym_function_call_token1, + STATE(3291), 1, + aux_sym_qualified_name_repeat1, + STATE(3599), 1, + aux_sym_run_statement_repeat1, + STATE(3833), 1, + sym_function_arguments, + STATE(3901), 1, + sym_run_tuning, + STATE(3989), 1, + aux_sym_object_access_repeat1, + STATE(3354), 2, sym_comment, sym_include, - [238422] = 16, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [227428] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + STATE(3355), 2, + sym_comment, + sym_include, + ACTIONS(4559), 18, anon_sym_COLON, - ACTIONS(3800), 1, + sym__terminator, anon_sym_COMMA, - ACTIONS(3802), 1, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, aux_sym_to_phrase_token1, - ACTIONS(3808), 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(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4351), 1, - sym_on_error_phrase, - STATE(4479), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5205), 1, - aux_sym_for_statement_repeat1, - STATE(5221), 1, - sym_on_stop_phrase, - STATE(5979), 1, - sym_body, - STATE(3643), 2, - sym_comment, - sym_include, - [238472] = 14, - ACTIONS(3), 1, + aux_sym_of_token1, + aux_sym_using_token1, + [227462] = 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(5382), 1, - sym_identifier, - ACTIONS(5398), 1, + ACTIONS(4597), 1, + aux_sym_unary_expression_token2, + ACTIONS(4607), 1, + aux_sym_field_option_token1, + ACTIONS(4772), 1, + aux_sym_variable_tuning_token1, + ACTIONS(4774), 1, + aux_sym_variable_tuning_token2, + STATE(3357), 1, + aux_sym_field_definition_repeat1, + STATE(3368), 1, + sym_field_option, + ACTIONS(4595), 2, sym__terminator, - ACTIONS(5400), 1, - anon_sym_LBRACK, - STATE(3950), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3644), 2, + aux_sym_field_definition_token1, + ACTIONS(4605), 2, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + STATE(3356), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [238518] = 6, + ACTIONS(4603), 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, + [227512] = 12, 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_function_call_token1, - STATE(3645), 2, + ACTIONS(4565), 1, + aux_sym_unary_expression_token2, + ACTIONS(4580), 1, + aux_sym_field_option_token1, + ACTIONS(4776), 1, + aux_sym_variable_tuning_token1, + ACTIONS(4779), 1, + aux_sym_variable_tuning_token2, + STATE(3368), 1, + sym_field_option, + ACTIONS(4563), 2, + sym__terminator, + aux_sym_field_definition_token1, + ACTIONS(4577), 2, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + STATE(3357), 3, sym_comment, sym_include, - ACTIONS(158), 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, - [238548] = 16, + aux_sym_field_definition_repeat1, + ACTIONS(4574), 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, + [227560] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4304), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4454), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4875), 1, - sym_on_stop_phrase, - STATE(4876), 1, - aux_sym_for_statement_repeat1, - STATE(6343), 1, - sym_body, - STATE(3646), 2, + ACTIONS(4597), 1, + aux_sym_unary_expression_token2, + ACTIONS(4607), 1, + aux_sym_field_option_token1, + ACTIONS(4772), 1, + aux_sym_variable_tuning_token1, + ACTIONS(4774), 1, + aux_sym_variable_tuning_token2, + STATE(3356), 1, + aux_sym_field_definition_repeat1, + STATE(3368), 1, + sym_field_option, + ACTIONS(4605), 2, + aux_sym_variable_tuning_token6, + aux_sym_variable_tuning_token7, + ACTIONS(4648), 2, + sym__terminator, + aux_sym_field_definition_token1, + STATE(3358), 2, sym_comment, sym_include, - [238598] = 16, + ACTIONS(4603), 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, + [227610] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + STATE(3359), 2, + sym_comment, + sym_include, + ACTIONS(4643), 18, anon_sym_COLON, - ACTIONS(3800), 1, + sym__terminator, anon_sym_COMMA, - ACTIONS(3802), 1, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, aux_sym_to_phrase_token1, - ACTIONS(3808), 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(4313), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4434), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4867), 1, - sym_on_stop_phrase, - STATE(4868), 1, - aux_sym_for_statement_repeat1, - STATE(6274), 1, - sym_body, - STATE(3647), 2, + aux_sym_of_token1, + aux_sym_using_token1, + [227644] = 12, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4782), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(4784), 1, + aux_sym_variable_definition_token3, + ACTIONS(4786), 1, + aux_sym_variable_definition_token4, + STATE(3348), 1, + aux_sym_variable_definition_repeat1, + ACTIONS(3612), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(3360), 2, sym_comment, sym_include, - [238648] = 16, + STATE(3563), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [227692] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4222), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4440), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4841), 1, - aux_sym_for_statement_repeat1, - STATE(4843), 1, - sym_on_stop_phrase, - STATE(6361), 1, - sym_body, - STATE(3648), 2, + ACTIONS(4788), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(4790), 1, + aux_sym_variable_definition_token3, + ACTIONS(4792), 1, + aux_sym_variable_definition_token4, + STATE(3348), 1, + aux_sym_variable_definition_repeat1, + ACTIONS(3612), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(3361), 2, sym_comment, sym_include, - [238698] = 16, + STATE(3563), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [227740] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, + ACTIONS(4497), 1, + sym__namedot, + ACTIONS(4729), 1, + anon_sym_LPAREN, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4374), 1, - sym_on_error_phrase, - STATE(4594), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5214), 1, - aux_sym_for_statement_repeat1, - STATE(5217), 1, - sym_on_stop_phrase, - STATE(5981), 1, - sym_body, - STATE(3649), 2, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4743), 1, + sym__namecolon, + ACTIONS(4794), 1, + sym__terminator, + ACTIONS(4796), 1, + aux_sym_function_call_token1, + STATE(3291), 1, + aux_sym_qualified_name_repeat1, + STATE(3532), 1, + aux_sym_run_statement_repeat1, + STATE(3833), 1, + sym_function_arguments, + STATE(3901), 1, + sym_run_tuning, + STATE(3989), 1, + aux_sym_object_access_repeat1, + STATE(3362), 2, sym_comment, sym_include, - [238748] = 10, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [227802] = 19, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2573), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5404), 1, + ACTIONS(4497), 1, + sym__namedot, + ACTIONS(4729), 1, + anon_sym_LPAREN, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4743), 1, + sym__namecolon, + ACTIONS(4798), 1, sym__terminator, - STATE(3706), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, - sym_input_stream_tuning, - ACTIONS(2569), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(3650), 2, + ACTIONS(4800), 1, + aux_sym_function_call_token1, + STATE(3291), 1, + aux_sym_qualified_name_repeat1, + STATE(3598), 1, + aux_sym_run_statement_repeat1, + STATE(3833), 1, + sym_function_arguments, + STATE(3901), 1, + sym_run_tuning, + STATE(3989), 1, + aux_sym_object_access_repeat1, + STATE(3363), 2, sym_comment, sym_include, - ACTIONS(2571), 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, - [238786] = 14, - ACTIONS(3), 1, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [227864] = 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(5382), 1, - sym_identifier, - ACTIONS(5406), 1, - sym__terminator, - ACTIONS(5408), 1, - anon_sym_LBRACK, - STATE(3788), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3651), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(4705), 1, + anon_sym_COLON, + ACTIONS(4707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(4709), 1, + aux_sym_property_type_token1, + ACTIONS(4711), 1, + aux_sym_method_tuning_token1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(4715), 1, + aux_sym_implements_token1, + ACTIONS(4717), 1, + aux_sym_use_widget_pool_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3398), 1, + aux_sym_class_statement_repeat1, + STATE(4314), 1, + sym_class_tuning, + STATE(6392), 1, + sym_class_body, + STATE(3364), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [238832] = 16, + STATE(4320), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [227922] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(4705), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4333), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4598), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5012), 1, - aux_sym_for_statement_repeat1, - STATE(5013), 1, - sym_on_stop_phrase, - STATE(6316), 1, - sym_body, - STATE(3652), 2, + ACTIONS(4707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(4709), 1, + aux_sym_property_type_token1, + ACTIONS(4711), 1, + aux_sym_method_tuning_token1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(4715), 1, + aux_sym_implements_token1, + ACTIONS(4717), 1, + aux_sym_use_widget_pool_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3401), 1, + aux_sym_class_statement_repeat1, + STATE(4314), 1, + sym_class_tuning, + STATE(6403), 1, + sym_class_body, + STATE(3365), 2, sym_comment, sym_include, - [238882] = 5, + STATE(4320), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [227980] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3653), 2, + STATE(3366), 2, sym_comment, sym_include, - ACTIONS(136), 12, - sym__namecolon, + ACTIONS(4802), 18, 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, - [238910] = 5, + aux_sym__function_argument_with_mode_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, + [228014] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3654), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(4593), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3487), 1, + sym_of, + STATE(3602), 1, + sym__pre_tuning, + STATE(3802), 1, + aux_sym_for_phrase_repeat1, + STATE(3804), 1, + sym_where_clause, + STATE(3367), 2, sym_comment, sym_include, - ACTIONS(4450), 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, - [238938] = 16, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [228069] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4335), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4578), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5000), 1, - aux_sym_for_statement_repeat1, - STATE(5003), 1, - sym_on_stop_phrase, - STATE(6317), 1, - sym_body, - STATE(3655), 2, + ACTIONS(4806), 1, + aux_sym_variable_tuning_token2, + STATE(3368), 2, sym_comment, sym_include, - [238988] = 16, + ACTIONS(4804), 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, + [228104] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4210), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4648), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5083), 1, - sym_on_stop_phrase, - STATE(5084), 1, - aux_sym_for_statement_repeat1, - STATE(6228), 1, - sym_body, - STATE(3656), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(4635), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3490), 1, + sym_of, + STATE(3550), 1, + sym__pre_tuning, + STATE(3840), 1, + sym_where_clause, + STATE(3841), 1, + aux_sym_for_phrase_repeat1, + STATE(3369), 2, sym_comment, sym_include, - [239038] = 16, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [228159] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4187), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4389), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4785), 1, - aux_sym_for_statement_repeat1, - STATE(4787), 1, - sym_on_stop_phrase, - STATE(6282), 1, - sym_body, - STATE(3657), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(4609), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3469), 1, + sym_of, + STATE(3486), 1, + sym_query_tuning, + STATE(3564), 1, + sym__pre_tuning, + STATE(3774), 1, + aux_sym_for_phrase_repeat1, + STATE(3777), 1, + sym_where_clause, + STATE(3370), 2, sym_comment, sym_include, - [239088] = 16, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [228214] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4193), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4639), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5116), 1, - sym_on_stop_phrase, - STATE(5117), 1, - aux_sym_for_statement_repeat1, - STATE(6207), 1, - sym_body, - STATE(3658), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(4637), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3482), 1, + sym_of, + STATE(3486), 1, + sym_query_tuning, + STATE(3542), 1, + sym__pre_tuning, + STATE(3747), 1, + sym_where_clause, + STATE(3756), 1, + aux_sym_for_phrase_repeat1, + STATE(3371), 2, sym_comment, sym_include, - [239138] = 10, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [228269] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2573), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5410), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(4613), 1, sym__terminator, - STATE(3706), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, - sym_input_stream_tuning, - ACTIONS(2569), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(3659), 2, + STATE(3374), 1, + sym_using, + STATE(3473), 1, + sym_of, + STATE(3486), 1, + sym_query_tuning, + STATE(3534), 1, + sym__pre_tuning, + STATE(3782), 1, + sym_where_clause, + STATE(3785), 1, + aux_sym_for_phrase_repeat1, + STATE(3372), 2, sym_comment, sym_include, - ACTIONS(2571), 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, - [239176] = 16, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [228324] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4230), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4461), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4880), 1, - sym_on_stop_phrase, - STATE(4882), 1, - aux_sym_for_statement_repeat1, - STATE(6080), 1, - sym_body, - STATE(3660), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4583), 1, + sym__terminator, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3494), 1, + sym_of, + STATE(3595), 1, + sym__pre_tuning, + STATE(3794), 1, + sym_where_clause, + STATE(3795), 1, + aux_sym_for_phrase_repeat1, + STATE(3373), 2, sym_comment, sym_include, - [239226] = 16, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [228379] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + STATE(3374), 2, + sym_comment, + sym_include, + ACTIONS(4808), 17, anon_sym_COLON, - ACTIONS(3800), 1, + sym__terminator, anon_sym_COMMA, - ACTIONS(3802), 1, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, aux_sym_to_phrase_token1, - ACTIONS(3808), 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(4231), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4467), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4896), 1, - sym_on_stop_phrase, - STATE(4898), 1, - aux_sym_for_statement_repeat1, - STATE(6074), 1, - sym_body, - STATE(3661), 2, - sym_comment, - sym_include, - [239276] = 14, - ACTIONS(3), 1, + aux_sym_of_token1, + [228412] = 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(5382), 1, - sym_identifier, - ACTIONS(5412), 1, - sym__terminator, - ACTIONS(5414), 1, - anon_sym_LBRACK, - STATE(3903), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3662), 2, + ACTIONS(4468), 1, + aux_sym_temp_table_expression_token1, + ACTIONS(4470), 1, + aux_sym_dataset_expression_token1, + ACTIONS(4493), 1, + aux_sym_property_definition_token1, + ACTIONS(4495), 1, + aux_sym_event_definition_token1, + ACTIONS(4483), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + ACTIONS(4490), 2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + STATE(3375), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [239322] = 16, + ACTIONS(4478), 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, + [228457] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(4815), 1, + aux_sym_using_statement_token1, + ACTIONS(4818), 1, + aux_sym_query_tuning_token6, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3376), 3, + sym_comment, + sym_include, + aux_sym_for_phrase_repeat1, + ACTIONS(4810), 6, anon_sym_COLON, - ACTIONS(3800), 1, + sym__terminator, anon_sym_COMMA, - ACTIONS(3802), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, aux_sym_to_phrase_token1, - ACTIONS(3808), 1, aux_sym_sort_clause_token1, - STATE(4232), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4470), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4901), 1, - sym_on_stop_phrase, - STATE(4903), 1, - aux_sym_for_statement_repeat1, - STATE(6073), 1, - sym_body, - STATE(3663), 2, - sym_comment, - sym_include, - [239372] = 16, + ACTIONS(4812), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [228500] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4366), 1, - sym_on_error_phrase, - STATE(4538), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5330), 1, - aux_sym_for_statement_repeat1, - STATE(5331), 1, - sym_on_stop_phrase, - STATE(6340), 1, - sym_body, - STATE(3664), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(4611), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3495), 1, + sym_of, + STATE(3515), 1, + sym__pre_tuning, + STATE(3736), 1, + sym_where_clause, + STATE(3738), 1, + aux_sym_for_phrase_repeat1, + STATE(3377), 2, sym_comment, sym_include, - [239422] = 16, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [228555] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4233), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4478), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4907), 1, - sym_on_stop_phrase, - STATE(4908), 1, - aux_sym_for_statement_repeat1, - STATE(6071), 1, - sym_body, - STATE(3665), 2, + ACTIONS(2460), 1, + aux_sym_variable_tuning_token2, + STATE(3378), 2, sym_comment, sym_include, - [239472] = 16, + ACTIONS(2458), 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, + [228590] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4195), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4599), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5197), 1, - sym_on_stop_phrase, - STATE(5198), 1, - aux_sym_for_statement_repeat1, - STATE(6154), 1, - sym_body, - STATE(3666), 2, + ACTIONS(4486), 1, + aux_sym_variable_definition_token4, + ACTIONS(4468), 2, + aux_sym_temp_table_expression_token1, + aux_sym_variable_definition_token3, + STATE(3379), 2, sym_comment, sym_include, - [239522] = 16, + ACTIONS(4493), 3, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + aux_sym_property_definition_token1, + ACTIONS(4483), 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, + [228629] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4365), 1, - sym_on_error_phrase, - STATE(4526), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5299), 1, - aux_sym_for_statement_repeat1, - STATE(5302), 1, - sym_on_stop_phrase, - STATE(6328), 1, - sym_body, - STATE(3667), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(4587), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3471), 1, + sym_of, + STATE(3486), 1, + sym_query_tuning, + STATE(3531), 1, + sym__pre_tuning, + STATE(3735), 1, + sym_where_clause, + STATE(3737), 1, + aux_sym_for_phrase_repeat1, + STATE(3380), 2, sym_comment, sym_include, - [239572] = 16, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [228684] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4236), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4482), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4913), 1, - sym_on_stop_phrase, - STATE(4915), 1, - aux_sym_for_statement_repeat1, - STATE(6067), 1, - sym_body, - STATE(3668), 2, + ACTIONS(4823), 1, + aux_sym_variable_tuning_token2, + STATE(3381), 2, sym_comment, sym_include, - [239622] = 16, + ACTIONS(4821), 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, + [228719] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4363), 1, - sym_on_error_phrase, - STATE(4525), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5290), 1, - aux_sym_for_statement_repeat1, - STATE(5296), 1, - sym_on_stop_phrase, - STATE(6320), 1, - sym_body, - STATE(3669), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(4641), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3483), 1, + sym_of, + STATE(3486), 1, + sym_query_tuning, + STATE(3594), 1, + sym__pre_tuning, + STATE(3812), 1, + sym_where_clause, + STATE(3813), 1, + aux_sym_for_phrase_repeat1, + STATE(3382), 2, sym_comment, sym_include, - [239672] = 10, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [228774] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2573), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5416), 1, - sym__terminator, - STATE(3706), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, - sym_input_stream_tuning, - ACTIONS(2569), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(3670), 2, + ACTIONS(4625), 1, + aux_sym_getter_token1, + ACTIONS(4627), 1, + aux_sym_setter_token1, + ACTIONS(4827), 1, + aux_sym_variable_definition_token2, + STATE(3386), 1, + aux_sym_property_definition_repeat3, + STATE(5552), 1, + sym_access_tuning, + STATE(3383), 2, sym_comment, sym_include, - ACTIONS(2571), 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, - [239710] = 16, + STATE(3689), 2, + sym_getter, + sym_setter, + ACTIONS(3610), 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(4825), 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, + [228821] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + STATE(3384), 2, + sym_comment, + sym_include, + ACTIONS(4652), 17, anon_sym_COLON, - ACTIONS(3800), 1, + sym__terminator, anon_sym_COMMA, - ACTIONS(3802), 1, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, aux_sym_to_phrase_token1, - ACTIONS(3808), 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(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4362), 1, - sym_on_error_phrase, - STATE(4523), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5274), 1, - aux_sym_for_statement_repeat1, - STATE(5277), 1, - sym_on_stop_phrase, - STATE(6363), 1, - sym_body, - STATE(3671), 2, + aux_sym_of_token1, + [228854] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4502), 1, + aux_sym_variable_definition_token4, + STATE(3385), 2, sym_comment, sym_include, - [239760] = 5, + ACTIONS(4504), 16, + 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, + [228889] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3672), 2, + ACTIONS(4834), 1, + aux_sym_variable_definition_token2, + ACTIONS(4836), 1, + aux_sym_getter_token1, + ACTIONS(4839), 1, + aux_sym_setter_token1, + STATE(5552), 1, + sym_access_tuning, + STATE(3689), 2, + sym_getter, + sym_setter, + STATE(3386), 3, sym_comment, sym_include, - ACTIONS(3823), 12, - anon_sym_COLON, - anon_sym_DOT, + aux_sym_property_definition_repeat3, + ACTIONS(4829), 5, 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_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [239788] = 16, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + ACTIONS(4831), 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, + [228934] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4359), 1, - sym_on_error_phrase, - STATE(4520), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5262), 1, - aux_sym_for_statement_repeat1, - STATE(5266), 1, - sym_on_stop_phrase, - STATE(6239), 1, - sym_body, - STATE(3673), 2, + ACTIONS(4625), 1, + aux_sym_getter_token1, + ACTIONS(4627), 1, + aux_sym_setter_token1, + ACTIONS(4844), 1, + aux_sym_variable_definition_token2, + STATE(3386), 1, + aux_sym_property_definition_repeat3, + STATE(5552), 1, + sym_access_tuning, + STATE(3387), 2, sym_comment, sym_include, - [239838] = 10, + STATE(3689), 2, + sym_getter, + sym_setter, + ACTIONS(3610), 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(4842), 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, + [228981] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2573), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5418), 1, - sym__terminator, - STATE(3706), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, - sym_input_stream_tuning, - ACTIONS(2569), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(3674), 2, + ACTIONS(4625), 1, + aux_sym_getter_token1, + ACTIONS(4627), 1, + aux_sym_setter_token1, + ACTIONS(4848), 1, + aux_sym_variable_definition_token2, + STATE(3386), 1, + aux_sym_property_definition_repeat3, + STATE(5552), 1, + sym_access_tuning, + STATE(3388), 2, sym_comment, sym_include, - ACTIONS(2571), 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, - [239876] = 16, + STATE(3689), 2, + sym_getter, + sym_setter, + ACTIONS(3610), 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(4846), 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, + [229028] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + STATE(3389), 2, + sym_comment, + sym_include, + ACTIONS(4850), 17, anon_sym_COLON, - ACTIONS(3800), 1, + sym__terminator, anon_sym_COMMA, - ACTIONS(3802), 1, + anon_sym_RPAREN, + aux_sym_function_call_token1, + aux_sym_using_statement_token1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, aux_sym_to_phrase_token1, - ACTIONS(3808), 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(4248), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4489), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4919), 1, - sym_on_stop_phrase, - STATE(4922), 1, - aux_sym_for_statement_repeat1, - STATE(6063), 1, - sym_body, - STATE(3675), 2, - sym_comment, - sym_include, - [239926] = 16, + aux_sym_of_token1, + [229061] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4356), 1, - sym_on_error_phrase, - STATE(4500), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5224), 1, - aux_sym_for_statement_repeat1, - STATE(5225), 1, - sym_on_stop_phrase, - STATE(6229), 1, - sym_body, - STATE(3676), 2, + ACTIONS(4625), 1, + aux_sym_getter_token1, + ACTIONS(4627), 1, + aux_sym_setter_token1, + ACTIONS(4854), 1, + aux_sym_variable_definition_token2, + STATE(3386), 1, + aux_sym_property_definition_repeat3, + STATE(5552), 1, + sym_access_tuning, + STATE(3390), 2, sym_comment, sym_include, - [239976] = 16, + STATE(3689), 2, + sym_getter, + sym_setter, + ACTIONS(3610), 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(4852), 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, + [229108] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4253), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4491), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4927), 1, - sym_on_stop_phrase, - STATE(4929), 1, - aux_sym_for_statement_repeat1, - STATE(6053), 1, - sym_body, - STATE(3677), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(4631), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3501), 1, + sym_of, + STATE(3572), 1, + sym__pre_tuning, + STATE(3781), 1, + aux_sym_for_phrase_repeat1, + STATE(3786), 1, + sym_where_clause, + STATE(3391), 2, sym_comment, sym_include, - [240026] = 14, - ACTIONS(3), 1, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [229163] = 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(5382), 1, - sym_identifier, - ACTIONS(5420), 1, - sym__terminator, - ACTIONS(5422), 1, - anon_sym_LBRACK, - STATE(3969), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3678), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4856), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3392), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [240072] = 16, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [229211] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4297), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4409), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4831), 1, - aux_sym_for_statement_repeat1, - STATE(4833), 1, - sym_on_stop_phrase, - STATE(5748), 1, - sym_body, - STATE(3679), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4858), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3393), 2, sym_comment, sym_include, - [240122] = 16, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [229259] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4223), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4581), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5241), 1, - sym_on_stop_phrase, - STATE(5242), 1, - aux_sym_for_statement_repeat1, - STATE(6124), 1, - sym_body, - STATE(3680), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4860), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3394), 2, sym_comment, sym_include, - [240172] = 16, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [229307] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4355), 1, - sym_on_error_phrase, - STATE(4483), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5207), 1, - aux_sym_for_statement_repeat1, - STATE(5218), 1, - sym_on_stop_phrase, - STATE(6218), 1, - sym_body, - STATE(3681), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4862), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3395), 2, sym_comment, sym_include, - [240222] = 16, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [229355] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(4705), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4264), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4505), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4943), 1, - aux_sym_for_statement_repeat1, - STATE(4945), 1, - sym_on_stop_phrase, - STATE(6041), 1, - sym_body, - STATE(3682), 2, + ACTIONS(4707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(4709), 1, + aux_sym_property_type_token1, + ACTIONS(4711), 1, + aux_sym_method_tuning_token1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(4715), 1, + aux_sym_implements_token1, + ACTIONS(4717), 1, + aux_sym_use_widget_pool_token1, + STATE(3405), 1, + aux_sym_class_statement_repeat1, + STATE(4314), 1, + sym_class_tuning, + STATE(6234), 1, + sym_class_body, + STATE(3396), 2, sym_comment, sym_include, - [240272] = 16, + STATE(4320), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [229407] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4268), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4510), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4951), 1, - sym_on_stop_phrase, - STATE(4952), 1, - aux_sym_for_statement_repeat1, - STATE(5998), 1, - sym_body, - STATE(3683), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4864), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3397), 2, sym_comment, sym_include, - [240322] = 16, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [229455] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(4705), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4349), 1, - sym_on_error_phrase, - STATE(4474), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5190), 1, - sym_on_stop_phrase, - STATE(5192), 1, - aux_sym_for_statement_repeat1, - STATE(6173), 1, - sym_body, - STATE(3684), 2, + ACTIONS(4707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(4709), 1, + aux_sym_property_type_token1, + ACTIONS(4711), 1, + aux_sym_method_tuning_token1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(4715), 1, + aux_sym_implements_token1, + ACTIONS(4717), 1, + aux_sym_use_widget_pool_token1, + STATE(3511), 1, + aux_sym_class_statement_repeat1, + STATE(4314), 1, + sym_class_tuning, + STATE(6361), 1, + sym_class_body, + STATE(3398), 2, sym_comment, sym_include, - [240372] = 16, + STATE(4320), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [229507] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(4705), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4256), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4541), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(4974), 1, - aux_sym_for_statement_repeat1, - STATE(4976), 1, - sym_on_stop_phrase, - STATE(5925), 1, - sym_body, - STATE(3685), 2, - sym_comment, - sym_include, - [240422] = 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(5382), 1, - sym_identifier, - ACTIONS(5424), 1, - sym__terminator, - ACTIONS(5426), 1, - anon_sym_LBRACK, - STATE(3812), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3686), 2, + ACTIONS(4707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(4709), 1, + aux_sym_property_type_token1, + ACTIONS(4711), 1, + aux_sym_method_tuning_token1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(4715), 1, + aux_sym_implements_token1, + ACTIONS(4717), 1, + aux_sym_use_widget_pool_token1, + STATE(3398), 1, + aux_sym_class_statement_repeat1, + STATE(4314), 1, + sym_class_tuning, + STATE(6392), 1, + sym_class_body, + STATE(3399), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [240468] = 16, + STATE(4320), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [229559] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4247), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4536), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5325), 1, - aux_sym_for_statement_repeat1, - STATE(5329), 1, - sym_on_stop_phrase, - STATE(6013), 1, - sym_body, - STATE(3687), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4866), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3400), 2, sym_comment, sym_include, - [240518] = 16, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [229607] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(4705), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4322), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4647), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5089), 1, - sym_on_stop_phrase, - STATE(5091), 1, - aux_sym_for_statement_repeat1, - STATE(5696), 1, - sym_body, - STATE(3688), 2, + ACTIONS(4707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(4709), 1, + aux_sym_property_type_token1, + ACTIONS(4711), 1, + aux_sym_method_tuning_token1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(4715), 1, + aux_sym_implements_token1, + ACTIONS(4717), 1, + aux_sym_use_widget_pool_token1, + STATE(3511), 1, + aux_sym_class_statement_repeat1, + STATE(4314), 1, + sym_class_tuning, + STATE(6662), 1, + sym_class_body, + STATE(3401), 2, sym_comment, sym_include, - [240568] = 5, + STATE(4320), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [229659] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3689), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4868), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3402), 2, sym_comment, sym_include, - ACTIONS(164), 12, - sym__namecolon, - sym__terminator, - anon_sym_LPAREN, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 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, - [240596] = 16, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [229707] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4347), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4471), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5163), 1, - aux_sym_for_statement_repeat1, - STATE(5168), 1, - sym_on_stop_phrase, - STATE(6139), 1, - sym_body, - STATE(3690), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4870), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3403), 2, sym_comment, sym_include, - [240646] = 5, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [229755] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3691), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4872), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3404), 2, sym_comment, sym_include, - ACTIONS(158), 12, - sym__namecolon, - sym__terminator, - anon_sym_LPAREN, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 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, - [240674] = 5, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [229803] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3692), 2, + ACTIONS(4705), 1, + anon_sym_COLON, + ACTIONS(4707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(4709), 1, + aux_sym_property_type_token1, + ACTIONS(4711), 1, + aux_sym_method_tuning_token1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(4715), 1, + aux_sym_implements_token1, + ACTIONS(4717), 1, + aux_sym_use_widget_pool_token1, + STATE(3511), 1, + aux_sym_class_statement_repeat1, + STATE(4314), 1, + sym_class_tuning, + STATE(6208), 1, + sym_class_body, + STATE(3405), 2, sym_comment, sym_include, - ACTIONS(120), 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, - [240702] = 7, + STATE(4320), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [229855] = 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__namecolon, - STATE(3707), 1, - aux_sym_object_access_repeat1, - STATE(3693), 2, - sym_comment, - sym_include, - ACTIONS(98), 10, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4874), 1, anon_sym_RPAREN, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [240734] = 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(5382), 1, - sym_identifier, - ACTIONS(5428), 1, - sym__terminator, - ACTIONS(5430), 1, - anon_sym_LBRACK, - STATE(3907), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3694), 2, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3406), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [240780] = 16, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [229903] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(4705), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4344), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4452), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5103), 1, - sym_on_stop_phrase, - STATE(5107), 1, - aux_sym_for_statement_repeat1, - STATE(6014), 1, - sym_body, - STATE(3695), 2, + ACTIONS(4707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(4709), 1, + aux_sym_property_type_token1, + ACTIONS(4711), 1, + aux_sym_method_tuning_token1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(4715), 1, + aux_sym_implements_token1, + ACTIONS(4717), 1, + aux_sym_use_widget_pool_token1, + STATE(3401), 1, + aux_sym_class_statement_repeat1, + STATE(4314), 1, + sym_class_tuning, + STATE(6403), 1, + sym_class_body, + STATE(3407), 2, sym_comment, sym_include, - [240830] = 10, + STATE(4320), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [229955] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2573), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5432), 1, - sym__terminator, - STATE(3706), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, - sym_input_stream_tuning, - ACTIONS(2569), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(3696), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4876), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3408), 2, sym_comment, sym_include, - ACTIONS(2571), 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, - [240868] = 7, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [230003] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5436), 1, - aux_sym_input_stream_tuning_token10, - ACTIONS(5438), 1, - aux_sym_input_stream_tuning_token11, - STATE(3697), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4878), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3409), 2, sym_comment, sym_include, - ACTIONS(5434), 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, - [240900] = 10, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [230051] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2573), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5440), 1, - sym__terminator, - STATE(3706), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, - sym_input_stream_tuning, - ACTIONS(2569), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(3698), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4880), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3410), 2, sym_comment, sym_include, - ACTIONS(2571), 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, - [240938] = 5, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [230099] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3699), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4882), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3411), 2, sym_comment, sym_include, - ACTIONS(4400), 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_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [240966] = 16, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [230147] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4189), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4488), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5204), 1, - aux_sym_for_statement_repeat1, - STATE(5216), 1, - sym_on_stop_phrase, - STATE(5967), 1, - sym_body, - STATE(3700), 2, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4743), 1, + sym__namecolon, + ACTIONS(4764), 1, + sym__terminator, + ACTIONS(4766), 1, + aux_sym_function_call_token1, + ACTIONS(4884), 1, + anon_sym_LPAREN, + STATE(3525), 1, + aux_sym_run_statement_repeat1, + STATE(3901), 1, + sym_run_tuning, + STATE(3967), 1, + aux_sym_object_access_repeat1, + STATE(5962), 1, + sym_function_arguments, + STATE(3412), 2, sym_comment, sym_include, - [241016] = 16, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [230203] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4334), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4644), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5099), 1, - sym_on_stop_phrase, - STATE(5102), 1, - aux_sym_for_statement_repeat1, - STATE(5681), 1, - sym_body, - STATE(3701), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4886), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3413), 2, sym_comment, sym_include, - [241066] = 10, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [230251] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2573), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5442), 1, - sym__terminator, - STATE(3706), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, - sym_input_stream_tuning, - ACTIONS(2569), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(3702), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4888), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3414), 2, sym_comment, sym_include, - ACTIONS(2571), 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, - [241104] = 14, - ACTIONS(3), 1, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [230299] = 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(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, - sym_identifier, - ACTIONS(5444), 1, - sym__terminator, - ACTIONS(5446), 1, - anon_sym_LBRACK, - STATE(3894), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3703), 2, + ACTIONS(4705), 1, + anon_sym_COLON, + ACTIONS(4707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(4709), 1, + aux_sym_property_type_token1, + ACTIONS(4711), 1, + aux_sym_method_tuning_token1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(4715), 1, + aux_sym_implements_token1, + ACTIONS(4717), 1, + aux_sym_use_widget_pool_token1, + STATE(3423), 1, + aux_sym_class_statement_repeat1, + STATE(4314), 1, + sym_class_tuning, + STATE(6079), 1, + sym_class_body, + STATE(3415), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [241150] = 5, + STATE(4320), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [230351] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3704), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4890), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3416), 2, sym_comment, sym_include, - ACTIONS(144), 12, - sym__namecolon, - sym__terminator, - anon_sym_LPAREN, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 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, - [241178] = 5, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [230399] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3705), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4892), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3417), 2, sym_comment, sym_include, - ACTIONS(4475), 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, - [241206] = 9, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [230447] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5448), 1, - sym__terminator, - ACTIONS(5456), 1, - aux_sym_input_stream_tuning_token9, - STATE(4023), 1, - sym_input_stream_tuning, - ACTIONS(5450), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(3706), 3, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4894), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3418), 2, sym_comment, sym_include, - aux_sym_input_stream_statement_repeat1, - ACTIONS(5453), 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, - [241242] = 6, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [230495] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5459), 1, - sym__namecolon, - STATE(3707), 3, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4896), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3419), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - ACTIONS(91), 10, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [241272] = 10, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [230543] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2573), 1, - aux_sym_input_stream_tuning_token9, - ACTIONS(5462), 1, - sym__terminator, - STATE(3706), 1, - aux_sym_input_stream_statement_repeat1, - STATE(4023), 1, - sym_input_stream_tuning, - ACTIONS(2569), 2, - aux_sym_input_stream_tuning_token1, - aux_sym_input_stream_tuning_token5, - STATE(3708), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4898), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3420), 2, sym_comment, sym_include, - ACTIONS(2571), 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, - [241310] = 7, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [230591] = 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__namecolon, - STATE(3707), 1, - aux_sym_object_access_repeat1, - STATE(3709), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4900), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3421), 2, sym_comment, sym_include, - ACTIONS(98), 10, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [241342] = 16, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [230639] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4282), 1, - sym_on_error_phrase, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4438), 1, - sym_on_quit_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5032), 1, - sym_on_stop_phrase, - STATE(5044), 1, - aux_sym_for_statement_repeat1, - STATE(5848), 1, - sym_body, - STATE(3710), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4902), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3422), 2, sym_comment, sym_include, - [241392] = 12, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [230687] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, - anon_sym_LPAREN, - ACTIONS(4871), 1, - aux_sym__function_argument_with_mode_token4, - STATE(3645), 1, - sym_function_arguments, - STATE(4278), 1, - sym_type_tuning, - STATE(6322), 1, - sym_argument_pass_type, - ACTIONS(4865), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(4867), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(3711), 2, + ACTIONS(4705), 1, + anon_sym_COLON, + ACTIONS(4707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(4709), 1, + aux_sym_property_type_token1, + ACTIONS(4711), 1, + aux_sym_method_tuning_token1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(4715), 1, + aux_sym_implements_token1, + ACTIONS(4717), 1, + aux_sym_use_widget_pool_token1, + STATE(3511), 1, + aux_sym_class_statement_repeat1, + STATE(4314), 1, + sym_class_tuning, + STATE(6060), 1, + sym_class_body, + STATE(3423), 2, sym_comment, sym_include, - ACTIONS(4869), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - [241434] = 13, + STATE(4320), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [230739] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(4727), 1, + sym__terminator, + ACTIONS(4731), 1, + aux_sym_function_call_token1, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3902), 1, - aux_sym_do_block_repeat1, - STATE(4580), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(6253), 1, - sym_body, - STATE(3712), 2, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4743), 1, + sym__namecolon, + ACTIONS(4884), 1, + anon_sym_LPAREN, + STATE(3561), 1, + aux_sym_run_statement_repeat1, + STATE(3901), 1, + sym_run_tuning, + STATE(3967), 1, + aux_sym_object_access_repeat1, + STATE(5997), 1, + sym_function_arguments, + STATE(3424), 2, sym_comment, sym_include, - STATE(6185), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [241477] = 11, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [230795] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5464), 1, - sym__terminator, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - STATE(3817), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3713), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4904), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3425), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [241516] = 13, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [230843] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3833), 1, - aux_sym_do_block_repeat1, - STATE(4443), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5833), 1, - sym_body, - STATE(3714), 2, - sym_comment, - sym_include, - STATE(5872), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [241559] = 13, - 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(5474), 1, - sym_identifier, - ACTIONS(5476), 1, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4743), 1, + sym__namecolon, + ACTIONS(4798), 1, sym__terminator, - ACTIONS(5478), 1, - anon_sym_NO_DASHERROR, - STATE(3787), 1, - aux_sym_assign_statement_repeat1, - STATE(4705), 1, - sym_object_access, - STATE(5169), 1, - sym_assignment, - STATE(3715), 2, + ACTIONS(4800), 1, + aux_sym_function_call_token1, + ACTIONS(4884), 1, + anon_sym_LPAREN, + STATE(3598), 1, + aux_sym_run_statement_repeat1, + STATE(3901), 1, + sym_run_tuning, + STATE(3967), 1, + aux_sym_object_access_repeat1, + STATE(5623), 1, + sym_function_arguments, + STATE(3426), 2, sym_comment, sym_include, - STATE(5349), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [241602] = 11, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [230899] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5332), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4906), 1, + anon_sym_RPAREN, + STATE(3374), 1, sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3735), 1, - aux_sym_for_phrase_repeat1, - STATE(3716), 2, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3427), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [241641] = 13, + aux_sym_query_tuning_token5, + [230947] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3767), 1, - aux_sym_do_block_repeat1, - STATE(4469), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(6123), 1, - sym_body, - STATE(3717), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4908), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3428), 2, sym_comment, sym_include, - STATE(6133), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [241684] = 11, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [230995] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5332), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4910), 1, + anon_sym_RPAREN, + STATE(3374), 1, sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3718), 2, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3429), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [241723] = 15, + aux_sym_query_tuning_token5, + [231043] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1902), 1, - sym__block_terminator, - STATE(4017), 1, - sym_on_error_phrase, - STATE(4066), 1, - sym_on_quit_phrase, - STATE(4279), 1, - aux_sym_repeat_statement_repeat1, - STATE(4291), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6208), 1, - sym_body, - STATE(3719), 2, - sym_comment, - sym_include, - [241770] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5480), 1, - sym__terminator, - STATE(3920), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3720), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4912), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3430), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [241813] = 14, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [231091] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(847), 1, - sym__namedot, - ACTIONS(849), 1, - sym__namecolon, - ACTIONS(851), 1, - sym__namedoublecolon, - ACTIONS(4730), 1, - anon_sym_LPAREN, - STATE(891), 1, - sym_assignment_operator, - STATE(3645), 1, - sym_function_arguments, - STATE(4747), 1, - aux_sym_object_access_repeat1, - STATE(4870), 1, - aux_sym_qualified_name_repeat1, - STATE(4906), 1, - aux_sym_member_access_repeat1, - ACTIONS(853), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(3721), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4914), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3431), 2, sym_comment, sym_include, - [241858] = 11, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [231139] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5151), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4916), 1, + anon_sym_RPAREN, + STATE(3374), 1, sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3722), 2, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3432), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [241897] = 13, - ACTIONS(3), 1, + aux_sym_query_tuning_token5, + [231187] = 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(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, - sym_identifier, - ACTIONS(5482), 1, - sym__terminator, - STATE(3742), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3723), 2, + ACTIONS(4705), 1, + anon_sym_COLON, + ACTIONS(4707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(4709), 1, + aux_sym_property_type_token1, + ACTIONS(4711), 1, + aux_sym_method_tuning_token1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(4715), 1, + aux_sym_implements_token1, + ACTIONS(4717), 1, + aux_sym_use_widget_pool_token1, + STATE(3444), 1, + aux_sym_class_statement_repeat1, + STATE(4314), 1, + sym_class_tuning, + STATE(6198), 1, + sym_class_body, + STATE(3433), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [241940] = 13, - ACTIONS(3), 1, + STATE(4320), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [231239] = 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(5382), 1, - sym_identifier, - ACTIONS(5484), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3724), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4918), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3434), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [241983] = 15, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [231287] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, - aux_sym_on_error_phrase_token1, - STATE(4013), 1, - sym_on_error_phrase, - STATE(4092), 1, - sym_on_quit_phrase, - STATE(4314), 1, - sym_on_stop_phrase, - STATE(4317), 1, - aux_sym_repeat_statement_repeat1, - STATE(5006), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6283), 1, - sym_body, - STATE(3725), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4920), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3435), 2, sym_comment, sym_include, - [242030] = 11, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [231335] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5151), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4922), 1, + anon_sym_RPAREN, + STATE(3374), 1, sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3737), 1, - aux_sym_for_phrase_repeat1, - STATE(3726), 2, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3436), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [242069] = 11, + aux_sym_query_tuning_token5, + [231383] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5486), 1, - sym__terminator, - STATE(3776), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3727), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4924), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3437), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [242108] = 11, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [231431] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5488), 1, - sym__terminator, - STATE(3817), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3728), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4926), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3438), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [242147] = 5, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [231479] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3729), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4928), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3439), 2, sym_comment, sym_include, - ACTIONS(200), 11, - sym__terminator, - anon_sym_LPAREN, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 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, - [242174] = 6, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [231527] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(860), 1, - sym_accumulate_aggregate, - STATE(3730), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4930), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3440), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [242203] = 11, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [231575] = 17, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5492), 1, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4743), 1, + sym__namecolon, + ACTIONS(4768), 1, sym__terminator, - STATE(3777), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3731), 2, + ACTIONS(4770), 1, + aux_sym_function_call_token1, + ACTIONS(4884), 1, + anon_sym_LPAREN, + STATE(3599), 1, + aux_sym_run_statement_repeat1, + STATE(3901), 1, + sym_run_tuning, + STATE(3967), 1, + aux_sym_object_access_repeat1, + STATE(5619), 1, + sym_function_arguments, + STATE(3441), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [242242] = 13, - ACTIONS(3), 1, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [231631] = 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(5382), 1, - sym_identifier, - ACTIONS(5494), 1, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4743), 1, + sym__namecolon, + ACTIONS(4794), 1, sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3732), 2, + ACTIONS(4796), 1, + aux_sym_function_call_token1, + ACTIONS(4884), 1, + anon_sym_LPAREN, + STATE(3532), 1, + aux_sym_run_statement_repeat1, + STATE(3901), 1, + sym_run_tuning, + STATE(3967), 1, + aux_sym_object_access_repeat1, + STATE(5974), 1, + sym_function_arguments, + STATE(3442), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [242285] = 11, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [231687] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5137), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4932), 1, + anon_sym_RPAREN, + STATE(3374), 1, sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3847), 1, - aux_sym_for_phrase_repeat1, - STATE(3733), 2, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3443), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [242324] = 13, - ACTIONS(3), 1, + aux_sym_query_tuning_token5, + [231735] = 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(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5474), 1, - sym_identifier, - ACTIONS(5496), 1, - sym__terminator, - ACTIONS(5498), 1, - anon_sym_NO_DASHERROR, - STATE(3715), 1, - aux_sym_assign_statement_repeat1, - STATE(4705), 1, - sym_object_access, - STATE(5169), 1, - sym_assignment, - STATE(3734), 2, + ACTIONS(4705), 1, + anon_sym_COLON, + ACTIONS(4707), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(4709), 1, + aux_sym_property_type_token1, + ACTIONS(4711), 1, + aux_sym_method_tuning_token1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(4715), 1, + aux_sym_implements_token1, + ACTIONS(4717), 1, + aux_sym_use_widget_pool_token1, + STATE(3511), 1, + aux_sym_class_statement_repeat1, + STATE(4314), 1, + sym_class_tuning, + STATE(6225), 1, + sym_class_body, + STATE(3444), 2, sym_comment, sym_include, - STATE(5349), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [242367] = 11, + STATE(4320), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [231787] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5500), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4934), 1, + anon_sym_RPAREN, + STATE(3374), 1, sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3735), 2, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3445), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [242406] = 11, + aux_sym_query_tuning_token5, + [231835] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5500), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3799), 1, - aux_sym_for_phrase_repeat1, - STATE(3736), 2, + ACTIONS(4945), 1, + aux_sym_event_definition_token1, + ACTIONS(4942), 2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + STATE(3446), 3, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [242445] = 11, + aux_sym_event_definition_repeat1, + STATE(3733), 3, + sym_scope_tuning, + sym_access_tuning, + sym_property_type, + ACTIONS(4936), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(4939), 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, + [231875] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5297), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4947), 1, + anon_sym_RPAREN, + STATE(3374), 1, sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3737), 2, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3447), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [242484] = 11, + aux_sym_query_tuning_token5, + [231923] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5297), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4949), 1, + anon_sym_RPAREN, + STATE(3374), 1, sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3800), 1, - aux_sym_for_phrase_repeat1, - STATE(3738), 2, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3448), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [242523] = 13, - 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(5474), 1, - sym_identifier, - ACTIONS(5502), 1, - sym__terminator, - ACTIONS(5504), 1, - anon_sym_NO_DASHERROR, - STATE(3787), 1, - aux_sym_assign_statement_repeat1, - STATE(4705), 1, - sym_object_access, - STATE(5169), 1, - sym_assignment, - STATE(3739), 2, - sym_comment, - sym_include, - STATE(5349), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [242566] = 11, + aux_sym_query_tuning_token5, + [231971] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5506), 1, - sym__terminator, - STATE(3728), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3740), 2, - sym_comment, - sym_include, - ACTIONS(5466), 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, - [242605] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5508), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3741), 2, + ACTIONS(4719), 1, + aux_sym_temp_table_expression_token1, + STATE(3348), 1, + aux_sym_variable_definition_repeat1, + ACTIONS(3612), 2, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + STATE(3449), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [242648] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, + STATE(3563), 3, + sym_scope_tuning, + sym_access_tuning, + sym_serialization_tuning, + ACTIONS(3608), 4, aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, - sym_identifier, - ACTIONS(5510), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3742), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [242691] = 6, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [232013] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(835), 1, - sym_accumulate_aggregate, - STATE(3743), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4951), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3450), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [242720] = 6, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [232061] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(828), 1, - sym_accumulate_aggregate, - STATE(3744), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4953), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3451), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [242749] = 13, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [232109] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3951), 1, - aux_sym_do_block_repeat1, - STATE(4392), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5693), 1, - sym_body, - STATE(3745), 2, - sym_comment, - sym_include, - STATE(5694), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [242792] = 13, - 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(5474), 1, - sym_identifier, - ACTIONS(5512), 1, - sym__terminator, - ACTIONS(5514), 1, - anon_sym_NO_DASHERROR, - STATE(3779), 1, - aux_sym_assign_statement_repeat1, - STATE(4705), 1, - sym_object_access, - STATE(5169), 1, - sym_assignment, - STATE(3746), 2, + ACTIONS(4729), 1, + anon_sym_LPAREN, + ACTIONS(4743), 1, + sym__namecolon, + ACTIONS(4961), 1, + aux_sym__function_argument_with_mode_token4, + ACTIONS(4963), 1, + sym__namedot, + STATE(3472), 1, + aux_sym_qualified_name_repeat1, + STATE(3810), 1, + sym_function_arguments, + STATE(3989), 1, + aux_sym_object_access_repeat1, + STATE(4346), 1, + sym_type_tuning, + STATE(5627), 1, + sym_argument_pass_type, + ACTIONS(4955), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(4957), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(3452), 2, sym_comment, sym_include, - STATE(5349), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [242835] = 13, - ACTIONS(3), 1, + ACTIONS(4959), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + [232163] = 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(5382), 1, - sym_identifier, - ACTIONS(5516), 1, - sym__terminator, - STATE(3803), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3747), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4965), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3453), 2, sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [242878] = 6, + sym_include, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [232211] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(821), 1, - sym_accumulate_aggregate, - STATE(3748), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4967), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3454), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [242907] = 6, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [232259] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(815), 1, - sym_accumulate_aggregate, - STATE(3749), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4969), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3455), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [242936] = 6, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [232307] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(777), 1, - sym_accumulate_aggregate, - STATE(3750), 2, + ACTIONS(4971), 1, + aux_sym_event_definition_token1, + STATE(3446), 1, + aux_sym_event_definition_repeat1, + ACTIONS(3847), 2, + aux_sym_property_type_token1, + aux_sym_property_type_token2, + STATE(3456), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [242965] = 6, + STATE(3733), 3, + sym_scope_tuning, + sym_access_tuning, + sym_property_type, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [232349] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(781), 1, - sym_accumulate_aggregate, - STATE(3751), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4973), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3457), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [242994] = 6, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [232397] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(764), 1, - sym_accumulate_aggregate, - STATE(3752), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4975), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3458), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [243023] = 6, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [232445] = 12, 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(3753), 2, + ACTIONS(4977), 1, + anon_sym_RPAREN, + ACTIONS(4982), 1, + aux_sym_using_statement_token1, + ACTIONS(4985), 1, + aux_sym_where_clause_token1, + ACTIONS(4988), 1, + aux_sym_query_tuning_token6, + ACTIONS(4991), 1, + aux_sym_of_token1, + STATE(3374), 1, + sym_using, + STATE(3459), 3, sym_comment, sym_include, - ACTIONS(5490), 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, - [243052] = 6, + aux_sym_can_find_expression_repeat1, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(4979), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [232491] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(906), 1, - sym_accumulate_aggregate, - STATE(3754), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4994), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3460), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [243081] = 6, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [232539] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(734), 1, - sym_accumulate_aggregate, - STATE(3755), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4996), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3461), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [243110] = 11, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [232587] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5518), 1, - sym__terminator, - STATE(3417), 1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(4998), 1, + anon_sym_RPAREN, + STATE(3374), 1, sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3919), 1, - aux_sym_for_phrase_repeat1, - STATE(3756), 2, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3462), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [243149] = 6, + aux_sym_query_tuning_token5, + [232635] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(726), 1, - sym_accumulate_aggregate, - STATE(3757), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(5000), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3463), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [243178] = 6, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [232683] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(716), 1, - sym_accumulate_aggregate, - STATE(3758), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(5002), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3464), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [243207] = 6, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [232731] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(709), 1, - sym_accumulate_aggregate, - STATE(3759), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(5004), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3465), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [243236] = 6, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [232779] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(703), 1, - sym_accumulate_aggregate, - STATE(3760), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(5006), 1, + anon_sym_RPAREN, + STATE(3374), 1, + sym_using, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3466), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [243265] = 11, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [232827] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5520), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + ACTIONS(2468), 1, + aux_sym_where_clause_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(2472), 1, + aux_sym_of_token1, + ACTIONS(5008), 1, + anon_sym_RPAREN, + STATE(3374), 1, sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3761), 2, + STATE(3459), 1, + aux_sym_can_find_expression_repeat1, + STATE(3467), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(3921), 3, + sym_where_clause, + sym_query_tuning, + sym_of, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [243304] = 11, + aux_sym_query_tuning_token5, + [232875] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + STATE(3468), 2, + sym_comment, + sym_include, + ACTIONS(5010), 15, + 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, + aux_sym_event_definition_token1, + [232906] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5520), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5012), 1, sym__terminator, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3486), 1, sym_query_tuning, - STATE(3852), 1, + STATE(3569), 1, + sym__pre_tuning, + STATE(3783), 1, + sym_where_clause, + STATE(3789), 1, aux_sym_for_phrase_repeat1, - STATE(3762), 2, + STATE(3469), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [243343] = 11, + aux_sym_query_tuning_token5, + [232955] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5014), 1, + aux_sym_while_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3640), 1, + sym_while_phrase, + STATE(3648), 1, + aux_sym_do_block_repeat1, + STATE(4213), 1, + sym_stop_after_phrase, + STATE(4246), 1, + aux_sym_repeat_statement_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(6053), 1, + sym_body, + STATE(3470), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [233008] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5368), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5020), 1, sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3486), 1, sym_query_tuning, - STATE(3763), 2, + STATE(3541), 1, + sym__pre_tuning, + STATE(3745), 1, + aux_sym_for_phrase_repeat1, + STATE(3746), 1, + sym_where_clause, + STATE(3471), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [243382] = 13, - ACTIONS(3), 1, + aux_sym_query_tuning_token5, + [233057] = 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(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, - sym_identifier, - ACTIONS(5522), 1, - sym__terminator, - STATE(3804), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3764), 2, + ACTIONS(4963), 1, + sym__namedot, + STATE(3480), 1, + aux_sym_qualified_name_repeat1, + STATE(3472), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [243425] = 11, + ACTIONS(125), 13, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + anon_sym_LT, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [233092] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5368), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5022), 1, sym__terminator, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3486), 1, sym_query_tuning, - STATE(3853), 1, + STATE(3552), 1, + sym__pre_tuning, + STATE(3729), 1, + sym_where_clause, + STATE(3844), 1, aux_sym_for_phrase_repeat1, - STATE(3765), 2, + STATE(3473), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [243464] = 15, + aux_sym_query_tuning_token5, + [233141] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2230), 1, - sym__block_terminator, - STATE(3983), 1, + ACTIONS(5014), 1, + aux_sym_while_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3629), 1, + sym_while_phrase, + STATE(3630), 1, + aux_sym_do_block_repeat1, + STATE(4181), 1, + sym_stop_after_phrase, + STATE(4257), 1, + aux_sym_repeat_statement_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5803), 1, + sym_body, + STATE(3474), 2, + sym_comment, + sym_include, + STATE(4559), 4, sym_on_error_phrase, - STATE(4082), 1, + sym_on_stop_phrase, sym_on_quit_phrase, - STATE(4306), 1, + sym_on_endkey_phrase, + [233194] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4495), 1, + aux_sym_event_definition_token1, + STATE(3475), 2, + sym_comment, + sym_include, + ACTIONS(4493), 3, + aux_sym_serialization_tuning_token1, + aux_sym_serialization_tuning_token2, + aux_sym_property_definition_token1, + ACTIONS(4490), 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_property_type_token1, + aux_sym_property_type_token2, + [233229] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5014), 1, + aux_sym_while_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3618), 1, + sym_while_phrase, + STATE(3621), 1, + aux_sym_do_block_repeat1, + STATE(4139), 1, + sym_stop_after_phrase, + STATE(4235), 1, aux_sym_repeat_statement_repeat1, - STATE(4307), 1, + STATE(4843), 1, + sym_do_tuning, + STATE(5607), 1, + sym_body, + STATE(3476), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, sym_on_stop_phrase, - STATE(5534), 1, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [233282] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + ACTIONS(5026), 1, + aux_sym_while_phrase_token1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + STATE(1826), 1, + sym__block_terminator, + STATE(3686), 1, + sym_while_phrase, + STATE(3687), 1, + aux_sym_repeat_statement_repeat1, + STATE(4273), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, sym_repeat_tuning, - STATE(6356), 1, + STATE(5953), 1, sym_body, - STATE(3766), 2, + STATE(3477), 2, sym_comment, sym_include, - [243511] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [233335] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, + ACTIONS(5014), 1, + aux_sym_while_phrase_token1, + ACTIONS(5016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, + ACTIONS(5018), 1, aux_sym_do_tuning_token1, - STATE(4396), 1, + STATE(3627), 1, aux_sym_do_block_repeat1, - STATE(4428), 1, + STATE(3666), 1, + sym_while_phrase, + STATE(4184), 1, sym_stop_after_phrase, - STATE(5001), 1, + STATE(4234), 1, + aux_sym_repeat_statement_repeat1, + STATE(4843), 1, sym_do_tuning, - STATE(5741), 1, + STATE(5706), 1, sym_body, - STATE(3767), 2, + STATE(3478), 2, sym_comment, sym_include, - STATE(5791), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [243554] = 11, + sym_on_endkey_phrase, + [233388] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5026), 1, + aux_sym_while_phrase_token1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1936), 1, + sym__block_terminator, + STATE(3611), 1, + sym_while_phrase, + STATE(3612), 1, + aux_sym_repeat_statement_repeat1, + STATE(4342), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5508), 1, + sym_body, + STATE(3479), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [233441] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5034), 1, + sym__namedot, + STATE(3480), 3, + sym_comment, + sym_include, + aux_sym_qualified_name_repeat1, + ACTIONS(110), 13, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + anon_sym_LT, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [233474] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5042), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5045), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5048), 1, + aux_sym_variable_tuning_token8, + STATE(3690), 1, + sym_property_tuning, + ACTIONS(5039), 2, + aux_sym_variable_tuning_token1, + aux_sym_variable_tuning_token6, + STATE(3481), 3, + sym_comment, + sym_include, + aux_sym_property_definition_repeat2, + ACTIONS(5037), 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, + aux_sym_getter_token1, + aux_sym_setter_token1, + [233515] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5518), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5051), 1, sym__terminator, - STATE(3416), 1, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3548), 1, + sym__pre_tuning, + STATE(3760), 1, aux_sym_for_phrase_repeat1, - STATE(3417), 1, + STATE(3761), 1, + sym_where_clause, + STATE(3482), 2, + sym_comment, + sym_include, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [233564] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5053), 1, + sym__terminator, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3486), 1, sym_query_tuning, - STATE(3768), 2, + STATE(3584), 1, + sym__pre_tuning, + STATE(3819), 1, + aux_sym_for_phrase_repeat1, + STATE(3821), 1, + sym_where_clause, + STATE(3483), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [243593] = 6, + aux_sym_query_tuning_token5, + [233613] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(798), 1, - sym_accumulate_aggregate, - STATE(3769), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5014), 1, + aux_sym_while_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3711), 1, + aux_sym_do_block_repeat1, + STATE(3723), 1, + sym_while_phrase, + STATE(4166), 1, + aux_sym_repeat_statement_repeat1, + STATE(4199), 1, + sym_stop_after_phrase, + STATE(4843), 1, + sym_do_tuning, + STATE(6029), 1, + sym_body, + STATE(3484), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [243622] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [233666] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, + ACTIONS(5014), 1, + aux_sym_while_phrase_token1, + ACTIONS(5016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, + ACTIONS(5018), 1, aux_sym_do_tuning_token1, - STATE(4396), 1, + STATE(3683), 1, + sym_while_phrase, + STATE(3684), 1, aux_sym_do_block_repeat1, - STATE(4615), 1, + STATE(4147), 1, sym_stop_after_phrase, - STATE(5001), 1, + STATE(4153), 1, + aux_sym_repeat_statement_repeat1, + STATE(4843), 1, sym_do_tuning, - STATE(5834), 1, + STATE(5445), 1, sym_body, - STATE(3770), 2, + STATE(3485), 2, sym_comment, sym_include, - STATE(6171), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [243665] = 11, + sym_on_endkey_phrase, + [233719] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5524), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3771), 2, + STATE(3486), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(5055), 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, - [243704] = 11, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [233750] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5137), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5057), 1, sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3486), 1, sym_query_tuning, - STATE(3772), 2, + STATE(3575), 1, + sym__pre_tuning, + STATE(3787), 1, + sym_where_clause, + STATE(3788), 1, + aux_sym_for_phrase_repeat1, + STATE(3487), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [243743] = 11, + aux_sym_query_tuning_token5, + [233799] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5026), 1, + aux_sym_while_phrase_token1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(3603), 1, + sym_while_phrase, + STATE(3617), 1, + aux_sym_repeat_statement_repeat1, + STATE(4274), 1, + aux_sym_repeat_statement_repeat2, + STATE(4897), 1, + sym__block_terminator, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5464), 1, + sym_body, + STATE(3488), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [233852] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5026), 1, + aux_sym_while_phrase_token1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1973), 1, + sym__block_terminator, + STATE(3631), 1, + aux_sym_repeat_statement_repeat1, + STATE(3651), 1, + sym_while_phrase, + STATE(4289), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5837), 1, + sym_body, + STATE(3489), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [233905] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5295), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5061), 1, sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3486), 1, sym_query_tuning, - STATE(3773), 2, + STATE(3570), 1, + sym__pre_tuning, + STATE(3778), 1, + sym_where_clause, + STATE(3784), 1, + aux_sym_for_phrase_repeat1, + STATE(3490), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [243782] = 6, + aux_sym_query_tuning_token5, + [233954] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5809), 1, - sym_accumulate_aggregate, - STATE(3774), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5014), 1, + aux_sym_while_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3604), 1, + aux_sym_do_block_repeat1, + STATE(3665), 1, + sym_while_phrase, + STATE(4248), 1, + aux_sym_repeat_statement_repeat1, + STATE(4251), 1, + sym_stop_after_phrase, + STATE(4843), 1, + sym_do_tuning, + STATE(5898), 1, + sym_body, + STATE(3491), 2, sym_comment, sym_include, - ACTIONS(5526), 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, - [243811] = 13, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [234007] = 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, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, - sym_identifier, - ACTIONS(5528), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3775), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5014), 1, + aux_sym_while_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3718), 1, + aux_sym_do_block_repeat1, + STATE(3720), 1, + sym_while_phrase, + STATE(4198), 1, + aux_sym_repeat_statement_repeat1, + STATE(4242), 1, + sym_stop_after_phrase, + STATE(4843), 1, + sym_do_tuning, + STATE(5499), 1, + sym_body, + STATE(3492), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [243854] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [234060] = 16, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5026), 1, + aux_sym_while_phrase_token1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2459), 1, + sym__block_terminator, + STATE(3695), 1, + sym_while_phrase, + STATE(3726), 1, + aux_sym_repeat_statement_repeat1, + STATE(4272), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5795), 1, + sym_body, + STATE(3493), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [234113] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5530), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5065), 1, sym__terminator, - STATE(3817), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3776), 2, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3593), 1, + sym__pre_tuning, + STATE(3807), 1, + aux_sym_for_phrase_repeat1, + STATE(3808), 1, + sym_where_clause, + STATE(3494), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [243893] = 11, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [234162] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5532), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5067), 1, sym__terminator, - STATE(3817), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3777), 2, + STATE(3374), 1, + sym_using, + STATE(3486), 1, + sym_query_tuning, + STATE(3533), 1, + sym__pre_tuning, + STATE(3779), 1, + aux_sym_for_phrase_repeat1, + STATE(3780), 1, + sym_where_clause, + STATE(3495), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [243932] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [234211] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(696), 1, - sym_accumulate_aggregate, - STATE(3778), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + ACTIONS(5026), 1, + aux_sym_while_phrase_token1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + STATE(1851), 1, + sym__block_terminator, + STATE(3706), 1, + sym_while_phrase, + STATE(3707), 1, + aux_sym_repeat_statement_repeat1, + STATE(4337), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5982), 1, + sym_body, + STATE(3496), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [243961] = 13, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [234264] = 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(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5474), 1, - sym_identifier, - ACTIONS(5534), 1, - sym__terminator, - ACTIONS(5536), 1, - anon_sym_NO_DASHERROR, - STATE(3787), 1, - aux_sym_assign_statement_repeat1, - STATE(4705), 1, - sym_object_access, - STATE(5169), 1, - sym_assignment, - STATE(3779), 2, + STATE(3775), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(5069), 3, + aux_sym_dataset_expression_token1, + aux_sym_buffer_definition_token1, + aux_sym_query_definition_token1, + STATE(3497), 3, sym_comment, sym_include, - STATE(5349), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [244004] = 13, - ACTIONS(3), 1, + aux_sym_buffer_definition_repeat1, + ACTIONS(5071), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(5074), 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, + [234301] = 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, - ACTIONS(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, - sym_identifier, - ACTIONS(5538), 1, - sym__terminator, - STATE(3861), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3780), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5014), 1, + aux_sym_while_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3660), 1, + aux_sym_do_block_repeat1, + STATE(3709), 1, + sym_while_phrase, + STATE(4226), 1, + sym_stop_after_phrase, + STATE(4227), 1, + aux_sym_repeat_statement_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5922), 1, + sym_body, + STATE(3498), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [244047] = 13, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [234354] = 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(5382), 1, - sym_identifier, - ACTIONS(5540), 1, - sym__terminator, - STATE(3862), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3781), 2, + ACTIONS(5077), 1, + aux_sym_dataset_expression_token1, + ACTIONS(5079), 1, + aux_sym_buffer_definition_token1, + ACTIONS(5081), 1, + aux_sym_query_definition_token1, + STATE(3497), 1, + aux_sym_buffer_definition_repeat1, + STATE(3499), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [244090] = 5, + STATE(3775), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [234397] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3782), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5026), 1, + aux_sym_while_phrase_token1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(3605), 1, + aux_sym_repeat_statement_repeat1, + STATE(3606), 1, + sym_while_phrase, + STATE(4287), 1, + aux_sym_repeat_statement_repeat2, + STATE(4935), 1, + sym__block_terminator, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5832), 1, + sym_body, + STATE(3500), 2, sym_comment, sym_include, - ACTIONS(5542), 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, - [244117] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [234450] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5295), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5083), 1, sym__terminator, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3486), 1, sym_query_tuning, - STATE(3880), 1, + STATE(3551), 1, + sym__pre_tuning, + STATE(3763), 1, + sym_where_clause, + STATE(3764), 1, aux_sym_for_phrase_repeat1, - STATE(3783), 2, + STATE(3501), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [244156] = 13, + aux_sym_query_tuning_token5, + [234499] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, + ACTIONS(5014), 1, + aux_sym_while_phrase_token1, + ACTIONS(5016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, + ACTIONS(5018), 1, aux_sym_do_tuning_token1, - STATE(3897), 1, + STATE(3609), 1, aux_sym_do_block_repeat1, - STATE(4455), 1, + STATE(3716), 1, + sym_while_phrase, + STATE(4152), 1, sym_stop_after_phrase, - STATE(5001), 1, + STATE(4159), 1, + aux_sym_repeat_statement_repeat1, + STATE(4843), 1, sym_do_tuning, - STATE(6048), 1, + STATE(5676), 1, sym_body, - STATE(3784), 2, + STATE(3502), 2, sym_comment, sym_include, - STATE(5933), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [244199] = 9, + sym_on_endkey_phrase, + [234552] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4518), 1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5026), 1, + aux_sym_while_phrase_token1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2461), 1, + sym__block_terminator, + STATE(3646), 1, + aux_sym_repeat_statement_repeat1, + STATE(3715), 1, + sym_while_phrase, + STATE(4332), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5739), 1, + sym_body, + STATE(3503), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [234605] = 16, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(819), 1, + anon_sym_EQ, + ACTIONS(847), 1, sym__namedot, - ACTIONS(5143), 1, - anon_sym_LT, - STATE(3295), 1, + ACTIONS(849), 1, + sym__namecolon, + ACTIONS(851), 1, + sym__namedoublecolon, + ACTIONS(853), 1, + sym__augmented_assignment, + ACTIONS(5089), 1, + anon_sym_LPAREN, + STATE(467), 1, + sym_assignment_operator, + STATE(3810), 1, + sym_function_arguments, + STATE(4553), 1, + aux_sym_object_access_repeat1, + STATE(4736), 1, aux_sym_qualified_name_repeat1, - STATE(3640), 1, - sym_generic_expression, - STATE(3785), 2, + STATE(4737), 1, + aux_sym_member_access_repeat1, + STATE(3504), 2, sym_comment, sym_include, - ACTIONS(3823), 7, + ACTIONS(5087), 4, + sym_identifier, + sym__terminator, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_variable_tuning_token7, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [244234] = 15, + aux_sym_scope_tuning_token1, + [234658] = 11, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5091), 1, + aux_sym_dataset_expression_token1, + ACTIONS(5093), 1, + aux_sym_buffer_definition_token1, + ACTIONS(5095), 1, + aux_sym_query_definition_token1, + STATE(3497), 1, + aux_sym_buffer_definition_repeat1, + STATE(3505), 2, + sym_comment, + sym_include, + STATE(3775), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [234701] = 11, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5097), 1, + aux_sym_dataset_expression_token1, + ACTIONS(5099), 1, + aux_sym_buffer_definition_token1, + ACTIONS(5101), 1, + aux_sym_query_definition_token1, + STATE(3497), 1, + aux_sym_buffer_definition_repeat1, + STATE(3506), 2, + sym_comment, + sym_include, + STATE(3775), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [234744] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, + ACTIONS(5026), 1, + aux_sym_while_phrase_token1, + ACTIONS(5028), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, + ACTIONS(5030), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5263), 1, + ACTIONS(5085), 1, aux_sym__block_terminator_token1, - STATE(1870), 1, + STATE(2027), 1, sym__block_terminator, - STATE(3987), 1, - sym_on_error_phrase, - STATE(4109), 1, - sym_on_quit_phrase, - STATE(4200), 1, - sym_on_stop_phrase, - STATE(4202), 1, + STATE(3705), 1, + sym_while_phrase, + STATE(3721), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, + STATE(4313), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, sym_repeat_tuning, - STATE(6137), 1, + STATE(5666), 1, sym_body, - STATE(3786), 2, + STATE(3507), 2, sym_comment, sym_include, - [244281] = 11, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [234797] = 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(5544), 1, - sym_identifier, - ACTIONS(5549), 1, - aux_sym_scope_tuning_token1, - STATE(4705), 1, - sym_object_access, - STATE(5169), 1, - sym_assignment, - ACTIONS(5547), 2, - sym__terminator, - anon_sym_NO_DASHERROR, - STATE(5349), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - STATE(3787), 3, + ACTIONS(5103), 1, + aux_sym_dataset_expression_token1, + ACTIONS(5105), 1, + aux_sym_buffer_definition_token1, + ACTIONS(5107), 1, + aux_sym_query_definition_token1, + STATE(3497), 1, + aux_sym_buffer_definition_repeat1, + STATE(3508), 2, sym_comment, sym_include, - aux_sym_assign_statement_repeat1, - [244320] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, + STATE(3775), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3608), 4, aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, - sym_identifier, - ACTIONS(5552), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3788), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [244363] = 11, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [234840] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5554), 1, - sym__terminator, - STATE(3829), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3789), 2, + ACTIONS(5109), 1, + aux_sym_dataset_expression_token1, + ACTIONS(5111), 1, + aux_sym_buffer_definition_token1, + ACTIONS(5113), 1, + aux_sym_query_definition_token1, + STATE(3497), 1, + aux_sym_buffer_definition_repeat1, + STATE(3509), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [244402] = 13, + STATE(3775), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [234883] = 16, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(5026), 1, + aux_sym_while_phrase_token1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(4396), 1, - aux_sym_do_block_repeat1, - STATE(4444), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5782), 1, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2144), 1, + sym__block_terminator, + STATE(3708), 1, + aux_sym_repeat_statement_repeat1, + STATE(3710), 1, + sym_while_phrase, + STATE(4317), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(6003), 1, sym_body, - STATE(3790), 2, + STATE(3510), 2, sym_comment, sym_include, - STATE(5784), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [244445] = 6, + sym_on_endkey_phrase, + [234936] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(688), 1, - sym_accumulate_aggregate, - STATE(3791), 2, + ACTIONS(5115), 1, + anon_sym_COLON, + ACTIONS(5117), 1, + aux_sym_serialization_tuning_token1, + ACTIONS(5120), 1, + aux_sym_property_type_token1, + ACTIONS(5123), 1, + aux_sym_method_tuning_token1, + ACTIONS(5126), 1, + aux_sym_inherits_token1, + ACTIONS(5129), 1, + aux_sym_implements_token1, + ACTIONS(5132), 1, + aux_sym_use_widget_pool_token1, + STATE(4314), 1, + sym_class_tuning, + STATE(3511), 3, sym_comment, sym_include, - ACTIONS(5490), 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, - [244474] = 13, + aux_sym_class_statement_repeat1, + STATE(4320), 6, + sym_inherits, + sym_implements, + sym_use_widget_pool, + sym_abstract, + sym_final, + sym_serializable, + [234983] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3821), 1, - aux_sym_do_block_repeat1, - STATE(4603), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5808), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4078), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(5074), 1, + aux_sym_for_statement_repeat1, + STATE(5529), 1, sym_body, - STATE(3792), 2, + STATE(3512), 2, sym_comment, sym_include, - STATE(6295), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [244517] = 13, + sym_on_endkey_phrase, + [235033] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(4396), 1, - aux_sym_do_block_repeat1, - STATE(4603), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5808), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4032), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(5091), 1, + aux_sym_for_statement_repeat1, + STATE(5948), 1, sym_body, - STATE(3793), 2, + STATE(3513), 2, sym_comment, sym_include, - STATE(6295), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [244560] = 11, + sym_on_endkey_phrase, + [235083] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5159), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3889), 1, - aux_sym_for_phrase_repeat1, - STATE(3794), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4060), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4958), 1, + aux_sym_for_statement_repeat1, + STATE(5574), 1, + sym_body, + STATE(3514), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [244599] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [235133] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5123), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5067), 1, sym__terminator, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3979), 1, + STATE(3779), 1, aux_sym_for_phrase_repeat1, - STATE(3795), 2, + STATE(3780), 1, + sym_where_clause, + STATE(3515), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [244638] = 15, + aux_sym_query_tuning_token5, + [235179] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, + ACTIONS(5141), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3854), 2, + sym_scope_tuning, + sym_access_tuning, + STATE(3516), 3, + sym_comment, + sym_include, + aux_sym_workfile_definition_repeat1, + ACTIONS(5135), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(5138), 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, + [235215] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4727), 1, + sym__terminator, + ACTIONS(4731), 1, + aux_sym_function_call_token1, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2304), 1, - sym__block_terminator, - STATE(4043), 1, - sym_on_error_phrase, - STATE(4076), 1, - sym_on_quit_phrase, - STATE(4274), 1, - aux_sym_repeat_statement_repeat1, - STATE(4301), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5744), 1, - sym_body, - STATE(3796), 2, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4884), 1, + anon_sym_LPAREN, + STATE(3561), 1, + aux_sym_run_statement_repeat1, + STATE(3901), 1, + sym_run_tuning, + STATE(5997), 1, + sym_function_arguments, + STATE(3517), 2, sym_comment, sym_include, - [244685] = 5, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [235265] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3797), 2, + ACTIONS(5143), 1, + anon_sym_LT, + STATE(3766), 1, + sym_generic_expression, + STATE(3518), 2, sym_comment, sym_include, - ACTIONS(132), 11, - sym__namecolon, + ACTIONS(3890), 12, anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, + anon_sym_GT, + aux_sym_variable_tuning_token7, aux_sym_argument_pass_type_token1, aux_sym_argument_pass_type_token2, aux_sym_argument_pass_type_token3, aux_sym__function_argument_with_mode_token4, - [244712] = 13, + [235299] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(4396), 1, - aux_sym_do_block_repeat1, - STATE(4443), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5833), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4020), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4981), 1, + aux_sym_for_statement_repeat1, + STATE(5792), 1, sym_body, - STATE(3798), 2, + STATE(3519), 2, sym_comment, sym_include, - STATE(5872), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [244755] = 11, + sym_on_endkey_phrase, + [235349] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5556), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3799), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4023), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4693), 1, + aux_sym_for_statement_repeat1, + STATE(5525), 1, + sym_body, + STATE(3520), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [244794] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [235399] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5558), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3800), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4092), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4945), 1, + aux_sym_for_statement_repeat1, + STATE(5766), 1, + sym_body, + STATE(3521), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [244833] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [235449] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5558), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3809), 1, - aux_sym_for_phrase_repeat1, - STATE(3801), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4011), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(5059), 1, + aux_sym_for_statement_repeat1, + STATE(5467), 1, + sym_body, + STATE(3522), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [235499] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4794), 1, + sym__terminator, + ACTIONS(4796), 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, - [244872] = 6, + ACTIONS(4884), 1, + anon_sym_LPAREN, + STATE(3532), 1, + aux_sym_run_statement_repeat1, + STATE(3901), 1, + sym_run_tuning, + STATE(5974), 1, + sym_function_arguments, + STATE(3523), 2, + sym_comment, + sym_include, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [235549] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(679), 1, - sym_accumulate_aggregate, - STATE(3802), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4005), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(5022), 1, + aux_sym_for_statement_repeat1, + STATE(5652), 1, + sym_body, + STATE(3524), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [244901] = 13, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [235599] = 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(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, - sym_identifier, - ACTIONS(5560), 1, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4884), 1, + anon_sym_LPAREN, + ACTIONS(5145), 1, sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3803), 2, + ACTIONS(5147), 1, + aux_sym_function_call_token1, + STATE(3719), 1, + aux_sym_run_statement_repeat1, + STATE(3901), 1, + sym_run_tuning, + STATE(5475), 1, + sym_function_arguments, + STATE(3525), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [244944] = 13, - ACTIONS(3), 1, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [235649] = 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, + STATE(3526), 2, + sym_comment, + sym_include, + ACTIONS(4493), 14, aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, - sym_identifier, - ACTIONS(5562), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3804), 2, + 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, + [235679] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4012), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4985), 1, + aux_sym_for_statement_repeat1, + STATE(5820), 1, + sym_body, + STATE(3527), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [235729] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4065), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4987), 1, + aux_sym_for_statement_repeat1, + STATE(5829), 1, + sym_body, + STATE(3528), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [244987] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [235779] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5564), 1, - sym__terminator, - STATE(3817), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3805), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4047), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4944), 1, + aux_sym_for_statement_repeat1, + STATE(5909), 1, + sym_body, + STATE(3529), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [245026] = 13, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [235829] = 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(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, - sym_identifier, - ACTIONS(5566), 1, - sym__terminator, - STATE(3816), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3806), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4033), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(5023), 1, + aux_sym_for_statement_repeat1, + STATE(5663), 1, + sym_body, + STATE(3530), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [245069] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [235879] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5123), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5020), 1, sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3807), 2, + STATE(3745), 1, + aux_sym_for_phrase_repeat1, + STATE(3746), 1, + sym_where_clause, + STATE(3531), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [245108] = 11, + aux_sym_query_tuning_token5, + [235925] = 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(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4884), 1, + anon_sym_LPAREN, + ACTIONS(5149), 1, + sym__terminator, + ACTIONS(5151), 1, + aux_sym_function_call_token1, + STATE(3719), 1, + aux_sym_run_statement_repeat1, + STATE(3901), 1, + sym_run_tuning, + STATE(5793), 1, + sym_function_arguments, + STATE(3532), 2, + sym_comment, + sym_include, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [235975] = 13, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5159), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5153), 1, sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3808), 2, + STATE(3842), 1, + aux_sym_for_phrase_repeat1, + STATE(3843), 1, + sym_where_clause, + STATE(3533), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [245147] = 11, + aux_sym_query_tuning_token5, + [236021] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5568), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5022), 1, sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3809), 2, + STATE(3729), 1, + sym_where_clause, + STATE(3844), 1, + aux_sym_for_phrase_repeat1, + STATE(3534), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [245186] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5570), 1, - sym__terminator, - STATE(3904), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3810), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [245229] = 15, + aux_sym_query_tuning_token5, + [236067] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2189), 1, - sym__block_terminator, - STATE(4021), 1, - sym_on_error_phrase, - STATE(4067), 1, - sym_on_quit_phrase, - STATE(4285), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4038), 1, aux_sym_repeat_statement_repeat1, - STATE(4286), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5837), 1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4942), 1, + aux_sym_for_statement_repeat1, + STATE(6019), 1, sym_body, - STATE(3811), 2, - sym_comment, - sym_include, - [245276] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5572), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3812), 2, + STATE(3535), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [245319] = 15, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [236117] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1549), 1, - sym__block_terminator, - STATE(4006), 1, - sym_on_error_phrase, - STATE(4075), 1, - sym_on_quit_phrase, - STATE(4283), 1, - sym_on_stop_phrase, - STATE(4284), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4017), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5927), 1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4939), 1, + aux_sym_for_statement_repeat1, + STATE(5970), 1, sym_body, - STATE(3813), 2, + STATE(3536), 2, sym_comment, sym_include, - [245366] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [236167] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5574), 1, - sym__terminator, - STATE(3817), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3814), 2, - sym_comment, - sym_include, - ACTIONS(5466), 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, - [245405] = 13, - 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(5474), 1, - sym_identifier, - ACTIONS(5576), 1, - sym__terminator, - ACTIONS(5578), 1, - anon_sym_NO_DASHERROR, - STATE(3787), 1, - aux_sym_assign_statement_repeat1, - STATE(4705), 1, - sym_object_access, - STATE(5169), 1, - sym_assignment, - STATE(3815), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4086), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4934), 1, + aux_sym_for_statement_repeat1, + STATE(5916), 1, + sym_body, + STATE(3537), 2, sym_comment, sym_include, - STATE(5349), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [245448] = 13, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [236217] = 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(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, - sym_identifier, - ACTIONS(5580), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3816), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4059), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4933), 1, + aux_sym_for_statement_repeat1, + STATE(5912), 1, + sym_body, + STATE(3538), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [245491] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [236267] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5582), 1, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4764), 1, sym__terminator, - ACTIONS(5587), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5590), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5593), 1, - aux_sym_variable_tuning_token8, - STATE(4058), 1, - sym_variable_tuning, - STATE(3817), 3, + ACTIONS(4766), 1, + aux_sym_function_call_token1, + ACTIONS(4884), 1, + anon_sym_LPAREN, + STATE(3525), 1, + aux_sym_run_statement_repeat1, + STATE(3901), 1, + sym_run_tuning, + STATE(5962), 1, + sym_function_arguments, + STATE(3539), 2, sym_comment, sym_include, - aux_sym_variable_definition_repeat2, - ACTIONS(5584), 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, - [245528] = 6, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [236317] = 15, 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(3818), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4085), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4989), 1, + aux_sym_for_statement_repeat1, + STATE(5923), 1, + sym_body, + STATE(3540), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [245557] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [236367] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5131), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5155), 1, sym__terminator, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3881), 1, + STATE(3758), 1, aux_sym_for_phrase_repeat1, - STATE(3819), 2, + STATE(3759), 1, + sym_where_clause, + STATE(3541), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [245596] = 15, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2093), 1, - sym__block_terminator, - STATE(4030), 1, - sym_on_error_phrase, - STATE(4047), 1, - sym_on_quit_phrase, - STATE(4250), 1, - sym_on_stop_phrase, - STATE(4258), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5961), 1, - sym_body, - STATE(3820), 2, - sym_comment, - sym_include, - [245643] = 13, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(4396), 1, - aux_sym_do_block_repeat1, - STATE(4558), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5880), 1, - sym_body, - STATE(3821), 2, - sym_comment, - sym_include, - STATE(6325), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [245686] = 11, + aux_sym_query_tuning_token5, + [236413] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5131), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5051), 1, sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3822), 2, + STATE(3760), 1, + aux_sym_for_phrase_repeat1, + STATE(3761), 1, + sym_where_clause, + STATE(3542), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [245725] = 11, + aux_sym_query_tuning_token5, + [236459] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5596), 1, - sym__terminator, - STATE(3817), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3823), 2, + STATE(3516), 1, + aux_sym_workfile_definition_repeat1, + ACTIONS(5157), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3543), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [245764] = 11, + STATE(3854), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [236497] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5598), 1, - sym__terminator, - STATE(3924), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3824), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4034), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4929), 1, + aux_sym_for_statement_repeat1, + STATE(5848), 1, + sym_body, + STATE(3544), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [245803] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [236547] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5600), 1, - sym__terminator, - STATE(3817), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3825), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4013), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(5034), 1, + aux_sym_for_statement_repeat1, + STATE(5575), 1, + sym_body, + STATE(3545), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [245842] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [236597] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(660), 1, - sym_accumulate_aggregate, - STATE(3826), 2, + STATE(3516), 1, + aux_sym_workfile_definition_repeat1, + ACTIONS(5159), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3546), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [245871] = 13, - ACTIONS(3), 1, + STATE(3854), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [236635] = 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(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, - sym_identifier, - ACTIONS(5602), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3827), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4000), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4926), 1, + aux_sym_for_statement_repeat1, + STATE(5808), 1, + sym_body, + STATE(3547), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [245914] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [236685] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5121), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5161), 1, sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3828), 2, + STATE(3770), 1, + aux_sym_for_phrase_repeat1, + STATE(3771), 1, + sym_where_clause, + STATE(3548), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [245953] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5604), 1, - sym__terminator, - STATE(3817), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3829), 2, - sym_comment, - sym_include, - ACTIONS(5466), 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, - [245992] = 13, + aux_sym_query_tuning_token5, + [236731] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3878), 1, - aux_sym_do_block_repeat1, - STATE(4558), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5880), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4028), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4923), 1, + aux_sym_for_statement_repeat1, + STATE(5719), 1, sym_body, - STATE(3830), 2, + STATE(3549), 2, sym_comment, sym_include, - STATE(6325), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [246035] = 11, + sym_on_endkey_phrase, + [236781] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5121), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5061), 1, sym__terminator, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3718), 1, + STATE(3778), 1, + sym_where_clause, + STATE(3784), 1, aux_sym_for_phrase_repeat1, - STATE(3831), 2, + STATE(3550), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [246074] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5606), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3832), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [246117] = 13, + aux_sym_query_tuning_token5, + [236827] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(4396), 1, - aux_sym_do_block_repeat1, - STATE(4448), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5913), 1, - sym_body, - STATE(3833), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5163), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3752), 1, + sym_where_clause, + STATE(3754), 1, + aux_sym_for_phrase_repeat1, + STATE(3551), 2, sym_comment, sym_include, - STATE(5908), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [246160] = 13, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [236873] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3854), 1, - aux_sym_do_block_repeat1, - STATE(4448), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5913), 1, - sym_body, - STATE(3834), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5165), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3835), 1, + sym_where_clause, + STATE(3836), 1, + aux_sym_for_phrase_repeat1, + STATE(3552), 2, sym_comment, sym_include, - STATE(5908), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [246203] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [236919] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(650), 1, - sym_accumulate_aggregate, - STATE(3835), 2, + STATE(3516), 1, + aux_sym_workfile_definition_repeat1, + ACTIONS(5167), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3553), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [246232] = 13, + STATE(3854), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [236957] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3770), 1, - aux_sym_do_block_repeat1, - STATE(4596), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5931), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4087), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4990), 1, + aux_sym_for_statement_repeat1, + STATE(5941), 1, sym_body, - STATE(3836), 2, + STATE(3554), 2, sym_comment, sym_include, - STATE(6145), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [246275] = 14, + sym_on_endkey_phrase, + [237007] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(847), 1, - sym__namedot, - ACTIONS(849), 1, - sym__namecolon, - ACTIONS(851), 1, - sym__namedoublecolon, - ACTIONS(4730), 1, - anon_sym_LPAREN, - STATE(842), 1, - sym_assignment_operator, - STATE(3645), 1, - sym_function_arguments, - STATE(4747), 1, - aux_sym_object_access_repeat1, - STATE(4870), 1, - aux_sym_qualified_name_repeat1, - STATE(4906), 1, - aux_sym_member_access_repeat1, - ACTIONS(853), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(3837), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4024), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4889), 1, + aux_sym_for_statement_repeat1, + STATE(5664), 1, + sym_body, + STATE(3555), 2, sym_comment, sym_include, - [246320] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [237057] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(596), 1, - sym_accumulate_aggregate, - STATE(3838), 2, + STATE(3556), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [246349] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5610), 1, - aux_sym_variable_tuning_token7, - STATE(4145), 1, - sym_type_tuning, - STATE(4146), 1, - aux_sym_function_parameter_repeat1, - STATE(4420), 1, - sym_function_parameter_tuning, - ACTIONS(4867), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5608), 2, + ACTIONS(110), 14, + sym__namedot, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_RPAREN, - STATE(3839), 2, - sym_comment, - sym_include, - ACTIONS(5612), 3, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + anon_sym_LT, aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, aux_sym_argument_pass_type_token3, aux_sym__function_argument_with_mode_token4, - [246388] = 11, + [237087] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5614), 1, - sym__terminator, - STATE(3825), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3840), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4045), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4992), 1, + aux_sym_for_statement_repeat1, + STATE(5958), 1, + sym_body, + STATE(3557), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [246427] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [237137] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(4396), 1, - aux_sym_do_block_repeat1, - STATE(4472), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(6355), 1, - sym_body, - STATE(3841), 2, + STATE(3516), 1, + aux_sym_workfile_definition_repeat1, + ACTIONS(5169), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3558), 2, sym_comment, sym_include, - STATE(6136), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [246470] = 11, + STATE(3854), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [237175] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5616), 1, - sym__terminator, - STATE(3817), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3842), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4027), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4805), 1, + aux_sym_for_statement_repeat1, + STATE(5761), 1, + sym_body, + STATE(3559), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [246509] = 15, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [237225] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(3988), 1, - sym_on_error_phrase, - STATE(4094), 1, - sym_on_quit_phrase, - STATE(4332), 1, - sym_on_stop_phrase, - STATE(4337), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4037), 1, aux_sym_repeat_statement_repeat1, - STATE(5209), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6240), 1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4877), 1, + aux_sym_for_statement_repeat1, + STATE(5450), 1, sym_body, - STATE(3843), 2, + STATE(3560), 2, sym_comment, sym_include, - [246556] = 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [237275] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3844), 2, - sym_comment, - sym_include, - ACTIONS(5618), 11, - sym__terminator, - anon_sym_LPAREN, - aux_sym_function_call_token1, + ACTIONS(4733), 1, aux_sym_setter_token1, + ACTIONS(4735), 1, aux_sym_on_error_phrase_token1, + ACTIONS(4737), 1, aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4884), 1, + anon_sym_LPAREN, + ACTIONS(5171), 1, + sym__terminator, + ACTIONS(5173), 1, + aux_sym_function_call_token1, + STATE(3719), 1, + aux_sym_run_statement_repeat1, + STATE(3901), 1, + sym_run_tuning, + STATE(5576), 1, + sym_function_arguments, + STATE(3561), 2, + sym_comment, + sym_include, + ACTIONS(4739), 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, - [246583] = 11, + [237325] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5610), 1, - aux_sym_variable_tuning_token7, - STATE(4157), 1, - sym_type_tuning, - STATE(4158), 1, - aux_sym_function_parameter_repeat1, - STATE(4420), 1, - sym_function_parameter_tuning, - ACTIONS(4867), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5620), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, anon_sym_COMMA, - anon_sym_RPAREN, - STATE(3845), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4043), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4873), 1, + aux_sym_for_statement_repeat1, + STATE(5651), 1, + sym_body, + STATE(3562), 2, sym_comment, sym_include, - ACTIONS(5612), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [246622] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [237375] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5622), 1, - sym__terminator, - STATE(3926), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3846), 2, + ACTIONS(4486), 1, + aux_sym_variable_definition_token4, + STATE(3563), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [246661] = 11, + ACTIONS(4468), 13, + 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, + [237407] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5217), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5012), 1, sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3847), 2, + STATE(3783), 1, + sym_where_clause, + STATE(3789), 1, + aux_sym_for_phrase_repeat1, + STATE(3564), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [246700] = 11, + aux_sym_query_tuning_token5, + [237453] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5624), 1, - sym__terminator, - STATE(3713), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3848), 2, + STATE(3516), 1, + aux_sym_workfile_definition_repeat1, + ACTIONS(5175), 2, + aux_sym_workfile_definition_token1, + aux_sym_workfile_definition_token2, + STATE(3565), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [246739] = 6, + STATE(3854), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [237491] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(645), 1, - sym_accumulate_aggregate, - STATE(3849), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4052), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4869), 1, + aux_sym_for_statement_repeat1, + STATE(5806), 1, + sym_body, + STATE(3566), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [246768] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [237541] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5217), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3761), 1, - aux_sym_for_phrase_repeat1, - STATE(3850), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4009), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4674), 1, + aux_sym_for_statement_repeat1, + STATE(5497), 1, + sym_body, + STATE(3567), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [246807] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [237591] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(4396), 1, - aux_sym_do_block_repeat1, - STATE(4596), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5931), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4053), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4866), 1, + aux_sym_for_statement_repeat1, + STATE(6005), 1, sym_body, - STATE(3851), 2, + STATE(3568), 2, sym_comment, sym_include, - STATE(6145), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [246850] = 11, + sym_on_endkey_phrase, + [237641] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5626), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5177), 1, sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3852), 2, + STATE(3815), 1, + aux_sym_for_phrase_repeat1, + STATE(3818), 1, + sym_where_clause, + STATE(3569), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [246889] = 11, + aux_sym_query_tuning_token5, + [237687] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5628), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5179), 1, sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3853), 2, + STATE(3791), 1, + sym_where_clause, + STATE(3792), 1, + aux_sym_for_phrase_repeat1, + STATE(3570), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [246928] = 13, + aux_sym_query_tuning_token5, + [237733] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(4396), 1, - aux_sym_do_block_repeat1, - STATE(4455), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(6048), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4061), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4862), 1, + aux_sym_for_statement_repeat1, + STATE(5942), 1, sym_body, - STATE(3854), 2, + STATE(3571), 2, sym_comment, sym_include, - STATE(5933), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [246971] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5630), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3855), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [247014] = 11, + sym_on_endkey_phrase, + [237783] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5628), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5083), 1, sym__terminator, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3955), 1, + STATE(3763), 1, + sym_where_clause, + STATE(3764), 1, aux_sym_for_phrase_repeat1, - STATE(3856), 2, + STATE(3572), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [247053] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5632), 1, - sym__terminator, - STATE(3732), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3857), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [247096] = 6, + aux_sym_query_tuning_token5, + [237829] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(637), 1, - sym_accumulate_aggregate, - STATE(3858), 2, - sym_comment, - sym_include, - ACTIONS(5490), 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, - [247125] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5634), 1, - sym__terminator, - STATE(3741), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3859), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4068), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4860), 1, + aux_sym_for_statement_repeat1, + STATE(5914), 1, + sym_body, + STATE(3573), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [247168] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [237879] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5486), 1, - sym_accumulate_aggregate, - STATE(3860), 2, - sym_comment, - sym_include, - ACTIONS(5526), 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, - [247197] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5636), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3861), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [247240] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5638), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3862), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [247283] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5640), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3863), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [247326] = 13, - 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(5474), 1, - sym_identifier, - ACTIONS(5642), 1, - sym__terminator, - ACTIONS(5644), 1, - anon_sym_NO_DASHERROR, - STATE(3739), 1, - aux_sym_assign_statement_repeat1, - STATE(4705), 1, - sym_object_access, - STATE(5169), 1, - sym_assignment, - STATE(3864), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4056), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(5101), 1, + aux_sym_for_statement_repeat1, + STATE(5728), 1, + sym_body, + STATE(3574), 2, sym_comment, sym_include, - STATE(5349), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [247369] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [237929] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5646), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5181), 1, sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3865), 2, + STATE(3765), 1, + sym_where_clause, + STATE(3767), 1, + aux_sym_for_phrase_repeat1, + STATE(3575), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [247408] = 13, + aux_sym_query_tuning_token5, + [237975] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(4392), 1, - sym_stop_after_phrase, - STATE(4396), 1, - aux_sym_do_block_repeat1, - STATE(5001), 1, - sym_do_tuning, - STATE(5693), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4075), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4856), 1, + aux_sym_for_statement_repeat1, + STATE(5734), 1, sym_body, - STATE(3866), 2, + STATE(3576), 2, sym_comment, sym_include, - STATE(5694), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [247451] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5648), 1, - sym__terminator, - STATE(3922), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3867), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [247494] = 6, + sym_on_endkey_phrase, + [238025] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(535), 1, - sym_accumulate_aggregate, - STATE(3868), 2, + STATE(3577), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [247523] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5275), 1, + ACTIONS(5183), 14, + anon_sym_COLON, sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3768), 1, - aux_sym_for_phrase_repeat1, - STATE(3869), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, + 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, - [247562] = 13, + aux_sym_query_tuning_token5, + aux_sym_query_tuning_token6, + aux_sym_sort_clause_token1, + [238055] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(4396), 1, - aux_sym_do_block_repeat1, - STATE(4579), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(6066), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4018), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4905), 1, + aux_sym_for_statement_repeat1, + STATE(5817), 1, sym_body, - STATE(3870), 2, + STATE(3578), 2, sym_comment, sym_include, - STATE(6121), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [247605] = 6, + sym_on_endkey_phrase, + [238105] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(614), 1, - sym_accumulate_aggregate, - STATE(3871), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4077), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4854), 1, + aux_sym_for_statement_repeat1, + STATE(5713), 1, + sym_body, + STATE(3579), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [247634] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [238155] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5275), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3872), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4083), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(5007), 1, + aux_sym_for_statement_repeat1, + STATE(5513), 1, + sym_body, + STATE(3580), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [247673] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [238205] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5650), 1, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4798), 1, sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3771), 1, - aux_sym_for_phrase_repeat1, - STATE(3873), 2, + ACTIONS(4800), 1, + aux_sym_function_call_token1, + ACTIONS(4884), 1, + anon_sym_LPAREN, + STATE(3598), 1, + aux_sym_run_statement_repeat1, + STATE(3901), 1, + sym_run_tuning, + STATE(5623), 1, + sym_function_arguments, + STATE(3581), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [247712] = 11, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [238255] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5650), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3874), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4081), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4851), 1, + aux_sym_for_statement_repeat1, + STATE(5657), 1, + sym_body, + STATE(3582), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [247751] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [238305] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5652), 1, - sym__terminator, - STATE(3842), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3875), 2, - sym_comment, - sym_include, - ACTIONS(5466), 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, - [247790] = 12, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(5654), 1, - sym_identifier, - ACTIONS(5657), 1, - sym__terminator, - ACTIONS(5659), 1, - aux_sym_scope_tuning_token1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - STATE(3876), 3, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4008), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4994), 1, + aux_sym_for_statement_repeat1, + STATE(6015), 1, + sym_body, + STATE(3583), 2, sym_comment, sym_include, - aux_sym_var_statement_repeat1, - [247831] = 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [238355] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3877), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5185), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3826), 1, + aux_sym_for_phrase_repeat1, + STATE(3827), 1, + sym_where_clause, + STATE(3584), 2, sym_comment, sym_include, - ACTIONS(5662), 11, - sym__terminator, - anon_sym_LPAREN, + ACTIONS(2464), 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, - [247858] = 13, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [238401] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(4396), 1, - aux_sym_do_block_repeat1, - STATE(4528), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5932), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4007), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4817), 1, + aux_sym_for_statement_repeat1, + STATE(5609), 1, sym_body, - STATE(3878), 2, + STATE(3585), 2, sym_comment, sym_include, - STATE(6339), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [247901] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(5400), 1, - sym_accumulate_aggregate, - STATE(3879), 2, - sym_comment, - sym_include, - ACTIONS(5526), 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, - [247930] = 11, + sym_on_endkey_phrase, + [238451] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5664), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3880), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4040), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4796), 1, + aux_sym_for_statement_repeat1, + STATE(5802), 1, + sym_body, + STATE(3586), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [247969] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [238501] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5336), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3881), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4082), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4777), 1, + aux_sym_for_statement_repeat1, + STATE(5872), 1, + sym_body, + STATE(3587), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [248008] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [238551] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5336), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3945), 1, - aux_sym_for_phrase_repeat1, - STATE(3882), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4029), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4997), 1, + aux_sym_for_statement_repeat1, + STATE(5986), 1, + sym_body, + STATE(3588), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [248047] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [238601] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3901), 1, - aux_sym_do_block_repeat1, - STATE(4528), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5932), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4003), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4998), 1, + aux_sym_for_statement_repeat1, + STATE(6001), 1, sym_body, - STATE(3883), 2, + STATE(3589), 2, sym_comment, sym_include, - STATE(6339), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [248090] = 11, + sym_on_endkey_phrase, + [238651] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5139), 1, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4768), 1, sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3947), 1, - aux_sym_for_phrase_repeat1, - STATE(3884), 2, + ACTIONS(4770), 1, + aux_sym_function_call_token1, + ACTIONS(4884), 1, + anon_sym_LPAREN, + STATE(3599), 1, + aux_sym_run_statement_repeat1, + STATE(3901), 1, + sym_run_tuning, + STATE(5619), 1, + sym_function_arguments, + STATE(3590), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [248129] = 11, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [238701] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5664), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3929), 1, - aux_sym_for_phrase_repeat1, - STATE(3885), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4046), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4793), 1, + aux_sym_for_statement_repeat1, + STATE(5816), 1, + sym_body, + STATE(3591), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [248168] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [238751] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(765), 1, - sym_accumulate_aggregate, - STATE(3886), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4080), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4782), 1, + aux_sym_for_statement_repeat1, + STATE(5863), 1, + sym_body, + STATE(3592), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [248197] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [238801] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5139), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5187), 1, sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3887), 2, + STATE(3816), 1, + aux_sym_for_phrase_repeat1, + STATE(3817), 1, + sym_where_clause, + STATE(3593), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [248236] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(344), 1, - sym_accumulate_aggregate, - STATE(3888), 2, - sym_comment, - sym_include, - ACTIONS(5490), 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, - [248265] = 11, + aux_sym_query_tuning_token5, + [238847] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5269), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5053), 1, sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3889), 2, + STATE(3819), 1, + aux_sym_for_phrase_repeat1, + STATE(3821), 1, + sym_where_clause, + STATE(3594), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [248304] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5666), 1, - sym__terminator, - STATE(3927), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3890), 2, - sym_comment, - sym_include, - ACTIONS(5466), 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, - [248343] = 11, + aux_sym_query_tuning_token5, + [238893] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5269), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5065), 1, sym__terminator, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3931), 1, + STATE(3807), 1, aux_sym_for_phrase_repeat1, - STATE(3891), 2, + STATE(3808), 1, + sym_where_clause, + STATE(3595), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [248382] = 13, + aux_sym_query_tuning_token5, + [238939] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3841), 1, - aux_sym_do_block_repeat1, - STATE(4404), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(6299), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4074), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4783), 1, + aux_sym_for_statement_repeat1, + STATE(5861), 1, sym_body, - STATE(3892), 2, + STATE(3596), 2, sym_comment, sym_include, - STATE(6159), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [248425] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5668), 1, - sym__terminator, - STATE(3952), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3893), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [248468] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5670), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3894), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [248511] = 13, + sym_on_endkey_phrase, + [238989] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3790), 1, - aux_sym_do_block_repeat1, - STATE(4428), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(5741), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4064), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4785), 1, + aux_sym_for_statement_repeat1, + STATE(5984), 1, sym_body, - STATE(3895), 2, + STATE(3597), 2, sym_comment, sym_include, - STATE(5791), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [248554] = 15, + sym_on_endkey_phrase, + [239039] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2349), 1, - sym__block_terminator, - STATE(4034), 1, - sym_on_error_phrase, - STATE(4059), 1, - sym_on_quit_phrase, - STATE(4342), 1, - sym_on_stop_phrase, - STATE(4343), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5900), 1, - sym_body, - STATE(3896), 2, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4884), 1, + anon_sym_LPAREN, + ACTIONS(5189), 1, + sym__terminator, + ACTIONS(5191), 1, + aux_sym_function_call_token1, + STATE(3719), 1, + aux_sym_run_statement_repeat1, + STATE(3901), 1, + sym_run_tuning, + STATE(5551), 1, + sym_function_arguments, + STATE(3598), 2, + sym_comment, + sym_include, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [239089] = 15, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(4733), 1, + aux_sym_setter_token1, + ACTIONS(4735), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(4737), 1, + aux_sym_widget_field_token1, + ACTIONS(4741), 1, + aux_sym_run_tuning_token7, + ACTIONS(4884), 1, + anon_sym_LPAREN, + ACTIONS(5193), 1, + sym__terminator, + ACTIONS(5195), 1, + aux_sym_function_call_token1, + STATE(3719), 1, + aux_sym_run_statement_repeat1, + STATE(3901), 1, + sym_run_tuning, + STATE(5496), 1, + sym_function_arguments, + STATE(3599), 2, sym_comment, sym_include, - [248601] = 13, + ACTIONS(4739), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [239139] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(4396), 1, - aux_sym_do_block_repeat1, - STATE(4480), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(6166), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4058), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4787), 1, + aux_sym_for_statement_repeat1, + STATE(5840), 1, sym_body, - STATE(3897), 2, + STATE(3600), 2, sym_comment, sym_include, - STATE(5960), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [248644] = 15, + sym_on_endkey_phrase, + [239189] = 15, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2141), 1, - sym__block_terminator, - STATE(3989), 1, - sym_on_error_phrase, - STATE(4090), 1, - sym_on_quit_phrase, - STATE(4239), 1, - sym_on_stop_phrase, - STATE(4240), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4051), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6018), 1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + STATE(4791), 1, + aux_sym_for_statement_repeat1, + STATE(5830), 1, sym_body, - STATE(3898), 2, + STATE(3601), 2, sym_comment, sym_include, - [248691] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [239239] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, + ACTIONS(2466), 1, aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5171), 1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(4585), 1, + aux_sym_where_clause_token1, + ACTIONS(5057), 1, sym__terminator, - STATE(3417), 1, + STATE(3374), 1, sym_using, - STATE(3560), 1, + STATE(3577), 1, sym_query_tuning, - STATE(3763), 1, + STATE(3787), 1, + sym_where_clause, + STATE(3788), 1, aux_sym_for_phrase_repeat1, - STATE(3899), 2, + STATE(3602), 2, sym_comment, sym_include, - ACTIONS(2480), 5, + ACTIONS(2464), 6, aux_sym_function_call_token1, aux_sym_query_tuning_token1, aux_sym_query_tuning_token2, aux_sym_query_tuning_token3, aux_sym_query_tuning_token4, - [248730] = 6, + aux_sym_query_tuning_token5, + [239285] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(391), 1, - sym_accumulate_aggregate, - STATE(3900), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(3628), 1, + aux_sym_repeat_statement_repeat1, + STATE(4280), 1, + aux_sym_repeat_statement_repeat2, + STATE(4850), 1, + sym__block_terminator, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5610), 1, + sym_body, + STATE(3603), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [248759] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [239332] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, + ACTIONS(5016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, + ACTIONS(5018), 1, aux_sym_do_tuning_token1, - STATE(4396), 1, - aux_sym_do_block_repeat1, - STATE(4502), 1, + STATE(4226), 1, sym_stop_after_phrase, - STATE(5001), 1, + STATE(4227), 1, + aux_sym_repeat_statement_repeat1, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, sym_do_tuning, - STATE(6016), 1, + STATE(5922), 1, sym_body, - STATE(3901), 2, + STATE(3604), 2, sym_comment, sym_include, - STATE(6357), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [248802] = 13, + sym_on_endkey_phrase, + [239379] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(4396), 1, - aux_sym_do_block_repeat1, - STATE(4404), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(6299), 1, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4130), 1, + aux_sym_repeat_statement_repeat1, + STATE(4274), 1, + aux_sym_repeat_statement_repeat2, + STATE(4897), 1, + sym__block_terminator, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5464), 1, sym_body, - STATE(3902), 2, + STATE(3605), 2, sym_comment, sym_include, - STATE(6159), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [248845] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5672), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3903), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [248888] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5674), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3904), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [248931] = 11, + sym_on_endkey_phrase, + [239426] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5145), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3905), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [248970] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5676), 1, - sym__terminator, - STATE(3933), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3906), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [249013] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5678), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3907), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [249056] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5680), 1, - sym__terminator, - STATE(3940), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3908), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [249099] = 13, - 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(5474), 1, - sym_identifier, - ACTIONS(5682), 1, - sym__terminator, - ACTIONS(5684), 1, - anon_sym_NO_DASHERROR, - STATE(3787), 1, - aux_sym_assign_statement_repeat1, - STATE(4705), 1, - sym_object_access, - STATE(5169), 1, - sym_assignment, - STATE(3909), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(3617), 1, + aux_sym_repeat_statement_repeat1, + STATE(4274), 1, + aux_sym_repeat_statement_repeat2, + STATE(4897), 1, + sym__block_terminator, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5464), 1, + sym_body, + STATE(3606), 2, sym_comment, sym_include, - STATE(5349), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [249142] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [239473] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5650), 1, - sym_accumulate_aggregate, - STATE(3910), 2, - sym_comment, - sym_include, - ACTIONS(5526), 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, - [249171] = 13, - 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(5474), 1, - sym_identifier, - ACTIONS(5686), 1, + ACTIONS(5197), 1, sym__terminator, - ACTIONS(5688), 1, - anon_sym_NO_DASHERROR, - STATE(3815), 1, - aux_sym_assign_statement_repeat1, - STATE(4705), 1, - sym_object_access, - STATE(5169), 1, - sym_assignment, - STATE(3911), 2, - sym_comment, - sym_include, - STATE(5349), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [249214] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + STATE(3663), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4509), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4510), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(5201), 2, aux_sym_variable_tuning_token8, - ACTIONS(5690), 1, - sym__terminator, - STATE(3968), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3912), 2, - sym_comment, - sym_include, - ACTIONS(5466), 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, - [249253] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(497), 1, - sym_accumulate_aggregate, - STATE(3913), 2, + aux_sym_temp_table_tuning_token1, + STATE(3607), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [249282] = 11, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [239520] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5145), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3773), 1, - aux_sym_for_phrase_repeat1, - STATE(3914), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [249321] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5692), 1, + ACTIONS(5197), 1, sym__terminator, - STATE(3855), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3915), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + STATE(4135), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4509), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4510), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3608), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [249364] = 11, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [239567] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5694), 1, - sym__terminator, - STATE(3805), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3916), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(4161), 1, + sym_stop_after_phrase, + STATE(4162), 1, + aux_sym_repeat_statement_repeat1, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5770), 1, + sym_body, + STATE(3609), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [249403] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [239614] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5610), 1, - aux_sym_variable_tuning_token7, - STATE(4174), 1, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5207), 1, + sym__terminator, + STATE(4135), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4387), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4388), 1, sym_type_tuning, - STATE(4175), 1, - aux_sym_function_parameter_repeat1, - STATE(4420), 1, - sym_function_parameter_tuning, - ACTIONS(4867), 2, + ACTIONS(5199), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - ACTIONS(5696), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(3917), 2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3610), 2, sym_comment, sym_include, - ACTIONS(5612), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [249442] = 6, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [239661] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(402), 1, - sym_accumulate_aggregate, - STATE(3918), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1973), 1, + sym__block_terminator, + STATE(3631), 1, + aux_sym_repeat_statement_repeat1, + STATE(4289), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5837), 1, + sym_body, + STATE(3611), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [249471] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [239708] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5698), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3919), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [249510] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5700), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3920), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1973), 1, + sym__block_terminator, + STATE(4130), 1, + aux_sym_repeat_statement_repeat1, + STATE(4289), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5837), 1, + sym_body, + STATE(3612), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [249553] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [239755] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5702), 1, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5209), 1, sym__terminator, - STATE(3974), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3921), 2, + STATE(3692), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4418), 1, + sym_type_tuning, + STATE(4420), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3613), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [249592] = 13, - ACTIONS(3), 1, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [239802] = 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(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, - sym_identifier, - ACTIONS(5704), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3922), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(4179), 1, + sym_stop_after_phrase, + STATE(4193), 1, + aux_sym_repeat_statement_repeat1, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5769), 1, + sym_body, + STATE(3614), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [249635] = 13, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [239849] = 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(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, - sym_identifier, - ACTIONS(5706), 1, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5211), 1, sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3923), 2, + STATE(3608), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4404), 1, + sym_type_tuning, + STATE(4406), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3615), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [249678] = 11, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [239896] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5708), 1, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5207), 1, sym__terminator, - STATE(3817), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3924), 2, + STATE(3626), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4387), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4388), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3616), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [249717] = 15, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [239943] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, + ACTIONS(5028), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, + ACTIONS(5030), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5328), 1, + ACTIONS(5059), 1, aux_sym__block_terminator_token1, - STATE(1609), 1, - sym__block_terminator, - STATE(4016), 1, - sym_on_error_phrase, - STATE(4078), 1, - sym_on_quit_phrase, - STATE(4324), 1, + STATE(4130), 1, aux_sym_repeat_statement_repeat1, - STATE(4329), 1, - sym_on_stop_phrase, - STATE(5534), 1, + STATE(4280), 1, + aux_sym_repeat_statement_repeat2, + STATE(4850), 1, + sym__block_terminator, + STATE(5179), 1, sym_repeat_tuning, - STATE(5856), 1, + STATE(5610), 1, sym_body, - STATE(3925), 2, + STATE(3617), 2, sym_comment, sym_include, - [249764] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [239990] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5710), 1, - sym__terminator, - STATE(3817), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3926), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3614), 1, + aux_sym_do_block_repeat1, + STATE(4244), 1, + aux_sym_repeat_statement_repeat1, + STATE(4256), 1, + sym_stop_after_phrase, + STATE(4843), 1, + sym_do_tuning, + STATE(5630), 1, + sym_body, + STATE(3618), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [249803] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [240037] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5712), 1, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5213), 1, sym__terminator, - STATE(3817), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3927), 2, + STATE(4135), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4519), 1, + sym_type_tuning, + STATE(4524), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3619), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [249842] = 11, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [240084] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5714), 1, - sym__terminator, - STATE(3814), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3928), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(4192), 1, + aux_sym_repeat_statement_repeat1, + STATE(4252), 1, + sym_stop_after_phrase, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5965), 1, + sym_body, + STATE(3620), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [249881] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [240131] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5716), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3929), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(4244), 1, + aux_sym_repeat_statement_repeat1, + STATE(4256), 1, + sym_stop_after_phrase, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5630), 1, + sym_body, + STATE(3621), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [249920] = 13, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [240178] = 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(5382), 1, - sym_identifier, - ACTIONS(5718), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3930), 2, + ACTIONS(5217), 1, + aux_sym_variable_definition_token2, + STATE(3622), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [249963] = 11, + ACTIONS(5215), 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, + [240209] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5720), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3931), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1936), 1, + sym__block_terminator, + STATE(4130), 1, + aux_sym_repeat_statement_repeat1, + STATE(4342), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5508), 1, + sym_body, + STATE(3623), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [250002] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [240256] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5720), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3960), 1, - aux_sym_for_phrase_repeat1, - STATE(3932), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1936), 1, + sym__block_terminator, + STATE(3612), 1, + aux_sym_repeat_statement_repeat1, + STATE(4342), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5508), 1, + sym_body, + STATE(3624), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [250041] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [240303] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -261284,187 +254601,262 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, + ACTIONS(1246), 1, + sym__integer_literal, + ACTIONS(1250), 1, + anon_sym_LPAREN, + ACTIONS(5219), 1, sym_identifier, - ACTIONS(5722), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, + STATE(1018), 1, + sym_function_call, + STATE(1040), 1, sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3933), 2, + STATE(1111), 1, + sym__unary_minus_expressions, + STATE(1115), 1, + sym__decimal_literal, + STATE(5862), 1, + sym_new_expression, + STATE(3625), 2, sym_comment, sym_include, - STATE(5510), 2, + STATE(1101), 4, sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [250084] = 11, + [240350] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5171), 1, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5221), 1, sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3934), 2, + STATE(4135), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4398), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4403), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3626), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [250123] = 9, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [240397] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(5726), 1, - anon_sym_COMMA, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4113), 1, - aux_sym_inherits_repeat1, - STATE(3935), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(4149), 1, + aux_sym_repeat_statement_repeat1, + STATE(4232), 1, + sym_stop_after_phrase, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5535), 1, + sym_body, + STATE(3627), 2, sym_comment, sym_include, - ACTIONS(5724), 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, - [250158] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [240444] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(414), 1, - sym_accumulate_aggregate, - STATE(3936), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4130), 1, + aux_sym_repeat_statement_repeat1, + STATE(4285), 1, + aux_sym_repeat_statement_repeat2, + STATE(4823), 1, + sym__block_terminator, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5767), 1, + sym_body, + STATE(3628), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [250187] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [240491] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5728), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3865), 1, - aux_sym_for_phrase_repeat1, - STATE(3937), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3621), 1, + aux_sym_do_block_repeat1, + STATE(4139), 1, + sym_stop_after_phrase, + STATE(4235), 1, + aux_sym_repeat_statement_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5607), 1, + sym_body, + STATE(3629), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [250226] = 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [240538] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3938), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(4139), 1, + sym_stop_after_phrase, + STATE(4235), 1, + aux_sym_repeat_statement_repeat1, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5607), 1, + sym_body, + STATE(3630), 2, sym_comment, sym_include, - ACTIONS(4526), 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, - [250253] = 15, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [240585] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, + ACTIONS(5028), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, + ACTIONS(5030), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5263), 1, + ACTIONS(5032), 1, aux_sym__block_terminator_token1, - STATE(1831), 1, + STATE(2009), 1, sym__block_terminator, - STATE(4033), 1, + STATE(4130), 1, + aux_sym_repeat_statement_repeat1, + STATE(4330), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5631), 1, + sym_body, + STATE(3631), 2, + sym_comment, + sym_include, + STATE(4559), 4, sym_on_error_phrase, - STATE(4080), 1, + sym_on_stop_phrase, sym_on_quit_phrase, - STATE(4266), 1, + sym_on_endkey_phrase, + [240632] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3684), 1, + aux_sym_do_block_repeat1, + STATE(4147), 1, + sym_stop_after_phrase, + STATE(4153), 1, aux_sym_repeat_statement_repeat1, - STATE(4267), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5965), 1, + STATE(4843), 1, + sym_do_tuning, + STATE(5445), 1, sym_body, - STATE(3939), 2, + STATE(3632), 2, sym_comment, sym_include, - [250300] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [240679] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -261473,680 +254865,765 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, + ACTIONS(1010), 1, + sym__integer_literal, + ACTIONS(1014), 1, + anon_sym_LPAREN, + ACTIONS(5223), 1, sym_identifier, - ACTIONS(5730), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, + STATE(218), 1, + sym_function_call, + STATE(246), 1, sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3940), 2, + STATE(258), 1, + sym__unary_minus_expressions, + STATE(304), 1, + sym__decimal_literal, + STATE(5588), 1, + sym_new_expression, + STATE(3633), 2, sym_comment, sym_include, - STATE(5510), 2, + STATE(298), 4, sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [250343] = 11, + [240726] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5728), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3941), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(4181), 1, + sym_stop_after_phrase, + STATE(4257), 1, + aux_sym_repeat_statement_repeat1, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5803), 1, + sym_body, + STATE(3634), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [250382] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [240773] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5732), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3942), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3630), 1, + aux_sym_do_block_repeat1, + STATE(4181), 1, + sym_stop_after_phrase, + STATE(4257), 1, + aux_sym_repeat_statement_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5803), 1, + sym_body, + STATE(3635), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [250421] = 13, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [240820] = 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(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, - sym_identifier, - ACTIONS(5734), 1, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5225), 1, sym__terminator, - STATE(3981), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3943), 2, + STATE(3610), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4375), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4377), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3636), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [250464] = 6, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [240867] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5638), 1, - sym_accumulate_aggregate, - STATE(3944), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2027), 1, + sym__block_terminator, + STATE(3721), 1, + aux_sym_repeat_statement_repeat1, + STATE(4313), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5666), 1, + sym_body, + STATE(3637), 2, sym_comment, sym_include, - ACTIONS(5526), 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, - [250493] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [240914] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5736), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3945), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4130), 1, + aux_sym_repeat_statement_repeat1, + STATE(4287), 1, + aux_sym_repeat_statement_repeat2, + STATE(4935), 1, + sym__block_terminator, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5832), 1, + sym_body, + STATE(3638), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [250532] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [240961] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5736), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3942), 1, - aux_sym_for_phrase_repeat1, - STATE(3946), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2027), 1, + sym__block_terminator, + STATE(4130), 1, + aux_sym_repeat_statement_repeat1, + STATE(4313), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5666), 1, + sym_body, + STATE(3639), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [250571] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [241008] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5279), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3947), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3627), 1, + aux_sym_do_block_repeat1, + STATE(4184), 1, + sym_stop_after_phrase, + STATE(4234), 1, + aux_sym_repeat_statement_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5706), 1, + sym_body, + STATE(3640), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [250610] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [241055] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5279), 1, + ACTIONS(5229), 1, + aux_sym_variable_definition_token2, + STATE(3641), 2, + sym_comment, + sym_include, + ACTIONS(5227), 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, + [241086] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2567), 1, + aux_sym_variable_tuning_token2, + STATE(3642), 2, + sym_comment, + sym_include, + ACTIONS(2565), 12, sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3941), 1, - aux_sym_for_phrase_repeat1, - STATE(3948), 2, + 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, + [241117] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5233), 1, + aux_sym_variable_definition_token2, + STATE(3643), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [250649] = 13, + ACTIONS(5231), 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, + [241148] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, ACTIONS(5237), 1, - aux_sym_stop_after_phrase_token1, + aux_sym_variable_definition_token2, + STATE(3644), 2, + sym_comment, + sym_include, + ACTIONS(5235), 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, + [241179] = 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(2019), 1, + sym__integer_literal, + ACTIONS(2023), 1, + anon_sym_LPAREN, ACTIONS(5239), 1, - aux_sym_do_tuning_token1, - STATE(3851), 1, - aux_sym_do_block_repeat1, - STATE(4579), 1, - sym_stop_after_phrase, - STATE(5001), 1, - sym_do_tuning, - STATE(6066), 1, + sym_identifier, + STATE(2692), 1, + sym_object_access, + STATE(2693), 1, + sym_function_call, + STATE(3077), 1, + sym__decimal_literal, + STATE(3115), 1, + sym__unary_minus_expressions, + STATE(5750), 1, + sym_new_expression, + STATE(3645), 2, + sym_comment, + sym_include, + STATE(3116), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [241226] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2413), 1, + sym__block_terminator, + STATE(4130), 1, + aux_sym_repeat_statement_repeat1, + STATE(4354), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5956), 1, sym_body, - STATE(3949), 2, + STATE(3646), 2, sym_comment, sym_include, - STATE(6121), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [250692] = 13, + sym_on_endkey_phrase, + [241273] = 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(5382), 1, + ACTIONS(5241), 1, sym_identifier, - ACTIONS(5738), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3950), 2, + STATE(3693), 1, + aux_sym_buffer_definition_repeat1, + STATE(3647), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [250735] = 13, + STATE(4090), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(5243), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(5245), 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, + [241310] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, + ACTIONS(5016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, + ACTIONS(5018), 1, aux_sym_do_tuning_token1, - STATE(4396), 1, - aux_sym_do_block_repeat1, - STATE(4469), 1, + STATE(4184), 1, sym_stop_after_phrase, - STATE(5001), 1, + STATE(4234), 1, + aux_sym_repeat_statement_repeat1, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, sym_do_tuning, - STATE(6123), 1, + STATE(5706), 1, sym_body, - STATE(3951), 2, + STATE(3648), 2, sym_comment, sym_include, - STATE(6133), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [250778] = 13, - ACTIONS(3), 1, + sym_on_endkey_phrase, + [241357] = 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(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, - sym_identifier, - ACTIONS(5740), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3952), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(3605), 1, + aux_sym_repeat_statement_repeat1, + STATE(4287), 1, + aux_sym_repeat_statement_repeat2, + STATE(4935), 1, + sym__block_terminator, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5832), 1, + sym_body, + STATE(3649), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [250821] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [241404] = 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(5382), 1, + ACTIONS(5247), 1, sym_identifier, - ACTIONS(5742), 1, - sym__terminator, - STATE(3930), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3953), 2, + STATE(3647), 1, + aux_sym_buffer_definition_repeat1, + STATE(3650), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [250864] = 13, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(17), 1, + STATE(4090), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(5243), 4, aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, - sym_identifier, - ACTIONS(5744), 1, - sym__terminator, - STATE(3923), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3954), 2, - sym_comment, - sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [250907] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5746), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3955), 2, - sym_comment, - sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [250946] = 6, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(5245), 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, + [241441] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(427), 1, - sym_accumulate_aggregate, - STATE(3956), 2, - sym_comment, - sym_include, - ACTIONS(5490), 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, - [250975] = 13, - 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(5382), 1, - sym_identifier, - ACTIONS(5748), 1, - sym__terminator, - STATE(3863), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, - sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3957), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(2009), 1, + sym__block_terminator, + STATE(3680), 1, + aux_sym_repeat_statement_repeat1, + STATE(4330), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5631), 1, + sym_body, + STATE(3651), 2, sym_comment, sym_include, - STATE(5510), 2, - sym_qualified_name, - sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [251018] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [241488] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, + ACTIONS(5016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, + ACTIONS(5018), 1, aux_sym_do_tuning_token1, - STATE(4396), 1, - aux_sym_do_block_repeat1, - STATE(4580), 1, + STATE(4175), 1, sym_stop_after_phrase, - STATE(5001), 1, + STATE(4182), 1, + aux_sym_repeat_statement_repeat1, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, sym_do_tuning, - STATE(6253), 1, + STATE(5539), 1, sym_body, - STATE(3958), 2, + STATE(3652), 2, sym_comment, sym_include, - STATE(6185), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [251061] = 15, + sym_on_endkey_phrase, + [241535] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4020), 1, - sym_on_error_phrase, - STATE(4062), 1, - sym_on_quit_phrase, - STATE(4206), 1, - sym_on_stop_phrase, - STATE(4220), 1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(4213), 1, + sym_stop_after_phrase, + STATE(4246), 1, aux_sym_repeat_statement_repeat1, - STATE(5281), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6165), 1, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(6053), 1, sym_body, - STATE(3959), 2, + STATE(3653), 2, sym_comment, sym_include, - [251108] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [241582] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5750), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3960), 2, + ACTIONS(5251), 1, + aux_sym_variable_definition_token2, + STATE(3654), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [251147] = 11, + ACTIONS(5249), 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, + [241613] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5167), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3961), 2, + ACTIONS(5255), 1, + aux_sym_variable_definition_token2, + STATE(3655), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [251186] = 5, - ACTIONS(69), 1, + ACTIONS(5253), 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, + [241644] = 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(3962), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(885), 1, + sym__integer_literal, + ACTIONS(889), 1, + anon_sym_LPAREN, + ACTIONS(5257), 1, + sym_identifier, + STATE(294), 1, + sym_function_call, + STATE(312), 1, + sym_object_access, + STATE(807), 1, + sym__decimal_literal, + STATE(851), 1, + sym__unary_minus_expressions, + STATE(5983), 1, + sym_new_expression, + STATE(3656), 2, sym_comment, sym_include, - ACTIONS(5752), 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, - [251213] = 13, + STATE(852), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [241691] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, + ACTIONS(5016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, + ACTIONS(5018), 1, aux_sym_do_tuning_token1, - STATE(3870), 1, + STATE(3648), 1, aux_sym_do_block_repeat1, - STATE(4563), 1, + STATE(4213), 1, sym_stop_after_phrase, - STATE(5001), 1, + STATE(4246), 1, + aux_sym_repeat_statement_repeat1, + STATE(4843), 1, sym_do_tuning, - STATE(6197), 1, + STATE(6053), 1, sym_body, - STATE(3963), 2, + STATE(3657), 2, sym_comment, sym_include, - STATE(6086), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [251256] = 13, + sym_on_endkey_phrase, + [241738] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -262155,135 +255632,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, + ACTIONS(2079), 1, + sym__integer_literal, + ACTIONS(2083), 1, + anon_sym_LPAREN, + ACTIONS(5259), 1, sym_identifier, - ACTIONS(5754), 1, - sym__terminator, - STATE(3775), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, + STATE(2504), 1, + sym_function_call, + STATE(2505), 1, sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3964), 2, + STATE(2803), 1, + sym__unary_minus_expressions, + STATE(2859), 1, + sym__decimal_literal, + STATE(5494), 1, + sym_new_expression, + STATE(3658), 2, sym_comment, sym_include, - STATE(5510), 2, + STATE(2802), 4, sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [251299] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(748), 1, - sym_accumulate_aggregate, - STATE(3965), 2, - sym_comment, - sym_include, - ACTIONS(5490), 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, - [251328] = 9, + [241785] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(5726), 1, - anon_sym_COMMA, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4098), 1, - aux_sym_inherits_repeat1, - STATE(3966), 2, + ACTIONS(5263), 1, + aux_sym_variable_definition_token2, + STATE(3659), 2, sym_comment, sym_include, - ACTIONS(5756), 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, - [251363] = 13, + ACTIONS(5261), 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, + [241816] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, + ACTIONS(5016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, + ACTIONS(5018), 1, aux_sym_do_tuning_token1, - STATE(4396), 1, - aux_sym_do_block_repeat1, - STATE(4563), 1, + STATE(4195), 1, sym_stop_after_phrase, - STATE(5001), 1, + STATE(4196), 1, + aux_sym_repeat_statement_repeat1, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, sym_do_tuning, - STATE(6197), 1, + STATE(5481), 1, sym_body, - STATE(3967), 2, + STATE(3660), 2, sym_comment, sym_include, - STATE(6086), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [251406] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5758), 1, - sym__terminator, - STATE(3817), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3968), 2, - sym_comment, - sym_include, - ACTIONS(5466), 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, - [251445] = 13, + sym_on_endkey_phrase, + [241863] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -262292,334 +255723,370 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, + ACTIONS(1825), 1, + sym__integer_literal, + ACTIONS(1829), 1, + anon_sym_LPAREN, + ACTIONS(5265), 1, sym_identifier, - ACTIONS(5760), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, + STATE(2616), 1, sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3969), 2, + STATE(2617), 1, + sym_function_call, + STATE(3078), 1, + sym__decimal_literal, + STATE(3083), 1, + sym__unary_minus_expressions, + STATE(5892), 1, + sym_new_expression, + STATE(3661), 2, sym_comment, sym_include, - STATE(5510), 2, + STATE(3021), 4, sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [251488] = 15, + [241910] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5225), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(5328), 1, + ACTIONS(5269), 1, + aux_sym_variable_definition_token2, + STATE(3662), 2, + sym_comment, + sym_include, + ACTIONS(5267), 12, aux_sym__block_terminator_token1, - STATE(1643), 1, - sym__block_terminator, - STATE(3996), 1, - sym_on_error_phrase, - STATE(4088), 1, - sym_on_quit_phrase, - STATE(4358), 1, - aux_sym_repeat_statement_repeat1, - STATE(4361), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5787), 1, - sym_body, - STATE(3970), 2, + aux_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, + [241941] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5271), 1, + sym__terminator, + STATE(4135), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4436), 1, + sym_type_tuning, + STATE(4454), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3663), 2, sym_comment, sym_include, - [251535] = 13, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [241988] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, + ACTIONS(5016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, + ACTIONS(5018), 1, aux_sym_do_tuning_token1, - STATE(3958), 1, - aux_sym_do_block_repeat1, - STATE(4415), 1, + STATE(4147), 1, sym_stop_after_phrase, - STATE(5001), 1, + STATE(4153), 1, + aux_sym_repeat_statement_repeat1, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, sym_do_tuning, - STATE(6177), 1, + STATE(5445), 1, sym_body, - STATE(3971), 2, + STATE(3664), 2, sym_comment, sym_include, - STATE(6213), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [251578] = 13, + sym_on_endkey_phrase, + [242035] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(5237), 1, + ACTIONS(5016), 1, aux_sym_stop_after_phrase_token1, - ACTIONS(5239), 1, + ACTIONS(5018), 1, aux_sym_do_tuning_token1, - STATE(4396), 1, + STATE(3660), 1, aux_sym_do_block_repeat1, - STATE(4415), 1, + STATE(4226), 1, sym_stop_after_phrase, - STATE(5001), 1, + STATE(4227), 1, + aux_sym_repeat_statement_repeat1, + STATE(4843), 1, sym_do_tuning, - STATE(6177), 1, + STATE(5922), 1, sym_body, - STATE(3972), 2, + STATE(3665), 2, sym_comment, sym_include, - STATE(6213), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [251621] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(5549), 1, - sym_accumulate_aggregate, - STATE(3973), 2, - sym_comment, - sym_include, - ACTIONS(5526), 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, - [251650] = 11, + sym_on_endkey_phrase, + [242082] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5762), 1, - sym__terminator, - STATE(3817), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3974), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3620), 1, + aux_sym_do_block_repeat1, + STATE(4149), 1, + aux_sym_repeat_statement_repeat1, + STATE(4232), 1, + sym_stop_after_phrase, + STATE(4843), 1, + sym_do_tuning, + STATE(5535), 1, + sym_body, + STATE(3666), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [251689] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [242129] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5167), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3872), 1, - aux_sym_for_phrase_repeat1, - STATE(3975), 2, + ACTIONS(5275), 1, + aux_sym_variable_definition_token2, + STATE(3667), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [251728] = 11, + ACTIONS(5273), 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, + [242160] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, - aux_sym_variable_tuning_token2, - ACTIONS(5470), 1, - aux_sym_variable_tuning_token7, - ACTIONS(5472), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5764), 1, - sym__terminator, - STATE(3823), 1, - aux_sym_variable_definition_repeat2, - STATE(4058), 1, - sym_variable_tuning, - STATE(3976), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(4248), 1, + aux_sym_repeat_statement_repeat1, + STATE(4251), 1, + sym_stop_after_phrase, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5898), 1, + sym_body, + STATE(3668), 2, sym_comment, sym_include, - ACTIONS(5466), 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, - [251767] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [242207] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5231), 1, - sym__terminator, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3874), 1, - aux_sym_for_phrase_repeat1, - STATE(3977), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2144), 1, + sym__block_terminator, + STATE(3708), 1, + aux_sym_repeat_statement_repeat1, + STATE(4317), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(6003), 1, + sym_body, + STATE(3669), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [251806] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [242254] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5610), 1, - aux_sym_variable_tuning_token7, - STATE(4182), 1, - aux_sym_function_parameter_repeat1, - STATE(4183), 1, - sym_type_tuning, - STATE(4420), 1, - sym_function_parameter_tuning, - ACTIONS(4867), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - ACTIONS(5766), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(3978), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2338), 1, + sym__block_terminator, + STATE(4130), 1, + aux_sym_repeat_statement_repeat1, + STATE(4297), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5937), 1, + sym_body, + STATE(3670), 2, sym_comment, sym_include, - ACTIONS(5612), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [251845] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [242301] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2482), 1, - aux_sym_using_statement_token1, - ACTIONS(2486), 1, - aux_sym_query_tuning_token5, - ACTIONS(5231), 1, - sym__terminator, - STATE(3416), 1, - aux_sym_for_phrase_repeat1, - STATE(3417), 1, - sym_using, - STATE(3560), 1, - sym_query_tuning, - STATE(3979), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2144), 1, + sym__block_terminator, + STATE(4130), 1, + aux_sym_repeat_statement_repeat1, + STATE(4317), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(6003), 1, + sym_body, + STATE(3671), 2, sym_comment, sym_include, - ACTIONS(2480), 5, - aux_sym_function_call_token1, - aux_sym_query_tuning_token1, - aux_sym_query_tuning_token2, - aux_sym_query_tuning_token3, - aux_sym_query_tuning_token4, - [251884] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [242348] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(469), 1, - sym_accumulate_aggregate, - STATE(3980), 2, + ACTIONS(5279), 1, + aux_sym_variable_definition_token2, + STATE(3672), 2, sym_comment, sym_include, - ACTIONS(5490), 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, - [251913] = 13, + ACTIONS(5277), 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, + [242379] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -262628,28 +256095,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(5382), 1, + ACTIONS(673), 1, + sym__integer_literal, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(5281), 1, sym_identifier, - ACTIONS(5768), 1, - sym__terminator, - STATE(3876), 1, - aux_sym_var_statement_repeat1, - STATE(4664), 1, + STATE(14), 1, + sym_function_call, + STATE(25), 1, sym_object_access, - STATE(4923), 1, - sym_assignment, - STATE(5057), 1, - sym_variable, - STATE(3981), 2, + STATE(46), 1, + sym__unary_minus_expressions, + STATE(49), 1, + sym__decimal_literal, + STATE(5507), 1, + sym_new_expression, + STATE(3673), 2, sym_comment, sym_include, - STATE(5510), 2, + STATE(45), 4, sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [251956] = 13, + [242426] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -262658,44000 +256128,46717 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(17), 1, aux_sym_scope_tuning_token1, - ACTIONS(5474), 1, + ACTIONS(1747), 1, + sym__integer_literal, + ACTIONS(1751), 1, + anon_sym_LPAREN, + ACTIONS(5283), 1, sym_identifier, - ACTIONS(5770), 1, - sym__terminator, - ACTIONS(5772), 1, - anon_sym_NO_DASHERROR, - STATE(3909), 1, - aux_sym_assign_statement_repeat1, - STATE(4705), 1, + STATE(2657), 1, + sym_function_call, + STATE(2658), 1, sym_object_access, - STATE(5169), 1, - sym_assignment, - STATE(3982), 2, + STATE(3019), 1, + sym__decimal_literal, + STATE(3095), 1, + sym__unary_minus_expressions, + STATE(5723), 1, + sym_new_expression, + STATE(3674), 2, sym_comment, sym_include, - STATE(5349), 2, + STATE(3094), 4, sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, sym_member_access, - STATE(5992), 2, - sym_function_call, - sym_new_expression, - [251999] = 14, + [242473] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - ACTIONS(5774), 1, - aux_sym_on_error_phrase_token1, - STATE(2189), 1, - sym__block_terminator, - STATE(4067), 1, - sym_on_quit_phrase, - STATE(4285), 1, - aux_sym_repeat_statement_repeat1, - STATE(4286), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5837), 1, - sym_body, - STATE(3983), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5285), 1, + sym__terminator, + STATE(3703), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4372), 1, + sym_type_tuning, + STATE(4470), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3675), 2, sym_comment, sym_include, - [252043] = 14, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [242520] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - ACTIONS(5774), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(1902), 1, - sym__block_terminator, - STATE(4066), 1, - sym_on_quit_phrase, - STATE(4279), 1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3604), 1, + aux_sym_do_block_repeat1, + STATE(4248), 1, aux_sym_repeat_statement_repeat1, - STATE(4291), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6208), 1, + STATE(4251), 1, + sym_stop_after_phrase, + STATE(4843), 1, + sym_do_tuning, + STATE(5898), 1, sym_body, - STATE(3984), 2, + STATE(3676), 2, sym_comment, sym_include, - [252087] = 13, - ACTIONS(69), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [242567] = 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(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4669), 1, - sym_on_error_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5126), 1, - sym_on_quit_phrase, - STATE(6205), 1, - sym_on_stop_phrase, - ACTIONS(4503), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3985), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(813), 1, + sym__integer_literal, + ACTIONS(1393), 1, + anon_sym_LPAREN, + ACTIONS(5287), 1, + sym_identifier, + STATE(1043), 1, + sym_function_call, + STATE(1085), 1, + sym_object_access, + STATE(1131), 1, + sym__decimal_literal, + STATE(1139), 1, + sym__unary_minus_expressions, + STATE(5648), 1, + sym_new_expression, + STATE(3677), 2, sym_comment, sym_include, - [252129] = 13, + STATE(1138), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [242614] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4670), 1, - sym_on_error_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5130), 1, - sym_on_quit_phrase, - STATE(6203), 1, - sym_on_stop_phrase, - ACTIONS(4579), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(3986), 2, + ACTIONS(5097), 1, + aux_sym_dataset_expression_token1, + STATE(3497), 1, + aux_sym_buffer_definition_repeat1, + STATE(3678), 2, sym_comment, sym_include, - [252171] = 14, + STATE(3775), 2, + sym_scope_tuning, + sym_access_tuning, + ACTIONS(3608), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(3610), 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, + [242651] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, + ACTIONS(5024), 1, aux_sym__block_terminator_token1, - ACTIONS(5774), 1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, aux_sym_on_error_phrase_token1, - STATE(1831), 1, + STATE(1760), 1, sym__block_terminator, - STATE(4080), 1, - sym_on_quit_phrase, - STATE(4266), 1, + STATE(4130), 1, aux_sym_repeat_statement_repeat1, - STATE(4267), 1, - sym_on_stop_phrase, - STATE(5534), 1, + STATE(4325), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, sym_repeat_tuning, - STATE(5965), 1, + STATE(5441), 1, sym_body, - STATE(3987), 2, + STATE(3679), 2, sym_comment, sym_include, - [252215] = 14, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [242698] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, + ACTIONS(5028), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5774), 1, + ACTIONS(5030), 1, aux_sym_on_error_phrase_token1, - STATE(4092), 1, - sym_on_quit_phrase, - STATE(4314), 1, - sym_on_stop_phrase, - STATE(4317), 1, - aux_sym_repeat_statement_repeat1, - STATE(5006), 1, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1964), 1, sym__block_terminator, - STATE(5534), 1, + STATE(4130), 1, + aux_sym_repeat_statement_repeat1, + STATE(4364), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, sym_repeat_tuning, - STATE(6283), 1, + STATE(5775), 1, sym_body, - STATE(3988), 2, + STATE(3680), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [242745] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5289), 1, + sym__terminator, + STATE(4135), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4474), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4482), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3681), 2, + sym_comment, + sym_include, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [242792] = 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(2157), 1, + sym__integer_literal, + ACTIONS(2161), 1, + anon_sym_LPAREN, + ACTIONS(5291), 1, + sym_identifier, + STATE(2599), 1, + sym_function_call, + STATE(2612), 1, + sym_object_access, + STATE(2952), 1, + sym__decimal_literal, + STATE(2967), 1, + sym__unary_minus_expressions, + STATE(5991), 1, + sym_new_expression, + STATE(3682), 2, sym_comment, sym_include, - [252259] = 14, + STATE(2966), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [242839] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - ACTIONS(5774), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(2090), 1, - sym__block_terminator, - STATE(4081), 1, - sym_on_quit_phrase, - STATE(4201), 1, - sym_on_stop_phrase, - STATE(4203), 1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3609), 1, + aux_sym_do_block_repeat1, + STATE(4152), 1, + sym_stop_after_phrase, + STATE(4159), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6158), 1, + STATE(4843), 1, + sym_do_tuning, + STATE(5676), 1, sym_body, - STATE(3989), 2, + STATE(3683), 2, sym_comment, sym_include, - [252303] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [242886] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5776), 1, - aux_sym__block_terminator_token1, - ACTIONS(5778), 1, - aux_sym_variable_definition_token1, - ACTIONS(5781), 1, - aux_sym_variable_definition_token2, - ACTIONS(5784), 1, - aux_sym_method_definition_token1, - STATE(3990), 3, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(4152), 1, + sym_stop_after_phrase, + STATE(4159), 1, + aux_sym_repeat_statement_repeat1, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5676), 1, + sym_body, + STATE(3684), 2, sym_comment, sym_include, - aux_sym_interface_body_repeat1, - STATE(5124), 5, - sym_property_definition, - sym_event_definition, - sym_method_definition, - sym_dataset_definition, - sym_temp_table_definition, - [252337] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [242933] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5787), 1, - sym__terminator, - ACTIONS(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, + ACTIONS(5203), 1, aux_sym_field_definition_token1, - STATE(4371), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(4813), 1, - aux_sym_workfile_definition_repeat3, - STATE(4814), 1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5293), 1, + sym__terminator, + STATE(4135), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4489), 1, sym_type_tuning, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, + STATE(4492), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(5199), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(3991), 2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3685), 2, sym_comment, sym_include, - [252379] = 14, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [242980] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5219), 1, + ACTIONS(5024), 1, aux_sym__block_terminator_token1, - ACTIONS(5223), 1, + ACTIONS(5028), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5774), 1, + ACTIONS(5030), 1, aux_sym_on_error_phrase_token1, - STATE(4062), 1, - sym_on_quit_phrase, - STATE(4206), 1, - sym_on_stop_phrase, - STATE(4220), 1, - aux_sym_repeat_statement_repeat1, - STATE(5281), 1, + STATE(1796), 1, sym__block_terminator, - STATE(5534), 1, + STATE(3679), 1, + aux_sym_repeat_statement_repeat1, + STATE(4348), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, sym_repeat_tuning, - STATE(6165), 1, + STATE(5647), 1, sym_body, - STATE(3992), 2, + STATE(3686), 2, sym_comment, sym_include, - [252423] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [243027] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5793), 1, - sym__terminator, - STATE(4371), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(4941), 1, - aux_sym_workfile_definition_repeat3, - STATE(4942), 1, - sym_type_tuning, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(3993), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + STATE(1796), 1, + sym__block_terminator, + STATE(4130), 1, + aux_sym_repeat_statement_repeat1, + STATE(4348), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5647), 1, + sym_body, + STATE(3687), 2, sym_comment, sym_include, - [252465] = 13, - ACTIONS(69), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [243074] = 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(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5795), 1, - sym__terminator, - STATE(4045), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(5263), 1, - sym_type_tuning, - STATE(5264), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(3994), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1687), 1, + sym__integer_literal, + ACTIONS(1691), 1, + anon_sym_LPAREN, + ACTIONS(5295), 1, + sym_identifier, + STATE(2454), 1, + sym_function_call, + STATE(2455), 1, + sym_object_access, + STATE(2722), 1, + sym__unary_minus_expressions, + STATE(2758), 1, + sym__decimal_literal, + STATE(5605), 1, + sym_new_expression, + STATE(3688), 2, sym_comment, sym_include, - [252507] = 13, + STATE(2721), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [243121] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5797), 1, - sym__terminator, - STATE(3993), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(4889), 1, - sym_type_tuning, - STATE(4891), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(3995), 2, + ACTIONS(5299), 1, + aux_sym_variable_definition_token2, + STATE(3689), 2, sym_comment, sym_include, - [252549] = 14, + ACTIONS(5297), 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, + [243152] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - ACTIONS(5774), 1, - aux_sym_on_error_phrase_token1, - STATE(1609), 1, - sym__block_terminator, - STATE(4078), 1, - sym_on_quit_phrase, - STATE(4324), 1, - aux_sym_repeat_statement_repeat1, - STATE(4329), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5856), 1, - sym_body, - STATE(3996), 2, + ACTIONS(5303), 1, + aux_sym_variable_tuning_token2, + STATE(3690), 2, sym_comment, sym_include, - [252593] = 13, + ACTIONS(5301), 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, + [243183] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, + ACTIONS(5203), 1, aux_sym_field_definition_token1, - ACTIONS(5799), 1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5305), 1, sym__terminator, - STATE(4371), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(4884), 1, - aux_sym_workfile_definition_repeat3, - STATE(4885), 1, + STATE(3681), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4424), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4425), 1, sym_type_tuning, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, + ACTIONS(5199), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(3997), 2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3691), 2, sym_comment, sym_include, - [252635] = 13, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [243230] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, + ACTIONS(5203), 1, aux_sym_field_definition_token1, - ACTIONS(5801), 1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5307), 1, sym__terminator, - STATE(4028), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(5249), 1, - aux_sym_workfile_definition_repeat3, - STATE(5310), 1, + STATE(4135), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4376), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4433), 1, sym_type_tuning, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, + ACTIONS(5199), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(3998), 2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3692), 2, sym_comment, sym_include, - [252677] = 10, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [243277] = 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(5803), 1, + ACTIONS(5309), 1, sym_identifier, - STATE(3711), 1, - sym_object_access, - STATE(4003), 1, - sym_qualified_name, - STATE(3999), 2, + STATE(4090), 2, + sym_scope_tuning, + sym_access_tuning, + STATE(3693), 3, sym_comment, sym_include, - STATE(5801), 2, - sym_function_call, - sym_new_expression, - ACTIONS(5805), 4, - aux_sym_dataset_expression_token1, - aux_sym__function_argument_with_mode_token1, - aux_sym__function_argument_with_mode_token2, - aux_sym__function_argument_with_mode_token3, - [252713] = 13, - ACTIONS(69), 1, + aux_sym_buffer_definition_repeat1, + ACTIONS(5311), 4, + aux_sym_scope_tuning_token1, + aux_sym_scope_tuning_token2, + aux_sym_scope_tuning_token3, + aux_sym_scope_tuning_token4, + ACTIONS(5314), 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, + [243312] = 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(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5807), 1, - sym__terminator, - STATE(4009), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(4821), 1, - sym_type_tuning, - STATE(4822), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4000), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1567), 1, + sym__integer_literal, + ACTIONS(1571), 1, + anon_sym_LPAREN, + ACTIONS(5317), 1, + sym_identifier, + STATE(1909), 1, + sym_function_call, + STATE(1910), 1, + sym_object_access, + STATE(2550), 1, + sym__unary_minus_expressions, + STATE(2571), 1, + sym__decimal_literal, + STATE(5950), 1, + sym_new_expression, + STATE(3694), 2, sym_comment, sym_include, - [252755] = 13, + STATE(2559), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [243359] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5809), 1, - sym__terminator, - STATE(4371), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(5211), 1, - sym_type_tuning, - STATE(5215), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4001), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2391), 1, + sym__block_terminator, + STATE(3670), 1, + aux_sym_repeat_statement_repeat1, + STATE(4306), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5451), 1, + sym_body, + STATE(3695), 2, sym_comment, sym_include, - [252797] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [243406] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5811), 1, - sym__terminator, - STATE(4371), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(5324), 1, - aux_sym_workfile_definition_repeat3, - STATE(5326), 1, - sym_type_tuning, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4002), 2, + ACTIONS(5321), 1, + aux_sym_variable_definition_token2, + STATE(3696), 2, sym_comment, sym_include, - [252839] = 10, - ACTIONS(69), 1, + ACTIONS(5319), 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, + [243437] = 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(4871), 1, - aux_sym__function_argument_with_mode_token4, - STATE(4278), 1, - sym_type_tuning, - STATE(6322), 1, - sym_argument_pass_type, - ACTIONS(4865), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(4867), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4003), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1609), 1, + sym__integer_literal, + ACTIONS(1613), 1, + anon_sym_LPAREN, + ACTIONS(5323), 1, + sym_identifier, + STATE(1380), 1, + sym_function_call, + STATE(1381), 1, + sym_object_access, + STATE(1435), 1, + sym__unary_minus_expressions, + STATE(1437), 1, + sym__decimal_literal, + STATE(5527), 1, + sym_new_expression, + STATE(3697), 2, sym_comment, sym_include, - ACTIONS(4869), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - [252875] = 13, + STATE(1439), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [243484] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, + ACTIONS(5203), 1, aux_sym_field_definition_token1, - ACTIONS(5813), 1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5325), 1, sym__terminator, - STATE(4002), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(5162), 1, + STATE(3619), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4533), 1, sym_type_tuning, - STATE(5166), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, + STATE(4534), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(5199), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(4004), 2, - sym_comment, - sym_include, - [252917] = 13, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5789), 1, + ACTIONS(5201), 2, aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5815), 1, - sym__terminator, - STATE(4027), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(5244), 1, - aux_sym_workfile_definition_repeat3, - STATE(5245), 1, - sym_type_tuning, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4005), 2, + aux_sym_temp_table_tuning_token1, + STATE(3698), 2, sym_comment, sym_include, - [252959] = 14, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [243531] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - ACTIONS(5774), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(1914), 1, - sym__block_terminator, - STATE(4096), 1, - sym_on_quit_phrase, - STATE(4243), 1, - sym_on_stop_phrase, - STATE(4244), 1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(4138), 1, + sym_stop_after_phrase, + STATE(4176), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6008), 1, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5842), 1, sym_body, - STATE(4006), 2, + STATE(3699), 2, sym_comment, sym_include, - [253003] = 14, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [243578] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, + ACTIONS(5028), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - ACTIONS(5774), 1, + ACTIONS(5030), 1, aux_sym_on_error_phrase_token1, - STATE(2304), 1, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2480), 1, sym__block_terminator, - STATE(4076), 1, - sym_on_quit_phrase, - STATE(4274), 1, + STATE(4130), 1, aux_sym_repeat_statement_repeat1, - STATE(4301), 1, - sym_on_stop_phrase, - STATE(5534), 1, + STATE(4343), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, sym_repeat_tuning, - STATE(5744), 1, + STATE(5951), 1, sym_body, - STATE(4007), 2, + STATE(3700), 2, sym_comment, sym_include, - [253047] = 13, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4672), 1, + STATE(4559), 4, sym_on_error_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5023), 1, - sym_on_quit_phrase, - STATE(6370), 1, sym_on_stop_phrase, - ACTIONS(4555), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4008), 2, - sym_comment, - sym_include, - [253089] = 13, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [243625] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, + ACTIONS(5203), 1, aux_sym_field_definition_token1, - ACTIONS(5817), 1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5305), 1, sym__terminator, - STATE(4371), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(5139), 1, - aux_sym_workfile_definition_repeat3, - STATE(5153), 1, + STATE(4135), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4424), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4425), 1, sym_type_tuning, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, + ACTIONS(5199), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(4009), 2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3701), 2, sym_comment, sym_include, - [253131] = 14, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [243672] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - ACTIONS(5774), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(1643), 1, - sym__block_terminator, - STATE(4088), 1, - sym_on_quit_phrase, - STATE(4358), 1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(4160), 1, aux_sym_repeat_statement_repeat1, - STATE(4361), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5787), 1, + STATE(4216), 1, + sym_stop_after_phrase, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5896), 1, sym_body, - STATE(4010), 2, + STATE(3702), 2, sym_comment, sym_include, - [253175] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [243719] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4689), 1, - sym_on_error_phrase, - STATE(5246), 1, - sym_on_quit_phrase, - STATE(6122), 1, - sym_on_stop_phrase, - ACTIONS(4446), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4011), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5209), 1, + sym__terminator, + STATE(4135), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4418), 1, + sym_type_tuning, + STATE(4420), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3703), 2, sym_comment, sym_include, - [253217] = 13, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [243766] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4679), 1, - sym_on_error_phrase, - STATE(4684), 1, - sym_sort_clause, - STATE(5019), 1, - sym_on_quit_phrase, - STATE(6296), 1, - sym_on_stop_phrase, - ACTIONS(4557), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4012), 2, + ACTIONS(5329), 1, + aux_sym_variable_definition_token2, + STATE(3704), 2, sym_comment, sym_include, - [253259] = 14, + ACTIONS(5327), 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, + [243797] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, + ACTIONS(5028), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5774), 1, + ACTIONS(5030), 1, aux_sym_on_error_phrase_token1, - STATE(4051), 1, - sym_on_quit_phrase, - STATE(4259), 1, - sym_on_stop_phrase, - STATE(4262), 1, - aux_sym_repeat_statement_repeat1, - STATE(4892), 1, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2461), 1, sym__block_terminator, - STATE(5534), 1, + STATE(3646), 1, + aux_sym_repeat_statement_repeat1, + STATE(4332), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, sym_repeat_tuning, - STATE(6359), 1, + STATE(5739), 1, sym_body, - STATE(4013), 2, + STATE(3705), 2, sym_comment, sym_include, - [253303] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [243844] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4690), 1, - sym_on_error_phrase, - STATE(5250), 1, - sym_on_quit_phrase, - STATE(6114), 1, - sym_on_stop_phrase, - ACTIONS(4505), 2, + ACTIONS(2899), 1, anon_sym_COLON, - anon_sym_COMMA, - STATE(4014), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + STATE(1826), 1, + sym__block_terminator, + STATE(3687), 1, + aux_sym_repeat_statement_repeat1, + STATE(4273), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5953), 1, + sym_body, + STATE(3706), 2, sym_comment, sym_include, - [253345] = 14, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [243891] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, + ACTIONS(5024), 1, aux_sym__block_terminator_token1, - ACTIONS(5774), 1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, aux_sym_on_error_phrase_token1, - STATE(2230), 1, + STATE(1826), 1, sym__block_terminator, - STATE(4082), 1, - sym_on_quit_phrase, - STATE(4306), 1, + STATE(4130), 1, aux_sym_repeat_statement_repeat1, - STATE(4307), 1, - sym_on_stop_phrase, - STATE(5534), 1, + STATE(4273), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, sym_repeat_tuning, - STATE(6356), 1, + STATE(5953), 1, sym_body, - STATE(4015), 2, + STATE(3707), 2, sym_comment, sym_include, - [253389] = 14, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [243938] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, + ACTIONS(5028), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - ACTIONS(5774), 1, + ACTIONS(5030), 1, aux_sym_on_error_phrase_token1, - STATE(1549), 1, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2459), 1, sym__block_terminator, - STATE(4075), 1, - sym_on_quit_phrase, - STATE(4283), 1, - sym_on_stop_phrase, - STATE(4284), 1, + STATE(4130), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, + STATE(4272), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, sym_repeat_tuning, - STATE(5927), 1, + STATE(5795), 1, sym_body, - STATE(4016), 2, + STATE(3708), 2, sym_comment, sym_include, - [253433] = 14, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [243985] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3652), 1, + aux_sym_do_block_repeat1, + STATE(4195), 1, + sym_stop_after_phrase, + STATE(4196), 1, + aux_sym_repeat_statement_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5481), 1, + sym_body, + STATE(3709), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [244032] = 14, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - ACTIONS(5774), 1, + ACTIONS(5030), 1, aux_sym_on_error_phrase_token1, - STATE(1870), 1, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2459), 1, sym__block_terminator, - STATE(4109), 1, - sym_on_quit_phrase, - STATE(4200), 1, - sym_on_stop_phrase, - STATE(4202), 1, + STATE(3726), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, + STATE(4272), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, sym_repeat_tuning, - STATE(6137), 1, + STATE(5795), 1, sym_body, - STATE(4017), 2, + STATE(3710), 2, sym_comment, sym_include, - [253477] = 11, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [244079] = 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(5819), 1, - sym_identifier, - ACTIONS(5821), 1, - anon_sym_RPAREN, - ACTIONS(5827), 1, - aux_sym__function_argument_with_mode_token2, - STATE(4756), 1, - sym_function_parameter_mode, - STATE(5343), 1, - sym_function_parameter, - ACTIONS(5825), 2, - aux_sym_input_expression_token1, - aux_sym_argument_mode_token1, - STATE(4018), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(4156), 1, + aux_sym_repeat_statement_repeat1, + STATE(4245), 1, + sym_stop_after_phrase, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5470), 1, + sym_body, + STATE(3711), 2, sym_comment, sym_include, - ACTIONS(5823), 3, - aux_sym_dataset_expression_token1, - aux_sym__function_argument_with_mode_token1, - aux_sym__function_argument_with_mode_token3, - [253515] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [244126] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, + ACTIONS(5203), 1, aux_sym_field_definition_token1, - ACTIONS(5829), 1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5331), 1, sym__terminator, - STATE(3997), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(4825), 1, + STATE(3701), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4379), 1, sym_type_tuning, - STATE(4827), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, + STATE(4381), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(5199), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(4019), 2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3712), 2, + sym_comment, + sym_include, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [244173] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5335), 1, + aux_sym_variable_tuning_token2, + STATE(3713), 2, sym_comment, sym_include, - [253557] = 14, + ACTIONS(5333), 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, + [244204] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5219), 1, + ACTIONS(5024), 1, aux_sym__block_terminator_token1, - ACTIONS(5223), 1, + ACTIONS(5028), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5774), 1, + ACTIONS(5030), 1, aux_sym_on_error_phrase_token1, - STATE(4094), 1, - sym_on_quit_phrase, - STATE(4332), 1, - sym_on_stop_phrase, - STATE(4337), 1, - aux_sym_repeat_statement_repeat1, - STATE(5209), 1, + STATE(1851), 1, sym__block_terminator, - STATE(5534), 1, + STATE(3707), 1, + aux_sym_repeat_statement_repeat1, + STATE(4337), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, sym_repeat_tuning, - STATE(6240), 1, + STATE(5982), 1, sym_body, - STATE(4020), 2, + STATE(3714), 2, sym_comment, sym_include, - [253601] = 14, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [244251] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, + ACTIONS(5028), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - ACTIONS(5774), 1, + ACTIONS(5030), 1, aux_sym_on_error_phrase_token1, - STATE(2141), 1, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2413), 1, sym__block_terminator, - STATE(4090), 1, - sym_on_quit_phrase, - STATE(4239), 1, - sym_on_stop_phrase, - STATE(4240), 1, + STATE(3700), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, + STATE(4354), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, sym_repeat_tuning, - STATE(6018), 1, + STATE(5956), 1, sym_body, - STATE(4021), 2, - sym_comment, - sym_include, - [253645] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(4022), 2, + STATE(3715), 2, sym_comment, sym_include, - ACTIONS(5831), 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, - [253671] = 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [244298] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4023), 2, - sym_comment, - sym_include, - ACTIONS(5833), 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, - [253697] = 10, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3702), 1, + aux_sym_do_block_repeat1, + STATE(4161), 1, + sym_stop_after_phrase, + STATE(4162), 1, + aux_sym_repeat_statement_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5770), 1, + sym_body, + STATE(3716), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [244345] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4722), 1, - aux_sym_method_definition_token1, - ACTIONS(5835), 1, - aux_sym__block_terminator_token1, - ACTIONS(5837), 1, - aux_sym_variable_definition_token1, - ACTIONS(5839), 1, - aux_sym_variable_definition_token2, - STATE(3990), 1, - aux_sym_interface_body_repeat1, - STATE(4024), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3718), 1, + aux_sym_do_block_repeat1, + STATE(4198), 1, + aux_sym_repeat_statement_repeat1, + STATE(4242), 1, + sym_stop_after_phrase, + STATE(4843), 1, + sym_do_tuning, + STATE(5499), 1, + sym_body, + STATE(3717), 2, sym_comment, sym_include, - STATE(5124), 5, - sym_property_definition, - sym_event_definition, - sym_method_definition, - sym_dataset_definition, - sym_temp_table_definition, - [253733] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [244392] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4737), 1, - sym_on_error_phrase, - STATE(5167), 1, - sym_on_quit_phrase, - STATE(5954), 1, - sym_on_stop_phrase, - ACTIONS(4477), 2, + ACTIONS(2899), 1, anon_sym_COLON, - anon_sym_COMMA, - STATE(4025), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(4166), 1, + aux_sym_repeat_statement_repeat1, + STATE(4199), 1, + sym_stop_after_phrase, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(6029), 1, + sym_body, + STATE(3718), 2, sym_comment, sym_include, - [253775] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [244439] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5841), 1, + ACTIONS(5339), 1, + aux_sym_setter_token1, + ACTIONS(5342), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5345), 1, + aux_sym_widget_field_token1, + ACTIONS(5351), 1, + aux_sym_run_tuning_token7, + STATE(3901), 1, + sym_run_tuning, + ACTIONS(5337), 3, sym__terminator, - STATE(4001), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(5308), 1, - sym_type_tuning, - STATE(5311), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4026), 2, + anon_sym_LPAREN, + aux_sym_function_call_token1, + STATE(3719), 3, sym_comment, sym_include, - [253817] = 13, + aux_sym_run_statement_repeat1, + ACTIONS(5348), 4, + aux_sym_run_tuning_token1, + aux_sym_run_tuning_token2, + aux_sym_run_tuning_token3, + aux_sym_run_tuning_token4, + [244480] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5843), 1, - sym__terminator, - STATE(4371), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(5125), 1, - sym_type_tuning, - STATE(5129), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4027), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3711), 1, + aux_sym_do_block_repeat1, + STATE(4166), 1, + aux_sym_repeat_statement_repeat1, + STATE(4199), 1, + sym_stop_after_phrase, + STATE(4843), 1, + sym_do_tuning, + STATE(6029), 1, + sym_body, + STATE(3720), 2, sym_comment, sym_include, - [253859] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [244527] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5845), 1, - sym__terminator, - STATE(4371), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(5254), 1, - aux_sym_workfile_definition_repeat3, - STATE(5265), 1, - sym_type_tuning, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4028), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2461), 1, + sym__block_terminator, + STATE(4130), 1, + aux_sym_repeat_statement_repeat1, + STATE(4332), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5739), 1, + sym_body, + STATE(3721), 2, sym_comment, sym_include, - [253901] = 13, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [244574] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, + ACTIONS(5203), 1, aux_sym_field_definition_token1, - ACTIONS(5847), 1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5213), 1, sym__terminator, - STATE(4371), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(5273), 1, - aux_sym_workfile_definition_repeat3, - STATE(5275), 1, + STATE(3685), 1, + aux_sym_temp_table_definition_repeat1, + STATE(4340), 1, + sym_temp_table_tuning, + STATE(4519), 1, sym_type_tuning, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, + STATE(4524), 1, + aux_sym_temp_table_definition_repeat2, + ACTIONS(5199), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(4029), 2, + ACTIONS(5201), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(3722), 2, sym_comment, sym_include, - [253943] = 14, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [244621] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - ACTIONS(5774), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(2349), 1, - sym__block_terminator, - STATE(4059), 1, - sym_on_quit_phrase, - STATE(4342), 1, - sym_on_stop_phrase, - STATE(4343), 1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(3699), 1, + aux_sym_do_block_repeat1, + STATE(4156), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5900), 1, + STATE(4245), 1, + sym_stop_after_phrase, + STATE(4843), 1, + sym_do_tuning, + STATE(5470), 1, sym_body, - STATE(4030), 2, - sym_comment, - sym_include, - [253987] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(4031), 2, + STATE(3723), 2, sym_comment, sym_include, - ACTIONS(3543), 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, - [254013] = 11, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [244668] = 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(5819), 1, - sym_identifier, - ACTIONS(5827), 1, - aux_sym__function_argument_with_mode_token2, - ACTIONS(5849), 1, - anon_sym_RPAREN, - STATE(4756), 1, - sym_function_parameter_mode, - STATE(5520), 1, - sym_function_parameter, - ACTIONS(5825), 2, - aux_sym_input_expression_token1, - aux_sym_argument_mode_token1, - STATE(4032), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5016), 1, + aux_sym_stop_after_phrase_token1, + ACTIONS(5018), 1, + aux_sym_do_tuning_token1, + STATE(4198), 1, + aux_sym_repeat_statement_repeat1, + STATE(4242), 1, + sym_stop_after_phrase, + STATE(4501), 1, + aux_sym_do_block_repeat1, + STATE(4843), 1, + sym_do_tuning, + STATE(5499), 1, + sym_body, + STATE(3724), 2, sym_comment, sym_include, - ACTIONS(5823), 3, - aux_sym_dataset_expression_token1, - aux_sym__function_argument_with_mode_token1, - aux_sym__function_argument_with_mode_token3, - [254051] = 14, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [244715] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, + ACTIONS(5024), 1, aux_sym__block_terminator_token1, - ACTIONS(5774), 1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5030), 1, aux_sym_on_error_phrase_token1, - STATE(1785), 1, + STATE(1851), 1, sym__block_terminator, - STATE(4064), 1, - sym_on_quit_phrase, - STATE(4320), 1, + STATE(4130), 1, aux_sym_repeat_statement_repeat1, - STATE(4321), 1, - sym_on_stop_phrase, - STATE(5534), 1, + STATE(4337), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, sym_repeat_tuning, - STATE(5997), 1, + STATE(5982), 1, sym_body, - STATE(4033), 2, + STATE(3725), 2, sym_comment, sym_include, - [254095] = 14, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [244762] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, + ACTIONS(5028), 1, aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - ACTIONS(5774), 1, + ACTIONS(5030), 1, aux_sym_on_error_phrase_token1, - STATE(2355), 1, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2391), 1, sym__block_terminator, - STATE(4070), 1, - sym_on_quit_phrase, - STATE(4294), 1, - sym_on_stop_phrase, - STATE(4295), 1, + STATE(4130), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, + STATE(4306), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, sym_repeat_tuning, - STATE(5760), 1, + STATE(5451), 1, sym_body, - STATE(4034), 2, + STATE(3726), 2, sym_comment, sym_include, - [254139] = 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [244809] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(4035), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(1957), 1, + sym__integer_literal, + ACTIONS(1961), 1, + anon_sym_LPAREN, + ACTIONS(5354), 1, + sym_identifier, + STATE(1153), 1, + sym_object_access, + STATE(1157), 1, + sym_function_call, + STATE(1213), 1, + sym__decimal_literal, + STATE(1215), 1, + sym__unary_minus_expressions, + STATE(5850), 1, + sym_new_expression, + STATE(3727), 2, sym_comment, sym_include, - ACTIONS(3545), 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, - [254165] = 13, + STATE(1188), 4, + sym_qualified_name, + sym_number_literal, + sym_parenthesized_expression, + sym_member_access, + [244856] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5851), 1, + ACTIONS(2575), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5356), 1, sym__terminator, - STATE(4029), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(4925), 1, - sym_type_tuning, - STATE(4938), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4036), 2, + STATE(3772), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4070), 1, + sym_input_stream_tuning, + ACTIONS(2571), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(3728), 2, sym_comment, sym_include, - [254207] = 10, + ACTIONS(2573), 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, + [244894] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4722), 1, - aux_sym_method_definition_token1, - ACTIONS(5837), 1, - aux_sym_variable_definition_token1, - ACTIONS(5839), 1, - aux_sym_variable_definition_token2, - ACTIONS(5853), 1, - aux_sym__block_terminator_token1, - STATE(4024), 1, - aux_sym_interface_body_repeat1, - STATE(4037), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5165), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3836), 1, + aux_sym_for_phrase_repeat1, + STATE(3729), 2, sym_comment, sym_include, - STATE(5124), 5, - sym_property_definition, - sym_event_definition, - sym_method_definition, - sym_dataset_definition, - sym_temp_table_definition, - [254243] = 13, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [244934] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5855), 1, - sym__terminator, - STATE(3991), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(5300), 1, - sym_type_tuning, - STATE(5313), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4038), 2, + STATE(3730), 2, sym_comment, sym_include, - [254285] = 13, + ACTIONS(4362), 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_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [244962] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4717), 1, - sym_on_error_phrase, - STATE(4960), 1, - sym_on_quit_phrase, - STATE(6118), 1, - sym_on_stop_phrase, - ACTIONS(5857), 2, + STATE(3731), 2, + sym_comment, + sym_include, + ACTIONS(3890), 12, anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, anon_sym_COMMA, - STATE(4039), 2, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_GT, + aux_sym_variable_tuning_token7, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [244990] = 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(5358), 1, + sym_identifier, + ACTIONS(5360), 1, + sym__terminator, + ACTIONS(5362), 1, + anon_sym_LBRACK, + STATE(3876), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3732), 2, sym_comment, sym_include, - [254327] = 5, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [245036] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4040), 2, + STATE(3733), 2, sym_comment, sym_include, - ACTIONS(5434), 10, + ACTIONS(4495), 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, + [245064] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2575), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5364), 1, sym__terminator, + STATE(3772), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4070), 1, + sym_input_stream_tuning, + ACTIONS(2571), 2, aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(3734), 2, + sym_comment, + sym_include, + ACTIONS(2573), 6, 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, - [254353] = 13, + [245102] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3802), 1, - aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, - aux_sym_to_phrase_token1, - ACTIONS(3808), 1, - aux_sym_sort_clause_token1, - STATE(4348), 1, - aux_sym_for_phrase_repeat2, - STATE(4684), 1, - sym_sort_clause, - STATE(4714), 1, - sym_on_error_phrase, - STATE(4965), 1, - sym_on_quit_phrase, - STATE(6117), 1, - sym_on_stop_phrase, - ACTIONS(4536), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4041), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5020), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3745), 1, + aux_sym_for_phrase_repeat1, + STATE(3735), 2, sym_comment, sym_include, - [254395] = 5, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [245142] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4042), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5067), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3779), 1, + aux_sym_for_phrase_repeat1, + STATE(3736), 2, sym_comment, sym_include, - ACTIONS(5859), 10, - anon_sym_RPAREN, + ACTIONS(2464), 6, 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_of_token1, - [254421] = 14, + [245182] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - ACTIONS(5774), 1, - aux_sym_on_error_phrase_token1, - STATE(2093), 1, - sym__block_terminator, - STATE(4047), 1, - sym_on_quit_phrase, - STATE(4250), 1, - sym_on_stop_phrase, - STATE(4258), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5961), 1, - sym_body, - STATE(4043), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5020), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3737), 2, sym_comment, sym_include, - [254465] = 7, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [245222] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4044), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5067), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3738), 2, sym_comment, sym_include, - ACTIONS(5861), 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, - [254495] = 13, - ACTIONS(69), 1, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [245262] = 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(5789), 1, - aux_sym_variable_tuning_token8, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5863), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5366), 1, sym__terminator, - STATE(4371), 1, - aux_sym_workfile_definition_repeat2, - STATE(4696), 1, - sym_workfile_tuning, - STATE(5258), 1, - sym_type_tuning, - STATE(5261), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4045), 2, + ACTIONS(5368), 1, + anon_sym_LBRACK, + STATE(3902), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3739), 2, sym_comment, sym_include, - [254537] = 13, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [245308] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3802), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - ACTIONS(3804), 1, + ACTIONS(2905), 1, aux_sym_to_phrase_token1, - ACTIONS(3808), 1, + ACTIONS(2909), 1, aux_sym_sort_clause_token1, - STATE(4348), 1, + STATE(4188), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, aux_sym_for_phrase_repeat2, - STATE(4684), 1, + STATE(4646), 1, sym_sort_clause, - STATE(4741), 1, - sym_on_error_phrase, - STATE(5149), 1, - sym_on_quit_phrase, - STATE(5783), 1, - sym_on_stop_phrase, - ACTIONS(5865), 2, + ACTIONS(4267), 2, anon_sym_COLON, anon_sym_COMMA, - STATE(4046), 2, + STATE(3740), 2, sym_comment, sym_include, - [254579] = 13, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(2349), 1, - sym__block_terminator, - STATE(4342), 1, + STATE(4559), 4, + sym_on_error_phrase, sym_on_stop_phrase, - STATE(4343), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5900), 1, - sym_body, - STATE(4047), 2, - sym_comment, - sym_include, - [254620] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(2830), 1, - aux_sym_variable_definition_token2, - STATE(4048), 2, - sym_comment, - sym_include, - ACTIONS(2828), 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, - [254647] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5726), 1, - anon_sym_COMMA, - STATE(4098), 1, - aux_sym_inherits_repeat1, - STATE(4049), 2, - sym_comment, - sym_include, - ACTIONS(5756), 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, - [254676] = 6, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [245350] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5871), 1, - aux_sym_variable_tuning_token2, - STATE(4050), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5370), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3741), 2, sym_comment, sym_include, - ACTIONS(5869), 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, - [254703] = 13, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [245390] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5867), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4246), 1, - sym_on_stop_phrase, - STATE(4251), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4263), 1, aux_sym_repeat_statement_repeat1, - STATE(4840), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6336), 1, - sym_body, - STATE(4051), 2, - sym_comment, - sym_include, - [254744] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5873), 1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4456), 2, + anon_sym_COLON, anon_sym_COMMA, - STATE(4052), 3, + STATE(3742), 2, sym_comment, sym_include, - aux_sym_inherits_repeat1, - ACTIONS(5861), 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, - [254771] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [245432] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2703), 1, - aux_sym_variable_tuning_token2, - STATE(4053), 2, - sym_comment, - sym_include, - ACTIONS(2701), 8, + ACTIONS(2575), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5372), 1, 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, - [254798] = 13, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(1643), 1, - sym__block_terminator, - STATE(4358), 1, - aux_sym_repeat_statement_repeat1, - STATE(4361), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5787), 1, - sym_body, - STATE(4054), 2, + STATE(3772), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4070), 1, + sym_input_stream_tuning, + ACTIONS(2571), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(3743), 2, sym_comment, sym_include, - [254839] = 6, - ACTIONS(69), 1, + ACTIONS(2573), 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, + [245470] = 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(2894), 1, - aux_sym_variable_definition_token2, - STATE(4055), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5374), 1, + sym__terminator, + ACTIONS(5376), 1, + anon_sym_LBRACK, + STATE(3970), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3744), 2, sym_comment, sym_include, - ACTIONS(2892), 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, - [254866] = 6, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [245516] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2890), 1, - aux_sym_variable_definition_token2, - STATE(4056), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5155), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3745), 2, sym_comment, sym_include, - ACTIONS(2888), 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, - [254893] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [245556] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2986), 1, - aux_sym_variable_definition_token2, - STATE(4057), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5155), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3758), 1, + aux_sym_for_phrase_repeat1, + STATE(3746), 2, sym_comment, sym_include, - ACTIONS(2984), 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, - [254920] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [245596] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5878), 1, - aux_sym_variable_tuning_token2, - STATE(4058), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5051), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3760), 1, + aux_sym_for_phrase_repeat1, + STATE(3747), 2, sym_comment, sym_include, - ACTIONS(5876), 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, - [254947] = 13, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [245636] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(2355), 1, - sym__block_terminator, - STATE(4294), 1, - sym_on_stop_phrase, - STATE(4295), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4163), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5760), 1, - sym_body, - STATE(4059), 2, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4444), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3748), 2, sym_comment, sym_include, - [254988] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [245678] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3390), 1, - aux_sym_variable_definition_token2, - STATE(4060), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5378), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3749), 2, sym_comment, sym_include, - ACTIONS(3475), 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, - [255015] = 8, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [245718] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5880), 1, - sym__integer_literal, - STATE(4451), 1, - sym__decimal_literal, - STATE(4513), 1, - sym_number_literal, - STATE(4061), 2, + STATE(3750), 2, sym_comment, sym_include, - ACTIONS(5882), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_variable_tuning_token7, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [255046] = 13, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5867), 1, + 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, - STATE(4332), 1, - sym_on_stop_phrase, - STATE(4337), 1, - aux_sym_repeat_statement_repeat1, - STATE(5209), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6240), 1, - sym_body, - STATE(4062), 2, - sym_comment, - sym_include, - [255087] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(5819), 1, - sym_identifier, - ACTIONS(5827), 1, - aux_sym__function_argument_with_mode_token2, - STATE(4756), 1, - sym_function_parameter_mode, - STATE(6002), 1, - sym_function_parameter, - ACTIONS(5825), 2, - aux_sym_input_expression_token1, - aux_sym_argument_mode_token1, - STATE(4063), 2, - sym_comment, - sym_include, - ACTIONS(5823), 3, - aux_sym_dataset_expression_token1, - aux_sym__function_argument_with_mode_token1, - aux_sym__function_argument_with_mode_token3, - [255122] = 13, + 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, + [245746] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(1746), 1, - sym__block_terminator, - STATE(4350), 1, - aux_sym_repeat_statement_repeat1, - STATE(4357), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5812), 1, - sym_body, - STATE(4064), 2, + STATE(3751), 2, sym_comment, sym_include, - [255163] = 6, + ACTIONS(4225), 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_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [245774] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3386), 1, - aux_sym_variable_definition_token2, - STATE(4065), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5380), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3741), 1, + aux_sym_for_phrase_repeat1, + STATE(3752), 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, - [255190] = 13, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [245814] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(1870), 1, - sym__block_terminator, - STATE(4200), 1, - sym_on_stop_phrase, - STATE(4202), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6137), 1, - sym_body, - STATE(4066), 2, + ACTIONS(2575), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5382), 1, + sym__terminator, + STATE(3772), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4070), 1, + sym_input_stream_tuning, + ACTIONS(2571), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(3753), 2, sym_comment, sym_include, - [255231] = 13, + ACTIONS(2573), 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, + [245852] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(2141), 1, - sym__block_terminator, - STATE(4239), 1, - sym_on_stop_phrase, - STATE(4240), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6018), 1, - sym_body, - STATE(4067), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5380), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3754), 2, sym_comment, sym_include, - [255272] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [245892] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3368), 1, - aux_sym_variable_definition_token2, - STATE(4068), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5384), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3755), 2, sym_comment, sym_include, - ACTIONS(3491), 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, - [255299] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [245932] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3330), 1, - aux_sym_variable_definition_token2, - STATE(4069), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5051), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3756), 2, sym_comment, sym_include, - ACTIONS(3493), 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, - [255326] = 13, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [245972] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(2162), 1, - sym__block_terminator, - STATE(4238), 1, - sym_on_stop_phrase, - STATE(4265), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4172), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5989), 1, - sym_body, - STATE(4070), 2, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4344), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3757), 2, sym_comment, sym_include, - [255367] = 7, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [246014] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4192), 1, - sym_temp_table_tuning, - ACTIONS(5886), 2, - aux_sym_variable_tuning_token8, - aux_sym_temp_table_tuning_token1, - STATE(4071), 3, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5386), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3758), 2, sym_comment, sym_include, - aux_sym_temp_table_definition_repeat1, - ACTIONS(5884), 5, - sym__terminator, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [255396] = 7, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246054] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4518), 1, - sym__namedot, - STATE(3295), 1, - aux_sym_qualified_name_repeat1, - STATE(4072), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5386), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3769), 1, + aux_sym_for_phrase_repeat1, + STATE(3759), 2, sym_comment, sym_include, - ACTIONS(3994), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_variable_tuning_token7, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [255425] = 10, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246094] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4518), 1, - sym__namedot, - ACTIONS(5891), 1, - aux_sym__function_argument_with_mode_token4, - STATE(3295), 1, - aux_sym_qualified_name_repeat1, - STATE(5708), 1, - sym_argument_pass_type, - ACTIONS(5889), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4073), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5161), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3760), 2, sym_comment, sym_include, - ACTIONS(4869), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - [255460] = 13, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246134] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(2230), 1, - sym__block_terminator, - STATE(4306), 1, - aux_sym_repeat_statement_repeat1, - STATE(4307), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6356), 1, - sym_body, - STATE(4074), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5161), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3770), 1, + aux_sym_for_phrase_repeat1, + STATE(3761), 2, sym_comment, sym_include, - [255501] = 13, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246174] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(1914), 1, - sym__block_terminator, - STATE(4243), 1, - sym_on_stop_phrase, - STATE(4244), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6008), 1, - sym_body, - STATE(4075), 2, + ACTIONS(2575), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5388), 1, + sym__terminator, + STATE(3772), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4070), 1, + sym_input_stream_tuning, + ACTIONS(2571), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(3762), 2, sym_comment, sym_include, - [255542] = 13, + ACTIONS(2573), 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, + [246212] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(2093), 1, - sym__block_terminator, - STATE(4250), 1, - sym_on_stop_phrase, - STATE(4258), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5961), 1, - sym_body, - STATE(4076), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5163), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3754), 1, + aux_sym_for_phrase_repeat1, + STATE(3763), 2, sym_comment, sym_include, - [255583] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246252] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3328), 1, - aux_sym_variable_definition_token2, - STATE(4077), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5163), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3764), 2, sym_comment, sym_include, - ACTIONS(3529), 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, - [255610] = 13, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246292] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(1549), 1, - sym__block_terminator, - STATE(4283), 1, - sym_on_stop_phrase, - STATE(4284), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5927), 1, - sym_body, - STATE(4078), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5390), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3755), 1, + aux_sym_for_phrase_repeat1, + STATE(3765), 2, sym_comment, sym_include, - [255651] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246332] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3388), 1, - aux_sym_variable_definition_token2, - STATE(4079), 2, + STATE(3766), 2, sym_comment, sym_include, - ACTIONS(3477), 8, + ACTIONS(4378), 12, + 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, - [255678] = 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_GT, + aux_sym_variable_tuning_token7, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [246360] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(1785), 1, - sym__block_terminator, - STATE(4320), 1, - aux_sym_repeat_statement_repeat1, - STATE(4321), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5997), 1, - sym_body, - STATE(4080), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5390), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3767), 2, sym_comment, sym_include, - [255719] = 13, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246400] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(2038), 1, - sym__block_terminator, - STATE(4204), 1, - aux_sym_repeat_statement_repeat1, - STATE(4217), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6219), 1, - sym_body, - STATE(4081), 2, + ACTIONS(2575), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5392), 1, + sym__terminator, + STATE(3772), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4070), 1, + sym_input_stream_tuning, + ACTIONS(2571), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(3768), 2, sym_comment, sym_include, - [255760] = 13, + ACTIONS(2573), 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, + [246438] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(2189), 1, - sym__block_terminator, - STATE(4285), 1, - aux_sym_repeat_statement_repeat1, - STATE(4286), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5837), 1, - sym_body, - STATE(4082), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5394), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3769), 2, sym_comment, sym_include, - [255801] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246478] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2834), 1, - aux_sym_variable_definition_token2, - STATE(4083), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5396), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3770), 2, sym_comment, sym_include, - ACTIONS(2832), 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, - [255828] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246518] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2848), 1, - aux_sym_variable_definition_token2, - STATE(4084), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5396), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3773), 1, + aux_sym_for_phrase_repeat1, + STATE(3771), 2, sym_comment, sym_include, - ACTIONS(2846), 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, - [255855] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246558] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2866), 1, - aux_sym_variable_definition_token2, - STATE(4085), 2, + ACTIONS(5398), 1, + sym__terminator, + ACTIONS(5406), 1, + aux_sym_input_stream_tuning_token9, + STATE(4070), 1, + sym_input_stream_tuning, + ACTIONS(5400), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(3772), 3, sym_comment, sym_include, - ACTIONS(2864), 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, - [255882] = 6, + aux_sym_input_stream_statement_repeat1, + ACTIONS(5403), 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, + [246594] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2840), 1, - aux_sym_variable_definition_token2, - STATE(4086), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5409), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3773), 2, sym_comment, sym_include, - ACTIONS(2878), 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, - [255909] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246634] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2882), 1, - aux_sym_variable_definition_token2, - STATE(4087), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5012), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3774), 2, sym_comment, sym_include, - ACTIONS(2880), 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, - [255936] = 13, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246674] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(1609), 1, - sym__block_terminator, - STATE(4324), 1, - aux_sym_repeat_statement_repeat1, - STATE(4329), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5856), 1, - sym_body, - STATE(4088), 2, + STATE(3775), 2, sym_comment, sym_include, - [255977] = 6, + ACTIONS(4470), 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, + [246702] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2886), 1, - aux_sym_variable_definition_token2, - STATE(4089), 2, + STATE(3776), 2, sym_comment, sym_include, - ACTIONS(2884), 8, + ACTIONS(4398), 12, + 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, - [256004] = 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_GT, + aux_sym_variable_tuning_token7, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [246730] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(2090), 1, - sym__block_terminator, - STATE(4201), 1, - sym_on_stop_phrase, - STATE(4203), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6158), 1, - sym_body, - STATE(4090), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5012), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3789), 1, + aux_sym_for_phrase_repeat1, + STATE(3777), 2, sym_comment, sym_include, - [256045] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246770] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2898), 1, - aux_sym_variable_definition_token2, - STATE(4091), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5179), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3792), 1, + aux_sym_for_phrase_repeat1, + STATE(3778), 2, sym_comment, sym_include, - ACTIONS(2896), 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, - [256072] = 13, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246810] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(4259), 1, - sym_on_stop_phrase, - STATE(4262), 1, - aux_sym_repeat_statement_repeat1, - STATE(4892), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6359), 1, - sym_body, - STATE(4092), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5153), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3779), 2, sym_comment, sym_include, - [256113] = 13, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246850] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(4206), 1, - sym_on_stop_phrase, - STATE(4220), 1, - aux_sym_repeat_statement_repeat1, - STATE(5281), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6165), 1, - sym_body, - STATE(4093), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5153), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3842), 1, + aux_sym_for_phrase_repeat1, + STATE(3780), 2, sym_comment, sym_include, - [256154] = 13, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246890] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(4314), 1, - sym_on_stop_phrase, - STATE(4317), 1, - aux_sym_repeat_statement_repeat1, - STATE(5006), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6283), 1, - sym_body, - STATE(4094), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5083), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3781), 2, sym_comment, sym_include, - [256195] = 13, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246930] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(2304), 1, - sym__block_terminator, - STATE(4274), 1, - aux_sym_repeat_statement_repeat1, - STATE(4301), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5744), 1, - sym_body, - STATE(4095), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5022), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3844), 1, + aux_sym_for_phrase_repeat1, + STATE(3782), 2, sym_comment, sym_include, - [256236] = 13, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [246970] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(1579), 1, - sym__block_terminator, - STATE(4215), 1, - sym_on_stop_phrase, - STATE(4225), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6055), 1, - sym_body, - STATE(4096), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5177), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3815), 1, + aux_sym_for_phrase_repeat1, + STATE(3783), 2, sym_comment, sym_include, - [256277] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [247010] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2996), 1, - aux_sym_variable_definition_token2, - STATE(4097), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5179), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3784), 2, sym_comment, sym_include, - ACTIONS(2994), 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, - [256304] = 7, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [247050] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5726), 1, - anon_sym_COMMA, - STATE(4052), 1, - aux_sym_inherits_repeat1, - STATE(4098), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5022), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3785), 2, sym_comment, sym_include, - ACTIONS(5893), 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, - [256333] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [247090] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3000), 1, - aux_sym_variable_definition_token2, - STATE(4099), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5083), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3764), 1, + aux_sym_for_phrase_repeat1, + STATE(3786), 2, sym_comment, sym_include, - ACTIONS(2998), 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, - [256360] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [247130] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3004), 1, - aux_sym_variable_definition_token2, - STATE(4100), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5181), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3767), 1, + aux_sym_for_phrase_repeat1, + STATE(3787), 2, sym_comment, sym_include, - ACTIONS(3002), 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, - [256387] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [247170] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3010), 1, - aux_sym_variable_definition_token2, - STATE(4101), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5181), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3788), 2, sym_comment, sym_include, - ACTIONS(3030), 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, - [256414] = 7, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [247210] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5726), 1, - anon_sym_COMMA, - STATE(4113), 1, - aux_sym_inherits_repeat1, - STATE(4102), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5177), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3789), 2, sym_comment, sym_include, - ACTIONS(5724), 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, - [256443] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [247250] = 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(5358), 1, + sym_identifier, + ACTIONS(5411), 1, + sym__terminator, + ACTIONS(5413), 1, + anon_sym_LBRACK, + STATE(3975), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3790), 2, + sym_comment, + sym_include, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [247296] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3012), 1, - aux_sym_variable_definition_token2, - STATE(4103), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5415), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3809), 1, + aux_sym_for_phrase_repeat1, + STATE(3791), 2, sym_comment, sym_include, - ACTIONS(3032), 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, - [256470] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [247336] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3014), 1, - aux_sym_variable_definition_token2, - STATE(4104), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5415), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3792), 2, sym_comment, sym_include, - ACTIONS(3034), 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, - [256497] = 6, - ACTIONS(69), 1, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [247376] = 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(3058), 1, - aux_sym_variable_definition_token2, - STATE(4105), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5417), 1, + sym__terminator, + ACTIONS(5419), 1, + anon_sym_LBRACK, + STATE(3879), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3793), 2, sym_comment, sym_include, - ACTIONS(3080), 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, - [256524] = 6, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [247422] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3060), 1, - aux_sym_variable_definition_token2, - STATE(4106), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5065), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3807), 1, + aux_sym_for_phrase_repeat1, + STATE(3794), 2, sym_comment, sym_include, - ACTIONS(3084), 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, - [256551] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [247462] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3062), 1, - aux_sym_variable_definition_token2, - STATE(4107), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5065), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3795), 2, sym_comment, sym_include, - ACTIONS(3086), 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, - [256578] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [247502] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3070), 1, - aux_sym_variable_definition_token2, - STATE(4108), 2, + ACTIONS(2575), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5421), 1, + sym__terminator, + STATE(3772), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4070), 1, + sym_input_stream_tuning, + ACTIONS(2571), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(3796), 2, sym_comment, sym_include, - ACTIONS(3110), 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, - [256605] = 13, - ACTIONS(69), 1, + ACTIONS(2573), 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, + [247540] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, - aux_sym_on_error_phrase_token1, - STATE(1831), 1, - sym__block_terminator, - STATE(4266), 1, - aux_sym_repeat_statement_repeat1, - STATE(4267), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5965), 1, - sym_body, - STATE(4109), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5423), 1, + sym__terminator, + ACTIONS(5425), 1, + anon_sym_LBRACK, + STATE(3995), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3797), 2, sym_comment, sym_include, - [256646] = 6, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [247586] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3072), 1, - aux_sym_variable_definition_token2, - STATE(4110), 2, + STATE(3798), 2, sym_comment, sym_include, - ACTIONS(3112), 8, + ACTIONS(4390), 12, + 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, - [256673] = 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_GT, + aux_sym_variable_tuning_token7, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [247614] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - ACTIONS(5867), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(1902), 1, - sym__block_terminator, - STATE(4279), 1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4225), 1, aux_sym_repeat_statement_repeat1, - STATE(4291), 1, - sym_on_stop_phrase, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6208), 1, - sym_body, - STATE(4111), 2, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4454), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3799), 2, sym_comment, sym_include, - [256714] = 6, - ACTIONS(69), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [247656] = 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(3078), 1, - aux_sym_variable_definition_token2, - STATE(4112), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5427), 1, + sym__terminator, + ACTIONS(5429), 1, + anon_sym_LBRACK, + STATE(3962), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3800), 2, sym_comment, sym_include, - ACTIONS(3120), 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, - [256741] = 7, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [247702] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5726), 1, - anon_sym_COMMA, - STATE(4052), 1, - aux_sym_inherits_repeat1, - STATE(4113), 2, + ACTIONS(5433), 1, + aux_sym_input_stream_tuning_token10, + ACTIONS(5435), 1, + aux_sym_input_stream_tuning_token11, + STATE(3801), 2, sym_comment, sym_include, - ACTIONS(5895), 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, - [256770] = 6, + ACTIONS(5431), 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, + [247734] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3082), 1, - aux_sym_variable_definition_token2, - STATE(4114), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5057), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3802), 2, sym_comment, sym_include, - ACTIONS(3126), 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, - [256797] = 6, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [247774] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3100), 1, - aux_sym_variable_definition_token2, - STATE(4115), 2, + STATE(3803), 2, sym_comment, sym_include, - ACTIONS(3134), 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, - [256824] = 12, - 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(5897), 1, - sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - ACTIONS(5901), 1, + ACTIONS(106), 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, - STATE(2179), 1, - sym_do_block, - STATE(4280), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6782), 1, - sym_label, - STATE(4116), 2, - sym_comment, - sym_include, - [256862] = 9, + 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, + [247802] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4873), 1, - sym__namedot, - ACTIONS(5143), 1, - anon_sym_LT, - STATE(3456), 1, - aux_sym_qualified_name_repeat1, - STATE(3640), 1, - sym_generic_expression, - STATE(4117), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5057), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3788), 1, + aux_sym_for_phrase_repeat1, + STATE(3804), 2, sym_comment, sym_include, - ACTIONS(3823), 4, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - anon_sym_LPAREN, - [256894] = 11, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [247842] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5903), 1, + ACTIONS(2575), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5437), 1, sym__terminator, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(5909), 1, - aux_sym_query_definition_token2, - ACTIONS(5911), 1, - aux_sym_query_definition_token3, - STATE(4399), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4118), 2, + STATE(3772), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4070), 1, + sym_input_stream_tuning, + ACTIONS(2571), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(3805), 2, sym_comment, sym_include, - [256930] = 12, + ACTIONS(2573), 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, + [247880] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(4730), 1, - anon_sym_LPAREN, - ACTIONS(4744), 1, - sym__namecolon, - ACTIONS(5913), 1, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4210), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4338), 2, anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3645), 1, - sym_function_arguments, - STATE(3693), 1, - aux_sym_object_access_repeat1, - STATE(5646), 1, - sym_case_body, - STATE(4119), 2, + anon_sym_COMMA, + STATE(3806), 2, sym_comment, sym_include, - [256968] = 8, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [247922] = 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(5915), 1, - sym_identifier, - STATE(3392), 1, - sym_qualified_name, - STATE(6061), 1, - sym__find_type, - STATE(4120), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5187), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3807), 2, sym_comment, sym_include, - ACTIONS(5917), 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, - [256998] = 12, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [247962] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(4730), 1, - anon_sym_LPAREN, - ACTIONS(4744), 1, - sym__namecolon, - ACTIONS(5913), 1, - anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3645), 1, - sym_function_arguments, - STATE(3693), 1, - aux_sym_object_access_repeat1, - STATE(5662), 1, - sym_case_body, - STATE(4121), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5187), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3816), 1, + aux_sym_for_phrase_repeat1, + STATE(3808), 2, sym_comment, sym_include, - [257036] = 11, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248002] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5921), 1, - aux_sym__block_terminator_token1, - ACTIONS(5923), 1, - anon_sym_LPAREN, - STATE(1605), 1, - sym__function_terminator, - STATE(1606), 1, - sym__block_terminator, - STATE(4447), 1, - sym_function_parameters, - STATE(5490), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4122), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5439), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3809), 2, sym_comment, sym_include, - [257072] = 6, - ACTIONS(3), 1, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248042] = 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(5925), 1, - anon_sym_COMMA, - STATE(4123), 3, + ACTIONS(5441), 1, + aux_sym_function_call_token1, + STATE(3810), 2, sym_comment, sym_include, - aux_sym_array_literal_repeat1, - ACTIONS(2796), 6, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_scope_tuning_token1, - aux_sym_do_block_token1, + 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_of_phrase_token2, - [257098] = 12, + 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, + [248072] = 14, 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(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - ACTIONS(5928), 1, - aux_sym_widget_field_token1, - STATE(4312), 1, - aux_sym_on_statement_repeat1, - STATE(4982), 1, - sym_do_block, - STATE(5481), 1, - sym_widget_phrase, - STATE(6526), 1, - sym_label, - STATE(4124), 2, + ACTIONS(5443), 1, + sym__terminator, + ACTIONS(5445), 1, + anon_sym_LBRACK, + STATE(3982), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3811), 2, sym_comment, sym_include, - [257136] = 12, - ACTIONS(3), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [248118] = 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(637), 1, - aux_sym_do_block_token1, - ACTIONS(5897), 1, - sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - ACTIONS(5930), 1, - aux_sym_widget_field_token1, - STATE(1603), 1, - sym_do_block, - STATE(4318), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6381), 1, - sym_label, - STATE(4125), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5053), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3819), 1, + aux_sym_for_phrase_repeat1, + STATE(3812), 2, sym_comment, sym_include, - [257174] = 8, - ACTIONS(3), 1, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248158] = 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(5932), 1, - sym_identifier, - STATE(4762), 1, - sym_function_parameter_mode, - ACTIONS(5825), 2, - aux_sym_input_expression_token1, - aux_sym_argument_mode_token1, - STATE(4126), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5053), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3813), 2, sym_comment, sym_include, - ACTIONS(5934), 4, - aux_sym_dataset_expression_token1, - aux_sym__function_argument_with_mode_token1, - aux_sym__function_argument_with_mode_token2, - aux_sym__function_argument_with_mode_token3, - [257204] = 12, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248198] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(5936), 1, - anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4507), 1, - aux_sym_interface_statement_repeat1, - STATE(5788), 1, - sym_inherits, - STATE(5792), 1, - sym_interface_tuning, - STATE(6737), 1, - sym_interface_body, - STATE(4127), 2, + STATE(3814), 2, sym_comment, sym_include, - [257242] = 12, + 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, + [248226] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(4730), 1, - anon_sym_LPAREN, - ACTIONS(4744), 1, - sym__namecolon, - ACTIONS(5913), 1, - anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3645), 1, - sym_function_arguments, - STATE(3693), 1, - aux_sym_object_access_repeat1, - STATE(5663), 1, - sym_case_body, - STATE(4128), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5447), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3815), 2, sym_comment, sym_include, - [257280] = 8, - ACTIONS(3), 1, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248266] = 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(5938), 1, - sym_identifier, - STATE(4138), 1, - aux_sym_destructor_definition_repeat1, - STATE(4656), 1, - sym_access_tuning, - STATE(4129), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5449), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3816), 2, sym_comment, sym_include, - ACTIONS(5940), 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, - [257310] = 11, - ACTIONS(3), 1, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248306] = 11, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(5942), 1, - sym_identifier, - ACTIONS(5945), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5948), 1, - anon_sym_RBRACE, - ACTIONS(5950), 1, - anon_sym_DQUOTE, - ACTIONS(5953), 1, - aux_sym_include_argument_token1, - STATE(4797), 1, - sym_include_argument, - STATE(5009), 1, - sym_double_quoted_string, - STATE(5292), 1, - sym_constant, - STATE(4130), 3, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5449), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3825), 1, + aux_sym_for_phrase_repeat1, + STATE(3817), 2, sym_comment, sym_include, - aux_sym_include_repeat2, - [257346] = 9, - ACTIONS(3), 1, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248346] = 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(2769), 1, - anon_sym_COMMA, - ACTIONS(5958), 1, - aux_sym_scope_tuning_token1, - ACTIONS(5960), 1, - aux_sym_of_phrase_token2, - STATE(4123), 1, - aux_sym_array_literal_repeat1, - STATE(4131), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5447), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3749), 1, + aux_sym_for_phrase_repeat1, + STATE(3818), 2, sym_comment, sym_include, - ACTIONS(5956), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [257378] = 11, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248386] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(5962), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5185), 1, sym__terminator, - ACTIONS(5964), 1, - aux_sym_query_definition_token2, - ACTIONS(5966), 1, - aux_sym_query_definition_token3, - STATE(4503), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4132), 2, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3819), 2, sym_comment, sym_include, - [257414] = 8, - ACTIONS(3), 1, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248426] = 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(5968), 1, - sym_identifier, - STATE(3419), 1, - sym_qualified_name, - STATE(5846), 1, - sym__find_type, - STATE(4133), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4220), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(5451), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3820), 2, sym_comment, sym_include, - ACTIONS(5917), 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, - [257444] = 12, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [248468] = 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(637), 1, - aux_sym_do_block_token1, - ACTIONS(5897), 1, - sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - ACTIONS(5970), 1, - aux_sym_widget_field_token1, - STATE(1537), 1, - sym_do_block, - STATE(4276), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6381), 1, - sym_label, - STATE(4134), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5185), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3826), 1, + aux_sym_for_phrase_repeat1, + STATE(3821), 2, sym_comment, sym_include, - [257482] = 8, - ACTIONS(3), 1, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248508] = 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(5972), 1, - sym_identifier, - STATE(3396), 1, - sym_qualified_name, - STATE(6271), 1, - sym__find_type, - STATE(4135), 2, + ACTIONS(2575), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5453), 1, + sym__terminator, + STATE(3772), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4070), 1, + sym_input_stream_tuning, + ACTIONS(2571), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(3822), 2, sym_comment, sym_include, - ACTIONS(5917), 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, - [257512] = 12, + ACTIONS(2573), 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, + [248546] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(4730), 1, - anon_sym_LPAREN, - ACTIONS(4744), 1, - sym__namecolon, - ACTIONS(5913), 1, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4214), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4462), 2, anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3645), 1, - sym_function_arguments, - STATE(3693), 1, - aux_sym_object_access_repeat1, - STATE(5419), 1, - sym_case_body, - STATE(4136), 2, + anon_sym_COMMA, + STATE(3823), 2, sym_comment, sym_include, - [257550] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [248588] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(5974), 1, - sym__terminator, - ACTIONS(5976), 1, - aux_sym_query_definition_token2, - ACTIONS(5978), 1, - aux_sym_query_definition_token3, - STATE(4493), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4137), 2, - sym_comment, - sym_include, - [257586] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(5980), 1, - sym_identifier, - STATE(4656), 1, - sym_access_tuning, - STATE(4138), 3, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4243), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(4312), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3824), 2, sym_comment, sym_include, - aux_sym_destructor_definition_repeat1, - ACTIONS(5982), 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, - [257614] = 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [248630] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4139), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5455), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3825), 2, sym_comment, sym_include, - ACTIONS(5861), 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, - [257638] = 9, - ACTIONS(3), 1, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248670] = 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(5985), 1, - anon_sym_LT, - ACTIONS(5987), 1, - sym__namedot, - STATE(4346), 1, - aux_sym_qualified_name_repeat1, - STATE(4837), 1, - sym_generic_expression, - STATE(4140), 2, - sym_comment, - sym_include, - ACTIONS(3827), 4, - sym_identifier, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5457), 1, sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [257670] = 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(5897), 1, - sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - ACTIONS(5989), 1, - aux_sym_widget_field_token1, - STATE(2250), 1, - sym_do_block, - STATE(4331), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6657), 1, - sym_label, - STATE(4141), 2, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3826), 2, sym_comment, sym_include, - [257708] = 11, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248710] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(5991), 1, - anon_sym_COMMA, - ACTIONS(5995), 1, - anon_sym_GT, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5427), 1, - aux_sym_generic_expression_repeat1, - STATE(5733), 1, - sym_type_tuning, - ACTIONS(5993), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4142), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5457), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3829), 1, + aux_sym_for_phrase_repeat1, + STATE(3827), 2, sym_comment, sym_include, - [257744] = 11, - ACTIONS(69), 1, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248750] = 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(5923), 1, - anon_sym_LPAREN, - ACTIONS(5997), 1, - aux_sym__block_terminator_token1, - STATE(2183), 1, - sym__function_terminator, - STATE(2184), 1, - sym__block_terminator, - STATE(4441), 1, - sym_function_parameters, - STATE(5578), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4143), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5459), 1, + sym__terminator, + ACTIONS(5461), 1, + anon_sym_LBRACK, + STATE(3882), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3828), 2, sym_comment, sym_include, - [257780] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [248796] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(5999), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5463), 1, sym__terminator, - ACTIONS(6001), 1, - aux_sym_query_definition_token2, - ACTIONS(6003), 1, - aux_sym_query_definition_token3, - STATE(4468), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4144), 2, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3829), 2, sym_comment, sym_include, - [257816] = 9, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248836] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5610), 1, - aux_sym_variable_tuning_token7, - STATE(4155), 1, - aux_sym_function_parameter_repeat1, - STATE(4420), 1, - sym_function_parameter_tuning, - ACTIONS(6005), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4145), 2, + STATE(3830), 2, sym_comment, sym_include, - ACTIONS(5612), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [257848] = 9, + ACTIONS(117), 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, + [248864] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5610), 1, - aux_sym_variable_tuning_token7, - STATE(4156), 1, - aux_sym_function_parameter_repeat1, - STATE(4420), 1, - sym_function_parameter_tuning, - ACTIONS(6005), 2, + ACTIONS(4729), 1, + anon_sym_LPAREN, + ACTIONS(4961), 1, + aux_sym__function_argument_with_mode_token4, + STATE(3810), 1, + sym_function_arguments, + STATE(4346), 1, + sym_type_tuning, + STATE(5627), 1, + sym_argument_pass_type, + ACTIONS(4955), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(4146), 2, + ACTIONS(4957), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(3831), 2, sym_comment, sym_include, - ACTIONS(5612), 3, + ACTIONS(4959), 3, aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [257880] = 11, + [248906] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6007), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5465), 1, sym__terminator, - ACTIONS(6009), 1, - aux_sym_query_definition_token2, - ACTIONS(6011), 1, - aux_sym_query_definition_token3, - STATE(4623), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4147), 2, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3832), 2, sym_comment, sym_include, - [257916] = 8, - ACTIONS(3), 1, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [248946] = 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(6013), 1, - sym_identifier, - STATE(3403), 1, - sym_qualified_name, - STATE(5762), 1, - sym__find_type, - STATE(4148), 2, + STATE(3833), 2, sym_comment, sym_include, - ACTIONS(5917), 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, - [257946] = 12, - ACTIONS(3), 1, + 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, + [248974] = 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(374), 1, - aux_sym_do_block_token1, - ACTIONS(5897), 1, - sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - ACTIONS(6015), 1, - aux_sym_widget_field_token1, - STATE(2131), 1, - sym_do_block, - STATE(4235), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6782), 1, - sym_label, - STATE(4149), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(2905), 1, + aux_sym_to_phrase_token1, + ACTIONS(2909), 1, + aux_sym_sort_clause_token1, + STATE(4170), 1, + aux_sym_repeat_statement_repeat1, + STATE(4362), 1, + aux_sym_for_phrase_repeat2, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(5467), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(3834), 2, sym_comment, sym_include, - [257984] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [249016] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6017), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5469), 1, sym__terminator, - ACTIONS(6019), 1, - aux_sym_query_definition_token2, - ACTIONS(6021), 1, - aux_sym_query_definition_token3, - STATE(4539), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4150), 2, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3832), 1, + aux_sym_for_phrase_repeat1, + STATE(3835), 2, sym_comment, sym_include, - [258020] = 11, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [249056] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5923), 1, - anon_sym_LPAREN, - ACTIONS(6023), 1, - aux_sym__block_terminator_token1, - STATE(1865), 1, - sym__function_terminator, - STATE(1866), 1, - sym__block_terminator, - STATE(4397), 1, - sym_function_parameters, - STATE(5339), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4151), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5469), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3836), 2, sym_comment, sym_include, - [258056] = 11, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [249096] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(5991), 1, - anon_sym_COMMA, - ACTIONS(6025), 1, - anon_sym_GT, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5366), 1, - aux_sym_generic_expression_repeat1, - STATE(5733), 1, - sym_type_tuning, - ACTIONS(5993), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4152), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5471), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3837), 2, sym_comment, sym_include, - [258092] = 12, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [249136] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(581), 1, - aux_sym_do_block_token1, - ACTIONS(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - ACTIONS(6027), 1, - aux_sym_widget_field_token1, - STATE(1863), 1, - sym_do_block, - STATE(4209), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6600), 1, - sym_label, - STATE(4153), 2, + ACTIONS(5473), 1, + sym__terminator, + ACTIONS(5475), 1, + anon_sym_LBRACK, + STATE(3867), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3838), 2, sym_comment, sym_include, - [258130] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [249182] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5923), 1, - anon_sym_LPAREN, - ACTIONS(6029), 1, - aux_sym__block_terminator_token1, - STATE(2014), 1, - sym__block_terminator, - STATE(2023), 1, - sym__function_terminator, - STATE(4627), 1, - sym_function_parameters, - STATE(5454), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4154), 2, + ACTIONS(2575), 1, + aux_sym_input_stream_tuning_token9, + ACTIONS(5477), 1, + sym__terminator, + STATE(3772), 1, + aux_sym_input_stream_statement_repeat1, + STATE(4070), 1, + sym_input_stream_tuning, + ACTIONS(2571), 2, + aux_sym_input_stream_tuning_token1, + aux_sym_input_stream_tuning_token5, + STATE(3839), 2, sym_comment, sym_include, - [258166] = 9, + ACTIONS(2573), 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, + [249220] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5610), 1, - aux_sym_variable_tuning_token7, - STATE(4156), 1, - aux_sym_function_parameter_repeat1, - STATE(4420), 1, - sym_function_parameter_tuning, - ACTIONS(6031), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4155), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5061), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3784), 1, + aux_sym_for_phrase_repeat1, + STATE(3840), 2, sym_comment, sym_include, - ACTIONS(5612), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [258198] = 8, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [249260] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6035), 1, - aux_sym_variable_tuning_token7, - STATE(4420), 1, - sym_function_parameter_tuning, - ACTIONS(6033), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(6038), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - STATE(4156), 3, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5061), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3841), 2, sym_comment, sym_include, - aux_sym_function_parameter_repeat1, - [258228] = 9, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [249300] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5610), 1, - aux_sym_variable_tuning_token7, - STATE(4173), 1, - aux_sym_function_parameter_repeat1, - STATE(4420), 1, - sym_function_parameter_tuning, - ACTIONS(6041), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4157), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5479), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3842), 2, sym_comment, sym_include, - ACTIONS(5612), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [258260] = 9, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [249340] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5610), 1, - aux_sym_variable_tuning_token7, - STATE(4156), 1, - aux_sym_function_parameter_repeat1, - STATE(4420), 1, - sym_function_parameter_tuning, - ACTIONS(6041), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4158), 2, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5479), 1, + sym__terminator, + STATE(3374), 1, + sym_using, + STATE(3577), 1, + sym_query_tuning, + STATE(3837), 1, + aux_sym_for_phrase_repeat1, + STATE(3843), 2, sym_comment, sym_include, - ACTIONS(5612), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [258292] = 11, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [249380] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6043), 1, + ACTIONS(2466), 1, + aux_sym_using_statement_token1, + ACTIONS(2470), 1, + aux_sym_query_tuning_token6, + ACTIONS(5165), 1, sym__terminator, - ACTIONS(6045), 1, - aux_sym_query_definition_token2, - ACTIONS(6047), 1, - aux_sym_query_definition_token3, - STATE(4583), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4159), 2, + STATE(3374), 1, + sym_using, + STATE(3376), 1, + aux_sym_for_phrase_repeat1, + STATE(3577), 1, + sym_query_tuning, + STATE(3844), 2, sym_comment, sym_include, - [258328] = 12, + ACTIONS(2464), 6, + aux_sym_function_call_token1, + aux_sym_query_tuning_token1, + aux_sym_query_tuning_token2, + aux_sym_query_tuning_token3, + aux_sym_query_tuning_token4, + aux_sym_query_tuning_token5, + [249420] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(5936), 1, - anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4481), 1, - aux_sym_interface_statement_repeat1, - STATE(5788), 1, - sym_inherits, - STATE(5792), 1, - sym_interface_tuning, - STATE(6491), 1, - sym_interface_body, - STATE(4160), 2, - sym_comment, - sym_include, - [258366] = 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(5897), 1, - sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - ACTIONS(6049), 1, - aux_sym_widget_field_token1, - STATE(2042), 1, - sym_do_block, - STATE(4298), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6657), 1, - sym_label, - STATE(4161), 2, + ACTIONS(5481), 1, + sym__terminator, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + STATE(3860), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3845), 2, sym_comment, sym_include, - [258404] = 11, + ACTIONS(5483), 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, + [249459] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6051), 1, - sym__terminator, - ACTIONS(6053), 1, - aux_sym_query_definition_token2, - ACTIONS(6055), 1, - aux_sym_query_definition_token3, - STATE(4552), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4162), 2, + STATE(801), 1, + sym_accumulate_aggregate, + STATE(3846), 2, sym_comment, sym_include, - [258440] = 12, - ACTIONS(3), 1, + ACTIONS(5491), 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, + [249488] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(6057), 1, - sym_identifier, - ACTIONS(6059), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6061), 1, - anon_sym_RBRACE, - ACTIONS(6063), 1, - anon_sym_DQUOTE, - ACTIONS(6065), 1, - aux_sym_include_argument_token1, - STATE(4180), 1, - aux_sym_include_repeat2, - STATE(4797), 1, - sym_include_argument, - STATE(5009), 1, - sym_double_quoted_string, - STATE(5292), 1, - sym_constant, - STATE(4163), 2, + STATE(601), 1, + sym_accumulate_aggregate, + STATE(3847), 2, sym_comment, sym_include, - [258478] = 11, + ACTIONS(5491), 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, + [249517] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6067), 1, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5493), 1, sym__terminator, - ACTIONS(6069), 1, - aux_sym_query_definition_token2, - ACTIONS(6071), 1, - aux_sym_query_definition_token3, - STATE(4650), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4164), 2, + STATE(3909), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3848), 2, sym_comment, sym_include, - [258514] = 12, - ACTIONS(3), 1, + ACTIONS(5483), 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, + [249556] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(6057), 1, - sym_identifier, - ACTIONS(6059), 1, + ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6063), 1, - anon_sym_DQUOTE, - ACTIONS(6065), 1, - aux_sym_include_argument_token1, - ACTIONS(6073), 1, - anon_sym_RBRACE, - STATE(4186), 1, - aux_sym_include_repeat2, - STATE(4797), 1, - sym_include_argument, - STATE(5009), 1, - sym_double_quoted_string, - STATE(5292), 1, - sym_constant, - STATE(4165), 2, + STATE(621), 1, + sym_accumulate_aggregate, + STATE(3849), 2, sym_comment, sym_include, - [258552] = 8, + ACTIONS(5491), 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, + [249585] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6075), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - STATE(4129), 1, - aux_sym_destructor_definition_repeat1, - STATE(4656), 1, - sym_access_tuning, - STATE(4166), 2, - sym_comment, - sym_include, - ACTIONS(5940), 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, - [258582] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5610), 1, - aux_sym_variable_tuning_token7, - STATE(4156), 1, - aux_sym_function_parameter_repeat1, - STATE(4420), 1, - sym_function_parameter_tuning, - ACTIONS(6077), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4167), 2, + ACTIONS(5495), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3850), 2, sym_comment, sym_include, - ACTIONS(5612), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [258614] = 12, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [249628] = 13, 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(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - ACTIONS(6079), 1, - aux_sym_widget_field_token1, - STATE(4353), 1, - aux_sym_on_statement_repeat1, - STATE(5175), 1, - sym_do_block, - STATE(5481), 1, - sym_widget_phrase, - STATE(6526), 1, - sym_label, - STATE(4168), 2, + ACTIONS(5497), 1, + sym__terminator, + STATE(3896), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3851), 2, sym_comment, sym_include, - [258652] = 8, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [249671] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6081), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - STATE(3409), 1, - sym_qualified_name, - STATE(6242), 1, - sym__find_type, - STATE(4169), 2, - sym_comment, - sym_include, - ACTIONS(5917), 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, - [258682] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(5991), 1, - anon_sym_COMMA, - ACTIONS(6083), 1, - anon_sym_GT, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5406), 1, - aux_sym_generic_expression_repeat1, - STATE(5733), 1, - sym_type_tuning, - ACTIONS(5993), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4170), 2, - sym_comment, - sym_include, - [258718] = 12, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(5936), 1, - anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4561), 1, - aux_sym_interface_statement_repeat1, - STATE(5788), 1, - sym_inherits, - STATE(5792), 1, - sym_interface_tuning, - STATE(6828), 1, - sym_interface_body, - STATE(4171), 2, + ACTIONS(5499), 1, + sym__terminator, + STATE(3897), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3852), 2, sym_comment, sym_include, - [258756] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [249714] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5923), 1, - anon_sym_LPAREN, - ACTIONS(6085), 1, - aux_sym__block_terminator_token1, - STATE(4607), 1, - sym_function_parameters, - STATE(5184), 1, - sym__function_terminator, - STATE(5186), 1, - sym__block_terminator, - STATE(5433), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4172), 2, + STATE(608), 1, + sym_accumulate_aggregate, + STATE(3853), 2, sym_comment, sym_include, - [258792] = 9, + ACTIONS(5491), 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, + [249743] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5610), 1, - aux_sym_variable_tuning_token7, - STATE(4156), 1, - aux_sym_function_parameter_repeat1, - STATE(4420), 1, - sym_function_parameter_tuning, - ACTIONS(6087), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4173), 2, + STATE(3854), 2, sym_comment, sym_include, - ACTIONS(5612), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [258824] = 9, + ACTIONS(4522), 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, + [249770] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5610), 1, - aux_sym_variable_tuning_token7, - STATE(4185), 1, - aux_sym_function_parameter_repeat1, - STATE(4420), 1, - sym_function_parameter_tuning, - ACTIONS(6089), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4174), 2, + STATE(909), 1, + sym_accumulate_aggregate, + STATE(3855), 2, sym_comment, sym_include, - ACTIONS(5612), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [258856] = 9, + ACTIONS(5491), 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, + [249799] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5610), 1, - aux_sym_variable_tuning_token7, - STATE(4156), 1, - aux_sym_function_parameter_repeat1, - STATE(4420), 1, - sym_function_parameter_tuning, - ACTIONS(6089), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4175), 2, + STATE(3856), 2, sym_comment, sym_include, - ACTIONS(5612), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [258888] = 11, - ACTIONS(69), 1, + ACTIONS(216), 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, + [249826] = 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(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6091), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5501), 1, + sym_identifier, + ACTIONS(5503), 1, sym__terminator, - ACTIONS(6093), 1, - aux_sym_query_definition_token2, - ACTIONS(6095), 1, - aux_sym_query_definition_token3, - STATE(4641), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4176), 2, + ACTIONS(5505), 1, + anon_sym_NO_DASHERROR, + STATE(3888), 1, + aux_sym_assign_statement_repeat1, + STATE(4638), 1, + sym_object_access, + STATE(4966), 1, + sym_assignment, + STATE(3857), 2, sym_comment, sym_include, - [258924] = 12, + STATE(5306), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [249869] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(4730), 1, - anon_sym_LPAREN, - ACTIONS(4744), 1, - sym__namecolon, - ACTIONS(5913), 1, - anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3645), 1, - sym_function_arguments, - STATE(3693), 1, - aux_sym_object_access_repeat1, - STATE(5649), 1, - sym_case_body, - STATE(4177), 2, + STATE(595), 1, + sym_accumulate_aggregate, + STATE(3858), 2, sym_comment, sym_include, - [258962] = 12, + ACTIONS(5491), 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, + [249898] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(581), 1, - aux_sym_do_block_token1, - ACTIONS(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5501), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - ACTIONS(6097), 1, - aux_sym_widget_field_token1, - STATE(1822), 1, - sym_do_block, - STATE(4272), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6600), 1, - sym_label, - STATE(4178), 2, + ACTIONS(5507), 1, + sym__terminator, + ACTIONS(5509), 1, + anon_sym_NO_DASHERROR, + STATE(3861), 1, + aux_sym_assign_statement_repeat1, + STATE(4638), 1, + sym_object_access, + STATE(4966), 1, + sym_assignment, + STATE(3859), 2, sym_comment, sym_include, - [259000] = 12, + STATE(5306), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [249941] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(5936), 1, - anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4508), 1, - aux_sym_interface_statement_repeat1, - STATE(5788), 1, - sym_inherits, - STATE(5792), 1, - sym_interface_tuning, - STATE(6418), 1, - sym_interface_body, - STATE(4179), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5511), 1, + sym__terminator, + STATE(3866), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3860), 2, sym_comment, sym_include, - [259038] = 12, + ACTIONS(5483), 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, + [249980] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6057), 1, - sym_identifier, - ACTIONS(6059), 1, - anon_sym_LBRACE, - ACTIONS(6063), 1, - anon_sym_DQUOTE, - ACTIONS(6065), 1, - aux_sym_include_argument_token1, - ACTIONS(6099), 1, - anon_sym_RBRACE, - STATE(4130), 1, - aux_sym_include_repeat2, - STATE(4797), 1, - sym_include_argument, - STATE(5009), 1, - sym_double_quoted_string, - STATE(5292), 1, - sym_constant, - STATE(4180), 2, - sym_comment, - sym_include, - [259076] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(5991), 1, - anon_sym_COMMA, - ACTIONS(6101), 1, - anon_sym_GT, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5627), 1, - aux_sym_generic_expression_repeat1, - STATE(5733), 1, - sym_type_tuning, - ACTIONS(5993), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(4181), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5501), 1, + sym_identifier, + ACTIONS(5513), 1, + sym__terminator, + ACTIONS(5515), 1, + anon_sym_NO_DASHERROR, + STATE(3864), 1, + aux_sym_assign_statement_repeat1, + STATE(4638), 1, + sym_object_access, + STATE(4966), 1, + sym_assignment, + STATE(3861), 2, sym_comment, sym_include, - [259112] = 9, + STATE(5306), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [250023] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5610), 1, + ACTIONS(5519), 1, aux_sym_variable_tuning_token7, - STATE(4156), 1, + STATE(4203), 1, aux_sym_function_parameter_repeat1, - STATE(4420), 1, + STATE(4215), 1, + sym_type_tuning, + STATE(4394), 1, sym_function_parameter_tuning, - ACTIONS(6103), 2, + ACTIONS(4957), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(5517), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(4182), 2, + STATE(3862), 2, sym_comment, sym_include, - ACTIONS(5612), 3, + ACTIONS(5521), 3, aux_sym_argument_pass_type_token1, aux_sym_argument_pass_type_token3, aux_sym__function_argument_with_mode_token4, - [259144] = 9, + [250062] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5610), 1, - aux_sym_variable_tuning_token7, - STATE(4167), 1, - aux_sym_function_parameter_repeat1, - STATE(4420), 1, - sym_function_parameter_tuning, - ACTIONS(6103), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4183), 2, + STATE(3863), 2, sym_comment, sym_include, - ACTIONS(5612), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [259176] = 12, - ACTIONS(69), 1, + ACTIONS(5523), 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, + [250089] = 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(1379), 1, - sym__namedot, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(5936), 1, - anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4530), 1, - aux_sym_interface_statement_repeat1, - STATE(5788), 1, - sym_inherits, - STATE(5792), 1, - sym_interface_tuning, - STATE(6619), 1, - sym_interface_body, - STATE(4184), 2, + ACTIONS(5525), 1, + sym_identifier, + ACTIONS(5530), 1, + aux_sym_scope_tuning_token1, + STATE(4638), 1, + sym_object_access, + STATE(4966), 1, + sym_assignment, + ACTIONS(5528), 2, + sym__terminator, + anon_sym_NO_DASHERROR, + STATE(5306), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(3864), 3, sym_comment, sym_include, - [259214] = 9, + aux_sym_assign_statement_repeat1, + [250128] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5610), 1, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, aux_sym_variable_tuning_token7, - STATE(4156), 1, - aux_sym_function_parameter_repeat1, - STATE(4420), 1, - sym_function_parameter_tuning, - ACTIONS(6105), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4185), 2, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5533), 1, + sym__terminator, + STATE(3866), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3865), 2, sym_comment, sym_include, - ACTIONS(5612), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [259246] = 12, + ACTIONS(5483), 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, + [250167] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5535), 1, + sym__terminator, + ACTIONS(5540), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5543), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5546), 1, + aux_sym_variable_tuning_token8, + STATE(4108), 1, + sym_variable_tuning, + STATE(3866), 3, + sym_comment, + sym_include, + aux_sym_variable_definition_repeat2, + ACTIONS(5537), 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, + [250204] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6057), 1, - sym_identifier, - ACTIONS(6059), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6061), 1, - anon_sym_RBRACE, - ACTIONS(6063), 1, - anon_sym_DQUOTE, - ACTIONS(6065), 1, - aux_sym_include_argument_token1, - STATE(4130), 1, - aux_sym_include_repeat2, - STATE(4797), 1, - sym_include_argument, - STATE(5009), 1, - sym_double_quoted_string, - STATE(5292), 1, - sym_constant, - STATE(4186), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5549), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3867), 2, sym_comment, sym_include, - [259284] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [250247] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4440), 1, - sym_on_quit_phrase, - STATE(4841), 1, - aux_sym_for_statement_repeat1, - STATE(4843), 1, - sym_on_stop_phrase, - STATE(6361), 1, - sym_body, - STATE(4187), 2, + STATE(758), 1, + sym_accumulate_aggregate, + STATE(3868), 2, sym_comment, sym_include, - [259319] = 10, + ACTIONS(5491), 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, + [250276] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6109), 1, - sym__terminator, - ACTIONS(6111), 1, - aux_sym_query_definition_token3, - STATE(4652), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4188), 2, + STATE(5394), 1, + sym_accumulate_aggregate, + STATE(3869), 2, sym_comment, sym_include, - [259352] = 11, + ACTIONS(5551), 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, + [250305] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4581), 1, - sym_on_quit_phrase, - STATE(5241), 1, - sym_on_stop_phrase, - STATE(5242), 1, - aux_sym_for_statement_repeat1, - STATE(6124), 1, - sym_body, - STATE(4189), 2, + STATE(588), 1, + sym_accumulate_aggregate, + STATE(3870), 2, sym_comment, sym_include, - [259387] = 9, + ACTIONS(5491), 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, + [250334] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6113), 1, - aux_sym__block_terminator_token1, - ACTIONS(6115), 1, - aux_sym_access_tuning_token1, - STATE(5351), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4190), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5553), 1, + sym__terminator, + STATE(3866), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3871), 2, sym_comment, sym_include, - STATE(5337), 2, - sym__block_terminator, - sym__procedure_terminator, - [259418] = 11, + ACTIONS(5483), 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, + [250373] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5281), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6165), 1, - sym_body, - STATE(4191), 2, + STATE(579), 1, + sym_accumulate_aggregate, + STATE(3872), 2, sym_comment, sym_include, - [259453] = 5, + ACTIONS(5491), 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, + [250402] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4192), 2, + STATE(570), 1, + sym_accumulate_aggregate, + STATE(3873), 2, sym_comment, sym_include, - ACTIONS(6117), 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, - [259476] = 11, + ACTIONS(5491), 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, + [250431] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4600), 1, - sym_on_quit_phrase, - STATE(5014), 1, - sym_on_stop_phrase, - STATE(5015), 1, - aux_sym_for_statement_repeat1, - STATE(6297), 1, - sym_body, - STATE(4193), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5555), 1, + sym__terminator, + STATE(3866), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3874), 2, sym_comment, sym_include, - [259511] = 5, + ACTIONS(5483), 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, + [250470] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4194), 2, + STATE(872), 1, + sym_accumulate_aggregate, + STATE(3875), 2, sym_comment, sym_include, - ACTIONS(6119), 7, + ACTIONS(5491), 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, + [250499] = 13, + 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(5358), 1, + sym_identifier, + ACTIONS(5557), 1, 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, - [259534] = 11, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3876), 2, + sym_comment, + sym_include, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [250542] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(5559), 1, + sym__namecolon, + STATE(3877), 3, + sym_comment, + sym_include, + aux_sym_object_access_repeat1, + ACTIONS(91), 9, anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4648), 1, - sym_on_quit_phrase, - STATE(5083), 1, - sym_on_stop_phrase, - STATE(5084), 1, - aux_sym_for_statement_repeat1, - STATE(6228), 1, - sym_body, - STATE(4195), 2, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [250571] = 13, + 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(5358), 1, + sym_identifier, + ACTIONS(5562), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3878), 2, sym_comment, sym_include, - [259569] = 11, - ACTIONS(69), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [250614] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - STATE(4220), 1, - aux_sym_repeat_statement_repeat1, - STATE(5281), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6165), 1, - sym_body, - STATE(4196), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5564), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3879), 2, sym_comment, sym_include, - [259604] = 9, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [250657] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6121), 1, - aux_sym__block_terminator_token1, - ACTIONS(6123), 1, - aux_sym_access_tuning_token1, - STATE(5396), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(2240), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(4197), 2, + STATE(564), 1, + sym_accumulate_aggregate, + STATE(3880), 2, sym_comment, sym_include, - [259635] = 11, + ACTIONS(5491), 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, + [250686] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4389), 1, - sym_on_quit_phrase, - STATE(4785), 1, - aux_sym_for_statement_repeat1, - STATE(4787), 1, - sym_on_stop_phrase, - STATE(6282), 1, - sym_body, - STATE(4198), 2, + STATE(840), 1, + sym_accumulate_aggregate, + STATE(3881), 2, sym_comment, sym_include, - [259670] = 11, + ACTIONS(5491), 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, + [250715] = 13, 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(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(2036), 1, - sym_do_block, - STATE(4759), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6782), 1, - sym_label, - STATE(4199), 2, + ACTIONS(5566), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3882), 2, sym_comment, sym_include, - [259705] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [250758] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1831), 1, - sym__block_terminator, - STATE(4266), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5965), 1, - sym_body, - STATE(4200), 2, + STATE(558), 1, + sym_accumulate_aggregate, + STATE(3883), 2, sym_comment, sym_include, - [259740] = 11, - ACTIONS(69), 1, + ACTIONS(5491), 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, + [250787] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2038), 1, - sym__block_terminator, - STATE(4204), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6219), 1, - sym_body, - STATE(4201), 2, + ACTIONS(5568), 1, + sym_identifier, + ACTIONS(5571), 1, + sym__terminator, + ACTIONS(5573), 1, + aux_sym_scope_tuning_token1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + STATE(3884), 3, sym_comment, sym_include, - [259775] = 11, + aux_sym_var_statement_repeat1, + [250828] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1831), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5965), 1, - sym_body, - STATE(4202), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5576), 1, + sym__terminator, + STATE(3908), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3885), 2, sym_comment, sym_include, - [259810] = 11, + ACTIONS(5483), 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, + [250867] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2038), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6219), 1, - sym_body, - STATE(4203), 2, + STATE(627), 1, + sym_accumulate_aggregate, + STATE(3886), 2, sym_comment, sym_include, - [259845] = 11, + ACTIONS(5491), 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, + [250896] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2009), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6243), 1, - sym_body, - STATE(4204), 2, + STATE(5202), 1, + sym_accumulate_aggregate, + STATE(3887), 2, sym_comment, sym_include, - [259880] = 11, - ACTIONS(69), 1, + ACTIONS(5551), 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, + [250925] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2362), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6230), 1, - sym_body, - STATE(4205), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5501), 1, + sym_identifier, + ACTIONS(5578), 1, + sym__terminator, + ACTIONS(5580), 1, + anon_sym_NO_DASHERROR, + STATE(3864), 1, + aux_sym_assign_statement_repeat1, + STATE(4638), 1, + sym_object_access, + STATE(4966), 1, + sym_assignment, + STATE(3888), 2, sym_comment, sym_include, - [259915] = 11, - ACTIONS(69), 1, + STATE(5306), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [250968] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - STATE(4337), 1, - aux_sym_repeat_statement_repeat1, - STATE(5209), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6240), 1, - sym_body, - STATE(4206), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5582), 1, + sym__terminator, + STATE(3957), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3889), 2, sym_comment, sym_include, - [259950] = 8, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [251011] = 13, 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(2804), 1, - aux_sym_of_phrase_token2, - STATE(4303), 1, - aux_sym_array_literal_repeat1, - STATE(4207), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5584), 1, + sym__terminator, + STATE(3878), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3890), 2, sym_comment, sym_include, - ACTIONS(2802), 4, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [251054] = 13, + 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(5358), 1, sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [259979] = 11, + ACTIONS(5586), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3891), 2, + sym_comment, + sym_include, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [251097] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(581), 1, - aux_sym_do_block_token1, - ACTIONS(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5501), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(1822), 1, - sym_do_block, - STATE(4272), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6600), 1, - sym_label, - STATE(4208), 2, + ACTIONS(5588), 1, + sym__terminator, + ACTIONS(5590), 1, + anon_sym_NO_DASHERROR, + STATE(3864), 1, + aux_sym_assign_statement_repeat1, + STATE(4638), 1, + sym_object_access, + STATE(4966), 1, + sym_assignment, + STATE(3892), 2, sym_comment, sym_include, - [260014] = 11, + STATE(5306), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [251140] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(581), 1, - aux_sym_do_block_token1, - ACTIONS(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(1822), 1, - sym_do_block, - STATE(4759), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6600), 1, - sym_label, - STATE(4209), 2, + ACTIONS(5592), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3893), 2, sym_comment, sym_include, - [260049] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [251183] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4434), 1, - sym_on_quit_phrase, - STATE(4867), 1, - sym_on_stop_phrase, - STATE(4868), 1, - aux_sym_for_statement_repeat1, - STATE(6274), 1, - sym_body, - STATE(4210), 2, + STATE(552), 1, + sym_accumulate_aggregate, + STATE(3894), 2, sym_comment, sym_include, - [260084] = 5, + ACTIONS(5491), 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, + [251212] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4211), 2, + STATE(3895), 2, sym_comment, sym_include, - ACTIONS(6125), 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, - [260107] = 8, + ACTIONS(5594), 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, + [251239] = 13, 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(6129), 1, - aux_sym_of_phrase_token2, - STATE(4303), 1, - aux_sym_array_literal_repeat1, - STATE(4212), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5596), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3896), 2, sym_comment, sym_include, - ACTIONS(6127), 4, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [251282] = 13, + 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(5358), 1, sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [260136] = 11, - ACTIONS(69), 1, + ACTIONS(5598), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3897), 2, + sym_comment, + sym_include, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [251325] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1669), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6075), 1, - sym_body, - STATE(4213), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5600), 1, + sym__terminator, + STATE(3920), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3898), 2, sym_comment, sym_include, - [260171] = 10, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [251368] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6131), 1, + STATE(896), 1, + sym_accumulate_aggregate, + STATE(3899), 2, + sym_comment, + sym_include, + ACTIONS(5491), 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, + [251397] = 13, + 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(5358), 1, + sym_identifier, + ACTIONS(5602), 1, sym__terminator, - ACTIONS(6133), 1, - aux_sym_query_definition_token3, - STATE(4589), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4214), 2, + STATE(3922), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3900), 2, sym_comment, sym_include, - [260204] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [251440] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1646), 1, - sym__block_terminator, - STATE(4213), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6070), 1, - sym_body, - STATE(4215), 2, + STATE(3901), 2, sym_comment, sym_include, - [260239] = 11, - ACTIONS(69), 1, + ACTIONS(5604), 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, + [251467] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2304), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5744), 1, - sym_body, - STATE(4216), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5606), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3902), 2, sym_comment, sym_include, - [260274] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [251510] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2009), 1, - sym__block_terminator, - STATE(4227), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6243), 1, - sym_body, - STATE(4217), 2, + STATE(5244), 1, + sym_accumulate_aggregate, + STATE(3903), 2, sym_comment, sym_include, - [260309] = 11, - ACTIONS(69), 1, + ACTIONS(5551), 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, + [251539] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4454), 1, - sym_on_quit_phrase, - STATE(4875), 1, - sym_on_stop_phrase, - STATE(4876), 1, - aux_sym_for_statement_repeat1, - STATE(6343), 1, - sym_body, - STATE(4218), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5608), 1, + sym__terminator, + STATE(3972), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3904), 2, sym_comment, sym_include, - [260344] = 10, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [251582] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6135), 1, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5610), 1, sym__terminator, - ACTIONS(6137), 1, - aux_sym_query_definition_token3, - STATE(4592), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4219), 2, + STATE(3934), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3905), 2, sym_comment, sym_include, - [260377] = 11, + ACTIONS(5483), 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, + [251621] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5209), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6240), 1, - sym_body, - STATE(4220), 2, + STATE(641), 1, + sym_accumulate_aggregate, + STATE(3906), 2, sym_comment, sym_include, - [260412] = 11, + ACTIONS(5491), 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, + [251650] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6139), 1, - sym__terminator, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4668), 1, - aux_sym_data_relation_repeat1, - STATE(6510), 1, - sym_data_relation, - STATE(4221), 2, + STATE(716), 1, + sym_accumulate_aggregate, + STATE(3907), 2, sym_comment, sym_include, - [260447] = 11, + ACTIONS(5491), 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, + [251679] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4484), 1, - sym_on_quit_phrase, - STATE(4912), 1, - aux_sym_for_statement_repeat1, - STATE(4918), 1, - sym_on_stop_phrase, - STATE(6337), 1, - sym_body, - STATE(4222), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5612), 1, + sym__terminator, + STATE(3866), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3908), 2, sym_comment, sym_include, - [260482] = 11, + ACTIONS(5483), 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, + [251718] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4639), 1, - sym_on_quit_phrase, - STATE(5116), 1, - sym_on_stop_phrase, - STATE(5117), 1, - aux_sym_for_statement_repeat1, - STATE(6207), 1, - sym_body, - STATE(4223), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5614), 1, + sym__terminator, + STATE(3866), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3909), 2, sym_comment, sym_include, - [260517] = 5, + ACTIONS(5483), 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, + [251757] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4224), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5616), 1, + sym__terminator, + STATE(3866), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3910), 2, sym_comment, sym_include, - ACTIONS(6145), 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, - [260540] = 11, - ACTIONS(69), 1, + ACTIONS(5483), 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, + [251796] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1646), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6070), 1, - sym_body, - STATE(4225), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5618), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3911), 2, sym_comment, sym_include, - [260575] = 10, - ACTIONS(69), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [251839] = 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(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6147), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5620), 1, sym__terminator, - ACTIONS(6149), 1, - aux_sym_query_definition_token3, - STATE(4619), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4226), 2, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3912), 2, sym_comment, sym_include, - [260608] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [251882] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(1990), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6329), 1, - sym_body, - STATE(4227), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5622), 1, + sym__terminator, + STATE(3936), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3913), 2, sym_comment, sym_include, - [260643] = 11, + ACTIONS(5483), 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, + [251921] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4479), 1, - sym_on_quit_phrase, - STATE(5205), 1, - aux_sym_for_statement_repeat1, - STATE(5221), 1, - sym_on_stop_phrase, - STATE(5979), 1, - sym_body, - STATE(4228), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5624), 1, + sym__terminator, + STATE(3866), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3914), 2, sym_comment, sym_include, - [260678] = 10, + ACTIONS(5483), 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, + [251960] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6151), 1, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5626), 1, sym__terminator, - ACTIONS(6153), 1, - aux_sym_query_definition_token3, - STATE(4629), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4229), 2, + STATE(3994), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3915), 2, sym_comment, sym_include, - [260711] = 11, + ACTIONS(5483), 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, + [251999] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4450), 1, - sym_on_quit_phrase, - STATE(4866), 1, - sym_on_stop_phrase, - STATE(4869), 1, - aux_sym_for_statement_repeat1, - STATE(6090), 1, - sym_body, - STATE(4230), 2, + STATE(702), 1, + sym_accumulate_aggregate, + STATE(3916), 2, sym_comment, sym_include, - [260746] = 11, + ACTIONS(5491), 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, + [252028] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4461), 1, - sym_on_quit_phrase, - STATE(4880), 1, - sym_on_stop_phrase, - STATE(4882), 1, - aux_sym_for_statement_repeat1, - STATE(6080), 1, - sym_body, - STATE(4231), 2, + STATE(636), 1, + sym_accumulate_aggregate, + STATE(3917), 2, sym_comment, sym_include, - [260781] = 11, + ACTIONS(5491), 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, + [252057] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4464), 1, - sym_on_quit_phrase, - STATE(4887), 1, - sym_on_stop_phrase, - STATE(4890), 1, - aux_sym_for_statement_repeat1, - STATE(6076), 1, - sym_body, - STATE(4232), 2, + STATE(519), 1, + sym_accumulate_aggregate, + STATE(3918), 2, sym_comment, sym_include, - [260816] = 11, + ACTIONS(5491), 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, + [252086] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4467), 1, - sym_on_quit_phrase, - STATE(4896), 1, - sym_on_stop_phrase, - STATE(4898), 1, - aux_sym_for_statement_repeat1, - STATE(6074), 1, - sym_body, - STATE(4233), 2, - sym_comment, - sym_include, - [260851] = 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(5897), 1, - sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(2085), 1, - sym_do_block, - STATE(4199), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6782), 1, - sym_label, - STATE(4234), 2, + STATE(940), 1, + sym_accumulate_aggregate, + STATE(3919), 2, sym_comment, sym_include, - [260886] = 11, + ACTIONS(5491), 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, + [252115] = 13, 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(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(2085), 1, - sym_do_block, - STATE(4759), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6782), 1, - sym_label, - STATE(4235), 2, + ACTIONS(5628), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3920), 2, sym_comment, sym_include, - [260921] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [252158] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4470), 1, - sym_on_quit_phrase, - STATE(4901), 1, - sym_on_stop_phrase, - STATE(4903), 1, - aux_sym_for_statement_repeat1, - STATE(6073), 1, - sym_body, - STATE(4236), 2, + STATE(3921), 2, sym_comment, sym_include, - [260956] = 11, - ACTIONS(69), 1, + ACTIONS(5630), 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, + [252185] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5196), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6315), 1, - sym_body, - STATE(4237), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5632), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3922), 2, sym_comment, sym_include, - [260991] = 11, - ACTIONS(69), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [252228] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2307), 1, - sym__block_terminator, - STATE(4205), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6129), 1, - sym_body, - STATE(4238), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5634), 1, + sym__terminator, + STATE(3941), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3923), 2, sym_comment, sym_include, - [261026] = 11, - ACTIONS(69), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [252271] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2090), 1, - sym__block_terminator, - STATE(4203), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6158), 1, - sym_body, - STATE(4239), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5501), 1, + sym_identifier, + ACTIONS(5636), 1, + sym__terminator, + ACTIONS(5638), 1, + anon_sym_NO_DASHERROR, + STATE(3892), 1, + aux_sym_assign_statement_repeat1, + STATE(4638), 1, + sym_object_access, + STATE(4966), 1, + sym_assignment, + STATE(3924), 2, sym_comment, sym_include, - [261061] = 11, - ACTIONS(69), 1, + STATE(5306), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [252314] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2090), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6158), 1, - sym_body, - STATE(4240), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5640), 1, + sym__terminator, + STATE(3942), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3925), 2, sym_comment, sym_include, - [261096] = 10, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [252357] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6155), 1, - sym__terminator, - ACTIONS(6157), 1, - aux_sym_query_definition_token3, - STATE(4562), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4241), 2, + STATE(546), 1, + sym_accumulate_aggregate, + STATE(3926), 2, sym_comment, sym_include, - [261129] = 11, + ACTIONS(5491), 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, + [252386] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(637), 1, - aux_sym_do_block_token1, - ACTIONS(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(1584), 1, - sym_do_block, - STATE(4759), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6381), 1, - sym_label, - STATE(4242), 2, - sym_comment, - sym_include, - [261164] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1579), 1, - sym__block_terminator, - STATE(4225), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6055), 1, - sym_body, - STATE(4243), 2, + ACTIONS(5642), 1, + sym__terminator, + STATE(3891), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3927), 2, sym_comment, sym_include, - [261199] = 11, - ACTIONS(69), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [252429] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1579), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6055), 1, - sym_body, - STATE(4244), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5644), 1, + sym__terminator, + STATE(3893), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3928), 2, sym_comment, sym_include, - [261234] = 11, - ACTIONS(69), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [252472] = 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(1379), 1, - sym__namedot, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6159), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5646), 1, sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4694), 1, - aux_sym_data_relation_repeat1, - STATE(6767), 1, - sym_data_relation, - STATE(4245), 2, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3929), 2, sym_comment, sym_include, - [261269] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [252515] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - STATE(4237), 1, - aux_sym_repeat_statement_repeat1, - STATE(5025), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6326), 1, - sym_body, - STATE(4246), 2, + STATE(5281), 1, + sym_accumulate_aggregate, + STATE(3930), 2, sym_comment, sym_include, - [261304] = 11, + ACTIONS(5551), 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, + [252544] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(5519), 1, + aux_sym_variable_tuning_token7, + STATE(4157), 1, + aux_sym_function_parameter_repeat1, + STATE(4169), 1, + sym_type_tuning, + STATE(4394), 1, + sym_function_parameter_tuning, + ACTIONS(4957), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(5648), 2, anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4599), 1, - sym_on_quit_phrase, - STATE(5197), 1, - sym_on_stop_phrase, - STATE(5198), 1, - aux_sym_for_statement_repeat1, - STATE(6154), 1, - sym_body, - STATE(4247), 2, + anon_sym_RPAREN, + STATE(3931), 2, sym_comment, sym_include, - [261339] = 11, + ACTIONS(5521), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [252583] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4478), 1, - sym_on_quit_phrase, - STATE(4907), 1, - sym_on_stop_phrase, - STATE(4908), 1, - aux_sym_for_statement_repeat1, - STATE(6071), 1, - sym_body, - STATE(4248), 2, + STATE(770), 1, + sym_accumulate_aggregate, + STATE(3932), 2, sym_comment, sym_include, - [261374] = 11, + ACTIONS(5491), 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, + [252612] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6161), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4661), 1, - aux_sym_data_relation_repeat1, - STATE(6643), 1, - sym_data_relation, - STATE(4249), 2, + STATE(540), 1, + sym_accumulate_aggregate, + STATE(3933), 2, sym_comment, sym_include, - [261409] = 11, + ACTIONS(5491), 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, + [252641] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2349), 1, - sym__block_terminator, - STATE(4343), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5900), 1, - sym_body, - STATE(4250), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5650), 1, + sym__terminator, + STATE(3866), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3934), 2, sym_comment, sym_include, - [261444] = 11, - ACTIONS(69), 1, + ACTIONS(5483), 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, + [252680] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5025), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6326), 1, - sym_body, - STATE(4251), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5652), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3935), 2, sym_comment, sym_include, - [261479] = 5, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [252723] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4252), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5654), 1, + sym__terminator, + STATE(3866), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3936), 2, sym_comment, sym_include, - ACTIONS(6163), 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, - [261502] = 11, + ACTIONS(5483), 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, + [252762] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4482), 1, - sym_on_quit_phrase, - STATE(4913), 1, - sym_on_stop_phrase, - STATE(4915), 1, - aux_sym_for_statement_repeat1, - STATE(6067), 1, - sym_body, - STATE(4253), 2, + STATE(615), 1, + sym_accumulate_aggregate, + STATE(3937), 2, sym_comment, sym_include, - [261537] = 11, - ACTIONS(69), 1, + ACTIONS(5491), 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, + [252791] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2304), 1, - sym__block_terminator, - STATE(4274), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5744), 1, - sym_body, - STATE(4254), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5656), 1, + sym__terminator, + STATE(3935), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3938), 2, sym_comment, sym_include, - [261572] = 10, - ACTIONS(69), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [252834] = 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(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6165), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5658), 1, sym__terminator, - ACTIONS(6167), 1, - aux_sym_query_definition_token3, - STATE(4555), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4255), 2, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3939), 2, sym_comment, sym_include, - [261605] = 11, - ACTIONS(69), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [252877] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4510), 1, - sym_on_quit_phrase, - STATE(4951), 1, - sym_on_stop_phrase, - STATE(4952), 1, - aux_sym_for_statement_repeat1, - STATE(5998), 1, - sym_body, - STATE(4256), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5660), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3940), 2, sym_comment, sym_include, - [261640] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [252920] = 13, 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(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(4759), 1, - aux_sym_on_statement_repeat1, - STATE(4854), 1, - sym_do_block, - STATE(5481), 1, - sym_widget_phrase, - STATE(6526), 1, - sym_label, - STATE(4257), 2, - sym_comment, - sym_include, - [261675] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2349), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5900), 1, - sym_body, - STATE(4258), 2, + ACTIONS(5662), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3941), 2, sym_comment, sym_include, - [261710] = 11, - ACTIONS(69), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [252963] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - STATE(4251), 1, - aux_sym_repeat_statement_repeat1, - STATE(4840), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6336), 1, - sym_body, - STATE(4259), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5664), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3942), 2, sym_comment, sym_include, - [261745] = 5, - ACTIONS(69), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [253006] = 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(4260), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5666), 1, + sym__terminator, + STATE(3944), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3943), 2, sym_comment, sym_include, - ACTIONS(6169), 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, - [261768] = 11, - ACTIONS(69), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [253049] = 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(1379), 1, - sym__namedot, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6171), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5668), 1, sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4688), 1, - aux_sym_data_relation_repeat1, - STATE(6599), 1, - sym_data_relation, - STATE(4261), 2, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3944), 2, sym_comment, sym_include, - [261803] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [253092] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(4840), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6336), 1, - sym_body, - STATE(4262), 2, + STATE(3945), 2, sym_comment, sym_include, - [261838] = 5, + ACTIONS(5670), 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, + [253119] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4263), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5672), 1, + sym__terminator, + STATE(3910), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3946), 2, sym_comment, sym_include, - ACTIONS(6173), 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, - [261861] = 11, + ACTIONS(5483), 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, + [253158] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4489), 1, - sym_on_quit_phrase, - STATE(4919), 1, - sym_on_stop_phrase, - STATE(4922), 1, - aux_sym_for_statement_repeat1, - STATE(6063), 1, - sym_body, - STATE(4264), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5674), 1, + sym__terminator, + STATE(3866), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3947), 2, sym_comment, sym_include, - [261896] = 11, + ACTIONS(5483), 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, + [253197] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2307), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6129), 1, - sym_body, - STATE(4265), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5676), 1, + sym__terminator, + STATE(3866), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3948), 2, sym_comment, sym_include, - [261931] = 11, + ACTIONS(5483), 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, + [253236] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1785), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5997), 1, - sym_body, - STATE(4266), 2, + STATE(5332), 1, + sym_accumulate_aggregate, + STATE(3949), 2, sym_comment, sym_include, - [261966] = 11, + ACTIONS(5551), 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, + [253265] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1785), 1, - sym__block_terminator, - STATE(4320), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5997), 1, - sym_body, - STATE(4267), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5678), 1, + sym__terminator, + STATE(3866), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3950), 2, sym_comment, sym_include, - [262001] = 11, + ACTIONS(5483), 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, + [253304] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4491), 1, - sym_on_quit_phrase, - STATE(4927), 1, - sym_on_stop_phrase, - STATE(4929), 1, - aux_sym_for_statement_repeat1, - STATE(6053), 1, - sym_body, - STATE(4268), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5680), 1, + sym__terminator, + STATE(3914), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3951), 2, sym_comment, sym_include, - [262036] = 11, + ACTIONS(5483), 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, + [253343] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4505), 1, - sym_on_quit_phrase, - STATE(4943), 1, - aux_sym_for_statement_repeat1, - STATE(4945), 1, - sym_on_stop_phrase, - STATE(6041), 1, - sym_body, - STATE(4269), 2, + ACTIONS(4497), 1, + sym__namedot, + ACTIONS(5143), 1, + anon_sym_LT, + STATE(3291), 1, + aux_sym_qualified_name_repeat1, + STATE(3766), 1, + sym_generic_expression, + STATE(3952), 2, sym_comment, sym_include, - [262071] = 8, + ACTIONS(3890), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_variable_tuning_token7, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [253378] = 13, 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(4303), 1, - aux_sym_array_literal_repeat1, - STATE(4270), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5682), 1, + sym__terminator, + STATE(3911), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3953), 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, - [262100] = 10, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [253421] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6175), 1, - sym__terminator, - ACTIONS(6177), 1, - aux_sym_query_definition_token3, - STATE(4574), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4271), 2, - sym_comment, - sym_include, - [262133] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(581), 1, - aux_sym_do_block_token1, - ACTIONS(5897), 1, - sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(1781), 1, - sym_do_block, - STATE(4759), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6600), 1, - sym_label, - STATE(4272), 2, + ACTIONS(847), 1, + sym__namedot, + ACTIONS(849), 1, + sym__namecolon, + ACTIONS(851), 1, + sym__namedoublecolon, + ACTIONS(4729), 1, + anon_sym_LPAREN, + STATE(496), 1, + sym_assignment_operator, + STATE(3810), 1, + sym_function_arguments, + STATE(4553), 1, + aux_sym_object_access_repeat1, + STATE(4736), 1, + aux_sym_qualified_name_repeat1, + STATE(4737), 1, + aux_sym_member_access_repeat1, + ACTIONS(853), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(3954), 2, sym_comment, sym_include, - [262168] = 11, + [253466] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(581), 1, - aux_sym_do_block_token1, - ACTIONS(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(1781), 1, - sym_do_block, - STATE(4323), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6600), 1, - sym_label, - STATE(4273), 2, + ACTIONS(5684), 1, + sym__terminator, + STATE(3912), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3955), 2, sym_comment, sym_include, - [262203] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [253509] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2093), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5961), 1, - sym_body, - STATE(4274), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(5688), 1, + anon_sym_COMMA, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4103), 1, + aux_sym_inherits_repeat1, + STATE(3956), 2, sym_comment, sym_include, - [262238] = 11, + ACTIONS(5686), 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, + [253544] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(637), 1, - aux_sym_do_block_token1, - ACTIONS(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(1918), 1, - sym_do_block, - STATE(4242), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6381), 1, - sym_label, - STATE(4275), 2, + ACTIONS(5690), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3957), 2, sym_comment, sym_include, - [262273] = 11, - ACTIONS(3), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [253587] = 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(637), 1, - aux_sym_do_block_token1, - ACTIONS(5897), 1, - sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(1918), 1, - sym_do_block, - STATE(4759), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6381), 1, - sym_label, - STATE(4276), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(5688), 1, + anon_sym_COMMA, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4095), 1, + aux_sym_inherits_repeat1, + STATE(3958), 2, sym_comment, sym_include, - [262308] = 7, + ACTIONS(5692), 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, + [253622] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4277), 2, + STATE(5601), 1, + sym_accumulate_aggregate, + STATE(3959), 2, sym_comment, sym_include, - ACTIONS(6179), 5, - sym__terminator, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_data_relation_token1, - aux_sym_data_relation_token2, - [262335] = 8, + ACTIONS(5551), 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, + [253651] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5891), 1, - aux_sym__function_argument_with_mode_token4, - STATE(5708), 1, - sym_argument_pass_type, - ACTIONS(5889), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4278), 2, + STATE(693), 1, + sym_accumulate_aggregate, + STATE(3960), 2, sym_comment, sym_include, - ACTIONS(4869), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - [262364] = 11, + ACTIONS(5491), 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, + [253680] = 14, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1870), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6137), 1, - sym_body, - STATE(4279), 2, + ACTIONS(847), 1, + sym__namedot, + ACTIONS(849), 1, + sym__namecolon, + ACTIONS(851), 1, + sym__namedoublecolon, + ACTIONS(4729), 1, + anon_sym_LPAREN, + STATE(530), 1, + sym_assignment_operator, + STATE(3810), 1, + sym_function_arguments, + STATE(4553), 1, + aux_sym_object_access_repeat1, + STATE(4736), 1, + aux_sym_qualified_name_repeat1, + STATE(4737), 1, + aux_sym_member_access_repeat1, + ACTIONS(853), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(3961), 2, sym_comment, sym_include, - [262399] = 11, + [253725] = 13, 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(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(2131), 1, - sym_do_block, - STATE(4759), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6782), 1, - sym_label, - STATE(4280), 2, + ACTIONS(5694), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3962), 2, sym_comment, sym_include, - [262434] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [253768] = 13, 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(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(2131), 1, - sym_do_block, - STATE(4235), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6782), 1, - sym_label, - STATE(4281), 2, - sym_comment, - sym_include, - [262469] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4536), 1, - sym_on_quit_phrase, - STATE(5325), 1, - aux_sym_for_statement_repeat1, - STATE(5329), 1, - sym_on_stop_phrase, - STATE(6013), 1, - sym_body, - STATE(4282), 2, + ACTIONS(5696), 1, + sym__terminator, + STATE(3929), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3963), 2, sym_comment, sym_include, - [262504] = 11, - ACTIONS(69), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [253811] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1914), 1, - sym__block_terminator, - STATE(4244), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6008), 1, - sym_body, - STATE(4283), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5501), 1, + sym_identifier, + ACTIONS(5698), 1, + sym__terminator, + ACTIONS(5700), 1, + anon_sym_NO_DASHERROR, + STATE(3968), 1, + aux_sym_assign_statement_repeat1, + STATE(4638), 1, + sym_object_access, + STATE(4966), 1, + sym_assignment, + STATE(3964), 2, sym_comment, sym_include, - [262539] = 11, + STATE(5306), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [253854] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1914), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6008), 1, - sym_body, - STATE(4284), 2, + STATE(939), 1, + sym_accumulate_aggregate, + STATE(3965), 2, sym_comment, sym_include, - [262574] = 11, + ACTIONS(5491), 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, + [253883] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2141), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6018), 1, - sym_body, - STATE(4285), 2, + STATE(784), 1, + sym_accumulate_aggregate, + STATE(3966), 2, sym_comment, sym_include, - [262609] = 11, + ACTIONS(5491), 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, + [253912] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2141), 1, - sym__block_terminator, - STATE(4240), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6018), 1, - sym_body, - STATE(4286), 2, + ACTIONS(4743), 1, + sym__namecolon, + STATE(3877), 1, + aux_sym_object_access_repeat1, + STATE(3967), 2, sym_comment, sym_include, - [262644] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5733), 1, - sym_type_tuning, - ACTIONS(5993), 2, + ACTIONS(98), 9, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - ACTIONS(6181), 2, - anon_sym_COMMA, - anon_sym_GT, - STATE(4287), 2, - sym_comment, - sym_include, - [262675] = 11, - ACTIONS(69), 1, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [253943] = 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(1379), 1, - sym__namedot, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6183), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5501), 1, + sym_identifier, + ACTIONS(5702), 1, sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4710), 1, - aux_sym_data_relation_repeat1, - STATE(6393), 1, - sym_data_relation, - STATE(4288), 2, + ACTIONS(5704), 1, + anon_sym_NO_DASHERROR, + STATE(3864), 1, + aux_sym_assign_statement_repeat1, + STATE(4638), 1, + sym_object_access, + STATE(4966), 1, + sym_assignment, + STATE(3968), 2, sym_comment, sym_include, - [262710] = 11, + STATE(5306), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [253986] = 13, 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(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(2208), 1, - sym_do_block, - STATE(4759), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6657), 1, - sym_label, - STATE(4289), 2, - sym_comment, - sym_include, - [262745] = 11, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4541), 1, - sym_on_quit_phrase, - STATE(4974), 1, - aux_sym_for_statement_repeat1, - STATE(4976), 1, - sym_on_stop_phrase, - STATE(5925), 1, - sym_body, - STATE(4290), 2, + ACTIONS(5706), 1, + sym__terminator, + STATE(3850), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3969), 2, sym_comment, sym_include, - [262780] = 11, - ACTIONS(69), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [254029] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1870), 1, - sym__block_terminator, - STATE(4202), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6137), 1, - sym_body, - STATE(4291), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5708), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3970), 2, sym_comment, sym_include, - [262815] = 6, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [254072] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6185), 1, - sym__namedot, - STATE(4292), 2, - sym_comment, - sym_include, - ACTIONS(152), 6, + ACTIONS(5519), 1, + aux_sym_variable_tuning_token7, + STATE(4223), 1, + sym_type_tuning, + STATE(4241), 1, + aux_sym_function_parameter_repeat1, + STATE(4394), 1, + sym_function_parameter_tuning, + ACTIONS(4957), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(5710), 2, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_variable_tuning_token7, + STATE(3971), 2, + sym_comment, + sym_include, + ACTIONS(5521), 3, aux_sym_argument_pass_type_token1, aux_sym_argument_pass_type_token3, aux_sym__function_argument_with_mode_token4, - [262840] = 11, + [254111] = 13, 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(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(2250), 1, - sym_do_block, - STATE(4331), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6657), 1, - sym_label, - STATE(4293), 2, + ACTIONS(5712), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3972), 2, sym_comment, sym_include, - [262875] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [254154] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2162), 1, - sym__block_terminator, - STATE(4265), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5989), 1, - sym_body, - STATE(4294), 2, + STATE(663), 1, + sym_accumulate_aggregate, + STATE(3973), 2, sym_comment, sym_include, - [262910] = 11, + ACTIONS(5491), 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, + [254183] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2162), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5989), 1, - sym_body, - STATE(4295), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5714), 1, + sym__terminator, + STATE(3950), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3974), 2, sym_comment, sym_include, - [262945] = 5, - ACTIONS(69), 1, + ACTIONS(5483), 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, + [254222] = 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(4296), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5716), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3975), 2, sym_comment, sym_include, - ACTIONS(6187), 7, - 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_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - [262968] = 11, - ACTIONS(69), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [254265] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4488), 1, - sym_on_quit_phrase, - STATE(5204), 1, - aux_sym_for_statement_repeat1, - STATE(5216), 1, - sym_on_stop_phrase, - STATE(5967), 1, - sym_body, - STATE(4297), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5501), 1, + sym_identifier, + ACTIONS(5718), 1, + sym__terminator, + ACTIONS(5720), 1, + anon_sym_NO_DASHERROR, + STATE(3998), 1, + aux_sym_assign_statement_repeat1, + STATE(4638), 1, + sym_object_access, + STATE(4966), 1, + sym_assignment, + STATE(3976), 2, sym_comment, sym_include, - [263003] = 11, + STATE(5306), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [254308] = 13, 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(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(2250), 1, - sym_do_block, - STATE(4759), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6657), 1, - sym_label, - STATE(4298), 2, + ACTIONS(5722), 1, + sym__terminator, + STATE(3939), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3977), 2, sym_comment, sym_include, - [263038] = 11, - ACTIONS(69), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [254351] = 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(1379), 1, - sym__namedot, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6189), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5724), 1, sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4675), 1, - aux_sym_data_relation_repeat1, - STATE(6689), 1, - sym_data_relation, - STATE(4299), 2, + STATE(3940), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3978), 2, sym_comment, sym_include, - [263073] = 11, - ACTIONS(69), 1, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [254394] = 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(1379), 1, - sym__namedot, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6191), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5726), 1, sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4739), 1, - aux_sym_data_relation_repeat1, - STATE(6718), 1, - sym_data_relation, - STATE(4300), 2, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3979), 2, sym_comment, sym_include, - [263108] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [254437] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2093), 1, - sym__block_terminator, - STATE(4258), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5961), 1, - sym_body, - STATE(4301), 2, + ACTIONS(5519), 1, + aux_sym_variable_tuning_token7, + STATE(4178), 1, + aux_sym_function_parameter_repeat1, + STATE(4180), 1, + sym_type_tuning, + STATE(4394), 1, + sym_function_parameter_tuning, + ACTIONS(4957), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(5728), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(3980), 2, sym_comment, sym_include, - [263143] = 11, + ACTIONS(5521), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [254476] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4644), 1, - sym_on_quit_phrase, - STATE(5099), 1, - sym_on_stop_phrase, - STATE(5102), 1, - aux_sym_for_statement_repeat1, - STATE(5681), 1, - sym_body, - STATE(4302), 2, + STATE(734), 1, + sym_accumulate_aggregate, + STATE(3981), 2, sym_comment, sym_include, - [263178] = 6, + ACTIONS(5491), 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, + [254505] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6193), 1, - anon_sym_COMMA, - STATE(4303), 3, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, + sym_identifier, + ACTIONS(5730), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3982), 2, sym_comment, sym_include, - aux_sym_array_literal_repeat1, - ACTIONS(2796), 5, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - aux_sym_of_phrase_token2, - [263203] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [254548] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4514), 1, - sym_on_quit_phrase, - STATE(4932), 1, - aux_sym_for_statement_repeat1, - STATE(4934), 1, - sym_on_stop_phrase, - STATE(6330), 1, - sym_body, - STATE(4304), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5732), 1, + sym__terminator, + STATE(3871), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3983), 2, sym_comment, sym_include, - [263238] = 11, + ACTIONS(5483), 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, + [254587] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4545), 1, - sym_on_quit_phrase, - STATE(4967), 1, - aux_sym_for_statement_repeat1, - STATE(4978), 1, - sym_on_stop_phrase, - STATE(6327), 1, - sym_body, - STATE(4305), 2, + STATE(771), 1, + sym_accumulate_aggregate, + STATE(3984), 2, sym_comment, sym_include, - [263273] = 11, + ACTIONS(5491), 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, + [254616] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2189), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5837), 1, - sym_body, - STATE(4306), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5734), 1, + sym__terminator, + STATE(3874), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3985), 2, sym_comment, sym_include, - [263308] = 11, + ACTIONS(5483), 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, + [254655] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2189), 1, - sym__block_terminator, - STATE(4285), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5837), 1, - sym_body, - STATE(4307), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5736), 1, + sym__terminator, + STATE(3992), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3986), 2, sym_comment, sym_include, - [263343] = 11, + ACTIONS(5483), 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, + [254694] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6196), 1, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5738), 1, sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4722), 1, - aux_sym_data_relation_repeat1, - STATE(6867), 1, - sym_data_relation, - STATE(4308), 2, + STATE(3947), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3987), 2, sym_comment, sym_include, - [263378] = 5, + ACTIONS(5483), 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, + [254733] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4309), 2, - sym_comment, - sym_include, - ACTIONS(6198), 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, - [263401] = 11, - 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(5897), 1, - sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(4257), 1, - aux_sym_on_statement_repeat1, - STATE(4855), 1, - sym_do_block, - STATE(5481), 1, - sym_widget_phrase, - STATE(6526), 1, - sym_label, - STATE(4310), 2, + STATE(673), 1, + sym_accumulate_aggregate, + STATE(3988), 2, sym_comment, sym_include, - [263436] = 11, + ACTIONS(5491), 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, + [254762] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4637), 1, - sym_on_quit_phrase, - STATE(5039), 1, - aux_sym_for_statement_repeat1, - STATE(5041), 1, - sym_on_stop_phrase, - STATE(6310), 1, - sym_body, - STATE(4311), 2, - sym_comment, - sym_include, - [263471] = 11, - 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(5897), 1, - sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(4759), 1, - aux_sym_on_statement_repeat1, - STATE(4855), 1, - sym_do_block, - STATE(5481), 1, - sym_widget_phrase, - STATE(6526), 1, - sym_label, - STATE(4312), 2, + ACTIONS(4743), 1, + sym__namecolon, + STATE(3877), 1, + aux_sym_object_access_repeat1, + STATE(3989), 2, sym_comment, sym_include, - [263506] = 11, + ACTIONS(98), 9, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [254793] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4550), 1, - sym_on_quit_phrase, - STATE(4980), 1, - aux_sym_for_statement_repeat1, - STATE(4981), 1, - sym_on_stop_phrase, - STATE(6103), 1, - sym_body, - STATE(4313), 2, + STATE(648), 1, + sym_accumulate_aggregate, + STATE(3990), 2, sym_comment, sym_include, - [263541] = 11, + ACTIONS(5491), 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, + [254822] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - STATE(4262), 1, - aux_sym_repeat_statement_repeat1, - STATE(4892), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6359), 1, - sym_body, - STATE(4314), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5740), 1, + sym__terminator, + STATE(3865), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3991), 2, sym_comment, sym_include, - [263576] = 11, + ACTIONS(5483), 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, + [254861] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4438), 1, - sym_on_quit_phrase, - STATE(5032), 1, - sym_on_stop_phrase, - STATE(5044), 1, - aux_sym_for_statement_repeat1, - STATE(5848), 1, - sym_body, - STATE(4315), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5742), 1, + sym__terminator, + STATE(3866), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3992), 2, sym_comment, sym_include, - [263611] = 11, + ACTIONS(5483), 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, + [254900] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4560), 1, - sym_on_quit_phrase, - STATE(4994), 1, - aux_sym_for_statement_repeat1, - STATE(4995), 1, - sym_on_stop_phrase, - STATE(6321), 1, - sym_body, - STATE(4316), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5744), 1, + sym__terminator, + STATE(3948), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3993), 2, sym_comment, sym_include, - [263646] = 11, + ACTIONS(5483), 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, + [254939] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(4892), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6359), 1, - sym_body, - STATE(4317), 2, + ACTIONS(5485), 1, + aux_sym_variable_tuning_token2, + ACTIONS(5487), 1, + aux_sym_variable_tuning_token7, + ACTIONS(5489), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5746), 1, + sym__terminator, + STATE(3866), 1, + aux_sym_variable_definition_repeat2, + STATE(4108), 1, + sym_variable_tuning, + STATE(3994), 2, sym_comment, sym_include, - [263681] = 11, + ACTIONS(5483), 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, + [254978] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(637), 1, - aux_sym_do_block_token1, - ACTIONS(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(1537), 1, - sym_do_block, - STATE(4759), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6381), 1, - sym_label, - STATE(4318), 2, + ACTIONS(5748), 1, + sym__terminator, + STATE(3884), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3995), 2, sym_comment, sym_include, - [263716] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [255021] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(637), 1, - aux_sym_do_block_token1, - ACTIONS(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5358), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(1537), 1, - sym_do_block, - STATE(4276), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6381), 1, - sym_label, - STATE(4319), 2, + ACTIONS(5750), 1, + sym__terminator, + STATE(3979), 1, + aux_sym_var_statement_repeat1, + STATE(4657), 1, + sym_object_access, + STATE(4955), 1, + sym_variable, + STATE(4956), 1, + sym_assignment, + STATE(3996), 2, sym_comment, sym_include, - [263751] = 11, + STATE(5262), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [255064] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1746), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5812), 1, - sym_body, - STATE(4320), 2, + STATE(683), 1, + sym_accumulate_aggregate, + STATE(3997), 2, + sym_comment, + sym_include, + ACTIONS(5491), 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, + [255093] = 13, + 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(5501), 1, + sym_identifier, + ACTIONS(5752), 1, + sym__terminator, + ACTIONS(5754), 1, + anon_sym_NO_DASHERROR, + STATE(3864), 1, + aux_sym_assign_statement_repeat1, + STATE(4638), 1, + sym_object_access, + STATE(4966), 1, + sym_assignment, + STATE(3998), 2, sym_comment, sym_include, - [263786] = 11, + STATE(5306), 2, + sym_qualified_name, + sym_member_access, + STATE(5461), 2, + sym_function_call, + sym_new_expression, + [255136] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1746), 1, - sym__block_terminator, - STATE(4350), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5812), 1, + STATE(4905), 1, + aux_sym_for_statement_repeat1, + STATE(5817), 1, sym_body, - STATE(4321), 2, + STATE(3999), 2, sym_comment, sym_include, - [263821] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255174] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4651), 1, - sym_on_quit_phrase, - STATE(5074), 1, - sym_on_stop_phrase, - STATE(5075), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4923), 1, aux_sym_for_statement_repeat1, - STATE(5698), 1, + STATE(5719), 1, sym_body, - STATE(4322), 2, - sym_comment, - sym_include, - [263856] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(581), 1, - aux_sym_do_block_token1, - ACTIONS(5897), 1, - sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(1744), 1, - sym_do_block, - STATE(4759), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6600), 1, - sym_label, - STATE(4323), 2, + STATE(4000), 2, sym_comment, sym_include, - [263891] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255212] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1549), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5927), 1, - sym_body, - STATE(4324), 2, + ACTIONS(1367), 1, + sym__namedot, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4001), 2, sym_comment, sym_include, - [263926] = 9, + ACTIONS(5756), 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, + [255242] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6200), 1, + ACTIONS(5758), 1, aux_sym__block_terminator_token1, - ACTIONS(6202), 1, - aux_sym_access_tuning_token1, - STATE(5647), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(2225), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(4325), 2, + ACTIONS(5760), 1, + aux_sym_variable_definition_token1, + ACTIONS(5763), 1, + aux_sym_variable_definition_token2, + ACTIONS(5766), 1, + aux_sym_method_definition_token1, + STATE(4002), 3, sym_comment, sym_include, - [263957] = 11, + aux_sym_interface_body_repeat1, + STATE(5065), 5, + sym_property_definition, + sym_event_definition, + sym_method_definition, + sym_dataset_definition, + sym_temp_table_definition, + [255276] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2230), 1, - sym__block_terminator, - STATE(4721), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6356), 1, + STATE(4994), 1, + aux_sym_for_statement_repeat1, + STATE(6015), 1, sym_body, - STATE(4326), 2, + STATE(4003), 2, sym_comment, sym_include, - [263992] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255314] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2230), 1, - sym__block_terminator, - STATE(4306), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6356), 1, - sym_body, - STATE(4327), 2, + ACTIONS(5769), 1, + sym__terminator, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + STATE(4357), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(4690), 1, + aux_sym_workfile_definition_repeat3, + STATE(4691), 1, + sym_type_tuning, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4004), 2, sym_comment, sym_include, - [264027] = 11, + [255356] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4643), 1, - sym_on_quit_phrase, - STATE(5108), 1, - sym_on_stop_phrase, - STATE(5110), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4909), 1, aux_sym_for_statement_repeat1, - STATE(5781), 1, + STATE(6017), 1, sym_body, - STATE(4328), 2, + STATE(4005), 2, sym_comment, sym_include, - [264062] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255394] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1549), 1, - sym__block_terminator, - STATE(4284), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5927), 1, + STATE(4997), 1, + aux_sym_for_statement_repeat1, + STATE(5986), 1, sym_body, - STATE(4329), 2, - sym_comment, - sym_include, - [264097] = 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(5897), 1, - sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(2342), 1, - sym_do_block, - STATE(4289), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6657), 1, - sym_label, - STATE(4330), 2, - sym_comment, - sym_include, - [264132] = 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(5897), 1, - sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(2342), 1, - sym_do_block, - STATE(4759), 1, - aux_sym_on_statement_repeat1, - STATE(5481), 1, - sym_widget_phrase, - STATE(6657), 1, - sym_label, - STATE(4331), 2, + STATE(4006), 2, sym_comment, sym_include, - [264167] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255432] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - STATE(4317), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, aux_sym_repeat_statement_repeat1, - STATE(5006), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6283), 1, + STATE(4805), 1, + aux_sym_for_statement_repeat1, + STATE(5761), 1, sym_body, - STATE(4332), 2, + STATE(4007), 2, sym_comment, sym_include, - [264202] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255470] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4624), 1, - sym_on_quit_phrase, - STATE(5021), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4990), 1, aux_sym_for_statement_repeat1, - STATE(5022), 1, - sym_on_stop_phrase, - STATE(6313), 1, + STATE(5941), 1, sym_body, - STATE(4333), 2, + STATE(4008), 2, sym_comment, sym_include, - [264237] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255508] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4647), 1, - sym_on_quit_phrase, - STATE(5089), 1, - sym_on_stop_phrase, - STATE(5091), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5059), 1, aux_sym_for_statement_repeat1, - STATE(5696), 1, + STATE(5467), 1, sym_body, - STATE(4334), 2, + STATE(4009), 2, sym_comment, sym_include, - [264272] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255546] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4612), 1, - sym_on_quit_phrase, - STATE(5018), 1, - aux_sym_for_statement_repeat1, - STATE(5020), 1, - sym_on_stop_phrase, - STATE(6314), 1, - sym_body, - STATE(4335), 2, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5775), 1, + sym__terminator, + STATE(4357), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(4995), 1, + sym_type_tuning, + STATE(4996), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4010), 2, sym_comment, sym_include, - [264307] = 11, + [255588] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4645), 1, - sym_on_quit_phrase, - STATE(5094), 1, - sym_on_stop_phrase, - STATE(5095), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5091), 1, aux_sym_for_statement_repeat1, - STATE(5684), 1, + STATE(5948), 1, sym_body, - STATE(4336), 2, + STATE(4011), 2, sym_comment, sym_include, - [264342] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255626] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - STATE(4721), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, aux_sym_repeat_statement_repeat1, - STATE(5006), 1, - sym__block_terminator, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6283), 1, + STATE(4981), 1, + aux_sym_for_statement_repeat1, + STATE(5792), 1, sym_body, - STATE(4337), 2, + STATE(4012), 2, sym_comment, sym_include, - [264377] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255664] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6141), 1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6204), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4728), 1, - aux_sym_data_relation_repeat1, - STATE(6391), 1, - sym_data_relation, - STATE(4338), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5023), 1, + aux_sym_for_statement_repeat1, + STATE(5663), 1, + sym_body, + STATE(4013), 2, sym_comment, sym_include, - [264412] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255702] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6206), 1, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5777), 1, sym__terminator, - ACTIONS(6208), 1, - aux_sym_query_definition_token3, - STATE(4477), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4339), 2, + STATE(4022), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(4911), 1, + sym_type_tuning, + STATE(4913), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4014), 2, sym_comment, sym_include, - [264445] = 11, - ACTIONS(3), 1, + [255744] = 11, + ACTIONS(69), 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(5897), 1, - sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(4312), 1, - aux_sym_on_statement_repeat1, - STATE(4982), 1, - sym_do_block, - STATE(5481), 1, - sym_widget_phrase, - STATE(6526), 1, - sym_label, - STATE(4340), 2, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4796), 1, + aux_sym_for_statement_repeat1, + STATE(5802), 1, + sym_body, + STATE(4015), 2, sym_comment, sym_include, - [264480] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255782] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4452), 1, - sym_on_quit_phrase, - STATE(5103), 1, - sym_on_stop_phrase, - STATE(5107), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4817), 1, aux_sym_for_statement_repeat1, - STATE(6014), 1, + STATE(5609), 1, sym_body, - STATE(4341), 2, + STATE(4016), 2, sym_comment, sym_include, - [264515] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255820] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2355), 1, - sym__block_terminator, - STATE(4295), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5760), 1, + STATE(4933), 1, + aux_sym_for_statement_repeat1, + STATE(5912), 1, sym_body, - STATE(4342), 2, + STATE(4017), 2, sym_comment, sym_include, - [264550] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255858] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2355), 1, - sym__block_terminator, - STATE(4721), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5760), 1, + STATE(4693), 1, + aux_sym_for_statement_repeat1, + STATE(5525), 1, sym_body, - STATE(4343), 2, + STATE(4018), 2, sym_comment, sym_include, - [264585] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255896] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4471), 1, - sym_on_quit_phrase, - STATE(5163), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4889), 1, aux_sym_for_statement_repeat1, - STATE(5168), 1, - sym_on_stop_phrase, - STATE(6139), 1, + STATE(5664), 1, sym_body, - STATE(4344), 2, + STATE(4019), 2, sym_comment, sym_include, - [264620] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255934] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4474), 1, - sym_on_quit_phrase, - STATE(5190), 1, - sym_on_stop_phrase, - STATE(5192), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4980), 1, aux_sym_for_statement_repeat1, - STATE(6173), 1, + STATE(5780), 1, sym_body, - STATE(4345), 2, + STATE(4020), 2, sym_comment, sym_include, - [264655] = 7, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [255972] = 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(5987), 1, - sym__namedot, - STATE(4352), 1, - aux_sym_qualified_name_repeat1, - STATE(4346), 2, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5779), 1, + sym__terminator, + STATE(4042), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(4729), 1, + sym_type_tuning, + STATE(4731), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4021), 2, sym_comment, sym_include, - ACTIONS(111), 5, - sym_identifier, + [256014] = 13, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5781), 1, sym__terminator, - anon_sym_LBRACK, - anon_sym_LT, - aux_sym_scope_tuning_token1, - [264682] = 11, + STATE(4357), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(5011), 1, + aux_sym_workfile_definition_repeat3, + STATE(5014), 1, + sym_type_tuning, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4022), 2, + sym_comment, + sym_include, + [256056] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4483), 1, - sym_on_quit_phrase, - STATE(5207), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4674), 1, aux_sym_for_statement_repeat1, - STATE(5218), 1, - sym_on_stop_phrase, - STATE(6218), 1, + STATE(5497), 1, sym_body, - STATE(4347), 2, + STATE(4023), 2, sym_comment, sym_include, - [264717] = 8, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256094] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6212), 1, - aux_sym_to_phrase_token1, - ACTIONS(6215), 1, - aux_sym_sort_clause_token1, - STATE(4684), 1, - sym_sort_clause, - ACTIONS(6210), 3, + ACTIONS(2899), 1, anon_sym_COLON, + ACTIONS(2901), 1, anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4348), 3, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4877), 1, + aux_sym_for_statement_repeat1, + STATE(5450), 1, + sym_body, + STATE(4024), 2, sym_comment, sym_include, - aux_sym_for_phrase_repeat2, - [264746] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256132] = 13, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5783), 1, + sym__terminator, + STATE(4071), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(4801), 1, + sym_type_tuning, + STATE(4802), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4025), 2, + sym_comment, + sym_include, + [256174] = 13, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5785), 1, + sym__terminator, + STATE(4041), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(5016), 1, + sym_type_tuning, + STATE(5018), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4026), 2, + sym_comment, + sym_include, + [256216] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4500), 1, - sym_on_quit_phrase, - STATE(5224), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4793), 1, aux_sym_for_statement_repeat1, - STATE(5225), 1, - sym_on_stop_phrase, - STATE(6229), 1, + STATE(5816), 1, sym_body, - STATE(4349), 2, + STATE(4027), 2, sym_comment, sym_include, - [264781] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256254] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1726), 1, - sym__block_terminator, - STATE(4721), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5838), 1, + STATE(4921), 1, + aux_sym_for_statement_repeat1, + STATE(5643), 1, sym_body, - STATE(4350), 2, + STATE(4028), 2, sym_comment, sym_include, - [264816] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256292] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4409), 1, - sym_on_quit_phrase, - STATE(4831), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4992), 1, aux_sym_for_statement_repeat1, - STATE(4833), 1, - sym_on_stop_phrase, - STATE(5748), 1, + STATE(5958), 1, sym_body, - STATE(4351), 2, + STATE(4029), 2, sym_comment, sym_include, - [264851] = 6, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256330] = 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(6218), 1, - sym__namedot, - STATE(4352), 3, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5787), 1, + sym__terminator, + STATE(4357), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(4724), 1, + aux_sym_workfile_definition_repeat3, + STATE(4725), 1, + sym_type_tuning, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4030), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - ACTIONS(104), 5, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - anon_sym_LT, - aux_sym_scope_tuning_token1, - [264876] = 11, + [256372] = 10, 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(5897), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(5789), 1, sym_identifier, - ACTIONS(5899), 1, - aux_sym_input_expression_token2, - STATE(4759), 1, - aux_sym_on_statement_repeat1, - STATE(4982), 1, - sym_do_block, - STATE(5481), 1, - sym_widget_phrase, - STATE(6526), 1, - sym_label, - STATE(4353), 2, + STATE(3831), 1, + sym_object_access, + STATE(4054), 1, + sym_qualified_name, + STATE(4031), 2, sym_comment, sym_include, - [264911] = 11, + STATE(5716), 2, + sym_function_call, + sym_new_expression, + ACTIONS(5791), 4, + aux_sym_dataset_expression_token1, + aux_sym__function_argument_with_mode_token1, + aux_sym__function_argument_with_mode_token2, + aux_sym__function_argument_with_mode_token3, + [256408] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4598), 1, - sym_on_quit_phrase, - STATE(5012), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5070), 1, aux_sym_for_statement_repeat1, - STATE(5013), 1, - sym_on_stop_phrase, - STATE(6316), 1, + STATE(5438), 1, sym_body, - STATE(4354), 2, + STATE(4032), 2, sym_comment, sym_include, - [264946] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256446] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4520), 1, - sym_on_quit_phrase, - STATE(5262), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5074), 1, aux_sym_for_statement_repeat1, - STATE(5266), 1, - sym_on_stop_phrase, - STATE(6239), 1, + STATE(5529), 1, sym_body, - STATE(4355), 2, + STATE(4033), 2, sym_comment, sym_include, - [264981] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256484] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4523), 1, - sym_on_quit_phrase, - STATE(5274), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4924), 1, aux_sym_for_statement_repeat1, - STATE(5277), 1, - sym_on_stop_phrase, - STATE(6363), 1, + STATE(5604), 1, sym_body, - STATE(4356), 2, + STATE(4034), 2, sym_comment, sym_include, - [265016] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256522] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1726), 1, - sym__block_terminator, - STATE(4367), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5838), 1, + STATE(4873), 1, + aux_sym_for_statement_repeat1, + STATE(5651), 1, sym_body, - STATE(4357), 2, + STATE(4035), 2, sym_comment, sym_include, - [265051] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256560] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1609), 1, - sym__block_terminator, - STATE(4721), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5856), 1, + STATE(5034), 1, + aux_sym_for_statement_repeat1, + STATE(5575), 1, sym_body, - STATE(4358), 2, + STATE(4036), 2, sym_comment, sym_include, - [265086] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256598] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4525), 1, - sym_on_quit_phrase, - STATE(5290), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4869), 1, aux_sym_for_statement_repeat1, - STATE(5296), 1, - sym_on_stop_phrase, - STATE(6320), 1, + STATE(5806), 1, sym_body, - STATE(4359), 2, + STATE(4037), 2, sym_comment, sym_include, - [265121] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256636] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6221), 1, - sym__terminator, - ACTIONS(6223), 1, - aux_sym_query_definition_token3, - STATE(4386), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4360), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4934), 1, + aux_sym_for_statement_repeat1, + STATE(5916), 1, + sym_body, + STATE(4038), 2, sym_comment, sym_include, - [265154] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256674] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1609), 1, - sym__block_terminator, - STATE(4324), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5856), 1, - sym_body, - STATE(4361), 2, + STATE(4039), 2, sym_comment, sym_include, - [265189] = 11, + ACTIONS(5431), 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, + [256700] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4526), 1, - sym_on_quit_phrase, - STATE(5299), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4791), 1, aux_sym_for_statement_repeat1, - STATE(5302), 1, - sym_on_stop_phrase, - STATE(6328), 1, + STATE(5830), 1, sym_body, - STATE(4362), 2, + STATE(4040), 2, sym_comment, sym_include, - [265224] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256738] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4535), 1, - sym_on_quit_phrase, - STATE(4779), 1, - aux_sym_for_statement_repeat1, - STATE(5312), 1, - sym_on_stop_phrase, - STATE(6335), 1, - sym_body, - STATE(4363), 2, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5793), 1, + sym__terminator, + STATE(4357), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(5062), 1, + aux_sym_workfile_definition_repeat3, + STATE(5063), 1, + sym_type_tuning, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4041), 2, sym_comment, sym_include, - [265259] = 11, + [256780] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4578), 1, - sym_on_quit_phrase, - STATE(5000), 1, - aux_sym_for_statement_repeat1, - STATE(5003), 1, - sym_on_stop_phrase, - STATE(6317), 1, - sym_body, - STATE(4364), 2, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5795), 1, + sym__terminator, + STATE(4357), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(4779), 1, + aux_sym_workfile_definition_repeat3, + STATE(4780), 1, + sym_type_tuning, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4042), 2, sym_comment, sym_include, - [265294] = 11, + [256822] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4538), 1, - sym_on_quit_phrase, - STATE(5330), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4866), 1, aux_sym_for_statement_repeat1, - STATE(5331), 1, - sym_on_stop_phrase, - STATE(6340), 1, + STATE(6005), 1, sym_body, - STATE(4365), 2, + STATE(4043), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256860] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4044), 2, sym_comment, sym_include, - [265329] = 11, + ACTIONS(3332), 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, + [256886] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4540), 1, - sym_on_quit_phrase, - STATE(5327), 1, - sym_on_stop_phrase, - STATE(5328), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4989), 1, aux_sym_for_statement_repeat1, - STATE(6344), 1, + STATE(5923), 1, sym_body, - STATE(4366), 2, + STATE(4045), 2, sym_comment, sym_include, - [265364] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256924] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1712), 1, - sym__block_terminator, - STATE(4721), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5683), 1, + STATE(4787), 1, + aux_sym_for_statement_repeat1, + STATE(5840), 1, sym_body, - STATE(4367), 2, + STATE(4046), 2, sym_comment, sym_include, - [265399] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [256962] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6225), 1, - aux_sym__block_terminator_token1, - ACTIONS(6227), 1, - aux_sym_access_tuning_token1, - STATE(5515), 1, - sym_dot_body, - ACTIONS(5919), 2, + ACTIONS(2899), 1, anon_sym_COLON, - anon_sym_DOT, - STATE(1899), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(4368), 2, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4939), 1, + aux_sym_for_statement_repeat1, + STATE(5970), 1, + sym_body, + STATE(4047), 2, sym_comment, sym_include, - [265430] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [257000] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1902), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6208), 1, - sym_body, - STATE(4369), 2, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5797), 1, + sym__terminator, + STATE(4357), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(4970), 1, + aux_sym_workfile_definition_repeat3, + STATE(5082), 1, + sym_type_tuning, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4048), 2, sym_comment, sym_include, - [265465] = 11, + [257042] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1643), 1, - sym__block_terminator, - STATE(4358), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5787), 1, + STATE(4958), 1, + aux_sym_for_statement_repeat1, + STATE(5574), 1, sym_body, - STATE(4370), 2, + STATE(4049), 2, sym_comment, sym_include, - [265500] = 7, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [257080] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6231), 1, + ACTIONS(5771), 1, aux_sym_variable_tuning_token8, - STATE(4696), 1, - sym_workfile_tuning, - STATE(4371), 3, - sym_comment, - sym_include, - aux_sym_workfile_definition_repeat2, - ACTIONS(6229), 4, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5799), 1, sym__terminator, + STATE(4055), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(5075), 1, + aux_sym_workfile_definition_repeat3, + STATE(5076), 1, + sym_type_tuning, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - aux_sym_field_definition_token1, - [265527] = 11, + STATE(4050), 2, + sym_comment, + sym_include, + [257122] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4594), 1, - sym_on_quit_phrase, - STATE(5214), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4785), 1, aux_sym_for_statement_repeat1, - STATE(5217), 1, - sym_on_stop_phrase, - STATE(5981), 1, + STATE(5984), 1, sym_body, - STATE(4372), 2, + STATE(4051), 2, sym_comment, sym_include, - [265562] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [257160] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1902), 1, - sym__block_terminator, - STATE(4279), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(6208), 1, + STATE(4862), 1, + aux_sym_for_statement_repeat1, + STATE(5942), 1, sym_body, - STATE(4373), 2, + STATE(4052), 2, sym_comment, sym_include, - [265597] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [257198] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4604), 1, - sym_on_quit_phrase, - STATE(5180), 1, - sym_on_stop_phrase, - STATE(5183), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4860), 1, aux_sym_for_statement_repeat1, - STATE(5884), 1, + STATE(5914), 1, sym_body, - STATE(4374), 2, + STATE(4053), 2, sym_comment, sym_include, - [265632] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [257236] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(4961), 1, + aux_sym__function_argument_with_mode_token4, + STATE(4346), 1, + sym_type_tuning, + STATE(5627), 1, + sym_argument_pass_type, + ACTIONS(4955), 2, anon_sym_COMMA, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4613), 1, - sym_on_quit_phrase, - STATE(5164), 1, - aux_sym_for_statement_repeat1, - STATE(5170), 1, - sym_on_stop_phrase, - STATE(5845), 1, - sym_body, - STATE(4375), 2, + anon_sym_RPAREN, + ACTIONS(4957), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4054), 2, sym_comment, sym_include, - [265667] = 11, + ACTIONS(4959), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + [257272] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5223), 1, - aux_sym_repeat_tuning_token1, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1643), 1, - sym__block_terminator, - STATE(4721), 1, - aux_sym_repeat_statement_repeat1, - STATE(5534), 1, - sym_repeat_tuning, - STATE(5787), 1, - sym_body, - STATE(4376), 2, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5801), 1, + sym__terminator, + STATE(4357), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(4972), 1, + sym_type_tuning, + STATE(4982), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4055), 2, sym_comment, sym_include, - [265702] = 11, + [257314] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6141), 1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6234), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4775), 1, - aux_sym_data_relation_repeat1, - STATE(7054), 1, - sym_data_relation, - STATE(4377), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5022), 1, + aux_sym_for_statement_repeat1, + STATE(5652), 1, + sym_body, + STATE(4056), 2, sym_comment, sym_include, - [265737] = 9, - ACTIONS(69), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [257352] = 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(6236), 1, - aux_sym__block_terminator_token1, - ACTIONS(6238), 1, - aux_sym_access_tuning_token1, - STATE(5500), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(1637), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(4378), 2, + ACTIONS(5803), 1, + sym_identifier, + ACTIONS(5805), 1, + anon_sym_RPAREN, + ACTIONS(5811), 1, + aux_sym__function_argument_with_mode_token2, + STATE(4619), 1, + sym_function_parameter_mode, + STATE(5419), 1, + sym_function_parameter, + ACTIONS(5809), 2, + aux_sym_input_expression_token1, + aux_sym_argument_mode_token1, + STATE(4057), 2, sym_comment, sym_include, - [265768] = 11, + ACTIONS(5807), 3, + aux_sym_dataset_expression_token1, + aux_sym__function_argument_with_mode_token1, + aux_sym__function_argument_with_mode_token3, + [257390] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4618), 1, - sym_on_quit_phrase, - STATE(5154), 1, - sym_on_stop_phrase, - STATE(5155), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4783), 1, aux_sym_for_statement_repeat1, - STATE(5813), 1, + STATE(5861), 1, sym_body, - STATE(4379), 2, + STATE(4058), 2, sym_comment, sym_include, - [265803] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [257428] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4622), 1, - sym_on_quit_phrase, - STATE(5146), 1, - sym_on_stop_phrase, - STATE(5148), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4926), 1, aux_sym_for_statement_repeat1, - STATE(5800), 1, + STATE(5808), 1, sym_body, - STATE(4380), 2, + STATE(4059), 2, sym_comment, sym_include, - [265838] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [257466] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4630), 1, - sym_on_quit_phrase, - STATE(5133), 1, - sym_on_stop_phrase, - STATE(5134), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4945), 1, aux_sym_for_statement_repeat1, - STATE(5795), 1, + STATE(5766), 1, sym_body, - STATE(4381), 2, + STATE(4060), 2, sym_comment, sym_include, - [265873] = 11, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [257504] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6107), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4636), 1, - sym_on_quit_phrase, - STATE(5120), 1, - sym_on_stop_phrase, - STATE(5122), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4856), 1, aux_sym_for_statement_repeat1, - STATE(5766), 1, + STATE(5734), 1, sym_body, - STATE(4382), 2, + STATE(4061), 2, sym_comment, sym_include, - [265908] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [257542] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6151), 1, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5813), 1, sym__terminator, - STATE(4629), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4383), 2, + STATE(4010), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(4677), 1, + sym_type_tuning, + STATE(4865), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4062), 2, sym_comment, sym_include, - [265938] = 9, + [257584] = 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(6240), 1, - sym_identifier, - STATE(5030), 1, - sym_object_access, - STATE(5844), 1, - sym_qualified_name, - STATE(4384), 2, + STATE(4063), 2, sym_comment, sym_include, - STATE(5801), 2, - sym_function_call, - sym_new_expression, - [265968] = 9, + ACTIONS(3334), 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, + [257610] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6242), 1, - sym__terminator, - STATE(4390), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4385), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4782), 1, + aux_sym_for_statement_repeat1, + STATE(5863), 1, + sym_body, + STATE(4064), 2, sym_comment, sym_include, - [265998] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [257648] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6244), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4386), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4983), 1, + aux_sym_for_statement_repeat1, + STATE(5796), 1, + sym_body, + STATE(4065), 2, sym_comment, sym_include, - [266028] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [257686] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(5936), 1, - anon_sym_COLON, - STATE(4507), 1, - aux_sym_interface_statement_repeat1, - STATE(5788), 1, - sym_inherits, - STATE(5792), 1, - sym_interface_tuning, - STATE(6737), 1, - sym_interface_body, - STATE(4387), 2, + ACTIONS(4699), 1, + aux_sym_method_definition_token1, + ACTIONS(5815), 1, + aux_sym__block_terminator_token1, + ACTIONS(5817), 1, + aux_sym_variable_definition_token1, + ACTIONS(5819), 1, + aux_sym_variable_definition_token2, + STATE(4079), 1, + aux_sym_interface_body_repeat1, + STATE(4066), 2, sym_comment, sym_include, - [266060] = 9, + STATE(5065), 5, + sym_property_definition, + sym_event_definition, + sym_method_definition, + sym_dataset_definition, + sym_temp_table_definition, + [257722] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(6246), 1, + ACTIONS(5821), 1, sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4388), 2, + STATE(4357), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(5002), 1, + sym_type_tuning, + STATE(5005), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4067), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [266090] = 10, + [257764] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4841), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4854), 1, aux_sym_for_statement_repeat1, - STATE(4843), 1, - sym_on_stop_phrase, - STATE(6361), 1, + STATE(5713), 1, sym_body, - STATE(4389), 2, + STATE(4068), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [257802] = 11, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(5803), 1, + sym_identifier, + ACTIONS(5811), 1, + aux_sym__function_argument_with_mode_token2, + ACTIONS(5823), 1, + anon_sym_RPAREN, + STATE(4619), 1, + sym_function_parameter_mode, + STATE(5215), 1, + sym_function_parameter, + ACTIONS(5809), 2, + aux_sym_input_expression_token1, + aux_sym_argument_mode_token1, + STATE(4069), 2, + sym_comment, + sym_include, + ACTIONS(5807), 3, + aux_sym_dataset_expression_token1, + aux_sym__function_argument_with_mode_token1, + aux_sym__function_argument_with_mode_token3, + [257840] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(4070), 2, sym_comment, sym_include, - [266122] = 9, + ACTIONS(5825), 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, + [257866] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6250), 1, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5827), 1, sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4390), 2, + STATE(4357), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(5104), 1, + sym_type_tuning, + STATE(5105), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4071), 2, sym_comment, sym_include, - [266152] = 9, + [257908] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6252), 1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4944), 1, + aux_sym_for_statement_repeat1, + STATE(5909), 1, + sym_body, + STATE(4072), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [257946] = 13, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5829), 1, sym__terminator, - STATE(4394), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4391), 2, + STATE(4004), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(4986), 1, + aux_sym_workfile_definition_repeat3, + STATE(4988), 1, + sym_type_tuning, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4073), 2, sym_comment, sym_include, - [266182] = 8, + [257988] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(6123), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4778), 1, + aux_sym_for_statement_repeat1, + STATE(5865), 1, sym_body, - STATE(4392), 2, + STATE(4074), 2, sym_comment, sym_include, - STATE(6133), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [266210] = 5, + sym_on_endkey_phrase, + [258026] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4393), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4852), 1, + aux_sym_for_statement_repeat1, + STATE(5839), 1, + sym_body, + STATE(4075), 2, sym_comment, sym_include, - ACTIONS(212), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_variable_tuning_token7, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [266232] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [258064] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6254), 1, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5831), 1, sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4394), 2, + STATE(4067), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(4669), 1, + sym_type_tuning, + STATE(5103), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4076), 2, sym_comment, sym_include, - [266262] = 9, + [258106] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5215), 1, - sym__terminator, - STATE(4640), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4395), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4851), 1, + aux_sym_for_statement_repeat1, + STATE(5657), 1, + sym_body, + STATE(4077), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [266292] = 7, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [258144] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6258), 1, - aux_sym_do_tuning_token1, - STATE(5001), 1, - sym_do_tuning, - ACTIONS(6256), 3, + ACTIONS(2899), 1, anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - STATE(4396), 3, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5101), 1, + aux_sym_for_statement_repeat1, + STATE(5728), 1, + sym_body, + STATE(4078), 2, sym_comment, sym_include, - aux_sym_do_block_repeat1, - [266318] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [258182] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6023), 1, + ACTIONS(4699), 1, + aux_sym_method_definition_token1, + ACTIONS(5817), 1, + aux_sym_variable_definition_token1, + ACTIONS(5819), 1, + aux_sym_variable_definition_token2, + ACTIONS(5833), 1, aux_sym__block_terminator_token1, - STATE(1826), 1, - sym__function_terminator, - STATE(1866), 1, - sym__block_terminator, - STATE(5656), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4397), 2, + STATE(4002), 1, + aux_sym_interface_body_repeat1, + STATE(4079), 2, sym_comment, sym_include, - [266348] = 7, + STATE(5065), 5, + sym_property_definition, + sym_event_definition, + sym_method_definition, + sym_dataset_definition, + sym_temp_table_definition, + [258218] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5881), 1, - sym_argument_pass_type, - ACTIONS(6261), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4398), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4777), 1, + aux_sym_for_statement_repeat1, + STATE(5872), 1, + sym_body, + STATE(4080), 2, sym_comment, sym_include, - ACTIONS(4869), 3, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token2, - aux_sym_argument_pass_type_token3, - [266374] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [258256] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6263), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4399), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4849), 1, + aux_sym_for_statement_repeat1, + STATE(5646), 1, + sym_body, + STATE(4081), 2, sym_comment, sym_include, - [266404] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [258294] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(6246), 1, - sym__terminator, - STATE(4463), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4400), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4776), 1, + aux_sym_for_statement_repeat1, + STATE(5879), 1, + sym_body, + STATE(4082), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [266434] = 8, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [258332] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(5693), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4998), 1, + aux_sym_for_statement_repeat1, + STATE(6001), 1, sym_body, - STATE(4401), 2, + STATE(4083), 2, sym_comment, sym_include, - STATE(5694), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [266462] = 6, + sym_on_endkey_phrase, + [258370] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6267), 1, - aux_sym_variable_definition_token2, - STATE(4402), 2, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5835), 1, + sym__terminator, + STATE(4030), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(4670), 1, + aux_sym_workfile_definition_repeat3, + STATE(5012), 1, + sym_type_tuning, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4084), 2, sym_comment, sym_include, - ACTIONS(6265), 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, - [266486] = 10, + [258412] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(5032), 1, - sym_on_stop_phrase, - STATE(5044), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4985), 1, aux_sym_for_statement_repeat1, - STATE(5848), 1, + STATE(5820), 1, sym_body, - STATE(4403), 2, + STATE(4085), 2, sym_comment, sym_include, - [266518] = 8, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [258450] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(6355), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4929), 1, + aux_sym_for_statement_repeat1, + STATE(5848), 1, sym_body, - STATE(4404), 2, + STATE(4086), 2, sym_comment, sym_include, - STATE(6136), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [266546] = 8, + sym_on_endkey_phrase, + [258488] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6225), 1, - aux_sym__block_terminator_token1, - STATE(5618), 1, - sym_dot_body, - ACTIONS(5919), 2, + ACTIONS(2899), 1, anon_sym_COLON, - anon_sym_DOT, - STATE(1869), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(4405), 2, + ACTIONS(2901), 1, + anon_sym_COMMA, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4987), 1, + aux_sym_for_statement_repeat1, + STATE(5829), 1, + sym_body, + STATE(4087), 2, sym_comment, sym_include, - [266574] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [258526] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(4875), 1, - sym_on_stop_phrase, - STATE(4876), 1, - aux_sym_for_statement_repeat1, - STATE(6343), 1, - sym_body, - STATE(4406), 2, + STATE(4088), 2, sym_comment, sym_include, - [266606] = 9, + ACTIONS(144), 10, + sym__namecolon, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [258552] = 13, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(5143), 1, - anon_sym_LT, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(3640), 1, - sym_generic_expression, - ACTIONS(3823), 2, - anon_sym_COMMA, - anon_sym_GT, - STATE(4407), 2, + ACTIONS(5771), 1, + aux_sym_variable_tuning_token8, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5837), 1, + sym__terminator, + STATE(4048), 1, + aux_sym_workfile_definition_repeat2, + STATE(4550), 1, + sym_workfile_tuning, + STATE(5092), 1, + sym_type_tuning, + STATE(5093), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4089), 2, sym_comment, sym_include, - [266636] = 8, - ACTIONS(69), 1, + [258594] = 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(6200), 1, - aux_sym__block_terminator_token1, - STATE(5619), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(2187), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(4408), 2, + STATE(4090), 2, sym_comment, sym_include, - [266664] = 10, + ACTIONS(5839), 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, + [258620] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(5204), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5007), 1, aux_sym_for_statement_repeat1, - STATE(5216), 1, - sym_on_stop_phrase, - STATE(5967), 1, + STATE(5513), 1, sym_body, - STATE(4409), 2, + STATE(4091), 2, sym_comment, sym_include, - [266696] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [258658] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4785), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(4942), 1, aux_sym_for_statement_repeat1, - STATE(4787), 1, - sym_on_stop_phrase, - STATE(6282), 1, + STATE(6019), 1, sym_body, - STATE(4410), 2, + STATE(4092), 2, sym_comment, sym_include, - [266728] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [258696] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6271), 1, + ACTIONS(2886), 1, aux_sym_variable_definition_token2, - STATE(4411), 2, + STATE(4093), 2, sym_comment, sym_include, - ACTIONS(6269), 5, + ACTIONS(3063), 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, - [266752] = 7, + aux_sym_case_otherwise_branch_token1, + [258723] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4873), 1, - sym__namedot, - STATE(3456), 1, - aux_sym_qualified_name_repeat1, - STATE(4412), 2, + ACTIONS(2853), 1, + aux_sym_variable_definition_token2, + STATE(4094), 2, sym_comment, sym_include, - ACTIONS(3994), 4, - anon_sym_COLON, - anon_sym_DOT, + ACTIONS(2969), 8, aux_sym__block_terminator_token1, - anon_sym_LPAREN, - [266778] = 5, + 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, + [258750] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4413), 2, + ACTIONS(5688), 1, + anon_sym_COMMA, + STATE(4127), 1, + aux_sym_inherits_repeat1, + STATE(4095), 2, sym_comment, sym_include, - ACTIONS(6273), 6, + ACTIONS(5841), 7, anon_sym_COLON, - sym__terminator, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [266800] = 7, - ACTIONS(3), 1, + 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, + [258779] = 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(5987), 1, - sym__namedot, - STATE(4346), 1, - aux_sym_qualified_name_repeat1, - STATE(4414), 2, + ACTIONS(2855), 1, + aux_sym_variable_definition_token2, + STATE(4096), 2, sym_comment, sym_include, - ACTIONS(3996), 4, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [266826] = 8, + ACTIONS(2975), 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, + [258806] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - STATE(6253), 1, - sym_body, - STATE(4415), 2, + ACTIONS(2857), 1, + aux_sym_variable_definition_token2, + STATE(4097), 2, sym_comment, sym_include, - STATE(6185), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [266854] = 6, + ACTIONS(2977), 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, + [258833] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6277), 1, + ACTIONS(2859), 1, aux_sym_variable_definition_token2, - STATE(4416), 2, + STATE(4098), 2, sym_comment, sym_include, - ACTIONS(6275), 5, + ACTIONS(2987), 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, - [266878] = 9, + aux_sym_case_otherwise_branch_token1, + [258860] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5334), 1, - sym__terminator, - STATE(4456), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4417), 2, + ACTIONS(2672), 1, + aux_sym_variable_tuning_token2, + STATE(4099), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [266908] = 10, + ACTIONS(2670), 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, + [258887] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6279), 1, + ACTIONS(2861), 1, + aux_sym_variable_definition_token2, + STATE(4100), 2, + sym_comment, + sym_include, + ACTIONS(2989), 8, aux_sym__block_terminator_token1, - ACTIONS(6281), 1, aux_sym_when_expression_token1, - ACTIONS(6283), 1, + 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, - STATE(4765), 1, - aux_sym_case_body_repeat1, - STATE(5611), 1, - sym_case_when_branch, - STATE(6962), 1, - sym_case_otherwise_branch, - STATE(4418), 2, + [258914] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2894), 1, + aux_sym_variable_definition_token2, + STATE(4101), 2, sym_comment, sym_include, - [266940] = 5, + ACTIONS(3075), 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, + [258941] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4419), 2, + ACTIONS(2911), 1, + aux_sym_variable_definition_token2, + STATE(4102), 2, sym_comment, sym_include, - ACTIONS(5882), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_variable_tuning_token7, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [266962] = 5, + ACTIONS(3123), 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, + [258968] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4420), 2, + ACTIONS(5688), 1, + anon_sym_COMMA, + STATE(4127), 1, + aux_sym_inherits_repeat1, + STATE(4103), 2, sym_comment, sym_include, - ACTIONS(6285), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_variable_tuning_token7, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [266984] = 9, + ACTIONS(5843), 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, + [258997] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5344), 1, - sym__terminator, - STATE(4515), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4421), 2, + ACTIONS(2863), 1, + aux_sym_variable_definition_token2, + STATE(4104), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [267014] = 9, + ACTIONS(2991), 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, + [259024] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5344), 1, - sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4422), 2, + ACTIONS(2913), 1, + aux_sym_variable_definition_token2, + STATE(4105), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [267044] = 9, + ACTIONS(3129), 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, + [259051] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5334), 1, - sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4423), 2, + ACTIONS(2892), 1, + aux_sym_variable_definition_token2, + STATE(4106), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [267074] = 6, + ACTIONS(3073), 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, + [259078] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6289), 1, + ACTIONS(2868), 1, aux_sym_variable_definition_token2, - STATE(4424), 2, + STATE(4107), 2, sym_comment, sym_include, - ACTIONS(6287), 5, + ACTIONS(3011), 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, - [267098] = 9, - ACTIONS(3), 1, + aux_sym_case_otherwise_branch_token1, + [259105] = 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(6291), 1, - sym_identifier, - STATE(4950), 1, - sym_object_access, - STATE(5727), 1, - sym_qualified_name, - STATE(4425), 2, + ACTIONS(5847), 1, + aux_sym_variable_tuning_token2, + STATE(4108), 2, sym_comment, sym_include, - STATE(5801), 2, - sym_function_call, - sym_new_expression, - [267128] = 6, + ACTIONS(5845), 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, + [259132] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6295), 1, + ACTIONS(2870), 1, aux_sym_variable_definition_token2, - STATE(4426), 2, + STATE(4109), 2, sym_comment, sym_include, - ACTIONS(6293), 5, + ACTIONS(3013), 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, - [267152] = 8, - ACTIONS(3), 1, + aux_sym_case_otherwise_branch_token1, + [259159] = 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(6299), 1, - aux_sym_field_definition_token1, - STATE(4529), 1, - aux_sym_widget_phrase_repeat1, - STATE(4959), 1, - sym_widget_field, - STATE(4427), 2, + ACTIONS(2872), 1, + aux_sym_variable_definition_token2, + STATE(4110), 2, sym_comment, sym_include, - ACTIONS(6297), 3, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - [267180] = 8, + ACTIONS(3015), 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, + [259186] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - STATE(5782), 1, - sym_body, - STATE(4428), 2, + ACTIONS(2874), 1, + aux_sym_variable_definition_token2, + STATE(4111), 2, sym_comment, sym_include, - STATE(5784), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [267208] = 6, + ACTIONS(3017), 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, + [259213] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6303), 1, + ACTIONS(2939), 1, aux_sym_variable_definition_token2, - STATE(4429), 2, + STATE(4112), 2, sym_comment, sym_include, - ACTIONS(6301), 5, + ACTIONS(3251), 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, - [267232] = 8, - ACTIONS(3), 1, + aux_sym_case_otherwise_branch_token1, + [259240] = 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(6299), 1, - aux_sym_field_definition_token1, - STATE(4427), 1, - aux_sym_widget_phrase_repeat1, - STATE(4959), 1, - sym_widget_field, - STATE(4430), 2, + ACTIONS(4497), 1, + sym__namedot, + ACTIONS(5851), 1, + aux_sym__function_argument_with_mode_token4, + STATE(3291), 1, + aux_sym_qualified_name_repeat1, + STATE(5524), 1, + sym_argument_pass_type, + ACTIONS(5849), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(4113), 2, sym_comment, sym_include, - ACTIONS(6305), 3, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - [267260] = 10, + ACTIONS(4959), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + [259275] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2888), 1, + aux_sym_variable_definition_token2, + STATE(4114), 2, + sym_comment, + sym_include, + ACTIONS(3067), 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, + [259302] = 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(6307), 1, + ACTIONS(5803), 1, sym_identifier, - STATE(3398), 1, - sym_function_call, - STATE(3496), 1, - sym_qualified_name, - STATE(5796), 1, - sym_object_access, - STATE(6285), 1, - sym_new_expression, - STATE(4431), 2, + ACTIONS(5811), 1, + aux_sym__function_argument_with_mode_token2, + STATE(4619), 1, + sym_function_parameter_mode, + STATE(6022), 1, + sym_function_parameter, + ACTIONS(5809), 2, + aux_sym_input_expression_token1, + aux_sym_argument_mode_token1, + STATE(4115), 2, sym_comment, sym_include, - [267292] = 6, + ACTIONS(5807), 3, + aux_sym_dataset_expression_token1, + aux_sym__function_argument_with_mode_token1, + aux_sym__function_argument_with_mode_token3, + [259337] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6311), 1, - aux_sym_variable_definition_token2, - STATE(4432), 2, + ACTIONS(5855), 1, + aux_sym_variable_tuning_token2, + STATE(4116), 2, sym_comment, sym_include, - ACTIONS(6309), 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, - [267316] = 7, + ACTIONS(5853), 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, + [259364] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4486), 1, - aux_sym_if_statement_repeat1, - STATE(5309), 1, - sym_else_statement, - STATE(4433), 2, + ACTIONS(2915), 1, + aux_sym_variable_definition_token2, + STATE(4117), 2, sym_comment, sym_include, - ACTIONS(2725), 4, + ACTIONS(3131), 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, - [267342] = 10, + [259391] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(4980), 1, - aux_sym_for_statement_repeat1, - STATE(4981), 1, - sym_on_stop_phrase, - STATE(6103), 1, - sym_body, - STATE(4434), 2, + ACTIONS(4497), 1, + sym__namedot, + STATE(3291), 1, + aux_sym_qualified_name_repeat1, + STATE(4118), 2, sym_comment, sym_include, - [267374] = 7, + ACTIONS(4225), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_variable_tuning_token7, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [259420] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4486), 1, - aux_sym_if_statement_repeat1, - STATE(5309), 1, - sym_else_statement, - STATE(4435), 2, + ACTIONS(2876), 1, + aux_sym_variable_definition_token2, + STATE(4119), 2, sym_comment, sym_include, - ACTIONS(2725), 4, + ACTIONS(3019), 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, - [267400] = 8, + [259447] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - STATE(5833), 1, - sym_body, - STATE(4436), 2, + ACTIONS(5688), 1, + anon_sym_COMMA, + STATE(4095), 1, + aux_sym_inherits_repeat1, + STATE(4120), 2, sym_comment, sym_include, - STATE(5872), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [267428] = 7, + ACTIONS(5692), 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, + [259476] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6313), 1, - aux_sym_else_statement_token1, - STATE(5309), 1, - sym_else_statement, - ACTIONS(2729), 3, + ACTIONS(2878), 1, + aux_sym_variable_definition_token2, + STATE(4121), 2, + sym_comment, + sym_include, + ACTIONS(3021), 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, - STATE(4437), 3, - sym_comment, - sym_include, - aux_sym_if_statement_repeat1, - [267454] = 10, + [259503] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5325), 1, - aux_sym_for_statement_repeat1, - STATE(5329), 1, - sym_on_stop_phrase, - STATE(6013), 1, - sym_body, - STATE(4438), 2, + ACTIONS(2917), 1, + aux_sym_variable_definition_token2, + STATE(4122), 2, sym_comment, sym_include, - [267486] = 8, + ACTIONS(3133), 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, + [259530] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - STATE(6177), 1, - sym_body, - STATE(4439), 2, + ACTIONS(2880), 1, + aux_sym_variable_definition_token2, + STATE(4123), 2, sym_comment, sym_include, - STATE(6213), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [267514] = 10, + ACTIONS(3057), 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, + [259557] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(4912), 1, - aux_sym_for_statement_repeat1, - STATE(4918), 1, - sym_on_stop_phrase, - STATE(6337), 1, - sym_body, - STATE(4440), 2, + ACTIONS(2935), 1, + aux_sym_variable_definition_token2, + STATE(4124), 2, sym_comment, sym_include, - [267546] = 9, + ACTIONS(3201), 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, + [259584] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5997), 1, - aux_sym__block_terminator_token1, - STATE(2135), 1, - sym__function_terminator, - STATE(2184), 1, - sym__block_terminator, - STATE(5599), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4441), 2, + ACTIONS(2884), 1, + aux_sym_variable_definition_token2, + STATE(4125), 2, sym_comment, sym_include, - [267576] = 9, + ACTIONS(3061), 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, + [259611] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5215), 1, - sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4442), 2, + ACTIONS(2933), 1, + aux_sym_variable_definition_token2, + STATE(4126), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [267606] = 8, + ACTIONS(3199), 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, + [259638] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - STATE(5913), 1, - sym_body, - STATE(4443), 2, + ACTIONS(5857), 1, + anon_sym_COMMA, + STATE(4127), 3, sym_comment, sym_include, - STATE(5908), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [267634] = 8, + aux_sym_inherits_repeat1, + ACTIONS(5756), 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, + [259665] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - STATE(6009), 1, - sym_body, - STATE(4444), 2, + ACTIONS(2842), 1, + aux_sym_variable_definition_token2, + STATE(4128), 2, sym_comment, sym_include, - STATE(6021), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [267662] = 8, + ACTIONS(2961), 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, + [259692] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6236), 1, - aux_sym__block_terminator_token1, - STATE(5491), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(1607), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(4445), 2, + ACTIONS(5860), 1, + sym__integer_literal, + STATE(4422), 1, + sym__decimal_literal, + STATE(4444), 1, + sym_number_literal, + STATE(4129), 2, sym_comment, sym_include, - [267690] = 10, + ACTIONS(5862), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_variable_tuning_token7, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [259723] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(5866), 1, aux_sym_on_error_phrase_token1, - STATE(5103), 1, - sym_on_stop_phrase, - STATE(5107), 1, - aux_sym_for_statement_repeat1, - STATE(6014), 1, - sym_body, - STATE(4446), 2, + ACTIONS(5864), 3, + anon_sym_COLON, + aux_sym__block_terminator_token1, + aux_sym_repeat_tuning_token1, + STATE(4130), 3, sym_comment, sym_include, - [267722] = 9, + aux_sym_repeat_statement_repeat1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [259752] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5921), 1, - aux_sym__block_terminator_token1, - STATE(1544), 1, - sym__function_terminator, - STATE(1606), 1, - sym__block_terminator, - STATE(5557), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4447), 2, + ACTIONS(2890), 1, + aux_sym_variable_definition_token2, + STATE(4131), 2, sym_comment, sym_include, - [267752] = 8, + ACTIONS(3069), 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, + [259779] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - STATE(6048), 1, - sym_body, - STATE(4448), 2, + ACTIONS(2844), 1, + aux_sym_variable_definition_token2, + STATE(4132), 2, sym_comment, sym_include, - STATE(5933), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [267780] = 10, - ACTIONS(3), 1, + ACTIONS(2967), 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, + [259806] = 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(17), 1, - aux_sym_scope_tuning_token1, - ACTIONS(6316), 1, - sym_identifier, - STATE(3394), 1, - sym_function_call, - STATE(3521), 1, - sym_qualified_name, - STATE(5796), 1, - sym_object_access, - STATE(6285), 1, - sym_new_expression, - STATE(4449), 2, + ACTIONS(5688), 1, + anon_sym_COMMA, + STATE(4103), 1, + aux_sym_inherits_repeat1, + STATE(4133), 2, sym_comment, sym_include, - [267812] = 10, + ACTIONS(5686), 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, + [259835] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(4862), 1, - sym_on_stop_phrase, - STATE(4863), 1, - aux_sym_for_statement_repeat1, - STATE(6094), 1, - sym_body, - STATE(4450), 2, + ACTIONS(2919), 1, + aux_sym_variable_definition_token2, + STATE(4134), 2, sym_comment, sym_include, - [267844] = 5, + ACTIONS(3137), 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, + [259862] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4451), 2, + STATE(4340), 1, + sym_temp_table_tuning, + ACTIONS(5871), 2, + aux_sym_variable_tuning_token8, + aux_sym_temp_table_tuning_token1, + STATE(4135), 3, sym_comment, sym_include, - ACTIONS(152), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_variable_tuning_token7, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [267866] = 10, + aux_sym_temp_table_definition_repeat1, + ACTIONS(5869), 5, + sym__terminator, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [259891] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5163), 1, - aux_sym_for_statement_repeat1, - STATE(5168), 1, - sym_on_stop_phrase, - STATE(6139), 1, - sym_body, - STATE(4452), 2, + ACTIONS(2882), 1, + aux_sym_variable_definition_token2, + STATE(4136), 2, sym_comment, sym_include, - [267898] = 9, + ACTIONS(3059), 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, + [259918] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6206), 1, - sym__terminator, - STATE(4477), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4453), 2, + ACTIONS(2921), 1, + aux_sym_variable_definition_token2, + STATE(4137), 2, sym_comment, sym_include, - [267928] = 10, + ACTIONS(3139), 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, + [259945] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4932), 1, - aux_sym_for_statement_repeat1, - STATE(4934), 1, - sym_on_stop_phrase, - STATE(6330), 1, + STATE(4177), 1, + aux_sym_repeat_statement_repeat1, + STATE(6043), 1, sym_body, - STATE(4454), 2, + STATE(4138), 2, sym_comment, sym_include, - [267960] = 8, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [259977] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(6166), 1, + STATE(4244), 1, + aux_sym_repeat_statement_repeat1, + STATE(5630), 1, sym_body, - STATE(4455), 2, + STATE(4139), 2, sym_comment, sym_include, - STATE(5960), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [267988] = 9, + sym_on_endkey_phrase, + [260009] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5326), 1, - sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4456), 2, + ACTIONS(5876), 1, + aux_sym__block_terminator_token1, + ACTIONS(5878), 1, + anon_sym_LPAREN, + STATE(2419), 1, + sym__function_terminator, + STATE(2429), 1, + sym__block_terminator, + STATE(4491), 1, + sym_function_parameters, + STATE(5402), 1, + sym_dot_body, + ACTIONS(5874), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(4140), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [268018] = 6, + [260045] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6318), 1, - anon_sym_COMMA, - STATE(4457), 3, + ACTIONS(5878), 1, + anon_sym_LPAREN, + ACTIONS(5880), 1, + aux_sym__block_terminator_token1, + STATE(4518), 1, + sym_function_parameters, + STATE(4891), 1, + sym__function_terminator, + STATE(4893), 1, + sym__block_terminator, + STATE(5242), 1, + sym_dot_body, + ACTIONS(5874), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(4141), 2, sym_comment, sym_include, - aux_sym_data_relation_repeat1, - ACTIONS(6179), 4, - sym__terminator, - anon_sym_RPAREN, - aux_sym_data_relation_token1, - aux_sym_data_relation_token2, - [268042] = 10, + [260081] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(5882), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5190), 1, - sym_on_stop_phrase, - STATE(5192), 1, - aux_sym_for_statement_repeat1, - STATE(6173), 1, - sym_body, - STATE(4458), 2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4413), 1, + aux_sym_interface_statement_repeat1, + STATE(5460), 1, + sym_inherits, + STATE(5466), 1, + sym_interface_tuning, + STATE(6380), 1, + sym_interface_body, + STATE(4142), 2, sym_comment, sym_include, - [268074] = 9, + [260119] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5326), 1, + ACTIONS(5884), 1, sym__terminator, - STATE(4496), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4459), 2, - sym_comment, - sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [268104] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5905), 1, + ACTIONS(5886), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6175), 1, - sym__terminator, - STATE(4574), 1, + ACTIONS(5890), 1, + aux_sym_query_definition_token2, + ACTIONS(5892), 1, + aux_sym_query_definition_token3, + STATE(4439), 1, aux_sym_query_definition_repeat1, - STATE(4796), 1, + STATE(4688), 1, sym_query_definition_tuning, - ACTIONS(5907), 2, + ACTIONS(5888), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4460), 2, + STATE(4143), 2, sym_comment, sym_include, - [268134] = 10, + [260155] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(5894), 1, + aux_sym_on_error_phrase_token1, + ACTIONS(5864), 2, anon_sym_COLON, - ACTIONS(3800), 1, anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(4866), 1, - sym_on_stop_phrase, - STATE(4869), 1, - aux_sym_for_statement_repeat1, - STATE(6090), 1, - sym_body, - STATE(4461), 2, + STATE(4144), 3, sym_comment, sym_include, - [268166] = 8, - ACTIONS(69), 1, + aux_sym_repeat_statement_repeat1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [260183] = 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(6321), 1, - sym__terminator, - ACTIONS(6323), 1, - aux_sym_query_definition_tuning_token1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(6326), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4462), 3, + ACTIONS(5897), 1, + anon_sym_COMMA, + STATE(4145), 3, sym_comment, sym_include, - aux_sym_query_definition_repeat1, - [268194] = 9, - ACTIONS(69), 1, + aux_sym_array_literal_repeat1, + ACTIONS(2795), 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, + [260209] = 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(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(6329), 1, - sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4463), 2, + ACTIONS(5900), 1, + anon_sym_LT, + ACTIONS(5902), 1, + sym__namedot, + STATE(4359), 1, + aux_sym_qualified_name_repeat1, + STATE(4975), 1, + sym_generic_expression, + STATE(4146), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [268224] = 10, + ACTIONS(3894), 4, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [260241] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4872), 1, - sym_on_stop_phrase, - STATE(4873), 1, - aux_sym_for_statement_repeat1, - STATE(6083), 1, + STATE(4159), 1, + aux_sym_repeat_statement_repeat1, + STATE(5676), 1, sym_body, - STATE(4464), 2, + STATE(4147), 2, sym_comment, sym_include, - [268256] = 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [260273] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(4465), 2, + ACTIONS(525), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + ACTIONS(5908), 1, + aux_sym_widget_field_token1, + STATE(4276), 1, + aux_sym_on_statement_repeat1, + STATE(4841), 1, + sym_do_block, + STATE(5429), 1, + sym_widget_phrase, + STATE(6240), 1, + sym_label, + STATE(4148), 2, sym_comment, sym_include, - ACTIONS(3545), 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, - [268278] = 6, + [260311] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6333), 1, - aux_sym_variable_definition_token2, - STATE(4466), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5965), 1, + sym_body, + STATE(4149), 2, sym_comment, sym_include, - ACTIONS(6331), 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, - [268302] = 10, - ACTIONS(69), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [260343] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(4880), 1, - sym_on_stop_phrase, - STATE(4882), 1, - aux_sym_for_statement_repeat1, - STATE(6080), 1, - sym_body, - STATE(4467), 2, + ACTIONS(5910), 1, + sym_identifier, + STATE(3377), 1, + sym_qualified_name, + STATE(5671), 1, + sym__find_type, + STATE(4150), 2, sym_comment, sym_include, - [268334] = 9, + ACTIONS(5912), 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, + [260373] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, + ACTIONS(5886), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6335), 1, + ACTIONS(5914), 1, sym__terminator, - STATE(4462), 1, + ACTIONS(5916), 1, + aux_sym_query_definition_token2, + ACTIONS(5918), 1, + aux_sym_query_definition_token3, + STATE(4427), 1, aux_sym_query_definition_repeat1, - STATE(4796), 1, + STATE(4688), 1, sym_query_definition_tuning, - ACTIONS(5907), 2, + ACTIONS(5888), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4468), 2, + STATE(4151), 2, sym_comment, sym_include, - [268364] = 8, + [260409] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(5741), 1, + STATE(4162), 1, + aux_sym_repeat_statement_repeat1, + STATE(5770), 1, sym_body, - STATE(4469), 2, + STATE(4152), 2, sym_comment, sym_include, - STATE(5791), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [268392] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(4887), 1, - sym_on_stop_phrase, - STATE(4890), 1, - aux_sym_for_statement_repeat1, - STATE(6076), 1, - sym_body, - STATE(4470), 2, - sym_comment, - sym_include, - [268424] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5207), 1, - aux_sym_for_statement_repeat1, - STATE(5218), 1, - sym_on_stop_phrase, - STATE(6218), 1, - sym_body, - STATE(4471), 2, - sym_comment, - sym_include, - [268456] = 8, + sym_on_endkey_phrase, + [260441] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(6334), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5676), 1, sym_body, - STATE(4472), 2, + STATE(4153), 2, sym_comment, sym_include, - STATE(6113), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [268484] = 10, + sym_on_endkey_phrase, + [260473] = 12, 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(6337), 1, + ACTIONS(294), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, sym_identifier, - STATE(3401), 1, - sym_function_call, - STATE(3517), 1, - sym_qualified_name, - STATE(5796), 1, - sym_object_access, - STATE(6285), 1, - sym_new_expression, - STATE(4473), 2, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + ACTIONS(5920), 1, + aux_sym_widget_field_token1, + STATE(2383), 1, + sym_do_block, + STATE(4305), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6349), 1, + sym_label, + STATE(4154), 2, sym_comment, sym_include, - [268516] = 10, + [260511] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5224), 1, - aux_sym_for_statement_repeat1, - STATE(5225), 1, - sym_on_stop_phrase, - STATE(6229), 1, - sym_body, - STATE(4474), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(5922), 1, + sym__terminator, + ACTIONS(5924), 1, + aux_sym_query_definition_token2, + ACTIONS(5926), 1, + aux_sym_query_definition_token3, + STATE(4423), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4155), 2, sym_comment, sym_include, - [268548] = 9, + [260547] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6221), 1, - sym__terminator, - STATE(4386), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4475), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5842), 1, + sym_body, + STATE(4156), 2, sym_comment, sym_include, - [268578] = 6, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [260579] = 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, - sym__namedot, - STATE(4476), 2, + ACTIONS(5519), 1, + aux_sym_variable_tuning_token7, + STATE(4221), 1, + aux_sym_function_parameter_repeat1, + STATE(4394), 1, + sym_function_parameter_tuning, + ACTIONS(5928), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(4157), 2, sym_comment, sym_include, - ACTIONS(104), 5, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - anon_sym_LT, - aux_sym_scope_tuning_token1, - [268602] = 9, + ACTIONS(5521), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [260611] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, + ACTIONS(5886), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6339), 1, + ACTIONS(5930), 1, sym__terminator, - STATE(4462), 1, + ACTIONS(5932), 1, + aux_sym_query_definition_token2, + ACTIONS(5934), 1, + aux_sym_query_definition_token3, + STATE(4369), 1, aux_sym_query_definition_repeat1, - STATE(4796), 1, + STATE(4688), 1, sym_query_definition_tuning, - ACTIONS(5907), 2, + ACTIONS(5888), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4477), 2, + STATE(4158), 2, sym_comment, sym_include, - [268632] = 10, + [260647] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4896), 1, - sym_on_stop_phrase, - STATE(4898), 1, - aux_sym_for_statement_repeat1, - STATE(6074), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5770), 1, sym_body, - STATE(4478), 2, + STATE(4159), 2, sym_comment, sym_include, - [268664] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [260679] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4831), 1, - aux_sym_for_statement_repeat1, - STATE(4833), 1, - sym_on_stop_phrase, - STATE(5748), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5866), 1, sym_body, - STATE(4479), 2, + STATE(4160), 2, sym_comment, sym_include, - [268696] = 8, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [260711] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(6224), 1, + STATE(4160), 1, + aux_sym_repeat_statement_repeat1, + STATE(5896), 1, sym_body, - STATE(4480), 2, + STATE(4161), 2, sym_comment, sym_include, - STATE(5987), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [268724] = 10, + sym_on_endkey_phrase, + [260743] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(5936), 1, + ACTIONS(2899), 1, anon_sym_COLON, - STATE(4665), 1, - aux_sym_interface_statement_repeat1, - STATE(5788), 1, - sym_inherits, - STATE(5792), 1, - sym_interface_tuning, - STATE(6525), 1, - sym_interface_body, - STATE(4481), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5896), 1, + sym_body, + STATE(4162), 2, sym_comment, sym_include, - [268756] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [260775] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(4462), 2, anon_sym_COLON, - ACTIONS(3800), 1, anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(4901), 1, - sym_on_stop_phrase, - STATE(4903), 1, - aux_sym_for_statement_repeat1, - STATE(6073), 1, - sym_body, - STATE(4482), 2, + STATE(4163), 2, sym_comment, sym_include, - [268788] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [260805] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(5262), 1, - aux_sym_for_statement_repeat1, - STATE(5266), 1, - sym_on_stop_phrase, - STATE(6239), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5849), 1, sym_body, - STATE(4483), 2, + STATE(4164), 2, sym_comment, sym_include, - [268820] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [260837] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(5519), 1, + aux_sym_variable_tuning_token7, + STATE(4221), 1, + aux_sym_function_parameter_repeat1, + STATE(4394), 1, + sym_function_parameter_tuning, + ACTIONS(5936), 2, anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(4967), 1, - aux_sym_for_statement_repeat1, - STATE(4978), 1, - sym_on_stop_phrase, - STATE(6327), 1, - sym_body, - STATE(4484), 2, + anon_sym_RPAREN, + STATE(4165), 2, sym_comment, sym_include, - [268852] = 10, + ACTIONS(5521), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [260869] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(5936), 1, + ACTIONS(2899), 1, anon_sym_COLON, - STATE(4481), 1, - aux_sym_interface_statement_repeat1, - STATE(5788), 1, - sym_inherits, - STATE(5792), 1, - sym_interface_tuning, - STATE(6491), 1, - sym_interface_body, - STATE(4485), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5470), 1, + sym_body, + STATE(4166), 2, sym_comment, sym_include, - [268884] = 8, - ACTIONS(69), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [260901] = 12, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(5938), 1, + sym_identifier, + ACTIONS(5940), 1, anon_sym_LBRACE, - ACTIONS(6341), 1, - aux_sym_else_statement_token1, - STATE(4437), 1, - aux_sym_if_statement_repeat1, - STATE(5309), 1, - sym_else_statement, - STATE(4486), 2, + ACTIONS(5942), 1, + anon_sym_RBRACE, + ACTIONS(5944), 1, + anon_sym_DQUOTE, + ACTIONS(5946), 1, + aux_sym_include_argument_token1, + STATE(4174), 1, + aux_sym_include_repeat2, + STATE(5041), 1, + sym_constant, + STATE(5043), 1, + sym_double_quoted_string, + STATE(5044), 1, + sym_include_argument, + STATE(4167), 2, sym_comment, sym_include, - ACTIONS(2746), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [268912] = 8, + [260939] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6344), 1, - aux_sym_else_statement_token1, - STATE(4486), 1, - aux_sym_if_statement_repeat1, - STATE(5309), 1, - sym_else_statement, - STATE(4487), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(5882), 1, + anon_sym_COLON, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4499), 1, + aux_sym_interface_statement_repeat1, + STATE(5460), 1, + sym_inherits, + STATE(5466), 1, + sym_interface_tuning, + STATE(6222), 1, + sym_interface_body, + STATE(4168), 2, sym_comment, sym_include, - ACTIONS(2762), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [268940] = 10, + [260977] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(5519), 1, + aux_sym_variable_tuning_token7, + STATE(4271), 1, + aux_sym_function_parameter_repeat1, + STATE(4394), 1, + sym_function_parameter_tuning, + ACTIONS(5928), 2, anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5241), 1, - sym_on_stop_phrase, - STATE(5242), 1, - aux_sym_for_statement_repeat1, - STATE(6124), 1, - sym_body, - STATE(4488), 2, + anon_sym_RPAREN, + STATE(4169), 2, sym_comment, sym_include, - [268972] = 10, + ACTIONS(5521), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [261009] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(5948), 2, anon_sym_COLON, - ACTIONS(3800), 1, anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(4907), 1, - sym_on_stop_phrase, - STATE(4908), 1, - aux_sym_for_statement_repeat1, - STATE(6071), 1, - sym_body, - STATE(4489), 2, - sym_comment, - sym_include, - [269004] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6347), 1, - aux_sym_else_statement_token1, - STATE(4486), 1, - aux_sym_if_statement_repeat1, - STATE(5309), 1, - sym_else_statement, - STATE(4490), 2, + STATE(4170), 2, sym_comment, sym_include, - ACTIONS(2756), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [269032] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [261039] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4913), 1, - sym_on_stop_phrase, - STATE(4915), 1, - aux_sym_for_statement_repeat1, - STATE(6067), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5735), 1, sym_body, - STATE(4491), 2, + STATE(4171), 2, sym_comment, sym_include, - [269064] = 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [261071] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4492), 2, - sym_comment, - sym_include, - ACTIONS(6351), 6, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(4454), 2, anon_sym_COLON, - sym__terminator, - aux_sym__block_terminator_token1, anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [269086] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6353), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4493), 2, + STATE(4172), 2, sym_comment, sym_include, - [269116] = 6, - ACTIONS(69), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [261101] = 12, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(5938), 1, + sym_identifier, + ACTIONS(5940), 1, anon_sym_LBRACE, - ACTIONS(6357), 1, - aux_sym_variable_definition_token2, - STATE(4494), 2, + ACTIONS(5944), 1, + anon_sym_DQUOTE, + ACTIONS(5946), 1, + aux_sym_include_argument_token1, + ACTIONS(5950), 1, + anon_sym_RBRACE, + STATE(4174), 1, + aux_sym_include_repeat2, + STATE(5041), 1, + sym_constant, + STATE(5043), 1, + sym_double_quoted_string, + STATE(5044), 1, + sym_include_argument, + STATE(4173), 2, sym_comment, sym_include, - ACTIONS(6355), 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, - [269140] = 9, + [261139] = 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(6359), 1, + ACTIONS(5952), 1, sym_identifier, - STATE(4836), 1, - sym_object_access, - STATE(6246), 1, - sym_qualified_name, - STATE(4495), 2, - sym_comment, - sym_include, - STATE(5801), 2, - sym_function_call, - sym_new_expression, - [269170] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(5955), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(6361), 1, - sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4496), 2, + ACTIONS(5958), 1, + anon_sym_RBRACE, + ACTIONS(5960), 1, + anon_sym_DQUOTE, + ACTIONS(5963), 1, + aux_sym_include_argument_token1, + STATE(5041), 1, + sym_constant, + STATE(5043), 1, + sym_double_quoted_string, + STATE(5044), 1, + sym_include_argument, + STATE(4174), 3, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [269200] = 5, + aux_sym_include_repeat2, + [261175] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4497), 2, - sym_comment, - sym_include, - ACTIONS(6363), 6, + ACTIONS(2899), 1, anon_sym_COLON, - sym__terminator, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - [269222] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(5985), 1, - anon_sym_LT, - STATE(4837), 1, - sym_generic_expression, - STATE(4498), 2, + STATE(4171), 1, + aux_sym_repeat_statement_repeat1, + STATE(5825), 1, + sym_body, + STATE(4175), 2, sym_comment, sym_include, - ACTIONS(3827), 4, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [269248] = 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [261207] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4499), 2, - sym_comment, - sym_include, - ACTIONS(6365), 6, + ACTIONS(2899), 1, anon_sym_COLON, - sym__terminator, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - [269270] = 10, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(6043), 1, + sym_body, + STATE(4176), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [261239] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(5274), 1, - aux_sym_for_statement_repeat1, - STATE(5277), 1, - sym_on_stop_phrase, - STATE(6363), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5884), 1, sym_body, - STATE(4500), 2, + STATE(4177), 2, sym_comment, sym_include, - [269302] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [261271] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6369), 1, - aux_sym_variable_definition_token2, - STATE(4501), 2, + ACTIONS(5519), 1, + aux_sym_variable_tuning_token7, + STATE(4221), 1, + aux_sym_function_parameter_repeat1, + STATE(4394), 1, + sym_function_parameter_tuning, + ACTIONS(5966), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(4178), 2, sym_comment, sym_include, - ACTIONS(6367), 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, - [269326] = 8, + ACTIONS(5521), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [261303] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(6057), 1, + STATE(4164), 1, + aux_sym_repeat_statement_repeat1, + STATE(5819), 1, sym_body, - STATE(4502), 2, + STATE(4179), 2, sym_comment, sym_include, - STATE(5673), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [269354] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6371), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4503), 2, - sym_comment, - sym_include, - [269384] = 9, + sym_on_endkey_phrase, + [261335] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(6361), 1, - sym__terminator, - STATE(4537), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4504), 2, + ACTIONS(5519), 1, + aux_sym_variable_tuning_token7, + STATE(4165), 1, + aux_sym_function_parameter_repeat1, + STATE(4394), 1, + sym_function_parameter_tuning, + ACTIONS(5966), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(4180), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [269414] = 10, + ACTIONS(5521), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [261367] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4919), 1, - sym_on_stop_phrase, - STATE(4922), 1, - aux_sym_for_statement_repeat1, - STATE(6063), 1, + STATE(4235), 1, + aux_sym_repeat_statement_repeat1, + STATE(5607), 1, sym_body, - STATE(4505), 2, + STATE(4181), 2, sym_comment, sym_include, - [269446] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [261399] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6373), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4506), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5825), 1, + sym_body, + STATE(4182), 2, sym_comment, sym_include, - [269476] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [261431] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4675), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(4713), 1, aux_sym_inherits_token1, - ACTIONS(5936), 1, + ACTIONS(5882), 1, anon_sym_COLON, - STATE(4665), 1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4523), 1, aux_sym_interface_statement_repeat1, - STATE(5788), 1, + STATE(5460), 1, sym_inherits, - STATE(5792), 1, + STATE(5466), 1, sym_interface_tuning, - STATE(6673), 1, + STATE(6696), 1, sym_interface_body, - STATE(4507), 2, + STATE(4183), 2, sym_comment, sym_include, - [269508] = 10, + [261469] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(5936), 1, + ACTIONS(2899), 1, anon_sym_COLON, - STATE(4665), 1, - aux_sym_interface_statement_repeat1, - STATE(5788), 1, - sym_inherits, - STATE(5792), 1, - sym_interface_tuning, - STATE(6380), 1, - sym_interface_body, - STATE(4508), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4149), 1, + aux_sym_repeat_statement_repeat1, + STATE(5535), 1, + sym_body, + STATE(4184), 2, sym_comment, sym_include, - [269540] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [261501] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5179), 1, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(5968), 1, sym__terminator, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - STATE(4565), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4509), 2, + ACTIONS(5970), 1, + aux_sym_query_definition_token2, + ACTIONS(5972), 1, + aux_sym_query_definition_token3, + STATE(4480), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4185), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [269570] = 10, + [261537] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4927), 1, - sym_on_stop_phrase, - STATE(4929), 1, - aux_sym_for_statement_repeat1, + STATE(4246), 1, + aux_sym_repeat_statement_repeat1, STATE(6053), 1, sym_body, - STATE(4510), 2, + STATE(4186), 2, sym_comment, sym_include, - [269602] = 9, - ACTIONS(69), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [261569] = 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(5179), 1, - sym__terminator, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4511), 2, + ACTIONS(5974), 1, + sym_identifier, + STATE(3373), 1, + sym_qualified_name, + STATE(5910), 1, + sym__find_type, + STATE(4187), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [269632] = 9, + ACTIONS(5912), 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, + [261599] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(6375), 1, - sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4512), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(4344), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(4188), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [269662] = 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [261629] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4513), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(5976), 1, + sym__terminator, + ACTIONS(5978), 1, + aux_sym_query_definition_token2, + ACTIONS(5980), 1, + aux_sym_query_definition_token3, + STATE(4384), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4189), 2, sym_comment, sym_include, - ACTIONS(6377), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_variable_tuning_token7, - aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token3, - aux_sym__function_argument_with_mode_token4, - [269684] = 10, + [261665] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(5882), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(4994), 1, - aux_sym_for_statement_repeat1, - STATE(4995), 1, - sym_on_stop_phrase, - STATE(6321), 1, - sym_body, - STATE(4514), 2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4475), 1, + aux_sym_interface_statement_repeat1, + STATE(5460), 1, + sym_inherits, + STATE(5466), 1, + sym_interface_tuning, + STATE(6065), 1, + sym_interface_body, + STATE(4190), 2, sym_comment, sym_include, - [269716] = 9, - ACTIONS(69), 1, + [261703] = 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(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5324), 1, - sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4515), 2, + ACTIONS(581), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + ACTIONS(5982), 1, + aux_sym_widget_field_token1, + STATE(1982), 1, + sym_do_block, + STATE(4291), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6193), 1, + sym_label, + STATE(4191), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [269746] = 10, + [261741] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(5936), 1, + ACTIONS(2899), 1, anon_sym_COLON, - STATE(4508), 1, - aux_sym_interface_statement_repeat1, - STATE(5788), 1, - sym_inherits, - STATE(5792), 1, - sym_interface_tuning, - STATE(6418), 1, - sym_interface_body, - STATE(4516), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(6012), 1, + sym_body, + STATE(4192), 2, sym_comment, sym_include, - [269778] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [261773] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6381), 1, - aux_sym_variable_definition_token2, - STATE(4517), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5819), 1, + sym_body, + STATE(4193), 2, sym_comment, sym_include, - ACTIONS(6379), 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, - [269802] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [261805] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5324), 1, - sym__terminator, - STATE(4577), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4518), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(5984), 1, + anon_sym_COMMA, + ACTIONS(5988), 1, + anon_sym_GT, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5165), 1, + aux_sym_generic_expression_repeat1, + STATE(5653), 1, + sym_type_tuning, + ACTIONS(5986), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4194), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [269832] = 10, + [261841] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4943), 1, - aux_sym_for_statement_repeat1, - STATE(4945), 1, - sym_on_stop_phrase, - STATE(6041), 1, + STATE(4182), 1, + aux_sym_repeat_statement_repeat1, + STATE(5539), 1, sym_body, - STATE(4519), 2, + STATE(4195), 2, sym_comment, sym_include, - [269864] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [261873] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(5290), 1, - aux_sym_for_statement_repeat1, - STATE(5296), 1, - sym_on_stop_phrase, - STATE(6320), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5539), 1, sym_body, - STATE(4520), 2, + STATE(4196), 2, sym_comment, sym_include, - [269896] = 9, - ACTIONS(3), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [261905] = 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(6383), 1, - sym_identifier, - STATE(5034), 1, - sym_object_access, - STATE(6269), 1, - sym_qualified_name, - STATE(4521), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(5984), 1, + anon_sym_COMMA, + ACTIONS(5990), 1, + anon_sym_GT, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5385), 1, + aux_sym_generic_expression_repeat1, + STATE(5653), 1, + sym_type_tuning, + ACTIONS(5986), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4197), 2, sym_comment, sym_include, - STATE(5801), 2, - sym_function_call, - sym_new_expression, - [269926] = 9, + [261941] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5203), 1, - sym__terminator, - STATE(4611), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4522), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(6029), 1, + sym_body, + STATE(4198), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [269956] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [261973] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(5299), 1, - aux_sym_for_statement_repeat1, - STATE(5302), 1, - sym_on_stop_phrase, - STATE(6328), 1, + STATE(4156), 1, + aux_sym_repeat_statement_repeat1, + STATE(5470), 1, sym_body, - STATE(4523), 2, + STATE(4199), 2, sym_comment, sym_include, - [269988] = 8, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [262005] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6121), 1, - aux_sym__block_terminator_token1, - STATE(5437), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(1979), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(4524), 2, + ACTIONS(5519), 1, + aux_sym_variable_tuning_token7, + STATE(4221), 1, + aux_sym_function_parameter_repeat1, + STATE(4394), 1, + sym_function_parameter_tuning, + ACTIONS(5992), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(4200), 2, sym_comment, sym_include, - [270016] = 10, + ACTIONS(5521), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [262037] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4779), 1, - aux_sym_for_statement_repeat1, - STATE(5312), 1, - sym_on_stop_phrase, - STATE(6335), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5499), 1, sym_body, - STATE(4525), 2, + STATE(4201), 2, sym_comment, sym_include, - [270048] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [262069] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(5878), 1, + anon_sym_LPAREN, + ACTIONS(5994), 1, + aux_sym__block_terminator_token1, + STATE(1978), 1, + sym__block_terminator, + STATE(1979), 1, + sym__function_terminator, + STATE(4430), 1, + sym_function_parameters, + STATE(5336), 1, + sym_dot_body, + ACTIONS(5874), 2, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5330), 1, - aux_sym_for_statement_repeat1, - STATE(5331), 1, - sym_on_stop_phrase, - STATE(6340), 1, - sym_body, - STATE(4526), 2, + anon_sym_DOT, + STATE(4202), 2, sym_comment, sym_include, - [270080] = 9, + [262105] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6385), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4527), 2, + ACTIONS(5519), 1, + aux_sym_variable_tuning_token7, + STATE(4221), 1, + aux_sym_function_parameter_repeat1, + STATE(4394), 1, + sym_function_parameter_tuning, + ACTIONS(5996), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(4203), 2, sym_comment, sym_include, - [270110] = 8, + ACTIONS(5521), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [262137] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(6016), 1, + STATE(4198), 1, + aux_sym_repeat_statement_repeat1, + STATE(5499), 1, sym_body, - STATE(4528), 2, + STATE(4204), 2, sym_comment, sym_include, - STATE(6357), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [270138] = 8, + sym_on_endkey_phrase, + [262169] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6387), 1, + ACTIONS(5938), 1, sym_identifier, - ACTIONS(6392), 1, - aux_sym_field_definition_token1, - STATE(4959), 1, - sym_widget_field, - ACTIONS(6390), 2, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - STATE(4529), 3, - sym_comment, - sym_include, - aux_sym_widget_phrase_repeat1, - [270166] = 10, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(5940), 1, anon_sym_LBRACE, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(5936), 1, - anon_sym_COLON, - STATE(4665), 1, - aux_sym_interface_statement_repeat1, - STATE(5788), 1, - sym_inherits, - STATE(5792), 1, - sym_interface_tuning, - STATE(6603), 1, - sym_interface_body, - STATE(4530), 2, + ACTIONS(5942), 1, + anon_sym_RBRACE, + ACTIONS(5944), 1, + anon_sym_DQUOTE, + ACTIONS(5946), 1, + aux_sym_include_argument_token1, + STATE(4173), 1, + aux_sym_include_repeat2, + STATE(5041), 1, + sym_constant, + STATE(5043), 1, + sym_double_quoted_string, + STATE(5044), 1, + sym_include_argument, + STATE(4205), 2, sym_comment, sym_include, - [270198] = 9, + [262207] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6165), 1, - sym__terminator, - STATE(4555), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4531), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4153), 1, + aux_sym_repeat_statement_repeat1, + STATE(5445), 1, + sym_body, + STATE(4206), 2, sym_comment, sym_include, - [270228] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [262239] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(5936), 1, + ACTIONS(2899), 1, anon_sym_COLON, - STATE(4530), 1, - aux_sym_interface_statement_repeat1, - STATE(5788), 1, - sym_inherits, - STATE(5792), 1, - sym_interface_tuning, - STATE(6619), 1, - sym_interface_body, - STATE(4532), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(6053), 1, + sym_body, + STATE(4207), 2, sym_comment, sym_include, - [270260] = 8, - ACTIONS(69), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [262271] = 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(6113), 1, - aux_sym__block_terminator_token1, - STATE(5418), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4533), 2, + ACTIONS(43), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + ACTIONS(5998), 1, + aux_sym_widget_field_token1, + STATE(2401), 1, + sym_do_block, + STATE(4339), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6701), 1, + sym_label, + STATE(4208), 2, sym_comment, sym_include, - STATE(5203), 2, - sym__block_terminator, - sym__procedure_terminator, - [270288] = 9, + [262309] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6395), 1, + ACTIONS(6000), 1, sym_identifier, - ACTIONS(6397), 1, - sym__integer_literal, - ACTIONS(6399), 1, - sym__escaped_string, - STATE(5394), 1, - sym__decimal_literal, - STATE(4534), 2, + STATE(4649), 1, + sym_function_parameter_mode, + ACTIONS(5809), 2, + aux_sym_input_expression_token1, + aux_sym_argument_mode_token1, + STATE(4209), 2, sym_comment, sym_include, - STATE(5201), 2, - sym_number_literal, - sym_string_literal, - [270318] = 10, + ACTIONS(6002), 4, + aux_sym_dataset_expression_token1, + aux_sym__function_argument_with_mode_token1, + aux_sym__function_argument_with_mode_token2, + aux_sym__function_argument_with_mode_token3, + [262339] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(4444), 2, anon_sym_COLON, - ACTIONS(3800), 1, anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5333), 1, - sym_on_stop_phrase, - STATE(5334), 1, - aux_sym_for_statement_repeat1, - STATE(6342), 1, - sym_body, - STATE(4535), 2, + STATE(4210), 2, sym_comment, sym_include, - [270350] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [262369] = 12, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(5882), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5197), 1, - sym_on_stop_phrase, - STATE(5198), 1, - aux_sym_for_statement_repeat1, - STATE(6154), 1, - sym_body, - STATE(4536), 2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4459), 1, + aux_sym_interface_statement_repeat1, + STATE(5460), 1, + sym_inherits, + STATE(5466), 1, + sym_interface_tuning, + STATE(6207), 1, + sym_interface_body, + STATE(4211), 2, sym_comment, sym_include, - [270382] = 9, - ACTIONS(69), 1, + [262407] = 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(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(6401), 1, - sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4537), 2, + ACTIONS(637), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + ACTIONS(6004), 1, + aux_sym_widget_field_token1, + STATE(1790), 1, + sym_do_block, + STATE(4345), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6075), 1, + sym_label, + STATE(4212), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [270412] = 10, + [262445] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(5327), 1, - sym_on_stop_phrase, - STATE(5328), 1, - aux_sym_for_statement_repeat1, - STATE(6344), 1, + STATE(4234), 1, + aux_sym_repeat_statement_repeat1, + STATE(5706), 1, sym_body, - STATE(4538), 2, + STATE(4213), 2, sym_comment, sym_include, - [270444] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [262477] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6403), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4539), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(5467), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(4214), 2, sym_comment, sym_include, - [270474] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [262507] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(5519), 1, + aux_sym_variable_tuning_token7, + STATE(4200), 1, + aux_sym_function_parameter_repeat1, + STATE(4394), 1, + sym_function_parameter_tuning, + ACTIONS(5996), 2, anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5321), 1, - sym_on_stop_phrase, - STATE(5322), 1, - aux_sym_for_statement_repeat1, - STATE(6346), 1, - sym_body, - STATE(4540), 2, + anon_sym_RPAREN, + STATE(4215), 2, sym_comment, sym_include, - [270506] = 10, + ACTIONS(5521), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [262539] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(4951), 1, - sym_on_stop_phrase, - STATE(4952), 1, - aux_sym_for_statement_repeat1, - STATE(5998), 1, + STATE(4253), 1, + aux_sym_repeat_statement_repeat1, + STATE(5866), 1, sym_body, - STATE(4541), 2, + STATE(4216), 2, sym_comment, sym_include, - [270538] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [262571] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(2721), 1, + anon_sym_COMMA, + ACTIONS(6008), 1, aux_sym_scope_tuning_token1, - ACTIONS(6405), 1, - sym_identifier, - STATE(3404), 1, - sym_function_call, - STATE(3509), 1, - sym_qualified_name, - STATE(5796), 1, - sym_object_access, - STATE(6285), 1, - sym_new_expression, - STATE(4542), 2, + ACTIONS(6010), 1, + aux_sym_of_phrase_token2, + STATE(4145), 1, + aux_sym_array_literal_repeat1, + STATE(4217), 2, sym_comment, sym_include, - [270570] = 9, + ACTIONS(6006), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [262603] = 12, 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(6407), 1, + ACTIONS(43), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, sym_identifier, - STATE(5286), 1, - sym_object_access, - STATE(6059), 1, - sym_qualified_name, - STATE(4543), 2, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + ACTIONS(6012), 1, + aux_sym_widget_field_token1, + STATE(2195), 1, + sym_do_block, + STATE(4328), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6701), 1, + sym_label, + STATE(4218), 2, sym_comment, sym_include, - STATE(5801), 2, - sym_function_call, - sym_new_expression, - [270600] = 6, + [262641] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6411), 1, - aux_sym_variable_definition_token2, - STATE(4544), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6014), 1, + sym__terminator, + ACTIONS(6016), 1, + aux_sym_query_definition_token2, + ACTIONS(6018), 1, + aux_sym_query_definition_token3, + STATE(4401), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4219), 2, sym_comment, sym_include, - ACTIONS(6409), 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, - [270624] = 10, + [262677] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(6020), 2, anon_sym_COLON, - ACTIONS(3800), 1, anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5000), 1, - aux_sym_for_statement_repeat1, - STATE(5003), 1, - sym_on_stop_phrase, - STATE(6317), 1, - sym_body, - STATE(4545), 2, + STATE(4220), 2, sym_comment, sym_include, - [270656] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [262707] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6413), 1, - sym__terminator, - STATE(4527), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4546), 2, + ACTIONS(6024), 1, + aux_sym_variable_tuning_token7, + STATE(4394), 1, + sym_function_parameter_tuning, + ACTIONS(6022), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(6027), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + STATE(4221), 3, sym_comment, sym_include, - [270686] = 6, - ACTIONS(69), 1, + aux_sym_function_parameter_repeat1, + [262737] = 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(4841), 1, - aux_sym_variable_definition_token2, - STATE(4547), 2, + ACTIONS(6030), 1, + sym_identifier, + STATE(3367), 1, + sym_qualified_name, + STATE(5852), 1, + sym__find_type, + STATE(4222), 2, sym_comment, sym_include, - ACTIONS(4839), 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, - [270710] = 7, + ACTIONS(5912), 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, + [262767] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5708), 1, - sym_argument_pass_type, - ACTIONS(5889), 2, + ACTIONS(5519), 1, + aux_sym_variable_tuning_token7, + STATE(4268), 1, + aux_sym_function_parameter_repeat1, + STATE(4394), 1, + sym_function_parameter_tuning, + ACTIONS(6032), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(4548), 2, + STATE(4223), 2, sym_comment, sym_include, - ACTIONS(4869), 3, + ACTIONS(5521), 3, aux_sym_argument_pass_type_token1, - aux_sym_argument_pass_type_token2, aux_sym_argument_pass_type_token3, - [270736] = 9, + aux_sym__function_argument_with_mode_token4, + [262799] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(6034), 1, + sym_identifier, + STATE(4270), 1, + aux_sym_destructor_definition_repeat1, + STATE(4431), 1, + sym_access_tuning, + STATE(4224), 2, + sym_comment, + sym_include, + ACTIONS(6036), 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, + [262829] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(6415), 1, - sym__terminator, - STATE(4512), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4549), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(4456), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(4225), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [270766] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [262859] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(5066), 1, - sym_on_stop_phrase, - STATE(5104), 1, - aux_sym_for_statement_repeat1, - STATE(5768), 1, + STATE(4196), 1, + aux_sym_repeat_statement_repeat1, + STATE(5481), 1, sym_body, - STATE(4550), 2, + STATE(4226), 2, sym_comment, sym_include, - [270798] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [262891] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6419), 1, - aux_sym_variable_definition_token2, - STATE(4551), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5481), 1, + sym_body, + STATE(4227), 2, sym_comment, sym_include, - ACTIONS(6417), 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, - [270822] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [262923] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6421), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4552), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4257), 1, + aux_sym_repeat_statement_repeat1, + STATE(5803), 1, + sym_body, + STATE(4228), 2, sym_comment, sym_include, - [270852] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [262955] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6423), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4553), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5445), 1, + sym_body, + STATE(4229), 2, sym_comment, sym_include, - [270882] = 6, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [262987] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6427), 1, - aux_sym_variable_definition_token2, - STATE(4554), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(4267), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(4230), 2, sym_comment, sym_include, - ACTIONS(6425), 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, - [270906] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [263017] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, + ACTIONS(5886), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6429), 1, + ACTIONS(6038), 1, sym__terminator, - STATE(4462), 1, + ACTIONS(6040), 1, + aux_sym_query_definition_token2, + ACTIONS(6042), 1, + aux_sym_query_definition_token3, + STATE(4498), 1, aux_sym_query_definition_repeat1, - STATE(4796), 1, + STATE(4688), 1, sym_query_definition_tuning, - ACTIONS(5907), 2, + ACTIONS(5888), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4555), 2, + STATE(4231), 2, sym_comment, sym_include, - [270936] = 8, + [263053] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(6197), 1, + STATE(4192), 1, + aux_sym_repeat_statement_repeat1, + STATE(5965), 1, sym_body, - STATE(4556), 2, + STATE(4232), 2, sym_comment, sym_include, - STATE(6086), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [270964] = 9, + sym_on_endkey_phrase, + [263085] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, + ACTIONS(5886), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6155), 1, + ACTIONS(6044), 1, sym__terminator, - STATE(4562), 1, + ACTIONS(6046), 1, + aux_sym_query_definition_token2, + ACTIONS(6048), 1, + aux_sym_query_definition_token3, + STATE(4463), 1, aux_sym_query_definition_repeat1, - STATE(4796), 1, + STATE(4688), 1, sym_query_definition_tuning, - ACTIONS(5907), 2, + ACTIONS(5888), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4557), 2, + STATE(4233), 2, sym_comment, sym_include, - [270994] = 8, + [263121] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(5932), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5535), 1, sym_body, - STATE(4558), 2, + STATE(4234), 2, sym_comment, sym_include, - STATE(6339), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [271022] = 9, + sym_on_endkey_phrase, + [263153] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6431), 1, - sym__terminator, - STATE(4568), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4559), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5630), 1, + sym_body, + STATE(4235), 2, sym_comment, sym_include, - [271052] = 10, - ACTIONS(69), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [263185] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5012), 1, - aux_sym_for_statement_repeat1, - STATE(5013), 1, - sym_on_stop_phrase, - STATE(6316), 1, - sym_body, - STATE(4560), 2, + ACTIONS(525), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + ACTIONS(6050), 1, + aux_sym_widget_field_token1, + STATE(4281), 1, + aux_sym_on_statement_repeat1, + STATE(4838), 1, + sym_do_block, + STATE(5429), 1, + sym_widget_phrase, + STATE(6240), 1, + sym_label, + STATE(4236), 2, sym_comment, sym_include, - [271084] = 10, - ACTIONS(69), 1, + [263223] = 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(4675), 1, - aux_sym_inherits_token1, - ACTIONS(5936), 1, - anon_sym_COLON, - STATE(4665), 1, - aux_sym_interface_statement_repeat1, - STATE(5788), 1, - sym_inherits, - STATE(5792), 1, - sym_interface_tuning, - STATE(6786), 1, - sym_interface_body, - STATE(4561), 2, + ACTIONS(637), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + ACTIONS(6052), 1, + aux_sym_widget_field_token1, + STATE(1822), 1, + sym_do_block, + STATE(4367), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6075), 1, + sym_label, + STATE(4237), 2, sym_comment, sym_include, - [271116] = 9, + [263261] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6433), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4562), 2, + ACTIONS(5878), 1, + anon_sym_LPAREN, + ACTIONS(6054), 1, + aux_sym__block_terminator_token1, + STATE(1823), 1, + sym__function_terminator, + STATE(1824), 1, + sym__block_terminator, + STATE(4402), 1, + sym_function_parameters, + STATE(5324), 1, + sym_dot_body, + ACTIONS(5874), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(4238), 2, sym_comment, sym_include, - [271146] = 8, + [263297] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(6066), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5803), 1, sym_body, - STATE(4563), 2, + STATE(4239), 2, sym_comment, sym_include, - STATE(6121), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [271174] = 10, + sym_on_endkey_phrase, + [263329] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(5984), 1, anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(4974), 1, - aux_sym_for_statement_repeat1, - STATE(4976), 1, - sym_on_stop_phrase, - STATE(5925), 1, - sym_body, - STATE(4564), 2, + ACTIONS(6056), 1, + anon_sym_GT, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5424), 1, + aux_sym_generic_expression_repeat1, + STATE(5653), 1, + sym_type_tuning, + ACTIONS(5986), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4240), 2, sym_comment, sym_include, - [271206] = 9, + [263365] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5277), 1, - sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4565), 2, + ACTIONS(5519), 1, + aux_sym_variable_tuning_token7, + STATE(4221), 1, + aux_sym_function_parameter_repeat1, + STATE(4394), 1, + sym_function_parameter_tuning, + ACTIONS(6032), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(4241), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [271236] = 9, + ACTIONS(5521), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [263397] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5277), 1, - sym__terminator, - STATE(4617), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4566), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4166), 1, + aux_sym_repeat_statement_repeat1, + STATE(6029), 1, + sym_body, + STATE(4242), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [271266] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [263429] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6435), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4567), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(4338), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(4243), 2, sym_comment, sym_include, - [271296] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [263459] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6437), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4568), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5769), 1, + sym_body, + STATE(4244), 2, sym_comment, sym_include, - [271326] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [263491] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4675), 1, - aux_sym_inherits_token1, - ACTIONS(5936), 1, + ACTIONS(2899), 1, anon_sym_COLON, - STATE(4561), 1, - aux_sym_interface_statement_repeat1, - STATE(5788), 1, - sym_inherits, - STATE(5792), 1, - sym_interface_tuning, - STATE(6828), 1, - sym_interface_body, - STATE(4569), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4176), 1, + aux_sym_repeat_statement_repeat1, + STATE(5842), 1, + sym_body, + STATE(4245), 2, sym_comment, sym_include, - [271358] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [263523] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(6415), 1, - sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4570), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5706), 1, + sym_body, + STATE(4246), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [271388] = 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [263555] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(5938), 1, + sym_identifier, + ACTIONS(5940), 1, anon_sym_LBRACE, - STATE(4571), 2, + ACTIONS(5944), 1, + anon_sym_DQUOTE, + ACTIONS(5946), 1, + aux_sym_include_argument_token1, + ACTIONS(6058), 1, + anon_sym_RBRACE, + STATE(4167), 1, + aux_sym_include_repeat2, + STATE(5041), 1, + sym_constant, + STATE(5043), 1, + sym_double_quoted_string, + STATE(5044), 1, + sym_include_argument, + STATE(4247), 2, sym_comment, sym_include, - ACTIONS(3566), 6, - sym_identifier, - aux_sym_dataset_expression_token1, - aux_sym_scope_tuning_token1, - aux_sym__function_argument_with_mode_token1, - aux_sym__function_argument_with_mode_token2, - aux_sym__function_argument_with_mode_token3, - [271410] = 9, + [263593] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6439), 1, - sym__terminator, - STATE(4582), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4572), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5922), 1, + sym_body, + STATE(4248), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [263625] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(581), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + ACTIONS(6060), 1, + aux_sym_widget_field_token1, + STATE(2015), 1, + sym_do_block, + STATE(4333), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6193), 1, + sym_label, + STATE(4249), 2, + sym_comment, + sym_include, + [263663] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(294), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + ACTIONS(6062), 1, + aux_sym_widget_field_token1, + STATE(2458), 1, + sym_do_block, + STATE(4311), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6349), 1, + sym_label, + STATE(4250), 2, sym_comment, sym_include, - [271440] = 9, + [263701] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6441), 1, - sym__terminator, - STATE(4567), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4573), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4227), 1, + aux_sym_repeat_statement_repeat1, + STATE(5922), 1, + sym_body, + STATE(4251), 2, sym_comment, sym_include, - [271470] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [263733] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6443), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4574), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4262), 1, + aux_sym_repeat_statement_repeat1, + STATE(6012), 1, + sym_body, + STATE(4252), 2, sym_comment, sym_include, - [271500] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [263765] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(5214), 1, - aux_sym_for_statement_repeat1, - STATE(5217), 1, - sym_on_stop_phrase, - STATE(5981), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5549), 1, sym_body, - STATE(4575), 2, + STATE(4253), 2, sym_comment, sym_include, - [271532] = 9, - ACTIONS(69), 1, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [263797] = 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(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6445), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4576), 2, + ACTIONS(6064), 1, + sym_identifier, + STATE(3380), 1, + sym_qualified_name, + STATE(6023), 1, + sym__find_type, + STATE(4254), 2, sym_comment, sym_include, - [271562] = 9, + ACTIONS(5912), 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, + [263827] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(6447), 1, - sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4577), 2, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(4312), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(4255), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [271592] = 10, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [263857] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(5018), 1, - aux_sym_for_statement_repeat1, - STATE(5020), 1, - sym_on_stop_phrase, - STATE(6314), 1, + STATE(4193), 1, + aux_sym_repeat_statement_repeat1, + STATE(5769), 1, sym_body, - STATE(4578), 2, + STATE(4256), 2, sym_comment, sym_include, - [271624] = 8, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [263889] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(5931), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5607), 1, sym_body, - STATE(4579), 2, + STATE(4257), 2, sym_comment, sym_include, - STATE(6145), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [271652] = 8, + sym_on_endkey_phrase, + [263921] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(6299), 1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5898), 1, sym_body, - STATE(4580), 2, + STATE(4258), 2, sym_comment, sym_include, - STATE(6159), 3, + STATE(4559), 4, sym_on_error_phrase, sym_on_stop_phrase, sym_on_quit_phrase, - [271680] = 10, + sym_on_endkey_phrase, + [263953] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, + ACTIONS(2903), 1, aux_sym_on_error_phrase_token1, - STATE(5116), 1, - sym_on_stop_phrase, - STATE(5117), 1, - aux_sym_for_statement_repeat1, - STATE(6207), 1, + STATE(4248), 1, + aux_sym_repeat_statement_repeat1, + STATE(5898), 1, sym_body, - STATE(4581), 2, + STATE(4259), 2, sym_comment, sym_include, - [271712] = 9, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [263985] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, + ACTIONS(5886), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6449), 1, + ACTIONS(6066), 1, sym__terminator, - STATE(4462), 1, + ACTIONS(6068), 1, + aux_sym_query_definition_token2, + ACTIONS(6070), 1, + aux_sym_query_definition_token3, + STATE(4490), 1, aux_sym_query_definition_repeat1, - STATE(4796), 1, + STATE(4688), 1, sym_query_definition_tuning, - ACTIONS(5907), 2, + ACTIONS(5888), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4582), 2, + STATE(4260), 2, + sym_comment, + sym_include, + [264021] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(6072), 1, + sym_identifier, + STATE(3369), 1, + sym_qualified_name, + STATE(5857), 1, + sym__find_type, + STATE(4261), 2, sym_comment, sym_include, - [271742] = 9, + ACTIONS(5912), 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, + [264051] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6451), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4583), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + STATE(5915), 1, + sym_body, + STATE(4262), 2, sym_comment, sym_include, - [271772] = 5, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [264083] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4584), 2, - sym_comment, - sym_include, - ACTIONS(6453), 6, + ACTIONS(2903), 1, + aux_sym_on_error_phrase_token1, + STATE(4144), 1, + aux_sym_repeat_statement_repeat1, + ACTIONS(5451), 2, anon_sym_COLON, - sym__terminator, - aux_sym__block_terminator_token1, anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [271794] = 5, + STATE(4263), 2, + sym_comment, + sym_include, + STATE(4559), 4, + sym_on_error_phrase, + sym_on_stop_phrase, + sym_on_quit_phrase, + sym_on_endkey_phrase, + [264113] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4585), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(5984), 1, + anon_sym_COMMA, + ACTIONS(6074), 1, + anon_sym_GT, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5358), 1, + aux_sym_generic_expression_repeat1, + STATE(5653), 1, + sym_type_tuning, + ACTIONS(5986), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(4264), 2, sym_comment, sym_include, - ACTIONS(6455), 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, - [271816] = 9, + [264149] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(6447), 1, - sym__terminator, - STATE(4634), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4586), 2, + ACTIONS(5878), 1, + anon_sym_LPAREN, + ACTIONS(6076), 1, + aux_sym__block_terminator_token1, + STATE(2385), 1, + sym__block_terminator, + STATE(2488), 1, + sym__function_terminator, + STATE(4494), 1, + sym_function_parameters, + STATE(5389), 1, + sym_dot_body, + ACTIONS(5874), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(4265), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [271846] = 8, + [264185] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6457), 1, - aux_sym_else_statement_token1, - STATE(4437), 1, - aux_sym_if_statement_repeat1, - STATE(5309), 1, - sym_else_statement, - STATE(4587), 2, + ACTIONS(4963), 1, + sym__namedot, + ACTIONS(5143), 1, + anon_sym_LT, + STATE(3472), 1, + aux_sym_qualified_name_repeat1, + STATE(3766), 1, + sym_generic_expression, + STATE(4266), 2, sym_comment, sym_include, - ACTIONS(2746), 3, + ACTIONS(3890), 4, + anon_sym_COLON, + anon_sym_DOT, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [271874] = 8, + anon_sym_LPAREN, + [264217] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6459), 1, + ACTIONS(6078), 1, sym_identifier, - STATE(3152), 1, - sym_qualified_name, - STATE(6026), 1, - sym_for_phrase, - STATE(4588), 2, + STATE(4431), 1, + sym_access_tuning, + STATE(4267), 3, sym_comment, sym_include, - ACTIONS(6461), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [271902] = 9, + aux_sym_destructor_definition_repeat1, + ACTIONS(6080), 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, + [264245] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6463), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4589), 2, + ACTIONS(5519), 1, + aux_sym_variable_tuning_token7, + STATE(4221), 1, + aux_sym_function_parameter_repeat1, + STATE(4394), 1, + sym_function_parameter_tuning, + ACTIONS(6083), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(4268), 2, sym_comment, sym_include, - [271932] = 9, + ACTIONS(5521), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [264277] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6465), 1, - sym__terminator, - STATE(4576), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4590), 2, + STATE(4269), 2, + sym_comment, + sym_include, + ACTIONS(5756), 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, + [264301] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(6085), 1, + sym_identifier, + STATE(4267), 1, + aux_sym_destructor_definition_repeat1, + STATE(4431), 1, + sym_access_tuning, + STATE(4270), 2, sym_comment, sym_include, - [271962] = 10, + ACTIONS(6036), 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, + [264331] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(5519), 1, + aux_sym_variable_tuning_token7, + STATE(4221), 1, + aux_sym_function_parameter_repeat1, + STATE(4394), 1, + sym_function_parameter_tuning, + ACTIONS(6087), 2, anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5205), 1, - aux_sym_for_statement_repeat1, - STATE(5221), 1, - sym_on_stop_phrase, - STATE(5979), 1, - sym_body, - STATE(4591), 2, + anon_sym_RPAREN, + STATE(4271), 2, sym_comment, sym_include, - [271994] = 9, + ACTIONS(5521), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [264363] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6467), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4592), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2391), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5451), 1, + sym_body, + STATE(4272), 2, sym_comment, sym_include, - [272024] = 8, + [264398] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6469), 1, - aux_sym_else_statement_token1, - STATE(4587), 1, - aux_sym_if_statement_repeat1, - STATE(5309), 1, - sym_else_statement, - STATE(4593), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + STATE(1796), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5647), 1, + sym_body, + STATE(4273), 2, sym_comment, sym_include, - ACTIONS(2756), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [272052] = 10, + [264433] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5180), 1, - sym_on_stop_phrase, - STATE(5183), 1, - aux_sym_for_statement_repeat1, - STATE(5884), 1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(4850), 1, + sym__block_terminator, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5610), 1, sym_body, - STATE(4594), 2, + STATE(4274), 2, sym_comment, sym_include, - [272084] = 8, - ACTIONS(69), 1, + [264468] = 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(6457), 1, - aux_sym_else_statement_token1, - STATE(4587), 1, - aux_sym_if_statement_repeat1, - STATE(5309), 1, - sym_else_statement, - STATE(4595), 2, + ACTIONS(525), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(4281), 1, + aux_sym_on_statement_repeat1, + STATE(4838), 1, + sym_do_block, + STATE(5429), 1, + sym_widget_phrase, + STATE(6240), 1, + sym_label, + STATE(4275), 2, sym_comment, sym_include, - ACTIONS(2762), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [272112] = 8, - ACTIONS(69), 1, + [264503] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - STATE(5834), 1, - sym_body, - STATE(4596), 2, + ACTIONS(525), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(4567), 1, + aux_sym_on_statement_repeat1, + STATE(4838), 1, + sym_do_block, + STATE(5429), 1, + sym_widget_phrase, + STATE(6240), 1, + sym_label, + STATE(4276), 2, sym_comment, sym_include, - STATE(6171), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [272140] = 10, + [264538] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(6089), 1, + aux_sym__block_terminator_token1, + ACTIONS(6091), 1, + aux_sym_access_tuning_token1, + STATE(5352), 1, + sym_dot_body, + ACTIONS(5874), 2, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5164), 1, - aux_sym_for_statement_repeat1, - STATE(5170), 1, - sym_on_stop_phrase, - STATE(5845), 1, - sym_body, - STATE(4597), 2, + anon_sym_DOT, + STATE(1940), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(4277), 2, sym_comment, sym_include, - [272172] = 10, + [264569] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5021), 1, - aux_sym_for_statement_repeat1, - STATE(5022), 1, - sym_on_stop_phrase, - STATE(6313), 1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1936), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5508), 1, sym_body, - STATE(4598), 2, + STATE(4278), 2, sym_comment, sym_include, - [272204] = 10, + [264604] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6093), 1, + sym__terminator, + ACTIONS(6095), 1, anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5083), 1, - sym_on_stop_phrase, - STATE(5084), 1, - aux_sym_for_statement_repeat1, - STATE(6228), 1, - sym_body, - STATE(4599), 2, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4647), 1, + aux_sym_data_relation_repeat1, + STATE(6354), 1, + sym_data_relation, + STATE(4279), 2, sym_comment, sym_include, - [272236] = 10, + [264639] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(4969), 1, - aux_sym_for_statement_repeat1, - STATE(4972), 1, - sym_on_stop_phrase, - STATE(6109), 1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(4823), 1, + sym__block_terminator, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5767), 1, sym_body, - STATE(4600), 2, + STATE(4280), 2, sym_comment, sym_include, - [272268] = 8, - ACTIONS(69), 1, + [264674] = 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(6472), 1, - sym__terminator, - ACTIONS(6474), 1, - aux_sym_field_definition_token1, - ACTIONS(6477), 1, - aux_sym_index_definition_token1, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - STATE(4601), 3, + ACTIONS(525), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(4567), 1, + aux_sym_on_statement_repeat1, + STATE(4800), 1, + sym_do_block, + STATE(5429), 1, + sym_widget_phrase, + STATE(6240), 1, + sym_label, + STATE(4281), 2, sym_comment, sym_include, - aux_sym_temp_table_definition_repeat2, - [272296] = 6, - ACTIONS(69), 1, + [264709] = 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(6482), 1, - aux_sym_variable_definition_token2, - STATE(4602), 2, + ACTIONS(525), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(4284), 1, + aux_sym_on_statement_repeat1, + STATE(4800), 1, + sym_do_block, + STATE(5429), 1, + sym_widget_phrase, + STATE(6240), 1, + sym_label, + STATE(4282), 2, sym_comment, sym_include, - ACTIONS(6480), 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, - [272320] = 8, + [264744] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - STATE(5880), 1, - sym_body, - STATE(4603), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6099), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4630), 1, + aux_sym_data_relation_repeat1, + STATE(6284), 1, + sym_data_relation, + STATE(4283), 2, sym_comment, sym_include, - STATE(6325), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [272348] = 10, + [264779] = 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(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(4567), 1, + aux_sym_on_statement_repeat1, + STATE(4746), 1, + sym_do_block, + STATE(5429), 1, + sym_widget_phrase, + STATE(6240), 1, + sym_label, + STATE(4284), 2, + sym_comment, + sym_include, + [264814] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5154), 1, - sym_on_stop_phrase, - STATE(5155), 1, - aux_sym_for_statement_repeat1, - STATE(5813), 1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(4748), 1, + sym__block_terminator, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5831), 1, sym_body, - STATE(4604), 2, + STATE(4285), 2, sym_comment, sym_include, - [272380] = 9, + [264849] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, + ACTIONS(5886), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6484), 1, + ACTIONS(6101), 1, sym__terminator, - STATE(4553), 1, + ACTIONS(6103), 1, + aux_sym_query_definition_token3, + STATE(4432), 1, aux_sym_query_definition_repeat1, - STATE(4796), 1, + STATE(4688), 1, sym_query_definition_tuning, - ACTIONS(5907), 2, + ACTIONS(5888), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4605), 2, + STATE(4286), 2, + sym_comment, + sym_include, + [264882] = 11, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(4897), 1, + sym__block_terminator, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5464), 1, + sym_body, + STATE(4287), 2, sym_comment, sym_include, - [272410] = 9, + [264917] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, + ACTIONS(5886), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6131), 1, + ACTIONS(6105), 1, sym__terminator, - STATE(4589), 1, + ACTIONS(6107), 1, + aux_sym_query_definition_token3, + STATE(4440), 1, aux_sym_query_definition_repeat1, - STATE(4796), 1, + STATE(4688), 1, sym_query_definition_tuning, - ACTIONS(5907), 2, + ACTIONS(5888), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4606), 2, + STATE(4288), 2, sym_comment, sym_include, - [272440] = 9, + [264950] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6085), 1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5032), 1, aux_sym__block_terminator_token1, - STATE(4992), 1, - sym__function_terminator, - STATE(5186), 1, + STATE(2009), 1, sym__block_terminator, - STATE(5548), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4607), 2, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5631), 1, + sym_body, + STATE(4289), 2, sym_comment, sym_include, - [272470] = 6, - ACTIONS(69), 1, + [264985] = 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(4853), 1, - aux_sym_variable_definition_token2, - STATE(4608), 2, + ACTIONS(581), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(2015), 1, + sym_do_block, + STATE(4333), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6193), 1, + sym_label, + STATE(4290), 2, sym_comment, sym_include, - ACTIONS(4851), 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, - [272494] = 9, - ACTIONS(69), 1, + [265020] = 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(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5374), 1, - sym__terminator, - STATE(4388), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4609), 2, + ACTIONS(581), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(2015), 1, + sym_do_block, + STATE(4567), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6193), 1, + sym_label, + STATE(4291), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [272524] = 6, + [265055] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6488), 1, - aux_sym_variable_definition_token2, - STATE(4610), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6109), 1, + sym__terminator, + ACTIONS(6111), 1, + aux_sym_query_definition_token3, + STATE(4378), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4292), 2, sym_comment, sym_include, - ACTIONS(6486), 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, - [272548] = 9, - ACTIONS(69), 1, + [265088] = 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(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5374), 1, - sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4611), 2, + ACTIONS(2756), 1, + anon_sym_COMMA, + ACTIONS(6115), 1, + aux_sym_of_phrase_token2, + STATE(4351), 1, + aux_sym_array_literal_repeat1, + STATE(4293), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [272578] = 10, + ACTIONS(6113), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [265117] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(6117), 1, + aux_sym__block_terminator_token1, + ACTIONS(6119), 1, + aux_sym_access_tuning_token1, + STATE(5266), 1, + sym_dot_body, + ACTIONS(5874), 2, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(4900), 1, - aux_sym_for_statement_repeat1, - STATE(5035), 1, - sym_on_stop_phrase, - STATE(6311), 1, - sym_body, - STATE(4612), 2, + anon_sym_DOT, + STATE(4294), 2, sym_comment, sym_include, - [272610] = 10, + STATE(4932), 2, + sym__block_terminator, + sym__procedure_terminator, + [265148] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5146), 1, - sym_on_stop_phrase, - STATE(5148), 1, - aux_sym_for_statement_repeat1, - STATE(5800), 1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(4935), 1, + sym__block_terminator, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5832), 1, sym_body, - STATE(4613), 2, + STATE(4295), 2, sym_comment, sym_include, - [272642] = 6, + [265183] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4845), 1, - aux_sym_variable_definition_token2, - STATE(4614), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6121), 1, + sym__terminator, + ACTIONS(6123), 1, + aux_sym_query_definition_token3, + STATE(4460), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4296), 2, sym_comment, sym_include, - ACTIONS(4843), 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, - [272666] = 8, + [265216] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - STATE(5810), 1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2281), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5957), 1, sym_body, - STATE(4615), 2, + STATE(4297), 2, sym_comment, sym_include, - STATE(6198), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [272694] = 9, - ACTIONS(69), 1, + [265251] = 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(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5203), 1, - sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4616), 2, + ACTIONS(294), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(2278), 1, + sym_do_block, + STATE(4567), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6349), 1, + sym_label, + STATE(4298), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [272724] = 9, + [265286] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(6490), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6125), 1, sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4617), 2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4604), 1, + aux_sym_data_relation_repeat1, + STATE(6058), 1, + sym_data_relation, + STATE(4299), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [272754] = 10, + [265321] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6095), 1, anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5133), 1, - sym_on_stop_phrase, - STATE(5134), 1, - aux_sym_for_statement_repeat1, - STATE(5795), 1, - sym_body, - STATE(4618), 2, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6127), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4650), 1, + aux_sym_data_relation_repeat1, + STATE(6747), 1, + sym_data_relation, + STATE(4300), 2, sym_comment, sym_include, - [272786] = 9, - ACTIONS(69), 1, + [265356] = 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(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6492), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4619), 2, + ACTIONS(294), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(2333), 1, + sym_do_block, + STATE(4298), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6349), 1, + sym_label, + STATE(4301), 2, sym_comment, sym_include, - [272816] = 6, - ACTIONS(69), 1, + [265391] = 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(6496), 1, - aux_sym_variable_definition_token2, - STATE(4620), 2, + ACTIONS(2756), 1, + anon_sym_COMMA, + ACTIONS(2758), 1, + aux_sym_of_phrase_token2, + STATE(4351), 1, + aux_sym_array_literal_repeat1, + STATE(4302), 2, sym_comment, sym_include, - ACTIONS(6494), 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, - [272840] = 6, + ACTIONS(2754), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [265420] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6500), 1, - aux_sym_variable_definition_token2, - STATE(4621), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + STATE(1851), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5982), 1, + sym_body, + STATE(4303), 2, sym_comment, sym_include, - ACTIONS(6498), 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, - [272864] = 10, + [265455] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(6129), 1, + aux_sym__block_terminator_token1, + ACTIONS(6131), 1, + aux_sym_access_tuning_token1, + STATE(5297), 1, + sym_dot_body, + ACTIONS(5874), 2, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5120), 1, - sym_on_stop_phrase, - STATE(5122), 1, - aux_sym_for_statement_repeat1, - STATE(5766), 1, - sym_body, - STATE(4622), 2, + anon_sym_DOT, + STATE(1848), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(4304), 2, sym_comment, sym_include, - [272896] = 9, - ACTIONS(69), 1, + [265486] = 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(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6502), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4623), 2, + ACTIONS(294), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(2333), 1, + sym_do_block, + STATE(4567), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6349), 1, + sym_label, + STATE(4305), 2, sym_comment, sym_include, - [272926] = 10, + [265521] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5039), 1, - aux_sym_for_statement_repeat1, - STATE(5041), 1, - sym_on_stop_phrase, - STATE(6310), 1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2338), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5937), 1, sym_body, - STATE(4624), 2, + STATE(4306), 2, sym_comment, sym_include, - [272958] = 9, + [265556] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(6490), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6133), 1, sym__terminator, - STATE(4658), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4625), 2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4578), 1, + aux_sym_data_relation_repeat1, + STATE(6359), 1, + sym_data_relation, + STATE(4307), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [272988] = 9, + [265591] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6504), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6135), 1, sym__terminator, - STATE(4631), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4626), 2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4614), 1, + aux_sym_data_relation_repeat1, + STATE(6551), 1, + sym_data_relation, + STATE(4308), 2, sym_comment, sym_include, - [273018] = 9, + [265626] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6029), 1, - aux_sym__block_terminator_token1, - STATE(2014), 1, - sym__block_terminator, - STATE(2294), 1, - sym__function_terminator, - STATE(5522), 1, - sym_dot_body, - ACTIONS(5919), 2, - anon_sym_COLON, - anon_sym_DOT, - STATE(4627), 2, + ACTIONS(1367), 1, + sym__namedot, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4309), 2, + sym_comment, + sym_include, + ACTIONS(6137), 5, + sym__terminator, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_data_relation_token1, + aux_sym_data_relation_token2, + [265653] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(2756), 1, + anon_sym_COMMA, + ACTIONS(2804), 1, + aux_sym_of_phrase_token2, + STATE(4351), 1, + aux_sym_array_literal_repeat1, + STATE(4310), 2, + sym_comment, + sym_include, + ACTIONS(2802), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [265682] = 11, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(294), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(2383), 1, + sym_do_block, + STATE(4567), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6349), 1, + sym_label, + STATE(4311), 2, sym_comment, sym_include, - [273048] = 9, - ACTIONS(69), 1, + [265717] = 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(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6506), 1, - sym__terminator, - STATE(4506), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4628), 2, + ACTIONS(294), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(2383), 1, + sym_do_block, + STATE(4305), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6349), 1, + sym_label, + STATE(4312), 2, sym_comment, sym_include, - [273078] = 9, + [265752] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6508), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4629), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2461), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5739), 1, + sym_body, + STATE(4313), 2, sym_comment, sym_include, - [273108] = 10, + [265787] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5108), 1, - sym_on_stop_phrase, - STATE(5110), 1, - aux_sym_for_statement_repeat1, - STATE(5781), 1, - sym_body, - STATE(4630), 2, + STATE(4314), 2, sym_comment, sym_include, - [273140] = 9, + ACTIONS(6139), 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, + [265810] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, + ACTIONS(5886), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6510), 1, + ACTIONS(6141), 1, sym__terminator, - STATE(4462), 1, + ACTIONS(6143), 1, + aux_sym_query_definition_token3, + STATE(4537), 1, aux_sym_query_definition_repeat1, - STATE(4796), 1, + STATE(4688), 1, sym_query_definition_tuning, - ACTIONS(5907), 2, + ACTIONS(5888), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4631), 2, - sym_comment, - sym_include, - [273170] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6514), 1, - aux_sym_variable_definition_token2, - STATE(4632), 2, + STATE(4315), 2, sym_comment, sym_include, - ACTIONS(6512), 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, - [273194] = 9, + [265843] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, + ACTIONS(5886), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6109), 1, + ACTIONS(6145), 1, sym__terminator, - STATE(4652), 1, + ACTIONS(6147), 1, + aux_sym_query_definition_token3, + STATE(4368), 1, aux_sym_query_definition_repeat1, - STATE(4796), 1, + STATE(4688), 1, sym_query_definition_tuning, - ACTIONS(5907), 2, + ACTIONS(5888), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4633), 2, - sym_comment, - sym_include, - [273224] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(6516), 1, - sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4634), 2, + STATE(4316), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [273254] = 8, + [265876] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(5235), 1, - aux_sym_on_error_phrase_token1, - STATE(5808), 1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2459), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5795), 1, sym_body, - STATE(4635), 2, + STATE(4317), 2, sym_comment, sym_include, - STATE(6295), 3, - sym_on_error_phrase, - sym_on_stop_phrase, - sym_on_quit_phrase, - [273282] = 10, + [265911] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(6149), 1, + aux_sym__block_terminator_token1, + ACTIONS(6151), 1, + aux_sym_access_tuning_token1, + STATE(5170), 1, + sym_dot_body, + ACTIONS(5874), 2, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5099), 1, - sym_on_stop_phrase, - STATE(5102), 1, - aux_sym_for_statement_repeat1, - STATE(5681), 1, - sym_body, - STATE(4636), 2, + anon_sym_DOT, + STATE(2146), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(4318), 2, sym_comment, sym_include, - [273314] = 10, + [265942] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5049), 1, - aux_sym_for_statement_repeat1, - STATE(5054), 1, - sym_on_stop_phrase, - STATE(6304), 1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2144), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(6003), 1, sym_body, - STATE(4637), 2, + STATE(4319), 2, sym_comment, sym_include, - [273346] = 9, + [265977] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5261), 1, - sym__terminator, - STATE(4570), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4638), 2, + STATE(4320), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [273376] = 10, + ACTIONS(6153), 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, + [266000] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5014), 1, - sym_on_stop_phrase, - STATE(5015), 1, - aux_sym_for_statement_repeat1, - STATE(6297), 1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2027), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5666), 1, sym_body, - STATE(4639), 2, + STATE(4321), 2, sym_comment, sym_include, - [273408] = 9, + [266035] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(5261), 1, - sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4640), 2, + ACTIONS(6155), 1, + aux_sym__block_terminator_token1, + ACTIONS(6157), 1, + aux_sym_access_tuning_token1, + STATE(5145), 1, + sym_dot_body, + ACTIONS(5874), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(2137), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(4322), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [273438] = 9, + [266066] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, + ACTIONS(5886), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6518), 1, + ACTIONS(6159), 1, sym__terminator, - STATE(4462), 1, + ACTIONS(6161), 1, + aux_sym_query_definition_token3, + STATE(4528), 1, aux_sym_query_definition_repeat1, - STATE(4796), 1, + STATE(4688), 1, sym_query_definition_tuning, - ACTIONS(5907), 2, + ACTIONS(5888), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4641), 2, + STATE(4323), 2, sym_comment, sym_include, - [273468] = 6, + [266099] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6522), 1, - aux_sym_variable_definition_token2, - STATE(4642), 2, + STATE(4324), 2, sym_comment, sym_include, - ACTIONS(6520), 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, - [273492] = 10, + ACTIONS(6163), 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, + [266122] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5094), 1, - sym_on_stop_phrase, - STATE(5095), 1, - aux_sym_for_statement_repeat1, - STATE(5684), 1, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + STATE(1726), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(6041), 1, sym_body, - STATE(4643), 2, + STATE(4325), 2, sym_comment, sym_include, - [273524] = 10, - ACTIONS(69), 1, + [266157] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5089), 1, - sym_on_stop_phrase, - STATE(5091), 1, - aux_sym_for_statement_repeat1, - STATE(5696), 1, - sym_body, - STATE(4644), 2, + ACTIONS(43), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(2440), 1, + sym_do_block, + STATE(4363), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6701), 1, + sym_label, + STATE(4326), 2, sym_comment, sym_include, - [273556] = 10, + [266192] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5079), 1, - sym_on_stop_phrase, - STATE(5081), 1, - aux_sym_for_statement_repeat1, - STATE(5697), 1, - sym_body, - STATE(4645), 2, + STATE(4327), 2, sym_comment, sym_include, - [273588] = 9, + ACTIONS(6165), 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, + [266215] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6397), 1, - sym__integer_literal, - ACTIONS(6399), 1, - sym__escaped_string, - ACTIONS(6524), 1, + ACTIONS(43), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, sym_identifier, - STATE(5394), 1, - sym__decimal_literal, - STATE(4646), 2, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(2440), 1, + sym_do_block, + STATE(4567), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6701), 1, + sym_label, + STATE(4328), 2, sym_comment, sym_include, - STATE(5608), 2, - sym_number_literal, - sym_string_literal, - [273618] = 10, + [266250] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5074), 1, - sym_on_stop_phrase, - STATE(5075), 1, - aux_sym_for_statement_repeat1, - STATE(5698), 1, - sym_body, - STATE(4647), 2, + STATE(4329), 2, sym_comment, sym_include, - [273650] = 10, + ACTIONS(6167), 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, + [266273] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(4867), 1, - sym_on_stop_phrase, - STATE(4868), 1, - aux_sym_for_statement_repeat1, - STATE(6274), 1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1964), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5775), 1, sym_body, - STATE(4648), 2, + STATE(4330), 2, sym_comment, sym_include, - [273682] = 6, + [266308] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6528), 1, - aux_sym_variable_definition_token2, - STATE(4649), 2, + STATE(4331), 2, sym_comment, sym_include, - ACTIONS(6526), 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, - [273706] = 9, + ACTIONS(6169), 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, + [266331] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6530), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4650), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2413), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5956), 1, + sym_body, + STATE(4332), 2, sym_comment, sym_include, - [273736] = 10, - ACTIONS(69), 1, + [266366] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5069), 1, - sym_on_stop_phrase, - STATE(5071), 1, - aux_sym_for_statement_repeat1, - STATE(5701), 1, - sym_body, - STATE(4651), 2, + ACTIONS(581), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(1960), 1, + sym_do_block, + STATE(4567), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6193), 1, + sym_label, + STATE(4333), 2, sym_comment, sym_include, - [273768] = 9, - ACTIONS(69), 1, + [266401] = 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(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6532), 1, - sym__terminator, - STATE(4462), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4652), 2, + ACTIONS(637), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(1724), 1, + sym_do_block, + STATE(4567), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6075), 1, + sym_label, + STATE(4334), 2, sym_comment, sym_include, - [273798] = 9, - ACTIONS(69), 1, + [266436] = 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(5905), 1, - aux_sym_query_definition_tuning_token1, - ACTIONS(6135), 1, - sym__terminator, - STATE(4592), 1, - aux_sym_query_definition_repeat1, - STATE(4796), 1, - sym_query_definition_tuning, - ACTIONS(5907), 2, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - STATE(4653), 2, + ACTIONS(581), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(1960), 1, + sym_do_block, + STATE(4358), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6193), 1, + sym_label, + STATE(4335), 2, sym_comment, sym_include, - [273828] = 6, + [266471] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6536), 1, - aux_sym_variable_definition_token2, - STATE(4654), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6171), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4561), 1, + aux_sym_data_relation_repeat1, + STATE(6171), 1, + sym_data_relation, + STATE(4336), 2, sym_comment, sym_include, - ACTIONS(6534), 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, - [273852] = 6, + [266506] = 11, 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_definition_token2, - STATE(4655), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + STATE(1826), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5953), 1, + sym_body, + STATE(4337), 2, sym_comment, sym_include, - ACTIONS(6538), 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, - [273876] = 5, + [266541] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(4656), 2, + ACTIONS(43), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(2195), 1, + sym_do_block, + STATE(4328), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6701), 1, + sym_label, + STATE(4338), 2, sym_comment, sym_include, - ACTIONS(6542), 6, + [266576] = 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(5904), 1, 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, - [273898] = 9, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(2195), 1, + sym_do_block, + STATE(4567), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6701), 1, + sym_label, + STATE(4339), 2, + sym_comment, + sym_include, + [266611] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(4340), 2, + sym_comment, + sym_include, + ACTIONS(6173), 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, + [266634] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5905), 1, + ACTIONS(5886), 1, aux_sym_query_definition_tuning_token1, - ACTIONS(6147), 1, + ACTIONS(6175), 1, sym__terminator, - STATE(4619), 1, + ACTIONS(6177), 1, + aux_sym_query_definition_token3, + STATE(4527), 1, aux_sym_query_definition_repeat1, - STATE(4796), 1, + STATE(4688), 1, sym_query_definition_tuning, - ACTIONS(5907), 2, + ACTIONS(5888), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - STATE(4657), 2, + STATE(4341), 2, sym_comment, sym_include, - [273928] = 9, + [266667] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5185), 1, - aux_sym_field_definition_token1, - ACTIONS(5187), 1, - aux_sym_index_definition_token1, - ACTIONS(6544), 1, - sym__terminator, - STATE(4601), 1, - aux_sym_temp_table_definition_repeat2, - STATE(4658), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1973), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5837), 1, + sym_body, + STATE(4342), 2, sym_comment, sym_include, - STATE(5356), 2, - sym_field_definition, - sym_index_definition, - [273958] = 6, + [266702] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4849), 1, - aux_sym_variable_definition_token2, - STATE(4659), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2414), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5573), 1, + sym_body, + STATE(4343), 2, sym_comment, sym_include, - ACTIONS(4847), 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, - [273982] = 10, + [266737] = 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(6546), 1, + ACTIONS(637), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, sym_identifier, - STATE(3413), 1, - sym_function_call, - STATE(3506), 1, - sym_qualified_name, - STATE(5796), 1, - sym_object_access, - STATE(6285), 1, - sym_new_expression, - STATE(4660), 2, - sym_comment, - sym_include, - [274014] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6548), 1, - sym__terminator, - STATE(4457), 1, - aux_sym_data_relation_repeat1, - STATE(6630), 1, - sym_data_relation, - STATE(4661), 2, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(1756), 1, + sym_do_block, + STATE(4334), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6075), 1, + sym_label, + STATE(4344), 2, sym_comment, sym_include, - [274043] = 9, + [266772] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3823), 1, + ACTIONS(637), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, sym_identifier, - ACTIONS(6550), 1, - anon_sym_LT, - ACTIONS(6552), 1, - sym__namedot, - STATE(4936), 1, - aux_sym_qualified_name_repeat1, - STATE(6861), 1, - sym_generic_expression, - STATE(4662), 2, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(1756), 1, + sym_do_block, + STATE(4567), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6075), 1, + sym_label, + STATE(4345), 2, sym_comment, sym_include, - [274072] = 9, + [266807] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6141), 1, + ACTIONS(5851), 1, + aux_sym__function_argument_with_mode_token4, + STATE(5524), 1, + sym_argument_pass_type, + ACTIONS(5849), 2, anon_sym_COMMA, - ACTIONS(6554), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5626), 1, - aux_sym_data_relation_repeat1, - STATE(4663), 2, + anon_sym_RPAREN, + STATE(4346), 2, sym_comment, sym_include, - [274101] = 8, + ACTIONS(4959), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + [266836] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, - anon_sym_LPAREN, - STATE(948), 1, - sym_assignment_operator, - STATE(3645), 1, - sym_function_arguments, - ACTIONS(853), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4664), 2, + ACTIONS(1367), 1, + sym__namedot, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5653), 1, + sym_type_tuning, + ACTIONS(5986), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + ACTIONS(6179), 2, + anon_sym_COMMA, + anon_sym_GT, + STATE(4347), 2, sym_comment, sym_include, - [274128] = 8, + [266867] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6556), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(6558), 1, - aux_sym_inherits_token1, - STATE(5788), 1, - sym_inherits, - STATE(5792), 1, - sym_interface_tuning, - STATE(4665), 3, - sym_comment, - sym_include, - aux_sym_interface_statement_repeat1, - [274155] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6561), 1, - aux_sym_return_type_token2, - ACTIONS(6565), 1, - aux_sym_on_error_phrase_token8, - STATE(4666), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + STATE(1760), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5441), 1, + sym_body, + STATE(4348), 2, sym_comment, sym_include, - ACTIONS(6563), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [274180] = 9, + [266902] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6159), 1, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6181), 1, sym__terminator, - STATE(4694), 1, - aux_sym_data_relation_repeat1, - STATE(6767), 1, - sym_data_relation, - STATE(4667), 2, + ACTIONS(6183), 1, + aux_sym_query_definition_token3, + STATE(4484), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4349), 2, sym_comment, sym_include, - [274209] = 9, + [266935] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6095), 1, anon_sym_COMMA, - ACTIONS(6143), 1, + ACTIONS(6097), 1, aux_sym_data_relation_token1, - ACTIONS(6567), 1, + ACTIONS(6185), 1, sym__terminator, - STATE(4457), 1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4656), 1, aux_sym_data_relation_repeat1, - STATE(6479), 1, + STATE(6131), 1, sym_data_relation, - STATE(4668), 2, - sym_comment, - sym_include, - [274238] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(5019), 1, - sym_on_quit_phrase, - STATE(6296), 1, - sym_on_stop_phrase, - ACTIONS(4557), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4669), 2, + STATE(4350), 2, sym_comment, sym_include, - [274265] = 8, - ACTIONS(69), 1, + [266970] = 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(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(5023), 1, - sym_on_quit_phrase, - STATE(6370), 1, - sym_on_stop_phrase, - ACTIONS(4555), 2, - anon_sym_COLON, + ACTIONS(6187), 1, anon_sym_COMMA, - STATE(4670), 2, + STATE(4351), 3, sym_comment, sym_include, - [274292] = 9, + aux_sym_array_literal_repeat1, + ACTIONS(2795), 5, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + aux_sym_of_phrase_token2, + [266995] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6095), 1, anon_sym_COMMA, - ACTIONS(6143), 1, + ACTIONS(6097), 1, aux_sym_data_relation_token1, - ACTIONS(6161), 1, + ACTIONS(6190), 1, sym__terminator, - STATE(4661), 1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4593), 1, aux_sym_data_relation_repeat1, - STATE(6643), 1, + STATE(6689), 1, sym_data_relation, - STATE(4671), 2, + STATE(4352), 2, sym_comment, sym_include, - [274321] = 8, + [267030] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4960), 1, - sym_on_quit_phrase, - STATE(6118), 1, - sym_on_stop_phrase, - ACTIONS(5857), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4672), 2, + ACTIONS(6192), 1, + sym__namedot, + STATE(4353), 2, sym_comment, sym_include, - [274348] = 5, + ACTIONS(160), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_variable_tuning_token7, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [267055] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4673), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2480), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5951), 1, + sym_body, + STATE(4354), 2, sym_comment, sym_include, - ACTIONS(6569), 5, - sym__terminator, - aux_sym_query_definition_tuning_token1, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - aux_sym_query_definition_token3, - [274369] = 9, + [267090] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3570), 1, - anon_sym_COMMA, - ACTIONS(3572), 1, - aux_sym_of_token1, - ACTIONS(6571), 1, - aux_sym_of_phrase_token2, - STATE(4134), 1, - sym_of_phrase, - STATE(5067), 1, - aux_sym_array_literal_repeat1, - STATE(4674), 2, + STATE(4355), 2, sym_comment, sym_include, - [274398] = 9, + ACTIONS(6194), 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, + [267113] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6095), 1, anon_sym_COMMA, - ACTIONS(6143), 1, + ACTIONS(6097), 1, aux_sym_data_relation_token1, - ACTIONS(6573), 1, + ACTIONS(6196), 1, sym__terminator, - STATE(4457), 1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4641), 1, aux_sym_data_relation_repeat1, - STATE(6647), 1, + STATE(6714), 1, sym_data_relation, - STATE(4675), 2, + STATE(4356), 2, sym_comment, sym_include, - [274427] = 7, + [267148] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6575), 1, - aux_sym_return_type_token2, - ACTIONS(6579), 1, - aux_sym_on_error_phrase_token8, - STATE(4676), 2, + ACTIONS(6200), 1, + aux_sym_variable_tuning_token8, + STATE(4550), 1, + sym_workfile_tuning, + STATE(4357), 3, sym_comment, sym_include, - ACTIONS(6577), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [274452] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6581), 1, + aux_sym_workfile_definition_repeat2, + ACTIONS(6198), 4, sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5494), 1, - aux_sym_data_relation_repeat1, - STATE(4677), 2, - sym_comment, - sym_include, - [274481] = 7, - ACTIONS(69), 1, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + aux_sym_field_definition_token1, + [267175] = 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(6583), 1, - aux_sym_return_type_token2, - ACTIONS(6587), 1, - aux_sym_on_error_phrase_token8, - STATE(4678), 2, + ACTIONS(581), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(1921), 1, + sym_do_block, + STATE(4567), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6193), 1, + sym_label, + STATE(4358), 2, sym_comment, sym_include, - ACTIONS(6585), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [274506] = 8, - ACTIONS(69), 1, + [267210] = 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(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4965), 1, - sym_on_quit_phrase, - STATE(6117), 1, - sym_on_stop_phrase, - ACTIONS(4536), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4679), 2, + ACTIONS(5902), 1, + sym__namedot, + STATE(4360), 1, + aux_sym_qualified_name_repeat1, + STATE(4359), 2, sym_comment, sym_include, - [274533] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(6589), 1, + ACTIONS(127), 5, + sym_identifier, sym__terminator, - ACTIONS(6591), 1, - anon_sym_LPAREN, - STATE(5492), 1, - sym_function_parameters, - STATE(6480), 1, - sym_body, - STATE(4680), 2, - sym_comment, - sym_include, - [274562] = 9, - ACTIONS(69), 1, + anon_sym_LBRACK, + anon_sym_LT, + aux_sym_scope_tuning_token1, + [267237] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(5923), 1, - anon_sym_LPAREN, - ACTIONS(6593), 1, - sym__terminator, - STATE(6236), 1, - sym_function_parameters, - STATE(6487), 1, - sym_body, - STATE(4681), 2, + ACTIONS(6203), 1, + sym__namedot, + STATE(4360), 3, sym_comment, sym_include, - [274591] = 9, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6234), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(112), 5, + sym_identifier, sym__terminator, - STATE(4775), 1, - aux_sym_data_relation_repeat1, - STATE(7054), 1, - sym_data_relation, - STATE(4682), 2, - sym_comment, - sym_include, - [274620] = 7, + anon_sym_LBRACK, + anon_sym_LT, + aux_sym_scope_tuning_token1, + [267262] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6595), 1, - aux_sym_return_type_token2, - ACTIONS(6599), 1, - aux_sym_on_error_phrase_token8, - STATE(4683), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6206), 1, + sym__terminator, + ACTIONS(6208), 1, + aux_sym_query_definition_token3, + STATE(4426), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4361), 2, sym_comment, sym_include, - ACTIONS(6597), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [274645] = 5, + [267295] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4684), 2, - sym_comment, - sym_include, - ACTIONS(6601), 5, + ACTIONS(6212), 1, + aux_sym_to_phrase_token1, + ACTIONS(6215), 1, + aux_sym_sort_clause_token1, + STATE(4646), 1, + sym_sort_clause, + ACTIONS(6210), 3, anon_sym_COLON, anon_sym_COMMA, aux_sym_on_error_phrase_token1, - aux_sym_to_phrase_token1, - aux_sym_sort_clause_token1, - [274666] = 9, - ACTIONS(69), 1, + STATE(4362), 3, + sym_comment, + sym_include, + aux_sym_for_phrase_repeat2, + [267324] = 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(6139), 1, - sym__terminator, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - STATE(4668), 1, - aux_sym_data_relation_repeat1, - STATE(6510), 1, - sym_data_relation, - STATE(4685), 2, + ACTIONS(43), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(2484), 1, + sym_do_block, + STATE(4567), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6701), 1, + sym_label, + STATE(4363), 2, sym_comment, sym_include, - [274695] = 5, + [267359] = 11, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4686), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5028), 1, + aux_sym_repeat_tuning_token1, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1923), 1, + sym__block_terminator, + STATE(4595), 1, + aux_sym_repeat_statement_repeat2, + STATE(5179), 1, + sym_repeat_tuning, + STATE(5946), 1, + sym_body, + STATE(4364), 2, sym_comment, sym_include, - ACTIONS(6603), 5, - anon_sym_COLON, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [274716] = 5, + [267394] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4687), 2, + STATE(4365), 2, sym_comment, sym_include, - ACTIONS(6605), 5, + ACTIONS(6218), 7, anon_sym_COLON, aux_sym__block_terminator_token1, - anon_sym_COMMA, + aux_sym_while_phrase_token1, aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - [274737] = 9, - ACTIONS(69), 1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [267417] = 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(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6607), 1, - sym__terminator, - STATE(4457), 1, - aux_sym_data_relation_repeat1, - STATE(6512), 1, - sym_data_relation, - STATE(4688), 2, + ACTIONS(637), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(1790), 1, + sym_do_block, + STATE(4345), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6075), 1, + sym_label, + STATE(4366), 2, sym_comment, sym_include, - [274766] = 8, - ACTIONS(69), 1, + [267452] = 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(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(5126), 1, - sym_on_quit_phrase, - STATE(6205), 1, - sym_on_stop_phrase, - ACTIONS(4503), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4689), 2, + ACTIONS(637), 1, + aux_sym_do_block_token1, + ACTIONS(5904), 1, + sym_identifier, + ACTIONS(5906), 1, + aux_sym_input_expression_token2, + STATE(1790), 1, + sym_do_block, + STATE(4567), 1, + aux_sym_on_statement_repeat1, + STATE(5429), 1, + sym_widget_phrase, + STATE(6075), 1, + sym_label, + STATE(4367), 2, sym_comment, sym_include, - [274793] = 8, + [267487] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(5130), 1, - sym_on_quit_phrase, - STATE(6203), 1, - sym_on_stop_phrase, - ACTIONS(4579), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4690), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6220), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4368), 2, sym_comment, sym_include, - [274820] = 5, + [267517] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4691), 2, - sym_comment, - sym_include, - ACTIONS(6609), 5, - sym__terminator, + ACTIONS(5886), 1, aux_sym_query_definition_tuning_token1, + ACTIONS(6222), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - aux_sym_query_definition_token3, - [274841] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(4730), 1, - anon_sym_LPAREN, - STATE(730), 1, - sym_assignment_operator, - STATE(3645), 1, - sym_function_arguments, - ACTIONS(853), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4692), 2, + STATE(4369), 2, sym_comment, sym_include, - [274868] = 9, + [267547] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6189), 1, - sym__terminator, - STATE(4675), 1, - aux_sym_data_relation_repeat1, - STATE(6689), 1, - sym_data_relation, - STATE(4693), 2, + ACTIONS(6224), 1, + aux_sym_else_statement_token1, + STATE(4429), 1, + aux_sym_if_statement_repeat1, + STATE(5006), 1, + sym_else_statement, + STATE(4370), 2, sym_comment, sym_include, - [274897] = 9, + ACTIONS(2729), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [267575] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6611), 1, - sym__terminator, - STATE(4457), 1, - aux_sym_data_relation_repeat1, - STATE(6813), 1, - sym_data_relation, - STATE(4694), 2, + ACTIONS(6226), 1, + aux_sym_else_statement_token1, + STATE(4429), 1, + aux_sym_if_statement_repeat1, + STATE(5006), 1, + sym_else_statement, + STATE(4371), 2, sym_comment, sym_include, - [274926] = 9, + ACTIONS(2738), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [267603] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6613), 1, - anon_sym_COLON, - ACTIONS(6615), 1, - aux_sym_enum_tuning_token1, - STATE(4701), 1, - aux_sym_enum_statement_repeat1, - STATE(5771), 1, - sym_enum_tuning, - STATE(6806), 1, - sym_enum_body, - STATE(4695), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5209), 1, + sym__terminator, + STATE(4420), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4372), 2, sym_comment, sym_include, - [274955] = 5, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [267633] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4696), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(5143), 1, + anon_sym_LT, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(3766), 1, + sym_generic_expression, + ACTIONS(3890), 2, + anon_sym_COMMA, + anon_sym_GT, + STATE(4373), 2, sym_comment, sym_include, - ACTIONS(6617), 5, - sym__terminator, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token8, - aux_sym_field_definition_token1, - [274976] = 7, + [267663] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6619), 1, - aux_sym_return_type_token2, - ACTIONS(6623), 1, - aux_sym_on_error_phrase_token8, - STATE(4697), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(6229), 1, + sym__terminator, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4374), 2, sym_comment, sym_include, - ACTIONS(6621), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [275001] = 9, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [267693] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6625), 1, - aux_sym_data_relation_token2, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5456), 1, - aux_sym_data_relation_repeat1, - STATE(4698), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5207), 1, + sym__terminator, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4375), 2, sym_comment, sym_include, - [275030] = 9, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [267723] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3570), 1, - anon_sym_COMMA, - ACTIONS(3572), 1, - aux_sym_of_token1, - ACTIONS(6627), 1, - aux_sym_of_phrase_token2, - STATE(4178), 1, - sym_of_phrase, - STATE(5067), 1, - aux_sym_array_literal_repeat1, - STATE(4699), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(6231), 1, + sym__terminator, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4376), 2, sym_comment, sym_include, - [275059] = 9, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [267753] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6629), 1, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5207), 1, sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5590), 1, - aux_sym_data_relation_repeat1, - STATE(4700), 2, + STATE(4387), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4377), 2, sym_comment, sym_include, - [275088] = 9, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [267783] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6613), 1, - anon_sym_COLON, - ACTIONS(6615), 1, - aux_sym_enum_tuning_token1, - STATE(4946), 1, - aux_sym_enum_statement_repeat1, - STATE(5771), 1, - sym_enum_tuning, - STATE(6763), 1, - sym_enum_body, - STATE(4701), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6233), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4378), 2, sym_comment, sym_include, - [275117] = 7, + [267813] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6631), 1, - aux_sym_return_type_token2, - ACTIONS(6635), 1, - aux_sym_on_error_phrase_token8, - STATE(4702), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5305), 1, + sym__terminator, + STATE(4424), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4379), 2, sym_comment, sym_include, - ACTIONS(6633), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [275142] = 9, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [267843] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(6591), 1, - anon_sym_LPAREN, - ACTIONS(6637), 1, - sym__terminator, - STATE(5435), 1, - sym_function_parameters, - STATE(6549), 1, - sym_body, - STATE(4703), 2, + ACTIONS(6235), 1, + aux_sym_else_statement_token1, + STATE(4414), 1, + aux_sym_if_statement_repeat1, + STATE(5006), 1, + sym_else_statement, + STATE(4380), 2, sym_comment, sym_include, - [275171] = 9, + ACTIONS(2748), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [267871] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(5923), 1, - anon_sym_LPAREN, - ACTIONS(6639), 1, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5305), 1, sym__terminator, - STATE(6160), 1, - sym_function_parameters, - STATE(6554), 1, - sym_body, - STATE(4704), 2, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4381), 2, sym_comment, sym_include, - [275200] = 8, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [267901] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, - anon_sym_LPAREN, - STATE(891), 1, - sym_assignment_operator, - STATE(3645), 1, - sym_function_arguments, - ACTIONS(853), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4705), 2, + ACTIONS(6238), 1, + aux_sym_else_statement_token1, + STATE(4380), 1, + aux_sym_if_statement_repeat1, + STATE(5006), 1, + sym_else_statement, + STATE(4382), 2, sym_comment, sym_include, - [275227] = 5, + ACTIONS(2729), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [267929] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4706), 2, + ACTIONS(6243), 1, + aux_sym_variable_definition_token2, + STATE(4383), 2, sym_comment, sym_include, - ACTIONS(6641), 5, - sym__terminator, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - aux_sym_variable_tuning_token8, - aux_sym_field_definition_token1, - [275248] = 9, + ACTIONS(6241), 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, + [267953] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6196), 1, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6245), 1, sym__terminator, - STATE(4722), 1, - aux_sym_data_relation_repeat1, - STATE(6867), 1, - sym_data_relation, - STATE(4707), 2, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4384), 2, sym_comment, sym_include, - [275277] = 9, - ACTIONS(69), 1, + [267983] = 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(1379), 1, - sym__namedot, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6643), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5431), 1, - aux_sym_data_relation_repeat1, - STATE(4708), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6247), 1, + sym_identifier, + STATE(3442), 1, + sym_function_call, + STATE(3523), 1, + sym_qualified_name, + STATE(5563), 1, + sym_object_access, + STATE(5617), 1, + sym_new_expression, + STATE(4385), 2, sym_comment, sym_include, - [275306] = 7, + [268015] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6595), 1, - aux_sym_return_type_token2, - ACTIONS(6599), 1, - aux_sym_on_error_phrase_token8, - STATE(4709), 2, + ACTIONS(6117), 1, + aux_sym__block_terminator_token1, + STATE(5246), 1, + sym_dot_body, + ACTIONS(5874), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(4386), 2, sym_comment, sym_include, - ACTIONS(6645), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [275331] = 9, + STATE(4895), 2, + sym__block_terminator, + sym__procedure_terminator, + [268043] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6647), 1, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5221), 1, sym__terminator, - STATE(4457), 1, - aux_sym_data_relation_repeat1, - STATE(6388), 1, - sym_data_relation, - STATE(4710), 2, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4387), 2, sym_comment, sym_include, - [275360] = 7, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [268073] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6583), 1, - aux_sym_return_type_token2, - ACTIONS(6587), 1, - aux_sym_on_error_phrase_token8, - STATE(4711), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5221), 1, + sym__terminator, + STATE(4398), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4388), 2, sym_comment, sym_include, - ACTIONS(6649), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [275385] = 9, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [268103] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6613), 1, - anon_sym_COLON, - ACTIONS(6615), 1, - aux_sym_enum_tuning_token1, - STATE(4715), 1, - aux_sym_enum_statement_repeat1, - STATE(5771), 1, - sym_enum_tuning, - STATE(6613), 1, - sym_enum_body, - STATE(4712), 2, + ACTIONS(6249), 1, + aux_sym_else_statement_token1, + STATE(4380), 1, + aux_sym_if_statement_repeat1, + STATE(5006), 1, + sym_else_statement, + STATE(4389), 2, sym_comment, sym_include, - [275414] = 6, + ACTIONS(2738), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [268131] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6653), 1, - aux_sym_widget_field_token1, - STATE(4713), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6253), 1, + sym_identifier, + STATE(3424), 1, + sym_function_call, + STATE(3517), 1, + sym_qualified_name, + STATE(5563), 1, + sym_object_access, + STATE(5617), 1, + sym_new_expression, + STATE(4390), 2, sym_comment, sym_include, - ACTIONS(6651), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_field_definition_token1, - [275437] = 8, + [268163] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(5149), 1, - sym_on_quit_phrase, - STATE(5783), 1, - sym_on_stop_phrase, - ACTIONS(5865), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4714), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(6255), 1, + sym__terminator, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4391), 2, sym_comment, sym_include, - [275464] = 9, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [268193] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6613), 1, - anon_sym_COLON, - ACTIONS(6615), 1, - aux_sym_enum_tuning_token1, - STATE(4946), 1, - aux_sym_enum_statement_repeat1, - STATE(5771), 1, - sym_enum_tuning, - STATE(6592), 1, - sym_enum_body, - STATE(4715), 2, + STATE(4392), 2, sym_comment, sym_include, - [275493] = 9, + ACTIONS(5862), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_variable_tuning_token7, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [268215] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6171), 1, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6206), 1, sym__terminator, + STATE(4426), 1, + aux_sym_query_definition_repeat1, STATE(4688), 1, - aux_sym_data_relation_repeat1, - STATE(6599), 1, - sym_data_relation, - STATE(4716), 2, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4393), 2, sym_comment, sym_include, - [275522] = 8, + [268245] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(5158), 1, - sym_on_quit_phrase, - STATE(5785), 1, - sym_on_stop_phrase, - ACTIONS(6655), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4717), 2, + STATE(4394), 2, sym_comment, sym_include, - [275549] = 7, + ACTIONS(6257), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_variable_tuning_token7, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [268267] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6657), 1, - anon_sym_DQUOTE, - ACTIONS(6662), 1, - sym__special_character, - ACTIONS(6659), 2, - aux_sym_double_quoted_string_token1, - aux_sym_double_quoted_string_token2, - STATE(4718), 3, + ACTIONS(6259), 1, + sym_identifier, + STATE(2970), 1, + sym_qualified_name, + STATE(5814), 1, + sym_for_phrase, + STATE(4395), 2, sym_comment, sym_include, - aux_sym_double_quoted_string_repeat1, - [275574] = 9, - ACTIONS(69), 1, + ACTIONS(6261), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [268295] = 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(6613), 1, - anon_sym_COLON, - ACTIONS(6615), 1, - aux_sym_enum_tuning_token1, - STATE(4724), 1, - aux_sym_enum_statement_repeat1, - STATE(5771), 1, - sym_enum_tuning, - STATE(6409), 1, - sym_enum_body, - STATE(4719), 2, + ACTIONS(110), 1, + sym__namedot, + STATE(4396), 2, sym_comment, sym_include, - [275603] = 8, + ACTIONS(112), 5, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + anon_sym_LT, + aux_sym_scope_tuning_token1, + [268319] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6665), 1, - anon_sym_DQUOTE, - ACTIONS(6669), 1, - sym__special_character, - STATE(4743), 1, - aux_sym_double_quoted_string_repeat1, - ACTIONS(6667), 2, - aux_sym_double_quoted_string_token1, - aux_sym_double_quoted_string_token2, - STATE(4720), 2, + STATE(4397), 2, sym_comment, sym_include, - [275630] = 7, + ACTIONS(3334), 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, + [268341] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6673), 1, - aux_sym_repeat_tuning_token1, - STATE(5534), 1, - sym_repeat_tuning, - ACTIONS(6671), 2, - anon_sym_COLON, - aux_sym__block_terminator_token1, - STATE(4721), 3, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(6263), 1, + sym__terminator, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4398), 2, sym_comment, sym_include, - aux_sym_repeat_statement_repeat1, - [275655] = 9, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [268371] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6676), 1, + STATE(4399), 2, + sym_comment, + sym_include, + ACTIONS(6265), 6, + anon_sym_COLON, sym__terminator, - STATE(4457), 1, - aux_sym_data_relation_repeat1, - STATE(6919), 1, - sym_data_relation, - STATE(4722), 2, + aux_sym__block_terminator_token1, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [268393] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(6269), 1, + aux_sym_field_definition_token1, + STATE(4405), 1, + aux_sym_widget_phrase_repeat1, + STATE(4960), 1, + sym_widget_field, + STATE(4400), 2, sym_comment, sym_include, - [275684] = 9, + ACTIONS(6267), 3, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + [268421] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6183), 1, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6271), 1, sym__terminator, - STATE(4710), 1, - aux_sym_data_relation_repeat1, - STATE(6393), 1, - sym_data_relation, - STATE(4723), 2, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4401), 2, sym_comment, sym_include, - [275713] = 9, + [268451] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6613), 1, + ACTIONS(6054), 1, + aux_sym__block_terminator_token1, + STATE(1793), 1, + sym__function_terminator, + STATE(1824), 1, + sym__block_terminator, + STATE(5289), 1, + sym_dot_body, + ACTIONS(5874), 2, anon_sym_COLON, - ACTIONS(6615), 1, - aux_sym_enum_tuning_token1, - STATE(4946), 1, - aux_sym_enum_statement_repeat1, - STATE(5771), 1, - sym_enum_tuning, - STATE(6376), 1, - sym_enum_body, - STATE(4724), 2, + anon_sym_DOT, + STATE(4402), 2, sym_comment, sym_include, - [275742] = 5, + [268481] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4725), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(6263), 1, + sym__terminator, + STATE(4421), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4403), 2, sym_comment, sym_include, - ACTIONS(6678), 5, - anon_sym_COLON, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [275763] = 9, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [268511] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6680), 1, - anon_sym_RPAREN, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5403), 1, - aux_sym_data_relation_repeat1, - STATE(4726), 2, + ACTIONS(5197), 1, + sym__terminator, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + STATE(4509), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4404), 2, sym_comment, sym_include, - [275792] = 5, - ACTIONS(69), 1, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [268541] = 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(4727), 2, + ACTIONS(6273), 1, + sym_identifier, + ACTIONS(6278), 1, + aux_sym_field_definition_token1, + STATE(4960), 1, + sym_widget_field, + ACTIONS(6276), 2, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + STATE(4405), 3, sym_comment, sym_include, - ACTIONS(6682), 5, - anon_sym_COLON, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [275813] = 9, + aux_sym_widget_phrase_repeat1, + [268569] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6684), 1, + ACTIONS(5197), 1, sym__terminator, - STATE(4457), 1, - aux_sym_data_relation_repeat1, - STATE(6375), 1, - sym_data_relation, - STATE(4728), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4406), 2, sym_comment, sym_include, - [275842] = 6, - ACTIONS(3), 1, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [268599] = 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(6686), 1, - sym_identifier, - STATE(4729), 2, + ACTIONS(6129), 1, + aux_sym__block_terminator_token1, + STATE(5291), 1, + sym_dot_body, + ACTIONS(5874), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(1825), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(4407), 2, sym_comment, sym_include, - ACTIONS(6688), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [275865] = 7, + [268627] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(849), 1, - sym__namecolon, - STATE(4750), 1, - aux_sym_object_access_repeat1, - STATE(4730), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6281), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4408), 2, sym_comment, sym_include, - ACTIONS(98), 3, - sym__augmented_assignment, - anon_sym_LPAREN, - anon_sym_EQ, - [275890] = 6, + [268657] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6690), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6283), 1, sym_identifier, - STATE(4731), 2, + STATE(3441), 1, + sym_function_call, + STATE(3590), 1, + sym_qualified_name, + STATE(5563), 1, + sym_object_access, + STATE(5617), 1, + sym_new_expression, + STATE(4409), 2, sym_comment, sym_include, - ACTIONS(6692), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [275913] = 9, + [268689] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6694), 1, - anon_sym_RPAREN, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5592), 1, - aux_sym_data_relation_repeat1, - STATE(4732), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6285), 1, + sym__terminator, + STATE(4408), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4410), 2, sym_comment, sym_include, - [275942] = 9, + [268719] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6613), 1, - anon_sym_COLON, - ACTIONS(6615), 1, - aux_sym_enum_tuning_token1, - STATE(4735), 1, - aux_sym_enum_statement_repeat1, - STATE(5771), 1, - sym_enum_tuning, - STATE(6504), 1, - sym_enum_body, - STATE(4733), 2, + STATE(4380), 1, + aux_sym_if_statement_repeat1, + STATE(5006), 1, + sym_else_statement, + STATE(4411), 2, sym_comment, sym_include, - [275971] = 7, + ACTIONS(2797), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [268745] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(849), 1, - sym__namecolon, - STATE(4750), 1, - aux_sym_object_access_repeat1, - STATE(4734), 2, + STATE(4380), 1, + aux_sym_if_statement_repeat1, + STATE(5006), 1, + sym_else_statement, + STATE(4412), 2, sym_comment, sym_include, - ACTIONS(98), 3, - sym__augmented_assignment, - anon_sym_LPAREN, - anon_sym_EQ, - [275996] = 9, + ACTIONS(2797), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [268771] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6613), 1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(5882), 1, anon_sym_COLON, - ACTIONS(6615), 1, - aux_sym_enum_tuning_token1, - STATE(4946), 1, - aux_sym_enum_statement_repeat1, - STATE(5771), 1, - sym_enum_tuning, - STATE(6535), 1, - sym_enum_body, - STATE(4735), 2, + STATE(4586), 1, + aux_sym_interface_statement_repeat1, + STATE(5460), 1, + sym_inherits, + STATE(5466), 1, + sym_interface_tuning, + STATE(6351), 1, + sym_interface_body, + STATE(4413), 2, sym_comment, sym_include, - [276025] = 8, + [268803] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(5246), 1, - sym_on_quit_phrase, - STATE(6122), 1, - sym_on_stop_phrase, - ACTIONS(4446), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4736), 2, + ACTIONS(6287), 1, + aux_sym_else_statement_token1, + STATE(5006), 1, + sym_else_statement, + ACTIONS(2784), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + STATE(4414), 3, sym_comment, sym_include, - [276052] = 8, + aux_sym_if_statement_repeat1, + [268829] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(5250), 1, - sym_on_quit_phrase, - STATE(6114), 1, - sym_on_stop_phrase, - ACTIONS(4505), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4737), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6290), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4415), 2, sym_comment, sym_include, - [276079] = 9, + [268859] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6613), 1, - anon_sym_COLON, - ACTIONS(6615), 1, - aux_sym_enum_tuning_token1, - STATE(4745), 1, - aux_sym_enum_statement_repeat1, - STATE(5771), 1, - sym_enum_tuning, - STATE(6958), 1, - sym_enum_body, - STATE(4738), 2, + STATE(4416), 2, sym_comment, sym_include, - [276108] = 9, + ACTIONS(6292), 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, + [268881] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6696), 1, + ACTIONS(6294), 1, sym__terminator, - STATE(4457), 1, - aux_sym_data_relation_repeat1, - STATE(6605), 1, - sym_data_relation, - STATE(4739), 2, + ACTIONS(6296), 1, + aux_sym_field_definition_token1, + ACTIONS(6299), 1, + aux_sym_index_definition_token1, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + STATE(4417), 3, sym_comment, sym_include, - [276137] = 9, + aux_sym_temp_table_definition_repeat2, + [268909] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6698), 1, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5307), 1, sym__terminator, - ACTIONS(6700), 1, - aux_sym_input_expression_token2, - ACTIONS(6702), 1, - aux_sym_prompt_for_statement_token2, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4740), 2, + STATE(4376), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4418), 2, sym_comment, sym_include, - [276166] = 8, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [268939] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(4888), 1, - sym_on_quit_phrase, - STATE(5726), 1, - sym_on_stop_phrase, - ACTIONS(6704), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4741), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6101), 1, + sym__terminator, + STATE(4432), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4419), 2, sym_comment, sym_include, - [276193] = 9, + [268969] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6204), 1, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5307), 1, sym__terminator, - STATE(4728), 1, - aux_sym_data_relation_repeat1, - STATE(6391), 1, - sym_data_relation, - STATE(4742), 2, - sym_comment, - sym_include, - [276222] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6669), 1, - sym__special_character, - ACTIONS(6706), 1, - anon_sym_DQUOTE, - STATE(4718), 1, - aux_sym_double_quoted_string_repeat1, - ACTIONS(6667), 2, - aux_sym_double_quoted_string_token1, - aux_sym_double_quoted_string_token2, - STATE(4743), 2, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4420), 2, sym_comment, sym_include, - [276249] = 7, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [268999] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6583), 1, - aux_sym_return_type_token2, - ACTIONS(6587), 1, - aux_sym_on_error_phrase_token8, - STATE(4744), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(6302), 1, + sym__terminator, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4421), 2, sym_comment, sym_include, - ACTIONS(6708), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [276274] = 9, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [269029] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6613), 1, - anon_sym_COLON, - ACTIONS(6615), 1, - aux_sym_enum_tuning_token1, - STATE(4946), 1, - aux_sym_enum_statement_repeat1, - STATE(5771), 1, - sym_enum_tuning, - STATE(6372), 1, - sym_enum_body, - STATE(4745), 2, - sym_comment, - sym_include, - [276303] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6710), 1, - sym_identifier, - STATE(4746), 2, + STATE(4422), 2, sym_comment, sym_include, - ACTIONS(6712), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [276326] = 7, + ACTIONS(160), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_variable_tuning_token7, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [269051] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(849), 1, - sym__namecolon, - STATE(4750), 1, - aux_sym_object_access_repeat1, - STATE(4747), 2, - sym_comment, - sym_include, - ACTIONS(98), 3, - sym__augmented_assignment, - anon_sym_LPAREN, - anon_sym_EQ, - [276351] = 5, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6304), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4423), 2, + sym_comment, + sym_include, + [269081] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4748), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5289), 1, + sym__terminator, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4424), 2, sym_comment, sym_include, - ACTIONS(6179), 5, - sym__terminator, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_data_relation_token1, - aux_sym_data_relation_token2, - [276372] = 9, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [269111] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6714), 1, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5289), 1, sym__terminator, - ACTIONS(6716), 1, - aux_sym_input_expression_token2, - ACTIONS(6718), 1, - aux_sym_prompt_for_statement_token2, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4749), 2, + STATE(4474), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4425), 2, sym_comment, sym_include, - [276401] = 6, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [269141] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6720), 1, - sym__namecolon, - ACTIONS(91), 3, - sym__augmented_assignment, - anon_sym_LPAREN, - anon_sym_EQ, - STATE(4750), 3, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6306), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4426), 2, sym_comment, sym_include, - aux_sym_object_access_repeat1, - [276424] = 9, + [269171] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6723), 1, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6308), 1, sym__terminator, - ACTIONS(6725), 1, - aux_sym_input_expression_token2, - ACTIONS(6727), 1, - aux_sym_prompt_for_statement_token2, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4751), 2, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4427), 2, sym_comment, sym_include, - [276453] = 7, + [269201] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6729), 1, - aux_sym_return_type_token2, - ACTIONS(6733), 1, - aux_sym_on_error_phrase_token8, - STATE(4752), 2, + STATE(4428), 2, sym_comment, sym_include, - ACTIONS(6731), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [276478] = 9, + ACTIONS(172), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_variable_tuning_token7, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [269223] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3570), 1, - anon_sym_COMMA, - ACTIONS(3572), 1, - aux_sym_of_token1, - ACTIONS(6735), 1, - aux_sym_of_phrase_token2, - STATE(4149), 1, - sym_of_phrase, - STATE(5067), 1, - aux_sym_array_literal_repeat1, - STATE(4753), 2, - sym_comment, - sym_include, - [276507] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(4754), 2, + ACTIONS(6224), 1, + aux_sym_else_statement_token1, + STATE(4414), 1, + aux_sym_if_statement_repeat1, + STATE(5006), 1, + sym_else_statement, + STATE(4429), 2, sym_comment, sym_include, - ACTIONS(6737), 5, - sym_identifier, - aux_sym_dataset_expression_token1, - aux_sym__function_argument_with_mode_token1, - aux_sym__function_argument_with_mode_token2, - aux_sym__function_argument_with_mode_token3, - [276528] = 7, + ACTIONS(2748), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [269251] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6739), 1, - aux_sym_return_type_token2, - ACTIONS(6743), 1, - aux_sym_on_error_phrase_token8, - STATE(4755), 2, + ACTIONS(5994), 1, + aux_sym__block_terminator_token1, + STATE(1978), 1, + sym__block_terminator, + STATE(2012), 1, + sym__function_terminator, + STATE(5326), 1, + sym_dot_body, + ACTIONS(5874), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(4430), 2, sym_comment, sym_include, - ACTIONS(6741), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [276553] = 6, + [269281] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5932), 1, - sym_identifier, - STATE(4756), 2, + STATE(4431), 2, sym_comment, sym_include, - ACTIONS(5934), 4, - aux_sym_dataset_expression_token1, - aux_sym__function_argument_with_mode_token1, - aux_sym__function_argument_with_mode_token2, - aux_sym__function_argument_with_mode_token3, - [276576] = 7, + ACTIONS(6310), 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, + [269303] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6745), 1, - aux_sym_return_type_token2, - ACTIONS(6749), 1, - aux_sym_on_error_phrase_token8, - STATE(4757), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6312), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4432), 2, sym_comment, sym_include, - ACTIONS(6747), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [276601] = 8, + [269333] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, - anon_sym_LPAREN, - STATE(842), 1, - sym_assignment_operator, - STATE(3645), 1, - sym_function_arguments, - ACTIONS(853), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4758), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(6231), 1, + sym__terminator, + STATE(4374), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4433), 2, sym_comment, sym_include, - [276628] = 7, - ACTIONS(3), 1, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [269363] = 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(6753), 1, - aux_sym_input_expression_token2, - STATE(5481), 1, - sym_widget_phrase, - ACTIONS(6751), 2, - sym_identifier, - aux_sym_do_block_token1, - STATE(4759), 3, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6105), 1, + sym__terminator, + STATE(4440), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4434), 2, sym_comment, sym_include, - aux_sym_on_statement_repeat1, - [276653] = 6, + [269393] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6758), 1, - aux_sym_widget_field_token1, - STATE(4760), 2, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6314), 1, + sym_identifier, + STATE(3426), 1, + sym_function_call, + STATE(3581), 1, + sym_qualified_name, + STATE(5563), 1, + sym_object_access, + STATE(5617), 1, + sym_new_expression, + STATE(4435), 2, sym_comment, sym_include, - ACTIONS(6756), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_field_definition_token1, - [276676] = 9, + [269425] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3570), 1, - anon_sym_COMMA, - ACTIONS(3572), 1, - aux_sym_of_token1, - ACTIONS(6760), 1, - aux_sym_of_phrase_token2, - STATE(4124), 1, - sym_of_phrase, - STATE(5067), 1, - aux_sym_array_literal_repeat1, - STATE(4761), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(6316), 1, + sym__terminator, + STATE(4391), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4436), 2, sym_comment, sym_include, - [276705] = 6, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [269455] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6762), 1, + ACTIONS(6318), 1, sym_identifier, - STATE(4762), 2, + ACTIONS(6320), 1, + sym__integer_literal, + ACTIONS(6322), 1, + sym__escaped_string, + STATE(5295), 1, + sym__decimal_literal, + STATE(4437), 2, sym_comment, sym_include, - ACTIONS(6764), 4, - aux_sym_dataset_expression_token1, - aux_sym__function_argument_with_mode_token1, - aux_sym__function_argument_with_mode_token2, - aux_sym__function_argument_with_mode_token3, - [276728] = 9, + STATE(5072), 2, + sym_number_literal, + sym_string_literal, + [269485] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6766), 1, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6324), 1, sym__terminator, - ACTIONS(6768), 1, - aux_sym_input_expression_token2, - ACTIONS(6770), 1, - aux_sym_prompt_for_statement_token2, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4763), 2, - sym_comment, - sym_include, - [276757] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6772), 1, - aux_sym_return_type_token2, - ACTIONS(6776), 1, - aux_sym_on_error_phrase_token8, - STATE(4764), 2, + STATE(4441), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4438), 2, sym_comment, sym_include, - ACTIONS(6774), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [276782] = 7, + [269515] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6780), 1, - aux_sym_when_expression_token1, - STATE(5611), 1, - sym_case_when_branch, - ACTIONS(6778), 2, - aux_sym__block_terminator_token1, - aux_sym_case_otherwise_branch_token1, - STATE(4765), 3, - sym_comment, - sym_include, - aux_sym_case_body_repeat1, - [276807] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6783), 1, - sym_identifier, - STATE(4766), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6326), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4439), 2, sym_comment, sym_include, - ACTIONS(6785), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [276830] = 5, + [269545] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4767), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6328), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4440), 2, sym_comment, sym_include, - ACTIONS(6787), 5, - anon_sym_COLON, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [276851] = 5, + [269575] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4768), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6330), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4441), 2, sym_comment, sym_include, - ACTIONS(6789), 5, - anon_sym_COLON, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [276872] = 6, + [269605] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6791), 1, + ACTIONS(17), 1, + aux_sym_scope_tuning_token1, + ACTIONS(6332), 1, sym_identifier, - STATE(4769), 2, + STATE(3412), 1, + sym_function_call, + STATE(3539), 1, + sym_qualified_name, + STATE(5563), 1, + sym_object_access, + STATE(5617), 1, + sym_new_expression, + STATE(4442), 2, sym_comment, sym_include, - ACTIONS(6793), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - aux_sym_on_error_phrase_token1, - [276895] = 7, + [269637] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6595), 1, - aux_sym_return_type_token2, - ACTIONS(6599), 1, - aux_sym_on_error_phrase_token8, - STATE(4770), 2, + ACTIONS(6089), 1, + aux_sym__block_terminator_token1, + STATE(5341), 1, + sym_dot_body, + ACTIONS(5874), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(1975), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(4443), 2, sym_comment, sym_include, - ACTIONS(6795), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [276920] = 9, + [269665] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6797), 1, - sym__terminator, - ACTIONS(6799), 1, - aux_sym_input_expression_token2, - ACTIONS(6801), 1, - aux_sym_prompt_for_statement_token2, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4771), 2, + STATE(4444), 2, sym_comment, sym_include, - [276949] = 8, + ACTIONS(6334), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_variable_tuning_token7, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token3, + aux_sym__function_argument_with_mode_token4, + [269687] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6107), 1, - aux_sym_on_error_phrase_token1, - STATE(5167), 1, - sym_on_quit_phrase, - STATE(5954), 1, - sym_on_stop_phrase, - ACTIONS(4477), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4772), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6181), 1, + sym__terminator, + STATE(4484), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4445), 2, sym_comment, sym_include, - [276976] = 9, + [269717] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6803), 1, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6336), 1, sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5446), 1, - aux_sym_data_relation_repeat1, - STATE(4773), 2, + STATE(4448), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4446), 2, sym_comment, sym_include, - [277005] = 9, + [269747] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, + STATE(5524), 1, + sym_argument_pass_type, + ACTIONS(5849), 2, anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6191), 1, - sym__terminator, - STATE(4739), 1, - aux_sym_data_relation_repeat1, - STATE(6718), 1, - sym_data_relation, - STATE(4774), 2, + anon_sym_RPAREN, + STATE(4447), 2, sym_comment, sym_include, - [277034] = 9, + ACTIONS(4959), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + [269773] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6143), 1, - aux_sym_data_relation_token1, - ACTIONS(6805), 1, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6338), 1, sym__terminator, - STATE(4457), 1, - aux_sym_data_relation_repeat1, - STATE(6748), 1, - sym_data_relation, - STATE(4775), 2, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4448), 2, sym_comment, sym_include, - [277063] = 7, + [269803] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6807), 1, - aux_sym_return_type_token2, - ACTIONS(6811), 1, - aux_sym_on_error_phrase_token8, - STATE(4776), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6340), 1, + sym__terminator, + STATE(4415), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4449), 2, sym_comment, sym_include, - ACTIONS(6809), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [277088] = 7, - ACTIONS(69), 1, + [269833] = 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(6813), 1, - aux_sym_return_type_token2, - ACTIONS(6817), 1, - aux_sym_on_error_phrase_token8, - STATE(4777), 2, + ACTIONS(5900), 1, + anon_sym_LT, + STATE(4975), 1, + sym_generic_expression, + STATE(4450), 2, sym_comment, sym_include, - ACTIONS(6815), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [277113] = 9, + ACTIONS(3894), 4, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [269859] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3570), 1, + ACTIONS(6342), 1, anon_sym_COMMA, - ACTIONS(3572), 1, - aux_sym_of_token1, - ACTIONS(6819), 1, - aux_sym_of_phrase_token2, - STATE(4141), 1, - sym_of_phrase, - STATE(5067), 1, - aux_sym_array_literal_repeat1, - STATE(4778), 2, + STATE(4451), 3, sym_comment, sym_include, - [277142] = 8, + aux_sym_data_relation_repeat1, + ACTIONS(6137), 4, + sym__terminator, + anon_sym_RPAREN, + aux_sym_data_relation_token1, + aux_sym_data_relation_token2, + [269883] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6342), 1, - sym_body, - STATE(4779), 2, + ACTIONS(6347), 1, + aux_sym_variable_definition_token2, + STATE(4452), 2, sym_comment, sym_include, - [277168] = 8, + ACTIONS(6345), 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, + [269907] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6173), 1, - sym_body, - STATE(4780), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6109), 1, + sym__terminator, + STATE(4378), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4453), 2, sym_comment, sym_include, - [277194] = 5, + [269937] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4781), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(6316), 1, + sym__terminator, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4454), 2, sym_comment, sym_include, - ACTIONS(3250), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [277214] = 5, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [269967] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4782), 2, + ACTIONS(6349), 1, + sym__terminator, + ACTIONS(6351), 1, + aux_sym_query_definition_tuning_token1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(6354), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4455), 3, sym_comment, sym_include, - ACTIONS(3254), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [277234] = 5, + aux_sym_query_definition_repeat1, + [269995] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4783), 2, + ACTIONS(6359), 1, + aux_sym_variable_definition_token2, + STATE(4456), 2, sym_comment, sym_include, - ACTIONS(3256), 4, + ACTIONS(6357), 5, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [277254] = 5, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [270019] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4784), 2, + ACTIONS(4848), 1, + aux_sym_variable_definition_token2, + STATE(4457), 2, sym_comment, sym_include, - ACTIONS(3244), 4, + ACTIONS(4846), 5, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [277274] = 8, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [270043] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + STATE(5510), 1, + sym_argument_pass_type, + ACTIONS(6361), 2, anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6361), 1, - sym_body, - STATE(4785), 2, + anon_sym_RPAREN, + STATE(4458), 2, sym_comment, sym_include, - [277300] = 6, + ACTIONS(4959), 3, + aux_sym_argument_pass_type_token1, + aux_sym_argument_pass_type_token2, + aux_sym_argument_pass_type_token3, + [270069] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6821), 1, - sym__namedot, - ACTIONS(102), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4786), 3, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(5882), 1, + anon_sym_COLON, + STATE(4586), 1, + aux_sym_interface_statement_repeat1, + STATE(5460), 1, + sym_inherits, + STATE(5466), 1, + sym_interface_tuning, + STATE(6239), 1, + sym_interface_body, + STATE(4459), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - [277322] = 8, + [270101] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4841), 1, - aux_sym_for_statement_repeat1, - STATE(6361), 1, - sym_body, - STATE(4787), 2, - sym_comment, - sym_include, - [277348] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6710), 1, - sym_identifier, - STATE(4788), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6363), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4460), 2, sym_comment, sym_include, - ACTIONS(6712), 3, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_on_error_phrase_token1, - [277370] = 8, + [270131] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(6911), 1, - sym_body, - STATE(4789), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6145), 1, + sym__terminator, + STATE(4368), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4461), 2, sym_comment, sym_include, - [277396] = 5, + [270161] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4790), 2, + ACTIONS(6367), 1, + aux_sym_variable_definition_token2, + STATE(4462), 2, sym_comment, sym_include, - ACTIONS(6824), 4, - sym__terminator, - aux_sym_query_definition_tuning_token1, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - [277416] = 8, + ACTIONS(6365), 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, + [270185] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4876), 1, - aux_sym_for_statement_repeat1, - STATE(6343), 1, - sym_body, - STATE(4791), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6369), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4463), 2, sym_comment, sym_include, - [277442] = 5, + [270215] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4792), 2, + ACTIONS(6373), 1, + aux_sym_variable_definition_token2, + STATE(4464), 2, sym_comment, sym_include, - ACTIONS(3258), 4, + ACTIONS(6371), 5, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [277462] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6826), 1, - sym_identifier, - ACTIONS(6828), 1, - sym__escaped_string, - STATE(4387), 2, - sym_qualified_name, - sym_string_literal, - STATE(4793), 2, - sym_comment, - sym_include, - [277486] = 8, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [270239] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - ACTIONS(6832), 1, - anon_sym_RBRACK, - STATE(187), 1, - sym__decimal_literal, - STATE(6556), 1, - sym_number_literal, - STATE(4794), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(6375), 1, + sym__terminator, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4465), 2, sym_comment, sym_include, - [277512] = 8, - ACTIONS(3), 1, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [270269] = 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(6834), 1, - sym_identifier, - ACTIONS(6836), 1, - aux_sym_input_expression_token2, - STATE(3351), 1, - sym_using_field, - STATE(3381), 1, - sym_qualified_name, - STATE(4795), 2, + ACTIONS(6379), 1, + aux_sym_variable_definition_token2, + STATE(4466), 2, sym_comment, sym_include, - [277538] = 5, + ACTIONS(6377), 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, + [270293] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4796), 2, - sym_comment, - sym_include, - ACTIONS(6838), 4, - sym__terminator, + ACTIONS(5886), 1, aux_sym_query_definition_tuning_token1, + ACTIONS(6121), 1, + sym__terminator, + STATE(4460), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, anon_sym_SCROLLING, aux_sym_query_definition_tuning_token2, - [277558] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6840), 1, - sym_identifier, - STATE(4797), 2, + STATE(4467), 2, sym_comment, sym_include, - ACTIONS(6842), 4, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - [277578] = 5, + [270323] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4798), 2, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(5882), 1, + anon_sym_COLON, + STATE(4459), 1, + aux_sym_interface_statement_repeat1, + STATE(5460), 1, + sym_inherits, + STATE(5466), 1, + sym_interface_tuning, + STATE(6207), 1, + sym_interface_body, + STATE(4468), 2, sym_comment, sym_include, - ACTIONS(3246), 4, + [270355] = 10, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6381), 1, aux_sym__block_terminator_token1, + ACTIONS(6383), 1, aux_sym_when_expression_token1, - aux_sym_else_statement_token1, + ACTIONS(6385), 1, aux_sym_case_otherwise_branch_token1, - [277598] = 8, + STATE(4565), 1, + aux_sym_case_body_repeat1, + STATE(5412), 1, + sym_case_when_branch, + STATE(6312), 1, + sym_case_otherwise_branch, + STATE(4469), 2, + sym_comment, + sym_include, + [270387] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6282), 1, - sym_body, - STATE(4799), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5209), 1, + sym__terminator, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4470), 2, sym_comment, sym_include, - [277624] = 5, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [270417] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4800), 2, + STATE(4471), 2, sym_comment, sym_include, - ACTIONS(6844), 4, + ACTIONS(6387), 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, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - [277644] = 5, + [270439] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4801), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6175), 1, + sym__terminator, + STATE(4527), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4472), 2, sym_comment, sym_include, - ACTIONS(3262), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [277664] = 8, - ACTIONS(69), 1, + [270469] = 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(1379), 1, - sym__namedot, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(7013), 1, - sym_body, - STATE(4802), 2, + STATE(4473), 2, sym_comment, sym_include, - [277690] = 5, + ACTIONS(2817), 6, + sym_identifier, + aux_sym_dataset_expression_token1, + aux_sym_scope_tuning_token1, + aux_sym__function_argument_with_mode_token1, + aux_sym__function_argument_with_mode_token2, + aux_sym__function_argument_with_mode_token3, + [270491] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4803), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(6389), 1, + sym__terminator, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4474), 2, sym_comment, sym_include, - ACTIONS(3242), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [277710] = 8, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [270521] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(5882), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4785), 1, - aux_sym_for_statement_repeat1, - STATE(6282), 1, - sym_body, - STATE(4804), 2, + STATE(4586), 1, + aux_sym_interface_statement_repeat1, + STATE(5460), 1, + sym_inherits, + STATE(5466), 1, + sym_interface_tuning, + STATE(6074), 1, + sym_interface_body, + STATE(4475), 2, sym_comment, sym_include, - [277736] = 8, + [270553] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(6846), 1, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6391), 1, sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(4805), 2, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4476), 2, sym_comment, sym_include, - [277762] = 8, + [270583] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5848), 1, - sym_body, - STATE(4806), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6393), 1, + sym__terminator, + STATE(4504), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4477), 2, sym_comment, sym_include, - [277788] = 5, + [270613] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4807), 2, - sym_comment, - sym_include, - ACTIONS(3264), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [277808] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(4808), 2, + STATE(4478), 2, sym_comment, sym_include, - ACTIONS(4402), 4, - sym_identifier, + ACTIONS(6395), 6, + anon_sym_COLON, sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [277828] = 8, + aux_sym__block_terminator_token1, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [270635] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5044), 1, - aux_sym_for_statement_repeat1, - STATE(5848), 1, - sym_body, - STATE(4809), 2, - sym_comment, - sym_include, - [277854] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(102), 1, - sym_identifier, - ACTIONS(104), 1, - anon_sym_LT, - ACTIONS(6848), 1, - sym__namedot, - STATE(4810), 3, + STATE(4479), 2, sym_comment, sym_include, - aux_sym_qualified_name_repeat1, - [277878] = 7, + ACTIONS(6397), 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, + [270657] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6851), 1, - aux_sym__block_terminator_token1, - ACTIONS(6853), 1, - aux_sym_variable_definition_token1, - STATE(6364), 1, - sym_enum_definition, - STATE(4811), 3, - sym_comment, - sym_include, - aux_sym_enum_body_repeat1, - [277902] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6856), 1, - sym_identifier, - ACTIONS(6858), 1, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6399), 1, sym__terminator, - STATE(5029), 1, - aux_sym_enum_definition_repeat1, - STATE(5842), 1, - sym_enum_member, - STATE(4812), 2, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4480), 2, sym_comment, sym_include, - [277928] = 8, + [270687] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(6860), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(4813), 2, + ACTIONS(6403), 1, + aux_sym_variable_definition_token2, + STATE(4481), 2, sym_comment, sym_include, - [277954] = 8, + ACTIONS(6401), 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, + [270711] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, + ACTIONS(5203), 1, aux_sym_field_definition_token1, - ACTIONS(6860), 1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(6389), 1, sym__terminator, - STATE(5159), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(4814), 2, + STATE(4513), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4482), 2, sym_comment, sym_include, - [277980] = 5, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [270741] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4815), 2, + ACTIONS(6407), 1, + aux_sym_variable_definition_token2, + STATE(4483), 2, sym_comment, sym_include, - ACTIONS(3268), 4, + ACTIONS(6405), 5, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [278000] = 7, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [270765] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5954), 1, - sym_on_stop_phrase, - ACTIONS(4477), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4816), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6409), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4484), 2, sym_comment, sym_include, - [278024] = 8, + [270795] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - ACTIONS(6862), 1, - anon_sym_RBRACK, - STATE(187), 1, - sym__decimal_literal, - STATE(6533), 1, - sym_number_literal, - STATE(4817), 2, + ACTIONS(6413), 1, + aux_sym_variable_definition_token2, + STATE(4485), 2, sym_comment, sym_include, - [278050] = 5, + ACTIONS(6411), 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, + [270819] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4818), 2, + ACTIONS(6417), 1, + aux_sym_variable_definition_token2, + STATE(4486), 2, sym_comment, sym_include, - ACTIONS(3270), 4, + ACTIONS(6415), 5, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [278070] = 5, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [270843] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4819), 2, + ACTIONS(6421), 1, + aux_sym_variable_definition_token2, + STATE(4487), 2, sym_comment, sym_include, - ACTIONS(3274), 4, + ACTIONS(6419), 5, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [278090] = 5, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [270867] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(4820), 2, + ACTIONS(5902), 1, + sym__namedot, + STATE(4359), 1, + aux_sym_qualified_name_repeat1, + STATE(4488), 2, sym_comment, sym_include, - ACTIONS(6864), 4, + ACTIONS(4227), 4, sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_field_definition_token1, - [278110] = 8, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [270893] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, + ACTIONS(5203), 1, aux_sym_field_definition_token1, - ACTIONS(5817), 1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(6423), 1, sym__terminator, - STATE(5139), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(4821), 2, + STATE(4465), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4489), 2, sym_comment, sym_include, - [278136] = 8, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [270923] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5817), 1, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6425), 1, sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(4822), 2, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4490), 2, sym_comment, sym_include, - [278162] = 5, - ACTIONS(3), 1, + [270953] = 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, - STATE(4823), 2, + ACTIONS(5876), 1, + aux_sym__block_terminator_token1, + STATE(2329), 1, + sym__function_terminator, + STATE(2429), 1, + sym__block_terminator, + STATE(5208), 1, + sym_dot_body, + ACTIONS(5874), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(4491), 2, sym_comment, sym_include, - ACTIONS(4386), 4, - sym_identifier, + [270983] = 9, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(6423), 1, sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [278182] = 5, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4492), 2, + sym_comment, + sym_include, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [271013] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4824), 2, + ACTIONS(6429), 1, + aux_sym_variable_definition_token2, + STATE(4493), 2, sym_comment, sym_include, - ACTIONS(3190), 4, + ACTIONS(6427), 5, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [278202] = 8, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [271037] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5799), 1, - sym__terminator, - STATE(4884), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(4825), 2, + ACTIONS(6076), 1, + aux_sym__block_terminator_token1, + STATE(2385), 1, + sym__block_terminator, + STATE(2387), 1, + sym__function_terminator, + STATE(5431), 1, + sym_dot_body, + ACTIONS(5874), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(4494), 2, sym_comment, sym_include, - [278228] = 8, + [271067] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6866), 1, - sym__terminator, - ACTIONS(6868), 1, - aux_sym_using_statement_token2, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4826), 2, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(5882), 1, + anon_sym_COLON, + STATE(4475), 1, + aux_sym_interface_statement_repeat1, + STATE(5460), 1, + sym_inherits, + STATE(5466), 1, + sym_interface_tuning, + STATE(6065), 1, + sym_interface_body, + STATE(4495), 2, sym_comment, sym_include, - [278254] = 8, + [271099] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5799), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(4827), 2, + ACTIONS(6433), 1, + aux_sym_variable_definition_token2, + STATE(4496), 2, sym_comment, sym_include, - [278280] = 8, + ACTIONS(6431), 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, + [271123] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + STATE(4497), 2, + sym_comment, + sym_include, + ACTIONS(6435), 6, anon_sym_COLON, - ACTIONS(3800), 1, + sym__terminator, + aux_sym__block_terminator_token1, anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6343), 1, - sym_body, - STATE(4828), 2, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [271145] = 9, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6437), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4498), 2, sym_comment, sym_include, - [278306] = 5, - ACTIONS(3), 1, + [271175] = 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(4829), 2, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(5882), 1, + anon_sym_COLON, + STATE(4586), 1, + aux_sym_interface_statement_repeat1, + STATE(5460), 1, + sym_inherits, + STATE(5466), 1, + sym_interface_tuning, + STATE(6195), 1, + sym_interface_body, + STATE(4499), 2, sym_comment, sym_include, - ACTIONS(6870), 4, - sym_identifier, - sym__terminator, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [278326] = 7, - ACTIONS(3), 1, + [271207] = 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(6872), 1, - sym_identifier, - STATE(114), 1, - sym_qualified_name, - ACTIONS(6874), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(4830), 2, + ACTIONS(6441), 1, + aux_sym_variable_definition_token2, + STATE(4500), 2, sym_comment, sym_include, - [278350] = 8, + ACTIONS(6439), 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, + [271231] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(6445), 1, + aux_sym_do_tuning_token1, + STATE(4843), 1, + sym_do_tuning, + ACTIONS(6443), 3, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5967), 1, - sym_body, - STATE(4831), 2, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + STATE(4501), 3, sym_comment, sym_include, - [278376] = 5, + aux_sym_do_block_repeat1, + [271257] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4832), 2, + ACTIONS(4844), 1, + aux_sym_variable_definition_token2, + STATE(4502), 2, sym_comment, sym_include, - ACTIONS(3276), 4, + ACTIONS(4842), 5, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [278396] = 8, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [271281] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5204), 1, - aux_sym_for_statement_repeat1, - STATE(5967), 1, - sym_body, - STATE(4833), 2, + ACTIONS(6450), 1, + aux_sym_variable_definition_token2, + STATE(4503), 2, sym_comment, sym_include, - [278422] = 5, + ACTIONS(6448), 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, + [271305] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4834), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6452), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4504), 2, sym_comment, sym_include, - ACTIONS(3280), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [278442] = 8, + [271335] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6876), 1, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6454), 1, sym__terminator, - ACTIONS(6878), 1, - aux_sym_using_statement_token2, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4835), 2, + STATE(4476), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4505), 2, sym_comment, sym_include, - [278468] = 8, + [271365] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, - anon_sym_LPAREN, - ACTIONS(5913), 1, - anon_sym_COLON, - STATE(3645), 1, - sym_function_arguments, - STATE(5649), 1, - sym_case_body, - STATE(4836), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6456), 1, + sym__terminator, + STATE(4516), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4506), 2, sym_comment, sym_include, - [278494] = 5, + [271395] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(4837), 2, + ACTIONS(6269), 1, + aux_sym_field_definition_token1, + STATE(4400), 1, + aux_sym_widget_phrase_repeat1, + STATE(4960), 1, + sym_widget_field, + STATE(4507), 2, sym_comment, sym_include, - ACTIONS(4390), 4, + ACTIONS(6458), 3, sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + [271423] = 9, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6460), 1, sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [278514] = 5, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4508), 2, + sym_comment, + sym_include, + [271453] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4838), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5271), 1, + sym__terminator, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4509), 2, sym_comment, sym_include, - ACTIONS(3284), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [278534] = 5, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [271483] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4839), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5271), 1, + sym__terminator, + STATE(4454), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4510), 2, sym_comment, sym_include, - ACTIONS(3288), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [278554] = 5, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [271513] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4840), 2, + ACTIONS(6464), 1, + aux_sym_variable_definition_token2, + STATE(4511), 2, sym_comment, sym_include, - ACTIONS(3240), 4, + ACTIONS(6462), 5, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [278574] = 8, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [271537] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6337), 1, - sym_body, - STATE(4841), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6159), 1, + sym__terminator, + STATE(4528), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4512), 2, sym_comment, sym_include, - [278600] = 5, + [271567] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4842), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(6466), 1, + sym__terminator, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4513), 2, sym_comment, sym_include, - ACTIONS(3296), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [278620] = 8, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [271597] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(5882), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4912), 1, - aux_sym_for_statement_repeat1, - STATE(6337), 1, - sym_body, - STATE(4843), 2, + STATE(4523), 1, + aux_sym_interface_statement_repeat1, + STATE(5460), 1, + sym_inherits, + STATE(5466), 1, + sym_interface_tuning, + STATE(6696), 1, + sym_interface_body, + STATE(4514), 2, sym_comment, sym_include, - [278646] = 8, + [271629] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6880), 1, - sym__terminator, - ACTIONS(6882), 1, - aux_sym_using_statement_token2, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4844), 2, + ACTIONS(6470), 1, + aux_sym_variable_definition_token2, + STATE(4515), 2, sym_comment, sym_include, - [278672] = 7, + ACTIONS(6468), 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, + [271653] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(3994), 2, - anon_sym_COMMA, - anon_sym_GT, - STATE(4845), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6472), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4516), 2, sym_comment, sym_include, - [278696] = 7, + [271683] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6828), 1, - sym__escaped_string, - STATE(4497), 1, - sym_string_literal, - ACTIONS(6884), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(4846), 2, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(5882), 1, + anon_sym_COLON, + STATE(4499), 1, + aux_sym_interface_statement_repeat1, + STATE(5460), 1, + sym_inherits, + STATE(5466), 1, + sym_interface_tuning, + STATE(6222), 1, + sym_interface_body, + STATE(4517), 2, sym_comment, sym_include, - [278720] = 8, + [271715] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(5880), 1, + aux_sym__block_terminator_token1, + STATE(4842), 1, + sym__function_terminator, + STATE(4893), 1, + sym__block_terminator, + STATE(5198), 1, + sym_dot_body, + ACTIONS(5874), 2, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5712), 1, - sym_body, - STATE(4847), 2, + anon_sym_DOT, + STATE(4518), 2, sym_comment, sym_include, - [278746] = 5, + [271745] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4848), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5293), 1, + sym__terminator, + STATE(4492), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4519), 2, sym_comment, sym_include, - ACTIONS(3300), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [278766] = 8, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [271775] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - ACTIONS(6886), 1, - anon_sym_RBRACK, - STATE(187), 1, - sym__decimal_literal, - STATE(7035), 1, - sym_number_literal, - STATE(4849), 2, + ACTIONS(4854), 1, + aux_sym_variable_definition_token2, + STATE(4520), 2, sym_comment, sym_include, - [278792] = 5, + ACTIONS(4852), 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, + [271799] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4850), 2, + ACTIONS(6476), 1, + aux_sym_variable_definition_token2, + STATE(4521), 2, sym_comment, sym_include, - ACTIONS(3304), 4, + ACTIONS(6474), 5, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [278812] = 5, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [271823] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4851), 2, + ACTIONS(6480), 1, + aux_sym_variable_definition_token2, + STATE(4522), 2, sym_comment, sym_include, - ACTIONS(3238), 4, + ACTIONS(6478), 5, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [278832] = 5, - ACTIONS(3), 1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [271847] = 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(4852), 2, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(5882), 1, + anon_sym_COLON, + STATE(4586), 1, + aux_sym_interface_statement_repeat1, + STATE(5460), 1, + sym_inherits, + STATE(5466), 1, + sym_interface_tuning, + STATE(6733), 1, + sym_interface_body, + STATE(4523), 2, sym_comment, sym_include, - ACTIONS(3996), 4, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [278852] = 6, + [271879] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6888), 1, - aux_sym_return_type_token2, - STATE(4853), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5293), 1, + sym__terminator, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4524), 2, sym_comment, sym_include, - ACTIONS(6890), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [278874] = 5, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [271909] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4854), 2, + ACTIONS(6484), 1, + aux_sym_variable_definition_token2, + STATE(4525), 2, sym_comment, sym_include, - ACTIONS(3236), 4, + ACTIONS(6482), 5, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [278894] = 5, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + aux_sym_constructor_definition_token1, + aux_sym_destructor_definition_token1, + [271933] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4855), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6486), 1, + sym__terminator, + STATE(4508), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4526), 2, sym_comment, sym_include, - ACTIONS(3308), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [278914] = 5, + [271963] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4856), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6488), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4527), 2, sym_comment, sym_include, - ACTIONS(3312), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [278934] = 8, + [271993] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6892), 1, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6490), 1, sym__terminator, - ACTIONS(6894), 1, - aux_sym_using_statement_token2, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4857), 2, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4528), 2, sym_comment, sym_include, - [278960] = 5, + [272023] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4858), 2, + ACTIONS(4963), 1, + sym__namedot, + STATE(3472), 1, + aux_sym_qualified_name_repeat1, + STATE(4529), 2, sym_comment, sym_include, - ACTIONS(3292), 4, + ACTIONS(4225), 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, - [278980] = 8, + anon_sym_LPAREN, + [272049] = 10, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6896), 1, - aux_sym_stream_definition_token1, - ACTIONS(6898), 1, - aux_sym_input_close_statement_token1, - ACTIONS(6900), 1, - aux_sym_input_close_statement_token2, - ACTIONS(6902), 1, - aux_sym_output_stream_statement_token1, - STATE(4859), 2, + ACTIONS(4713), 1, + aux_sym_inherits_token1, + ACTIONS(5882), 1, + anon_sym_COLON, + STATE(4413), 1, + aux_sym_interface_statement_repeat1, + STATE(5460), 1, + sym_inherits, + STATE(5466), 1, + sym_interface_tuning, + STATE(6380), 1, + sym_interface_body, + STATE(4530), 2, sym_comment, sym_include, - [279006] = 8, + [272081] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6904), 1, - aux_sym_using_statement_token2, - ACTIONS(6906), 1, - aux_sym_stream_definition_token1, - ACTIONS(6908), 1, - aux_sym_input_close_statement_token1, - ACTIONS(6910), 1, - aux_sym_input_close_statement_token2, - STATE(4860), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6141), 1, + sym__terminator, + STATE(4537), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4531), 2, sym_comment, sym_include, - [279032] = 8, + [272111] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6102), 1, - sym_body, - STATE(4861), 2, + ACTIONS(6494), 1, + aux_sym_variable_definition_token2, + STATE(4532), 2, sym_comment, sym_include, - [279058] = 8, + ACTIONS(6492), 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, + [272135] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4861), 1, - aux_sym_for_statement_repeat1, - STATE(6101), 1, - sym_body, - STATE(4862), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5213), 1, + sym__terminator, + STATE(4524), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4533), 2, sym_comment, sym_include, - [279084] = 8, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [272165] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6101), 1, - sym_body, - STATE(4863), 2, + ACTIONS(5203), 1, + aux_sym_field_definition_token1, + ACTIONS(5205), 1, + aux_sym_index_definition_token1, + ACTIONS(5213), 1, + sym__terminator, + STATE(4417), 1, + aux_sym_temp_table_definition_repeat2, + STATE(4534), 2, sym_comment, sym_include, - [279110] = 8, - ACTIONS(69), 1, + STATE(5200), 2, + sym_field_definition, + sym_index_definition, + [272195] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6099), 1, - sym_body, - STATE(4864), 2, + ACTIONS(6320), 1, + sym__integer_literal, + ACTIONS(6322), 1, + sym__escaped_string, + ACTIONS(6496), 1, + sym_identifier, + STATE(5295), 1, + sym__decimal_literal, + STATE(4535), 2, sym_comment, sym_include, - [279136] = 6, + STATE(5357), 2, + sym_number_literal, + sym_string_literal, + [272225] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6912), 1, - aux_sym_return_type_token2, - STATE(4865), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6498), 1, + sym__terminator, + STATE(4540), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4536), 2, sym_comment, sym_include, - ACTIONS(6914), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [279158] = 8, + [272255] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4863), 1, - aux_sym_for_statement_repeat1, - STATE(6094), 1, - sym_body, - STATE(4866), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6500), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4537), 2, sym_comment, sym_include, - [279184] = 8, + [272285] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4980), 1, - aux_sym_for_statement_repeat1, - STATE(6103), 1, - sym_body, - STATE(4867), 2, + ACTIONS(6504), 1, + aux_sym_variable_definition_token2, + STATE(4538), 2, sym_comment, sym_include, - [279210] = 8, + ACTIONS(6502), 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, + [272309] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6103), 1, - sym_body, - STATE(4868), 2, + ACTIONS(4827), 1, + aux_sym_variable_definition_token2, + STATE(4539), 2, sym_comment, sym_include, - [279236] = 8, + ACTIONS(4825), 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, + [272333] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6094), 1, - sym_body, - STATE(4869), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6506), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4540), 2, sym_comment, sym_include, - [279262] = 7, + [272363] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(847), 1, - sym__namedot, - STATE(4786), 1, - aux_sym_qualified_name_repeat1, - ACTIONS(109), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4870), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6508), 1, + sym__terminator, + STATE(4544), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4541), 2, sym_comment, sym_include, - [279286] = 8, - ACTIONS(3), 1, + [272393] = 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(6834), 1, - sym_identifier, - ACTIONS(6836), 1, - aux_sym_input_expression_token2, - STATE(3381), 1, - sym_qualified_name, - STATE(3390), 1, - sym_using_field, - STATE(4871), 2, + ACTIONS(6512), 1, + aux_sym_variable_definition_token2, + STATE(4542), 2, sym_comment, sym_include, - [279312] = 8, + ACTIONS(6510), 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, + [272417] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(6155), 1, + aux_sym__block_terminator_token1, + STATE(5390), 1, + sym_dot_body, + ACTIONS(5874), 2, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4864), 1, - aux_sym_for_statement_repeat1, - STATE(6092), 1, - sym_body, - STATE(4872), 2, + anon_sym_DOT, + STATE(2476), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(4543), 2, sym_comment, sym_include, - [279338] = 8, + [272445] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6092), 1, - sym_body, - STATE(4873), 2, + ACTIONS(5886), 1, + aux_sym_query_definition_tuning_token1, + ACTIONS(6514), 1, + sym__terminator, + STATE(4455), 1, + aux_sym_query_definition_repeat1, + STATE(4688), 1, + sym_query_definition_tuning, + ACTIONS(5888), 2, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + STATE(4544), 2, sym_comment, sym_include, - [279364] = 5, + [272475] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4874), 2, + ACTIONS(6149), 1, + aux_sym__block_terminator_token1, + STATE(5333), 1, + sym_dot_body, + ACTIONS(5874), 2, + anon_sym_COLON, + anon_sym_DOT, + STATE(2465), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(4545), 2, sym_comment, sym_include, - ACTIONS(3320), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [279384] = 8, + [272503] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6095), 1, anon_sym_COMMA, - STATE(4932), 1, - aux_sym_for_statement_repeat1, - STATE(6330), 1, - sym_body, - STATE(4875), 2, + ACTIONS(6516), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5353), 1, + aux_sym_data_relation_repeat1, + STATE(4546), 2, sym_comment, sym_include, - [279410] = 8, + [272532] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(6518), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6330), 1, - sym_body, - STATE(4876), 2, + ACTIONS(6520), 1, + aux_sym_enum_tuning_token1, + STATE(5030), 1, + aux_sym_enum_statement_repeat1, + STATE(6038), 1, + sym_enum_tuning, + STATE(6187), 1, + sym_enum_body, + STATE(4547), 2, sym_comment, sym_include, - [279436] = 5, + [272561] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4877), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6522), 1, + sym__terminator, + ACTIONS(6524), 1, + aux_sym_input_expression_token2, + ACTIONS(6526), 1, + aux_sym_prompt_for_statement_token2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4548), 2, sym_comment, sym_include, - ACTIONS(3234), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [279456] = 5, + [272590] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4878), 2, + STATE(4549), 2, sym_comment, sym_include, - ACTIONS(3232), 4, + ACTIONS(6528), 5, + anon_sym_COLON, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [279476] = 8, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [272611] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6916), 1, - anon_sym_LPAREN, - STATE(62), 1, - sym_function_arguments, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(4879), 2, + STATE(4550), 2, sym_comment, sym_include, - [279502] = 8, + ACTIONS(6530), 5, + sym__terminator, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token8, + aux_sym_field_definition_token1, + [272632] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6095), 1, anon_sym_COMMA, - STATE(4869), 1, - aux_sym_for_statement_repeat1, - STATE(6090), 1, - sym_body, - STATE(4880), 2, + ACTIONS(6532), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5347), 1, + aux_sym_data_relation_repeat1, + STATE(4551), 2, sym_comment, sym_include, - [279528] = 6, + [272661] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6918), 1, - sym_identifier, - STATE(4881), 2, + ACTIONS(6534), 1, + anon_sym_DQUOTE, + ACTIONS(6538), 1, + sym__special_character, + STATE(4618), 1, + aux_sym_double_quoted_string_repeat1, + ACTIONS(6536), 2, + aux_sym_double_quoted_string_token1, + aux_sym_double_quoted_string_token2, + STATE(4552), 2, sym_comment, sym_include, - ACTIONS(6920), 3, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - [279550] = 8, + [272688] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6090), 1, - sym_body, - STATE(4882), 2, + ACTIONS(849), 1, + sym__namecolon, + STATE(4576), 1, + aux_sym_object_access_repeat1, + STATE(4553), 2, sym_comment, sym_include, - [279576] = 8, + ACTIONS(98), 3, + sym__augmented_assignment, + anon_sym_LPAREN, + anon_sym_EQ, + [272713] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6922), 1, - anon_sym_LPAREN, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5984), 1, - sym_function_arguments, - STATE(4883), 2, + STATE(4554), 2, sym_comment, sym_include, - [279602] = 8, - ACTIONS(69), 1, + ACTIONS(6540), 5, + anon_sym_COLON, + aux_sym__block_terminator_token1, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [272734] = 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(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(6924), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(4884), 2, + ACTIONS(6542), 1, + sym_identifier, + STATE(4555), 2, sym_comment, sym_include, - [279628] = 8, + ACTIONS(6544), 4, + anon_sym_COLON, + aux_sym__block_terminator_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [272757] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(6924), 1, - sym__terminator, - STATE(4933), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(4885), 2, + STATE(4556), 2, sym_comment, sym_include, - [279654] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6926), 1, - sym_identifier, - ACTIONS(6928), 1, + ACTIONS(6546), 5, sym__terminator, - ACTIONS(6930), 1, - anon_sym_COMMA, - STATE(4886), 3, - sym_comment, - sym_include, - aux_sym_enum_member_repeat1, - [279678] = 8, + aux_sym_query_definition_tuning_token1, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + aux_sym_query_definition_token3, + [272778] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4873), 1, - aux_sym_for_statement_repeat1, - STATE(6083), 1, - sym_body, - STATE(4887), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6548), 1, + sym__terminator, + ACTIONS(6550), 1, + aux_sym_input_expression_token2, + ACTIONS(6552), 1, + aux_sym_prompt_for_statement_token2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4557), 2, sym_comment, sym_include, - [279704] = 7, + [272807] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5715), 1, - sym_on_stop_phrase, - ACTIONS(6933), 2, - anon_sym_COLON, + ACTIONS(6095), 1, anon_sym_COMMA, - STATE(4888), 2, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6135), 1, + sym__terminator, + STATE(4614), 1, + aux_sym_data_relation_repeat1, + STATE(6551), 1, + sym_data_relation, + STATE(4558), 2, sym_comment, sym_include, - [279728] = 8, + [272836] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5793), 1, - sym__terminator, - STATE(4941), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(4889), 2, + STATE(4559), 2, sym_comment, sym_include, - [279754] = 8, + ACTIONS(6554), 5, + anon_sym_COLON, + aux_sym__block_terminator_token1, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [272857] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(6518), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6083), 1, - sym_body, - STATE(4890), 2, + ACTIONS(6520), 1, + aux_sym_enum_tuning_token1, + STATE(4547), 1, + aux_sym_enum_statement_repeat1, + STATE(6038), 1, + sym_enum_tuning, + STATE(6210), 1, + sym_enum_body, + STATE(4560), 2, sym_comment, sym_include, - [279780] = 8, + [272886] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5793), 1, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6556), 1, sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(4891), 2, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(6106), 1, + sym_data_relation, + STATE(4561), 2, sym_comment, sym_include, - [279806] = 5, + [272915] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4892), 2, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6133), 1, + sym__terminator, + STATE(4578), 1, + aux_sym_data_relation_repeat1, + STATE(6359), 1, + sym_data_relation, + STATE(4562), 2, sym_comment, sym_include, - ACTIONS(3324), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [279826] = 8, + [272944] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - ACTIONS(6935), 1, - anon_sym_RBRACK, - STATE(187), 1, - sym__decimal_literal, - STATE(6463), 1, - sym_number_literal, - STATE(4893), 2, + ACTIONS(6558), 1, + aux_sym_return_type_token2, + ACTIONS(6562), 1, + aux_sym_on_error_phrase_token8, + STATE(4563), 2, sym_comment, sym_include, - [279852] = 5, + ACTIONS(6560), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [272969] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4894), 2, + STATE(4564), 2, sym_comment, sym_include, - ACTIONS(3332), 4, + ACTIONS(6564), 5, + anon_sym_COLON, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [279872] = 5, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [272990] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4895), 2, - sym_comment, - sym_include, - ACTIONS(3230), 4, - aux_sym__block_terminator_token1, + ACTIONS(6568), 1, aux_sym_when_expression_token1, - aux_sym_else_statement_token1, + STATE(5412), 1, + sym_case_when_branch, + ACTIONS(6566), 2, + aux_sym__block_terminator_token1, aux_sym_case_otherwise_branch_token1, - [279892] = 8, + STATE(4565), 3, + sym_comment, + sym_include, + aux_sym_case_body_repeat1, + [273015] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4882), 1, - aux_sym_for_statement_repeat1, - STATE(6080), 1, - sym_body, - STATE(4896), 2, + ACTIONS(6571), 1, + aux_sym_return_type_token2, + ACTIONS(6575), 1, + aux_sym_on_error_phrase_token8, + STATE(4566), 2, sym_comment, sym_include, - [279918] = 5, - ACTIONS(69), 1, + ACTIONS(6573), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [273040] = 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(4897), 2, + ACTIONS(6579), 1, + aux_sym_input_expression_token2, + STATE(5429), 1, + sym_widget_phrase, + ACTIONS(6577), 2, + sym_identifier, + aux_sym_do_block_token1, + STATE(4567), 3, sym_comment, sym_include, - ACTIONS(3533), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [279938] = 8, + aux_sym_on_statement_repeat1, + [273065] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6095), 1, anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6080), 1, - sym_body, - STATE(4898), 2, + ACTIONS(6582), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5136), 1, + aux_sym_data_relation_repeat1, + STATE(4568), 2, sym_comment, sym_include, - [279964] = 5, + [273094] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4899), 2, + ACTIONS(6571), 1, + aux_sym_return_type_token2, + ACTIONS(6575), 1, + aux_sym_on_error_phrase_token8, + STATE(4569), 2, sym_comment, sym_include, - ACTIONS(3336), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [279984] = 8, + ACTIONS(6584), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [273119] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6307), 1, + ACTIONS(6586), 1, + sym__terminator, + ACTIONS(6588), 1, + anon_sym_LPAREN, + STATE(5138), 1, + sym_function_parameters, + STATE(6602), 1, sym_body, - STATE(4900), 2, + STATE(4570), 2, sym_comment, sym_include, - [280010] = 8, + [273148] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4890), 1, - aux_sym_for_statement_repeat1, - STATE(6076), 1, + ACTIONS(5878), 1, + anon_sym_LPAREN, + ACTIONS(6590), 1, + sym__terminator, + STATE(5533), 1, + sym_function_parameters, + STATE(6390), 1, sym_body, - STATE(4901), 2, + STATE(4571), 2, sym_comment, sym_include, - [280036] = 6, + [273177] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6937), 1, - aux_sym_return_type_token2, - STATE(4902), 2, + STATE(4572), 2, sym_comment, sym_include, - ACTIONS(6939), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [280058] = 8, + ACTIONS(6592), 5, + anon_sym_COLON, + aux_sym__block_terminator_token1, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [273198] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6076), 1, - sym_body, - STATE(4903), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6594), 1, + sym__terminator, + ACTIONS(6596), 1, + aux_sym_input_expression_token2, + ACTIONS(6598), 1, + aux_sym_prompt_for_statement_token2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4573), 2, sym_comment, sym_include, - [280084] = 5, - ACTIONS(69), 1, + [273227] = 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(4904), 2, + ACTIONS(6600), 1, + sym_identifier, + STATE(4574), 2, sym_comment, sym_include, - ACTIONS(3340), 4, + ACTIONS(6602), 4, + anon_sym_COLON, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [280104] = 5, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [273250] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4905), 2, + ACTIONS(6604), 1, + aux_sym_return_type_token2, + ACTIONS(6608), 1, + aux_sym_on_error_phrase_token8, + STATE(4575), 2, sym_comment, sym_include, - ACTIONS(3344), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [280124] = 7, + ACTIONS(6606), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [273275] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(851), 1, - sym__namedoublecolon, - STATE(4911), 1, - aux_sym_member_access_repeat1, - ACTIONS(140), 2, + ACTIONS(6610), 1, + sym__namecolon, + ACTIONS(91), 3, sym__augmented_assignment, + anon_sym_LPAREN, anon_sym_EQ, - STATE(4906), 2, + STATE(4576), 3, sym_comment, sym_include, - [280148] = 8, + aux_sym_object_access_repeat1, + [273298] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4898), 1, - aux_sym_for_statement_repeat1, - STATE(6074), 1, - sym_body, - STATE(4907), 2, + ACTIONS(6613), 1, + aux_sym_return_type_token2, + ACTIONS(6617), 1, + aux_sym_on_error_phrase_token8, + STATE(4577), 2, sym_comment, sym_include, - [280174] = 8, + ACTIONS(6615), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [273323] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(6095), 1, anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6074), 1, - sym_body, - STATE(4908), 2, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6619), 1, + sym__terminator, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(6111), 1, + sym_data_relation, + STATE(4578), 2, sym_comment, sym_include, - [280200] = 5, + [273352] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4909), 2, + STATE(4579), 2, sym_comment, sym_include, - ACTIONS(3348), 4, + ACTIONS(6621), 5, + anon_sym_COLON, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [280220] = 5, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [273373] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4910), 2, + STATE(4580), 2, sym_comment, sym_include, - ACTIONS(3356), 4, + ACTIONS(6623), 5, + anon_sym_COLON, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [280240] = 6, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [273394] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6941), 1, - sym__namedoublecolon, - ACTIONS(113), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(4911), 3, + ACTIONS(6518), 1, + anon_sym_COLON, + ACTIONS(6520), 1, + aux_sym_enum_tuning_token1, + STATE(4606), 1, + aux_sym_enum_statement_repeat1, + STATE(6038), 1, + sym_enum_tuning, + STATE(6407), 1, + sym_enum_body, + STATE(4581), 2, sym_comment, sym_include, - aux_sym_member_access_repeat1, - [280262] = 8, + [273423] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(6095), 1, anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6327), 1, - sym_body, - STATE(4912), 2, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6125), 1, + sym__terminator, + STATE(4604), 1, + aux_sym_data_relation_repeat1, + STATE(6058), 1, + sym_data_relation, + STATE(4582), 2, sym_comment, sym_include, - [280288] = 8, + [273452] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6095), 1, anon_sym_COMMA, - STATE(4903), 1, - aux_sym_for_statement_repeat1, - STATE(6073), 1, - sym_body, - STATE(4913), 2, + ACTIONS(6625), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5239), 1, + aux_sym_data_relation_repeat1, + STATE(4583), 2, sym_comment, sym_include, - [280314] = 8, + [273481] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6944), 1, - anon_sym_LPAREN, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(1050), 1, - sym_function_arguments, - STATE(4914), 2, + STATE(4584), 2, sym_comment, sym_include, - [280340] = 8, + ACTIONS(6627), 5, + anon_sym_COLON, + aux_sym__block_terminator_token1, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [273502] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2927), 1, anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6073), 1, - sym_body, - STATE(4915), 2, + ACTIONS(2929), 1, + aux_sym_of_token1, + ACTIONS(6629), 1, + aux_sym_of_phrase_token2, + STATE(4218), 1, + sym_of_phrase, + STATE(5057), 1, + aux_sym_array_literal_repeat1, + STATE(4585), 2, sym_comment, sym_include, - [280366] = 5, + [273531] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4916), 2, + ACTIONS(6631), 1, + anon_sym_COLON, + ACTIONS(6633), 1, + aux_sym_inherits_token1, + STATE(5460), 1, + sym_inherits, + STATE(5466), 1, + sym_interface_tuning, + STATE(4586), 3, sym_comment, sym_include, - ACTIONS(3360), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [280386] = 5, + aux_sym_interface_statement_repeat1, + [273558] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4917), 2, + STATE(4587), 2, sym_comment, sym_include, - ACTIONS(3364), 4, + ACTIONS(6636), 5, + anon_sym_COLON, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [280406] = 8, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [273579] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(6095), 1, anon_sym_COMMA, - STATE(4967), 1, - aux_sym_for_statement_repeat1, - STATE(6327), 1, - sym_body, - STATE(4918), 2, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6171), 1, + sym__terminator, + STATE(4561), 1, + aux_sym_data_relation_repeat1, + STATE(6171), 1, + sym_data_relation, + STATE(4588), 2, sym_comment, sym_include, - [280432] = 8, + [273608] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4908), 1, - aux_sym_for_statement_repeat1, - STATE(6071), 1, - sym_body, - STATE(4919), 2, + STATE(4589), 2, sym_comment, sym_include, - [280458] = 5, - ACTIONS(3), 1, + ACTIONS(6638), 5, + anon_sym_COLON, + aux_sym__block_terminator_token1, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [273629] = 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(4920), 2, + STATE(4590), 2, sym_comment, sym_include, - ACTIONS(6870), 4, - sym_identifier, - sym__terminator, + ACTIONS(6640), 5, + anon_sym_COLON, + aux_sym__block_terminator_token1, anon_sym_COMMA, - aux_sym_scope_tuning_token1, - [280478] = 8, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [273650] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6946), 1, - aux_sym_stream_definition_token1, - ACTIONS(6948), 1, - aux_sym_input_close_statement_token1, - ACTIONS(6950), 1, - aux_sym_input_close_statement_token2, - ACTIONS(6952), 1, - aux_sym_output_stream_statement_token1, - STATE(4921), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6642), 1, + anon_sym_RPAREN, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5223), 1, + aux_sym_data_relation_repeat1, + STATE(4591), 2, sym_comment, sym_include, - [280504] = 8, + [273679] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6071), 1, - sym_body, - STATE(4922), 2, + ACTIONS(6644), 1, + aux_sym_return_type_token2, + ACTIONS(6648), 1, + aux_sym_on_error_phrase_token8, + STATE(4592), 2, sym_comment, sym_include, - [280530] = 5, - ACTIONS(3), 1, + ACTIONS(6646), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [273704] = 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, - STATE(4923), 2, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6650), 1, + sym__terminator, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(6405), 1, + sym_data_relation, + STATE(4593), 2, sym_comment, sym_include, - ACTIONS(6954), 4, - sym_identifier, - sym__terminator, - anon_sym_COMMA, - aux_sym_scope_tuning_token1, - [280550] = 5, + [273733] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4924), 2, + ACTIONS(2927), 1, + anon_sym_COMMA, + ACTIONS(2929), 1, + aux_sym_of_token1, + ACTIONS(6652), 1, + aux_sym_of_phrase_token2, + STATE(4236), 1, + sym_of_phrase, + STATE(5057), 1, + aux_sym_array_literal_repeat1, + STATE(4594), 2, sym_comment, sym_include, - ACTIONS(3370), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [280570] = 8, + [273762] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5847), 1, - sym__terminator, - STATE(5273), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(4925), 2, + ACTIONS(6656), 1, + aux_sym_repeat_tuning_token1, + STATE(5179), 1, + sym_repeat_tuning, + ACTIONS(6654), 2, + anon_sym_COLON, + aux_sym__block_terminator_token1, + STATE(4595), 3, + sym_comment, + sym_include, + aux_sym_repeat_statement_repeat2, + [273787] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(6659), 1, + sym_identifier, + STATE(4596), 2, sym_comment, sym_include, - [280596] = 5, + ACTIONS(6661), 4, + anon_sym_COLON, + aux_sym__block_terminator_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [273810] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4926), 2, + STATE(4597), 2, sym_comment, sym_include, - ACTIONS(2942), 4, + ACTIONS(6663), 5, + anon_sym_COLON, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [280616] = 8, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [273831] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4915), 1, - aux_sym_for_statement_repeat1, - STATE(6067), 1, - sym_body, - STATE(4927), 2, + STATE(4598), 2, sym_comment, sym_include, - [280642] = 5, + ACTIONS(6665), 5, + sym__terminator, + aux_sym_query_definition_tuning_token1, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + aux_sym_query_definition_token3, + [273852] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4928), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6667), 1, + aux_sym_data_relation_token2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5274), 1, + aux_sym_data_relation_repeat1, + STATE(4599), 2, sym_comment, sym_include, - ACTIONS(3222), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [280662] = 8, + [273881] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(6518), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6067), 1, - sym_body, - STATE(4929), 2, + ACTIONS(6520), 1, + aux_sym_enum_tuning_token1, + STATE(4612), 1, + aux_sym_enum_statement_repeat1, + STATE(6038), 1, + sym_enum_tuning, + STATE(6220), 1, + sym_enum_body, + STATE(4600), 2, sym_comment, sym_include, - [280688] = 5, + [273910] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(4930), 2, + ACTIONS(6538), 1, + sym__special_character, + ACTIONS(6669), 1, + anon_sym_DQUOTE, + STATE(4552), 1, + aux_sym_double_quoted_string_repeat1, + ACTIONS(6536), 2, + aux_sym_double_quoted_string_token1, + aux_sym_double_quoted_string_token2, + STATE(4601), 2, sym_comment, sym_include, - ACTIONS(6956), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [280708] = 8, + [273937] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6958), 1, - anon_sym_LPAREN, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(6365), 1, - sym_function_arguments, - STATE(4931), 2, + ACTIONS(849), 1, + sym__namecolon, + STATE(4576), 1, + aux_sym_object_access_repeat1, + STATE(4602), 2, sym_comment, sym_include, - [280734] = 8, + ACTIONS(98), 3, + sym__augmented_assignment, + anon_sym_LPAREN, + anon_sym_EQ, + [273962] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(6518), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6321), 1, - sym_body, - STATE(4932), 2, + ACTIONS(6520), 1, + aux_sym_enum_tuning_token1, + STATE(5030), 1, + aux_sym_enum_statement_repeat1, + STATE(6038), 1, + sym_enum_tuning, + STATE(6514), 1, + sym_enum_body, + STATE(4603), 2, sym_comment, sym_include, - [280760] = 8, + [273991] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(6960), 1, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6671), 1, sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(4933), 2, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(6147), 1, + sym_data_relation, + STATE(4604), 2, sym_comment, sym_include, - [280786] = 8, + [274020] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4994), 1, - aux_sym_for_statement_repeat1, - STATE(6321), 1, - sym_body, - STATE(4934), 2, + STATE(4605), 2, sym_comment, sym_include, - [280812] = 8, + ACTIONS(6673), 5, + anon_sym_COLON, + aux_sym__block_terminator_token1, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [274041] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6962), 1, - aux_sym__block_terminator_token1, - ACTIONS(6964), 1, - aux_sym_variable_definition_token1, - STATE(4811), 1, - aux_sym_enum_body_repeat1, - STATE(6364), 1, - sym_enum_definition, - STATE(4935), 2, - sym_comment, - sym_include, - [280838] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(109), 1, - sym_identifier, - ACTIONS(111), 1, - anon_sym_LT, - ACTIONS(6552), 1, - sym__namedot, - STATE(4810), 1, - aux_sym_qualified_name_repeat1, - STATE(4936), 2, + ACTIONS(6518), 1, + anon_sym_COLON, + ACTIONS(6520), 1, + aux_sym_enum_tuning_token1, + STATE(5030), 1, + aux_sym_enum_statement_repeat1, + STATE(6038), 1, + sym_enum_tuning, + STATE(6084), 1, + sym_enum_body, + STATE(4606), 2, sym_comment, sym_include, - [280864] = 8, + [274070] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(6966), 1, - anon_sym_LPAREN, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(1353), 1, - sym_function_arguments, - STATE(4937), 2, + ACTIONS(6518), 1, + anon_sym_COLON, + ACTIONS(6520), 1, + aux_sym_enum_tuning_token1, + STATE(5030), 1, + aux_sym_enum_statement_repeat1, + STATE(6038), 1, + sym_enum_tuning, + STATE(6340), 1, + sym_enum_body, + STATE(4607), 2, sym_comment, sym_include, - [280890] = 8, + [274099] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5847), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(4938), 2, + ACTIONS(6518), 1, + anon_sym_COLON, + ACTIONS(6520), 1, + aux_sym_enum_tuning_token1, + STATE(4607), 1, + aux_sym_enum_statement_repeat1, + STATE(6038), 1, + sym_enum_tuning, + STATE(6368), 1, + sym_enum_body, + STATE(4608), 2, sym_comment, sym_include, - [280916] = 5, + [274128] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4939), 2, + ACTIONS(849), 1, + sym__namecolon, + STATE(4576), 1, + aux_sym_object_access_repeat1, + STATE(4609), 2, sym_comment, sym_include, - ACTIONS(3372), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [280936] = 5, + ACTIONS(98), 3, + sym__augmented_assignment, + anon_sym_LPAREN, + anon_sym_EQ, + [274153] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4940), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(6588), 1, + anon_sym_LPAREN, + ACTIONS(6675), 1, + sym__terminator, + STATE(5367), 1, + sym_function_parameters, + STATE(6538), 1, + sym_body, + STATE(4610), 2, sym_comment, sym_include, - ACTIONS(3374), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [280956] = 8, + [274182] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(6968), 1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(5878), 1, + anon_sym_LPAREN, + ACTIONS(6677), 1, sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(4941), 2, + STATE(5557), 1, + sym_function_parameters, + STATE(6566), 1, + sym_body, + STATE(4611), 2, sym_comment, sym_include, - [280982] = 8, + [274211] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(6968), 1, - sym__terminator, - STATE(4973), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(4942), 2, + ACTIONS(6518), 1, + anon_sym_COLON, + ACTIONS(6520), 1, + aux_sym_enum_tuning_token1, + STATE(5030), 1, + aux_sym_enum_statement_repeat1, + STATE(6038), 1, + sym_enum_tuning, + STATE(6249), 1, + sym_enum_body, + STATE(4612), 2, sym_comment, sym_include, - [281008] = 8, + [274240] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(6518), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6063), 1, - sym_body, - STATE(4943), 2, + ACTIONS(6520), 1, + aux_sym_enum_tuning_token1, + STATE(4603), 1, + aux_sym_enum_statement_repeat1, + STATE(6038), 1, + sym_enum_tuning, + STATE(6066), 1, + sym_enum_body, + STATE(4613), 2, sym_comment, sym_include, - [281034] = 5, + [274269] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4944), 2, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6679), 1, + sym__terminator, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(6189), 1, + sym_data_relation, + STATE(4614), 2, sym_comment, sym_include, - ACTIONS(3533), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [281054] = 8, + [274298] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6095), 1, anon_sym_COMMA, - STATE(4922), 1, - aux_sym_for_statement_repeat1, - STATE(6063), 1, - sym_body, - STATE(4945), 2, + ACTIONS(6681), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5392), 1, + aux_sym_data_relation_repeat1, + STATE(4615), 2, sym_comment, sym_include, - [281080] = 7, - ACTIONS(69), 1, + [274327] = 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(6970), 1, - anon_sym_COLON, - ACTIONS(6972), 1, - aux_sym_enum_tuning_token1, - STATE(5771), 1, - sym_enum_tuning, - STATE(4946), 3, + ACTIONS(3890), 1, + sym_identifier, + ACTIONS(6683), 1, + anon_sym_LT, + ACTIONS(6685), 1, + sym__namedot, + STATE(4797), 1, + aux_sym_qualified_name_repeat1, + STATE(6404), 1, + sym_generic_expression, + STATE(4616), 2, sym_comment, sym_include, - aux_sym_enum_statement_repeat1, - [281104] = 5, + [274356] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4947), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6687), 1, + anon_sym_RPAREN, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5210), 1, + aux_sym_data_relation_repeat1, + STATE(4617), 2, sym_comment, sym_include, - ACTIONS(3376), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [281124] = 5, - ACTIONS(69), 1, + [274385] = 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(4948), 2, + ACTIONS(6689), 1, + anon_sym_DQUOTE, + ACTIONS(6694), 1, + sym__special_character, + ACTIONS(6691), 2, + aux_sym_double_quoted_string_token1, + aux_sym_double_quoted_string_token2, + STATE(4618), 3, sym_comment, sym_include, - ACTIONS(3378), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [281144] = 7, + aux_sym_double_quoted_string_repeat1, + [274410] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6828), 1, - sym__escaped_string, - ACTIONS(6975), 1, + ACTIONS(6000), 1, sym_identifier, - STATE(4049), 2, - sym_qualified_name, - sym_string_literal, - STATE(4949), 2, + STATE(4619), 2, + sym_comment, + sym_include, + ACTIONS(6002), 4, + aux_sym_dataset_expression_token1, + aux_sym__function_argument_with_mode_token1, + aux_sym__function_argument_with_mode_token2, + aux_sym__function_argument_with_mode_token3, + [274433] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4620), 2, sym_comment, sym_include, - [281168] = 8, + ACTIONS(6697), 5, + sym_identifier, + aux_sym_dataset_expression_token1, + aux_sym__function_argument_with_mode_token1, + aux_sym__function_argument_with_mode_token2, + aux_sym__function_argument_with_mode_token3, + [274454] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, - anon_sym_LPAREN, - ACTIONS(5913), 1, - anon_sym_COLON, - STATE(3645), 1, - sym_function_arguments, - STATE(5662), 1, - sym_case_body, - STATE(4950), 2, + ACTIONS(6699), 1, + aux_sym_return_type_token2, + ACTIONS(6703), 1, + aux_sym_on_error_phrase_token8, + STATE(4621), 2, sym_comment, sym_include, - [281194] = 8, + ACTIONS(6701), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [274479] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4929), 1, - aux_sym_for_statement_repeat1, - STATE(6053), 1, - sym_body, - STATE(4951), 2, + ACTIONS(4729), 1, + anon_sym_LPAREN, + STATE(530), 1, + sym_assignment_operator, + STATE(3810), 1, + sym_function_arguments, + ACTIONS(853), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(4622), 2, sym_comment, sym_include, - [281220] = 8, + [274506] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6053), 1, - sym_body, - STATE(4952), 2, + ACTIONS(6705), 1, + aux_sym_return_type_token2, + ACTIONS(6709), 1, + aux_sym_on_error_phrase_token8, + STATE(4623), 2, sym_comment, sym_include, - [281246] = 5, + ACTIONS(6707), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [274531] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4953), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6711), 1, + sym__terminator, + ACTIONS(6713), 1, + aux_sym_input_expression_token2, + ACTIONS(6715), 1, + aux_sym_prompt_for_statement_token2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4624), 2, sym_comment, sym_include, - ACTIONS(3380), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [281266] = 8, + [274560] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2927), 1, anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6041), 1, - sym_body, - STATE(4954), 2, + ACTIONS(2929), 1, + aux_sym_of_token1, + ACTIONS(6717), 1, + aux_sym_of_phrase_token2, + STATE(4154), 1, + sym_of_phrase, + STATE(5057), 1, + aux_sym_array_literal_repeat1, + STATE(4625), 2, sym_comment, sym_include, - [281292] = 5, + [274589] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4955), 2, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6127), 1, + sym__terminator, + STATE(4650), 1, + aux_sym_data_relation_repeat1, + STATE(6747), 1, + sym_data_relation, + STATE(4626), 2, sym_comment, sym_include, - ACTIONS(3382), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [281312] = 5, + [274618] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4956), 2, + ACTIONS(6719), 1, + aux_sym_return_type_token2, + ACTIONS(6723), 1, + aux_sym_on_error_phrase_token8, + STATE(4627), 2, sym_comment, sym_include, - ACTIONS(3384), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [281332] = 5, + ACTIONS(6721), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [274643] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4957), 2, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6185), 1, + sym__terminator, + STATE(4656), 1, + aux_sym_data_relation_repeat1, + STATE(6131), 1, + sym_data_relation, + STATE(4628), 2, sym_comment, sym_include, - ACTIONS(3392), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [281352] = 5, - ACTIONS(3), 1, + [274672] = 9, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(6977), 1, - sym_identifier, - STATE(4958), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6190), 1, + sym__terminator, + STATE(4593), 1, + aux_sym_data_relation_repeat1, + STATE(6689), 1, + sym_data_relation, + STATE(4629), 2, sym_comment, sym_include, - ACTIONS(6979), 4, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - [281372] = 5, - ACTIONS(3), 1, + [274701] = 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, - STATE(4959), 2, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6725), 1, + sym__terminator, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(6259), 1, + sym_data_relation, + STATE(4630), 2, sym_comment, sym_include, - ACTIONS(6981), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_field_definition_token1, - [281392] = 7, + [274730] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5785), 1, - sym_on_stop_phrase, - ACTIONS(6655), 2, - anon_sym_COLON, + ACTIONS(6095), 1, anon_sym_COMMA, - STATE(4960), 2, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6196), 1, + sym__terminator, + STATE(4641), 1, + aux_sym_data_relation_repeat1, + STATE(6714), 1, + sym_data_relation, + STATE(4631), 2, sym_comment, sym_include, - [281416] = 8, + [274759] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4943), 1, - aux_sym_for_statement_repeat1, - STATE(6041), 1, - sym_body, - STATE(4961), 2, + ACTIONS(6644), 1, + aux_sym_return_type_token2, + ACTIONS(6648), 1, + aux_sym_on_error_phrase_token8, + STATE(4632), 2, + sym_comment, + sym_include, + ACTIONS(6727), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [274784] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(6729), 1, + sym_identifier, + STATE(4633), 2, sym_comment, sym_include, - [281442] = 5, + ACTIONS(6731), 4, + anon_sym_COLON, + aux_sym__block_terminator_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [274807] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4962), 2, + ACTIONS(6644), 1, + aux_sym_return_type_token2, + ACTIONS(6648), 1, + aux_sym_on_error_phrase_token8, + STATE(4634), 2, sym_comment, sym_include, - ACTIONS(3394), 4, + ACTIONS(6733), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [274832] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(6735), 1, + sym_identifier, + STATE(4635), 2, + sym_comment, + sym_include, + ACTIONS(6737), 4, + anon_sym_COLON, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [281462] = 5, - ACTIONS(69), 1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [274855] = 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(4963), 2, + ACTIONS(6739), 1, + sym_identifier, + STATE(4636), 2, sym_comment, sym_include, - ACTIONS(3220), 4, + ACTIONS(6741), 4, + anon_sym_COLON, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [281482] = 7, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [274878] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6828), 1, - sym__escaped_string, - ACTIONS(6983), 1, + ACTIONS(6743), 1, sym_identifier, - STATE(4485), 2, - sym_qualified_name, - sym_string_literal, - STATE(4964), 2, + STATE(4637), 2, sym_comment, sym_include, - [281506] = 7, + ACTIONS(6745), 4, + anon_sym_COLON, + aux_sym__block_terminator_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [274901] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5783), 1, - sym_on_stop_phrase, - ACTIONS(5865), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(4965), 2, + ACTIONS(4729), 1, + anon_sym_LPAREN, + STATE(496), 1, + sym_assignment_operator, + STATE(3810), 1, + sym_function_arguments, + ACTIONS(853), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(4638), 2, sym_comment, sym_include, - [281530] = 5, + [274928] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4966), 2, + ACTIONS(6747), 1, + aux_sym_return_type_token2, + ACTIONS(6751), 1, + aux_sym_on_error_phrase_token8, + STATE(4639), 2, sym_comment, sym_include, - ACTIONS(3218), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [281550] = 8, + ACTIONS(6749), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [274953] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2927), 1, anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6317), 1, - sym_body, - STATE(4967), 2, + ACTIONS(2929), 1, + aux_sym_of_token1, + ACTIONS(6753), 1, + aux_sym_of_phrase_token2, + STATE(4249), 1, + sym_of_phrase, + STATE(5057), 1, + aux_sym_array_literal_repeat1, + STATE(4640), 2, sym_comment, sym_include, - [281576] = 5, + [274982] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4968), 2, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6755), 1, + sym__terminator, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(6750), 1, + sym_data_relation, + STATE(4641), 2, sym_comment, sym_include, - ACTIONS(3396), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [281596] = 8, + [275011] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(6095), 1, anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5773), 1, - sym_body, - STATE(4969), 2, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6099), 1, + sym__terminator, + STATE(4630), 1, + aux_sym_data_relation_repeat1, + STATE(6284), 1, + sym_data_relation, + STATE(4642), 2, sym_comment, sym_include, - [281622] = 6, - ACTIONS(3), 1, + [275040] = 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(6791), 1, - sym_identifier, - STATE(4970), 2, + ACTIONS(4729), 1, + anon_sym_LPAREN, + STATE(907), 1, + sym_assignment_operator, + STATE(3810), 1, + sym_function_arguments, + ACTIONS(853), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(4643), 2, sym_comment, sym_include, - ACTIONS(6793), 3, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_on_error_phrase_token1, - [281644] = 5, + [275067] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4971), 2, + ACTIONS(6757), 1, + aux_sym_return_type_token2, + ACTIONS(6761), 1, + aux_sym_on_error_phrase_token8, + STATE(4644), 2, sym_comment, sym_include, - ACTIONS(3398), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [281664] = 8, - ACTIONS(69), 1, + ACTIONS(6759), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [275092] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5131), 1, - aux_sym_for_statement_repeat1, - STATE(5773), 1, - sym_body, - STATE(4972), 2, + ACTIONS(6765), 1, + aux_sym_widget_field_token1, + STATE(4645), 2, sym_comment, sym_include, - [281690] = 8, + ACTIONS(6763), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_field_definition_token1, + [275115] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(6985), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(4973), 2, + STATE(4646), 2, sym_comment, sym_include, - [281716] = 8, + ACTIONS(6767), 5, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + aux_sym_to_phrase_token1, + aux_sym_sort_clause_token1, + [275136] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(6095), 1, anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5998), 1, - sym_body, - STATE(4974), 2, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6769), 1, + sym__terminator, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(6287), 1, + sym_data_relation, + STATE(4647), 2, sym_comment, sym_include, - [281742] = 5, + [275165] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(4975), 2, + ACTIONS(6773), 1, + aux_sym_widget_field_token1, + STATE(4648), 2, sym_comment, sym_include, - ACTIONS(6127), 4, + ACTIONS(6771), 4, sym_identifier, aux_sym_input_expression_token2, aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [281762] = 8, - ACTIONS(69), 1, + aux_sym_field_definition_token1, + [275188] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4952), 1, - aux_sym_for_statement_repeat1, - STATE(5998), 1, - sym_body, - STATE(4976), 2, + ACTIONS(6775), 1, + sym_identifier, + STATE(4649), 2, sym_comment, sym_include, - [281788] = 8, + ACTIONS(6777), 4, + aux_sym_dataset_expression_token1, + aux_sym__function_argument_with_mode_token1, + aux_sym__function_argument_with_mode_token2, + aux_sym__function_argument_with_mode_token3, + [275211] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6987), 1, - aux_sym_using_statement_token2, - ACTIONS(6989), 1, - aux_sym_stream_definition_token1, - ACTIONS(6991), 1, - aux_sym_input_close_statement_token1, - ACTIONS(6993), 1, - aux_sym_input_close_statement_token2, - STATE(4977), 2, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6779), 1, + sym__terminator, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(6679), 1, + sym_data_relation, + STATE(4650), 2, sym_comment, sym_include, - [281814] = 8, + [275240] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5000), 1, - aux_sym_for_statement_repeat1, - STATE(6317), 1, - sym_body, - STATE(4978), 2, + STATE(4651), 2, sym_comment, sym_include, - [281840] = 5, - ACTIONS(69), 1, + ACTIONS(6781), 5, + sym__terminator, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + aux_sym_variable_tuning_token8, + aux_sym_field_definition_token1, + [275261] = 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(4979), 2, + ACTIONS(6783), 1, + sym_identifier, + STATE(4652), 2, sym_comment, sym_include, - ACTIONS(3400), 4, + ACTIONS(6785), 4, + anon_sym_COLON, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [281860] = 8, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [275284] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(6093), 1, + sym__terminator, + ACTIONS(6095), 1, anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5768), 1, - sym_body, - STATE(4980), 2, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + STATE(4647), 1, + aux_sym_data_relation_repeat1, + STATE(6354), 1, + sym_data_relation, + STATE(4653), 2, sym_comment, sym_include, - [281886] = 8, + [275313] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5104), 1, - aux_sym_for_statement_repeat1, - STATE(5768), 1, - sym_body, - STATE(4981), 2, + STATE(4654), 2, sym_comment, sym_include, - [281912] = 5, + ACTIONS(6787), 5, + anon_sym_COLON, + aux_sym__block_terminator_token1, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [275334] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4982), 2, + STATE(4655), 2, sym_comment, sym_include, - ACTIONS(3402), 4, + ACTIONS(6789), 5, + anon_sym_COLON, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [281932] = 8, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [275355] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - ACTIONS(6995), 1, - anon_sym_RBRACK, - STATE(187), 1, - sym__decimal_literal, - STATE(6399), 1, - sym_number_literal, - STATE(4983), 2, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6097), 1, + aux_sym_data_relation_token1, + ACTIONS(6791), 1, + sym__terminator, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(6182), 1, + sym_data_relation, + STATE(4656), 2, sym_comment, sym_include, - [281958] = 8, + [275384] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6997), 1, - aux_sym_stream_definition_token1, - ACTIONS(6999), 1, - aux_sym_input_close_statement_token1, - ACTIONS(7001), 1, - aux_sym_input_close_statement_token2, - ACTIONS(7003), 1, - aux_sym_output_stream_statement_token1, - STATE(4984), 2, + ACTIONS(4729), 1, + anon_sym_LPAREN, + STATE(467), 1, + sym_assignment_operator, + STATE(3810), 1, + sym_function_arguments, + ACTIONS(853), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(4657), 2, sym_comment, sym_include, - [281984] = 7, + [275411] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6828), 1, - sym__escaped_string, - ACTIONS(7005), 1, + ACTIONS(6793), 1, sym_identifier, - STATE(3397), 2, - sym_qualified_name, - sym_string_literal, - STATE(4985), 2, + STATE(4658), 2, sym_comment, sym_include, - [282008] = 5, + ACTIONS(6795), 4, + anon_sym_COLON, + aux_sym__block_terminator_token1, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [275434] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4986), 2, + ACTIONS(6797), 1, + aux_sym_return_type_token2, + ACTIONS(6801), 1, + aux_sym_on_error_phrase_token8, + STATE(4659), 2, sym_comment, sym_include, - ACTIONS(3404), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [282028] = 5, + ACTIONS(6799), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [275459] = 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(4660), 2, sym_comment, sym_include, - ACTIONS(3216), 4, + ACTIONS(6803), 5, + anon_sym_COLON, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [282048] = 5, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [275480] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4988), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6805), 1, + sym__terminator, + ACTIONS(6807), 1, + aux_sym_input_expression_token2, + ACTIONS(6809), 1, + aux_sym_prompt_for_statement_token2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4661), 2, sym_comment, sym_include, - ACTIONS(3214), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [282068] = 8, + [275509] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5925), 1, - sym_body, - STATE(4989), 2, + STATE(4662), 2, sym_comment, sym_include, - [282094] = 5, + ACTIONS(6137), 5, + sym__terminator, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_data_relation_token1, + aux_sym_data_relation_token2, + [275530] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4990), 2, + STATE(4663), 2, sym_comment, sym_include, - ACTIONS(3406), 4, + ACTIONS(6811), 5, + anon_sym_COLON, aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [282114] = 6, + anon_sym_COMMA, + aux_sym_repeat_tuning_token1, + aux_sym_on_error_phrase_token1, + [275551] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6783), 1, + ACTIONS(6813), 1, sym_identifier, - STATE(4991), 2, + STATE(4664), 2, sym_comment, sym_include, - ACTIONS(6785), 3, + ACTIONS(6815), 4, anon_sym_COLON, - anon_sym_COMMA, + aux_sym__block_terminator_token1, + aux_sym_repeat_tuning_token1, aux_sym_on_error_phrase_token1, - [282136] = 5, + [275574] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4992), 2, + ACTIONS(6571), 1, + aux_sym_return_type_token2, + ACTIONS(6575), 1, + aux_sym_on_error_phrase_token8, + STATE(4665), 2, sym_comment, sym_include, - ACTIONS(3408), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [282156] = 8, + ACTIONS(6817), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [275599] = 9, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7007), 1, - anon_sym_LPAREN, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(2469), 1, - sym_function_arguments, - STATE(4993), 2, + ACTIONS(2927), 1, + anon_sym_COMMA, + ACTIONS(2929), 1, + aux_sym_of_token1, + ACTIONS(6819), 1, + aux_sym_of_phrase_token2, + STATE(4212), 1, + sym_of_phrase, + STATE(5057), 1, + aux_sym_array_literal_repeat1, + STATE(4666), 2, sym_comment, sym_include, - [282182] = 8, + [275628] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6316), 1, - sym_body, - STATE(4994), 2, + ACTIONS(6821), 1, + aux_sym_return_type_token2, + ACTIONS(6825), 1, + aux_sym_on_error_phrase_token8, + STATE(4667), 2, sym_comment, sym_include, - [282208] = 8, + ACTIONS(6823), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [275653] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5012), 1, - aux_sym_for_statement_repeat1, - STATE(6316), 1, - sym_body, - STATE(4995), 2, + STATE(4668), 2, sym_comment, sym_include, - [282234] = 5, + ACTIONS(3548), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [275673] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4996), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5821), 1, + sym__terminator, + STATE(5005), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4669), 2, sym_comment, sym_include, - ACTIONS(3212), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [282254] = 8, + [275699] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4974), 1, - aux_sym_for_statement_repeat1, - STATE(5925), 1, - sym_body, - STATE(4997), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5787), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4670), 2, sym_comment, sym_include, - [282280] = 5, + [275725] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4998), 2, + ACTIONS(1367), 1, + sym__namedot, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(4225), 2, + anon_sym_COMMA, + anon_sym_GT, + STATE(4671), 2, sym_comment, sym_include, - ACTIONS(3410), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [282300] = 5, + [275749] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(4999), 2, + ACTIONS(6827), 1, + aux_sym_using_statement_token2, + ACTIONS(6829), 1, + aux_sym_stream_definition_token1, + ACTIONS(6831), 1, + aux_sym_input_close_statement_token1, + ACTIONS(6833), 1, + aux_sym_input_close_statement_token2, + STATE(4672), 2, sym_comment, sym_include, - ACTIONS(3210), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [282320] = 8, + [275775] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(6835), 1, + sym_identifier, + ACTIONS(6837), 1, + sym__escaped_string, + STATE(3407), 2, + sym_qualified_name, + sym_string_literal, + STATE(4673), 2, + sym_comment, + sym_include, + [275799] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6314), 1, + STATE(5467), 1, sym_body, - STATE(5000), 2, + STATE(4674), 2, sym_comment, sym_include, - [282346] = 5, + [275825] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5001), 2, + ACTIONS(6839), 1, + aux_sym_stream_definition_token1, + ACTIONS(6841), 1, + aux_sym_input_close_statement_token1, + ACTIONS(6843), 1, + aux_sym_input_close_statement_token2, + ACTIONS(6845), 1, + aux_sym_output_stream_statement_token1, + STATE(4675), 2, sym_comment, sym_include, - ACTIONS(7009), 4, - anon_sym_COLON, - aux_sym_on_error_phrase_token1, - aux_sym_stop_after_phrase_token1, - aux_sym_do_tuning_token1, - [282366] = 5, + [275851] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5002), 2, + ACTIONS(6837), 1, + sym__escaped_string, + ACTIONS(6847), 1, + sym_identifier, + STATE(4514), 2, + sym_qualified_name, + sym_string_literal, + STATE(4676), 2, sym_comment, sym_include, - ACTIONS(5956), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [282386] = 8, + [275875] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5018), 1, - aux_sym_for_statement_repeat1, - STATE(6314), 1, - sym_body, - STATE(5003), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5775), 1, + sym__terminator, + STATE(4996), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4677), 2, + sym_comment, + sym_include, + [275901] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6837), 1, + sym__escaped_string, + STATE(4478), 1, + sym_string_literal, + ACTIONS(6849), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(4678), 2, sym_comment, sym_include, - [282412] = 6, + [275925] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6690), 1, + ACTIONS(6837), 1, + sym__escaped_string, + ACTIONS(6851), 1, sym_identifier, - STATE(5004), 2, + STATE(4468), 2, + sym_qualified_name, + sym_string_literal, + STATE(4679), 2, sym_comment, sym_include, - ACTIONS(6692), 3, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_on_error_phrase_token1, - [282434] = 5, - ACTIONS(69), 1, + [275949] = 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(5005), 2, + ACTIONS(6837), 1, + sym__escaped_string, + ACTIONS(6853), 1, + sym_identifier, + STATE(3433), 2, + sym_qualified_name, + sym_string_literal, + STATE(4680), 2, sym_comment, sym_include, - ACTIONS(3316), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [282454] = 5, - ACTIONS(69), 1, + [275973] = 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(5006), 2, + ACTIONS(6837), 1, + sym__escaped_string, + ACTIONS(6855), 1, + sym_identifier, + STATE(4495), 2, + sym_qualified_name, + sym_string_literal, + STATE(4681), 2, sym_comment, sym_include, - ACTIONS(3412), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [282474] = 8, - ACTIONS(69), 1, + [275997] = 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(6830), 1, - sym__integer_literal, - ACTIONS(7011), 1, - anon_sym_RBRACK, - STATE(187), 1, - sym__decimal_literal, - STATE(6382), 1, - sym_number_literal, - STATE(5007), 2, + ACTIONS(6837), 1, + sym__escaped_string, + ACTIONS(6857), 1, + sym_identifier, + STATE(3415), 2, + sym_qualified_name, + sym_string_literal, + STATE(4682), 2, sym_comment, sym_include, - [282500] = 6, + [276021] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6686), 1, + ACTIONS(6837), 1, + sym__escaped_string, + ACTIONS(6859), 1, sym_identifier, - STATE(5008), 2, + STATE(4517), 2, + sym_qualified_name, + sym_string_literal, + STATE(4683), 2, sym_comment, sym_include, - ACTIONS(6688), 3, - anon_sym_COLON, - anon_sym_COMMA, - aux_sym_on_error_phrase_token1, - [282522] = 5, + [276045] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7013), 1, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(6837), 1, + sym__escaped_string, + ACTIONS(6861), 1, sym_identifier, - STATE(5009), 2, + STATE(3396), 2, + sym_qualified_name, + sym_string_literal, + STATE(4684), 2, sym_comment, sym_include, - ACTIONS(7015), 4, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - [282542] = 5, - ACTIONS(69), 1, + [276069] = 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(5010), 2, + ACTIONS(6837), 1, + sym__escaped_string, + ACTIONS(6863), 1, + sym_identifier, + STATE(4530), 2, + sym_qualified_name, + sym_string_literal, + STATE(4685), 2, sym_comment, sym_include, - ACTIONS(3417), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [282562] = 5, + [276093] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5011), 2, + ACTIONS(6837), 1, + sym__escaped_string, + ACTIONS(6865), 1, + sym_identifier, + STATE(3399), 2, + sym_qualified_name, + sym_string_literal, + STATE(4686), 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, - [282582] = 8, + [276117] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6313), 1, - sym_body, - STATE(5012), 2, + STATE(4687), 2, sym_comment, sym_include, - [282608] = 8, + ACTIONS(6867), 4, + sym__terminator, + aux_sym_query_definition_tuning_token1, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + [276137] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5021), 1, - aux_sym_for_statement_repeat1, - STATE(6313), 1, - sym_body, - STATE(5013), 2, + STATE(4688), 2, sym_comment, sym_include, - [282634] = 8, + ACTIONS(6869), 4, + sym__terminator, + aux_sym_query_definition_tuning_token1, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + [276157] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4969), 1, - aux_sym_for_statement_repeat1, - STATE(6109), 1, - sym_body, - STATE(5014), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(6871), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4689), 2, sym_comment, sym_include, - [282660] = 8, + [276183] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6109), 1, - sym_body, - STATE(5015), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(6873), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4690), 2, sym_comment, sym_include, - [282686] = 5, + [276209] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5016), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(6873), 1, + sym__terminator, + STATE(5001), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4691), 2, sym_comment, sym_include, - ACTIONS(3206), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [282706] = 5, + [276235] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5017), 2, + STATE(4692), 2, sym_comment, sym_include, - ACTIONS(3204), 4, + ACTIONS(3358), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [282726] = 8, + [276255] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6311), 1, + STATE(5497), 1, sym_body, - STATE(5018), 2, + STATE(4693), 2, sym_comment, sym_include, - [282752] = 7, + [276281] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(6117), 1, - sym_on_stop_phrase, - ACTIONS(4536), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(5019), 2, + STATE(4694), 2, sym_comment, sym_include, - [282776] = 8, + ACTIONS(3314), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [276301] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4900), 1, - aux_sym_for_statement_repeat1, - STATE(6311), 1, - sym_body, - STATE(5020), 2, + STATE(4695), 2, sym_comment, sym_include, - [282802] = 8, + ACTIONS(3316), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [276321] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6310), 1, - sym_body, - STATE(5021), 2, + STATE(4696), 2, sym_comment, sym_include, - [282828] = 8, + ACTIONS(3318), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [276341] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5039), 1, - aux_sym_for_statement_repeat1, - STATE(6310), 1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(6286), 1, sym_body, - STATE(5022), 2, + STATE(4697), 2, sym_comment, sym_include, - [282854] = 7, + [276367] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(6118), 1, - sym_on_stop_phrase, - ACTIONS(5857), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2899), 1, anon_sym_COLON, - anon_sym_COMMA, - STATE(5023), 2, - sym_comment, - sym_include, - [282878] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6828), 1, - sym__escaped_string, - ACTIONS(7017), 1, - sym_identifier, - STATE(4516), 2, - sym_qualified_name, - sym_string_literal, - STATE(5024), 2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(6265), 1, + sym_body, + STATE(4698), 2, sym_comment, sym_include, - [282902] = 5, + [276393] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5025), 2, + STATE(4699), 2, sym_comment, sym_include, - ACTIONS(3202), 4, + ACTIONS(3320), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [282922] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(6828), 1, - sym__escaped_string, - ACTIONS(7019), 1, - sym_identifier, - STATE(3421), 2, - sym_qualified_name, - sym_string_literal, - STATE(5026), 2, - sym_comment, - sym_include, - [282946] = 5, + [276413] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5027), 2, + STATE(4700), 2, sym_comment, sym_include, - ACTIONS(3421), 4, + ACTIONS(3322), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [282966] = 5, - ACTIONS(3), 1, + [276433] = 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(5028), 2, + STATE(4701), 2, sym_comment, sym_include, - ACTIONS(202), 4, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [282986] = 8, - ACTIONS(3), 1, + ACTIONS(3324), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [276453] = 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(6856), 1, - sym_identifier, - ACTIONS(7021), 1, - sym__terminator, - STATE(5316), 1, - aux_sym_enum_definition_repeat1, - STATE(5842), 1, - sym_enum_member, - STATE(5029), 2, + STATE(4702), 2, sym_comment, sym_include, - [283012] = 8, + ACTIONS(3326), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [276473] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, - anon_sym_LPAREN, - ACTIONS(5913), 1, - anon_sym_COLON, - STATE(3645), 1, - sym_function_arguments, - STATE(5663), 1, - sym_case_body, - STATE(5030), 2, + STATE(4703), 2, sym_comment, sym_include, - [283038] = 7, - ACTIONS(3), 1, + ACTIONS(3328), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [276493] = 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(7023), 1, - sym_identifier, - STATE(116), 1, - sym_qualified_name, - ACTIONS(7025), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5031), 2, + STATE(4704), 2, sym_comment, sym_include, - [283062] = 8, + ACTIONS(3330), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [276513] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5325), 1, - aux_sym_for_statement_repeat1, - STATE(6013), 1, - sym_body, - STATE(5032), 2, + STATE(4705), 2, sym_comment, sym_include, - [283088] = 5, + ACTIONS(3342), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [276533] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5033), 2, + STATE(4706), 2, sym_comment, sym_include, - ACTIONS(3423), 4, + ACTIONS(3344), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [283108] = 8, + [276553] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, - anon_sym_LPAREN, - ACTIONS(5913), 1, - anon_sym_COLON, - STATE(3645), 1, - sym_function_arguments, - STATE(5419), 1, - sym_case_body, - STATE(5034), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6875), 1, + sym__terminator, + ACTIONS(6877), 1, + aux_sym_using_statement_token2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4707), 2, sym_comment, sym_include, - [283134] = 8, + [276579] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5046), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6307), 1, + STATE(5575), 1, sym_body, - STATE(5035), 2, + STATE(4708), 2, sym_comment, sym_include, - [283160] = 5, + [276605] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5036), 2, + STATE(4709), 2, sym_comment, sym_include, - ACTIONS(3425), 4, + ACTIONS(3346), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [283180] = 5, + [276625] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5037), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6879), 1, + anon_sym_LPAREN, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(1855), 1, + sym_function_arguments, + STATE(4710), 2, sym_comment, sym_include, - ACTIONS(3427), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [283200] = 5, + [276651] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5038), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(6121), 1, + sym_body, + STATE(4711), 2, sym_comment, sym_include, - ACTIONS(3429), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [283220] = 8, + [276677] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6304), 1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(6100), 1, sym_body, - STATE(5039), 2, + STATE(4712), 2, sym_comment, sym_include, - [283246] = 5, + [276703] = 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(4713), 2, sym_comment, sym_include, - ACTIONS(3431), 4, + ACTIONS(3352), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [283266] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5049), 1, - aux_sym_for_statement_repeat1, - STATE(6304), 1, - sym_body, - STATE(5041), 2, - sym_comment, - sym_include, - [283292] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7027), 1, - anon_sym_LPAREN, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(2306), 1, - sym_function_arguments, - STATE(5042), 2, - sym_comment, - sym_include, - [283318] = 8, + [276723] = 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(1379), 1, + ACTIONS(1367), 1, sym__namedot, - STATE(254), 1, + ACTIONS(6881), 1, + sym__terminator, + ACTIONS(6883), 1, + aux_sym_using_statement_token2, + STATE(244), 1, aux_sym_qualified_name_repeat1, - STATE(1300), 1, - sym_function_arguments, - STATE(5043), 2, + STATE(4714), 2, sym_comment, sym_include, - [283344] = 8, + [276749] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6013), 1, - sym_body, - STATE(5044), 2, + STATE(4715), 2, sym_comment, sym_include, - [283370] = 5, + ACTIONS(3356), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [276769] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5045), 2, + STATE(4716), 2, sym_comment, sym_include, - ACTIONS(3433), 4, + ACTIONS(3508), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [283390] = 8, + [276789] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6302), 1, - sym_body, - STATE(5046), 2, + STATE(4717), 2, sym_comment, sym_include, - [283416] = 5, + ACTIONS(3360), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [276809] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5047), 2, + STATE(4718), 2, sym_comment, sym_include, - ACTIONS(3435), 4, + ACTIONS(3362), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [283436] = 7, - ACTIONS(3), 1, + [276829] = 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(7029), 1, - sym_identifier, - STATE(122), 1, - sym_qualified_name, - ACTIONS(7031), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5048), 2, + STATE(4719), 2, sym_comment, sym_include, - [283460] = 8, + ACTIONS(3364), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [276849] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6286), 1, - sym_body, - STATE(5049), 2, + STATE(4720), 2, sym_comment, sym_include, - [283486] = 7, - ACTIONS(3), 1, + ACTIONS(3366), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [276869] = 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(6828), 1, - sym__escaped_string, - ACTIONS(7033), 1, - sym_identifier, - STATE(4532), 2, - sym_qualified_name, - sym_string_literal, - STATE(5050), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(6141), 1, + sym_body, + STATE(4721), 2, sym_comment, sym_include, - [283510] = 8, + [276895] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, + ACTIONS(1367), 1, sym__namedot, - ACTIONS(7035), 1, - anon_sym_LPAREN, - STATE(254), 1, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(244), 1, aux_sym_qualified_name_repeat1, - STATE(2723), 1, - sym_function_arguments, - STATE(5051), 2, + STATE(6166), 1, + sym_body, + STATE(4722), 2, sym_comment, sym_include, - [283536] = 7, - ACTIONS(3), 1, + [276921] = 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(6828), 1, - sym__escaped_string, - ACTIONS(7037), 1, - sym_identifier, - STATE(3399), 2, - sym_qualified_name, - sym_string_literal, - STATE(5052), 2, + STATE(4723), 2, sym_comment, sym_include, - [283560] = 8, + ACTIONS(3354), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [276941] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, + ACTIONS(5773), 1, aux_sym_field_definition_token1, - ACTIONS(7039), 1, + ACTIONS(6885), 1, sym__terminator, - STATE(5279), 1, + STATE(4993), 1, aux_sym_workfile_definition_repeat3, - STATE(5892), 1, + STATE(5454), 1, sym_field_definition, - STATE(5053), 2, + STATE(4724), 2, sym_comment, sym_include, - [283586] = 8, + [276967] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5059), 1, - aux_sym_for_statement_repeat1, - STATE(6286), 1, - sym_body, - STATE(5054), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(6885), 1, + sym__terminator, + STATE(4771), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4725), 2, sym_comment, sym_include, - [283612] = 5, + [276993] = 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(4726), 2, sym_comment, sym_include, - ACTIONS(3437), 4, + ACTIONS(3370), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [283632] = 8, + [277013] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, + ACTIONS(1367), 1, sym__namedot, - ACTIONS(7041), 1, - sym__terminator, - ACTIONS(7043), 1, - aux_sym_using_statement_token2, - STATE(254), 1, + ACTIONS(6887), 1, + anon_sym_LPAREN, + STATE(54), 1, + sym_function_arguments, + STATE(244), 1, aux_sym_qualified_name_repeat1, - STATE(5056), 2, - sym_comment, - sym_include, - [283658] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7047), 1, - anon_sym_COMMA, - STATE(5057), 2, + STATE(4727), 2, sym_comment, sym_include, - ACTIONS(7045), 3, - sym_identifier, - sym__terminator, - aux_sym_scope_tuning_token1, - [283680] = 8, + [277039] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - ACTIONS(7049), 1, - anon_sym_RBRACK, - STATE(187), 1, - sym__decimal_literal, - STATE(6768), 1, - sym_number_literal, - STATE(5058), 2, + STATE(4728), 2, sym_comment, sym_include, - [283706] = 8, + ACTIONS(3372), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [277059] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6298), 1, - sym_body, - STATE(5059), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5795), 1, + sym__terminator, + STATE(4779), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4729), 2, sym_comment, sym_include, - [283732] = 8, + [277085] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7051), 1, - aux_sym_stream_definition_token1, - ACTIONS(7053), 1, - aux_sym_input_close_statement_token1, - ACTIONS(7055), 1, - aux_sym_input_close_statement_token2, - ACTIONS(7057), 1, - aux_sym_output_stream_statement_token1, - STATE(5060), 2, + ACTIONS(6889), 1, + aux_sym__block_terminator_token1, + ACTIONS(6891), 1, + aux_sym_variable_definition_token1, + STATE(5584), 1, + sym_enum_definition, + STATE(4730), 3, sym_comment, sym_include, - [283758] = 5, - ACTIONS(3), 1, + aux_sym_enum_body_repeat1, + [277109] = 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(5061), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5795), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4731), 2, sym_comment, sym_include, - ACTIONS(4364), 4, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [283778] = 8, + [277135] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7059), 1, + ACTIONS(6894), 1, sym_identifier, - ACTIONS(7061), 1, + ACTIONS(6896), 1, sym__terminator, - ACTIONS(7063), 1, - aux_sym_query_definition_token1, - STATE(5352), 1, - sym_qualified_name, - STATE(5062), 2, + STATE(5048), 1, + aux_sym_enum_definition_repeat1, + STATE(5558), 1, + sym_enum_member, + STATE(4732), 2, sym_comment, sym_include, - [283804] = 5, - ACTIONS(3), 1, + [277161] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(180), 1, - sym_identifier, - STATE(5063), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(4733), 2, sym_comment, sym_include, - ACTIONS(182), 4, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - [283824] = 8, + ACTIONS(3374), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [277181] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5107), 1, - aux_sym_for_statement_repeat1, - STATE(6014), 1, - sym_body, - STATE(5064), 2, + STATE(4734), 2, sym_comment, sym_include, - [283850] = 8, + ACTIONS(3376), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [277201] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7065), 1, - aux_sym_using_statement_token2, - ACTIONS(7067), 1, - aux_sym_stream_definition_token1, - ACTIONS(7069), 1, - aux_sym_input_close_statement_token1, - ACTIONS(7071), 1, - aux_sym_input_close_statement_token2, - STATE(5065), 2, + STATE(4735), 2, sym_comment, sym_include, - [283876] = 8, + ACTIONS(3378), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [277221] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4847), 1, - aux_sym_for_statement_repeat1, - STATE(5721), 1, - sym_body, - STATE(5066), 2, + ACTIONS(847), 1, + sym__namedot, + STATE(5069), 1, + aux_sym_qualified_name_repeat1, + ACTIONS(125), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(4736), 2, sym_comment, sym_include, - [283902] = 6, + [277245] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7073), 1, - anon_sym_COMMA, - ACTIONS(3893), 2, - aux_sym_of_token1, - aux_sym_of_phrase_token2, - STATE(5067), 3, + ACTIONS(851), 1, + sym__namedoublecolon, + STATE(5071), 1, + aux_sym_member_access_repeat1, + ACTIONS(129), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(4737), 2, sym_comment, sym_include, - aux_sym_array_literal_repeat1, - [283924] = 8, + [277269] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5705), 1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(6308), 1, sym_body, - STATE(5068), 2, + STATE(4738), 2, sym_comment, sym_include, - [283950] = 8, + [277295] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5068), 1, - aux_sym_for_statement_repeat1, - STATE(5703), 1, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(6322), 1, sym_body, - STATE(5069), 2, + STATE(4739), 2, sym_comment, sym_include, - [283976] = 7, - ACTIONS(3), 1, + [277321] = 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(7076), 1, - sym_identifier, - STATE(119), 1, - sym_qualified_name, - ACTIONS(7078), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5070), 2, + STATE(4740), 2, sym_comment, sym_include, - [284000] = 8, + ACTIONS(3380), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [277341] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5703), 1, - sym_body, - STATE(5071), 2, + STATE(4741), 2, sym_comment, sym_include, - [284026] = 8, + ACTIONS(3382), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [277361] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5702), 1, - sym_body, - STATE(5072), 2, + STATE(4742), 2, sym_comment, sym_include, - [284052] = 5, + ACTIONS(3384), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [277381] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5073), 2, + STATE(4743), 2, sym_comment, sym_include, - ACTIONS(3200), 4, + ACTIONS(3386), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [284072] = 8, + [277401] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5071), 1, - aux_sym_for_statement_repeat1, - STATE(5701), 1, - sym_body, - STATE(5074), 2, + ACTIONS(6898), 1, + aux_sym_on_error_phrase_token2, + ACTIONS(6900), 1, + aux_sym_on_stop_phrase_token1, + ACTIONS(6902), 1, + aux_sym_on_quit_phrase_token1, + ACTIONS(6904), 1, + aux_sym_on_endkey_phrase_token1, + STATE(4744), 2, sym_comment, sym_include, - [284098] = 8, + [277427] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5701), 1, - sym_body, - STATE(5075), 2, + STATE(4745), 2, sym_comment, sym_include, - [284124] = 7, - ACTIONS(3), 1, + ACTIONS(3388), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [277447] = 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(6828), 1, - sym__escaped_string, - ACTIONS(7080), 1, - sym_identifier, - STATE(4569), 2, - sym_qualified_name, - sym_string_literal, - STATE(5076), 2, + STATE(4746), 2, sym_comment, sym_include, - [284148] = 8, + ACTIONS(3390), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [277467] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6014), 1, - sym_body, - STATE(5077), 2, + STATE(4747), 2, sym_comment, sym_include, - [284174] = 5, + ACTIONS(3392), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [277487] = 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(4748), 2, sym_comment, sym_include, - ACTIONS(3198), 4, + ACTIONS(3394), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [284194] = 8, + [277507] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5072), 1, - aux_sym_for_statement_repeat1, - STATE(5700), 1, - sym_body, - STATE(5079), 2, + STATE(4749), 2, sym_comment, sym_include, - [284220] = 8, + ACTIONS(3396), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [277527] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - ACTIONS(7082), 1, - anon_sym_RBRACK, - STATE(187), 1, - sym__decimal_literal, - STATE(6373), 1, - sym_number_literal, - STATE(5080), 2, + STATE(4750), 2, sym_comment, sym_include, - [284246] = 8, + ACTIONS(3398), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [277547] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5700), 1, - sym_body, - STATE(5081), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(6906), 1, + anon_sym_LPAREN, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5781), 1, + sym_function_arguments, + STATE(4751), 2, sym_comment, sym_include, - [284272] = 6, - ACTIONS(69), 1, + [277573] = 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(7084), 1, - aux_sym_return_type_token2, - STATE(5082), 2, + STATE(4752), 2, sym_comment, sym_include, - ACTIONS(7086), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [284294] = 8, + ACTIONS(4392), 4, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [277593] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4868), 1, - aux_sym_for_statement_repeat1, - STATE(6274), 1, - sym_body, - STATE(5083), 2, + STATE(4753), 2, sym_comment, sym_include, - [284320] = 8, + ACTIONS(3400), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [277613] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6274), 1, - sym_body, - STATE(5084), 2, + STATE(4754), 2, sym_comment, sym_include, - [284346] = 5, + ACTIONS(3402), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [277633] = 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(4755), 2, sym_comment, sym_include, - ACTIONS(3439), 4, + ACTIONS(3404), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [284366] = 8, + [277653] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7088), 1, + ACTIONS(6908), 1, sym_identifier, - ACTIONS(7090), 1, - sym__terminator, - ACTIONS(7092), 1, - anon_sym_COMMA, - STATE(4886), 1, - aux_sym_enum_member_repeat1, - STATE(5086), 2, + STATE(123), 1, + sym_qualified_name, + ACTIONS(6910), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(4756), 2, sym_comment, sym_include, - [284392] = 7, + [277677] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7094), 1, + ACTIONS(6912), 1, sym_identifier, - STATE(123), 1, + STATE(129), 1, sym_qualified_name, - ACTIONS(7096), 2, + ACTIONS(6914), 2, aux_sym_for_phrase_token2, aux_sym_for_phrase_token3, - STATE(5087), 2, + STATE(4757), 2, sym_comment, sym_include, - [284416] = 5, - ACTIONS(3), 1, + [277701] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(248), 1, - sym_identifier, - STATE(5088), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(6294), 1, + sym_body, + STATE(4758), 2, sym_comment, sym_include, - ACTIONS(250), 4, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - [284436] = 8, + [277727] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5075), 1, - aux_sym_for_statement_repeat1, - STATE(5698), 1, - sym_body, - STATE(5089), 2, + STATE(4759), 2, sym_comment, sym_include, - [284462] = 5, + ACTIONS(3368), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [277747] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5090), 2, + ACTIONS(6916), 1, + sym_identifier, + STATE(126), 1, + sym_qualified_name, + ACTIONS(6918), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(4760), 2, sym_comment, sym_include, - ACTIONS(7098), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_field_definition_token1, - [284482] = 8, + [277771] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5698), 1, - sym_body, - STATE(5091), 2, + ACTIONS(6920), 1, + aux_sym_on_error_phrase_token2, + ACTIONS(6922), 1, + aux_sym_on_stop_phrase_token1, + ACTIONS(6924), 1, + aux_sym_on_quit_phrase_token1, + ACTIONS(6926), 1, + aux_sym_on_endkey_phrase_token1, + STATE(4761), 2, sym_comment, sym_include, - [284508] = 5, + [277797] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5092), 2, - sym_comment, - sym_include, - ACTIONS(2802), 4, + ACTIONS(6928), 1, sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [284528] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(5093), 2, + STATE(114), 1, + sym_qualified_name, + ACTIONS(6930), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(4762), 2, sym_comment, sym_include, - ACTIONS(132), 4, - sym__namecolon, - sym__augmented_assignment, - anon_sym_LPAREN, - anon_sym_EQ, - [284548] = 8, - ACTIONS(69), 1, + [277821] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5081), 1, - aux_sym_for_statement_repeat1, - STATE(5697), 1, - sym_body, - STATE(5094), 2, + ACTIONS(6932), 1, + sym_identifier, + STATE(131), 1, + sym_qualified_name, + ACTIONS(6934), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(4763), 2, sym_comment, sym_include, - [284574] = 8, - ACTIONS(69), 1, + [277845] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5697), 1, - sym_body, - STATE(5095), 2, + ACTIONS(6936), 1, + sym_identifier, + STATE(113), 1, + sym_qualified_name, + ACTIONS(6938), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(4764), 2, sym_comment, sym_include, - [284600] = 5, + [277869] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5096), 2, + STATE(4765), 2, sym_comment, sym_include, - ACTIONS(3441), 4, + ACTIONS(3406), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [284620] = 5, + [277889] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5097), 2, + STATE(4766), 2, sym_comment, sym_include, - ACTIONS(3449), 4, + ACTIONS(3412), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [284640] = 7, + [277909] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7100), 1, + ACTIONS(6940), 1, sym_identifier, - STATE(125), 1, + STATE(124), 1, sym_qualified_name, - ACTIONS(7102), 2, + ACTIONS(6942), 2, aux_sym_for_phrase_token2, aux_sym_for_phrase_token3, - STATE(5098), 2, + STATE(4767), 2, sym_comment, sym_include, - [284664] = 8, + [277933] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5091), 1, - aux_sym_for_statement_repeat1, - STATE(5696), 1, - sym_body, - STATE(5099), 2, + STATE(4768), 2, sym_comment, sym_include, - [284690] = 7, + ACTIONS(3422), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [277953] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6828), 1, - sym__escaped_string, - ACTIONS(7104), 1, + ACTIONS(6944), 1, sym_identifier, - STATE(3411), 2, + STATE(138), 1, sym_qualified_name, - sym_string_literal, - STATE(5100), 2, + ACTIONS(6946), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(4769), 2, sym_comment, sym_include, - [284714] = 8, + [277977] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, + ACTIONS(1367), 1, sym__namedot, - ACTIONS(7106), 1, - anon_sym_LPAREN, - STATE(254), 1, + ACTIONS(6948), 1, + sym__terminator, + ACTIONS(6950), 1, + aux_sym_using_statement_token2, + STATE(244), 1, aux_sym_qualified_name_repeat1, - STATE(2680), 1, - sym_function_arguments, - STATE(5101), 2, + STATE(4770), 2, sym_comment, sym_include, - [284740] = 8, + [278003] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5696), 1, - sym_body, - STATE(5102), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(6952), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4771), 2, sym_comment, sym_include, - [284766] = 8, + [278029] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(6954), 1, + sym_identifier, + STATE(135), 1, + sym_qualified_name, + ACTIONS(6956), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(4772), 2, + sym_comment, + sym_include, + [278053] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5163), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6139), 1, + STATE(5817), 1, sym_body, - STATE(5103), 2, + STATE(4773), 2, sym_comment, sym_include, - [284792] = 8, + [278079] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5721), 1, - sym_body, - STATE(5104), 2, + STATE(4774), 2, sym_comment, sym_include, - [284818] = 7, + ACTIONS(3424), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [278099] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7108), 1, + ACTIONS(6958), 1, sym_identifier, - STATE(133), 1, + ACTIONS(6960), 1, + aux_sym_input_expression_token2, + STATE(3355), 1, sym_qualified_name, - ACTIONS(7110), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5105), 2, - sym_comment, - sym_include, - [284842] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(7112), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5106), 2, + STATE(3359), 1, + sym_using_field, + STATE(4775), 2, sym_comment, sym_include, - [284868] = 8, + [278125] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6139), 1, + STATE(5880), 1, sym_body, - STATE(5107), 2, + STATE(4776), 2, sym_comment, sym_include, - [284894] = 8, + [278151] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5095), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(5684), 1, + STATE(5879), 1, sym_body, - STATE(5108), 2, - sym_comment, - sym_include, - [284920] = 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(4777), 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, - [284940] = 8, + [278177] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(5684), 1, + STATE(5878), 1, sym_body, - STATE(5110), 2, - sym_comment, - sym_include, - [284966] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7114), 1, - sym_identifier, - STATE(128), 1, - sym_qualified_name, - ACTIONS(7116), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5111), 2, + STATE(4778), 2, sym_comment, sym_include, - [284990] = 5, + [278203] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5112), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(6962), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4779), 2, sym_comment, sym_include, - ACTIONS(3549), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [285010] = 8, + [278229] = 8, 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_token1, - ACTIONS(7118), 1, - aux_sym__block_terminator_token1, - STATE(4935), 1, - aux_sym_enum_body_repeat1, - STATE(6364), 1, - sym_enum_definition, - STATE(5113), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(6962), 1, + sym__terminator, + STATE(4809), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4780), 2, sym_comment, sym_include, - [285036] = 5, + [278255] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5114), 2, + STATE(4781), 2, sym_comment, sym_include, - ACTIONS(3443), 4, + ACTIONS(3426), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [285056] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(7120), 1, - aux_sym_return_type_token2, - STATE(5115), 2, - sym_comment, - sym_include, - ACTIONS(7122), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [285078] = 8, + [278275] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5015), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6297), 1, + STATE(5872), 1, sym_body, - STATE(5116), 2, + STATE(4782), 2, sym_comment, sym_include, - [285104] = 8, + [278301] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6297), 1, + STATE(5865), 1, sym_body, - STATE(5117), 2, - sym_comment, - sym_include, - [285130] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(5118), 2, + STATE(4783), 2, sym_comment, sym_include, - ACTIONS(7124), 4, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - aux_sym_widget_field_token1, - [285150] = 8, + [278327] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7035), 1, - anon_sym_LPAREN, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(2916), 1, - sym_function_arguments, - STATE(5119), 2, + STATE(4784), 2, sym_comment, sym_include, - [285176] = 8, + ACTIONS(3442), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [278347] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5102), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(5681), 1, + STATE(5863), 1, sym_body, - STATE(5120), 2, + STATE(4785), 2, sym_comment, sym_include, - [285202] = 5, + [278373] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5121), 2, + STATE(4786), 2, sym_comment, sym_include, - ACTIONS(3192), 4, + ACTIONS(3444), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [285222] = 8, + [278393] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(5681), 1, + STATE(5861), 1, sym_body, - STATE(5122), 2, - sym_comment, - sym_include, - [285248] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7126), 1, - sym_identifier, - STATE(131), 1, - sym_qualified_name, - ACTIONS(7128), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5123), 2, + STATE(4787), 2, sym_comment, sym_include, - [285272] = 6, + [278419] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7132), 1, - aux_sym_variable_definition_token2, - STATE(5124), 2, + STATE(4788), 2, sym_comment, sym_include, - ACTIONS(7130), 3, + ACTIONS(3446), 4, aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - aux_sym_method_definition_token1, - [285294] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(7134), 1, - sym__terminator, - STATE(5053), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5125), 2, - sym_comment, - sym_include, - [285320] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(6296), 1, - sym_on_stop_phrase, - ACTIONS(4557), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(5126), 2, - sym_comment, - sym_include, - [285344] = 5, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [278439] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5127), 2, + STATE(4789), 2, sym_comment, sym_include, - ACTIONS(3445), 4, + ACTIONS(3452), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [285364] = 5, + [278459] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5128), 2, + STATE(4790), 2, sym_comment, sym_include, - ACTIONS(3447), 4, + ACTIONS(3454), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [285384] = 8, + [278479] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(7134), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5129), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5984), 1, + sym_body, + STATE(4791), 2, sym_comment, sym_include, - [285410] = 7, + [278505] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(6370), 1, - sym_on_stop_phrase, - ACTIONS(4555), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(5130), 2, + STATE(4792), 2, sym_comment, sym_include, - [285434] = 8, + ACTIONS(3456), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [278525] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(5723), 1, + STATE(5840), 1, sym_body, - STATE(5131), 2, + STATE(4793), 2, sym_comment, sym_include, - [285460] = 5, + [278551] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5132), 2, + STATE(4794), 2, sym_comment, sym_include, - ACTIONS(3558), 4, + ACTIONS(3460), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [285480] = 8, + [278571] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5110), 1, - aux_sym_for_statement_repeat1, - STATE(5781), 1, - sym_body, - STATE(5133), 2, + STATE(4795), 2, sym_comment, sym_include, - [285506] = 8, + ACTIONS(3462), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [278591] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(5781), 1, + STATE(5830), 1, sym_body, - STATE(5134), 2, + STATE(4796), 2, sym_comment, sym_include, - [285532] = 8, - ACTIONS(69), 1, + [278617] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5192), 1, - aux_sym_for_statement_repeat1, - STATE(6173), 1, - sym_body, - STATE(5135), 2, + ACTIONS(125), 1, + sym_identifier, + ACTIONS(127), 1, + anon_sym_LT, + ACTIONS(6685), 1, + sym__namedot, + STATE(4821), 1, + aux_sym_qualified_name_repeat1, + STATE(4797), 2, sym_comment, sym_include, - [285558] = 6, - ACTIONS(3), 1, + [278643] = 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(7138), 1, - sym__special_character, - STATE(5136), 2, + STATE(4798), 2, sym_comment, sym_include, - ACTIONS(7136), 3, - anon_sym_DQUOTE, - aux_sym_double_quoted_string_token1, - aux_sym_double_quoted_string_token2, - [285580] = 5, - ACTIONS(3), 1, + ACTIONS(3464), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [278663] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7140), 1, - sym_identifier, - STATE(5137), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(4799), 2, sym_comment, sym_include, - ACTIONS(7142), 4, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - [285600] = 5, + ACTIONS(3466), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [278683] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5138), 2, + STATE(4800), 2, sym_comment, sym_include, - ACTIONS(7144), 4, - sym__terminator, - aux_sym_query_definition_tuning_token1, - anon_sym_SCROLLING, - aux_sym_query_definition_tuning_token2, - [285620] = 8, + ACTIONS(3468), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [278703] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, + ACTIONS(5773), 1, aux_sym_field_definition_token1, - ACTIONS(7146), 1, + ACTIONS(5827), 1, sym__terminator, - STATE(5279), 1, + STATE(5105), 1, aux_sym_workfile_definition_repeat3, - STATE(5892), 1, + STATE(5454), 1, sym_field_definition, - STATE(5139), 2, + STATE(4801), 2, sym_comment, sym_include, - [285646] = 7, - ACTIONS(3), 1, + [278729] = 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(7148), 1, - sym_identifier, - STATE(118), 1, - sym_qualified_name, - ACTIONS(7150), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5140), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5827), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4802), 2, sym_comment, sym_include, - [285670] = 7, - ACTIONS(3), 1, + [278755] = 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(6828), 1, - sym__escaped_string, - ACTIONS(7152), 1, - sym_identifier, - STATE(4139), 2, - sym_qualified_name, - sym_string_literal, - STATE(5141), 2, + STATE(4803), 2, sym_comment, sym_include, - [285694] = 5, + ACTIONS(3470), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [278775] = 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(4804), 2, sym_comment, sym_include, - ACTIONS(3547), 4, + ACTIONS(3472), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [285714] = 5, + [278795] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5143), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5816), 1, + sym_body, + STATE(4805), 2, sym_comment, sym_include, - ACTIONS(3451), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [285734] = 5, + [278821] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5144), 2, + STATE(4806), 2, sym_comment, sym_include, - ACTIONS(3453), 4, + ACTIONS(3474), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [285754] = 8, + [278841] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(7154), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5145), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5802), 1, + sym_body, + STATE(4807), 2, sym_comment, sym_include, - [285780] = 8, + [278867] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5122), 1, - aux_sym_for_statement_repeat1, - STATE(5766), 1, - sym_body, - STATE(5146), 2, + STATE(4808), 2, sym_comment, sym_include, - [285806] = 7, - ACTIONS(3), 1, + ACTIONS(3480), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [278887] = 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(152), 1, - sym_identifier, - ACTIONS(7156), 1, - sym__namedot, - ACTIONS(154), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(6964), 1, sym__terminator, - anon_sym_COMMA, - STATE(5147), 2, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4809), 2, sym_comment, sym_include, - [285830] = 8, + [278913] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5766), 1, - sym_body, - STATE(5148), 2, + STATE(4810), 2, sym_comment, sym_include, - [285856] = 7, + ACTIONS(3490), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [278933] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5726), 1, - sym_on_stop_phrase, - ACTIONS(6704), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(5149), 2, + STATE(4811), 2, sym_comment, sym_include, - [285880] = 5, + ACTIONS(3492), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [278953] = 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(4812), 2, sym_comment, sym_include, - ACTIONS(3455), 4, + ACTIONS(3496), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [285900] = 5, + [278973] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5151), 2, + STATE(4813), 2, sym_comment, sym_include, - ACTIONS(3457), 4, + ACTIONS(3500), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [285920] = 5, + [278993] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5152), 2, + STATE(4814), 2, sym_comment, sym_include, - ACTIONS(3459), 4, + ACTIONS(3502), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [285940] = 8, + [279013] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(7146), 1, - sym__terminator, - STATE(5304), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5153), 2, + STATE(4815), 2, sym_comment, sym_include, - [285966] = 8, - ACTIONS(69), 1, + ACTIONS(3510), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [279033] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5134), 1, - aux_sym_for_statement_repeat1, - STATE(5795), 1, - sym_body, - STATE(5154), 2, + STATE(4816), 2, sym_comment, sym_include, - [285992] = 8, + ACTIONS(6006), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [279053] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(5795), 1, + STATE(5761), 1, sym_body, - STATE(5155), 2, + STATE(4817), 2, sym_comment, sym_include, - [286018] = 5, + [279079] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5156), 2, + STATE(4818), 2, sym_comment, sym_include, - ACTIONS(3560), 4, + ACTIONS(3514), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [286038] = 8, + [279099] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7158), 1, - anon_sym_LPAREN, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(1158), 1, - sym_function_arguments, - STATE(5157), 2, + STATE(4819), 2, sym_comment, sym_include, - [286064] = 7, + ACTIONS(2827), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [279119] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(5728), 1, - sym_on_stop_phrase, - ACTIONS(7160), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(5158), 2, + ACTIONS(6966), 1, + sym__integer_literal, + ACTIONS(6968), 1, + anon_sym_RBRACK, + STATE(188), 1, + sym__decimal_literal, + STATE(6268), 1, + sym_number_literal, + STATE(4820), 2, sym_comment, sym_include, - [286088] = 8, - ACTIONS(69), 1, + [279145] = 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(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(7162), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5159), 2, + ACTIONS(110), 1, + sym_identifier, + ACTIONS(112), 1, + anon_sym_LT, + ACTIONS(6970), 1, + sym__namedot, + STATE(4821), 3, sym_comment, sym_include, - [286114] = 5, + aux_sym_qualified_name_repeat1, + [279169] = 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(4822), 2, sym_comment, sym_include, - ACTIONS(3224), 4, + ACTIONS(3600), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [286134] = 5, + [279189] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5161), 2, + STATE(4823), 2, sym_comment, sym_include, - ACTIONS(3463), 4, + ACTIONS(3476), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [286154] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5811), 1, - sym__terminator, - STATE(5324), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5162), 2, - sym_comment, - sym_include, - [286180] = 8, + [279209] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6218), 1, + STATE(5609), 1, sym_body, - STATE(5163), 2, + STATE(4824), 2, sym_comment, sym_include, - [286206] = 8, + [279235] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5800), 1, - sym_body, - STATE(5164), 2, - sym_comment, - sym_include, - [286232] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7164), 1, - sym_identifier, - ACTIONS(7166), 1, - sym__terminator, - ACTIONS(7168), 1, - aux_sym_query_definition_token1, - STATE(5489), 1, - sym_qualified_name, - STATE(5165), 2, + STATE(4825), 2, sym_comment, sym_include, - [286258] = 8, + ACTIONS(3598), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [279255] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5811), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5166), 2, + STATE(4826), 2, sym_comment, sym_include, - [286284] = 7, + ACTIONS(3596), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [279275] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(6114), 1, - sym_on_stop_phrase, - ACTIONS(4505), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(5167), 2, + STATE(4827), 2, sym_comment, sym_include, - [286308] = 8, + ACTIONS(3594), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [279295] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5207), 1, - aux_sym_for_statement_repeat1, - STATE(6218), 1, - sym_body, - STATE(5168), 2, - sym_comment, - sym_include, - [286334] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - STATE(5169), 2, + STATE(4828), 2, sym_comment, sym_include, - ACTIONS(7170), 4, - sym_identifier, - sym__terminator, - aux_sym_scope_tuning_token1, - anon_sym_NO_DASHERROR, - [286354] = 8, + ACTIONS(3592), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [279315] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5148), 1, - aux_sym_for_statement_repeat1, - STATE(5800), 1, - sym_body, - STATE(5170), 2, + STATE(4829), 2, sym_comment, sym_include, - [286380] = 5, - ACTIONS(3), 1, + ACTIONS(3590), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [279335] = 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(5171), 2, + STATE(4830), 2, sym_comment, sym_include, - ACTIONS(3827), 4, - sym_identifier, - sym__terminator, - anon_sym_LBRACK, - aux_sym_scope_tuning_token1, - [286400] = 5, + ACTIONS(3588), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [279355] = 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(4831), 2, sym_comment, sym_include, - ACTIONS(7172), 4, + ACTIONS(6973), 4, anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - anon_sym_LPAREN, - [286420] = 7, - ACTIONS(3), 1, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [279375] = 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(7174), 1, - sym_identifier, - STATE(135), 1, - sym_qualified_name, - ACTIONS(7176), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5173), 2, + ACTIONS(6966), 1, + sym__integer_literal, + ACTIONS(6975), 1, + anon_sym_RBRACK, + STATE(188), 1, + sym__decimal_literal, + STATE(6247), 1, + sym_number_literal, + STATE(4832), 2, sym_comment, sym_include, - [286444] = 5, + [279401] = 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(4833), 2, sym_comment, sym_include, - ACTIONS(3507), 4, + ACTIONS(3586), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [286464] = 5, + [279421] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5175), 2, + STATE(4834), 2, sym_comment, sym_include, - ACTIONS(3465), 4, + ACTIONS(3584), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [286484] = 8, + [279441] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(6578), 1, - sym_body, - STATE(5176), 2, + STATE(4835), 2, sym_comment, sym_include, - [286510] = 5, + ACTIONS(3582), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [279461] = 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(4836), 2, sym_comment, sym_include, - ACTIONS(3160), 4, + ACTIONS(3580), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [286530] = 7, + [279481] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7178), 1, + ACTIONS(6977), 1, sym_identifier, - STATE(137), 1, + STATE(139), 1, sym_qualified_name, - ACTIONS(7180), 2, + ACTIONS(6979), 2, aux_sym_for_phrase_token2, aux_sym_for_phrase_token3, - STATE(5178), 2, - sym_comment, - sym_include, - [286554] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(7084), 1, - aux_sym_return_type_token2, - STATE(5179), 2, + STATE(4837), 2, sym_comment, sym_include, - ACTIONS(7182), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [286576] = 8, + [279505] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5155), 1, - aux_sym_for_statement_repeat1, - STATE(5813), 1, - sym_body, - STATE(5180), 2, + STATE(4838), 2, sym_comment, sym_include, - [286602] = 5, + ACTIONS(3578), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [279525] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5181), 2, + STATE(4839), 2, sym_comment, sym_include, - ACTIONS(3188), 4, + ACTIONS(3576), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [286622] = 5, + [279545] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5182), 2, + STATE(4840), 2, sym_comment, sym_include, - ACTIONS(3564), 4, + ACTIONS(3574), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [286642] = 8, + [279565] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5813), 1, - sym_body, - STATE(5183), 2, + STATE(4841), 2, sym_comment, sym_include, - [286668] = 5, + ACTIONS(3512), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [279585] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5184), 2, + STATE(4842), 2, sym_comment, sym_include, - ACTIONS(3467), 4, + ACTIONS(3572), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [286688] = 8, + [279605] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5845), 1, - sym_body, - STATE(5185), 2, + STATE(4843), 2, sym_comment, sym_include, - [286714] = 5, + ACTIONS(6981), 4, + anon_sym_COLON, + aux_sym_on_error_phrase_token1, + aux_sym_stop_after_phrase_token1, + aux_sym_do_tuning_token1, + [279625] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5186), 2, + STATE(4844), 2, sym_comment, sym_include, - ACTIONS(3469), 4, + ACTIONS(3570), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [286734] = 5, + [279645] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5187), 2, + STATE(4845), 2, sym_comment, sym_include, - ACTIONS(3535), 4, + ACTIONS(3568), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [286754] = 5, + [279665] = 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(6983), 1, + aux_sym_stream_definition_token1, + ACTIONS(6985), 1, + aux_sym_input_close_statement_token1, + ACTIONS(6987), 1, + aux_sym_input_close_statement_token2, + ACTIONS(6989), 1, + aux_sym_output_stream_statement_token1, + STATE(4846), 2, sym_comment, sym_include, - ACTIONS(3537), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [286774] = 7, + [279691] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4847), 2, + sym_comment, + sym_include, + ACTIONS(6991), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [279711] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(6122), 1, - sym_on_stop_phrase, - ACTIONS(4446), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(5189), 2, + ACTIONS(6993), 1, + aux_sym_using_statement_token2, + ACTIONS(6995), 1, + aux_sym_stream_definition_token1, + ACTIONS(6997), 1, + aux_sym_input_close_statement_token1, + ACTIONS(6999), 1, + aux_sym_input_close_statement_token2, + STATE(4848), 2, sym_comment, sym_include, - [286798] = 8, + [279737] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5224), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6229), 1, + STATE(5582), 1, sym_body, - STATE(5190), 2, + STATE(4849), 2, sym_comment, sym_include, - [286824] = 8, + [279763] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(6553), 1, - sym_body, - STATE(5191), 2, + STATE(4850), 2, sym_comment, sym_include, - [286850] = 8, + ACTIONS(3566), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [279783] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6229), 1, + STATE(5646), 1, sym_body, - STATE(5192), 2, + STATE(4851), 2, sym_comment, sym_include, - [286876] = 6, + [279809] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6937), 1, - aux_sym_return_type_token2, - STATE(5193), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5655), 1, + sym_body, + STATE(4852), 2, sym_comment, sym_include, - ACTIONS(7184), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [286898] = 6, + [279835] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6888), 1, - aux_sym_return_type_token2, - STATE(5194), 2, + STATE(4853), 2, sym_comment, sym_include, - ACTIONS(7186), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [286920] = 5, + ACTIONS(3564), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [279855] = 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(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5657), 1, + sym_body, + STATE(4854), 2, sym_comment, sym_include, - ACTIONS(3186), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [286940] = 5, + [279881] = 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(4855), 2, sym_comment, sym_include, - ACTIONS(3184), 4, + ACTIONS(3562), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [286960] = 8, + [279901] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5084), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6228), 1, + STATE(5839), 1, sym_body, - STATE(5197), 2, + STATE(4856), 2, sym_comment, sym_include, - [286986] = 8, + [279927] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6228), 1, - sym_body, - STATE(5198), 2, - sym_comment, - sym_include, - [287012] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7188), 1, - sym_identifier, - STATE(139), 1, - sym_qualified_name, - ACTIONS(7190), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5199), 2, + STATE(4857), 2, sym_comment, sym_include, - [287036] = 5, + ACTIONS(3560), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [279947] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5200), 2, + STATE(4858), 2, sym_comment, sym_include, - ACTIONS(3162), 4, + ACTIONS(3558), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [287056] = 8, - ACTIONS(3), 1, + [279967] = 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(7092), 1, - anon_sym_COMMA, - ACTIONS(7192), 1, - sym_identifier, - ACTIONS(7194), 1, - sym__terminator, - STATE(5086), 1, - aux_sym_enum_member_repeat1, - STATE(5201), 2, + STATE(4859), 2, sym_comment, sym_include, - [287082] = 8, + ACTIONS(3556), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [279987] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5164), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(5845), 1, + STATE(5713), 1, sym_body, - STATE(5202), 2, + STATE(4860), 2, sym_comment, sym_include, - [287108] = 5, + [280013] = 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(4861), 2, sym_comment, sym_include, - ACTIONS(3471), 4, + ACTIONS(3554), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [287128] = 8, + [280033] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6124), 1, + STATE(5734), 1, sym_body, - STATE(5204), 2, + STATE(4862), 2, sym_comment, sym_include, - [287154] = 8, + [280059] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5748), 1, - sym_body, - STATE(5205), 2, + STATE(4863), 2, sym_comment, sym_include, - [287180] = 8, + ACTIONS(3552), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [280079] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7196), 1, - aux_sym_using_statement_token2, - ACTIONS(7198), 1, - aux_sym_stream_definition_token1, - ACTIONS(7200), 1, - aux_sym_input_close_statement_token1, - ACTIONS(7202), 1, - aux_sym_input_close_statement_token2, - STATE(5206), 2, + STATE(4864), 2, sym_comment, sym_include, - [287206] = 8, + ACTIONS(3550), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [280099] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6239), 1, - sym_body, - STATE(5207), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5775), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4865), 2, sym_comment, sym_include, - [287232] = 8, + [280125] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7204), 1, - anon_sym_LPAREN, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(308), 1, - sym_function_arguments, - STATE(5208), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5914), 1, + sym_body, + STATE(4866), 2, sym_comment, sym_include, - [287258] = 5, + [280151] = 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(4867), 2, sym_comment, sym_include, - ACTIONS(3473), 4, + ACTIONS(3546), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [287278] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6912), 1, - aux_sym_return_type_token2, - STATE(5210), 2, - sym_comment, - sym_include, - ACTIONS(7206), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [287300] = 8, + [280171] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(7208), 1, - sym__terminator, - STATE(5106), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5211), 2, + STATE(4868), 2, sym_comment, sym_include, - [287326] = 6, + ACTIONS(3544), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [280191] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6912), 1, - aux_sym_return_type_token2, - STATE(5212), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5942), 1, + sym_body, + STATE(4869), 2, sym_comment, sym_include, - ACTIONS(7210), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [287348] = 8, + [280217] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7212), 1, + ACTIONS(79), 1, anon_sym_LPAREN, - STATE(222), 1, - sym_function_arguments, - STATE(254), 1, + ACTIONS(1367), 1, + sym__namedot, + STATE(244), 1, aux_sym_qualified_name_repeat1, - STATE(5213), 2, + STATE(1298), 1, + sym_function_arguments, + STATE(4870), 2, sym_comment, sym_include, - [287374] = 8, + [280243] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(5884), 1, - sym_body, - STATE(5214), 2, + STATE(4871), 2, sym_comment, sym_include, - [287400] = 8, + ACTIONS(3542), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [280263] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(7208), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5215), 2, + ACTIONS(6837), 1, + sym__escaped_string, + STATE(4497), 1, + sym_string_literal, + ACTIONS(7001), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(4872), 2, sym_comment, sym_include, - [287426] = 8, + [280287] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5242), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6124), 1, + STATE(6005), 1, sym_body, - STATE(5216), 2, + STATE(4873), 2, sym_comment, sym_include, - [287452] = 8, + [280313] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5183), 1, - aux_sym_for_statement_repeat1, - STATE(5884), 1, - sym_body, - STATE(5217), 2, + ACTIONS(7003), 1, + aux_sym_return_type_token2, + STATE(4874), 2, sym_comment, sym_include, - [287478] = 8, + ACTIONS(7005), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [280335] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5262), 1, - aux_sym_for_statement_repeat1, - STATE(6239), 1, - sym_body, - STATE(5218), 2, + STATE(4875), 2, sym_comment, sym_include, - [287504] = 5, + ACTIONS(3536), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [280355] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5219), 2, + STATE(4876), 2, sym_comment, sym_include, - ACTIONS(3527), 4, + ACTIONS(3534), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [287524] = 8, + [280375] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(5979), 1, + STATE(5806), 1, sym_body, - STATE(5220), 2, + STATE(4877), 2, sym_comment, sym_include, - [287550] = 8, + [280401] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(4831), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(5748), 1, + STATE(5651), 1, sym_body, - STATE(5221), 2, + STATE(4878), 2, sym_comment, sym_include, - [287576] = 5, + [280427] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5222), 2, + STATE(4879), 2, sym_comment, sym_include, - ACTIONS(3479), 4, + ACTIONS(3530), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [287596] = 5, + [280447] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5223), 2, + STATE(4880), 2, sym_comment, sym_include, - ACTIONS(3182), 4, + ACTIONS(3528), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [287616] = 8, + [280467] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6363), 1, - sym_body, - STATE(5224), 2, + STATE(4881), 2, sym_comment, sym_include, - [287642] = 8, + ACTIONS(3526), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [280487] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5274), 1, - aux_sym_for_statement_repeat1, - STATE(6363), 1, - sym_body, - STATE(5225), 2, + STATE(4882), 2, sym_comment, sym_include, - [287668] = 5, + ACTIONS(3524), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [280507] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5226), 2, + STATE(4883), 2, sym_comment, sym_include, - ACTIONS(3481), 4, + ACTIONS(3532), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [287688] = 8, + [280527] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5205), 1, - aux_sym_for_statement_repeat1, - STATE(5979), 1, - sym_body, - STATE(5227), 2, + STATE(4884), 2, sym_comment, sym_include, - [287714] = 5, + ACTIONS(3520), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [280547] = 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(4885), 2, sym_comment, sym_include, - ACTIONS(3180), 4, + ACTIONS(3518), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [287734] = 5, + [280567] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7007), 1, + sym_identifier, + STATE(4886), 2, + sym_comment, + sym_include, + ACTIONS(7009), 4, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + [280587] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5229), 2, + ACTIONS(7011), 1, + aux_sym_return_type_token2, + STATE(4887), 2, sym_comment, sym_include, - ACTIONS(7214), 4, - anon_sym_COLON, - aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - [287754] = 5, + ACTIONS(7013), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [280609] = 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(4888), 2, sym_comment, sym_include, - ACTIONS(3178), 4, + ACTIONS(3516), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [287774] = 5, + [280629] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5231), 2, - sym_comment, - sym_include, - ACTIONS(7216), 4, + ACTIONS(2899), 1, anon_sym_COLON, - aux_sym__block_terminator_token1, + ACTIONS(2901), 1, anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - [287794] = 7, - ACTIONS(69), 1, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5450), 1, + sym_body, + STATE(4889), 2, + sym_comment, + sym_include, + [280655] = 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(6828), 1, - sym__escaped_string, - STATE(4584), 1, - sym_string_literal, - ACTIONS(7218), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(5232), 2, + ACTIONS(7017), 1, + sym__special_character, + STATE(4890), 2, sym_comment, sym_include, - [287818] = 8, + ACTIONS(7015), 3, + anon_sym_DQUOTE, + aux_sym_double_quoted_string_token1, + aux_sym_double_quoted_string_token2, + [280677] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(7220), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5233), 2, + STATE(4891), 2, sym_comment, sym_include, - [287844] = 8, + ACTIONS(3506), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [280697] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, + ACTIONS(5773), 1, aux_sym_field_definition_token1, - ACTIONS(7222), 1, + ACTIONS(7019), 1, sym__terminator, - STATE(5279), 1, + STATE(4993), 1, aux_sym_workfile_definition_repeat3, - STATE(5892), 1, + STATE(5454), 1, sym_field_definition, - STATE(5234), 2, + STATE(4892), 2, sym_comment, sym_include, - [287870] = 5, + [280723] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5235), 2, + STATE(4893), 2, sym_comment, sym_include, - ACTIONS(3176), 4, + ACTIONS(3504), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [287890] = 8, + [280743] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, + ACTIONS(6966), 1, sym__integer_literal, - ACTIONS(7224), 1, + ACTIONS(7021), 1, anon_sym_RBRACK, - STATE(187), 1, + STATE(188), 1, sym__decimal_literal, - STATE(6568), 1, + STATE(6103), 1, sym_number_literal, - STATE(5236), 2, + STATE(4894), 2, sym_comment, sym_include, - [287916] = 6, - ACTIONS(3), 1, + [280769] = 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(7226), 1, - sym_identifier, - STATE(5237), 2, + STATE(4895), 2, sym_comment, sym_include, - ACTIONS(7228), 3, - anon_sym_COLON, + ACTIONS(3498), 4, aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - [287938] = 5, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [280789] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5238), 2, - sym_comment, - sym_include, - ACTIONS(7230), 4, + ACTIONS(2899), 1, anon_sym_COLON, - aux_sym__block_terminator_token1, + ACTIONS(2901), 1, anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - [287958] = 5, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5664), 1, + sym_body, + STATE(4896), 2, + sym_comment, + sym_include, + [280815] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5239), 2, + STATE(4897), 2, sym_comment, sym_include, - ACTIONS(7232), 4, - anon_sym_COLON, + ACTIONS(3494), 4, aux_sym__block_terminator_token1, - anon_sym_COMMA, - aux_sym_repeat_tuning_token1, - [287978] = 5, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [280835] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5240), 2, + STATE(4898), 2, sym_comment, sym_include, - ACTIONS(3525), 4, + ACTIONS(3488), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [287998] = 8, + [280855] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5117), 1, - aux_sym_for_statement_repeat1, - STATE(6207), 1, - sym_body, - STATE(5241), 2, + STATE(4899), 2, sym_comment, sym_include, - [288024] = 8, + ACTIONS(3486), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [280875] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6207), 1, - sym_body, - STATE(5242), 2, + STATE(4900), 2, sym_comment, sym_include, - [288050] = 5, + ACTIONS(3484), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [280895] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5243), 2, + STATE(4901), 2, sym_comment, sym_include, - ACTIONS(3483), 4, + ACTIONS(3482), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [288070] = 8, + [280915] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5843), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5244), 2, + STATE(4902), 2, sym_comment, sym_include, - [288096] = 8, + ACTIONS(2823), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [280935] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5843), 1, - sym__terminator, - STATE(5129), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5245), 2, + ACTIONS(6966), 1, + sym__integer_literal, + ACTIONS(7023), 1, + anon_sym_RBRACK, + STATE(188), 1, + sym__decimal_literal, + STATE(6082), 1, + sym_number_literal, + STATE(4903), 2, sym_comment, sym_include, - [288122] = 7, + [280961] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(6205), 1, - sym_on_stop_phrase, - ACTIONS(4503), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(5246), 2, + ACTIONS(7025), 1, + aux_sym_return_type_token2, + STATE(4904), 2, sym_comment, sym_include, - [288146] = 8, + ACTIONS(7027), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [280983] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(6377), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5525), 1, sym_body, - STATE(5247), 2, + STATE(4905), 2, sym_comment, sym_include, - [288172] = 8, + [281009] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(6395), 1, - sym_body, - STATE(5248), 2, + ACTIONS(7029), 1, + aux_sym_return_type_token2, + STATE(4906), 2, sym_comment, sym_include, - [288198] = 8, - ACTIONS(69), 1, + ACTIONS(7031), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [281031] = 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(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5845), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5249), 2, + ACTIONS(7033), 1, + sym_identifier, + STATE(121), 1, + sym_qualified_name, + ACTIONS(7035), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(4907), 2, sym_comment, sym_include, - [288224] = 7, + [281055] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6248), 1, - aux_sym_on_error_phrase_token1, - STATE(6203), 1, - sym_on_stop_phrase, - ACTIONS(4579), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(5250), 2, + ACTIONS(7037), 1, + aux_sym_return_type_token2, + STATE(4908), 2, sym_comment, sym_include, - [288248] = 8, + ACTIONS(7039), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [281077] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(5981), 1, + STATE(5932), 1, sym_body, - STATE(5251), 2, + STATE(4909), 2, sym_comment, sym_include, - [288274] = 5, - ACTIONS(3), 1, + [281103] = 8, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7234), 1, - sym_identifier, - STATE(5252), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7041), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4910), 2, sym_comment, sym_include, - ACTIONS(7236), 4, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - [288294] = 5, + [281129] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5253), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5781), 1, + sym__terminator, + STATE(5011), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4911), 2, sym_comment, sym_include, - ACTIONS(3485), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [288314] = 8, + [281155] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4912), 2, + sym_comment, + sym_include, + ACTIONS(6113), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [281175] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, + ACTIONS(5773), 1, aux_sym_field_definition_token1, - ACTIONS(7238), 1, + ACTIONS(5781), 1, sym__terminator, - STATE(5279), 1, + STATE(4993), 1, aux_sym_workfile_definition_repeat3, - STATE(5892), 1, + STATE(5454), 1, sym_field_definition, - STATE(5254), 2, + STATE(4913), 2, sym_comment, sym_include, - [288340] = 5, + [281201] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5255), 2, + STATE(4914), 2, sym_comment, sym_include, - ACTIONS(3174), 4, + ACTIONS(3450), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [288360] = 7, - ACTIONS(3), 1, + [281221] = 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(6828), 1, - sym__escaped_string, - ACTIONS(7240), 1, - sym_identifier, - STATE(3422), 2, - sym_qualified_name, - sym_string_literal, - STATE(5256), 2, + STATE(4915), 2, sym_comment, sym_include, - [288384] = 8, + ACTIONS(3448), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [281241] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5214), 1, - aux_sym_for_statement_repeat1, - STATE(5981), 1, - sym_body, - STATE(5257), 2, + ACTIONS(7043), 1, + aux_sym__block_terminator_token1, + ACTIONS(7045), 1, + aux_sym_variable_definition_token1, + STATE(5032), 1, + aux_sym_enum_body_repeat1, + STATE(5584), 1, + sym_enum_definition, + STATE(4916), 2, sym_comment, sym_include, - [288410] = 8, + [281267] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(7242), 1, - sym__terminator, - STATE(5145), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5258), 2, + STATE(4917), 2, sym_comment, sym_include, - [288436] = 5, + ACTIONS(3440), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [281287] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5259), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7047), 1, + sym__terminator, + ACTIONS(7049), 1, + aux_sym_using_statement_token2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(4918), 2, sym_comment, sym_include, - ACTIONS(3487), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [288456] = 7, - ACTIONS(3), 1, + [281313] = 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(6828), 1, - sym__escaped_string, - ACTIONS(7244), 1, - sym_identifier, - STATE(4102), 2, - sym_qualified_name, - sym_string_literal, - STATE(5260), 2, + ACTIONS(7051), 1, + aux_sym_stream_definition_token1, + ACTIONS(7053), 1, + aux_sym_input_close_statement_token1, + ACTIONS(7055), 1, + aux_sym_input_close_statement_token2, + ACTIONS(7057), 1, + aux_sym_output_stream_statement_token1, + STATE(4919), 2, sym_comment, sym_include, - [288480] = 8, + [281339] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(7242), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5261), 2, + ACTIONS(7059), 1, + aux_sym_using_statement_token2, + ACTIONS(7061), 1, + aux_sym_stream_definition_token1, + ACTIONS(7063), 1, + aux_sym_input_close_statement_token1, + ACTIONS(7065), 1, + aux_sym_input_close_statement_token2, + STATE(4920), 2, sym_comment, sym_include, - [288506] = 8, + [281365] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6320), 1, + STATE(5633), 1, sym_body, - STATE(5262), 2, - sym_comment, - sym_include, - [288532] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5863), 1, - sym__terminator, - STATE(5261), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5263), 2, + STATE(4921), 2, sym_comment, sym_include, - [288558] = 8, + [281391] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5863), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5264), 2, + STATE(4922), 2, sym_comment, sym_include, - [288584] = 8, + ACTIONS(3438), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [281411] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(7238), 1, - sym__terminator, - STATE(4805), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5265), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5643), 1, + sym_body, + STATE(4923), 2, sym_comment, sym_include, - [288610] = 8, + [281437] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5290), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6320), 1, + STATE(5838), 1, sym_body, - STATE(5266), 2, + STATE(4924), 2, sym_comment, sym_include, - [288636] = 5, + [281463] = 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(4925), 2, sym_comment, sym_include, - ACTIONS(3140), 4, + ACTIONS(3522), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [288656] = 5, + [281483] = 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(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5719), 1, + sym_body, + STATE(4926), 2, + sym_comment, + sym_include, + [281509] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(4927), 2, sym_comment, sym_include, - ACTIONS(3144), 4, + ACTIONS(3434), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [288676] = 8, + [281529] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, + ACTIONS(1367), 1, sym__namedot, - ACTIONS(7246), 1, + ACTIONS(7067), 1, anon_sym_LPAREN, - STATE(254), 1, + STATE(244), 1, aux_sym_qualified_name_repeat1, - STATE(1019), 1, + STATE(2731), 1, sym_function_arguments, - STATE(5269), 2, + STATE(4928), 2, sym_comment, sym_include, - [288702] = 8, + [281555] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - ACTIONS(7248), 1, - anon_sym_RBRACK, - STATE(187), 1, - sym__decimal_literal, - STATE(6595), 1, - sym_number_literal, - STATE(5270), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5604), 1, + sym_body, + STATE(4929), 2, sym_comment, sym_include, - [288728] = 5, + [281581] = 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(4930), 2, sym_comment, sym_include, - ACTIONS(3521), 4, + ACTIONS(3432), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [288748] = 5, + [281601] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5272), 2, + STATE(4931), 2, sym_comment, sym_include, - ACTIONS(3519), 4, + ACTIONS(3430), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [288768] = 8, + [281621] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(7250), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5273), 2, + STATE(4932), 2, sym_comment, sym_include, - [288794] = 8, + ACTIONS(3428), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [281641] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6328), 1, + STATE(5808), 1, sym_body, - STATE(5274), 2, - sym_comment, - sym_include, - [288820] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(7250), 1, - sym__terminator, - STATE(5233), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5275), 2, - sym_comment, - sym_include, - [288846] = 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(4933), 2, sym_comment, sym_include, - ACTIONS(3172), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [288866] = 8, + [281667] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5299), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6328), 1, + STATE(5848), 1, sym_body, - STATE(5277), 2, + STATE(4934), 2, sym_comment, sym_include, - [288892] = 5, + [281693] = 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(4935), 2, sym_comment, sym_include, - ACTIONS(3148), 4, + ACTIONS(3420), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [288912] = 7, + [281713] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7252), 1, - sym__terminator, - ACTIONS(7254), 1, - aux_sym_field_definition_token1, - STATE(5892), 1, - sym_field_definition, - STATE(5279), 3, + STATE(4936), 2, sym_comment, sym_include, - aux_sym_workfile_definition_repeat3, - [288936] = 5, + ACTIONS(3418), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [281733] = 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(4937), 2, sym_comment, sym_include, - ACTIONS(3517), 4, + ACTIONS(3416), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [288956] = 5, + [281753] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5281), 2, + STATE(4938), 2, sym_comment, sym_include, - ACTIONS(3515), 4, + ACTIONS(3414), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [288976] = 8, + [281773] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7257), 1, - anon_sym_LPAREN, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(2729), 1, - sym_function_arguments, - STATE(5282), 2, - sym_comment, - sym_include, - [289002] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7259), 1, - sym_identifier, - STATE(115), 1, - sym_qualified_name, - ACTIONS(7261), 2, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - STATE(5283), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5912), 1, + sym_body, + STATE(4939), 2, sym_comment, sym_include, - [289026] = 5, + [281799] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5284), 2, + STATE(4940), 2, sym_comment, sym_include, - ACTIONS(3495), 4, + ACTIONS(3410), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [289046] = 5, + [281819] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5285), 2, + STATE(4941), 2, sym_comment, sym_include, - ACTIONS(3497), 4, + ACTIONS(3408), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [289066] = 8, + [281839] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, - anon_sym_LPAREN, - ACTIONS(5913), 1, + ACTIONS(2899), 1, anon_sym_COLON, - STATE(3645), 1, - sym_function_arguments, - STATE(5646), 1, - sym_case_body, - STATE(5286), 2, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5916), 1, + sym_body, + STATE(4942), 2, sym_comment, sym_include, - [289092] = 5, + [281865] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5287), 2, + ACTIONS(7069), 1, + aux_sym_return_type_token2, + STATE(4943), 2, sym_comment, sym_include, - ACTIONS(3501), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [289112] = 5, + ACTIONS(7071), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [281887] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5288), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5970), 1, + sym_body, + STATE(4944), 2, sym_comment, sym_include, - ACTIONS(3503), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [289132] = 8, + [281913] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(6541), 1, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(6019), 1, sym_body, - STATE(5289), 2, + STATE(4945), 2, sym_comment, sym_include, - [289158] = 8, + [281939] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6335), 1, + STATE(5909), 1, sym_body, - STATE(5290), 2, + STATE(4946), 2, sym_comment, sym_include, - [289184] = 5, + [281965] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5291), 2, + STATE(4947), 2, sym_comment, sym_include, - ACTIONS(3505), 4, + ACTIONS(3350), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [289204] = 5, - ACTIONS(3), 1, + [281985] = 5, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7263), 1, - sym_identifier, - STATE(5292), 2, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(4948), 2, sym_comment, sym_include, - ACTIONS(7265), 4, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DQUOTE, - aux_sym_include_argument_token1, - [289224] = 5, + ACTIONS(3348), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [282005] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5293), 2, + STATE(4949), 2, sym_comment, sym_include, - ACTIONS(3461), 4, + ACTIONS(3340), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [289244] = 5, + [282025] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5294), 2, + ACTIONS(7069), 1, + aux_sym_return_type_token2, + STATE(4950), 2, + sym_comment, + sym_include, + ACTIONS(7073), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [282047] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(7037), 1, + aux_sym_return_type_token2, + STATE(4951), 2, + sym_comment, + sym_include, + ACTIONS(7075), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [282069] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + STATE(4952), 2, sym_comment, sym_include, - ACTIONS(3170), 4, + ACTIONS(3338), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [289264] = 8, + [282089] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(6729), 1, - sym_body, - STATE(5295), 2, + ACTIONS(7025), 1, + aux_sym_return_type_token2, + STATE(4953), 2, sym_comment, sym_include, - [289290] = 8, + ACTIONS(7077), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [282111] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(4779), 1, - aux_sym_for_statement_repeat1, - STATE(6335), 1, - sym_body, - STATE(5296), 2, + STATE(4954), 2, sym_comment, sym_include, - [289316] = 8, + ACTIONS(3336), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [282131] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7267), 1, + ACTIONS(7081), 1, + anon_sym_COMMA, + STATE(4955), 2, + sym_comment, + sym_include, + ACTIONS(7079), 3, sym_identifier, - ACTIONS(7269), 1, sym__terminator, - ACTIONS(7271), 1, - aux_sym_query_definition_token1, - STATE(5443), 1, - sym_qualified_name, - STATE(5297), 2, + aux_sym_scope_tuning_token1, + [282153] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4956), 2, sym_comment, sym_include, - [289342] = 8, + ACTIONS(7083), 4, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + [282173] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(6569), 1, - sym_body, - STATE(5298), 2, + ACTIONS(6966), 1, + sym__integer_literal, + ACTIONS(7085), 1, + anon_sym_RBRACK, + STATE(188), 1, + sym__decimal_literal, + STATE(6574), 1, + sym_number_literal, + STATE(4957), 2, sym_comment, sym_include, - [289368] = 8, + [282199] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6340), 1, + STATE(5766), 1, sym_body, - STATE(5299), 2, + STATE(4958), 2, + sym_comment, + sym_include, + [282225] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4959), 2, + sym_comment, + sym_include, + ACTIONS(7087), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [282245] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4960), 2, sym_comment, sym_include, - [289394] = 8, + ACTIONS(7089), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_field_definition_token1, + [282265] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5787), 1, - sym__terminator, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - STATE(4813), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5300), 2, + ACTIONS(6966), 1, + sym__integer_literal, + ACTIONS(7091), 1, + anon_sym_RBRACK, + STATE(188), 1, + sym__decimal_literal, + STATE(6161), 1, + sym_number_literal, + STATE(4961), 2, sym_comment, sym_include, - [289420] = 5, + [282291] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5301), 2, + STATE(4962), 2, sym_comment, sym_include, - ACTIONS(3509), 4, + ACTIONS(3300), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [289440] = 8, + [282311] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5330), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6340), 1, + STATE(5574), 1, sym_body, - STATE(5302), 2, + STATE(4963), 2, sym_comment, sym_include, - [289466] = 5, + [282337] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5303), 2, + STATE(4964), 2, sym_comment, sym_include, - ACTIONS(3156), 4, + ACTIONS(3294), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [289486] = 8, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(7273), 1, - sym__terminator, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5304), 2, - sym_comment, - sym_include, - [289512] = 5, + [282357] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5305), 2, + STATE(4965), 2, sym_comment, sym_include, - ACTIONS(3196), 4, + ACTIONS(3290), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [289532] = 6, - ACTIONS(69), 1, + [282377] = 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(6937), 1, - aux_sym_return_type_token2, - STATE(5306), 2, + STATE(4966), 2, sym_comment, sym_include, - ACTIONS(7275), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [289554] = 8, + ACTIONS(7093), 4, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [282397] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(6714), 1, - sym_body, - STATE(5307), 2, + ACTIONS(6966), 1, + sym__integer_literal, + ACTIONS(7095), 1, + anon_sym_RBRACK, + STATE(188), 1, + sym__decimal_literal, + STATE(6188), 1, + sym_number_literal, + STATE(4967), 2, sym_comment, sym_include, - [289580] = 8, + [282423] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(5809), 1, - sym__terminator, - STATE(5215), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5308), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7097), 1, + anon_sym_LPAREN, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5966), 1, + sym_function_arguments, + STATE(4968), 2, sym_comment, sym_include, - [289606] = 5, + [282449] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5309), 2, + STATE(4969), 2, sym_comment, sym_include, - ACTIONS(3152), 4, + ACTIONS(3436), 4, aux_sym__block_terminator_token1, aux_sym_when_expression_token1, aux_sym_else_statement_token1, aux_sym_case_otherwise_branch_token1, - [289626] = 8, + [282469] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, + ACTIONS(5773), 1, aux_sym_field_definition_token1, - ACTIONS(5845), 1, + ACTIONS(7099), 1, sym__terminator, - STATE(5254), 1, + STATE(4993), 1, aux_sym_workfile_definition_repeat3, - STATE(5892), 1, + STATE(5454), 1, sym_field_definition, - STATE(5310), 2, + STATE(4970), 2, + sym_comment, + sym_include, + [282495] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(220), 1, + sym_identifier, + STATE(4971), 2, sym_comment, sym_include, - [289652] = 8, + ACTIONS(222), 4, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + [282515] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, + ACTIONS(5773), 1, aux_sym_field_definition_token1, - ACTIONS(5809), 1, + ACTIONS(7101), 1, sym__terminator, - STATE(5279), 1, + STATE(4892), 1, aux_sym_workfile_definition_repeat3, - STATE(5892), 1, + STATE(5454), 1, sym_field_definition, - STATE(5311), 2, + STATE(4972), 2, sym_comment, sym_include, - [289678] = 8, - ACTIONS(69), 1, + [282541] = 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(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5334), 1, - aux_sym_for_statement_repeat1, - STATE(6342), 1, - sym_body, - STATE(5312), 2, + STATE(4973), 2, sym_comment, sym_include, - [289704] = 8, - ACTIONS(69), 1, + ACTIONS(4227), 4, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [282561] = 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(5787), 1, - sym__terminator, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - STATE(5279), 1, - aux_sym_workfile_definition_repeat3, - STATE(5892), 1, - sym_field_definition, - STATE(5313), 2, + ACTIONS(7103), 1, + sym_identifier, + STATE(136), 1, + sym_qualified_name, + ACTIONS(7105), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(4974), 2, sym_comment, sym_include, - [289730] = 5, - ACTIONS(69), 1, + [282585] = 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(5314), 2, + STATE(4975), 2, sym_comment, sym_include, - ACTIONS(3511), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [289750] = 8, - ACTIONS(69), 1, + ACTIONS(4380), 4, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [282605] = 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(7277), 1, - aux_sym_stream_definition_token1, - ACTIONS(7279), 1, - aux_sym_input_close_statement_token1, - ACTIONS(7281), 1, - aux_sym_input_close_statement_token2, - ACTIONS(7283), 1, - aux_sym_output_stream_statement_token1, - STATE(5315), 2, + ACTIONS(160), 1, + sym_identifier, + ACTIONS(7107), 1, + sym__namedot, + ACTIONS(162), 2, + sym__terminator, + anon_sym_COMMA, + STATE(4976), 2, sym_comment, sym_include, - [289776] = 7, + [282629] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7285), 1, + ACTIONS(248), 1, sym_identifier, - ACTIONS(7288), 1, - sym__terminator, - STATE(5842), 1, - sym_enum_member, - STATE(5316), 3, + STATE(4977), 2, sym_comment, sym_include, - aux_sym_enum_definition_repeat1, - [289800] = 8, + ACTIONS(250), 4, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + [282649] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7290), 1, - aux_sym_using_statement_token2, - ACTIONS(7292), 1, + ACTIONS(7109), 1, aux_sym_stream_definition_token1, - ACTIONS(7294), 1, + ACTIONS(7111), 1, aux_sym_input_close_statement_token1, - ACTIONS(7296), 1, + ACTIONS(7113), 1, aux_sym_input_close_statement_token2, - STATE(5317), 2, + ACTIONS(7115), 1, + aux_sym_output_stream_statement_token1, + STATE(4978), 2, sym_comment, sym_include, - [289826] = 5, + [282675] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5318), 2, + ACTIONS(7117), 1, + aux_sym_using_statement_token2, + ACTIONS(7119), 1, + aux_sym_stream_definition_token1, + ACTIONS(7121), 1, + aux_sym_input_close_statement_token1, + ACTIONS(7123), 1, + aux_sym_input_close_statement_token2, + STATE(4979), 2, sym_comment, sym_include, - ACTIONS(3166), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [289846] = 8, + [282701] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7106), 1, - anon_sym_LPAREN, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(2507), 1, - sym_function_arguments, - STATE(5319), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5764), 1, + sym_body, + STATE(4980), 2, sym_comment, sym_include, - [289872] = 8, + [282727] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6354), 1, + STATE(5780), 1, sym_body, - STATE(5320), 2, + STATE(4981), 2, sym_comment, sym_include, - [289898] = 8, + [282753] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5320), 1, - aux_sym_for_statement_repeat1, - STATE(6353), 1, - sym_body, - STATE(5321), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7101), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4982), 2, sym_comment, sym_include, - [289924] = 8, + [282779] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6353), 1, + STATE(5783), 1, sym_body, - STATE(5322), 2, + STATE(4983), 2, + sym_comment, + sym_include, + [282805] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7125), 1, + anon_sym_LPAREN, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(1164), 1, + sym_function_arguments, + STATE(4984), 2, sym_comment, sym_include, - [289950] = 8, + [282831] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6352), 1, + STATE(5792), 1, sym_body, - STATE(5323), 2, + STATE(4985), 2, sym_comment, sym_include, - [289976] = 8, + [282857] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(7298), 1, + ACTIONS(5769), 1, sym__terminator, - STATE(5279), 1, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + STATE(4993), 1, aux_sym_workfile_definition_repeat3, - STATE(5892), 1, + STATE(5454), 1, sym_field_definition, - STATE(5324), 2, + STATE(4986), 2, sym_comment, sym_include, - [290002] = 8, + [282883] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6154), 1, + STATE(5796), 1, sym_body, - STATE(5325), 2, + STATE(4987), 2, sym_comment, sym_include, - [290028] = 8, + [282909] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5791), 1, - aux_sym_field_definition_token1, - ACTIONS(7298), 1, + ACTIONS(5769), 1, sym__terminator, - STATE(5234), 1, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + STATE(4690), 1, aux_sym_workfile_definition_repeat3, - STATE(5892), 1, + STATE(5454), 1, sym_field_definition, - STATE(5326), 2, + STATE(4988), 2, sym_comment, sym_include, - [290054] = 8, + [282935] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5322), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6346), 1, + STATE(5820), 1, sym_body, - STATE(5327), 2, + STATE(4989), 2, sym_comment, sym_include, - [290080] = 8, + [282961] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6346), 1, + STATE(5829), 1, sym_body, - STATE(5328), 2, + STATE(4990), 2, + sym_comment, + sym_include, + [282987] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + STATE(4991), 2, sym_comment, sym_include, - [290106] = 8, + ACTIONS(218), 4, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [283007] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5198), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6154), 1, + STATE(5923), 1, sym_body, - STATE(5329), 2, + STATE(4992), 2, sym_comment, sym_include, - [290132] = 8, + [283033] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(3800), 1, - anon_sym_COMMA, - STATE(5447), 1, - aux_sym_for_statement_repeat1, - STATE(6344), 1, - sym_body, - STATE(5330), 2, + ACTIONS(7127), 1, + sym__terminator, + ACTIONS(7129), 1, + aux_sym_field_definition_token1, + STATE(5454), 1, + sym_field_definition, + STATE(4993), 3, sym_comment, sym_include, - [290158] = 8, + aux_sym_workfile_definition_repeat3, + [283057] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5328), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6344), 1, + STATE(5941), 1, sym_body, - STATE(5331), 2, + STATE(4994), 2, sym_comment, sym_include, - [290184] = 5, + [283083] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5332), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7132), 1, + sym__terminator, + STATE(4689), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4995), 2, sym_comment, sym_include, - ACTIONS(3168), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [290204] = 8, + [283109] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7132), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(4996), 2, + sym_comment, + sym_include, + [283135] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5323), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6345), 1, + STATE(5958), 1, sym_body, - STATE(5333), 2, + STATE(4997), 2, sym_comment, sym_include, - [290230] = 8, + [283161] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - ACTIONS(3800), 1, + ACTIONS(2901), 1, anon_sym_COMMA, - STATE(5447), 1, + STATE(5283), 1, aux_sym_for_statement_repeat1, - STATE(6345), 1, + STATE(6015), 1, sym_body, - STATE(5334), 2, + STATE(4998), 2, sym_comment, sym_include, - [290256] = 6, + [283187] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7084), 1, - aux_sym_return_type_token2, - STATE(5335), 2, + STATE(4999), 2, sym_comment, sym_include, - ACTIONS(7300), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [290278] = 6, + ACTIONS(2923), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [283207] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7120), 1, - aux_sym_return_type_token2, - STATE(5336), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5986), 1, + sym_body, + STATE(5000), 2, sym_comment, sym_include, - ACTIONS(7302), 3, - aux_sym_on_error_phrase_token4, - aux_sym_on_error_phrase_token5, - aux_sym_on_error_phrase_token6, - [290300] = 5, + [283233] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5337), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7134), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5001), 2, sym_comment, sym_include, - ACTIONS(3513), 4, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_else_statement_token1, - aux_sym_case_otherwise_branch_token1, - [290320] = 7, - ACTIONS(3), 1, + [283259] = 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(7304), 1, - sym_identifier, - ACTIONS(7306), 1, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7136), 1, sym__terminator, - STATE(5637), 1, - sym_qualified_name, - STATE(5338), 2, + STATE(4910), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5002), 2, sym_comment, sym_include, - [290343] = 7, + [283285] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6023), 1, - aux_sym__block_terminator_token1, - STATE(1826), 1, - sym__function_terminator, - STATE(1866), 1, - sym__block_terminator, - STATE(5339), 2, + STATE(5003), 2, sym_comment, sym_include, - [290366] = 6, + ACTIONS(2923), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [283305] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3789), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5340), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7138), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5004), 2, sym_comment, sym_include, - [290387] = 7, + [283331] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7310), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5341), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7136), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5005), 2, sym_comment, sym_include, - [290410] = 7, + [283357] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(7312), 1, - anon_sym_RBRACK, - STATE(5512), 1, - aux_sym_array_literal_repeat1, - STATE(5342), 2, + STATE(5006), 2, sym_comment, sym_include, - [290433] = 7, + ACTIONS(2945), 4, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_else_statement_token1, + aux_sym_case_otherwise_branch_token1, + [283377] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7314), 1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(7316), 1, - anon_sym_RPAREN, - STATE(5434), 1, - aux_sym_function_parameters_repeat1, - STATE(5343), 2, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(6001), 1, + sym_body, + STATE(5007), 2, sym_comment, sym_include, - [290456] = 7, + [283403] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7318), 1, - anon_sym_RPAREN, - STATE(5341), 1, - aux_sym_function_arguments_repeat1, - STATE(5344), 2, + ACTIONS(6966), 1, + sym__integer_literal, + ACTIONS(7140), 1, + anon_sym_RBRACK, + STATE(188), 1, + sym__decimal_literal, + STATE(6320), 1, + sym_number_literal, + STATE(5008), 2, sym_comment, sym_include, - [290479] = 7, - ACTIONS(3), 1, + [283429] = 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(2061), 1, - anon_sym_LPAREN, - ACTIONS(7320), 1, - sym_identifier, - STATE(3128), 1, - sym_parenthesized_expression, - STATE(5345), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5513), 1, + sym_body, + STATE(5009), 2, sym_comment, sym_include, - [290502] = 7, + [283455] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7322), 1, - sym_file_name, - ACTIONS(7324), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5424), 1, - aux_sym_include_repeat1, - STATE(6666), 1, - sym_constant, - STATE(5346), 2, + ACTIONS(6837), 1, + sym__escaped_string, + ACTIONS(7142), 1, + sym_identifier, + STATE(4269), 2, + sym_qualified_name, + sym_string_literal, + STATE(5010), 2, sym_comment, sym_include, - [290525] = 7, + [283479] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7326), 1, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7144), 1, sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5347), 2, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5011), 2, sym_comment, sym_include, - [290548] = 7, + [283505] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7328), 1, - aux_sym_on_error_phrase_token2, - ACTIONS(7330), 1, - aux_sym_on_stop_phrase_token1, - ACTIONS(7332), 1, - aux_sym_on_quit_phrase_token1, - STATE(5348), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5787), 1, + sym__terminator, + STATE(4724), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5012), 2, sym_comment, sym_include, - [290571] = 6, + [283531] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(891), 1, - sym_assignment_operator, - ACTIONS(853), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(5349), 2, + ACTIONS(6966), 1, + sym__integer_literal, + ACTIONS(7146), 1, + anon_sym_RBRACK, + STATE(188), 1, + sym__decimal_literal, + STATE(6344), 1, + sym_number_literal, + STATE(5013), 2, sym_comment, sym_include, - [290592] = 7, + [283557] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7334), 1, - aux_sym_buffer_definition_token2, - ACTIONS(7336), 1, - aux_sym_repeat_statement_token1, - ACTIONS(7338), 1, - aux_sym_do_block_token1, - STATE(5350), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7144), 1, + sym__terminator, + STATE(5060), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5014), 2, sym_comment, sym_include, - [290615] = 6, + [283583] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6113), 1, - aux_sym__block_terminator_token1, - STATE(5203), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5351), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7148), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5015), 2, sym_comment, sym_include, - [290636] = 7, + [283609] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6643), 1, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5793), 1, sym__terminator, - STATE(5431), 1, - aux_sym_data_relation_repeat1, - STATE(5352), 2, + STATE(5062), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5016), 2, sym_comment, sym_include, - [290659] = 5, - ACTIONS(69), 1, + [283635] = 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(5353), 2, + ACTIONS(7150), 1, + sym_identifier, + STATE(128), 1, + sym_qualified_name, + ACTIONS(7152), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(5017), 2, sym_comment, sym_include, - ACTIONS(7340), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [290678] = 7, + [283659] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - STATE(187), 1, - sym__decimal_literal, - STATE(3548), 1, - sym_number_literal, - STATE(5354), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5793), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5018), 2, sym_comment, sym_include, - [290701] = 7, - ACTIONS(69), 1, + [283685] = 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(5991), 1, - anon_sym_COMMA, - ACTIONS(5995), 1, - anon_sym_GT, - STATE(5427), 1, - aux_sym_generic_expression_repeat1, - STATE(5355), 2, + STATE(5019), 2, sym_comment, sym_include, - [290724] = 5, - ACTIONS(69), 1, + ACTIONS(7154), 4, + sym_identifier, + sym__terminator, + anon_sym_COMMA, + aux_sym_scope_tuning_token1, + [283705] = 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(5356), 2, + ACTIONS(7156), 1, + sym_identifier, + ACTIONS(7159), 1, + sym__terminator, + STATE(5558), 1, + sym_enum_member, + STATE(5020), 3, sym_comment, sym_include, - ACTIONS(7342), 3, - sym__terminator, - aux_sym_field_definition_token1, - aux_sym_index_definition_token1, - [290743] = 6, - ACTIONS(69), 1, + aux_sym_enum_definition_repeat1, + [283729] = 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(3352), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5357), 2, + STATE(5021), 2, sym_comment, sym_include, - [290764] = 7, + ACTIONS(4364), 4, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [283749] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3854), 1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(3856), 1, - aux_sym_of_phrase_token1, - STATE(5570), 1, - aux_sym_array_literal_repeat1, - STATE(5358), 2, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(6017), 1, + sym_body, + STATE(5022), 2, sym_comment, sym_include, - [290787] = 6, + [283775] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7344), 1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(7347), 1, - anon_sym_RPAREN, - STATE(5359), 3, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5529), 1, + sym_body, + STATE(5023), 2, sym_comment, sym_include, - aux_sym_function_parameters_repeat1, - [290808] = 5, - ACTIONS(69), 1, + [283801] = 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(5360), 2, + ACTIONS(7161), 1, + sym_identifier, + ACTIONS(7163), 1, + sym__terminator, + ACTIONS(7165), 1, + anon_sym_COMMA, + STATE(5024), 3, sym_comment, sym_include, - ACTIONS(7349), 3, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - [290827] = 7, + aux_sym_enum_member_repeat1, + [283825] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7351), 1, + ACTIONS(6659), 1, sym_identifier, - ACTIONS(7353), 1, - anon_sym_AMP, - ACTIONS(7355), 1, - sym__integer_literal, - STATE(5361), 2, + STATE(5025), 2, + sym_comment, + sym_include, + ACTIONS(6661), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [283847] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(7168), 1, + aux_sym_stream_definition_token1, + ACTIONS(7170), 1, + aux_sym_input_close_statement_token1, + ACTIONS(7172), 1, + aux_sym_input_close_statement_token2, + ACTIONS(7174), 1, + aux_sym_output_stream_statement_token1, + STATE(5026), 2, sym_comment, sym_include, - [290850] = 7, + [283873] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7357), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5362), 2, + ACTIONS(7176), 1, + aux_sym_using_statement_token2, + ACTIONS(7178), 1, + aux_sym_stream_definition_token1, + ACTIONS(7180), 1, + aux_sym_input_close_statement_token1, + ACTIONS(7182), 1, + aux_sym_input_close_statement_token2, + STATE(5027), 2, sym_comment, sym_include, - [290873] = 7, + [283899] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7359), 1, - sym_identifier, - ACTIONS(7361), 1, - aux_sym_temp_table_expression_token1, - STATE(7040), 1, - sym_qualified_name, - STATE(5363), 2, + STATE(5028), 2, sym_comment, sym_include, - [290896] = 7, - ACTIONS(69), 1, + ACTIONS(4400), 4, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [283919] = 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(7363), 1, - aux_sym_return_type_token1, - ACTIONS(7365), 1, - aux_sym_return_type_token2, - STATE(4151), 1, - sym_return_type, - STATE(5364), 2, + ACTIONS(7184), 1, + sym_identifier, + STATE(5029), 2, sym_comment, sym_include, - [290919] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7186), 4, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(7367), 1, - sym__terminator, - STATE(6523), 1, - sym_body, - STATE(5365), 2, - sym_comment, - sym_include, - [290942] = 7, + anon_sym_RBRACE, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + [283939] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5991), 1, - anon_sym_COMMA, - ACTIONS(7369), 1, - anon_sym_GT, - STATE(5535), 1, - aux_sym_generic_expression_repeat1, - STATE(5366), 2, + ACTIONS(7188), 1, + anon_sym_COLON, + ACTIONS(7190), 1, + aux_sym_enum_tuning_token1, + STATE(6038), 1, + sym_enum_tuning, + STATE(5030), 3, sym_comment, sym_include, - [290965] = 7, + aux_sym_enum_statement_repeat1, + [283963] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2019), 1, - anon_sym_LPAREN, - ACTIONS(7371), 1, - sym_identifier, - STATE(3071), 1, - sym_parenthesized_expression, - STATE(5367), 2, + STATE(5031), 2, sym_comment, sym_include, - [290988] = 6, + ACTIONS(3894), 4, + sym_identifier, + sym__terminator, + anon_sym_LBRACK, + aux_sym_scope_tuning_token1, + [283983] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3890), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5368), 2, + ACTIONS(7045), 1, + aux_sym_variable_definition_token1, + ACTIONS(7193), 1, + aux_sym__block_terminator_token1, + STATE(4730), 1, + aux_sym_enum_body_repeat1, + STATE(5584), 1, + sym_enum_definition, + STATE(5032), 2, sym_comment, sym_include, - [291009] = 7, + [284009] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7373), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5369), 2, + ACTIONS(6966), 1, + sym__integer_literal, + ACTIONS(7195), 1, + anon_sym_RBRACK, + STATE(188), 1, + sym__decimal_literal, + STATE(6459), 1, + sym_number_literal, + STATE(5033), 2, sym_comment, sym_include, - [291032] = 7, + [284035] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3810), 1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(7375), 1, - anon_sym_RBRACK, - STATE(5512), 1, - aux_sym_array_literal_repeat1, - STATE(5370), 2, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5663), 1, + sym_body, + STATE(5034), 2, sym_comment, sym_include, - [291055] = 7, - ACTIONS(69), 1, + [284061] = 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(1379), 1, - sym__namedot, - ACTIONS(7377), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5371), 2, + ACTIONS(6542), 1, + sym_identifier, + STATE(5035), 2, sym_comment, sym_include, - [291078] = 7, + ACTIONS(6544), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [284083] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7324), 1, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7379), 1, - sym_file_name, - STATE(5346), 1, - aux_sym_include_repeat1, - STATE(6666), 1, - sym_constant, - STATE(5372), 2, + ACTIONS(7197), 1, + sym_identifier, + ACTIONS(7199), 1, + sym__terminator, + ACTIONS(7201), 1, + aux_sym_query_definition_token1, + STATE(5209), 1, + sym_qualified_name, + STATE(5036), 2, sym_comment, sym_include, - [291101] = 7, - ACTIONS(69), 1, + [284109] = 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(7308), 1, - anon_sym_COMMA, - ACTIONS(7381), 1, - anon_sym_RPAREN, - STATE(5369), 1, - aux_sym_function_arguments_repeat1, - STATE(5373), 2, + ACTIONS(7203), 1, + sym_identifier, + STATE(5037), 2, sym_comment, sym_include, - [291124] = 7, - ACTIONS(69), 1, + ACTIONS(7205), 4, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + [284129] = 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(7308), 1, - anon_sym_COMMA, - ACTIONS(7383), 1, - anon_sym_RPAREN, - STATE(5380), 1, - aux_sym_function_arguments_repeat1, - STATE(5374), 2, + ACTIONS(6600), 1, + sym_identifier, + STATE(5038), 2, sym_comment, sym_include, - [291147] = 7, - ACTIONS(69), 1, + ACTIONS(6602), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [284151] = 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(6141), 1, - anon_sym_COMMA, - ACTIONS(6625), 1, - aux_sym_data_relation_token2, - STATE(5456), 1, - aux_sym_data_relation_repeat1, - STATE(5375), 2, + ACTIONS(6739), 1, + sym_identifier, + STATE(5039), 2, sym_comment, sym_include, - [291170] = 7, + ACTIONS(6741), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [284173] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, + ACTIONS(1367), 1, sym__namedot, - ACTIONS(7385), 1, - sym__terminator, - STATE(254), 1, + ACTIONS(7207), 1, + anon_sym_LPAREN, + STATE(227), 1, + sym_function_arguments, + STATE(244), 1, aux_sym_qualified_name_repeat1, - STATE(5376), 2, + STATE(5040), 2, sym_comment, sym_include, - [291193] = 7, - ACTIONS(69), 1, + [284199] = 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(7308), 1, - anon_sym_COMMA, - ACTIONS(7387), 1, - anon_sym_RPAREN, - STATE(5442), 1, - aux_sym_function_arguments_repeat1, - STATE(5377), 2, + ACTIONS(7209), 1, + sym_identifier, + STATE(5041), 2, sym_comment, sym_include, - [291216] = 6, + ACTIONS(7211), 4, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + [284219] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7389), 1, + ACTIONS(6958), 1, sym_identifier, - STATE(5378), 2, + ACTIONS(6960), 1, + aux_sym_input_expression_token2, + STATE(3336), 1, + sym_using_field, + STATE(3355), 1, + sym_qualified_name, + STATE(5042), 2, sym_comment, sym_include, - STATE(5503), 2, - sym_qualified_name, - sym_generic_parameter, - [291237] = 7, - ACTIONS(69), 1, + [284245] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7213), 1, + sym_identifier, + STATE(5043), 2, + sym_comment, + sym_include, + ACTIONS(7215), 4, anon_sym_LBRACE, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(7391), 1, - anon_sym_RBRACK, - STATE(5512), 1, - aux_sym_array_literal_repeat1, - STATE(5379), 2, + anon_sym_RBRACE, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + [284265] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7217), 1, + sym_identifier, + STATE(5044), 2, sym_comment, sym_include, - [291260] = 7, - ACTIONS(69), 1, + ACTIONS(7219), 4, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DQUOTE, + aux_sym_include_argument_token1, + [284285] = 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(7308), 1, - anon_sym_COMMA, - ACTIONS(7393), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5380), 2, + STATE(5045), 2, sym_comment, sym_include, - [291283] = 7, + ACTIONS(7221), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_field_definition_token1, + [284305] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7395), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5381), 2, + ACTIONS(7223), 1, + aux_sym_return_type_token2, + STATE(5046), 2, sym_comment, sym_include, - [291306] = 7, + ACTIONS(7225), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [284327] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6629), 1, - sym__terminator, - STATE(5590), 1, - aux_sym_data_relation_repeat1, - STATE(5382), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(6274), 1, + sym_body, + STATE(5047), 2, sym_comment, sym_include, - [291329] = 7, + [284353] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(879), 1, - anon_sym_LPAREN, - ACTIONS(7397), 1, + ACTIONS(6894), 1, sym_identifier, - STATE(964), 1, - sym_parenthesized_expression, - STATE(5383), 2, + ACTIONS(7227), 1, + sym__terminator, + STATE(5020), 1, + aux_sym_enum_definition_repeat1, + STATE(5558), 1, + sym_enum_member, + STATE(5048), 2, sym_comment, sym_include, - [291352] = 6, + [284379] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(200), 1, + ACTIONS(6783), 1, sym_identifier, - ACTIONS(202), 2, - sym__terminator, - anon_sym_COMMA, - STATE(5384), 2, + STATE(5049), 2, sym_comment, sym_include, - [291373] = 7, - ACTIONS(69), 1, + ACTIONS(6785), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [284401] = 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(6141), 1, - anon_sym_COMMA, - ACTIONS(6694), 1, - anon_sym_RPAREN, - STATE(5592), 1, - aux_sym_data_relation_repeat1, - STATE(5385), 2, + ACTIONS(6793), 1, + sym_identifier, + STATE(5050), 2, sym_comment, sym_include, - [291396] = 7, - ACTIONS(69), 1, + ACTIONS(6795), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [284423] = 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(7399), 1, - aux_sym_buffer_definition_token2, - ACTIONS(7401), 1, - aux_sym_repeat_statement_token1, - ACTIONS(7403), 1, - aux_sym_do_block_token1, - STATE(5386), 2, + ACTIONS(6813), 1, + sym_identifier, + STATE(5051), 2, sym_comment, sym_include, - [291419] = 7, - ACTIONS(69), 1, + ACTIONS(6815), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [284445] = 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(849), 1, - sym__namecolon, - ACTIONS(7405), 1, - sym__terminator, - STATE(4734), 1, - aux_sym_object_access_repeat1, - STATE(5387), 2, + ACTIONS(6729), 1, + sym_identifier, + STATE(5052), 2, sym_comment, sym_include, - [291442] = 7, - ACTIONS(69), 1, + ACTIONS(6731), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [284467] = 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(7330), 1, - aux_sym_on_stop_phrase_token1, - ACTIONS(7407), 1, - aux_sym_on_error_phrase_token2, - ACTIONS(7409), 1, - aux_sym_on_quit_phrase_token1, - STATE(5388), 2, + ACTIONS(7229), 1, + sym_identifier, + ACTIONS(7231), 1, + sym__terminator, + ACTIONS(7233), 1, + aux_sym_query_definition_token1, + STATE(5383), 1, + sym_qualified_name, + STATE(5053), 2, sym_comment, sym_include, - [291465] = 6, + [284493] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3928), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5389), 2, + STATE(5054), 2, sym_comment, sym_include, - [291486] = 7, + ACTIONS(144), 4, + sym__namecolon, + sym__augmented_assignment, + anon_sym_LPAREN, + anon_sym_EQ, + [284513] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7411), 1, + ACTIONS(6735), 1, sym_identifier, - ACTIONS(7413), 1, - aux_sym_temp_table_expression_token1, - STATE(6687), 1, - sym_qualified_name, - STATE(5390), 2, - sym_comment, - sym_include, - [291509] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(3916), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5391), 2, + STATE(5055), 2, sym_comment, sym_include, - [291530] = 7, + ACTIONS(6737), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [284535] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7415), 1, - sym_identifier, - ACTIONS(7417), 1, - anon_sym_RPAREN, - STATE(5458), 1, - aux_sym_query_fields_repeat1, - STATE(5392), 2, + STATE(5056), 2, sym_comment, sym_include, - [291553] = 7, + ACTIONS(2754), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [284555] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - STATE(187), 1, - sym__decimal_literal, - STATE(6514), 1, - sym_number_literal, - STATE(5393), 2, + ACTIONS(7235), 1, + anon_sym_COMMA, + ACTIONS(3812), 2, + aux_sym_of_token1, + aux_sym_of_phrase_token2, + STATE(5057), 3, sym_comment, sym_include, - [291576] = 6, + aux_sym_array_literal_repeat1, + [284577] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(152), 1, + ACTIONS(6743), 1, sym_identifier, - ACTIONS(154), 2, - sym__terminator, - anon_sym_COMMA, - STATE(5394), 2, + STATE(5058), 2, sym_comment, sym_include, - [291597] = 7, + ACTIONS(6745), 3, + anon_sym_COLON, + anon_sym_COMMA, + aux_sym_on_error_phrase_token1, + [284599] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7419), 1, - aux_sym_image_phrase_token1, - ACTIONS(7421), 1, - aux_sym_image_phrase_token2, - STATE(3190), 1, - sym_image_phrase, - STATE(5395), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5948), 1, + sym_body, + STATE(5059), 2, sym_comment, sym_include, - [291620] = 6, + [284625] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6121), 1, - aux_sym__block_terminator_token1, - STATE(1979), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5396), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7238), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5060), 2, sym_comment, sym_include, - [291641] = 7, - ACTIONS(69), 1, + [284651] = 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(6830), 1, - sym__integer_literal, - STATE(187), 1, - sym__decimal_literal, - STATE(6632), 1, - sym_number_literal, - STATE(5397), 2, + ACTIONS(7240), 1, + sym_identifier, + STATE(137), 1, + sym_qualified_name, + ACTIONS(7242), 2, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + STATE(5061), 2, sym_comment, sym_include, - [291664] = 7, + [284675] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - STATE(187), 1, - sym__decimal_literal, - STATE(3190), 1, - sym_number_literal, - STATE(5398), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7244), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5062), 2, sym_comment, sym_include, - [291687] = 7, + [284701] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7423), 1, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7244), 1, sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5399), 2, + STATE(5084), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5063), 2, sym_comment, sym_include, - [291710] = 7, - ACTIONS(3), 1, + [284727] = 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(7425), 1, - anon_sym_RPAREN, - ACTIONS(7427), 1, - anon_sym_, - STATE(5504), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5400), 2, + STATE(5064), 2, sym_comment, sym_include, - [291733] = 7, + ACTIONS(7246), 4, + sym__terminator, + aux_sym_query_definition_tuning_token1, + anon_sym_SCROLLING, + aux_sym_query_definition_tuning_token2, + [284747] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7429), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5401), 2, + ACTIONS(7250), 1, + aux_sym_variable_definition_token2, + STATE(5065), 2, sym_comment, sym_include, - [291756] = 7, + ACTIONS(7248), 3, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + aux_sym_method_definition_token1, + [284769] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(7431), 1, - anon_sym_RBRACK, - STATE(5512), 1, - aux_sym_array_literal_repeat1, - STATE(5402), 2, + ACTIONS(7003), 1, + aux_sym_return_type_token2, + STATE(5066), 2, sym_comment, sym_include, - [291779] = 7, + ACTIONS(7252), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [284791] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6694), 1, - anon_sym_RPAREN, - STATE(4457), 1, - aux_sym_data_relation_repeat1, - STATE(5403), 2, + ACTIONS(7011), 1, + aux_sym_return_type_token2, + STATE(5067), 2, sym_comment, sym_include, - [291802] = 7, + ACTIONS(7254), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [284813] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7433), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5404), 2, + ACTIONS(7029), 1, + aux_sym_return_type_token2, + STATE(5068), 2, sym_comment, sym_include, - [291825] = 6, + ACTIONS(7256), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [284835] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3976), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5405), 2, + ACTIONS(7258), 1, + sym__namedot, + ACTIONS(110), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5069), 3, sym_comment, sym_include, - [291846] = 7, + aux_sym_qualified_name_repeat1, + [284857] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5991), 1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(7435), 1, - anon_sym_GT, - STATE(5535), 1, - aux_sym_generic_expression_repeat1, - STATE(5406), 2, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(6006), 1, + sym_body, + STATE(5070), 2, sym_comment, sym_include, - [291869] = 7, + [284883] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7437), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5407), 2, + ACTIONS(7261), 1, + sym__namedoublecolon, + ACTIONS(137), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5071), 3, sym_comment, sym_include, - [291892] = 7, - ACTIONS(69), 1, + aux_sym_member_access_repeat1, + [284905] = 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(3810), 1, + ACTIONS(7264), 1, + sym_identifier, + ACTIONS(7266), 1, + sym__terminator, + ACTIONS(7268), 1, anon_sym_COMMA, - ACTIONS(7439), 1, - anon_sym_RBRACK, - STATE(5512), 1, - aux_sym_array_literal_repeat1, - STATE(5408), 2, + STATE(5100), 1, + aux_sym_enum_member_repeat1, + STATE(5072), 2, sym_comment, sym_include, - [291915] = 5, + [284931] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5409), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7270), 1, + anon_sym_LPAREN, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(1352), 1, + sym_function_arguments, + STATE(5073), 2, sym_comment, sym_include, - ACTIONS(7441), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [291934] = 7, + [284957] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7443), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5410), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, + anon_sym_COMMA, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5728), 1, + sym_body, + STATE(5074), 2, sym_comment, sym_include, - [291957] = 7, + [284983] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7445), 1, - anon_sym_RPAREN, - STATE(5407), 1, - aux_sym_function_arguments_repeat1, - STATE(5411), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5801), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5075), 2, sym_comment, sym_include, - [291980] = 5, + [285009] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5412), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5801), 1, + sym__terminator, + STATE(4982), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5076), 2, sym_comment, sym_include, - ACTIONS(7447), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [291999] = 7, - ACTIONS(3), 1, + [285035] = 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(7449), 1, - sym_identifier, - ACTIONS(7451), 1, - aux_sym_temp_table_expression_token1, - STATE(6802), 1, - sym_qualified_name, - STATE(5413), 2, + STATE(5077), 2, sym_comment, sym_include, - [292022] = 5, + ACTIONS(7272), 4, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, + anon_sym_LPAREN, + [285055] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5414), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7274), 1, + anon_sym_LPAREN, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(2102), 1, + sym_function_arguments, + STATE(5078), 2, sym_comment, sym_include, - ACTIONS(7453), 3, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - [292041] = 7, + [285081] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2163), 1, - anon_sym_LPAREN, - ACTIONS(7455), 1, + ACTIONS(6837), 1, + sym__escaped_string, + ACTIONS(7276), 1, sym_identifier, - STATE(3077), 1, - sym_parenthesized_expression, - STATE(5415), 2, + STATE(4120), 2, + sym_qualified_name, + sym_string_literal, + STATE(5079), 2, sym_comment, sym_include, - [292064] = 7, + [285105] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1793), 1, - anon_sym_LPAREN, - ACTIONS(7457), 1, + ACTIONS(6837), 1, + sym__escaped_string, + ACTIONS(7278), 1, sym_identifier, - STATE(2759), 1, - sym_parenthesized_expression, - STATE(5416), 2, + STATE(4133), 2, + sym_qualified_name, + sym_string_literal, + STATE(5080), 2, sym_comment, sym_include, - [292087] = 7, + [285129] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - STATE(187), 1, - sym__decimal_literal, - STATE(4053), 1, - sym_number_literal, - STATE(5417), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7280), 1, + anon_sym_LPAREN, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(2623), 1, + sym_function_arguments, + STATE(5081), 2, sym_comment, sym_include, - [292110] = 6, + [285155] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6113), 1, - aux_sym__block_terminator_token1, - STATE(4998), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5418), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7099), 1, + sym__terminator, + STATE(5004), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5082), 2, sym_comment, sym_include, - [292131] = 7, + [285181] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7459), 1, - aux_sym__block_terminator_token1, - STATE(1594), 1, - sym__case_terminator, - STATE(1599), 1, - sym__block_terminator, - STATE(5419), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7282), 1, + anon_sym_LPAREN, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(1059), 1, + sym_function_arguments, + STATE(5083), 2, sym_comment, sym_include, - [292154] = 7, - ACTIONS(3), 1, + [285207] = 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(7461), 1, - sym_identifier, - ACTIONS(7463), 1, - anon_sym_AMP, - ACTIONS(7465), 1, - sym__integer_literal, - STATE(5420), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7284), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5084), 2, sym_comment, sym_include, - [292177] = 7, + [285233] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3854), 1, - anon_sym_COMMA, - ACTIONS(7467), 1, - aux_sym_of_phrase_token1, - STATE(5570), 1, - aux_sym_array_literal_repeat1, - STATE(5421), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7286), 1, + sym__terminator, + ACTIONS(7288), 1, + aux_sym_using_statement_token2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5085), 2, sym_comment, sym_include, - [292200] = 7, + [285259] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7469), 1, + ACTIONS(7290), 1, sym_identifier, - ACTIONS(7471), 1, - aux_sym_temp_table_expression_token1, - STATE(6606), 1, + ACTIONS(7292), 1, + sym__terminator, + ACTIONS(7294), 1, + aux_sym_query_definition_token1, + STATE(5178), 1, sym_qualified_name, - STATE(5422), 2, + STATE(5086), 2, sym_comment, sym_include, - [292223] = 7, + [285285] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7473), 1, - anon_sym_RPAREN, - STATE(5429), 1, - aux_sym_function_arguments_repeat1, - STATE(5423), 2, - sym_comment, - sym_include, - [292246] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(7475), 1, - sym_file_name, - ACTIONS(7477), 1, - anon_sym_LBRACE, - STATE(6666), 1, - sym_constant, - STATE(5424), 3, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7280), 1, + anon_sym_LPAREN, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(2988), 1, + sym_function_arguments, + STATE(5087), 2, sym_comment, sym_include, - aux_sym_include_repeat1, - [292267] = 7, + [285311] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7480), 1, - sym_identifier, - ACTIONS(7482), 1, - anon_sym_AMP, - ACTIONS(7484), 1, - sym__integer_literal, - STATE(5425), 2, + STATE(5088), 2, sym_comment, sym_include, - [292290] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7486), 1, + ACTIONS(7154), 4, sym_identifier, - ACTIONS(7488), 1, - anon_sym_AMP, - ACTIONS(7490), 1, - sym__integer_literal, - STATE(5426), 2, - sym_comment, - sym_include, - [292313] = 7, + sym__terminator, + aux_sym_scope_tuning_token1, + anon_sym_NO_DASHERROR, + [285331] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5991), 1, - anon_sym_COMMA, - ACTIONS(7492), 1, - anon_sym_GT, - STATE(5535), 1, - aux_sym_generic_expression_repeat1, - STATE(5427), 2, + ACTIONS(7296), 1, + aux_sym_return_type_token2, + STATE(5089), 2, sym_comment, sym_include, - [292336] = 7, + ACTIONS(7298), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [285353] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(7494), 1, - anon_sym_RBRACK, - STATE(5512), 1, - aux_sym_array_literal_repeat1, - STATE(5428), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7300), 1, + anon_sym_LPAREN, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(276), 1, + sym_function_arguments, + STATE(5090), 2, sym_comment, sym_include, - [292359] = 7, + [285379] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(7496), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5429), 2, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5438), 1, + sym_body, + STATE(5091), 2, sym_comment, sym_include, - [292382] = 6, + [285405] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(730), 1, - sym_assignment_operator, - ACTIONS(853), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(5430), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5797), 1, + sym__terminator, + STATE(4970), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5092), 2, sym_comment, sym_include, - [292403] = 7, + [285431] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6581), 1, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5797), 1, sym__terminator, - STATE(4457), 1, - aux_sym_data_relation_repeat1, - STATE(5431), 2, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5093), 2, sym_comment, sym_include, - [292426] = 7, + [285457] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7166), 1, - sym__terminator, - ACTIONS(7498), 1, - sym_identifier, - STATE(5489), 1, - sym_qualified_name, - STATE(5432), 2, + STATE(5094), 2, sym_comment, sym_include, - [292449] = 7, + ACTIONS(2802), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_widget_field_token1, + [285477] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6085), 1, - aux_sym__block_terminator_token1, - STATE(4992), 1, - sym__function_terminator, - STATE(5186), 1, - sym__block_terminator, - STATE(5433), 2, + ACTIONS(7296), 1, + aux_sym_return_type_token2, + STATE(5095), 2, sym_comment, sym_include, - [292472] = 7, + ACTIONS(7302), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [285499] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7314), 1, - anon_sym_COMMA, - ACTIONS(7500), 1, - anon_sym_RPAREN, - STATE(5359), 1, - aux_sym_function_parameters_repeat1, - STATE(5434), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7304), 1, + anon_sym_LPAREN, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(1025), 1, + sym_function_arguments, + STATE(5096), 2, sym_comment, sym_include, - [292495] = 7, + [285525] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(6589), 1, - sym__terminator, - STATE(6480), 1, - sym_body, - STATE(5435), 2, + ACTIONS(7223), 1, + aux_sym_return_type_token2, + STATE(5097), 2, sym_comment, sym_include, - [292518] = 7, - ACTIONS(3), 1, + ACTIONS(7306), 3, + aux_sym_on_error_phrase_token4, + aux_sym_on_error_phrase_token5, + aux_sym_on_error_phrase_token6, + [285547] = 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(7502), 1, - sym_identifier, - ACTIONS(7504), 1, - anon_sym_AMP, - ACTIONS(7506), 1, - sym__integer_literal, - STATE(5436), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7308), 1, + anon_sym_LPAREN, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(2614), 1, + sym_function_arguments, + STATE(5098), 2, sym_comment, sym_include, - [292541] = 6, - ACTIONS(69), 1, + [285573] = 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(6121), 1, - aux_sym__block_terminator_token1, - STATE(2301), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5437), 2, + STATE(5099), 2, sym_comment, sym_include, - [292562] = 7, + ACTIONS(7310), 4, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + aux_sym_field_definition_token1, + [285593] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7508), 1, + ACTIONS(7268), 1, + anon_sym_COMMA, + ACTIONS(7312), 1, sym_identifier, - ACTIONS(7510), 1, - anon_sym_AMP, - ACTIONS(7512), 1, - sym__integer_literal, - STATE(5438), 2, + ACTIONS(7314), 1, + sym__terminator, + STATE(5024), 1, + aux_sym_enum_member_repeat1, + STATE(5100), 2, sym_comment, sym_include, - [292585] = 7, + [285619] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(2901), 1, anon_sym_COMMA, - ACTIONS(7514), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5439), 2, + STATE(5283), 1, + aux_sym_for_statement_repeat1, + STATE(5652), 1, + sym_body, + STATE(5101), 2, sym_comment, sym_include, - [292608] = 7, + [285645] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(7516), 1, - anon_sym_RBRACK, - STATE(5512), 1, - aux_sym_array_literal_repeat1, - STATE(5440), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7067), 1, + anon_sym_LPAREN, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(2589), 1, + sym_function_arguments, + STATE(5102), 2, sym_comment, sym_include, - [292631] = 7, + [285671] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5991), 1, - anon_sym_COMMA, - ACTIONS(6025), 1, - anon_sym_GT, - STATE(5366), 1, - aux_sym_generic_expression_repeat1, - STATE(5441), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(5821), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5103), 2, sym_comment, sym_include, - [292654] = 7, + [285697] = 8, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7518), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5442), 2, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7316), 1, + sym__terminator, + STATE(5015), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5104), 2, + sym_comment, + sym_include, + [285723] = 8, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5773), 1, + aux_sym_field_definition_token1, + ACTIONS(7316), 1, + sym__terminator, + STATE(4993), 1, + aux_sym_workfile_definition_repeat3, + STATE(5454), 1, + sym_field_definition, + STATE(5105), 2, + sym_comment, + sym_include, + [285749] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7318), 1, + sym_identifier, + ACTIONS(7320), 1, + aux_sym_temp_table_expression_token1, + STATE(6255), 1, + sym_qualified_name, + STATE(5106), 2, sym_comment, sym_include, - [292677] = 7, + [285772] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, + ACTIONS(7322), 1, anon_sym_COMMA, - ACTIONS(6581), 1, - sym__terminator, - STATE(5494), 1, - aux_sym_data_relation_repeat1, - STATE(5443), 2, + ACTIONS(7324), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5107), 2, sym_comment, sym_include, - [292700] = 7, + [285795] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(7322), 1, anon_sym_COMMA, - ACTIONS(7520), 1, + ACTIONS(7326), 1, anon_sym_RPAREN, - STATE(5439), 1, + STATE(5114), 1, aux_sym_function_arguments_repeat1, - STATE(5444), 2, + STATE(5108), 2, sym_comment, sym_include, - [292723] = 6, - ACTIONS(69), 1, + [285818] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(7328), 1, + sym_file_name, + ACTIONS(7330), 1, anon_sym_LBRACE, - STATE(3333), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5445), 2, + STATE(5151), 1, + aux_sym_include_repeat1, + STATE(6506), 1, + sym_constant, + STATE(5109), 2, sym_comment, sym_include, - [292744] = 7, + [285841] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6629), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7332), 1, sym__terminator, - STATE(4457), 1, - aux_sym_data_relation_repeat1, - STATE(5446), 2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5110), 2, sym_comment, sym_include, - [292767] = 6, + [285864] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7522), 1, - anon_sym_COLON, - ACTIONS(7524), 1, - anon_sym_COMMA, - STATE(5447), 3, + STATE(5111), 2, sym_comment, sym_include, - aux_sym_for_statement_repeat1, - [292788] = 7, - ACTIONS(3), 1, + ACTIONS(7334), 3, + aux_sym_index_tuning_token2, + aux_sym_index_tuning_token3, + aux_sym_index_tuning_token4, + [285883] = 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(2223), 1, - anon_sym_LPAREN, - ACTIONS(7527), 1, - sym_identifier, - STATE(2912), 1, - sym_parenthesized_expression, - STATE(5448), 2, + STATE(5112), 2, sym_comment, sym_include, - [292811] = 7, + ACTIONS(7336), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [285902] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(3779), 1, anon_sym_COMMA, - ACTIONS(7529), 1, - anon_sym_RPAREN, - STATE(5635), 1, - aux_sym_function_arguments_repeat1, - STATE(5449), 2, + ACTIONS(7338), 1, + anon_sym_RBRACK, + STATE(5166), 1, + aux_sym_array_literal_repeat1, + STATE(5113), 2, sym_comment, sym_include, - [292834] = 7, + [285925] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7531), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5450), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7340), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5114), 2, sym_comment, sym_include, - [292857] = 7, + [285948] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, + ACTIONS(1367), 1, sym__namedot, - ACTIONS(7533), 1, + ACTIONS(7342), 1, sym__terminator, - STATE(254), 1, + STATE(244), 1, aux_sym_qualified_name_repeat1, - STATE(5451), 2, + STATE(5115), 2, sym_comment, sym_include, - [292880] = 7, + [285971] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6698), 1, - sym__terminator, - ACTIONS(6700), 1, - aux_sym_input_expression_token2, - ACTIONS(6702), 1, - aux_sym_prompt_for_statement_token2, - STATE(5452), 2, + STATE(907), 1, + sym_assignment_operator, + ACTIONS(853), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5116), 2, sym_comment, sym_include, - [292903] = 7, + [285992] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(7535), 1, - anon_sym_RBRACK, - STATE(5512), 1, - aux_sym_array_literal_repeat1, - STATE(5453), 2, + ACTIONS(849), 1, + sym__namecolon, + ACTIONS(7344), 1, + sym__terminator, + STATE(4609), 1, + aux_sym_object_access_repeat1, + STATE(5117), 2, sym_comment, sym_include, - [292926] = 7, + [286015] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6029), 1, - aux_sym__block_terminator_token1, - STATE(2014), 1, - sym__block_terminator, - STATE(2294), 1, - sym__function_terminator, - STATE(5454), 2, + ACTIONS(7346), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7348), 1, + aux_sym_repeat_statement_token1, + ACTIONS(7350), 1, + aux_sym_do_block_token1, + STATE(5118), 2, sym_comment, sym_include, - [292949] = 7, + [286038] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7537), 1, - anon_sym_RPAREN, - STATE(5401), 1, - aux_sym_function_arguments_repeat1, - STATE(5455), 2, + ACTIONS(6966), 1, + sym__integer_literal, + STATE(188), 1, + sym__decimal_literal, + STATE(3273), 1, + sym_number_literal, + STATE(5119), 2, sym_comment, sym_include, - [292972] = 7, + [286061] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(7539), 1, - aux_sym_data_relation_token2, - STATE(4457), 1, - aux_sym_data_relation_repeat1, - STATE(5456), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7352), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5120), 2, sym_comment, sym_include, - [292995] = 7, + [286084] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7415), 1, + ACTIONS(7354), 1, sym_identifier, - ACTIONS(7541), 1, - anon_sym_RPAREN, - STATE(5392), 1, - aux_sym_query_fields_repeat1, - STATE(5457), 2, + ACTIONS(7356), 1, + aux_sym_temp_table_expression_token1, + STATE(6307), 1, + sym_qualified_name, + STATE(5121), 2, sym_comment, sym_include, - [293018] = 6, + [286107] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7543), 1, + ACTIONS(7358), 1, sym_identifier, - ACTIONS(7546), 1, - anon_sym_RPAREN, - STATE(5458), 3, + ACTIONS(7360), 1, + aux_sym_class_type_token1, + STATE(5536), 1, + sym_qualified_name, + STATE(5122), 2, sym_comment, sym_include, - aux_sym_query_fields_repeat1, - [293039] = 7, + [286130] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7548), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5459), 2, + STATE(5123), 2, sym_comment, sym_include, - [293062] = 7, + ACTIONS(7362), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [286149] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - STATE(187), 1, - sym__decimal_literal, - STATE(6419), 1, - sym_number_literal, - STATE(5460), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7364), 1, + anon_sym_RPAREN, + STATE(5182), 1, + aux_sym_function_arguments_repeat1, + STATE(5124), 2, sym_comment, sym_include, - [293085] = 7, + [286172] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - STATE(187), 1, - sym__decimal_literal, - STATE(6531), 1, - sym_number_literal, - STATE(5461), 2, + STATE(5125), 2, sym_comment, sym_include, - [293108] = 7, + ACTIONS(7366), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [286191] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7550), 1, + ACTIONS(7368), 1, sym_identifier, - ACTIONS(7552), 1, - anon_sym_AMP, - ACTIONS(7554), 1, - sym__integer_literal, - STATE(5462), 2, + ACTIONS(7370), 1, + aux_sym_class_type_token1, + STATE(5569), 1, + sym_qualified_name, + STATE(5126), 2, sym_comment, sym_include, - [293131] = 7, + [286214] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7556), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5463), 2, + STATE(5127), 2, sym_comment, sym_include, - [293154] = 7, - ACTIONS(3), 1, + ACTIONS(7372), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [286233] = 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(7427), 1, - anon_sym_, - ACTIONS(7558), 1, - anon_sym_RPAREN, - STATE(5540), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5464), 2, + STATE(5128), 2, sym_comment, sym_include, - [293177] = 7, + ACTIONS(7374), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [286252] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1835), 1, - anon_sym_LPAREN, - ACTIONS(7560), 1, + ACTIONS(7376), 1, sym_identifier, - STATE(1467), 1, - sym_parenthesized_expression, - STATE(5465), 2, + ACTIONS(7378), 1, + aux_sym_class_type_token1, + STATE(5595), 1, + sym_qualified_name, + STATE(5129), 2, sym_comment, sym_include, - [293200] = 5, + [286275] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5466), 2, + STATE(5130), 2, sym_comment, sym_include, - ACTIONS(7562), 3, - aux_sym_buffer_definition_token2, - aux_sym_repeat_statement_token1, - aux_sym_do_block_token1, - [293219] = 7, + ACTIONS(7380), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [286294] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, + ACTIONS(1367), 1, sym__namedot, - ACTIONS(7564), 1, + ACTIONS(7382), 1, sym__terminator, - STATE(254), 1, + STATE(244), 1, aux_sym_qualified_name_repeat1, - STATE(5467), 2, + STATE(5131), 2, + sym_comment, + sym_include, + [286317] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(849), 1, + sym__namecolon, + ACTIONS(7384), 1, + sym__terminator, + STATE(4609), 1, + aux_sym_object_access_repeat1, + STATE(5132), 2, sym_comment, sym_include, - [293242] = 7, + [286340] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7566), 1, + ACTIONS(7386), 1, sym_identifier, - ACTIONS(7568), 1, + ACTIONS(7388), 1, anon_sym_AMP, - ACTIONS(7570), 1, + ACTIONS(7390), 1, sym__integer_literal, - STATE(5468), 2, + STATE(5133), 2, sym_comment, sym_include, - [293265] = 7, + [286363] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7572), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5469), 2, + STATE(5134), 2, + sym_comment, + sym_include, + ACTIONS(7392), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [286382] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7394), 1, + sym_identifier, + ACTIONS(7396), 1, + sym__terminator, + STATE(5319), 1, + sym_qualified_name, + STATE(5135), 2, sym_comment, sym_include, - [293288] = 7, + [286405] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3810), 1, + ACTIONS(6095), 1, anon_sym_COMMA, - ACTIONS(7574), 1, - anon_sym_RBRACK, - STATE(5512), 1, - aux_sym_array_literal_repeat1, - STATE(5470), 2, + ACTIONS(6532), 1, + sym__terminator, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(5136), 2, sym_comment, sym_include, - [293311] = 7, + [286428] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7576), 1, + ACTIONS(7398), 1, sym_identifier, - ACTIONS(7578), 1, - anon_sym_AMP, - ACTIONS(7580), 1, - sym__integer_literal, - STATE(5471), 2, + ACTIONS(7400), 1, + aux_sym_class_type_token1, + STATE(5620), 1, + sym_qualified_name, + STATE(5137), 2, sym_comment, sym_include, - [293334] = 7, + [286451] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7582), 1, - anon_sym_RPAREN, - STATE(5478), 1, - aux_sym_function_arguments_repeat1, - STATE(5472), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(7402), 1, + sym__terminator, + STATE(6309), 1, + sym_body, + STATE(5138), 2, sym_comment, sym_include, - [293357] = 7, + [286474] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(5984), 1, anon_sym_COMMA, - ACTIONS(7584), 1, - anon_sym_RPAREN, - STATE(5469), 1, - aux_sym_function_arguments_repeat1, - STATE(5473), 2, + ACTIONS(6074), 1, + anon_sym_GT, + STATE(5358), 1, + aux_sym_generic_expression_repeat1, + STATE(5139), 2, sym_comment, sym_include, - [293380] = 5, + [286497] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5474), 2, + STATE(5140), 2, sym_comment, sym_include, - ACTIONS(148), 3, - sym__namedoublecolon, - sym__augmented_assignment, - anon_sym_EQ, - [293399] = 7, - ACTIONS(3), 1, + ACTIONS(7404), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [286516] = 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(1369), 1, - anon_sym_LPAREN, - ACTIONS(7586), 1, - sym_identifier, - STATE(1135), 1, - sym_parenthesized_expression, - STATE(5475), 2, + STATE(5141), 2, sym_comment, sym_include, - [293422] = 7, - ACTIONS(3), 1, + ACTIONS(7406), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [286535] = 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(1309), 1, - anon_sym_LPAREN, - ACTIONS(7588), 1, - sym_identifier, - STATE(1084), 1, - sym_parenthesized_expression, - STATE(5476), 2, + ACTIONS(6966), 1, + sym__integer_literal, + STATE(188), 1, + sym__decimal_literal, + STATE(5064), 1, + sym_number_literal, + STATE(5142), 2, sym_comment, sym_include, - [293445] = 7, + [286558] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(7590), 1, - anon_sym_RBRACK, - STATE(5512), 1, - aux_sym_array_literal_repeat1, - STATE(5477), 2, + STATE(3326), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5143), 2, sym_comment, sym_include, - [293468] = 7, + [286579] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7592), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5478), 2, + ACTIONS(6966), 1, + sym__integer_literal, + STATE(188), 1, + sym__decimal_literal, + STATE(3275), 1, + sym_number_literal, + STATE(5144), 2, sym_comment, sym_include, - [293491] = 7, - ACTIONS(3), 1, + [286602] = 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(7594), 1, - sym_identifier, - ACTIONS(7596), 1, - aux_sym_temp_table_expression_token1, - STATE(6584), 1, - sym_qualified_name, - STATE(5479), 2, + ACTIONS(6155), 1, + aux_sym__block_terminator_token1, + STATE(2476), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(5145), 2, sym_comment, sym_include, - [293514] = 7, - ACTIONS(3), 1, + [286623] = 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(7598), 1, - sym_identifier, - ACTIONS(7600), 1, - anon_sym_AMP, - ACTIONS(7602), 1, - sym__integer_literal, - STATE(5480), 2, + ACTIONS(98), 1, + anon_sym_LPAREN, + ACTIONS(4743), 1, + sym__namecolon, + STATE(3877), 1, + aux_sym_object_access_repeat1, + STATE(5146), 2, sym_comment, sym_include, - [293537] = 5, + [286646] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - STATE(5481), 2, + ACTIONS(1829), 1, + anon_sym_LPAREN, + ACTIONS(7408), 1, + sym_identifier, + STATE(3034), 1, + sym_parenthesized_expression, + STATE(5147), 2, sym_comment, sym_include, - ACTIONS(7604), 3, - sym_identifier, - aux_sym_input_expression_token2, - aux_sym_do_block_token1, - [293556] = 7, + [286669] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - STATE(187), 1, - sym__decimal_literal, - STATE(3389), 1, - sym_number_literal, - STATE(5482), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7410), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5148), 2, sym_comment, sym_include, - [293579] = 7, + [286692] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6714), 1, - sym__terminator, - ACTIONS(6716), 1, - aux_sym_input_expression_token2, - ACTIONS(6718), 1, - aux_sym_prompt_for_statement_token2, - STATE(5483), 2, + STATE(3985), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5149), 2, sym_comment, sym_include, - [293602] = 7, + [286713] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - STATE(187), 1, - sym__decimal_literal, - STATE(4296), 1, - sym_number_literal, - STATE(5484), 2, + ACTIONS(6805), 1, + sym__terminator, + ACTIONS(6807), 1, + aux_sym_input_expression_token2, + ACTIONS(6809), 1, + aux_sym_prompt_for_statement_token2, + STATE(5150), 2, sym_comment, sym_include, - [293625] = 7, + [286736] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(7330), 1, anon_sym_LBRACE, - ACTIONS(3823), 1, - sym_identifier, - ACTIONS(6550), 1, - anon_sym_LT, - STATE(6861), 1, - sym_generic_expression, - STATE(5485), 2, + ACTIONS(7412), 1, + sym_file_name, + STATE(5418), 1, + aux_sym_include_repeat1, + STATE(6506), 1, + sym_constant, + STATE(5151), 2, sym_comment, sym_include, - [293648] = 7, - ACTIONS(3), 1, + [286759] = 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(7427), 1, - anon_sym_, - ACTIONS(7606), 1, - anon_sym_RPAREN, - STATE(5464), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5486), 2, + STATE(3845), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5152), 2, sym_comment, sym_include, - [293671] = 5, + [286780] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5487), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7414), 1, + anon_sym_RPAREN, + STATE(5159), 1, + aux_sym_function_arguments_repeat1, + STATE(5153), 2, sym_comment, sym_include, - ACTIONS(7608), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [293690] = 7, + [286803] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7610), 1, + ACTIONS(2161), 1, + anon_sym_LPAREN, + ACTIONS(7416), 1, sym_identifier, - ACTIONS(7612), 1, - anon_sym_AMP, - ACTIONS(7614), 1, - sym__integer_literal, - STATE(5488), 2, + STATE(2974), 1, + sym_parenthesized_expression, + STATE(5154), 2, sym_comment, sym_include, - [293713] = 7, + [286826] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6554), 1, - sym__terminator, - STATE(5626), 1, - aux_sym_data_relation_repeat1, - STATE(5489), 2, + ACTIONS(7418), 1, + aux_sym__block_terminator_token1, + STATE(1986), 1, + sym__block_terminator, + STATE(1987), 1, + sym__case_terminator, + STATE(5155), 2, sym_comment, sym_include, - [293736] = 7, + [286849] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5921), 1, - aux_sym__block_terminator_token1, - STATE(1544), 1, - sym__function_terminator, - STATE(1606), 1, - sym__block_terminator, - STATE(5490), 2, + STATE(5156), 2, sym_comment, sym_include, - [293759] = 6, + ACTIONS(7420), 3, + aux_sym_buffer_definition_token2, + aux_sym_repeat_statement_token1, + aux_sym_do_block_token1, + [286868] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6236), 1, - aux_sym__block_terminator_token1, - STATE(1547), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5491), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7422), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5157), 2, sym_comment, sym_include, - [293780] = 7, + [286891] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(7616), 1, - sym__terminator, - STATE(6429), 1, - sym_body, - STATE(5492), 2, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(7424), 1, + anon_sym_RBRACK, + STATE(5166), 1, + aux_sym_array_literal_repeat1, + STATE(5158), 2, sym_comment, sym_include, - [293803] = 7, - ACTIONS(3), 1, + [286914] = 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(7618), 1, - sym_identifier, - ACTIONS(7620), 1, - anon_sym_AMP, - ACTIONS(7622), 1, - sym__integer_literal, - STATE(5493), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7426), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5159), 2, sym_comment, sym_include, - [293826] = 7, + [286937] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, + ACTIONS(3779), 1, anon_sym_COMMA, - ACTIONS(6554), 1, + ACTIONS(7428), 1, + anon_sym_RBRACK, + STATE(5166), 1, + aux_sym_array_literal_repeat1, + STATE(5160), 2, + sym_comment, + sym_include, + [286960] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7430), 1, sym__terminator, - STATE(4457), 1, - aux_sym_data_relation_repeat1, - STATE(5494), 2, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5161), 2, sym_comment, sym_include, - [293849] = 6, + [286983] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3921), 1, + STATE(3358), 1, sym_type_tuning, - ACTIONS(5181), 2, + ACTIONS(5199), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(5495), 2, + STATE(5162), 2, sym_comment, sym_include, - [293870] = 7, + [287004] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - ACTIONS(7624), 1, + ACTIONS(6522), 1, sym__terminator, - STATE(6640), 1, - sym_body, - STATE(5496), 2, + ACTIONS(6524), 1, + aux_sym_input_expression_token2, + ACTIONS(6526), 1, + aux_sym_prompt_for_statement_token2, + STATE(5163), 2, sym_comment, sym_include, - [293893] = 7, + [287027] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7626), 1, + ACTIONS(1571), 1, + anon_sym_LPAREN, + ACTIONS(7432), 1, sym_identifier, - ACTIONS(7628), 1, - aux_sym_temp_table_expression_token1, - STATE(6694), 1, - sym_qualified_name, - STATE(5497), 2, + STATE(2545), 1, + sym_parenthesized_expression, + STATE(5164), 2, sym_comment, sym_include, - [293916] = 6, + [287050] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3329), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5498), 2, + ACTIONS(5984), 1, + anon_sym_COMMA, + ACTIONS(7434), 1, + anon_sym_GT, + STATE(5359), 1, + aux_sym_generic_expression_repeat1, + STATE(5165), 2, sym_comment, sym_include, - [293937] = 6, + [287073] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3912), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5499), 2, + ACTIONS(3812), 1, + anon_sym_RBRACK, + ACTIONS(7436), 1, + anon_sym_COMMA, + STATE(5166), 3, sym_comment, sym_include, - [293958] = 6, + aux_sym_array_literal_repeat1, + [287094] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6236), 1, - aux_sym__block_terminator_token1, - STATE(1607), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5500), 2, + ACTIONS(849), 1, + sym__namecolon, + ACTIONS(7439), 1, + sym__terminator, + STATE(4609), 1, + aux_sym_object_access_repeat1, + STATE(5167), 2, sym_comment, sym_include, - [293979] = 5, - ACTIONS(69), 1, + [287117] = 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(5501), 2, + ACTIONS(7441), 1, + sym_identifier, + STATE(5168), 2, sym_comment, sym_include, - ACTIONS(7630), 3, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - [293998] = 5, - ACTIONS(69), 1, + STATE(5634), 2, + sym_qualified_name, + sym_generic_parameter, + [287138] = 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(5502), 2, + ACTIONS(7443), 1, + anon_sym_RPAREN, + ACTIONS(7445), 1, + anon_sym_, + STATE(5343), 1, + aux_sym_accumulate_statement_repeat1, + STATE(5169), 2, sym_comment, sym_include, - ACTIONS(7632), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [294017] = 7, + [287161] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5991), 1, - anon_sym_COMMA, - ACTIONS(6083), 1, - anon_sym_GT, - STATE(5406), 1, - aux_sym_generic_expression_repeat1, - STATE(5503), 2, + ACTIONS(6149), 1, + aux_sym__block_terminator_token1, + STATE(2465), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(5170), 2, sym_comment, sym_include, - [294040] = 7, + [287182] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7427), 1, - anon_sym_, - ACTIONS(7634), 1, - anon_sym_RPAREN, - STATE(5540), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5504), 2, + ACTIONS(7447), 1, + sym_identifier, + ACTIONS(7449), 1, + anon_sym_AMP, + ACTIONS(7451), 1, + sym__integer_literal, + STATE(5171), 2, sym_comment, sym_include, - [294063] = 7, + [287205] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7636), 1, + ACTIONS(7453), 1, sym_identifier, - ACTIONS(7638), 1, + ACTIONS(7455), 1, anon_sym_AMP, - ACTIONS(7640), 1, + ACTIONS(7457), 1, sym__integer_literal, - STATE(5505), 2, + STATE(5172), 2, sym_comment, sym_include, - [294086] = 7, + [287228] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1931), 1, - anon_sym_LPAREN, - ACTIONS(7642), 1, + ACTIONS(7459), 1, sym_identifier, - STATE(1212), 1, - sym_parenthesized_expression, - STATE(5506), 2, + ACTIONS(7461), 1, + anon_sym_AMP, + ACTIONS(7463), 1, + sym__integer_literal, + STATE(5173), 2, sym_comment, sym_include, - [294109] = 6, + [287251] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7644), 1, + ACTIONS(7465), 1, sym_identifier, - STATE(5441), 2, - sym_qualified_name, - sym_generic_parameter, - STATE(5507), 2, - sym_comment, - sym_include, - [294130] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7646), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5508), 2, + ACTIONS(7467), 1, + anon_sym_AMP, + ACTIONS(7469), 1, + sym__integer_literal, + STATE(5174), 2, sym_comment, sym_include, - [294153] = 7, - ACTIONS(69), 1, + [287274] = 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(3810), 1, - anon_sym_COMMA, - ACTIONS(7648), 1, - anon_sym_RBRACK, - STATE(5512), 1, - aux_sym_array_literal_repeat1, - STATE(5509), 2, + ACTIONS(7471), 1, + sym_identifier, + ACTIONS(7473), 1, + anon_sym_AMP, + ACTIONS(7475), 1, + sym__integer_literal, + STATE(5175), 2, sym_comment, sym_include, - [294176] = 6, - ACTIONS(69), 1, + [287297] = 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(948), 1, - sym_assignment_operator, - ACTIONS(853), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(5510), 2, + ACTIONS(1393), 1, + anon_sym_LPAREN, + ACTIONS(7477), 1, + sym_identifier, + STATE(1142), 1, + sym_parenthesized_expression, + STATE(5176), 2, sym_comment, sym_include, - [294197] = 5, - ACTIONS(69), 1, + [287320] = 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(5511), 2, + ACTIONS(7479), 1, + sym_identifier, + ACTIONS(7481), 1, + anon_sym_AMP, + ACTIONS(7483), 1, + sym__integer_literal, + STATE(5177), 2, sym_comment, sym_include, - ACTIONS(7650), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [294216] = 6, + [287343] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3893), 1, - anon_sym_RBRACK, - ACTIONS(7652), 1, + ACTIONS(6095), 1, anon_sym_COMMA, - STATE(5512), 3, + ACTIONS(6532), 1, + sym__terminator, + STATE(5347), 1, + aux_sym_data_relation_repeat1, + STATE(5178), 2, sym_comment, sym_include, - aux_sym_array_literal_repeat1, - [294237] = 7, + [287366] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7655), 1, - aux_sym_buffer_definition_token2, - ACTIONS(7657), 1, - aux_sym_repeat_statement_token1, - ACTIONS(7659), 1, - aux_sym_do_block_token1, - STATE(5513), 2, + STATE(5179), 2, sym_comment, sym_include, - [294260] = 7, - ACTIONS(69), 1, + ACTIONS(7485), 3, + anon_sym_COLON, + aux_sym__block_terminator_token1, + aux_sym_repeat_tuning_token1, + [287385] = 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(7308), 1, - anon_sym_COMMA, - ACTIONS(7661), 1, - anon_sym_RPAREN, - STATE(5508), 1, - aux_sym_function_arguments_repeat1, - STATE(5514), 2, + ACTIONS(7487), 1, + sym_identifier, + ACTIONS(7489), 1, + anon_sym_AMP, + ACTIONS(7491), 1, + sym__integer_literal, + STATE(5180), 2, sym_comment, sym_include, - [294283] = 6, + [287408] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6225), 1, - aux_sym__block_terminator_token1, - STATE(1869), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5515), 2, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(7493), 1, + anon_sym_RBRACK, + STATE(5166), 1, + aux_sym_array_literal_repeat1, + STATE(5181), 2, sym_comment, sym_include, - [294304] = 6, + [287431] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3848), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5516), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7495), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5182), 2, sym_comment, sym_include, - [294325] = 7, + [287454] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7663), 1, + ACTIONS(7497), 1, sym_identifier, - ACTIONS(7665), 1, + ACTIONS(7499), 1, anon_sym_AMP, - ACTIONS(7667), 1, + ACTIONS(7501), 1, sym__integer_literal, - STATE(5517), 2, + STATE(5183), 2, sym_comment, sym_include, - [294348] = 7, + [287477] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7669), 1, - anon_sym_RPAREN, - STATE(5521), 1, - aux_sym_function_arguments_repeat1, - STATE(5518), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7503), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5184), 2, sym_comment, sym_include, - [294371] = 5, + [287500] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5519), 2, + ACTIONS(7505), 1, + aux_sym_return_type_token1, + ACTIONS(7507), 1, + aux_sym_return_type_token2, + STATE(4140), 1, + sym_return_type, + STATE(5185), 2, sym_comment, sym_include, - ACTIONS(7671), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [294390] = 7, - ACTIONS(69), 1, + [287523] = 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(7314), 1, - anon_sym_COMMA, - ACTIONS(7673), 1, - anon_sym_RPAREN, - STATE(5585), 1, - aux_sym_function_parameters_repeat1, - STATE(5520), 2, + ACTIONS(7509), 1, + sym_identifier, + ACTIONS(7511), 1, + anon_sym_AMP, + ACTIONS(7513), 1, + sym__integer_literal, + STATE(5186), 2, + sym_comment, + sym_include, + [287546] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7515), 1, + sym_identifier, + ACTIONS(7517), 1, + anon_sym_AMP, + ACTIONS(7519), 1, + sym__integer_literal, + STATE(5187), 2, sym_comment, sym_include, - [294413] = 7, + [287569] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7675), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5521), 2, + ACTIONS(6966), 1, + sym__integer_literal, + STATE(188), 1, + sym__decimal_literal, + STATE(3274), 1, + sym_number_literal, + STATE(5188), 2, sym_comment, sym_include, - [294436] = 7, + [287592] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6029), 1, - aux_sym__block_terminator_token1, - STATE(2014), 1, - sym__block_terminator, - STATE(2346), 1, - sym__function_terminator, - STATE(5522), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7521), 1, + anon_sym_RPAREN, + STATE(5247), 1, + aux_sym_function_arguments_repeat1, + STATE(5189), 2, sym_comment, sym_include, - [294459] = 7, + [287615] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7363), 1, - aux_sym_return_type_token1, - ACTIONS(7365), 1, - aux_sym_return_type_token2, - STATE(4122), 1, - sym_return_type, - STATE(5523), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7523), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5190), 2, sym_comment, sym_include, - [294482] = 7, + [287638] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(945), 1, - anon_sym_LPAREN, - ACTIONS(7677), 1, + ACTIONS(7525), 1, sym_identifier, - STATE(314), 1, - sym_parenthesized_expression, - STATE(5524), 2, + ACTIONS(7527), 1, + anon_sym_AMP, + ACTIONS(7529), 1, + sym__integer_literal, + STATE(5191), 2, sym_comment, sym_include, - [294505] = 7, - ACTIONS(3), 1, + [287661] = 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(7679), 1, - sym_identifier, - ACTIONS(7681), 1, - anon_sym_RPAREN, - STATE(5576), 1, - sym_qualified_name, - STATE(5525), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7531), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5192), 2, sym_comment, sym_include, - [294528] = 7, + [287684] = 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(4744), 1, - sym__namecolon, - STATE(3707), 1, - aux_sym_object_access_repeat1, - STATE(5526), 2, + ACTIONS(7533), 1, + aux_sym__block_terminator_token1, + STATE(4884), 1, + sym__block_terminator, + STATE(4925), 1, + sym__case_terminator, + STATE(5193), 2, sym_comment, sym_include, - [294551] = 7, + [287707] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7683), 1, + ACTIONS(1751), 1, + anon_sym_LPAREN, + ACTIONS(7535), 1, sym_identifier, - ACTIONS(7685), 1, - aux_sym_class_type_token1, - STATE(5859), 1, - sym_qualified_name, - STATE(5527), 2, + STATE(3107), 1, + sym_parenthesized_expression, + STATE(5194), 2, sym_comment, sym_include, - [294574] = 6, + [287730] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7687), 1, + ACTIONS(112), 1, + anon_sym_LT, + ACTIONS(110), 2, + sym__namedot, sym_identifier, - ACTIONS(6692), 2, - anon_sym_COLON, - sym__terminator, - STATE(5528), 2, - sym_comment, - sym_include, - [294595] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(3840), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5529), 2, + STATE(5195), 2, sym_comment, sym_include, - [294616] = 7, + [287751] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - STATE(187), 1, - sym__decimal_literal, - STATE(3186), 1, - sym_number_literal, - STATE(5530), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7537), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5196), 2, sym_comment, sym_include, - [294639] = 7, + [287774] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7689), 1, - sym_identifier, - ACTIONS(7691), 1, - sym__terminator, - ACTIONS(7693), 1, - aux_sym_enum_member_token1, - STATE(5531), 2, + ACTIONS(7445), 1, + anon_sym_, + ACTIONS(7539), 1, + anon_sym_RPAREN, + STATE(5343), 1, + aux_sym_accumulate_statement_repeat1, + STATE(5197), 2, sym_comment, sym_include, - [294662] = 5, + [287797] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5532), 2, + ACTIONS(5880), 1, + aux_sym__block_terminator_token1, + STATE(4804), 1, + sym__function_terminator, + STATE(4893), 1, + sym__block_terminator, + STATE(5198), 2, sym_comment, sym_include, - ACTIONS(7695), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [294681] = 7, + [287820] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(2121), 1, - anon_sym_LPAREN, - ACTIONS(7697), 1, + ACTIONS(7541), 1, sym_identifier, - STATE(2777), 1, - sym_parenthesized_expression, - STATE(5533), 2, - sym_comment, - sym_include, - [294704] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - STATE(5534), 2, + ACTIONS(7543), 1, + aux_sym_temp_table_expression_token1, + STATE(6323), 1, + sym_qualified_name, + STATE(5199), 2, sym_comment, - sym_include, - ACTIONS(7699), 3, - anon_sym_COLON, - aux_sym__block_terminator_token1, - aux_sym_repeat_tuning_token1, - [294723] = 6, + sym_include, + [287843] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6181), 1, - anon_sym_GT, - ACTIONS(7701), 1, - anon_sym_COMMA, - STATE(5535), 3, + STATE(5200), 2, sym_comment, sym_include, - aux_sym_generic_expression_repeat1, - [294744] = 7, + ACTIONS(7545), 3, + sym__terminator, + aux_sym_field_definition_token1, + aux_sym_index_definition_token1, + [287862] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7363), 1, - aux_sym_return_type_token1, - ACTIONS(7365), 1, - aux_sym_return_type_token2, - STATE(4143), 1, - sym_return_type, - STATE(5536), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7547), 1, + anon_sym_RPAREN, + STATE(5207), 1, + aux_sym_function_arguments_repeat1, + STATE(5201), 2, sym_comment, sym_include, - [294767] = 6, + [287885] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7704), 1, - sym_identifier, - STATE(5355), 2, - sym_qualified_name, - sym_generic_parameter, - STATE(5537), 2, + ACTIONS(7445), 1, + anon_sym_, + ACTIONS(7549), 1, + anon_sym_RPAREN, + STATE(5197), 1, + aux_sym_accumulate_statement_repeat1, + STATE(5202), 2, sym_comment, sym_include, - [294788] = 6, + [287908] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3824), 1, + STATE(3987), 1, sym_type_tuning, - ACTIONS(5181), 2, + ACTIONS(5199), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(5538), 2, + STATE(5203), 2, sym_comment, sym_include, - [294809] = 7, + [287929] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7706), 1, + ACTIONS(7551), 1, sym_identifier, - ACTIONS(7708), 1, + ACTIONS(7553), 1, aux_sym_temp_table_expression_token1, - STATE(6765), 1, + STATE(6515), 1, sym_qualified_name, - STATE(5539), 2, - sym_comment, - sym_include, - [294832] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7710), 1, - anon_sym_RPAREN, - ACTIONS(7712), 1, - anon_sym_, - STATE(5540), 3, + STATE(5204), 2, sym_comment, sym_include, - aux_sym_accumulate_statement_repeat1, - [294853] = 7, - ACTIONS(3), 1, + [287952] = 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(7715), 1, - sym_identifier, - ACTIONS(7717), 1, - anon_sym_AMP, - ACTIONS(7719), 1, - sym__integer_literal, - STATE(5541), 2, + STATE(3993), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5205), 2, sym_comment, sym_include, - [294876] = 6, + [287973] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3846), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5542), 2, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(7555), 1, + anon_sym_RBRACK, + STATE(5166), 1, + aux_sym_array_literal_repeat1, + STATE(5206), 2, sym_comment, sym_include, - [294897] = 7, + [287996] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7721), 1, - aux_sym_buffer_definition_token2, - ACTIONS(7723), 1, - aux_sym_repeat_statement_token1, - ACTIONS(7725), 1, - aux_sym_do_block_token1, - STATE(5543), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7557), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5207), 2, sym_comment, sym_include, - [294920] = 7, - ACTIONS(3), 1, + [288019] = 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(3994), 1, - sym_identifier, - ACTIONS(6552), 1, - sym__namedot, - STATE(4936), 1, - aux_sym_qualified_name_repeat1, - STATE(5544), 2, + ACTIONS(5876), 1, + aux_sym__block_terminator_token1, + STATE(2429), 1, + sym__block_terminator, + STATE(2451), 1, + sym__function_terminator, + STATE(5208), 2, sym_comment, sym_include, - [294943] = 6, + [288042] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7727), 1, + ACTIONS(6095), 1, anon_sym_COMMA, - ACTIONS(7730), 1, - anon_sym_RPAREN, - STATE(5545), 3, + ACTIONS(6582), 1, + sym__terminator, + STATE(5136), 1, + aux_sym_data_relation_repeat1, + STATE(5209), 2, sym_comment, sym_include, - aux_sym_function_arguments_repeat1, - [294964] = 6, + [288065] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(842), 1, - sym_assignment_operator, - ACTIONS(853), 2, - sym__augmented_assignment, - anon_sym_EQ, - STATE(5546), 2, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(7559), 1, + anon_sym_RPAREN, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(5210), 2, sym_comment, sym_include, - [294985] = 7, + [288088] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7732), 1, + ACTIONS(889), 1, + anon_sym_LPAREN, + ACTIONS(7561), 1, sym_identifier, - ACTIONS(7734), 1, - aux_sym_class_type_token1, - STATE(5828), 1, - sym_qualified_name, - STATE(5547), 2, + STATE(839), 1, + sym_parenthesized_expression, + STATE(5211), 2, sym_comment, sym_include, - [295008] = 7, + [288111] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6085), 1, + ACTIONS(7563), 1, aux_sym__block_terminator_token1, - STATE(5005), 1, - sym__function_terminator, - STATE(5186), 1, + STATE(1818), 1, + sym__case_terminator, + STATE(1819), 1, sym__block_terminator, - STATE(5548), 2, + STATE(5212), 2, sym_comment, sym_include, - [295031] = 7, - ACTIONS(3), 1, + [288134] = 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(7427), 1, - anon_sym_, - ACTIONS(7736), 1, - anon_sym_RPAREN, - STATE(5569), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5549), 2, + STATE(3986), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5213), 2, sym_comment, sym_include, - [295054] = 7, + [288155] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(7322), 1, anon_sym_COMMA, - ACTIONS(7738), 1, + ACTIONS(7565), 1, anon_sym_RPAREN, - STATE(5553), 1, + STATE(5360), 1, aux_sym_function_arguments_repeat1, - STATE(5550), 2, + STATE(5214), 2, sym_comment, sym_include, - [295077] = 7, - ACTIONS(3), 1, + [288178] = 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(7740), 1, - sym_identifier, - ACTIONS(7742), 1, - sym__terminator, - STATE(5382), 1, - sym_qualified_name, - STATE(5551), 2, + ACTIONS(7567), 1, + anon_sym_COMMA, + ACTIONS(7569), 1, + anon_sym_RPAREN, + STATE(5272), 1, + aux_sym_function_parameters_repeat1, + STATE(5215), 2, sym_comment, sym_include, - [295100] = 7, - ACTIONS(3), 1, + [288201] = 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(7744), 1, - sym_identifier, - ACTIONS(7746), 1, - aux_sym_temp_table_expression_token1, - STATE(6671), 1, - sym_qualified_name, - STATE(5552), 2, + ACTIONS(7505), 1, + aux_sym_return_type_token1, + ACTIONS(7507), 1, + aux_sym_return_type_token2, + STATE(4141), 1, + sym_return_type, + STATE(5216), 2, sym_comment, sym_include, - [295123] = 7, + [288224] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7748), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5553), 2, + STATE(5217), 2, + sym_comment, + sym_include, + ACTIONS(7571), 3, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, + [288243] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7573), 1, + sym_identifier, + ACTIONS(7575), 1, + anon_sym_AMP, + ACTIONS(7577), 1, + sym__integer_literal, + STATE(5218), 2, sym_comment, sym_include, - [295146] = 7, + [288266] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7750), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5554), 2, + ACTIONS(7579), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7581), 1, + aux_sym_repeat_statement_token1, + ACTIONS(7583), 1, + aux_sym_do_block_token1, + STATE(5219), 2, sym_comment, sym_include, - [295169] = 5, + [288289] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5555), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7585), 1, + anon_sym_RPAREN, + STATE(5157), 1, + aux_sym_function_arguments_repeat1, + STATE(5220), 2, sym_comment, sym_include, - ACTIONS(7752), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [295188] = 7, + [288312] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(849), 1, - sym__namecolon, - ACTIONS(7754), 1, - sym__terminator, - STATE(4734), 1, - aux_sym_object_access_repeat1, - STATE(5556), 2, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6687), 1, + anon_sym_RPAREN, + STATE(5210), 1, + aux_sym_data_relation_repeat1, + STATE(5221), 2, sym_comment, sym_include, - [295211] = 7, + [288335] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5921), 1, - aux_sym__block_terminator_token1, - STATE(1606), 1, - sym__block_terminator, - STATE(1916), 1, - sym__function_terminator, - STATE(5557), 2, + ACTIONS(6966), 1, + sym__integer_literal, + STATE(188), 1, + sym__decimal_literal, + STATE(6724), 1, + sym_number_literal, + STATE(5222), 2, sym_comment, sym_include, - [295234] = 7, + [288358] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(6095), 1, anon_sym_COMMA, - ACTIONS(7756), 1, + ACTIONS(6687), 1, anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5558), 2, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(5223), 2, sym_comment, sym_include, - [295257] = 7, + [288381] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(3779), 1, anon_sym_COMMA, - ACTIONS(7758), 1, - anon_sym_RPAREN, - STATE(5558), 1, - aux_sym_function_arguments_repeat1, - STATE(5559), 2, + ACTIONS(7587), 1, + anon_sym_RBRACK, + STATE(5166), 1, + aux_sym_array_literal_repeat1, + STATE(5224), 2, sym_comment, sym_include, - [295280] = 7, + [288404] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(849), 1, - sym__namecolon, - ACTIONS(7760), 1, - sym__terminator, - STATE(4734), 1, - aux_sym_object_access_repeat1, - STATE(5560), 2, + ACTIONS(3812), 1, + aux_sym_of_phrase_token1, + ACTIONS(7589), 1, + anon_sym_COMMA, + STATE(5225), 3, sym_comment, sym_include, - [295303] = 7, + aux_sym_array_literal_repeat1, + [288425] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7762), 1, - aux_sym_on_error_phrase_token2, - ACTIONS(7764), 1, - aux_sym_on_stop_phrase_token1, - ACTIONS(7766), 1, - aux_sym_on_quit_phrase_token1, - STATE(5561), 2, + STATE(5226), 2, sym_comment, sym_include, - [295326] = 7, + ACTIONS(7592), 3, + anon_sym_COLON, + aux_sym__block_terminator_token1, + aux_sym_repeat_tuning_token1, + [288444] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(7322), 1, anon_sym_COMMA, - ACTIONS(7768), 1, + ACTIONS(7594), 1, anon_sym_RPAREN, - STATE(5545), 1, + STATE(5360), 1, aux_sym_function_arguments_repeat1, - STATE(5562), 2, + STATE(5227), 2, sym_comment, sym_include, - [295349] = 5, + [288467] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5563), 2, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(7596), 1, + anon_sym_RBRACK, + STATE(5166), 1, + aux_sym_array_literal_repeat1, + STATE(5228), 2, sym_comment, sym_include, - ACTIONS(7770), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [295368] = 5, - ACTIONS(69), 1, + [288490] = 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(5564), 2, + ACTIONS(1014), 1, + anon_sym_LPAREN, + ACTIONS(7598), 1, + sym_identifier, + STATE(260), 1, + sym_parenthesized_expression, + STATE(5229), 2, sym_comment, sym_include, - ACTIONS(7772), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [295387] = 5, + [288513] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5565), 2, + ACTIONS(6966), 1, + sym__integer_literal, + STATE(188), 1, + sym__decimal_literal, + STATE(4365), 1, + sym_number_literal, + STATE(5230), 2, sym_comment, sym_include, - ACTIONS(7774), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [295406] = 7, + [288536] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(7322), 1, anon_sym_COMMA, - ACTIONS(7776), 1, + ACTIONS(7600), 1, anon_sym_RPAREN, - STATE(5562), 1, + STATE(5233), 1, aux_sym_function_arguments_repeat1, - STATE(5566), 2, + STATE(5231), 2, sym_comment, sym_include, - [295429] = 7, - ACTIONS(3), 1, + [288559] = 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(677), 1, - anon_sym_LPAREN, - ACTIONS(7778), 1, - sym_identifier, - STATE(41), 1, - sym_parenthesized_expression, - STATE(5567), 2, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(7602), 1, + anon_sym_RBRACK, + STATE(5166), 1, + aux_sym_array_literal_repeat1, + STATE(5232), 2, sym_comment, sym_include, - [295452] = 7, + [288582] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(7322), 1, anon_sym_COMMA, - ACTIONS(7780), 1, + ACTIONS(7604), 1, anon_sym_RPAREN, - STATE(5545), 1, + STATE(5360), 1, aux_sym_function_arguments_repeat1, - STATE(5568), 2, + STATE(5233), 2, sym_comment, sym_include, - [295475] = 7, + [288605] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7427), 1, + ACTIONS(7445), 1, anon_sym_, - ACTIONS(7782), 1, + ACTIONS(7606), 1, anon_sym_RPAREN, - STATE(5540), 1, + STATE(5343), 1, aux_sym_accumulate_statement_repeat1, - STATE(5569), 2, + STATE(5234), 2, sym_comment, sym_include, - [295498] = 6, + [288628] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3893), 1, - aux_sym_of_phrase_token1, - ACTIONS(7784), 1, + ACTIONS(6095), 1, anon_sym_COMMA, - STATE(5570), 3, + ACTIONS(6516), 1, + sym__terminator, + STATE(5353), 1, + aux_sym_data_relation_repeat1, + STATE(5235), 2, sym_comment, sym_include, - aux_sym_array_literal_repeat1, - [295519] = 7, + [288651] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7787), 1, - anon_sym_RPAREN, - STATE(5568), 1, - aux_sym_function_arguments_repeat1, - STATE(5571), 2, + ACTIONS(6966), 1, + sym__integer_literal, + STATE(188), 1, + sym__decimal_literal, + STATE(6649), 1, + sym_number_literal, + STATE(5236), 2, sym_comment, sym_include, - [295542] = 7, + [288674] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - STATE(187), 1, - sym__decimal_literal, - STATE(3187), 1, - sym_number_literal, - STATE(5572), 2, + ACTIONS(6594), 1, + sym__terminator, + ACTIONS(6596), 1, + aux_sym_input_expression_token2, + ACTIONS(6598), 1, + aux_sym_prompt_for_statement_token2, + STATE(5237), 2, sym_comment, sym_include, - [295565] = 5, + [288697] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5573), 2, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(7608), 1, + anon_sym_RBRACK, + STATE(5166), 1, + aux_sym_array_literal_repeat1, + STATE(5238), 2, sym_comment, sym_include, - ACTIONS(7789), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [295584] = 7, + [288720] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6516), 1, + sym__terminator, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(5239), 2, + sym_comment, + sym_include, + [288743] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7791), 1, + ACTIONS(7610), 1, sym_identifier, - ACTIONS(7793), 1, - anon_sym_RPAREN, - STATE(5385), 1, + ACTIONS(7612), 1, + aux_sym_temp_table_expression_token1, + STATE(6726), 1, sym_qualified_name, - STATE(5574), 2, + STATE(5240), 2, sym_comment, sym_include, - [295607] = 7, + [288766] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7795), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5575), 2, + ACTIONS(6966), 1, + sym__integer_literal, + STATE(188), 1, + sym__decimal_literal, + STATE(6652), 1, + sym_number_literal, + STATE(5241), 2, sym_comment, sym_include, - [295630] = 7, + [288789] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6680), 1, + ACTIONS(5880), 1, + aux_sym__block_terminator_token1, + STATE(4842), 1, + sym__function_terminator, + STATE(4893), 1, + sym__block_terminator, + STATE(5242), 2, + sym_comment, + sym_include, + [288812] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(1691), 1, + anon_sym_LPAREN, + ACTIONS(7614), 1, + sym_identifier, + STATE(2733), 1, + sym_parenthesized_expression, + STATE(5243), 2, + sym_comment, + sym_include, + [288835] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7445), 1, + anon_sym_, + ACTIONS(7616), 1, anon_sym_RPAREN, - STATE(5403), 1, - aux_sym_data_relation_repeat1, - STATE(5576), 2, + STATE(5234), 1, + aux_sym_accumulate_statement_repeat1, + STATE(5244), 2, sym_comment, sym_include, - [295653] = 7, + [288858] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7797), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5577), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7618), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5245), 2, sym_comment, sym_include, - [295676] = 7, + [288881] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5997), 1, + ACTIONS(6117), 1, aux_sym__block_terminator_token1, - STATE(2135), 1, - sym__function_terminator, - STATE(2184), 1, + STATE(4844), 2, sym__block_terminator, - STATE(5578), 2, + sym__procedure_terminator, + STATE(5246), 2, sym_comment, sym_include, - [295699] = 7, + [288902] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(7322), 1, anon_sym_COMMA, - ACTIONS(7799), 1, + ACTIONS(7620), 1, anon_sym_RPAREN, - STATE(5577), 1, + STATE(5360), 1, aux_sym_function_arguments_repeat1, - STATE(5579), 2, + STATE(5247), 2, sym_comment, sym_include, - [295722] = 7, + [288925] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7801), 1, - anon_sym_RPAREN, - STATE(5582), 1, - aux_sym_function_arguments_repeat1, - STATE(5580), 2, + STATE(3913), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5248), 2, sym_comment, sym_include, - [295745] = 7, + [288946] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7622), 1, + sym_identifier, + ACTIONS(7624), 1, + aux_sym_temp_table_expression_token1, + STATE(6355), 1, + sym_qualified_name, + STATE(5249), 2, + sym_comment, + sym_include, + [288969] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(7322), 1, anon_sym_COMMA, - ACTIONS(7803), 1, + ACTIONS(7626), 1, anon_sym_RPAREN, - STATE(5545), 1, + STATE(5256), 1, aux_sym_function_arguments_repeat1, - STATE(5581), 2, + STATE(5250), 2, sym_comment, sym_include, - [295768] = 7, + [288992] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7805), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5582), 2, + STATE(3905), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5251), 2, sym_comment, sym_include, - [295791] = 7, + [289013] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7807), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5583), 2, + ACTIONS(7628), 1, + aux_sym__block_terminator_token1, + STATE(2427), 1, + sym__case_terminator, + STATE(2428), 1, + sym__block_terminator, + STATE(5252), 2, + sym_comment, + sym_include, + [289036] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7630), 1, + sym_identifier, + STATE(5253), 2, sym_comment, sym_include, - [295814] = 7, + STATE(5302), 2, + sym_qualified_name, + sym_generic_parameter, + [289057] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7809), 1, - anon_sym_RPAREN, - STATE(5581), 1, - aux_sym_function_arguments_repeat1, - STATE(5584), 2, + STATE(3885), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5254), 2, sym_comment, sym_include, - [295837] = 7, + [289078] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7314), 1, + ACTIONS(3779), 1, anon_sym_COMMA, - ACTIONS(7811), 1, - anon_sym_RPAREN, - STATE(5359), 1, - aux_sym_function_parameters_repeat1, - STATE(5585), 2, + ACTIONS(7632), 1, + anon_sym_RBRACK, + STATE(5166), 1, + aux_sym_array_literal_repeat1, + STATE(5255), 2, sym_comment, sym_include, - [295860] = 5, + [289101] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5586), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7634), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5256), 2, sym_comment, sym_include, - ACTIONS(7813), 3, - anon_sym_COLON, - anon_sym_DOT, - aux_sym__block_terminator_token1, - [295879] = 7, + [289124] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(849), 1, - sym__namecolon, - ACTIONS(7815), 1, - sym__terminator, - STATE(4734), 1, - aux_sym_object_access_repeat1, - STATE(5587), 2, + STATE(5257), 2, sym_comment, sym_include, - [295902] = 5, + ACTIONS(7636), 3, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, + [289143] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5588), 2, + ACTIONS(7505), 1, + aux_sym_return_type_token1, + ACTIONS(7507), 1, + aux_sym_return_type_token2, + STATE(4238), 1, + sym_return_type, + STATE(5258), 2, sym_comment, sym_include, - ACTIONS(102), 3, - sym__namedot, - sym__augmented_assignment, - anon_sym_EQ, - [295921] = 6, + [289166] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7817), 1, + ACTIONS(7638), 1, sym_identifier, - ACTIONS(6920), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(5589), 2, + ACTIONS(7640), 1, + anon_sym_AMP, + ACTIONS(7642), 1, + sym__integer_literal, + STATE(5259), 2, sym_comment, sym_include, - [295942] = 7, - ACTIONS(69), 1, + [289189] = 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(6141), 1, - anon_sym_COMMA, - ACTIONS(7819), 1, - sym__terminator, - STATE(4457), 1, - aux_sym_data_relation_repeat1, - STATE(5590), 2, + ACTIONS(7644), 1, + sym_identifier, + ACTIONS(7647), 1, + anon_sym_RPAREN, + STATE(5260), 3, sym_comment, sym_include, - [295965] = 5, + aux_sym_query_fields_repeat1, + [289210] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5591), 2, + ACTIONS(7649), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7651), 1, + aux_sym_repeat_statement_token1, + ACTIONS(7653), 1, + aux_sym_do_block_token1, + STATE(5261), 2, sym_comment, sym_include, - ACTIONS(7821), 3, - aux_sym_for_phrase_token1, - aux_sym_for_phrase_token2, - aux_sym_for_phrase_token3, - [295984] = 7, + [289233] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(7823), 1, - anon_sym_RPAREN, - STATE(4457), 1, - aux_sym_data_relation_repeat1, - STATE(5592), 2, + STATE(467), 1, + sym_assignment_operator, + ACTIONS(853), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5262), 2, sym_comment, sym_include, - [296007] = 6, + [289254] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7825), 1, + ACTIONS(1250), 1, + anon_sym_LPAREN, + ACTIONS(7655), 1, sym_identifier, - ACTIONS(6793), 2, - anon_sym_COLON, - sym__terminator, - STATE(5593), 2, + STATE(1075), 1, + sym_parenthesized_expression, + STATE(5263), 2, sym_comment, sym_include, - [296028] = 7, + [289277] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, + ACTIONS(6966), 1, sym__integer_literal, - STATE(187), 1, + STATE(188), 1, sym__decimal_literal, - STATE(7039), 1, + STATE(3378), 1, sym_number_literal, - STATE(5594), 2, + STATE(5264), 2, sym_comment, sym_include, - [296051] = 6, + [289300] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3875), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5595), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7657), 1, + anon_sym_RPAREN, + STATE(5269), 1, + aux_sym_function_arguments_repeat1, + STATE(5265), 2, sym_comment, sym_include, - [296072] = 7, + [289323] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - STATE(187), 1, - sym__decimal_literal, - STATE(7041), 1, - sym_number_literal, - STATE(5596), 2, + ACTIONS(6117), 1, + aux_sym__block_terminator_token1, + STATE(4895), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(5266), 2, sym_comment, sym_include, - [296095] = 7, + [289344] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7659), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5267), 2, + sym_comment, + sym_include, + [289367] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3779), 1, anon_sym_COMMA, - ACTIONS(7827), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5597), 2, + ACTIONS(7661), 1, + anon_sym_RBRACK, + STATE(5166), 1, + aux_sym_array_literal_repeat1, + STATE(5268), 2, sym_comment, sym_include, - [296118] = 7, + [289390] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(7322), 1, anon_sym_COMMA, - ACTIONS(7829), 1, + ACTIONS(7663), 1, anon_sym_RPAREN, - STATE(5597), 1, + STATE(5360), 1, aux_sym_function_arguments_repeat1, - STATE(5598), 2, + STATE(5269), 2, sym_comment, sym_include, - [296141] = 7, + [289413] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5997), 1, - aux_sym__block_terminator_token1, - STATE(2087), 1, - sym__function_terminator, - STATE(2184), 1, - sym__block_terminator, - STATE(5599), 2, + ACTIONS(7567), 1, + anon_sym_COMMA, + ACTIONS(7665), 1, + anon_sym_RPAREN, + STATE(5293), 1, + aux_sym_function_parameters_repeat1, + STATE(5270), 2, sym_comment, sym_include, - [296164] = 7, - ACTIONS(3), 1, + [289436] = 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(7831), 1, - sym_identifier, - ACTIONS(7833), 1, - aux_sym_class_type_token1, - STATE(5799), 1, - sym_qualified_name, - STATE(5600), 2, + STATE(5271), 2, sym_comment, sym_include, - [296187] = 7, + ACTIONS(7667), 3, + anon_sym_COLON, + anon_sym_DOT, + aux_sym__block_terminator_token1, + [289455] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(7567), 1, anon_sym_COMMA, - ACTIONS(7835), 1, + ACTIONS(7669), 1, anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5601), 2, + STATE(5293), 1, + aux_sym_function_parameters_repeat1, + STATE(5272), 2, sym_comment, sym_include, - [296210] = 7, + [289478] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7837), 1, - anon_sym_RPAREN, - STATE(5601), 1, - aux_sym_function_arguments_repeat1, - STATE(5602), 2, + ACTIONS(6966), 1, + sym__integer_literal, + STATE(188), 1, + sym__decimal_literal, + STATE(3255), 1, + sym_number_literal, + STATE(5273), 2, sym_comment, sym_include, - [296233] = 7, + [289501] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(6095), 1, anon_sym_COMMA, - ACTIONS(7839), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5603), 2, + ACTIONS(7671), 1, + aux_sym_data_relation_token2, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(5274), 2, sym_comment, sym_include, - [296256] = 7, - ACTIONS(69), 1, + [289524] = 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(849), 1, - sym__namecolon, - ACTIONS(7841), 1, - sym__terminator, - STATE(4734), 1, - aux_sym_object_access_repeat1, - STATE(5604), 2, + ACTIONS(7445), 1, + anon_sym_, + ACTIONS(7673), 1, + anon_sym_RPAREN, + STATE(5343), 1, + aux_sym_accumulate_statement_repeat1, + STATE(5275), 2, sym_comment, sym_include, - [296279] = 7, + [289547] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7843), 1, - anon_sym_RPAREN, - STATE(5607), 1, - aux_sym_function_arguments_repeat1, - STATE(5605), 2, + ACTIONS(6966), 1, + sym__integer_literal, + STATE(188), 1, + sym__decimal_literal, + STATE(3286), 1, + sym_number_literal, + STATE(5276), 2, sym_comment, sym_include, - [296302] = 6, + [289570] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7845), 1, + ACTIONS(7675), 1, sym_identifier, - ACTIONS(7228), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(5606), 2, + ACTIONS(7677), 1, + anon_sym_RPAREN, + STATE(5221), 1, + sym_qualified_name, + STATE(5277), 2, sym_comment, sym_include, - [296323] = 7, + [289593] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(6095), 1, anon_sym_COMMA, - ACTIONS(7847), 1, + ACTIONS(6642), 1, anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5607), 2, + STATE(5223), 1, + aux_sym_data_relation_repeat1, + STATE(5278), 2, sym_comment, sym_include, - [296346] = 6, + [289616] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6926), 1, + ACTIONS(7679), 1, sym_identifier, - ACTIONS(6928), 2, - sym__terminator, + ACTIONS(7681), 1, + aux_sym_temp_table_expression_token1, + STATE(6497), 1, + sym_qualified_name, + STATE(5279), 2, + sym_comment, + sym_include, + [289639] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(3767), 1, anon_sym_COMMA, - STATE(5608), 2, + ACTIONS(3769), 1, + aux_sym_of_phrase_token1, + STATE(5225), 1, + aux_sym_array_literal_repeat1, + STATE(5280), 2, sym_comment, sym_include, - [296367] = 7, + [289662] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(1597), 1, - anon_sym_LPAREN, - ACTIONS(7849), 1, - sym_identifier, - STATE(2604), 1, - sym_parenthesized_expression, - STATE(5609), 2, + ACTIONS(7445), 1, + anon_sym_, + ACTIONS(7683), 1, + anon_sym_RPAREN, + STATE(5275), 1, + aux_sym_accumulate_statement_repeat1, + STATE(5281), 2, sym_comment, sym_include, - [296390] = 7, + [289685] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7851), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5610), 2, + ACTIONS(6966), 1, + sym__integer_literal, + STATE(188), 1, + sym__decimal_literal, + STATE(6295), 1, + sym_number_literal, + STATE(5282), 2, sym_comment, sym_include, - [296413] = 5, + [289708] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5611), 2, + ACTIONS(7685), 1, + anon_sym_COLON, + ACTIONS(7687), 1, + anon_sym_COMMA, + STATE(5283), 3, sym_comment, sym_include, - ACTIONS(7853), 3, - aux_sym__block_terminator_token1, - aux_sym_when_expression_token1, - aux_sym_case_otherwise_branch_token1, - [296432] = 7, + aux_sym_for_statement_repeat1, + [289729] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7855), 1, - aux_sym_buffer_definition_token2, - ACTIONS(7857), 1, - aux_sym_repeat_statement_token1, - ACTIONS(7859), 1, - aux_sym_do_block_token1, - STATE(5612), 2, + STATE(3946), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5284), 2, sym_comment, sym_include, - [296455] = 7, + [289750] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7861), 1, + ACTIONS(7690), 1, sym_identifier, - ACTIONS(7863), 1, - anon_sym_AMP, - ACTIONS(7865), 1, - sym__integer_literal, - STATE(5613), 2, + ACTIONS(7692), 1, + aux_sym_temp_table_expression_token1, + STATE(6713), 1, + sym_qualified_name, + STATE(5285), 2, sym_comment, sym_include, - [296478] = 5, - ACTIONS(3), 1, + [289773] = 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, - STATE(5614), 2, + STATE(3951), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5286), 2, sym_comment, sym_include, - ACTIONS(5657), 3, - sym_identifier, - sym__terminator, - aux_sym_scope_tuning_token1, - [296497] = 7, - ACTIONS(69), 1, + [289794] = 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(6723), 1, - sym__terminator, - ACTIONS(6725), 1, - aux_sym_input_expression_token2, - ACTIONS(6727), 1, - aux_sym_prompt_for_statement_token2, - STATE(5615), 2, + ACTIONS(7694), 1, + sym_identifier, + STATE(5287), 2, sym_comment, sym_include, - [296520] = 7, - ACTIONS(69), 1, + STATE(5382), 2, + sym_qualified_name, + sym_generic_parameter, + [289815] = 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(7363), 1, - aux_sym_return_type_token1, - ACTIONS(7365), 1, - aux_sym_return_type_token2, - STATE(4172), 1, - sym_return_type, - STATE(5616), 2, + ACTIONS(1961), 1, + anon_sym_LPAREN, + ACTIONS(7696), 1, + sym_identifier, + STATE(1214), 1, + sym_parenthesized_expression, + STATE(5288), 2, sym_comment, sym_include, - [296543] = 7, + [289838] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(7867), 1, - anon_sym_RBRACK, - STATE(5512), 1, - aux_sym_array_literal_repeat1, - STATE(5617), 2, + ACTIONS(6054), 1, + aux_sym__block_terminator_token1, + STATE(1758), 1, + sym__function_terminator, + STATE(1824), 1, + sym__block_terminator, + STATE(5289), 2, sym_comment, sym_include, - [296566] = 6, + [289861] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6225), 1, - aux_sym__block_terminator_token1, - STATE(1827), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5618), 2, + STATE(3974), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5290), 2, sym_comment, sym_include, - [296587] = 6, + [289882] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6200), 1, + ACTIONS(6129), 1, aux_sym__block_terminator_token1, - STATE(2137), 2, + STATE(1794), 2, sym__block_terminator, sym__procedure_terminator, - STATE(5619), 2, + STATE(5291), 2, sym_comment, sym_include, - [296608] = 7, - ACTIONS(69), 1, + [289903] = 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(5991), 1, - anon_sym_COMMA, - ACTIONS(6101), 1, - anon_sym_GT, - STATE(5627), 1, - aux_sym_generic_expression_repeat1, - STATE(5620), 2, + ACTIONS(1613), 1, + anon_sym_LPAREN, + ACTIONS(7698), 1, + sym_identifier, + STATE(1479), 1, + sym_parenthesized_expression, + STATE(5292), 2, sym_comment, sym_include, - [296631] = 7, + [289926] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(7700), 1, anon_sym_COMMA, - ACTIONS(7869), 1, + ACTIONS(7703), 1, anon_sym_RPAREN, - STATE(5664), 1, - aux_sym_function_arguments_repeat1, - STATE(5621), 2, + STATE(5293), 3, sym_comment, sym_include, - [296654] = 6, + aux_sym_function_parameters_repeat1, + [289947] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3740), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5622), 2, - sym_comment, - sym_include, - [296675] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7427), 1, - anon_sym_, - ACTIONS(7871), 1, - anon_sym_RPAREN, - STATE(5540), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5623), 2, + STATE(5294), 2, sym_comment, sym_include, - [296698] = 6, + ACTIONS(7705), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [289966] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7873), 1, + ACTIONS(160), 1, sym_identifier, - STATE(5624), 2, - sym_comment, - sym_include, - STATE(5835), 2, - sym_qualified_name, - sym_generic_parameter, - [296719] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6766), 1, + ACTIONS(162), 2, sym__terminator, - ACTIONS(6768), 1, - aux_sym_input_expression_token2, - ACTIONS(6770), 1, - aux_sym_prompt_for_statement_token2, - STATE(5625), 2, + anon_sym_COMMA, + STATE(5295), 2, sym_comment, sym_include, - [296742] = 7, + [289987] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6803), 1, - sym__terminator, - STATE(4457), 1, - aux_sym_data_relation_repeat1, - STATE(5626), 2, + STATE(3335), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5296), 2, sym_comment, sym_include, - [296765] = 7, + [290008] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5991), 1, - anon_sym_COMMA, - ACTIONS(7875), 1, - anon_sym_GT, - STATE(5535), 1, - aux_sym_generic_expression_repeat1, - STATE(5627), 2, + ACTIONS(6129), 1, + aux_sym__block_terminator_token1, + STATE(1825), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(5297), 2, sym_comment, sym_include, - [296788] = 7, + [290029] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(7322), 1, anon_sym_COMMA, - ACTIONS(7877), 1, + ACTIONS(7707), 1, anon_sym_RPAREN, - STATE(5545), 1, + STATE(5227), 1, aux_sym_function_arguments_repeat1, - STATE(5628), 2, + STATE(5298), 2, sym_comment, sym_include, - [296811] = 7, + [290052] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(7322), 1, anon_sym_COMMA, - ACTIONS(7879), 1, + ACTIONS(7709), 1, anon_sym_RPAREN, - STATE(5628), 1, + STATE(5305), 1, aux_sym_function_arguments_repeat1, - STATE(5629), 2, + STATE(5299), 2, sym_comment, sym_include, - [296834] = 7, + [290075] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7881), 1, - anon_sym_RPAREN, - STATE(5632), 1, - aux_sym_function_arguments_repeat1, - STATE(5630), 2, + ACTIONS(7505), 1, + aux_sym_return_type_token1, + ACTIONS(7507), 1, + aux_sym_return_type_token2, + STATE(4202), 1, + sym_return_type, + STATE(5300), 2, sym_comment, sym_include, - [296857] = 6, + [290098] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7883), 1, + ACTIONS(7711), 1, sym_identifier, - STATE(5620), 2, - sym_qualified_name, - sym_generic_parameter, - STATE(5631), 2, + ACTIONS(7713), 1, + anon_sym_AMP, + ACTIONS(7715), 1, + sym__integer_literal, + STATE(5301), 2, sym_comment, sym_include, - [296878] = 7, + [290121] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(5984), 1, anon_sym_COMMA, - ACTIONS(7885), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5632), 2, + ACTIONS(5990), 1, + anon_sym_GT, + STATE(5385), 1, + aux_sym_generic_expression_repeat1, + STATE(5302), 2, sym_comment, sym_include, - [296901] = 7, + [290144] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6797), 1, - sym__terminator, - ACTIONS(6799), 1, - aux_sym_input_expression_token2, - ACTIONS(6801), 1, - aux_sym_prompt_for_statement_token2, - STATE(5633), 2, + ACTIONS(7717), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7719), 1, + aux_sym_repeat_statement_token1, + ACTIONS(7721), 1, + aux_sym_do_block_token1, + STATE(5303), 2, sym_comment, sym_include, - [296924] = 6, - ACTIONS(3), 1, + [290167] = 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(104), 1, - anon_sym_LT, - ACTIONS(102), 2, - sym__namedot, - sym_identifier, - STATE(5634), 2, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(7723), 1, + anon_sym_RBRACK, + STATE(5166), 1, + aux_sym_array_literal_repeat1, + STATE(5304), 2, sym_comment, sym_include, - [296945] = 7, + [290190] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(7322), 1, anon_sym_COMMA, - ACTIONS(7887), 1, + ACTIONS(7725), 1, anon_sym_RPAREN, - STATE(5545), 1, + STATE(5360), 1, aux_sym_function_arguments_repeat1, - STATE(5635), 2, + STATE(5305), 2, sym_comment, sym_include, - [296968] = 7, + [290213] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3810), 1, - anon_sym_COMMA, - ACTIONS(7889), 1, - anon_sym_RBRACK, - STATE(5512), 1, - aux_sym_array_literal_repeat1, - STATE(5636), 2, + STATE(496), 1, + sym_assignment_operator, + ACTIONS(853), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5306), 2, sym_comment, sym_include, - [296991] = 7, + [290234] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6141), 1, - anon_sym_COMMA, - ACTIONS(6803), 1, - sym__terminator, - STATE(5446), 1, - aux_sym_data_relation_repeat1, - STATE(5637), 2, + STATE(5307), 2, sym_comment, sym_include, - [297014] = 7, - ACTIONS(3), 1, + ACTIONS(7727), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [290253] = 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(7427), 1, - anon_sym_, - ACTIONS(7891), 1, - anon_sym_RPAREN, - STATE(5623), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5638), 2, + STATE(5308), 2, sym_comment, sym_include, - [297037] = 7, + ACTIONS(7729), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [290272] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7893), 1, + ACTIONS(2083), 1, + anon_sym_LPAREN, + ACTIONS(7731), 1, sym_identifier, - ACTIONS(7895), 1, - aux_sym_class_type_token1, - STATE(6193), 1, - sym_qualified_name, - STATE(5639), 2, + STATE(2815), 1, + sym_parenthesized_expression, + STATE(5309), 2, sym_comment, sym_include, - [297060] = 7, + [290295] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7897), 1, + ACTIONS(6548), 1, sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5640), 2, + ACTIONS(6550), 1, + aux_sym_input_expression_token2, + ACTIONS(6552), 1, + aux_sym_prompt_for_statement_token2, + STATE(5310), 2, sym_comment, sym_include, - [297083] = 6, - ACTIONS(69), 1, + [290318] = 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(3727), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5641), 2, + ACTIONS(7733), 1, + sym_identifier, + ACTIONS(7735), 1, + sym__terminator, + STATE(5235), 1, + sym_qualified_name, + STATE(5311), 2, sym_comment, sym_include, - [297104] = 7, + [290341] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7899), 1, + ACTIONS(7737), 1, sym_identifier, - ACTIONS(7901), 1, + ACTIONS(7739), 1, aux_sym_temp_table_expression_token1, - STATE(6420), 1, + STATE(6622), 1, sym_qualified_name, - STATE(5642), 2, + STATE(5312), 2, sym_comment, sym_include, - [297127] = 7, + [290364] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - STATE(187), 1, - sym__decimal_literal, - STATE(3191), 1, - sym_number_literal, - STATE(5643), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7741), 1, + anon_sym_RPAREN, + STATE(5318), 1, + aux_sym_function_arguments_repeat1, + STATE(5313), 2, + sym_comment, + sym_include, + [290387] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(172), 1, + sym_identifier, + ACTIONS(174), 2, + sym__terminator, + anon_sym_COMMA, + STATE(5314), 2, sym_comment, sym_include, - [297150] = 6, + [290408] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3731), 1, - sym_type_tuning, - ACTIONS(5181), 2, - aux_sym_type_tuning_token1, - aux_sym_type_tuning_token2, - STATE(5644), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7743), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5315), 2, sym_comment, sym_include, - [297171] = 7, + [290431] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - STATE(187), 1, - sym__decimal_literal, - STATE(3188), 1, - sym_number_literal, - STATE(5645), 2, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(7745), 1, + anon_sym_RBRACK, + STATE(5166), 1, + aux_sym_array_literal_repeat1, + STATE(5316), 2, sym_comment, sym_include, - [297194] = 7, + [290454] = 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__block_terminator_token1, - STATE(1858), 1, - sym__case_terminator, - STATE(1859), 1, - sym__block_terminator, - STATE(5646), 2, + STATE(3848), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5317), 2, sym_comment, sym_include, - [297217] = 6, + [290475] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6200), 1, - aux_sym__block_terminator_token1, - STATE(2187), 2, - sym__block_terminator, - sym__procedure_terminator, - STATE(5647), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7747), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5318), 2, sym_comment, sym_include, - [297238] = 7, - ACTIONS(3), 1, + [290498] = 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(7905), 1, - sym_identifier, - ACTIONS(7907), 1, - aux_sym_class_type_token1, - STATE(5898), 1, - sym_qualified_name, - STATE(5648), 2, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6625), 1, + sym__terminator, + STATE(5239), 1, + aux_sym_data_relation_repeat1, + STATE(5319), 2, sym_comment, sym_include, - [297261] = 7, + [290521] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7909), 1, - aux_sym__block_terminator_token1, - STATE(5151), 1, - sym__case_terminator, - STATE(5152), 1, - sym__block_terminator, - STATE(5649), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7749), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5320), 2, sym_comment, sym_include, - [297284] = 7, + [290544] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7427), 1, - anon_sym_, - ACTIONS(7911), 1, - anon_sym_RPAREN, - STATE(5669), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5650), 2, - sym_comment, - sym_include, - [297307] = 7, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(216), 1, + sym_identifier, + ACTIONS(218), 2, + sym__terminator, anon_sym_COMMA, - ACTIONS(7913), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5651), 2, + STATE(5321), 2, sym_comment, sym_include, - [297330] = 7, + [290565] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7915), 1, - anon_sym_RPAREN, - STATE(5651), 1, - aux_sym_function_arguments_repeat1, - STATE(5652), 2, + ACTIONS(6966), 1, + sym__integer_literal, + STATE(188), 1, + sym__decimal_literal, + STATE(4099), 1, + sym_number_literal, + STATE(5322), 2, sym_comment, sym_include, - [297353] = 7, + [290588] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, - sym__namedot, - ACTIONS(7917), 1, - sym__terminator, - STATE(254), 1, - aux_sym_qualified_name_repeat1, - STATE(5653), 2, + ACTIONS(6966), 1, + sym__integer_literal, + STATE(188), 1, + sym__decimal_literal, + STATE(6721), 1, + sym_number_literal, + STATE(5323), 2, sym_comment, sym_include, - [297376] = 7, + [290611] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7363), 1, - aux_sym_return_type_token1, - ACTIONS(7365), 1, - aux_sym_return_type_token2, - STATE(4154), 1, - sym_return_type, - STATE(5654), 2, + ACTIONS(6054), 1, + aux_sym__block_terminator_token1, + STATE(1793), 1, + sym__function_terminator, + STATE(1824), 1, + sym__block_terminator, + STATE(5324), 2, sym_comment, sym_include, - [297399] = 7, - ACTIONS(69), 1, + [290634] = 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(7308), 1, - anon_sym_COMMA, - ACTIONS(7919), 1, + ACTIONS(7445), 1, + anon_sym_, + ACTIONS(7751), 1, anon_sym_RPAREN, - STATE(5657), 1, - aux_sym_function_arguments_repeat1, - STATE(5655), 2, + STATE(5343), 1, + aux_sym_accumulate_statement_repeat1, + STATE(5325), 2, sym_comment, sym_include, - [297422] = 7, + [290657] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6023), 1, + ACTIONS(5994), 1, aux_sym__block_terminator_token1, - STATE(1783), 1, + STATE(1962), 1, sym__function_terminator, - STATE(1866), 1, + STATE(1978), 1, sym__block_terminator, - STATE(5656), 2, + STATE(5326), 2, sym_comment, sym_include, - [297445] = 7, - ACTIONS(69), 1, + [290680] = 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(7308), 1, - anon_sym_COMMA, - ACTIONS(7921), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5657), 2, + ACTIONS(7753), 1, + sym_identifier, + ACTIONS(7755), 1, + aux_sym_class_type_token1, + STATE(5618), 1, + sym_qualified_name, + STATE(5327), 2, sym_comment, sym_include, - [297468] = 7, - ACTIONS(69), 1, + [290703] = 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(3810), 1, - anon_sym_COMMA, - ACTIONS(7923), 1, - anon_sym_RBRACK, - STATE(5512), 1, - aux_sym_array_literal_repeat1, - STATE(5658), 2, + ACTIONS(7757), 1, + sym_identifier, + ACTIONS(7759), 1, + aux_sym_temp_table_expression_token1, + STATE(6296), 1, + sym_qualified_name, + STATE(5328), 2, sym_comment, sym_include, - [297491] = 7, + [290726] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6830), 1, - sym__integer_literal, - STATE(187), 1, - sym__decimal_literal, - STATE(5138), 1, - sym_number_literal, - STATE(5659), 2, + STATE(5329), 2, + sym_comment, + sym_include, + ACTIONS(7761), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [290745] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7763), 1, + sym_identifier, + STATE(5330), 2, + sym_comment, + sym_include, + STATE(5393), 2, + sym_qualified_name, + sym_generic_parameter, + [290766] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7765), 1, + sym_identifier, + ACTIONS(7767), 1, + anon_sym_RPAREN, + STATE(5278), 1, + sym_qualified_name, + STATE(5331), 2, + sym_comment, + sym_include, + [290789] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7445), 1, + anon_sym_, + ACTIONS(7769), 1, + anon_sym_RPAREN, + STATE(5325), 1, + aux_sym_accumulate_statement_repeat1, + STATE(5332), 2, sym_comment, sym_include, - [297514] = 7, + [290812] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7925), 1, - anon_sym_RPAREN, - STATE(5603), 1, - aux_sym_function_arguments_repeat1, - STATE(5660), 2, + ACTIONS(6149), 1, + aux_sym__block_terminator_token1, + STATE(2389), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(5333), 2, sym_comment, sym_include, - [297537] = 7, + [290833] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1379), 1, + ACTIONS(1367), 1, sym__namedot, - ACTIONS(7927), 1, + ACTIONS(7771), 1, sym__terminator, - STATE(254), 1, + STATE(244), 1, aux_sym_qualified_name_repeat1, - STATE(5661), 2, + STATE(5334), 2, sym_comment, sym_include, - [297560] = 7, + [290856] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7929), 1, - aux_sym__block_terminator_token1, - STATE(2114), 1, - sym__block_terminator, - STATE(2125), 1, - sym__case_terminator, - STATE(5662), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7773), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5335), 2, sym_comment, sym_include, - [297583] = 7, + [290879] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7931), 1, + ACTIONS(5994), 1, aux_sym__block_terminator_token1, - STATE(2109), 1, - sym__case_terminator, - STATE(2174), 1, + STATE(1978), 1, sym__block_terminator, - STATE(5663), 2, + STATE(2012), 1, + sym__function_terminator, + STATE(5336), 2, sym_comment, sym_include, - [297606] = 7, + [290902] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7933), 1, - anon_sym_RPAREN, - STATE(5545), 1, - aux_sym_function_arguments_repeat1, - STATE(5664), 2, + STATE(3983), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5337), 2, sym_comment, sym_include, - [297629] = 7, + [290923] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6281), 1, - aux_sym_when_expression_token1, - STATE(4418), 1, - aux_sym_case_body_repeat1, - STATE(5611), 1, - sym_case_when_branch, - STATE(5665), 2, + STATE(3991), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5338), 2, sym_comment, sym_include, - [297652] = 7, + [290944] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7935), 1, + ACTIONS(677), 1, + anon_sym_LPAREN, + ACTIONS(7775), 1, sym_identifier, - ACTIONS(7937), 1, - aux_sym_temp_table_expression_token1, - STATE(6384), 1, - sym_qualified_name, - STATE(5666), 2, + STATE(51), 1, + sym_parenthesized_expression, + STATE(5339), 2, sym_comment, sym_include, - [297675] = 6, + [290967] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(212), 1, + ACTIONS(7777), 1, sym_identifier, - ACTIONS(214), 2, - sym__terminator, - anon_sym_COMMA, - STATE(5667), 2, + STATE(5139), 2, + sym_qualified_name, + sym_generic_parameter, + STATE(5340), 2, sym_comment, sym_include, - [297696] = 5, + [290988] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(5668), 2, + ACTIONS(6089), 1, + aux_sym__block_terminator_token1, + STATE(2011), 2, + sym__block_terminator, + sym__procedure_terminator, + STATE(5341), 2, sym_comment, sym_include, - ACTIONS(7939), 3, - aux_sym_index_tuning_token2, - aux_sym_index_tuning_token3, - aux_sym_index_tuning_token4, - [297715] = 7, + [291009] = 7, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7779), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5342), 2, + sym_comment, + sym_include, + [291032] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7427), 1, - anon_sym_, - ACTIONS(7941), 1, + ACTIONS(7781), 1, anon_sym_RPAREN, - STATE(5540), 1, - aux_sym_accumulate_statement_repeat1, - STATE(5669), 2, + ACTIONS(7783), 1, + anon_sym_, + STATE(5343), 3, sym_comment, sym_include, - [297738] = 7, + aux_sym_accumulate_statement_repeat1, + [291053] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, - anon_sym_COMMA, - ACTIONS(7943), 1, - anon_sym_RPAREN, - STATE(5671), 1, - aux_sym_function_arguments_repeat1, - STATE(5670), 2, + ACTIONS(849), 1, + sym__namecolon, + ACTIONS(7786), 1, + sym__terminator, + STATE(4609), 1, + aux_sym_object_access_repeat1, + STATE(5344), 2, sym_comment, sym_include, - [297761] = 7, + [291076] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7308), 1, + ACTIONS(7322), 1, anon_sym_COMMA, - ACTIONS(7945), 1, + ACTIONS(7788), 1, anon_sym_RPAREN, - STATE(5545), 1, + STATE(5348), 1, aux_sym_function_arguments_repeat1, - STATE(5671), 2, + STATE(5345), 2, sym_comment, sym_include, - [297784] = 6, + [291099] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - STATE(3335), 1, + STATE(3915), 1, sym_type_tuning, - ACTIONS(5181), 2, + ACTIONS(5199), 2, aux_sym_type_tuning_token1, aux_sym_type_tuning_token2, - STATE(5672), 2, - sym_comment, - sym_include, - [297805] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6072), 1, - sym_body, - STATE(5673), 2, + STATE(5346), 2, sym_comment, sym_include, - [297825] = 6, + [291120] = 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(6095), 1, + anon_sym_COMMA, + ACTIONS(6625), 1, sym__terminator, - ACTIONS(7949), 1, - aux_sym_enum_definition_token1, - STATE(5674), 2, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(5347), 2, sym_comment, sym_include, - [297845] = 6, + [291143] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7951), 1, - anon_sym_DOT, - ACTIONS(7953), 1, - aux_sym__case_terminator_token1, - STATE(5675), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7790), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5348), 2, sym_comment, sym_include, - [297865] = 5, + [291166] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(120), 2, - sym__terminator, - anon_sym_NO_DASHERROR, - STATE(5676), 2, + ACTIONS(7505), 1, + aux_sym_return_type_token1, + ACTIONS(7507), 1, + aux_sym_return_type_token2, + STATE(4265), 1, + sym_return_type, + STATE(5349), 2, sym_comment, sym_include, - [297883] = 6, + [291189] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7955), 1, + ACTIONS(4225), 1, sym_identifier, - ACTIONS(7957), 1, - anon_sym_STAR, - STATE(5677), 2, + ACTIONS(6685), 1, + sym__namedot, + STATE(4797), 1, + aux_sym_qualified_name_repeat1, + STATE(5350), 2, sym_comment, sym_include, - [297903] = 5, + [291212] = 7, 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, - anon_sym_NO_DASHERROR, - STATE(5678), 2, - sym_comment, - sym_include, - [297921] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7959), 1, - sym_identifier, - STATE(5849), 1, - sym_qualified_name, - STATE(5679), 2, - sym_comment, - sym_include, - [297941] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7961), 1, - sym_identifier, - ACTIONS(7963), 1, + ACTIONS(6711), 1, sym__terminator, - STATE(5680), 2, + ACTIONS(6713), 1, + aux_sym_input_expression_token2, + ACTIONS(6715), 1, + aux_sym_prompt_for_statement_token2, + STATE(5351), 2, sym_comment, sym_include, - [297961] = 6, + [291235] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, + ACTIONS(6089), 1, aux_sym__block_terminator_token1, - STATE(1705), 1, + STATE(1975), 2, sym__block_terminator, - STATE(5681), 2, - sym_comment, - sym_include, - [297981] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7965), 1, - sym_identifier, - STATE(4748), 1, - sym_qualified_name, - STATE(5682), 2, + sym__procedure_terminator, + STATE(5352), 2, sym_comment, sym_include, - [298001] = 6, + [291256] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1704), 1, - sym__block_terminator, - STATE(5683), 2, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(7792), 1, + sym__terminator, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(5353), 2, sym_comment, sym_include, - [298021] = 6, - ACTIONS(69), 1, + [291279] = 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(5263), 1, - aux_sym__block_terminator_token1, - STATE(1703), 1, - sym__block_terminator, - STATE(5684), 2, + ACTIONS(7794), 1, + sym_identifier, + ACTIONS(7796), 1, + anon_sym_AMP, + ACTIONS(7798), 1, + sym__integer_literal, + STATE(5354), 2, sym_comment, sym_include, - [298041] = 6, + [291302] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5923), 1, - anon_sym_LPAREN, - STATE(5893), 1, - sym_function_parameters, - STATE(5685), 2, + ACTIONS(7800), 1, + aux_sym_buffer_definition_token2, + ACTIONS(7802), 1, + aux_sym_repeat_statement_token1, + ACTIONS(7804), 1, + aux_sym_do_block_token1, + STATE(5355), 2, sym_comment, sym_include, - [298061] = 6, + [291325] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6792), 1, - sym_body, - STATE(5686), 2, + STATE(530), 1, + sym_assignment_operator, + ACTIONS(853), 2, + sym__augmented_assignment, + anon_sym_EQ, + STATE(5356), 2, sym_comment, sym_include, - [298081] = 5, - ACTIONS(69), 1, + [291346] = 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(136), 2, + ACTIONS(7161), 1, + sym_identifier, + ACTIONS(7163), 2, sym__terminator, - anon_sym_NO_DASHERROR, - STATE(5687), 2, + anon_sym_COMMA, + STATE(5357), 2, sym_comment, sym_include, - [298099] = 6, + [291367] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6591), 1, - anon_sym_LPAREN, - STATE(5496), 1, - sym_function_parameters, - STATE(5688), 2, + ACTIONS(5984), 1, + anon_sym_COMMA, + ACTIONS(7806), 1, + anon_sym_GT, + STATE(5359), 1, + aux_sym_generic_expression_repeat1, + STATE(5358), 2, sym_comment, sym_include, - [298119] = 5, + [291390] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(120), 2, - sym__namecolon, - anon_sym_NO_DASHERROR, - STATE(5689), 2, + ACTIONS(6179), 1, + anon_sym_GT, + ACTIONS(7808), 1, + anon_sym_COMMA, + STATE(5359), 3, sym_comment, sym_include, - [298137] = 5, + aux_sym_generic_expression_repeat1, + [291411] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7967), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(5690), 2, + ACTIONS(7811), 1, + anon_sym_COMMA, + ACTIONS(7814), 1, + anon_sym_RPAREN, + STATE(5360), 3, sym_comment, sym_include, - [298155] = 6, + aux_sym_function_arguments_repeat1, + [291432] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7969), 1, + ACTIONS(7816), 1, sym_identifier, - ACTIONS(7971), 1, + ACTIONS(7818), 1, sym__terminator, - STATE(5691), 2, + ACTIONS(7820), 1, + aux_sym_enum_member_token1, + STATE(5361), 2, sym_comment, sym_include, - [298175] = 6, + [291455] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7973), 1, - aux_sym_scope_tuning_token1, - STATE(6602), 1, - sym_new_expression, - STATE(5692), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7822), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5362), 2, sym_comment, sym_include, - [298195] = 6, + [291478] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2075), 1, - sym__block_terminator, - STATE(5693), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7824), 1, + anon_sym_RPAREN, + STATE(5362), 1, + aux_sym_function_arguments_repeat1, + STATE(5363), 2, sym_comment, sym_include, - [298215] = 6, + [291501] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6123), 1, - sym_body, - STATE(5694), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7826), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5364), 2, sym_comment, sym_include, - [298235] = 6, + [291524] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7975), 1, - aux_sym_primitive_type_token1, - ACTIONS(7977), 1, - aux_sym_event_definition_token2, - STATE(5695), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7828), 1, + anon_sym_RPAREN, + STATE(5364), 1, + aux_sym_function_arguments_repeat1, + STATE(5365), 2, sym_comment, sym_include, - [298255] = 6, + [291547] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1702), 1, - sym__block_terminator, - STATE(5696), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7830), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5366), 2, sym_comment, sym_include, - [298275] = 6, + [291570] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1701), 1, - sym__block_terminator, - STATE(5697), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(6586), 1, + sym__terminator, + STATE(6602), 1, + sym_body, + STATE(5367), 2, sym_comment, sym_include, - [298295] = 6, + [291593] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1700), 1, - sym__block_terminator, - STATE(5698), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7832), 1, + anon_sym_RPAREN, + STATE(5366), 1, + aux_sym_function_arguments_repeat1, + STATE(5368), 2, sym_comment, sym_include, - [298315] = 6, + [291616] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2145), 1, - sym__block_terminator, - STATE(5699), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7834), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5369), 2, sym_comment, sym_include, - [298335] = 6, + [291639] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1699), 1, - sym__block_terminator, - STATE(5700), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7836), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5370), 2, sym_comment, sym_include, - [298355] = 6, + [291662] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1698), 1, - sym__block_terminator, - STATE(5701), 2, + ACTIONS(849), 1, + sym__namecolon, + ACTIONS(7838), 1, + sym__terminator, + STATE(4609), 1, + aux_sym_object_access_repeat1, + STATE(5371), 2, sym_comment, sym_include, - [298375] = 6, + [291685] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1696), 1, - sym__block_terminator, - STATE(5702), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7840), 1, + anon_sym_RPAREN, + STATE(5370), 1, + aux_sym_function_arguments_repeat1, + STATE(5372), 2, sym_comment, sym_include, - [298395] = 6, + [291708] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1695), 1, - sym__block_terminator, - STATE(5703), 2, - sym_comment, - sym_include, - [298415] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(7979), 1, - sym_identifier, - STATE(3406), 1, - sym_qualified_name, - STATE(5704), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7842), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5373), 2, sym_comment, sym_include, - [298435] = 6, + [291731] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1694), 1, - sym__block_terminator, - STATE(5705), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7844), 1, + anon_sym_RPAREN, + STATE(5373), 1, + aux_sym_function_arguments_repeat1, + STATE(5374), 2, sym_comment, sym_include, - [298455] = 6, + [291754] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7981), 1, + ACTIONS(3890), 1, sym_identifier, - ACTIONS(7983), 1, - anon_sym_STAR, - STATE(5706), 2, + ACTIONS(6683), 1, + anon_sym_LT, + STATE(6404), 1, + sym_generic_expression, + STATE(5375), 2, sym_comment, sym_include, - [298475] = 6, + [291777] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4271), 1, - sym_query_fields, - STATE(5707), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7846), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5376), 2, sym_comment, sym_include, - [298495] = 5, + [291800] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6261), 2, + ACTIONS(7322), 1, anon_sym_COMMA, + ACTIONS(7848), 1, anon_sym_RPAREN, - STATE(5708), 2, + STATE(5380), 1, + aux_sym_function_arguments_repeat1, + STATE(5377), 2, sym_comment, sym_include, - [298513] = 6, + [291823] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2252), 1, - sym__block_terminator, - STATE(5709), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7850), 1, + anon_sym_RPAREN, + STATE(5376), 1, + aux_sym_function_arguments_repeat1, + STATE(5378), 2, sym_comment, sym_include, - [298533] = 6, + [291846] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(5693), 1, - sym_body, - STATE(5710), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7852), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5379), 2, sym_comment, sym_include, - [298553] = 6, + [291869] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4460), 1, - sym_query_fields, - STATE(5711), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7854), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5380), 2, sym_comment, sym_include, - [298573] = 6, + [291892] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2329), 1, - sym__block_terminator, - STATE(5712), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7856), 1, + anon_sym_RPAREN, + STATE(5379), 1, + aux_sym_function_arguments_repeat1, + STATE(5381), 2, sym_comment, sym_include, - [298593] = 6, + [291915] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6828), 1, - sym__escaped_string, - STATE(2990), 1, - sym_string_literal, - STATE(5713), 2, + ACTIONS(5984), 1, + anon_sym_COMMA, + ACTIONS(6056), 1, + anon_sym_GT, + STATE(5424), 1, + aux_sym_generic_expression_repeat1, + STATE(5382), 2, sym_comment, sym_include, - [298613] = 6, + [291938] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7951), 1, - anon_sym_DOT, - ACTIONS(7987), 1, - aux_sym__function_terminator_token1, - STATE(5714), 2, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6681), 1, + sym__terminator, + STATE(5392), 1, + aux_sym_data_relation_repeat1, + STATE(5383), 2, sym_comment, sym_include, - [298633] = 5, + [291961] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7989), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(5715), 2, + ACTIONS(6966), 1, + sym__integer_literal, + STATE(188), 1, + sym__decimal_literal, + STATE(3642), 1, + sym_number_literal, + STATE(5384), 2, sym_comment, sym_include, - [298651] = 6, + [291984] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2163), 1, - sym__block_terminator, - STATE(5716), 2, + ACTIONS(5984), 1, + anon_sym_COMMA, + ACTIONS(7858), 1, + anon_sym_GT, + STATE(5359), 1, + aux_sym_generic_expression_repeat1, + STATE(5385), 2, sym_comment, sym_include, - [298671] = 6, + [292007] = 7, 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, - ACTIONS(7993), 1, - aux_sym_enum_definition_token1, - STATE(5717), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7860), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5386), 2, sym_comment, sym_include, - [298691] = 6, + [292030] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7995), 1, - sym__terminator, - ACTIONS(7997), 1, - aux_sym_finally_statement_token1, - STATE(5718), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7862), 1, + anon_sym_RPAREN, + STATE(5386), 1, + aux_sym_function_arguments_repeat1, + STATE(5387), 2, sym_comment, sym_include, - [298711] = 6, - ACTIONS(3), 1, + [292053] = 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(7999), 1, - sym_identifier, - STATE(6717), 1, - sym_qualified_name, - STATE(5719), 2, + STATE(5388), 2, sym_comment, sym_include, - [298731] = 6, + ACTIONS(7864), 3, + aux_sym_for_phrase_token1, + aux_sym_for_phrase_token2, + aux_sym_for_phrase_token3, + [292072] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6226), 1, - sym_body, - STATE(5720), 2, + ACTIONS(6076), 1, + aux_sym__block_terminator_token1, + STATE(2385), 1, + sym__block_terminator, + STATE(2387), 1, + sym__function_terminator, + STATE(5389), 2, sym_comment, sym_include, - [298751] = 6, + [292095] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, + ACTIONS(6155), 1, aux_sym__block_terminator_token1, - STATE(2331), 1, + STATE(2393), 2, sym__block_terminator, - STATE(5721), 2, + sym__procedure_terminator, + STATE(5390), 2, sym_comment, sym_include, - [298771] = 6, + [292116] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8001), 1, + ACTIONS(7292), 1, + sym__terminator, + ACTIONS(7866), 1, sym_identifier, - STATE(3638), 1, + STATE(5178), 1, sym_qualified_name, - STATE(5722), 2, - sym_comment, - sym_include, - [298791] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2337), 1, - sym__block_terminator, - STATE(5723), 2, + STATE(5391), 2, sym_comment, sym_include, - [298811] = 6, + [292139] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8003), 1, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6582), 1, sym__terminator, - ACTIONS(8005), 1, - aux_sym_finally_statement_token1, - STATE(5724), 2, + STATE(4451), 1, + aux_sym_data_relation_repeat1, + STATE(5392), 2, sym_comment, sym_include, - [298831] = 5, + [292162] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4477), 2, - anon_sym_COLON, + ACTIONS(5984), 1, anon_sym_COMMA, - STATE(5725), 2, + ACTIONS(5988), 1, + anon_sym_GT, + STATE(5165), 1, + aux_sym_generic_expression_repeat1, + STATE(5393), 2, sym_comment, sym_include, - [298849] = 5, - ACTIONS(69), 1, + [292185] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6933), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(5726), 2, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(7445), 1, + anon_sym_, + ACTIONS(7868), 1, + anon_sym_RPAREN, + STATE(5169), 1, + aux_sym_accumulate_statement_repeat1, + STATE(5394), 2, sym_comment, sym_include, - [298867] = 6, + [292208] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5913), 1, - anon_sym_COLON, - STATE(5662), 1, - sym_case_body, - STATE(5727), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7870), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5395), 2, sym_comment, sym_include, - [298887] = 5, + [292231] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8007), 2, - anon_sym_COLON, + ACTIONS(7322), 1, anon_sym_COMMA, - STATE(5728), 2, + ACTIONS(7872), 1, + anon_sym_RPAREN, + STATE(5395), 1, + aux_sym_function_arguments_repeat1, + STATE(5396), 2, sym_comment, sym_include, - [298905] = 6, + [292254] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8009), 1, + ACTIONS(2023), 1, + anon_sym_LPAREN, + ACTIONS(7874), 1, sym_identifier, - STATE(5797), 1, - sym_qualified_name, - STATE(5729), 2, + STATE(3106), 1, + sym_parenthesized_expression, + STATE(5397), 2, sym_comment, sym_include, - [298925] = 6, + [292277] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8011), 1, + ACTIONS(7876), 1, sym_identifier, - ACTIONS(8013), 1, - anon_sym_COMMA, - STATE(5730), 2, + ACTIONS(7878), 1, + anon_sym_RPAREN, + STATE(5426), 1, + aux_sym_query_fields_repeat1, + STATE(5398), 2, sym_comment, sym_include, - [298945] = 6, + [292300] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8015), 1, - aux_sym_procedure_parameter_definition_token1, - ACTIONS(8017), 1, - aux_sym_procedure_parameter_definition_token2, - STATE(5731), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + ACTIONS(7880), 1, + sym__terminator, + STATE(6184), 1, + sym_body, + STATE(5399), 2, sym_comment, sym_include, - [298965] = 6, + [292323] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1967), 1, - sym__namecolon, - STATE(1034), 1, - aux_sym_object_access_repeat1, - STATE(5732), 2, + ACTIONS(6095), 1, + anon_sym_COMMA, + ACTIONS(6667), 1, + aux_sym_data_relation_token2, + STATE(5274), 1, + aux_sym_data_relation_repeat1, + STATE(5400), 2, sym_comment, sym_include, - [298985] = 5, + [292346] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8019), 2, + ACTIONS(7322), 1, anon_sym_COMMA, - anon_sym_GT, - STATE(5733), 2, + ACTIONS(7882), 1, + anon_sym_RPAREN, + STATE(5406), 1, + aux_sym_function_arguments_repeat1, + STATE(5401), 2, sym_comment, sym_include, - [299003] = 6, - ACTIONS(3), 1, + [292369] = 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(8021), 1, - sym_identifier, - ACTIONS(8023), 1, - anon_sym_STAR, - STATE(5734), 2, + ACTIONS(5876), 1, + aux_sym__block_terminator_token1, + STATE(2329), 1, + sym__function_terminator, + STATE(2429), 1, + sym__block_terminator, + STATE(5402), 2, sym_comment, sym_include, - [299023] = 6, + [292392] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5133), 1, - sym__terminator, - ACTIONS(5135), 1, - aux_sym_function_call_token1, - STATE(5735), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7884), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5403), 2, sym_comment, sym_include, - [299043] = 6, + [292415] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(5790), 1, - sym_body, - STATE(5736), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7886), 1, + anon_sym_RPAREN, + STATE(5403), 1, + aux_sym_function_arguments_repeat1, + STATE(5404), 2, sym_comment, sym_include, - [299063] = 6, - ACTIONS(3), 1, + [292438] = 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(8025), 1, - sym_identifier, - ACTIONS(8027), 1, - anon_sym_STAR, - STATE(5737), 2, + ACTIONS(3779), 1, + anon_sym_COMMA, + ACTIONS(7888), 1, + anon_sym_RBRACK, + STATE(5166), 1, + aux_sym_array_literal_repeat1, + STATE(5405), 2, sym_comment, sym_include, - [299083] = 6, + [292461] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2223), 1, - sym__block_terminator, - STATE(5738), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7890), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5406), 2, sym_comment, sym_include, - [299103] = 6, - ACTIONS(3), 1, + [292484] = 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(8029), 1, - sym_identifier, - STATE(5826), 1, - sym_qualified_name, - STATE(5739), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7892), 1, + anon_sym_RPAREN, + STATE(5409), 1, + aux_sym_function_arguments_repeat1, + STATE(5407), 2, sym_comment, sym_include, - [299123] = 6, + [292507] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - STATE(6911), 1, + ACTIONS(7894), 1, + sym__terminator, + STATE(6610), 1, sym_body, - STATE(5740), 2, + STATE(5408), 2, sym_comment, sym_include, - [299143] = 6, + [292530] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2312), 1, - sym__block_terminator, - STATE(5741), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7896), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5409), 2, sym_comment, sym_include, - [299163] = 6, + [292553] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8031), 1, - aux_sym_procedure_parameter_definition_token1, - ACTIONS(8033), 1, - aux_sym_procedure_parameter_definition_token2, - STATE(5742), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7898), 1, + anon_sym_RPAREN, + STATE(5414), 1, + aux_sym_function_arguments_repeat1, + STATE(5410), 2, sym_comment, sym_include, - [299183] = 6, + [292576] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6866), 1, - sym__terminator, - ACTIONS(6868), 1, - aux_sym_using_statement_token2, - STATE(5743), 2, + ACTIONS(7900), 1, + aux_sym_image_phrase_token1, + ACTIONS(7902), 1, + aux_sym_image_phrase_token2, + STATE(3274), 1, + sym_image_phrase, + STATE(5411), 2, sym_comment, sym_include, - [299203] = 6, + [292599] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2093), 1, - sym__block_terminator, - STATE(5744), 2, + STATE(5412), 2, sym_comment, sym_include, - [299223] = 6, + ACTIONS(7904), 3, + aux_sym__block_terminator_token1, + aux_sym_when_expression_token1, + aux_sym_case_otherwise_branch_token1, + [292618] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2230), 1, - sym__block_terminator, - STATE(5745), 2, - sym_comment, - sym_include, - [299243] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8035), 1, - sym_identifier, - STATE(5858), 1, - sym_qualified_name, - STATE(5746), 2, + STATE(3325), 1, + sym_type_tuning, + ACTIONS(5199), 2, + aux_sym_type_tuning_token1, + aux_sym_type_tuning_token2, + STATE(5413), 2, sym_comment, sym_include, - [299263] = 6, + [292639] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7027), 1, - anon_sym_LPAREN, - STATE(2306), 1, - sym_function_arguments, - STATE(5747), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7906), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5414), 2, sym_comment, sym_include, - [299283] = 6, + [292662] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2122), 1, - sym__block_terminator, - STATE(5748), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7908), 1, + anon_sym_RPAREN, + STATE(5422), 1, + aux_sym_function_arguments_repeat1, + STATE(5415), 2, sym_comment, sym_include, - [299303] = 6, - ACTIONS(3), 1, + [292685] = 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(8037), 1, - sym_identifier, - STATE(3380), 1, - sym_qualified_name, - STATE(5749), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7910), 1, + anon_sym_RPAREN, + STATE(5214), 1, + aux_sym_function_arguments_repeat1, + STATE(5416), 2, sym_comment, sym_include, - [299323] = 5, + [292708] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8039), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(5750), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7912), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5417), 2, sym_comment, sym_include, - [299341] = 5, + [292731] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(7914), 1, + sym_file_name, + ACTIONS(7916), 1, anon_sym_LBRACE, - ACTIONS(8041), 2, - sym_identifier, - aux_sym_run_tuning_token6, - STATE(5751), 2, + STATE(6506), 1, + sym_constant, + STATE(5418), 3, sym_comment, sym_include, - [299359] = 6, + aux_sym_include_repeat1, + [292752] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8043), 1, - aux_sym_procedure_parameter_definition_token1, - ACTIONS(8045), 1, - aux_sym_procedure_parameter_definition_token2, - STATE(5752), 2, + ACTIONS(7567), 1, + anon_sym_COMMA, + ACTIONS(7919), 1, + anon_sym_RPAREN, + STATE(5270), 1, + aux_sym_function_parameters_repeat1, + STATE(5419), 2, sym_comment, sym_include, - [299379] = 6, + [292775] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8047), 1, - sym__escaped_string, - STATE(3962), 1, - sym_string_literal, - STATE(5753), 2, + ACTIONS(3767), 1, + anon_sym_COMMA, + ACTIONS(7921), 1, + aux_sym_of_phrase_token1, + STATE(5225), 1, + aux_sym_array_literal_repeat1, + STATE(5420), 2, sym_comment, sym_include, - [299399] = 6, - ACTIONS(3), 1, + [292798] = 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(8049), 1, - sym_identifier, - ACTIONS(8051), 1, - anon_sym_STAR, - STATE(5754), 2, + ACTIONS(6966), 1, + sym__integer_literal, + STATE(188), 1, + sym__decimal_literal, + STATE(6101), 1, + sym_number_literal, + STATE(5421), 2, sym_comment, sym_include, - [299419] = 6, + [292821] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1643), 1, - sym__block_terminator, - STATE(5755), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7923), 1, + anon_sym_RPAREN, + STATE(5360), 1, + aux_sym_function_arguments_repeat1, + STATE(5422), 2, sym_comment, sym_include, - [299439] = 6, + [292844] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6944), 1, - anon_sym_LPAREN, - STATE(1050), 1, - sym_function_arguments, - STATE(5756), 2, + ACTIONS(1367), 1, + sym__namedot, + ACTIONS(7925), 1, + sym__terminator, + STATE(244), 1, + aux_sym_qualified_name_repeat1, + STATE(5423), 2, sym_comment, sym_include, - [299459] = 6, + [292867] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7041), 1, - sym__terminator, - ACTIONS(7043), 1, - aux_sym_using_statement_token2, - STATE(5757), 2, + ACTIONS(5984), 1, + anon_sym_COMMA, + ACTIONS(7927), 1, + anon_sym_GT, + STATE(5359), 1, + aux_sym_generic_expression_repeat1, + STATE(5424), 2, sym_comment, sym_include, - [299479] = 5, + [292890] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8053), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(5758), 2, + STATE(5425), 2, sym_comment, sym_include, - [299497] = 6, + ACTIONS(110), 3, + sym__namedot, + sym__augmented_assignment, + anon_sym_EQ, + [292909] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8055), 1, + ACTIONS(7876), 1, sym_identifier, - STATE(5894), 1, - sym_qualified_name, - STATE(5759), 2, + ACTIONS(7929), 1, + anon_sym_RPAREN, + STATE(5260), 1, + aux_sym_query_fields_repeat1, + STATE(5426), 2, sym_comment, sym_include, - [299517] = 6, + [292932] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2162), 1, - sym__block_terminator, - STATE(5760), 2, + STATE(5427), 2, sym_comment, sym_include, - [299537] = 6, + ACTIONS(156), 3, + sym__namedoublecolon, + sym__augmented_assignment, + anon_sym_EQ, + [292951] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1635), 1, - sym__block_terminator, - STATE(5761), 2, + ACTIONS(6383), 1, + aux_sym_when_expression_token1, + STATE(4469), 1, + aux_sym_case_body_repeat1, + STATE(5412), 1, + sym_case_when_branch, + STATE(5428), 2, sym_comment, sym_include, - [299557] = 6, + [292974] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8057), 1, - sym_identifier, - STATE(3415), 1, - sym_qualified_name, - STATE(5762), 2, - sym_comment, - sym_include, - [299577] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(8059), 1, - sym__terminator, - ACTIONS(8061), 1, - aux_sym_class_type_token1, - STATE(5763), 2, - sym_comment, - sym_include, - [299597] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(8063), 1, - aux_sym_procedure_parameter_definition_token1, - ACTIONS(8065), 1, - aux_sym_procedure_parameter_definition_token2, - STATE(5764), 2, + STATE(5429), 2, sym_comment, sym_include, - [299617] = 6, + ACTIONS(7931), 3, + sym_identifier, + aux_sym_input_expression_token2, + aux_sym_do_block_token1, + [292993] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8067), 1, - sym_identifier, - STATE(3142), 1, - sym_qualified_name, - STATE(5765), 2, + STATE(5430), 2, sym_comment, sym_include, - [299637] = 6, + ACTIONS(5571), 3, + sym_identifier, + sym__terminator, + aux_sym_scope_tuning_token1, + [293012] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, + ACTIONS(6076), 1, aux_sym__block_terminator_token1, - STATE(1710), 1, + STATE(2335), 1, + sym__function_terminator, + STATE(2385), 1, sym__block_terminator, - STATE(5766), 2, + STATE(5431), 2, sym_comment, sym_include, - [299657] = 6, + [293035] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5153), 1, - sym__terminator, - ACTIONS(5155), 1, - aux_sym_function_call_token1, - STATE(5767), 2, + ACTIONS(7322), 1, + anon_sym_COMMA, + ACTIONS(7933), 1, + anon_sym_RPAREN, + STATE(5107), 1, + aux_sym_function_arguments_repeat1, + STATE(5432), 2, sym_comment, sym_include, - [299677] = 6, + [293058] = 7, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, + ACTIONS(7935), 1, aux_sym__block_terminator_token1, - STATE(2347), 1, + STATE(2240), 1, + sym__case_terminator, + STATE(2373), 1, sym__block_terminator, - STATE(5768), 2, + STATE(5433), 2, sym_comment, sym_include, - [299697] = 6, - ACTIONS(3), 1, + [293081] = 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(8069), 1, - sym_identifier, - STATE(5823), 1, - sym_qualified_name, - STATE(5769), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(5885), 1, + sym_body, + STATE(5434), 2, sym_comment, sym_include, - [299717] = 5, + [293101] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8071), 2, - anon_sym_COLON, - aux_sym_enum_tuning_token1, - STATE(5770), 2, + ACTIONS(7937), 1, + sym__terminator, + ACTIONS(7939), 1, + aux_sym_finally_statement_token1, + STATE(5435), 2, sym_comment, sym_include, - [299735] = 5, + [293121] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8073), 2, - anon_sym_COLON, - aux_sym_enum_tuning_token1, - STATE(5771), 2, + ACTIONS(7941), 1, + anon_sym_DOT, + ACTIONS(7943), 1, + aux_sym__case_terminator_token1, + STATE(5436), 2, sym_comment, sym_include, - [299753] = 6, + [293141] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8075), 1, + ACTIONS(7945), 1, sym_identifier, - STATE(2786), 1, + STATE(4662), 1, sym_qualified_name, - STATE(5772), 2, + STATE(5437), 2, sym_comment, sym_include, - [299773] = 6, + [293161] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, + ACTIONS(5085), 1, aux_sym__block_terminator_token1, - STATE(2351), 1, + STATE(2280), 1, sym__block_terminator, - STATE(5773), 2, - sym_comment, - sym_include, - [299793] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6966), 1, - anon_sym_LPAREN, - STATE(1353), 1, - sym_function_arguments, - STATE(5774), 2, + STATE(5438), 2, sym_comment, sym_include, - [299813] = 6, + [293181] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8077), 1, + ACTIONS(7947), 1, sym_identifier, - ACTIONS(8079), 1, - anon_sym_STAR, - STATE(5775), 2, + STATE(5400), 1, + sym_qualified_name, + STATE(5439), 2, sym_comment, sym_include, - [299833] = 6, + [293201] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2442), 1, - sym__namecolon, - STATE(1318), 1, - aux_sym_object_access_repeat1, - STATE(5776), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(6612), 1, + sym_body, + STATE(5440), 2, sym_comment, sym_include, - [299853] = 5, + [293221] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8081), 2, - aux_sym_using_statement_token3, - aux_sym_using_statement_token4, - STATE(5777), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1726), 1, + sym__block_terminator, + STATE(5441), 2, sym_comment, sym_include, - [299871] = 6, + [293241] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8083), 1, + ACTIONS(7949), 1, sym_identifier, - STATE(4278), 1, + STATE(5649), 1, sym_qualified_name, - STATE(5778), 2, - sym_comment, - sym_include, - [299891] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(7764), 1, - aux_sym_on_stop_phrase_token1, - ACTIONS(7766), 1, - aux_sym_on_quit_phrase_token1, - STATE(5779), 2, - sym_comment, - sym_include, - [299911] = 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__namecolon, - anon_sym_NO_DASHERROR, - STATE(5780), 2, - sym_comment, - sym_include, - [299929] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1707), 1, - sym__block_terminator, - STATE(5781), 2, + STATE(5442), 2, sym_comment, sym_include, - [299949] = 6, + [293261] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, + ACTIONS(5059), 1, aux_sym__block_terminator_token1, - STATE(2209), 1, + STATE(4858), 1, sym__block_terminator, - STATE(5782), 2, - sym_comment, - sym_include, - [299969] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(6704), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(5783), 2, + STATE(5443), 2, sym_comment, sym_include, - [299987] = 6, + [293281] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6009), 1, - sym_body, - STATE(5784), 2, + ACTIONS(7951), 2, + aux_sym_using_statement_token3, + aux_sym_using_statement_token4, + STATE(5444), 2, sym_comment, sym_include, - [300007] = 5, + [293299] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7160), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(5785), 2, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2388), 1, + sym__block_terminator, + STATE(5445), 2, sym_comment, sym_include, - [300025] = 6, + [293319] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8085), 1, + ACTIONS(7953), 1, sym_identifier, - STATE(4852), 1, + STATE(5753), 1, sym_qualified_name, - STATE(5786), 2, + STATE(5446), 2, sym_comment, sym_include, - [300045] = 6, + [293339] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1609), 1, - sym__block_terminator, - STATE(5787), 2, + ACTIONS(6588), 1, + anon_sym_LPAREN, + STATE(5399), 1, + sym_function_parameters, + STATE(5447), 2, sym_comment, sym_include, - [300065] = 5, + [293359] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8087), 2, - anon_sym_COLON, - aux_sym_inherits_token1, - STATE(5788), 2, + ACTIONS(7955), 1, + sym__terminator, + ACTIONS(7957), 1, + aux_sym_interface_statement_token1, + STATE(5448), 2, sym_comment, sym_include, - [300083] = 6, + [293379] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8089), 1, + ACTIONS(7959), 1, sym_identifier, - STATE(126), 1, - sym_qualified_name, - STATE(5789), 2, + ACTIONS(7961), 1, + anon_sym_COMMA, + STATE(5449), 2, sym_comment, sym_include, - [300103] = 6, + [293399] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, + ACTIONS(5024), 1, aux_sym__block_terminator_token1, - STATE(2226), 1, + STATE(1728), 1, sym__block_terminator, - STATE(5790), 2, + STATE(5450), 2, sym_comment, sym_include, - [300123] = 6, + [293419] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(5782), 1, - sym_body, - STATE(5791), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2338), 1, + sym__block_terminator, + STATE(5451), 2, sym_comment, sym_include, - [300143] = 5, + [293439] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8091), 2, - anon_sym_COLON, - aux_sym_inherits_token1, - STATE(5792), 2, + ACTIONS(7963), 1, + sym__terminator, + ACTIONS(7965), 1, + aux_sym_enum_definition_token1, + STATE(5452), 2, sym_comment, sym_include, - [300161] = 5, - ACTIONS(69), 1, + [293459] = 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(8093), 2, - sym__terminator, - aux_sym_output_stream_statement_token1, - STATE(5793), 2, + ACTIONS(7967), 1, + sym_identifier, + ACTIONS(7969), 1, + anon_sym_STAR, + STATE(5453), 2, sym_comment, sym_include, - [300179] = 6, + [293479] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8095), 1, - aux_sym_input_close_statement_token2, - ACTIONS(8097), 1, - aux_sym_output_stream_statement_token1, - STATE(5794), 2, + ACTIONS(7971), 2, + sym__terminator, + aux_sym_field_definition_token1, + STATE(5454), 2, sym_comment, sym_include, - [300199] = 6, + [293497] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1716), 1, - sym__block_terminator, - STATE(5795), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(6245), 1, + sym_body, + STATE(5455), 2, sym_comment, sym_include, - [300219] = 6, + [293517] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, - anon_sym_LPAREN, - STATE(3645), 1, - sym_function_arguments, - STATE(5796), 2, + ACTIONS(7973), 1, + aux_sym_on_error_phrase_token1, + STATE(6365), 1, + sym_on_error_phrase, + STATE(5456), 2, sym_comment, sym_include, - [300239] = 6, + [293537] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6578), 1, - sym_body, - STATE(5797), 2, + ACTIONS(7975), 1, + aux_sym_primitive_type_token1, + ACTIONS(7977), 1, + aux_sym_event_definition_token2, + STATE(5457), 2, sym_comment, sym_include, - [300259] = 6, + [293557] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8099), 1, + ACTIONS(7979), 1, sym_identifier, - ACTIONS(8101), 1, - anon_sym_STAR, - STATE(5798), 2, + STATE(5351), 1, + sym_qualified_name, + STATE(5458), 2, sym_comment, sym_include, - [300279] = 6, + [293577] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - STATE(6553), 1, + STATE(6734), 1, sym_body, - STATE(5799), 2, + STATE(5459), 2, sym_comment, sym_include, - [300299] = 6, + [293597] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1717), 1, - sym__block_terminator, - STATE(5800), 2, + ACTIONS(7981), 2, + anon_sym_COLON, + aux_sym_inherits_token1, + STATE(5460), 2, sym_comment, sym_include, - [300319] = 6, + [293615] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4744), 1, + ACTIONS(849), 1, sym__namecolon, - STATE(3709), 1, + STATE(4602), 1, aux_sym_object_access_repeat1, - STATE(5801), 2, + STATE(5461), 2, sym_comment, sym_include, - [300339] = 6, + [293635] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8103), 1, + ACTIONS(7983), 1, sym_identifier, - STATE(2832), 1, + STATE(5534), 1, sym_qualified_name, - STATE(5802), 2, + STATE(5462), 2, sym_comment, sym_include, - [300359] = 6, + [293655] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8105), 1, + ACTIONS(7985), 1, sym__terminator, - ACTIONS(8107), 1, - aux_sym_catch_statement_token1, - STATE(5803), 2, + ACTIONS(7987), 1, + aux_sym_class_type_token1, + STATE(5463), 2, sym_comment, sym_include, - [300379] = 6, + [293675] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8109), 1, - aux_sym_image_phrase_token7, - ACTIONS(8111), 1, - aux_sym_image_phrase_token9, - STATE(5804), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4850), 1, + sym__block_terminator, + STATE(5464), 2, sym_comment, sym_include, - [300399] = 6, + [293695] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8113), 1, - sym__terminator, - ACTIONS(8115), 1, - aux_sym_catch_statement_token1, - STATE(5805), 2, - sym_comment, - sym_include, - [300419] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8117), 1, - sym_identifier, - ACTIONS(8119), 1, - sym__terminator, - STATE(5806), 2, + ACTIONS(7989), 1, + aux_sym_procedure_parameter_definition_token1, + ACTIONS(7991), 1, + aux_sym_procedure_parameter_definition_token2, + STATE(5465), 2, sym_comment, sym_include, - [300439] = 6, + [293715] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2304), 1, - sym__block_terminator, - STATE(5807), 2, + ACTIONS(7993), 2, + anon_sym_COLON, + aux_sym_inherits_token1, + STATE(5466), 2, sym_comment, sym_include, - [300459] = 6, + [293733] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, + ACTIONS(5085), 1, aux_sym__block_terminator_token1, - STATE(1601), 1, + STATE(2214), 1, sym__block_terminator, - STATE(5808), 2, + STATE(5467), 2, sym_comment, sym_include, - [300479] = 6, + [293753] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(7710), 1, - anon_sym_RPAREN, - ACTIONS(8121), 1, - anon_sym_, - STATE(5809), 2, - sym_comment, - sym_include, - [300499] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1725), 1, - sym__block_terminator, - STATE(5810), 2, + ACTIONS(7995), 1, + sym_identifier, + STATE(5567), 1, + sym_qualified_name, + STATE(5468), 2, sym_comment, sym_include, - [300519] = 6, + [293773] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8123), 1, + ACTIONS(7997), 1, sym_identifier, - STATE(5756), 1, - sym_qualified_name, - STATE(5811), 2, + ACTIONS(7999), 1, + anon_sym_STAR, + STATE(5469), 2, sym_comment, sym_include, - [300539] = 6, + [293793] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, + ACTIONS(5032), 1, aux_sym__block_terminator_token1, - STATE(1726), 1, + STATE(1957), 1, sym__block_terminator, - STATE(5812), 2, + STATE(5470), 2, sym_comment, sym_include, - [300559] = 6, + [293813] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1727), 1, - sym__block_terminator, - STATE(5813), 2, - sym_comment, - sym_include, - [300579] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8125), 1, - sym_identifier, - STATE(5743), 1, - sym_qualified_name, - STATE(5814), 2, - sym_comment, - sym_include, - [300599] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8127), 1, - sym_identifier, - STATE(2821), 1, - sym_qualified_name, - STATE(5815), 2, + ACTIONS(8001), 1, + sym__terminator, + ACTIONS(8003), 1, + aux_sym_enum_definition_token1, + STATE(5471), 2, sym_comment, sym_include, - [300619] = 6, + [293833] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8129), 1, - sym__terminator, - ACTIONS(8131), 1, - aux_sym_finally_statement_token1, - STATE(5816), 2, + ACTIONS(8005), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(5472), 2, sym_comment, sym_include, - [300639] = 6, + [293851] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8133), 1, - aux_sym_on_error_phrase_token1, - STATE(7034), 1, - sym_on_error_phrase, - STATE(5817), 2, + ACTIONS(3888), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5473), 2, sym_comment, sym_include, - [300659] = 6, + [293869] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8135), 1, + ACTIONS(8007), 1, sym_identifier, - STATE(5633), 1, - sym_qualified_name, - STATE(5818), 2, + ACTIONS(8009), 1, + sym__terminator, + STATE(5474), 2, sym_comment, sym_include, - [300679] = 6, + [293889] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6474), 1, - sym_body, - STATE(5819), 2, + ACTIONS(8011), 1, + sym__terminator, + ACTIONS(8013), 1, + aux_sym_function_call_token1, + STATE(5475), 2, sym_comment, sym_include, - [300699] = 6, + [293909] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5147), 1, + ACTIONS(8015), 1, sym__terminator, - ACTIONS(5149), 1, - aux_sym_function_call_token1, - STATE(5820), 2, + ACTIONS(8017), 1, + aux_sym_interface_statement_token1, + STATE(5476), 2, sym_comment, sym_include, - [300719] = 6, - ACTIONS(3), 1, + [293929] = 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(8137), 1, - sym_identifier, - ACTIONS(8139), 1, - anon_sym_COMMA, - STATE(5821), 2, + ACTIONS(8019), 1, + aux_sym_scope_tuning_token1, + STATE(6301), 1, + sym_new_expression, + STATE(5477), 2, sym_comment, sym_include, - [300739] = 6, + [293949] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7007), 1, + ACTIONS(6588), 1, anon_sym_LPAREN, - STATE(2469), 1, - sym_function_arguments, - STATE(5822), 2, + STATE(5408), 1, + sym_function_parameters, + STATE(5478), 2, sym_comment, sym_include, - [300759] = 6, + [293969] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6958), 1, - anon_sym_LPAREN, - STATE(6365), 1, - sym_function_arguments, - STATE(5823), 2, + ACTIONS(8021), 1, + aux_sym_procedure_parameter_definition_token1, + ACTIONS(8023), 1, + aux_sym_procedure_parameter_definition_token2, + STATE(5479), 2, sym_comment, sym_include, - [300779] = 6, - ACTIONS(3), 1, + [293989] = 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(8141), 1, - sym_identifier, - ACTIONS(8143), 1, - anon_sym_STAR, - STATE(5824), 2, + ACTIONS(7571), 2, + anon_sym_COLON, + sym__terminator, + STATE(5480), 2, sym_comment, sym_include, - [300799] = 6, + [294007] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2620), 1, - sym__namecolon, - STATE(2120), 1, - aux_sym_object_access_repeat1, - STATE(5825), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1753), 1, + sym__block_terminator, + STATE(5481), 2, sym_comment, sym_include, - [300819] = 6, + [294027] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6377), 1, - sym_body, - STATE(5826), 2, + ACTIONS(8025), 1, + sym__terminator, + ACTIONS(8027), 1, + aux_sym_interface_statement_token1, + STATE(5482), 2, sym_comment, sym_include, - [300839] = 6, + [294047] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8145), 1, - aux_sym_procedure_parameter_definition_token1, - ACTIONS(8147), 1, - aux_sym_procedure_parameter_definition_token2, - STATE(5827), 2, + ACTIONS(8029), 1, + sym__terminator, + ACTIONS(8031), 1, + aux_sym_method_definition_token1, + STATE(5483), 2, sym_comment, sym_include, - [300859] = 6, + [294067] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6395), 1, - sym_body, - STATE(5828), 2, + ACTIONS(8033), 1, + aux_sym_image_phrase_token7, + ACTIONS(8035), 1, + aux_sym_image_phrase_token9, + STATE(5484), 2, sym_comment, sym_include, - [300879] = 6, + [294087] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8149), 1, + ACTIONS(8037), 1, sym_identifier, - STATE(2852), 1, + STATE(5594), 1, sym_qualified_name, - STATE(5829), 2, + STATE(5485), 2, sym_comment, sym_include, - [300899] = 6, + [294107] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8151), 1, - sym__terminator, - ACTIONS(8153), 1, - aux_sym_interface_statement_token1, - STATE(5830), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4526), 1, + sym_query_fields, + STATE(5486), 2, + sym_comment, + sym_include, + [294127] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8041), 1, + sym_identifier, + ACTIONS(8043), 1, + anon_sym_STAR, + STATE(5487), 2, sym_comment, sym_include, - [300919] = 6, + [294147] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8155), 1, + ACTIONS(8045), 1, sym__terminator, - ACTIONS(8157), 1, + ACTIONS(8047), 1, aux_sym_class_type_token1, - STATE(5831), 2, + STATE(5488), 2, sym_comment, sym_include, - [300939] = 6, + [294167] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8159), 1, - anon_sym_COMMA, - ACTIONS(8161), 1, - aux_sym_on_error_phrase_token3, - STATE(5832), 2, + ACTIONS(8049), 1, + aux_sym_procedure_parameter_definition_token1, + ACTIONS(8051), 1, + aux_sym_procedure_parameter_definition_token2, + STATE(5489), 2, sym_comment, sym_include, - [300959] = 6, - ACTIONS(69), 1, + [294187] = 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(5346), 1, - aux_sym__block_terminator_token1, - STATE(2177), 1, - sym__block_terminator, - STATE(5833), 2, + ACTIONS(8053), 1, + sym_identifier, + ACTIONS(8055), 1, + sym__terminator, + STATE(5490), 2, sym_comment, sym_include, - [300979] = 6, + [294207] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1743), 1, - sym__block_terminator, - STATE(5834), 2, + ACTIONS(8057), 1, + anon_sym_DOT, + ACTIONS(8059), 1, + aux_sym__case_terminator_token1, + STATE(5491), 2, + sym_comment, + sym_include, + [294227] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8061), 1, + sym_identifier, + STATE(5616), 1, + sym_qualified_name, + STATE(5492), 2, sym_comment, sym_include, - [300999] = 5, + [294247] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6181), 2, - anon_sym_COMMA, - anon_sym_GT, - STATE(5835), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2374), 1, + sym__block_terminator, + STATE(5493), 2, sym_comment, sym_include, - [301017] = 6, + [294267] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8163), 1, - sym__terminator, - ACTIONS(8165), 1, - aux_sym_class_type_token1, - STATE(5836), 2, + ACTIONS(2664), 1, + sym__namecolon, + STATE(2157), 1, + aux_sym_object_access_repeat1, + STATE(5494), 2, sym_comment, sym_include, - [301037] = 6, + [294287] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2141), 1, - sym__block_terminator, - STATE(5837), 2, + ACTIONS(6588), 1, + anon_sym_LPAREN, + STATE(6582), 1, + sym_function_parameters, + STATE(5495), 2, sym_comment, sym_include, - [301057] = 6, + [294307] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1712), 1, - sym__block_terminator, - STATE(5838), 2, + ACTIONS(8063), 1, + sym__terminator, + ACTIONS(8065), 1, + aux_sym_function_call_token1, + STATE(5496), 2, sym_comment, sym_include, - [301077] = 6, + [294327] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(5833), 1, - sym_body, - STATE(5839), 2, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2259), 1, + sym__block_terminator, + STATE(5497), 2, sym_comment, sym_include, - [301097] = 6, + [294347] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8167), 1, - sym__terminator, - ACTIONS(8169), 1, - aux_sym_interface_statement_token1, - STATE(5840), 2, + ACTIONS(8067), 1, + aux_sym_procedure_parameter_definition_token1, + ACTIONS(8069), 1, + aux_sym_procedure_parameter_definition_token2, + STATE(5498), 2, sym_comment, sym_include, - [301117] = 5, + [294367] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8171), 2, + ACTIONS(5032), 1, aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - STATE(5841), 2, + STATE(1985), 1, + sym__block_terminator, + STATE(5499), 2, sym_comment, sym_include, - [301135] = 6, + [294387] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8173), 1, + ACTIONS(8071), 1, sym_identifier, - ACTIONS(8175), 1, - sym__terminator, - STATE(5842), 2, + ACTIONS(8073), 1, + anon_sym_STAR, + STATE(5500), 2, sym_comment, sym_include, - [301155] = 6, + [294407] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8177), 1, - anon_sym_DOT, - ACTIONS(8179), 1, - aux_sym__procedure_terminator_token1, - STATE(5843), 2, + ACTIONS(7667), 2, + anon_sym_COLON, + sym__terminator, + STATE(5501), 2, sym_comment, sym_include, - [301175] = 6, - ACTIONS(69), 1, + [294425] = 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(5913), 1, - anon_sym_COLON, - STATE(5663), 1, - sym_case_body, - STATE(5844), 2, + ACTIONS(8075), 1, + sym_identifier, + ACTIONS(8077), 1, + sym__terminator, + STATE(5502), 2, sym_comment, sym_include, - [301195] = 6, + [294445] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1730), 1, - sym__block_terminator, - STATE(5845), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4316), 1, + sym_query_fields, + STATE(5503), 2, sym_comment, sym_include, - [301215] = 6, + [294465] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8181), 1, + ACTIONS(8079), 1, sym_identifier, - STATE(3410), 1, - sym_qualified_name, - STATE(5846), 2, + ACTIONS(8081), 1, + anon_sym_STAR, + STATE(5504), 2, sym_comment, sym_include, - [301235] = 6, + [294485] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8183), 1, + ACTIONS(8083), 1, sym_identifier, - STATE(2885), 1, + STATE(5677), 1, sym_qualified_name, - STATE(5847), 2, + STATE(5505), 2, sym_comment, sym_include, - [301255] = 6, + [294505] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2254), 1, - sym__block_terminator, - STATE(5848), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4461), 1, + sym_query_fields, + STATE(5506), 2, sym_comment, sym_include, - [301275] = 6, + [294525] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6876), 1, - sym__terminator, - ACTIONS(6878), 1, - aux_sym_using_statement_token2, - STATE(5849), 2, - sym_comment, - sym_include, - [301295] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8185), 1, - sym_identifier, - ACTIONS(8187), 1, - sym__integer_literal, - STATE(5850), 2, + ACTIONS(83), 1, + sym__namecolon, + STATE(18), 1, + aux_sym_object_access_repeat1, + STATE(5507), 2, sym_comment, sym_include, - [301315] = 6, + [294545] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, + ACTIONS(5032), 1, aux_sym__block_terminator_token1, - STATE(1553), 1, + STATE(1973), 1, sym__block_terminator, - STATE(5851), 2, - sym_comment, - sym_include, - [301335] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6441), 1, - sym_body, - STATE(5852), 2, + STATE(5508), 2, sym_comment, sym_include, - [301355] = 6, + [294565] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8189), 1, - aux_sym_using_statement_token2, - ACTIONS(8191), 1, - aux_sym_input_close_statement_token2, - STATE(5853), 2, + ACTIONS(7270), 1, + anon_sym_LPAREN, + STATE(1352), 1, + sym_function_arguments, + STATE(5509), 2, sym_comment, sym_include, - [301375] = 6, + [294585] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8189), 1, - aux_sym_using_statement_token2, - ACTIONS(8193), 1, - aux_sym_input_close_statement_token2, - STATE(5854), 2, + ACTIONS(8085), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5510), 2, sym_comment, sym_include, - [301395] = 6, + [294603] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8195), 1, + ACTIONS(8087), 1, sym_identifier, - ACTIONS(8197), 1, - anon_sym_COMMA, - STATE(5855), 2, + ACTIONS(8089), 1, + sym__integer_literal, + STATE(5511), 2, sym_comment, sym_include, - [301415] = 6, + [294623] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1549), 1, - sym__block_terminator, - STATE(5856), 2, + ACTIONS(8091), 1, + aux_sym_primitive_type_token1, + ACTIONS(8093), 1, + aux_sym_event_definition_token2, + STATE(5512), 2, sym_comment, sym_include, - [301435] = 6, + [294643] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, + ACTIONS(5063), 1, aux_sym__block_terminator_token1, - STATE(1736), 1, + STATE(2345), 1, sym__block_terminator, - STATE(5857), 2, + STATE(5513), 2, sym_comment, sym_include, - [301455] = 6, + [294663] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6541), 1, - sym_body, - STATE(5858), 2, + ACTIONS(6837), 1, + sym__escaped_string, + STATE(3036), 1, + sym_string_literal, + STATE(5514), 2, sym_comment, sym_include, - [301475] = 6, + [294683] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6569), 1, - sym_body, - STATE(5859), 2, + ACTIONS(8095), 1, + sym__terminator, + ACTIONS(8097), 1, + aux_sym_prompt_for_statement_token2, + STATE(5515), 2, + sym_comment, + sym_include, + [294703] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8099), 1, + sym_identifier, + ACTIONS(8101), 1, + anon_sym_STAR, + STATE(5516), 2, sym_comment, sym_include, - [301495] = 6, + [294723] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8199), 1, - sym__terminator, - ACTIONS(8201), 1, - aux_sym_catch_statement_token1, - STATE(5860), 2, + ACTIONS(7067), 1, + anon_sym_LPAREN, + STATE(2589), 1, + sym_function_arguments, + STATE(5517), 2, sym_comment, sym_include, - [301515] = 6, + [294743] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8203), 1, + ACTIONS(8103), 1, + sym_identifier, + ACTIONS(8105), 1, + anon_sym_RPAREN, + STATE(5518), 2, + sym_comment, + sym_include, + [294763] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8107), 1, sym_identifier, - STATE(3000), 1, + ACTIONS(8109), 1, + anon_sym_STAR, + STATE(5519), 2, + sym_comment, + sym_include, + [294783] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8111), 1, + sym_identifier, + STATE(6367), 1, sym_qualified_name, - STATE(5861), 2, + STATE(5520), 2, sym_comment, sym_include, - [301535] = 6, + [294803] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8205), 1, - aux_sym_input_close_statement_token2, - ACTIONS(8207), 1, - aux_sym_output_stream_statement_token1, - STATE(5862), 2, + ACTIONS(7207), 1, + anon_sym_LPAREN, + STATE(227), 1, + sym_function_arguments, + STATE(5521), 2, sym_comment, sym_include, - [301555] = 6, + [294823] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8207), 1, - aux_sym_output_stream_statement_token1, - ACTIONS(8209), 1, - aux_sym_input_close_statement_token2, - STATE(5863), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(6614), 1, + sym_body, + STATE(5522), 2, sym_comment, sym_include, - [301575] = 6, + [294843] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8211), 1, - anon_sym_COMMA, - ACTIONS(8213), 1, - aux_sym_on_error_phrase_token3, - STATE(5864), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(6164), 1, + sym_body, + STATE(5523), 2, sym_comment, sym_include, - [301595] = 6, + [294863] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7330), 1, - aux_sym_on_stop_phrase_token1, - ACTIONS(7332), 1, - aux_sym_on_quit_phrase_token1, - STATE(5865), 2, + ACTIONS(6361), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5524), 2, sym_comment, sym_include, - [301615] = 6, + [294881] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8215), 1, - sym__terminator, - ACTIONS(8217), 1, - aux_sym_class_type_token1, - STATE(5866), 2, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2120), 1, + sym__block_terminator, + STATE(5525), 2, sym_comment, sym_include, - [301635] = 5, + [294901] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8219), 2, - aux_sym_using_statement_token3, - aux_sym_using_statement_token4, - STATE(5867), 2, + ACTIONS(8113), 1, + sym__terminator, + ACTIONS(8115), 1, + aux_sym_constructor_definition_token1, + STATE(5526), 2, sym_comment, sym_include, - [301653] = 6, + [294921] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7035), 1, - anon_sym_LPAREN, - STATE(2723), 1, - sym_function_arguments, - STATE(5868), 2, + ACTIONS(2444), 1, + sym__namecolon, + STATE(1344), 1, + aux_sym_object_access_repeat1, + STATE(5527), 2, sym_comment, sym_include, - [301673] = 6, - ACTIONS(69), 1, + [294941] = 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(8221), 1, - sym__terminator, - ACTIONS(8223), 1, - aux_sym_interface_statement_token1, - STATE(5869), 2, + ACTIONS(8117), 1, + sym_identifier, + STATE(6398), 1, + sym_qualified_name, + STATE(5528), 2, sym_comment, sym_include, - [301693] = 5, + [294961] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8225), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(5870), 2, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2189), 1, + sym__block_terminator, + STATE(5529), 2, sym_comment, sym_include, - [301711] = 6, + [294981] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7973), 1, - aux_sym_scope_tuning_token1, - STATE(6787), 1, - sym_new_expression, - STATE(5871), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1743), 1, + sym__block_terminator, + STATE(5530), 2, sym_comment, sym_include, - [301731] = 6, + [295001] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(5913), 1, - sym_body, - STATE(5872), 2, + ACTIONS(8057), 1, + anon_sym_DOT, + ACTIONS(8119), 1, + aux_sym__function_terminator_token1, + STATE(5531), 2, sym_comment, sym_include, - [301751] = 6, - ACTIONS(3), 1, + [295021] = 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(8227), 1, - sym_identifier, - ACTIONS(8229), 1, + ACTIONS(8121), 1, sym__terminator, - STATE(5873), 2, + ACTIONS(8123), 1, + aux_sym_class_type_token1, + STATE(5532), 2, sym_comment, sym_include, - [301771] = 6, - ACTIONS(3), 1, + [295041] = 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(8231), 1, - sym_identifier, - STATE(3016), 1, - sym_qualified_name, - STATE(5874), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(6319), 1, + sym_body, + STATE(5533), 2, sym_comment, sym_include, - [301791] = 6, - ACTIONS(3), 1, + [295061] = 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, - anon_sym_STAR, - STATE(5875), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(6286), 1, + sym_body, + STATE(5534), 2, sym_comment, sym_include, - [301811] = 6, - ACTIONS(3), 1, + [295081] = 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(8237), 1, - sym_identifier, - STATE(4682), 1, - sym_qualified_name, - STATE(5876), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2330), 1, + sym__block_terminator, + STATE(5535), 2, sym_comment, sym_include, - [301831] = 6, + [295101] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - STATE(5946), 1, + STATE(6265), 1, sym_body, - STATE(5877), 2, + STATE(5536), 2, sym_comment, sym_include, - [301851] = 6, + [295121] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2713), 1, - sym__namecolon, - STATE(2505), 1, - aux_sym_object_access_repeat1, - STATE(5878), 2, + ACTIONS(8125), 1, + sym__terminator, + ACTIONS(8127), 1, + aux_sym_prompt_for_statement_token2, + STATE(5537), 2, sym_comment, sym_include, - [301871] = 6, - ACTIONS(3), 1, + [295141] = 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(8239), 1, - sym_identifier, - ACTIONS(8241), 1, + ACTIONS(8129), 1, sym__terminator, - STATE(5879), 2, + ACTIONS(8131), 1, + aux_sym_enum_definition_token1, + STATE(5538), 2, sym_comment, sym_include, - [301891] = 6, + [295161] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, + ACTIONS(5024), 1, aux_sym__block_terminator_token1, - STATE(1530), 1, + STATE(1723), 1, sym__block_terminator, - STATE(5880), 2, + STATE(5539), 2, sym_comment, sym_include, - [301911] = 5, + [295181] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8243), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(5881), 2, + ACTIONS(8133), 1, + sym__terminator, + ACTIONS(8135), 1, + aux_sym_prompt_for_statement_token2, + STATE(5540), 2, + sym_comment, + sym_include, + [295201] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8137), 1, + sym_identifier, + STATE(2593), 1, + sym_qualified_name, + STATE(5541), 2, sym_comment, sym_include, - [301929] = 6, + [295221] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6591), 1, - anon_sym_LPAREN, - STATE(6645), 1, - sym_function_parameters, - STATE(5882), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4826), 1, + sym__block_terminator, + STATE(5542), 2, sym_comment, sym_include, - [301949] = 6, + [295241] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2166), 1, + sym__block_terminator, + STATE(5543), 2, + sym_comment, + sym_include, + [295261] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8245), 1, + ACTIONS(8139), 1, sym_identifier, - STATE(121), 1, - sym_qualified_name, - STATE(5883), 2, + ACTIONS(8141), 1, + anon_sym_STAR, + STATE(5544), 2, sym_comment, sym_include, - [301969] = 6, + [295281] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, + ACTIONS(5032), 1, aux_sym__block_terminator_token1, - STATE(1749), 1, + STATE(1942), 1, sym__block_terminator, - STATE(5884), 2, + STATE(5545), 2, sym_comment, sym_include, - [301989] = 6, + [295301] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6636), 1, - sym_body, - STATE(5885), 2, + ACTIONS(6588), 1, + anon_sym_LPAREN, + STATE(6447), 1, + sym_function_parameters, + STATE(5546), 2, sym_comment, sym_include, - [302009] = 6, + [295321] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8247), 1, + ACTIONS(8143), 1, sym_identifier, - STATE(4716), 1, + STATE(4631), 1, sym_qualified_name, - STATE(5886), 2, + STATE(5547), 2, sym_comment, sym_include, - [302029] = 6, + [295341] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8249), 1, + ACTIONS(8145), 1, sym_identifier, - ACTIONS(8251), 1, - anon_sym_COMMA, - STATE(5887), 2, + STATE(2597), 1, + sym_qualified_name, + STATE(5548), 2, sym_comment, sym_include, - [302049] = 6, + [295361] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8253), 1, - sym__terminator, - ACTIONS(8255), 1, - aux_sym_prompt_for_statement_token2, - STATE(5888), 2, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2184), 1, + sym__block_terminator, + STATE(5549), 2, sym_comment, sym_include, - [302069] = 6, + [295381] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1729), 1, - sym__block_terminator, - STATE(5889), 2, + ACTIONS(7636), 2, + anon_sym_COLON, + sym__terminator, + STATE(5550), 2, sym_comment, sym_include, - [302089] = 6, + [295399] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8257), 1, - aux_sym_primitive_type_token1, - ACTIONS(8259), 1, - aux_sym_event_definition_token2, - STATE(5890), 2, + ACTIONS(8147), 1, + sym__terminator, + ACTIONS(8149), 1, + aux_sym_function_call_token1, + STATE(5551), 2, sym_comment, sym_include, - [302109] = 6, + [295419] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6591), 1, - anon_sym_LPAREN, - STATE(5365), 1, - sym_function_parameters, - STATE(5891), 2, + ACTIONS(8151), 1, + aux_sym_getter_token1, + ACTIONS(8153), 1, + aux_sym_setter_token1, + STATE(5552), 2, sym_comment, sym_include, - [302129] = 5, + [295439] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8261), 2, + ACTIONS(8155), 1, sym__terminator, - aux_sym_field_definition_token1, - STATE(5892), 2, + ACTIONS(8157), 1, + aux_sym_enum_definition_token1, + STATE(5553), 2, sym_comment, sym_include, - [302147] = 6, + [295459] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6629), 1, - sym_body, - STATE(5893), 2, + ACTIONS(8159), 1, + sym__terminator, + ACTIONS(8161), 1, + aux_sym_interface_statement_token1, + STATE(5554), 2, sym_comment, sym_include, - [302167] = 6, + [295479] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - STATE(6714), 1, + STATE(6190), 1, sym_body, - STATE(5894), 2, + STATE(5555), 2, sym_comment, sym_include, - [302187] = 6, - ACTIONS(69), 1, + [295499] = 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(3798), 1, - anon_sym_COLON, - STATE(6555), 1, - sym_body, - STATE(5895), 2, + ACTIONS(8163), 1, + sym_identifier, + ACTIONS(8165), 1, + anon_sym_COMMA, + STATE(5556), 2, sym_comment, sym_include, - [302207] = 6, + [295519] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8177), 1, - anon_sym_DOT, - ACTIONS(8263), 1, - aux_sym__function_terminator_token1, - STATE(5896), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(6390), 1, + sym_body, + STATE(5557), 2, sym_comment, sym_include, - [302227] = 6, - ACTIONS(69), 1, + [295539] = 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(8265), 1, + ACTIONS(8167), 1, + sym_identifier, + ACTIONS(8169), 1, sym__terminator, - ACTIONS(8267), 1, - aux_sym_function_call_token1, - STATE(5897), 2, + STATE(5558), 2, sym_comment, sym_include, - [302247] = 6, + [295559] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6729), 1, - sym_body, - STATE(5898), 2, + ACTIONS(8171), 1, + sym__terminator, + ACTIONS(8173), 1, + aux_sym_enum_definition_token1, + STATE(5559), 2, sym_comment, sym_include, - [302267] = 6, + [295579] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8269), 1, - sym__terminator, - ACTIONS(8271), 1, - aux_sym_enum_definition_token1, - STATE(5899), 2, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1937), 1, + sym__block_terminator, + STATE(5560), 2, sym_comment, sym_include, - [302287] = 6, + [295599] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2355), 1, - sym__block_terminator, - STATE(5900), 2, + ACTIONS(8175), 1, + aux_sym_using_statement_token2, + ACTIONS(8177), 1, + aux_sym_input_close_statement_token2, + STATE(5561), 2, sym_comment, sym_include, - [302307] = 6, + [295619] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8273), 1, + ACTIONS(8179), 1, sym_identifier, - ACTIONS(8275), 1, - anon_sym_COMMA, - STATE(5901), 2, + STATE(116), 1, + sym_qualified_name, + STATE(5562), 2, sym_comment, sym_include, - [302327] = 6, - ACTIONS(3), 1, + [295639] = 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(8277), 1, - sym_identifier, - ACTIONS(8279), 1, - anon_sym_COMMA, - STATE(5902), 2, + ACTIONS(4729), 1, + anon_sym_LPAREN, + STATE(3810), 1, + sym_function_arguments, + STATE(5563), 2, sym_comment, sym_include, - [302347] = 6, - ACTIONS(3), 1, + [295659] = 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(8281), 1, - sym_identifier, - ACTIONS(8283), 1, - anon_sym_COMMA, - STATE(5903), 2, + ACTIONS(8181), 2, + sym__terminator, + aux_sym_output_stream_statement_token1, + STATE(5564), 2, sym_comment, sym_include, - [302367] = 6, + [295677] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8285), 1, + ACTIONS(8183), 1, sym_identifier, - STATE(2825), 1, - sym_qualified_name, - STATE(5904), 2, + ACTIONS(8185), 1, + anon_sym_STAR, + STATE(5565), 2, sym_comment, sym_include, - [302387] = 6, + [295697] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8287), 1, - sym__terminator, - ACTIONS(8289), 1, - aux_sym_setter_token1, - STATE(5905), 2, + ACTIONS(8175), 1, + aux_sym_using_statement_token2, + ACTIONS(8187), 1, + aux_sym_input_close_statement_token2, + STATE(5566), 2, sym_comment, sym_include, - [302407] = 5, + [295717] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8291), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(5906), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(6121), 1, + sym_body, + STATE(5567), 2, sym_comment, sym_include, - [302425] = 6, + [295737] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7973), 1, - aux_sym_scope_tuning_token1, - STATE(6620), 1, - sym_new_expression, - STATE(5907), 2, + ACTIONS(6875), 1, + sym__terminator, + ACTIONS(6877), 1, + aux_sym_using_statement_token2, + STATE(5568), 2, sym_comment, sym_include, - [302445] = 6, + [295757] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - STATE(6048), 1, + STATE(6100), 1, sym_body, - STATE(5908), 2, + STATE(5569), 2, + sym_comment, + sym_include, + [295777] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8189), 1, + sym_identifier, + STATE(2546), 1, + sym_qualified_name, + STATE(5570), 2, sym_comment, sym_include, - [302465] = 6, + [295797] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8293), 1, - sym__terminator, - ACTIONS(8295), 1, - aux_sym_class_type_token1, - STATE(5909), 2, + ACTIONS(6879), 1, + anon_sym_LPAREN, + STATE(1855), 1, + sym_function_arguments, + STATE(5571), 2, sym_comment, sym_include, - [302485] = 6, + [295817] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8177), 1, - anon_sym_DOT, - ACTIONS(8297), 1, - aux_sym__case_terminator_token1, - STATE(5910), 2, + ACTIONS(8191), 1, + sym__terminator, + ACTIONS(8193), 1, + aux_sym_class_type_token1, + STATE(5572), 2, sym_comment, sym_include, - [302505] = 6, + [295837] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6828), 1, - sym__escaped_string, - STATE(3389), 1, - sym_string_literal, - STATE(5911), 2, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2245), 1, + sym__block_terminator, + STATE(5573), 2, sym_comment, sym_include, - [302525] = 6, + [295857] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8299), 1, - sym__terminator, - ACTIONS(8301), 1, - aux_sym_getter_token1, - STATE(5912), 2, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1971), 1, + sym__block_terminator, + STATE(5574), 2, sym_comment, sym_include, - [302545] = 6, + [295877] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, + ACTIONS(5085), 1, aux_sym__block_terminator_token1, - STATE(2127), 1, + STATE(2456), 1, sym__block_terminator, - STATE(5913), 2, + STATE(5575), 2, sym_comment, sym_include, - [302565] = 6, - ACTIONS(3), 1, + [295897] = 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(8303), 1, - sym_identifier, - STATE(2897), 1, - sym_qualified_name, - STATE(5914), 2, + ACTIONS(8195), 1, + sym__terminator, + ACTIONS(8197), 1, + aux_sym_function_call_token1, + STATE(5576), 2, sym_comment, sym_include, - [302585] = 6, + [295917] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, + ACTIONS(5085), 1, aux_sym__block_terminator_token1, - STATE(1765), 1, + STATE(2145), 1, sym__block_terminator, - STATE(5915), 2, + STATE(5577), 2, sym_comment, sym_include, - [302605] = 6, + [295937] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6954), 1, - sym_body, - STATE(5916), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1851), 1, + sym__block_terminator, + STATE(5578), 2, sym_comment, sym_include, - [302625] = 6, - ACTIONS(3), 1, + [295957] = 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(8305), 1, - sym_identifier, - ACTIONS(8307), 1, - anon_sym_STAR, - STATE(5917), 2, + ACTIONS(8199), 1, + sym__terminator, + ACTIONS(8201), 1, + aux_sym_finally_statement_token1, + STATE(5579), 2, sym_comment, sym_include, - [302645] = 6, - ACTIONS(3), 1, + [295977] = 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(8309), 1, - sym_identifier, - STATE(6589), 1, - sym_qualified_name, - STATE(5918), 2, + ACTIONS(8057), 1, + anon_sym_DOT, + ACTIONS(8203), 1, + aux_sym__procedure_terminator_token1, + STATE(5580), 2, sym_comment, sym_include, - [302665] = 6, + [295997] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8311), 1, + ACTIONS(8205), 1, sym_identifier, - STATE(4685), 1, + STATE(2526), 1, sym_qualified_name, - STATE(5919), 2, + STATE(5581), 2, sym_comment, sym_include, - [302685] = 6, + [296017] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8313), 1, - sym__terminator, - ACTIONS(8315), 1, - aux_sym_enum_definition_token1, - STATE(5920), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1678), 1, + sym__block_terminator, + STATE(5582), 2, sym_comment, sym_include, - [302705] = 6, + [296037] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6828), 1, - sym__escaped_string, - STATE(3190), 1, - sym_string_literal, - STATE(5921), 2, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1936), 1, + sym__block_terminator, + STATE(5583), 2, sym_comment, sym_include, - [302725] = 6, + [296057] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8133), 1, - aux_sym_on_error_phrase_token1, - STATE(6817), 1, - sym_on_error_phrase, - STATE(5922), 2, + ACTIONS(8207), 2, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + STATE(5584), 2, sym_comment, sym_include, - [302745] = 6, + [296075] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - STATE(6857), 1, + STATE(6089), 1, sym_body, - STATE(5923), 2, - sym_comment, - sym_include, - [302765] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8317), 1, - sym_identifier, - STATE(5375), 1, - sym_qualified_name, - STATE(5924), 2, + STATE(5585), 2, sym_comment, sym_include, - [302785] = 6, + [296095] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1911), 1, - sym__block_terminator, - STATE(5925), 2, + ACTIONS(8209), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(5586), 2, sym_comment, sym_include, - [302805] = 6, + [296113] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8319), 1, + ACTIONS(8211), 1, sym_identifier, - ACTIONS(8321), 1, + ACTIONS(8213), 1, anon_sym_COMMA, - STATE(5926), 2, + STATE(5587), 2, sym_comment, sym_include, - [302825] = 6, + [296133] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1914), 1, - sym__block_terminator, - STATE(5927), 2, + ACTIONS(869), 1, + sym__namecolon, + STATE(230), 1, + aux_sym_object_access_repeat1, + STATE(5588), 2, sym_comment, sym_include, - [302845] = 6, + [296153] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2175), 1, - sym__block_terminator, - STATE(5928), 2, + ACTIONS(8215), 1, + sym__terminator, + ACTIONS(8217), 1, + aux_sym_enum_definition_token1, + STATE(5589), 2, sym_comment, sym_include, - [302865] = 5, + [296173] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8323), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(5929), 2, + ACTIONS(5878), 1, + anon_sym_LPAREN, + STATE(5440), 1, + sym_function_parameters, + STATE(5590), 2, sym_comment, sym_include, - [302883] = 6, + [296193] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8325), 1, + ACTIONS(6881), 1, sym__terminator, - ACTIONS(8327), 1, - aux_sym_interface_statement_token1, - STATE(5930), 2, + ACTIONS(6883), 1, + aux_sym_using_statement_token2, + STATE(5591), 2, sym_comment, sym_include, - [302903] = 6, + [296213] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1778), 1, - sym__block_terminator, - STATE(5931), 2, + ACTIONS(8219), 1, + sym__terminator, + ACTIONS(8221), 1, + aux_sym_enum_definition_token1, + STATE(5592), 2, sym_comment, sym_include, - [302923] = 6, + [296233] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1921), 1, - sym__block_terminator, - STATE(5932), 2, + ACTIONS(8223), 1, + sym__terminator, + ACTIONS(8225), 1, + aux_sym_catch_statement_token1, + STATE(5593), 2, + sym_comment, + sym_include, + [296253] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(6141), 1, + sym_body, + STATE(5594), 2, sym_comment, sym_include, - [302943] = 6, + [296273] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, STATE(6166), 1, sym_body, - STATE(5933), 2, + STATE(5595), 2, sym_comment, sym_include, - [302963] = 6, + [296293] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8329), 1, + ACTIONS(8227), 1, sym_identifier, - STATE(5452), 1, + STATE(3384), 1, sym_qualified_name, - STATE(5934), 2, + STATE(5596), 2, + sym_comment, + sym_include, + [296313] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(7274), 1, + anon_sym_LPAREN, + STATE(2102), 1, + sym_function_arguments, + STATE(5597), 2, sym_comment, sym_include, - [302983] = 6, + [296333] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8331), 1, + ACTIONS(8229), 1, sym_identifier, - ACTIONS(8333), 1, - anon_sym_COMMA, - STATE(5935), 2, + STATE(2521), 1, + sym_qualified_name, + STATE(5598), 2, sym_comment, sym_include, - [303003] = 6, + [296353] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7035), 1, - anon_sym_LPAREN, - STATE(2916), 1, - sym_function_arguments, - STATE(5936), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1718), 1, + sym__block_terminator, + STATE(5599), 2, sym_comment, sym_include, - [303023] = 6, + [296373] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6169), 1, - sym_body, - STATE(5937), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1846), 1, + sym__block_terminator, + STATE(5600), 2, sym_comment, sym_include, - [303043] = 6, + [296393] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8335), 1, - sym_identifier, - ACTIONS(8337), 1, - anon_sym_COMMA, - STATE(5938), 2, + ACTIONS(7781), 1, + anon_sym_RPAREN, + ACTIONS(8231), 1, + anon_sym_, + STATE(5601), 2, sym_comment, sym_include, - [303063] = 6, + [296413] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8339), 1, - sym__terminator, - ACTIONS(8341), 1, - aux_sym_prompt_for_statement_token2, - STATE(5939), 2, + ACTIONS(8233), 1, + anon_sym_DOT, + ACTIONS(8235), 1, + aux_sym__case_terminator_token1, + STATE(5602), 2, sym_comment, sym_include, - [303083] = 6, + [296433] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8343), 1, + ACTIONS(8237), 1, sym_identifier, - STATE(5774), 1, - sym_qualified_name, - STATE(5940), 2, + ACTIONS(8239), 1, + anon_sym_STAR, + STATE(5603), 2, sym_comment, sym_include, - [303103] = 6, - ACTIONS(3), 1, + [296453] = 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(8345), 1, - sym_identifier, - ACTIONS(8347), 1, - sym__integer_literal, - STATE(5941), 2, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1882), 1, + sym__block_terminator, + STATE(5604), 2, + sym_comment, + sym_include, + [296473] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2619), 1, + sym__namecolon, + STATE(1849), 1, + aux_sym_object_access_repeat1, + STATE(5605), 2, + sym_comment, + sym_include, + [296493] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6887), 1, + anon_sym_LPAREN, + STATE(54), 1, + sym_function_arguments, + STATE(5606), 2, + sym_comment, + sym_include, + [296513] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4833), 1, + sym__block_terminator, + STATE(5607), 2, sym_comment, sym_include, - [303123] = 6, + [296533] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8349), 1, + ACTIONS(8241), 1, sym_identifier, - STATE(5822), 1, + STATE(2507), 1, sym_qualified_name, - STATE(5942), 2, + STATE(5608), 2, sym_comment, sym_include, - [303143] = 6, - ACTIONS(3), 1, + [296553] = 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(8351), 1, - sym_identifier, - ACTIONS(8353), 1, - anon_sym_STAR, - STATE(5943), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4810), 1, + sym__block_terminator, + STATE(5609), 2, sym_comment, sym_include, - [303163] = 6, - ACTIONS(3), 1, + [296573] = 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(8355), 1, - sym_identifier, - ACTIONS(8357), 1, - anon_sym_COMMA, - STATE(5944), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4823), 1, + sym__block_terminator, + STATE(5610), 2, sym_comment, sym_include, - [303183] = 6, + [296593] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2687), 1, - sym__namecolon, - STATE(2583), 1, - aux_sym_object_access_repeat1, - STATE(5945), 2, + ACTIONS(7941), 1, + anon_sym_DOT, + ACTIONS(8243), 1, + aux_sym__function_terminator_token1, + STATE(5611), 2, + sym_comment, + sym_include, + [296613] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(6235), 1, + sym_body, + STATE(5612), 2, sym_comment, sym_include, - [303203] = 6, - ACTIONS(69), 1, + [296633] = 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(5346), 1, - aux_sym__block_terminator_token1, - STATE(2118), 1, - sym__block_terminator, - STATE(5946), 2, + ACTIONS(8245), 1, + sym_identifier, + ACTIONS(8247), 1, + anon_sym_COMMA, + STATE(5613), 2, sym_comment, sym_include, - [303223] = 6, + [296653] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8359), 1, + ACTIONS(8249), 1, sym_identifier, - ACTIONS(8361), 1, - sym__integer_literal, - STATE(5947), 2, + STATE(4973), 1, + sym_qualified_name, + STATE(5614), 2, sym_comment, sym_include, - [303243] = 6, + [296673] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8363), 1, + ACTIONS(8251), 1, sym__terminator, - ACTIONS(8365), 1, + ACTIONS(8253), 1, aux_sym_interface_statement_token1, - STATE(5948), 2, + STATE(5615), 2, sym_comment, sym_include, - [303263] = 6, + [296693] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4229), 1, - sym_query_fields, - STATE(5949), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(6308), 1, + sym_body, + STATE(5616), 2, sym_comment, sym_include, - [303283] = 6, + [296713] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4188), 1, - sym_query_fields, - STATE(5950), 2, + ACTIONS(4743), 1, + sym__namecolon, + STATE(5146), 1, + aux_sym_object_access_repeat1, + STATE(5617), 2, sym_comment, sym_include, - [303303] = 6, + [296733] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4633), 1, - sym_query_fields, - STATE(5951), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(6274), 1, + sym_body, + STATE(5618), 2, sym_comment, sym_include, - [303323] = 6, - ACTIONS(3), 1, + [296753] = 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(8367), 1, - sym_identifier, - STATE(6502), 1, - sym_qualified_name, - STATE(5952), 2, + ACTIONS(5193), 1, + sym__terminator, + ACTIONS(5195), 1, + aux_sym_function_call_token1, + STATE(5619), 2, sym_comment, sym_include, - [303343] = 6, + [296773] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4383), 1, - sym_query_fields, - STATE(5953), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(6322), 1, + sym_body, + STATE(5620), 2, sym_comment, sym_include, - [303363] = 5, + [296793] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4505), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(5954), 2, + ACTIONS(8255), 2, + aux_sym__block_terminator_token1, + aux_sym_variable_definition_token1, + STATE(5621), 2, sym_comment, sym_include, - [303381] = 6, + [296811] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8369), 1, + ACTIONS(8257), 1, sym_identifier, - STATE(5868), 1, - sym_qualified_name, - STATE(5955), 2, + ACTIONS(8259), 1, + anon_sym_STAR, + STATE(5622), 2, sym_comment, sym_include, - [303401] = 6, + [296831] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8371), 1, + ACTIONS(5189), 1, sym__terminator, - ACTIONS(8373), 1, + ACTIONS(5191), 1, aux_sym_function_call_token1, - STATE(5956), 2, + STATE(5623), 2, sym_comment, sym_include, - [303421] = 6, + [296851] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8375), 1, - sym__terminator, - ACTIONS(8377), 1, - aux_sym_enum_definition_token1, - STATE(5957), 2, - sym_comment, - sym_include, - [303441] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8379), 1, - sym_identifier, - STATE(140), 1, - sym_qualified_name, - STATE(5958), 2, + ACTIONS(106), 2, + sym__namecolon, + anon_sym_NO_DASHERROR, + STATE(5624), 2, sym_comment, sym_include, - [303461] = 6, + [296869] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7951), 1, - anon_sym_DOT, - ACTIONS(8381), 1, - aux_sym__procedure_terminator_token1, - STATE(5959), 2, + ACTIONS(8261), 1, + sym__terminator, + ACTIONS(8263), 1, + aux_sym_interface_statement_token1, + STATE(5625), 2, sym_comment, sym_include, - [303481] = 6, - ACTIONS(69), 1, + [296889] = 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(3798), 1, - anon_sym_COLON, - STATE(6224), 1, - sym_body, - STATE(5960), 2, + ACTIONS(8265), 1, + sym_identifier, + STATE(2503), 1, + sym_qualified_name, + STATE(5626), 2, sym_comment, sym_include, - [303501] = 6, + [296909] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2349), 1, - sym__block_terminator, - STATE(5961), 2, + ACTIONS(5849), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5627), 2, sym_comment, sym_include, - [303521] = 5, + [296927] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4446), 2, - anon_sym_COLON, + ACTIONS(7814), 2, anon_sym_COMMA, - STATE(5962), 2, + anon_sym_RPAREN, + STATE(5628), 2, sym_comment, sym_include, - [303539] = 6, + [296945] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8383), 1, + ACTIONS(8267), 1, sym_identifier, - ACTIONS(8385), 1, - sym__integer_literal, - STATE(5963), 2, + STATE(3204), 1, + sym_qualified_name, + STATE(5629), 2, sym_comment, sym_include, - [303559] = 6, + [296965] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8387), 1, - aux_sym_using_statement_token2, - ACTIONS(8389), 1, - aux_sym_input_close_statement_token2, - STATE(5964), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4795), 1, + sym__block_terminator, + STATE(5630), 2, sym_comment, sym_include, - [303579] = 6, + [296985] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, + ACTIONS(5032), 1, aux_sym__block_terminator_token1, - STATE(1785), 1, + STATE(1964), 1, sym__block_terminator, - STATE(5965), 2, + STATE(5631), 2, sym_comment, sym_include, - [303599] = 5, + [297005] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(136), 2, - sym__terminator, - aux_sym_function_call_token1, - STATE(5966), 2, + ACTIONS(6837), 1, + sym__escaped_string, + STATE(3274), 1, + sym_string_literal, + STATE(5632), 2, sym_comment, sym_include, - [303617] = 6, + [297025] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, + ACTIONS(5032), 1, aux_sym__block_terminator_token1, - STATE(2296), 1, + STATE(1878), 1, sym__block_terminator, - STATE(5967), 2, + STATE(5633), 2, + sym_comment, + sym_include, + [297045] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6179), 2, + anon_sym_COMMA, + anon_sym_GT, + STATE(5634), 2, sym_comment, sym_include, - [303637] = 6, + [297063] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8391), 1, + ACTIONS(8269), 1, sym_identifier, - STATE(5936), 1, + STATE(2523), 1, sym_qualified_name, - STATE(5968), 2, + STATE(5635), 2, sym_comment, sym_include, - [303657] = 6, + [297083] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8393), 1, + ACTIONS(8271), 1, sym_identifier, - STATE(138), 1, - sym_qualified_name, - STATE(5969), 2, + ACTIONS(8273), 1, + sym__terminator, + STATE(5636), 2, sym_comment, sym_include, - [303677] = 6, + [297103] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8395), 1, - sym__terminator, - ACTIONS(8397), 1, - aux_sym_enum_definition_token1, - STATE(5970), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(6395), 1, + sym_body, + STATE(5637), 2, sym_comment, sym_include, - [303697] = 6, - ACTIONS(69), 1, + [297123] = 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(7985), 1, - anon_sym_LPAREN, - STATE(4219), 1, - sym_query_fields, - STATE(5971), 2, + ACTIONS(8275), 1, + sym_identifier, + STATE(5920), 1, + sym_qualified_name, + STATE(5638), 2, sym_comment, sym_include, - [303717] = 6, - ACTIONS(69), 1, + [297143] = 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(7985), 1, - anon_sym_LPAREN, - STATE(4653), 1, - sym_query_fields, - STATE(5972), 2, + ACTIONS(8277), 1, + sym_identifier, + ACTIONS(8279), 1, + anon_sym_COMMA, + STATE(5639), 2, sym_comment, sym_include, - [303737] = 6, + [297163] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8399), 1, + ACTIONS(8281), 1, sym_identifier, - ACTIONS(8401), 1, - sym__integer_literal, - STATE(5973), 2, + ACTIONS(8283), 1, + anon_sym_STAR, + STATE(5640), 2, + sym_comment, + sym_include, + [297183] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8285), 1, + sym_identifier, + STATE(5778), 1, + sym_qualified_name, + STATE(5641), 2, sym_comment, sym_include, - [303757] = 6, + [297203] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7204), 1, - anon_sym_LPAREN, - STATE(308), 1, - sym_function_arguments, - STATE(5974), 2, + ACTIONS(8287), 1, + sym__terminator, + ACTIONS(8289), 1, + aux_sym_enum_definition_token1, + STATE(5642), 2, sym_comment, sym_include, - [303777] = 6, + [297223] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, + ACTIONS(5032), 1, aux_sym__block_terminator_token1, - STATE(1533), 1, + STATE(1879), 1, sym__block_terminator, - STATE(5975), 2, + STATE(5643), 2, sym_comment, sym_include, - [303797] = 6, - ACTIONS(3), 1, + [297243] = 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(8403), 1, - sym_identifier, - STATE(5974), 1, - sym_qualified_name, - STATE(5976), 2, + ACTIONS(7973), 1, + aux_sym_on_error_phrase_token1, + STATE(6289), 1, + sym_on_error_phrase, + STATE(5644), 2, sym_comment, sym_include, - [303817] = 6, + [297263] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8405), 1, + ACTIONS(8291), 1, sym_identifier, - STATE(136), 1, + STATE(5310), 1, sym_qualified_name, - STATE(5977), 2, + STATE(5645), 2, sym_comment, sym_include, - [303837] = 6, + [297283] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8097), 1, - aux_sym_output_stream_statement_token1, - ACTIONS(8407), 1, - aux_sym_input_close_statement_token2, - STATE(5978), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1679), 1, + sym__block_terminator, + STATE(5646), 2, sym_comment, sym_include, - [303857] = 6, + [297303] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, + ACTIONS(5024), 1, aux_sym__block_terminator_token1, - STATE(2370), 1, + STATE(1760), 1, sym__block_terminator, - STATE(5979), 2, + STATE(5647), 2, sym_comment, sym_include, - [303877] = 6, + [297323] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(1114), 1, + ACTIONS(1496), 1, sym__namecolon, - STATE(304), 1, + STATE(1065), 1, aux_sym_object_access_repeat1, - STATE(5980), 2, + STATE(5648), 2, sym_comment, sym_include, - [303897] = 6, + [297343] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1793), 1, - sym__block_terminator, - STATE(5981), 2, + ACTIONS(6906), 1, + anon_sym_LPAREN, + STATE(5781), 1, + sym_function_arguments, + STATE(5649), 2, sym_comment, sym_include, - [303917] = 6, + [297363] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8387), 1, - aux_sym_using_statement_token2, - ACTIONS(8409), 1, - aux_sym_input_close_statement_token2, - STATE(5982), 2, + ACTIONS(8293), 1, + aux_sym_procedure_parameter_definition_token1, + ACTIONS(8295), 1, + aux_sym_procedure_parameter_definition_token2, + STATE(5650), 2, sym_comment, sym_include, - [303937] = 5, + [297383] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8411), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(5983), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1712), 1, + sym__block_terminator, + STATE(5651), 2, sym_comment, sym_include, - [303955] = 6, + [297403] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(543), 1, - sym__terminator, - ACTIONS(8413), 1, - anon_sym_NO_DASHERROR, - STATE(5984), 2, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2290), 1, + sym__block_terminator, + STATE(5652), 2, sym_comment, sym_include, - [303975] = 5, + [297423] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8415), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(5985), 2, + ACTIONS(8297), 2, + anon_sym_COMMA, + anon_sym_GT, + STATE(5653), 2, sym_comment, sym_include, - [303993] = 6, + [297441] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8417), 1, - anon_sym_DOT, - ACTIONS(8419), 1, - aux_sym__procedure_terminator_token1, - STATE(5986), 2, + ACTIONS(7402), 1, + sym__terminator, + ACTIONS(8299), 1, + aux_sym_setter_token1, + STATE(5654), 2, sym_comment, sym_include, - [304013] = 6, + [297461] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6292), 1, - sym_body, - STATE(5987), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1680), 1, + sym__block_terminator, + STATE(5655), 2, sym_comment, sym_include, - [304033] = 6, + [297481] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4605), 1, - sym_query_fields, - STATE(5988), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(5669), 1, + sym_body, + STATE(5656), 2, sym_comment, sym_include, - [304053] = 6, + [297501] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, + ACTIONS(5024), 1, aux_sym__block_terminator_token1, - STATE(2307), 1, + STATE(1682), 1, sym__block_terminator, - STATE(5989), 2, + STATE(5657), 2, sym_comment, sym_include, - [304073] = 6, + [297521] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8421), 1, + ACTIONS(8301), 1, sym_identifier, - ACTIONS(8423), 1, - sym__integer_literal, - STATE(5990), 2, + STATE(5509), 1, + sym_qualified_name, + STATE(5658), 2, sym_comment, sym_include, - [304093] = 6, + [297541] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8425), 1, + ACTIONS(8303), 1, sym__terminator, - ACTIONS(8427), 1, - aux_sym_class_type_token1, - STATE(5991), 2, + ACTIONS(8305), 1, + aux_sym_enum_definition_token1, + STATE(5659), 2, + sym_comment, + sym_include, + [297561] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8307), 1, + sym_identifier, + ACTIONS(8309), 1, + sym__integer_literal, + STATE(5660), 2, + sym_comment, + sym_include, + [297581] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8311), 1, + sym_identifier, + STATE(5597), 1, + sym_qualified_name, + STATE(5661), 2, sym_comment, sym_include, - [304113] = 6, + [297601] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8313), 1, + sym_identifier, + STATE(2604), 1, + sym_qualified_name, + STATE(5662), 2, + sym_comment, + sym_include, + [297621] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(849), 1, - sym__namecolon, - STATE(4730), 1, - aux_sym_object_access_repeat1, - STATE(5992), 2, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2246), 1, + sym__block_terminator, + STATE(5663), 2, sym_comment, sym_include, - [304133] = 6, + [297641] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8417), 1, - anon_sym_DOT, - ACTIONS(8429), 1, - aux_sym__function_terminator_token1, - STATE(5993), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1764), 1, + sym__block_terminator, + STATE(5664), 2, sym_comment, sym_include, - [304153] = 6, + [297661] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8431), 1, + ACTIONS(8315), 1, sym_identifier, - STATE(5999), 1, - sym_qualified_name, - STATE(5994), 2, + ACTIONS(8317), 1, + sym__integer_literal, + STATE(5665), 2, + sym_comment, + sym_include, + [297681] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2461), 1, + sym__block_terminator, + STATE(5666), 2, sym_comment, sym_include, - [304173] = 6, + [297701] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8433), 1, + ACTIONS(8319), 1, sym_identifier, - STATE(134), 1, + STATE(5703), 1, sym_qualified_name, - STATE(5995), 2, + STATE(5667), 2, sym_comment, sym_include, - [304193] = 6, + [297721] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8435), 1, + ACTIONS(8321), 1, sym_identifier, - ACTIONS(8437), 1, - sym__integer_literal, - STATE(5996), 2, + STATE(140), 1, + sym_qualified_name, + STATE(5668), 2, sym_comment, sym_include, - [304213] = 6, + [297741] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, + ACTIONS(5085), 1, aux_sym__block_terminator_token1, - STATE(1746), 1, + STATE(2466), 1, sym__block_terminator, - STATE(5997), 2, + STATE(5669), 2, sym_comment, sym_include, - [304233] = 6, + [297761] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, + ACTIONS(5063), 1, aux_sym__block_terminator_token1, - STATE(1569), 1, + STATE(2314), 1, sym__block_terminator, - STATE(5998), 2, + STATE(5670), 2, sym_comment, sym_include, - [304253] = 6, - ACTIONS(69), 1, + [297781] = 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(7257), 1, - anon_sym_LPAREN, - STATE(2729), 1, - sym_function_arguments, - STATE(5999), 2, + ACTIONS(8323), 1, + sym_identifier, + STATE(3372), 1, + sym_qualified_name, + STATE(5671), 2, sym_comment, sym_include, - [304273] = 6, + [297801] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4546), 1, - sym_query_fields, - STATE(6000), 2, + ACTIONS(8325), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(5672), 2, sym_comment, sym_include, - [304293] = 5, + [297819] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(136), 2, + ACTIONS(117), 2, sym__namecolon, anon_sym_NO_DASHERROR, - STATE(6001), 2, + STATE(5673), 2, sym_comment, sym_include, - [304311] = 5, + [297837] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7347), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(6002), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4768), 1, + sym__block_terminator, + STATE(5674), 2, sym_comment, sym_include, - [304329] = 6, + [297857] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8439), 1, + ACTIONS(8327), 1, sym_identifier, - STATE(6027), 1, - sym_qualified_name, - STATE(6003), 2, + ACTIONS(8329), 1, + sym__integer_literal, + STATE(5675), 2, sym_comment, sym_include, - [304349] = 6, + [297877] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8441), 1, - anon_sym_DOT, - ACTIONS(8443), 1, - aux_sym__procedure_terminator_token1, - STATE(6004), 2, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2185), 1, + sym__block_terminator, + STATE(5676), 2, sym_comment, sym_include, - [304369] = 6, - ACTIONS(3), 1, + [297897] = 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(8445), 1, - sym_identifier, - STATE(132), 1, - sym_qualified_name, - STATE(6005), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(6294), 1, + sym_body, + STATE(5677), 2, sym_comment, sym_include, - [304389] = 6, - ACTIONS(3), 1, + [297917] = 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(8447), 1, - sym_identifier, - ACTIONS(8449), 1, - anon_sym_STAR, - STATE(6006), 2, + ACTIONS(8331), 1, + aux_sym_using_statement_token2, + ACTIONS(8333), 1, + aux_sym_input_close_statement_token2, + STATE(5678), 2, sym_comment, sym_include, - [304409] = 6, + [297937] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2697), 1, - sym__namecolon, - STATE(2595), 1, - aux_sym_object_access_repeat1, - STATE(6007), 2, + ACTIONS(8331), 1, + aux_sym_using_statement_token2, + ACTIONS(8335), 1, + aux_sym_input_close_statement_token2, + STATE(5679), 2, sym_comment, sym_include, - [304429] = 6, - ACTIONS(69), 1, + [297957] = 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(5328), 1, - aux_sym__block_terminator_token1, - STATE(1579), 1, - sym__block_terminator, - STATE(6008), 2, + ACTIONS(8337), 1, + sym_identifier, + ACTIONS(8339), 1, + sym__integer_literal, + STATE(5680), 2, sym_comment, sym_include, - [304449] = 6, - ACTIONS(69), 1, + [297977] = 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(5259), 1, - aux_sym__block_terminator_token1, - STATE(2343), 1, - sym__block_terminator, - STATE(6009), 2, + ACTIONS(8341), 1, + sym_identifier, + STATE(5851), 1, + sym_qualified_name, + STATE(5681), 2, sym_comment, sym_include, - [304469] = 6, + [297997] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8451), 1, + ACTIONS(8343), 1, + sym_identifier, + STATE(132), 1, + sym_qualified_name, + STATE(5682), 2, + sym_comment, + sym_include, + [298017] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8345), 1, sym_identifier, - ACTIONS(8453), 1, + ACTIONS(8347), 1, sym__integer_literal, - STATE(6010), 2, + STATE(5683), 2, sym_comment, sym_include, - [304489] = 6, + [298037] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8455), 1, - sym__terminator, - ACTIONS(8457), 1, - aux_sym_catch_statement_token1, - STATE(6011), 2, + ACTIONS(8349), 1, + anon_sym_COMMA, + ACTIONS(8351), 1, + aux_sym_on_error_phrase_token3, + STATE(5684), 2, sym_comment, sym_include, - [304509] = 5, + [298057] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8459), 2, + ACTIONS(8353), 2, aux_sym__block_terminator_token1, aux_sym_variable_definition_token1, - STATE(6012), 2, + STATE(5685), 2, + sym_comment, + sym_include, + [298075] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8355), 1, + sym_identifier, + STATE(6026), 1, + sym_qualified_name, + STATE(5686), 2, sym_comment, sym_include, - [304527] = 6, + [298095] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2341), 1, - sym__block_terminator, - STATE(6013), 2, + ACTIONS(8357), 1, + aux_sym_input_close_statement_token2, + ACTIONS(8359), 1, + aux_sym_output_stream_statement_token1, + STATE(5687), 2, sym_comment, sym_include, - [304547] = 6, + [298115] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2097), 1, - sym__block_terminator, - STATE(6014), 2, + ACTIONS(8359), 1, + aux_sym_output_stream_statement_token1, + ACTIONS(8361), 1, + aux_sym_input_close_statement_token2, + STATE(5688), 2, sym_comment, sym_include, - [304567] = 6, + [298135] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8461), 1, - sym__terminator, - ACTIONS(8463), 1, - aux_sym_interface_statement_token1, - STATE(6015), 2, + ACTIONS(8363), 1, + anon_sym_COMMA, + ACTIONS(8365), 1, + aux_sym_on_error_phrase_token3, + STATE(5689), 2, sym_comment, sym_include, - [304587] = 6, + [298155] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1588), 1, - sym__block_terminator, - STATE(6016), 2, + ACTIONS(8367), 1, + anon_sym_COMMA, + ACTIONS(8369), 1, + aux_sym_on_error_phrase_token3, + STATE(5690), 2, sym_comment, sym_include, - [304607] = 6, + [298175] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8465), 1, + ACTIONS(8371), 1, sym_identifier, - STATE(6096), 1, + STATE(122), 1, sym_qualified_name, - STATE(6017), 2, + STATE(5691), 2, sym_comment, sym_include, - [304627] = 6, + [298195] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2090), 1, - sym__block_terminator, - STATE(6018), 2, + ACTIONS(8373), 2, + aux_sym_using_statement_token3, + aux_sym_using_statement_token4, + STATE(5692), 2, sym_comment, sym_include, - [304647] = 6, - ACTIONS(3), 1, + [298213] = 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(8467), 1, - sym_identifier, - STATE(129), 1, - sym_qualified_name, - STATE(6019), 2, + ACTIONS(8375), 1, + sym__terminator, + ACTIONS(8377), 1, + aux_sym_getter_token1, + STATE(5693), 2, sym_comment, sym_include, - [304667] = 6, + [298233] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8469), 1, + ACTIONS(8379), 1, sym_identifier, - ACTIONS(8471), 1, + ACTIONS(8381), 1, sym__integer_literal, - STATE(6020), 2, + STATE(5694), 2, sym_comment, sym_include, - [304687] = 6, + [298253] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6157), 1, - sym_body, - STATE(6021), 2, + ACTIONS(8383), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(5695), 2, sym_comment, sym_include, - [304707] = 6, + [298271] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8473), 1, - sym__terminator, - ACTIONS(8475), 1, - aux_sym_catch_statement_token1, - STATE(6022), 2, + ACTIONS(8019), 1, + aux_sym_scope_tuning_token1, + STATE(6463), 1, + sym_new_expression, + STATE(5696), 2, sym_comment, sym_include, - [304727] = 6, + [298291] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(8385), 1, + anon_sym_COMMA, + ACTIONS(8387), 1, + aux_sym_on_error_phrase_token3, + STATE(5697), 2, + sym_comment, + sym_include, + [298311] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8477), 1, + ACTIONS(8389), 1, sym_identifier, - STATE(6138), 1, + STATE(5807), 1, sym_qualified_name, - STATE(6023), 2, + STATE(5698), 2, sym_comment, sym_include, - [304747] = 6, + [298331] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8479), 1, + ACTIONS(8391), 1, sym_identifier, - STATE(127), 1, + STATE(117), 1, sym_qualified_name, - STATE(6024), 2, + STATE(5699), 2, sym_comment, sym_include, - [304767] = 6, - ACTIONS(3), 1, + [298351] = 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(8481), 1, - sym_identifier, - ACTIONS(8483), 1, - sym__integer_literal, - STATE(6025), 2, + ACTIONS(5878), 1, + anon_sym_LPAREN, + STATE(5459), 1, + sym_function_parameters, + STATE(5700), 2, sym_comment, sym_include, - [304787] = 5, + [298371] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7522), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(6026), 2, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2210), 1, + sym__block_terminator, + STATE(5701), 2, sym_comment, sym_include, - [304805] = 6, + [298391] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7106), 1, - anon_sym_LPAREN, - STATE(2507), 1, - sym_function_arguments, - STATE(6027), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(5493), 1, + sym_body, + STATE(5702), 2, sym_comment, sym_include, - [304825] = 6, - ACTIONS(3), 1, + [298411] = 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(8485), 1, - sym_identifier, - STATE(6280), 1, - sym_qualified_name, - STATE(6028), 2, + ACTIONS(7280), 1, + anon_sym_LPAREN, + STATE(2623), 1, + sym_function_arguments, + STATE(5703), 2, sym_comment, sym_include, - [304845] = 6, + [298431] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1598), 1, - sym__block_terminator, - STATE(6029), 2, + ACTIONS(8393), 1, + sym__terminator, + ACTIONS(8395), 1, + aux_sym_getter_token1, + STATE(5704), 2, sym_comment, sym_include, - [304865] = 6, + [298451] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8487), 1, + ACTIONS(8397), 1, sym_identifier, - STATE(6184), 1, - sym_qualified_name, - STATE(6030), 2, + ACTIONS(8399), 1, + sym__integer_literal, + STATE(5705), 2, + sym_comment, + sym_include, + [298471] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2379), 1, + sym__block_terminator, + STATE(5706), 2, sym_comment, sym_include, - [304885] = 6, + [298491] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8489), 1, + ACTIONS(8401), 1, sym_identifier, - STATE(6256), 1, + STATE(5517), 1, sym_qualified_name, - STATE(6031), 2, + STATE(5707), 2, sym_comment, sym_include, - [304905] = 6, + [298511] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8491), 1, + ACTIONS(8403), 1, sym_identifier, - STATE(3158), 1, + STATE(130), 1, sym_qualified_name, - STATE(6032), 2, + STATE(5708), 2, sym_comment, sym_include, - [304925] = 6, + [298531] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8493), 1, + ACTIONS(8405), 1, sym_identifier, - STATE(124), 1, + STATE(134), 1, sym_qualified_name, - STATE(6033), 2, + STATE(5709), 2, sym_comment, sym_include, - [304945] = 6, + [298551] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8133), 1, - aux_sym_on_error_phrase_token1, - STATE(6454), 1, - sym_on_error_phrase, - STATE(6034), 2, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2027), 1, + sym__block_terminator, + STATE(5710), 2, sym_comment, sym_include, - [304965] = 6, + [298571] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8495), 1, + ACTIONS(8407), 1, sym_identifier, - STATE(5615), 1, + STATE(4562), 1, sym_qualified_name, - STATE(6035), 2, - sym_comment, - sym_include, - [304985] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(8497), 1, - sym__terminator, - ACTIONS(8499), 1, - aux_sym_enum_definition_token1, - STATE(6036), 2, + STATE(5711), 2, sym_comment, sym_include, - [305005] = 6, + [298591] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8501), 1, + ACTIONS(8409), 1, sym_identifier, - ACTIONS(8503), 1, - anon_sym_STAR, - STATE(6037), 2, + ACTIONS(8411), 1, + sym__integer_literal, + STATE(5712), 2, sym_comment, sym_include, - [305025] = 6, + [298611] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2661), 1, - sym__namecolon, - STATE(2498), 1, - aux_sym_object_access_repeat1, - STATE(6038), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1686), 1, + sym__block_terminator, + STATE(5713), 2, sym_comment, sym_include, - [305045] = 6, + [298631] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8505), 1, + ACTIONS(8413), 1, sym__terminator, - ACTIONS(8507), 1, + ACTIONS(8415), 1, aux_sym_interface_statement_token1, - STATE(6039), 2, + STATE(5714), 2, sym_comment, sym_include, - [305065] = 6, + [298651] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8509), 1, + ACTIONS(8417), 1, sym_identifier, - ACTIONS(8511), 1, - sym__integer_literal, - STATE(6040), 2, + STATE(5979), 1, + sym_qualified_name, + STATE(5715), 2, sym_comment, sym_include, - [305085] = 6, + [298671] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1619), 1, - sym__block_terminator, - STATE(6041), 2, + ACTIONS(4743), 1, + sym__namecolon, + STATE(3967), 1, + aux_sym_object_access_repeat1, + STATE(5716), 2, sym_comment, sym_include, - [305105] = 6, + [298691] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8513), 1, - aux_sym_getter_token1, - ACTIONS(8515), 1, - aux_sym_setter_token1, - STATE(6042), 2, + ACTIONS(8233), 1, + anon_sym_DOT, + ACTIONS(8419), 1, + aux_sym__function_terminator_token1, + STATE(5717), 2, sym_comment, sym_include, - [305125] = 6, + [298711] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8517), 1, + ACTIONS(8421), 1, sym_identifier, - STATE(6217), 1, + STATE(118), 1, sym_qualified_name, - STATE(6043), 2, + STATE(5718), 2, + sym_comment, + sym_include, + [298731] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1881), 1, + sym__block_terminator, + STATE(5719), 2, sym_comment, sym_include, - [305145] = 6, + [298751] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8519), 1, + ACTIONS(8423), 1, sym_identifier, - STATE(120), 1, - sym_qualified_name, - STATE(6044), 2, + ACTIONS(8425), 1, + anon_sym_STAR, + STATE(5720), 2, sym_comment, sym_include, - [305165] = 6, + [298771] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8521), 1, + ACTIONS(8427), 1, sym__terminator, - ACTIONS(8523), 1, - aux_sym_function_call_token1, - STATE(6045), 2, + ACTIONS(8429), 1, + aux_sym_setter_token1, + STATE(5721), 2, sym_comment, sym_include, - [305185] = 6, + [298791] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8525), 1, + ACTIONS(8431), 1, sym_identifier, - ACTIONS(8527), 1, + ACTIONS(8433), 1, sym__integer_literal, - STATE(6046), 2, + STATE(5722), 2, sym_comment, sym_include, - [305205] = 5, + [298811] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8529), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6047), 2, + ACTIONS(2691), 1, + sym__namecolon, + STATE(2508), 1, + aux_sym_object_access_repeat1, + STATE(5723), 2, sym_comment, sym_include, - [305223] = 6, - ACTIONS(69), 1, + [298831] = 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(8435), 1, + sym_identifier, + ACTIONS(8437), 1, + anon_sym_COMMA, + STATE(5724), 2, + sym_comment, + sym_include, + [298851] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8439), 1, + sym_identifier, + ACTIONS(8441), 1, + anon_sym_COMMA, + STATE(5725), 2, + sym_comment, + sym_include, + [298871] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2082), 1, - sym__block_terminator, - STATE(6048), 2, + ACTIONS(8443), 1, + sym_identifier, + ACTIONS(8445), 1, + anon_sym_COMMA, + STATE(5726), 2, sym_comment, sym_include, - [305243] = 6, + [298891] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8531), 1, + ACTIONS(8447), 1, sym_identifier, - ACTIONS(8533), 1, - sym__terminator, - STATE(6049), 2, + ACTIONS(8449), 1, + anon_sym_COMMA, + STATE(5727), 2, sym_comment, sym_include, - [305263] = 6, + [298911] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6591), 1, - anon_sym_LPAREN, - STATE(6627), 1, - sym_function_parameters, - STATE(6050), 2, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2058), 1, + sym__block_terminator, + STATE(5728), 2, sym_comment, sym_include, - [305283] = 6, + [298931] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8535), 1, + ACTIONS(8451), 1, sym_identifier, - STATE(4774), 1, + STATE(5521), 1, sym_qualified_name, - STATE(6051), 2, + STATE(5729), 2, sym_comment, sym_include, - [305303] = 6, - ACTIONS(3), 1, + [298951] = 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(8537), 1, - sym_identifier, - STATE(6262), 1, - sym_qualified_name, - STATE(6052), 2, + ACTIONS(8453), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(5730), 2, sym_comment, sym_include, - [305323] = 6, + [298969] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1642), 1, - sym__block_terminator, - STATE(6053), 2, + ACTIONS(8019), 1, + aux_sym_scope_tuning_token1, + STATE(6644), 1, + sym_new_expression, + STATE(5731), 2, sym_comment, sym_include, - [305343] = 6, + [298989] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6197), 1, - sym_body, - STATE(6054), 2, + ACTIONS(8455), 1, + sym__terminator, + ACTIONS(8457), 1, + aux_sym_prompt_for_statement_token2, + STATE(5732), 2, sym_comment, sym_include, - [305363] = 6, - ACTIONS(69), 1, + [299009] = 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(5328), 1, - aux_sym__block_terminator_token1, - STATE(1646), 1, - sym__block_terminator, - STATE(6055), 2, + ACTIONS(8459), 1, + sym_identifier, + STATE(119), 1, + sym_qualified_name, + STATE(5733), 2, sym_comment, sym_include, - [305383] = 6, + [299029] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, + ACTIONS(5024), 1, aux_sym__block_terminator_token1, - STATE(1810), 1, + STATE(1687), 1, sym__block_terminator, - STATE(6056), 2, + STATE(5734), 2, sym_comment, sym_include, - [305403] = 6, + [299049] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, + ACTIONS(5024), 1, aux_sym__block_terminator_token1, - STATE(1647), 1, + STATE(1690), 1, sym__block_terminator, - STATE(6057), 2, + STATE(5735), 2, sym_comment, sym_include, - [305423] = 6, + [299069] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8539), 1, + ACTIONS(8461), 1, sym_identifier, - ACTIONS(8541), 1, - anon_sym_STAR, - STATE(6058), 2, - sym_comment, - sym_include, - [305443] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5913), 1, - anon_sym_COLON, - STATE(5646), 1, - sym_case_body, - STATE(6059), 2, + ACTIONS(8463), 1, + sym__integer_literal, + STATE(5736), 2, sym_comment, sym_include, - [305463] = 6, - ACTIONS(69), 1, + [299089] = 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(8543), 1, - sym__terminator, - ACTIONS(8545), 1, - aux_sym_prompt_for_statement_token2, - STATE(6060), 2, + ACTIONS(8465), 1, + sym_identifier, + STATE(5815), 1, + sym_qualified_name, + STATE(5737), 2, sym_comment, sym_include, - [305483] = 6, + [299109] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8547), 1, + ACTIONS(8467), 1, sym_identifier, - STATE(3407), 1, + STATE(115), 1, sym_qualified_name, - STATE(6061), 2, + STATE(5738), 2, sym_comment, sym_include, - [305503] = 6, + [299129] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8549), 1, - sym__terminator, - ACTIONS(8551), 1, - aux_sym_catch_statement_token1, - STATE(6062), 2, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2413), 1, + sym__block_terminator, + STATE(5739), 2, sym_comment, sym_include, - [305523] = 6, + [299149] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1662), 1, - sym__block_terminator, - STATE(6063), 2, + ACTIONS(8469), 1, + sym__terminator, + ACTIONS(8471), 1, + aux_sym_catch_statement_token1, + STATE(5740), 2, sym_comment, sym_include, - [305543] = 6, + [299169] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8553), 1, + ACTIONS(8473), 1, sym__terminator, - ACTIONS(8555), 1, - aux_sym_constructor_definition_token1, - STATE(6064), 2, + ACTIONS(8475), 1, + aux_sym_class_type_token1, + STATE(5741), 2, sym_comment, sym_include, - [305563] = 6, + [299189] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8557), 1, + ACTIONS(8477), 1, sym_identifier, - ACTIONS(8559), 1, - sym__integer_literal, - STATE(6065), 2, + STATE(6333), 1, + sym_qualified_name, + STATE(5742), 2, sym_comment, sym_include, - [305583] = 6, - ACTIONS(69), 1, + [299209] = 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(5263), 1, - aux_sym__block_terminator_token1, - STATE(1818), 1, - sym__block_terminator, - STATE(6066), 2, + ACTIONS(8479), 1, + sym_identifier, + STATE(4582), 1, + sym_qualified_name, + STATE(5743), 2, sym_comment, sym_include, - [305603] = 6, + [299229] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1668), 1, - sym__block_terminator, - STATE(6067), 2, + ACTIONS(8481), 1, + sym__terminator, + ACTIONS(8483), 1, + aux_sym_finally_statement_token1, + STATE(5744), 2, sym_comment, sym_include, - [305623] = 6, + [299249] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8561), 1, - aux_sym_using_statement_token2, - ACTIONS(8563), 1, - aux_sym_input_close_statement_token2, - STATE(6068), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4341), 1, + sym_query_fields, + STATE(5745), 2, sym_comment, sym_include, - [305643] = 6, + [299269] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8561), 1, - aux_sym_using_statement_token2, - ACTIONS(8565), 1, - aux_sym_input_close_statement_token2, - STATE(6069), 2, + ACTIONS(121), 2, + sym__namecolon, + anon_sym_NO_DASHERROR, + STATE(5746), 2, sym_comment, sym_include, - [305663] = 6, + [299287] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1669), 1, - sym__block_terminator, - STATE(6070), 2, + ACTIONS(8485), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5747), 2, sym_comment, sym_include, - [305683] = 6, + [299305] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1673), 1, - sym__block_terminator, - STATE(6071), 2, + ACTIONS(8487), 1, + sym__terminator, + ACTIONS(8489), 1, + aux_sym_class_type_token1, + STATE(5748), 2, sym_comment, sym_include, - [305703] = 6, - ACTIONS(69), 1, + [299325] = 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(5328), 1, - aux_sym__block_terminator_token1, - STATE(1679), 1, - sym__block_terminator, - STATE(6072), 2, + ACTIONS(8491), 1, + sym_identifier, + ACTIONS(8493), 1, + sym__integer_literal, + STATE(5749), 2, sym_comment, sym_include, - [305723] = 6, + [299345] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1682), 1, - sym__block_terminator, - STATE(6073), 2, + ACTIONS(2713), 1, + sym__namecolon, + STATE(2489), 1, + aux_sym_object_access_repeat1, + STATE(5750), 2, sym_comment, sym_include, - [305743] = 6, - ACTIONS(69), 1, + [299365] = 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(5328), 1, - aux_sym__block_terminator_token1, - STATE(1683), 1, - sym__block_terminator, - STATE(6074), 2, + ACTIONS(8495), 1, + sym_identifier, + STATE(5858), 1, + sym_qualified_name, + STATE(5751), 2, sym_comment, sym_include, - [305763] = 6, - ACTIONS(69), 1, + [299385] = 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(5328), 1, - aux_sym__block_terminator_token1, - STATE(1684), 1, - sym__block_terminator, - STATE(6075), 2, + ACTIONS(8497), 1, + sym_identifier, + STATE(120), 1, + sym_qualified_name, + STATE(5752), 2, sym_comment, sym_include, - [305783] = 6, + [299405] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1688), 1, - sym__block_terminator, - STATE(6076), 2, + ACTIONS(6948), 1, + sym__terminator, + ACTIONS(6950), 1, + aux_sym_using_statement_token2, + STATE(5753), 2, sym_comment, sym_include, - [305803] = 6, - ACTIONS(69), 1, + [299425] = 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(8567), 1, - aux_sym_input_close_statement_token2, - ACTIONS(8569), 1, - aux_sym_output_stream_statement_token1, - STATE(6077), 2, + ACTIONS(8499), 1, + sym_identifier, + ACTIONS(8501), 1, + anon_sym_STAR, + STATE(5754), 2, sym_comment, sym_include, - [305823] = 6, - ACTIONS(69), 1, + [299445] = 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(8569), 1, - aux_sym_output_stream_statement_token1, - ACTIONS(8571), 1, - aux_sym_input_close_statement_token2, - STATE(6078), 2, + ACTIONS(8503), 1, + sym_identifier, + ACTIONS(8505), 1, + sym__integer_literal, + STATE(5755), 2, sym_comment, sym_include, - [305843] = 6, - ACTIONS(69), 1, + [299465] = 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(8573), 1, + ACTIONS(8507), 1, + sym_identifier, + ACTIONS(8509), 1, anon_sym_COMMA, - ACTIONS(8575), 1, - aux_sym_on_error_phrase_token3, - STATE(6079), 2, + STATE(5756), 2, sym_comment, sym_include, - [305863] = 6, - ACTIONS(69), 1, + [299485] = 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(5328), 1, - aux_sym__block_terminator_token1, - STATE(1529), 1, - sym__block_terminator, - STATE(6080), 2, + ACTIONS(8511), 1, + sym_identifier, + STATE(5963), 1, + sym_qualified_name, + STATE(5757), 2, sym_comment, sym_include, - [305883] = 5, - ACTIONS(69), 1, + [299505] = 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(8577), 2, - aux_sym_using_statement_token3, - aux_sym_using_statement_token4, - STATE(6081), 2, + ACTIONS(8513), 1, + sym_identifier, + STATE(3353), 1, + sym_qualified_name, + STATE(5758), 2, sym_comment, sym_include, - [305901] = 6, + [299525] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6517), 1, - sym_body, - STATE(6082), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2144), 1, + sym__block_terminator, + STATE(5759), 2, sym_comment, sym_include, - [305921] = 6, + [299545] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1580), 1, - sym__block_terminator, - STATE(6083), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(5978), 1, + sym_body, + STATE(5760), 2, sym_comment, sym_include, - [305941] = 5, + [299565] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8579), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6084), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4750), 1, + sym__block_terminator, + STATE(5761), 2, sym_comment, sym_include, - [305959] = 6, + [299585] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7973), 1, - aux_sym_scope_tuning_token1, - STATE(6607), 1, - sym_new_expression, - STATE(6085), 2, + ACTIONS(8233), 1, + anon_sym_DOT, + ACTIONS(8515), 1, + aux_sym__procedure_terminator_token1, + STATE(5762), 2, sym_comment, sym_include, - [305979] = 6, - ACTIONS(69), 1, + [299605] = 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(3798), 1, - anon_sym_COLON, - STATE(6066), 1, - sym_body, - STATE(6086), 2, + ACTIONS(8517), 1, + sym_identifier, + ACTIONS(8519), 1, + anon_sym_STAR, + STATE(5763), 2, sym_comment, sym_include, - [305999] = 6, + [299625] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4572), 1, - sym_query_fields, - STATE(6087), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2203), 1, + sym__block_terminator, + STATE(5764), 2, sym_comment, sym_include, - [306019] = 6, + [299645] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7973), 1, - aux_sym_scope_tuning_token1, - STATE(6918), 1, - sym_new_expression, - STATE(6088), 2, + ACTIONS(8521), 1, + sym__terminator, + ACTIONS(8523), 1, + aux_sym_finally_statement_token1, + STATE(5765), 2, sym_comment, sym_include, - [306039] = 5, + [299665] = 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__terminator, - aux_sym_function_call_token1, - STATE(6089), 2, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1925), 1, + sym__block_terminator, + STATE(5766), 2, sym_comment, sym_include, - [306057] = 6, + [299685] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, + ACTIONS(5059), 1, aux_sym__block_terminator_token1, - STATE(1706), 1, + STATE(4748), 1, sym__block_terminator, - STATE(6090), 2, + STATE(5767), 2, sym_comment, sym_include, - [306077] = 6, + [299705] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6056), 1, - sym_body, - STATE(6091), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4446), 1, + sym_query_fields, + STATE(5768), 2, sym_comment, sym_include, - [306097] = 6, + [299725] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, + ACTIONS(5059), 1, aux_sym__block_terminator_token1, - STATE(1528), 1, + STATE(4745), 1, sym__block_terminator, - STATE(6092), 2, - sym_comment, - sym_include, - [306117] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8581), 1, - sym_identifier, - ACTIONS(8583), 1, - anon_sym_RPAREN, - STATE(6093), 2, + STATE(5769), 2, sym_comment, sym_include, - [306137] = 6, + [299745] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, + ACTIONS(5085), 1, aux_sym__block_terminator_token1, - STATE(1713), 1, + STATE(2285), 1, sym__block_terminator, - STATE(6094), 2, + STATE(5770), 2, sym_comment, sym_include, - [306157] = 5, + [299765] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3942), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(6095), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4296), 1, + sym_query_fields, + STATE(5771), 2, sym_comment, sym_include, - [306175] = 6, + [299785] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7246), 1, + ACTIONS(8039), 1, anon_sym_LPAREN, - STATE(1019), 1, - sym_function_arguments, - STATE(6096), 2, + STATE(4467), 1, + sym_query_fields, + STATE(5772), 2, sym_comment, sym_include, - [306195] = 6, + [299805] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8585), 1, + ACTIONS(8525), 1, sym_identifier, - STATE(130), 1, + STATE(6083), 1, sym_qualified_name, - STATE(6097), 2, + STATE(5773), 2, sym_comment, sym_include, - [306215] = 6, + [299825] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8587), 1, - sym__terminator, - ACTIONS(8589), 1, - aux_sym_enum_definition_token1, - STATE(6098), 2, + ACTIONS(8019), 1, + aux_sym_scope_tuning_token1, + STATE(6688), 1, + sym_new_expression, + STATE(5774), 2, sym_comment, sym_include, - [306235] = 6, + [299845] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5328), 1, + ACTIONS(5032), 1, aux_sym__block_terminator_token1, - STATE(1715), 1, + STATE(1923), 1, sym__block_terminator, - STATE(6099), 2, + STATE(5775), 2, sym_comment, sym_include, - [306255] = 6, + [299865] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8591), 1, + ACTIONS(8527), 1, sym_identifier, - STATE(4667), 1, - sym_qualified_name, - STATE(6100), 2, - sym_comment, - sym_include, - [306275] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1719), 1, - sym__block_terminator, - STATE(6101), 2, - sym_comment, - sym_include, - [306295] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5328), 1, - aux_sym__block_terminator_token1, - STATE(1721), 1, - sym__block_terminator, - STATE(6102), 2, - sym_comment, - sym_include, - [306315] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2363), 1, - sym__block_terminator, - STATE(6103), 2, + ACTIONS(8529), 1, + sym__terminator, + STATE(5776), 2, sym_comment, sym_include, - [306335] = 6, + [299885] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8593), 1, + ACTIONS(6731), 1, + sym__terminator, + ACTIONS(8531), 1, sym_identifier, - ACTIONS(8595), 1, - anon_sym_STAR, - STATE(6104), 2, - sym_comment, - sym_include, - [306355] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(1464), 1, - sym__namecolon, - STATE(1024), 1, - aux_sym_object_access_repeat1, - STATE(6105), 2, + STATE(5777), 2, sym_comment, sym_include, - [306375] = 6, + [299905] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4626), 1, - sym_query_fields, - STATE(6106), 2, + ACTIONS(7286), 1, + sym__terminator, + ACTIONS(7288), 1, + aux_sym_using_statement_token2, + STATE(5778), 2, sym_comment, sym_include, - [306395] = 6, - ACTIONS(69), 1, + [299925] = 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(8597), 1, - aux_sym_image_phrase_token7, - ACTIONS(8599), 1, - aux_sym_image_phrase_token9, - STATE(6107), 2, + ACTIONS(6741), 1, + sym__terminator, + ACTIONS(8533), 1, + sym_identifier, + STATE(5779), 2, sym_comment, sym_include, - [306415] = 6, + [299945] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, + ACTIONS(5063), 1, aux_sym__block_terminator_token1, - STATE(2064), 1, + STATE(2204), 1, sym__block_terminator, - STATE(6108), 2, + STATE(5780), 2, sym_comment, sym_include, - [306435] = 6, + [299965] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2366), 1, - sym__block_terminator, - STATE(6109), 2, - sym_comment, - sym_include, - [306455] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8601), 1, - sym_identifier, - ACTIONS(8603), 1, - sym__terminator, - STATE(6110), 2, + ACTIONS(256), 1, + sym__namecolon, + ACTIONS(8535), 1, + anon_sym_NO_DASHERROR, + STATE(5781), 2, sym_comment, sym_include, - [306475] = 6, + [299985] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8605), 1, + ACTIONS(8537), 1, sym_identifier, - STATE(7053), 1, + STATE(6653), 1, sym_qualified_name, - STATE(6111), 2, + STATE(5782), 2, sym_comment, sym_include, - [306495] = 6, + [300005] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4559), 1, - sym_query_fields, - STATE(6112), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2205), 1, + sym__block_terminator, + STATE(5783), 2, sym_comment, sym_include, - [306515] = 6, + [300025] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6318), 1, - sym_body, - STATE(6113), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4438), 1, + sym_query_fields, + STATE(5784), 2, sym_comment, sym_include, - [306535] = 5, + [300045] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4579), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(6114), 2, - sym_comment, - sym_include, - [306553] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8607), 1, - sym_identifier, - ACTIONS(8609), 1, - anon_sym_COMMA, - STATE(6115), 2, - sym_comment, - sym_include, - [306573] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8611), 1, - sym_identifier, - ACTIONS(8613), 1, - anon_sym_COMMA, - STATE(6116), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2154), 1, + sym__block_terminator, + STATE(5785), 2, sym_comment, sym_include, - [306593] = 5, + [300065] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5865), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(6117), 2, + ACTIONS(8539), 1, + sym__terminator, + ACTIONS(8541), 1, + aux_sym_class_type_token1, + STATE(5786), 2, sym_comment, sym_include, - [306611] = 5, + [300085] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6655), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(6118), 2, + ACTIONS(8543), 1, + sym__terminator, + ACTIONS(8545), 1, + aux_sym_enum_definition_token1, + STATE(5787), 2, sym_comment, sym_include, - [306629] = 5, + [300105] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8615), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6119), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4292), 1, + sym_query_fields, + STATE(5788), 2, sym_comment, sym_include, - [306647] = 6, + [300125] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7973), 1, - aux_sym_scope_tuning_token1, - STATE(6720), 1, - sym_new_expression, - STATE(6120), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4453), 1, + sym_query_fields, + STATE(5789), 2, sym_comment, sym_include, - [306667] = 6, + [300145] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(5931), 1, - sym_body, - STATE(6121), 2, + ACTIONS(8547), 1, + sym__terminator, + ACTIONS(8549), 1, + aux_sym_catch_statement_token1, + STATE(5790), 2, sym_comment, sym_include, - [306687] = 5, + [300165] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4503), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(6122), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4735), 1, + sym__block_terminator, + STATE(5791), 2, sym_comment, sym_include, - [306705] = 6, + [300185] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, + ACTIONS(5063), 1, aux_sym__block_terminator_token1, - STATE(2216), 1, + STATE(2218), 1, sym__block_terminator, - STATE(6123), 2, + STATE(5792), 2, sym_comment, sym_include, - [306725] = 6, + [300205] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2361), 1, - sym__block_terminator, - STATE(6124), 2, + ACTIONS(8551), 1, + sym__terminator, + ACTIONS(8553), 1, + aux_sym_function_call_token1, + STATE(5793), 2, sym_comment, sym_include, - [306745] = 6, + [300225] = 6, 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(8), 1, - aux_sym_object_access_repeat1, - STATE(6125), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4472), 1, + sym_query_fields, + STATE(5794), 2, sym_comment, sym_include, - [306765] = 6, - ACTIONS(3), 1, + [300245] = 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(8617), 1, - sym_identifier, - ACTIONS(8619), 1, - anon_sym_STAR, - STATE(6126), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2391), 1, + sym__block_terminator, + STATE(5795), 2, sym_comment, sym_include, - [306785] = 6, + [300265] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4557), 1, - sym_query_fields, - STATE(6127), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2219), 1, + sym__block_terminator, + STATE(5796), 2, sym_comment, sym_include, - [306805] = 6, + [300285] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, + ACTIONS(8039), 1, anon_sym_LPAREN, - STATE(4241), 1, + STATE(4434), 1, sym_query_fields, - STATE(6128), 2, + STATE(5797), 2, sym_comment, sym_include, - [306825] = 6, + [300305] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2362), 1, - sym__block_terminator, - STATE(6129), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4288), 1, + sym_query_fields, + STATE(5798), 2, sym_comment, sym_include, - [306845] = 6, + [300325] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8621), 1, + ACTIONS(8555), 1, sym__terminator, - ACTIONS(8623), 1, - aux_sym_interface_statement_token1, - STATE(6130), 2, + ACTIONS(8557), 1, + aux_sym_catch_statement_token1, + STATE(5799), 2, sym_comment, sym_include, - [306865] = 6, + [300345] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8625), 1, + ACTIONS(8559), 1, sym_identifier, - STATE(6781), 1, + STATE(4626), 1, sym_qualified_name, - STATE(6131), 2, + STATE(5800), 2, sym_comment, sym_include, - [306885] = 6, - ACTIONS(3), 1, + [300365] = 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(8627), 1, - sym_identifier, - STATE(4707), 1, - sym_qualified_name, - STATE(6132), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4449), 1, + sym_query_fields, + STATE(5801), 2, sym_comment, sym_include, - [306905] = 6, + [300385] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(5741), 1, - sym_body, - STATE(6133), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4759), 1, + sym__block_terminator, + STATE(5802), 2, sym_comment, sym_include, - [306925] = 6, + [300405] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6922), 1, - anon_sym_LPAREN, - STATE(5984), 1, - sym_function_arguments, - STATE(6134), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4885), 1, + sym__block_terminator, + STATE(5803), 2, sym_comment, sym_include, - [306945] = 6, + [300425] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, + ACTIONS(5032), 1, aux_sym__block_terminator_token1, - STATE(5281), 1, + STATE(2005), 1, sym__block_terminator, - STATE(6135), 2, + STATE(5804), 2, sym_comment, sym_include, - [306965] = 6, + [300445] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6334), 1, - sym_body, - STATE(6136), 2, + ACTIONS(8561), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(5805), 2, sym_comment, sym_include, - [306985] = 6, + [300463] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, + ACTIONS(5024), 1, aux_sym__block_terminator_token1, - STATE(1831), 1, + STATE(1704), 1, sym__block_terminator, - STATE(6137), 2, + STATE(5806), 2, sym_comment, sym_include, - [307005] = 6, + [300483] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7212), 1, + ACTIONS(7308), 1, anon_sym_LPAREN, - STATE(222), 1, + STATE(2614), 1, sym_function_arguments, - STATE(6138), 2, + STATE(5807), 2, sym_comment, sym_include, - [307025] = 6, + [300503] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, + ACTIONS(5032), 1, aux_sym__block_terminator_token1, - STATE(2043), 1, + STATE(1884), 1, sym__block_terminator, - STATE(6139), 2, + STATE(5808), 2, sym_comment, sym_include, - [307045] = 6, + [300523] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1839), 1, - sym__block_terminator, - STATE(6140), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4410), 1, + sym_query_fields, + STATE(5809), 2, sym_comment, sym_include, - [307065] = 6, + [300543] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4408), 1, - anon_sym_RPAREN, - ACTIONS(4410), 1, - anon_sym_, - STATE(6141), 2, + ACTIONS(8563), 1, + sym_identifier, + STATE(6276), 1, + sym_qualified_name, + STATE(5810), 2, sym_comment, sym_include, - [307085] = 6, + [300563] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6880), 1, - sym__terminator, - ACTIONS(6882), 1, - aux_sym_using_statement_token2, - STATE(6142), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4419), 1, + sym_query_fields, + STATE(5811), 2, sym_comment, sym_include, - [307105] = 6, + [300583] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(5301), 1, - sym__block_terminator, - STATE(6143), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4286), 1, + sym_query_fields, + STATE(5812), 2, sym_comment, sym_include, - [307125] = 6, + [300603] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8629), 1, + ACTIONS(8565), 1, sym_identifier, - STATE(6383), 1, + STATE(2774), 1, sym_qualified_name, - STATE(6144), 2, + STATE(5813), 2, sym_comment, sym_include, - [307145] = 6, + [300623] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(7685), 2, anon_sym_COLON, - STATE(5834), 1, - sym_body, - STATE(6145), 2, - sym_comment, - sym_include, - [307165] = 6, - 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, - ACTIONS(8633), 1, - anon_sym_STAR, - STATE(6146), 2, + anon_sym_COMMA, + STATE(5814), 2, sym_comment, sym_include, - [307185] = 6, + [300641] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, + ACTIONS(7125), 1, anon_sym_LPAREN, - STATE(4531), 1, - sym_query_fields, - STATE(6147), 2, - sym_comment, - sym_include, - [307205] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(917), 1, - sym__namecolon, - STATE(213), 1, - aux_sym_object_access_repeat1, - STATE(6148), 2, - sym_comment, - sym_include, - [307225] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(5857), 1, - sym_body, - STATE(6149), 2, + STATE(1164), 1, + sym_function_arguments, + STATE(5815), 2, sym_comment, sym_include, - [307245] = 6, + [300661] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4255), 1, - sym_query_fields, - STATE(6150), 2, - sym_comment, - sym_include, - [307265] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8635), 1, - sym_identifier, - STATE(3638), 1, - sym_qualified_name, - STATE(6151), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4719), 1, + sym__block_terminator, + STATE(5816), 2, sym_comment, sym_include, - [307285] = 6, + [300681] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8417), 1, - anon_sym_DOT, - ACTIONS(8637), 1, - aux_sym__case_terminator_token1, - STATE(6152), 2, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2103), 1, + sym__block_terminator, + STATE(5817), 2, sym_comment, sym_include, - [307305] = 6, + [300701] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - STATE(6347), 1, + STATE(5543), 1, sym_body, - STATE(6153), 2, + STATE(5818), 2, sym_comment, sym_include, - [307325] = 6, + [300721] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, + ACTIONS(5059), 1, aux_sym__block_terminator_token1, - STATE(2365), 1, + STATE(4718), 1, sym__block_terminator, - STATE(6154), 2, + STATE(5819), 2, sym_comment, sym_include, - [307345] = 6, + [300741] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8441), 1, - anon_sym_DOT, - ACTIONS(8639), 1, - aux_sym__function_terminator_token1, - STATE(6155), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2222), 1, + sym__block_terminator, + STATE(5820), 2, sym_comment, sym_include, - [307365] = 6, + [300761] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8641), 1, + ACTIONS(8567), 1, sym_identifier, - ACTIONS(8643), 1, - anon_sym_STAR, - STATE(6156), 2, - sym_comment, - sym_include, - [307385] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2367), 1, - sym__block_terminator, - STATE(6157), 2, - sym_comment, - sym_include, - [307405] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2038), 1, - sym__block_terminator, - STATE(6158), 2, + STATE(5606), 1, + sym_qualified_name, + STATE(5821), 2, sym_comment, sym_include, - [307425] = 6, + [300781] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6355), 1, - sym_body, - STATE(6159), 2, + ACTIONS(8569), 1, + sym__terminator, + ACTIONS(8571), 1, + aux_sym_catch_statement_token1, + STATE(5822), 2, sym_comment, sym_include, - [307445] = 6, + [300801] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(2899), 1, anon_sym_COLON, - STATE(6487), 1, + STATE(5791), 1, sym_body, - STATE(6160), 2, + STATE(5823), 2, sym_comment, sym_include, - [307465] = 6, - ACTIONS(69), 1, + [300821] = 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(7985), 1, - anon_sym_LPAREN, - STATE(4339), 1, - sym_query_fields, - STATE(6161), 2, + ACTIONS(8573), 1, + sym_identifier, + STATE(5568), 1, + sym_qualified_name, + STATE(5824), 2, sym_comment, sym_include, - [307485] = 6, + [300841] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4453), 1, - sym_query_fields, - STATE(6162), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1703), 1, + sym__block_terminator, + STATE(5825), 2, sym_comment, sym_include, - [307505] = 6, + [300861] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8645), 1, + ACTIONS(8575), 1, sym_identifier, - STATE(6889), 1, + STATE(3751), 1, sym_qualified_name, - STATE(6163), 2, - sym_comment, - sym_include, - [307525] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(8647), 1, - sym__terminator, - ACTIONS(8649), 1, - aux_sym_setter_token1, - STATE(6164), 2, + STATE(5826), 2, sym_comment, sym_include, - [307545] = 6, + [300881] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(5209), 1, - sym__block_terminator, - STATE(6165), 2, + ACTIONS(7973), 1, + aux_sym_on_error_phrase_token1, + STATE(6604), 1, + sym_on_error_phrase, + STATE(5827), 2, sym_comment, sym_include, - [307565] = 6, - ACTIONS(69), 1, + [300901] = 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(5346), 1, - aux_sym__block_terminator_token1, - STATE(2035), 1, - sym__block_terminator, - STATE(6166), 2, + ACTIONS(8577), 1, + sym_identifier, + STATE(5150), 1, + sym_qualified_name, + STATE(5828), 2, sym_comment, sym_include, - [307585] = 6, + [300921] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8651), 1, - sym__terminator, - ACTIONS(8653), 1, - aux_sym_catch_statement_token1, - STATE(6167), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2223), 1, + sym__block_terminator, + STATE(5829), 2, sym_comment, sym_include, - [307605] = 6, + [300941] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8655), 1, - sym__terminator, - ACTIONS(8657), 1, - aux_sym_class_type_token1, - STATE(6168), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4713), 1, + sym__block_terminator, + STATE(5830), 2, sym_comment, sym_include, - [307625] = 6, + [300961] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, + ACTIONS(5059), 1, aux_sym__block_terminator_token1, - STATE(2025), 1, + STATE(4709), 1, sym__block_terminator, - STATE(6169), 2, + STATE(5831), 2, sym_comment, sym_include, - [307645] = 6, + [300981] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8659), 1, - anon_sym_DOT, - ACTIONS(8661), 1, - aux_sym__procedure_terminator_token1, - STATE(6170), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4897), 1, + sym__block_terminator, + STATE(5832), 2, sym_comment, sym_include, - [307665] = 6, + [301001] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(5810), 1, - sym_body, - STATE(6171), 2, + ACTIONS(8579), 1, + sym__terminator, + ACTIONS(8581), 1, + aux_sym_interface_statement_token1, + STATE(5833), 2, sym_comment, sym_include, - [307685] = 6, + [301021] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8663), 1, + ACTIONS(8583), 1, sym_identifier, - STATE(4723), 1, + STATE(4642), 1, sym_qualified_name, - STATE(6172), 2, + STATE(5834), 2, sym_comment, sym_include, - [307705] = 6, + [301041] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(2019), 1, - sym__block_terminator, - STATE(6173), 2, + ACTIONS(8585), 1, + anon_sym_DOT, + ACTIONS(8587), 1, + aux_sym__procedure_terminator_token1, + STATE(5835), 2, sym_comment, sym_include, - [307725] = 6, + [301061] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8665), 1, + ACTIONS(8589), 1, sym_identifier, - STATE(6389), 1, + STATE(6339), 1, sym_qualified_name, - STATE(6174), 2, + STATE(5836), 2, sym_comment, sym_include, - [307745] = 6, + [301081] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5161), 1, - sym__terminator, - ACTIONS(5163), 1, - aux_sym_function_call_token1, - STATE(6175), 2, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(2009), 1, + sym__block_terminator, + STATE(5837), 2, sym_comment, sym_include, - [307765] = 6, - ACTIONS(3), 1, + [301101] = 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(8667), 1, - sym_identifier, - ACTIONS(8669), 1, - sym__terminator, - STATE(6176), 2, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1880), 1, + sym__block_terminator, + STATE(5838), 2, sym_comment, sym_include, - [307785] = 6, + [301121] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, + ACTIONS(5024), 1, aux_sym__block_terminator_token1, - STATE(5293), 1, + STATE(1683), 1, sym__block_terminator, - STATE(6177), 2, + STATE(5839), 2, sym_comment, sym_include, - [307805] = 6, + [301141] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8441), 1, - anon_sym_DOT, - ACTIONS(8671), 1, - aux_sym__case_terminator_token1, - STATE(6178), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4706), 1, + sym__block_terminator, + STATE(5840), 2, + sym_comment, + sym_include, + [301161] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8591), 1, + sym_identifier, + ACTIONS(8593), 1, + sym__terminator, + STATE(5841), 2, sym_comment, sym_include, - [307825] = 6, + [301181] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8673), 1, - sym__terminator, - ACTIONS(8675), 1, - aux_sym_finally_statement_token1, - STATE(6179), 2, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1920), 1, + sym__block_terminator, + STATE(5842), 2, sym_comment, sym_include, - [307845] = 6, + [301201] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8677), 1, - sym__terminator, - ACTIONS(8679), 1, - aux_sym_class_type_token1, - STATE(6180), 2, + ACTIONS(7941), 1, + anon_sym_DOT, + ACTIONS(8595), 1, + aux_sym__procedure_terminator_token1, + STATE(5843), 2, sym_comment, sym_include, - [307865] = 6, + [301221] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6591), 1, - anon_sym_LPAREN, - STATE(6471), 1, - sym_function_parameters, - STATE(6181), 2, + ACTIONS(8019), 1, + aux_sym_scope_tuning_token1, + STATE(6462), 1, + sym_new_expression, + STATE(5844), 2, sym_comment, sym_include, - [307885] = 6, + [301241] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4360), 1, - sym_query_fields, - STATE(6182), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1781), 1, + sym__block_terminator, + STATE(5845), 2, + sym_comment, + sym_include, + [301261] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8597), 1, + sym_identifier, + ACTIONS(8599), 1, + anon_sym_STAR, + STATE(5846), 2, sym_comment, sym_include, - [307905] = 6, + [301281] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4475), 1, - sym_query_fields, - STATE(6183), 2, + ACTIONS(8601), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(5847), 2, sym_comment, sym_include, - [307925] = 6, + [301299] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7158), 1, - anon_sym_LPAREN, - STATE(1158), 1, - sym_function_arguments, - STATE(6184), 2, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1885), 1, + sym__block_terminator, + STATE(5848), 2, sym_comment, sym_include, - [307945] = 6, + [301319] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6299), 1, - sym_body, - STATE(6185), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4703), 1, + sym__block_terminator, + STATE(5849), 2, sym_comment, sym_include, - [307965] = 6, + [301339] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7973), 1, - aux_sym_scope_tuning_token1, - STATE(6417), 1, - sym_new_expression, - STATE(6186), 2, + ACTIONS(2309), 1, + sym__namecolon, + STATE(1137), 1, + aux_sym_object_access_repeat1, + STATE(5850), 2, sym_comment, sym_include, - [307985] = 5, + [301359] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8681), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6187), 2, + ACTIONS(7280), 1, + anon_sym_LPAREN, + STATE(2988), 1, + sym_function_arguments, + STATE(5851), 2, sym_comment, sym_include, - [308003] = 6, + [301379] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8683), 1, + ACTIONS(8603), 1, sym_identifier, - ACTIONS(8685), 1, - sym__integer_literal, - STATE(6188), 2, + STATE(3391), 1, + sym_qualified_name, + STATE(5852), 2, sym_comment, sym_include, - [308023] = 6, + [301399] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8687), 1, + ACTIONS(8605), 1, sym__terminator, - ACTIONS(8689), 1, - aux_sym_getter_token1, - STATE(6189), 2, + ACTIONS(8607), 1, + aux_sym_interface_statement_token1, + STATE(5853), 2, sym_comment, sym_include, - [308043] = 6, - ACTIONS(3), 1, + [301419] = 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(8691), 1, - sym_identifier, - ACTIONS(8693), 1, - anon_sym_STAR, - STATE(6190), 2, + ACTIONS(8609), 1, + sym__terminator, + ACTIONS(8611), 1, + aux_sym_catch_statement_token1, + STATE(5854), 2, sym_comment, sym_include, - [308063] = 6, + [301439] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2313), 1, - sym__namecolon, - STATE(1131), 1, - aux_sym_object_access_repeat1, - STATE(6191), 2, + ACTIONS(8585), 1, + anon_sym_DOT, + ACTIONS(8613), 1, + aux_sym__function_terminator_token1, + STATE(5855), 2, sym_comment, sym_include, - [308083] = 6, + [301459] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8695), 1, + ACTIONS(8615), 1, sym_identifier, - STATE(5740), 1, - sym_qualified_name, - STATE(6192), 2, + ACTIONS(8617), 1, + sym__integer_literal, + STATE(5856), 2, sym_comment, sym_include, - [308103] = 6, - ACTIONS(69), 1, + [301479] = 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(3798), 1, - anon_sym_COLON, - STATE(7013), 1, - sym_body, - STATE(6193), 2, + ACTIONS(8619), 1, + sym_identifier, + STATE(3370), 1, + sym_qualified_name, + STATE(5857), 2, sym_comment, sym_include, - [308123] = 6, + [301499] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8697), 1, - sym__terminator, - ACTIONS(8699), 1, - aux_sym_constructor_definition_token1, - STATE(6194), 2, + ACTIONS(7067), 1, + anon_sym_LPAREN, + STATE(2731), 1, + sym_function_arguments, + STATE(5858), 2, sym_comment, sym_include, - [308143] = 6, + [301519] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8701), 1, - sym__terminator, - ACTIONS(8703), 1, - aux_sym_destructor_definition_token1, - STATE(6195), 2, + ACTIONS(8621), 1, + aux_sym_using_statement_token2, + ACTIONS(8623), 1, + aux_sym_input_close_statement_token2, + STATE(5859), 2, sym_comment, sym_include, - [308163] = 6, + [301539] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8705), 1, - sym__terminator, - ACTIONS(8707), 1, - aux_sym_finally_statement_token1, - STATE(6196), 2, + ACTIONS(8621), 1, + aux_sym_using_statement_token2, + ACTIONS(8625), 1, + aux_sym_input_close_statement_token2, + STATE(5860), 2, sym_comment, sym_include, - [308183] = 6, + [301559] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, + ACTIONS(5059), 1, aux_sym__block_terminator_token1, - STATE(1860), 1, + STATE(4702), 1, sym__block_terminator, - STATE(6197), 2, - sym_comment, - sym_include, - [308203] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6308), 1, - sym_body, - STATE(6198), 2, + STATE(5861), 2, sym_comment, sym_include, - [308223] = 6, + [301579] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4385), 1, - sym_query_fields, - STATE(6199), 2, + ACTIONS(1387), 1, + sym__namecolon, + STATE(1016), 1, + aux_sym_object_access_repeat1, + STATE(5862), 2, sym_comment, sym_include, - [308243] = 6, + [301599] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5127), 1, - sym__terminator, - ACTIONS(5129), 1, - aux_sym_function_call_token1, - STATE(6200), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4701), 1, + sym__block_terminator, + STATE(5863), 2, sym_comment, sym_include, - [308263] = 6, + [301619] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8709), 1, + ACTIONS(8627), 1, sym_identifier, - ACTIONS(8711), 1, - sym__terminator, - STATE(6201), 2, + STATE(4653), 1, + sym_qualified_name, + STATE(5864), 2, sym_comment, sym_include, - [308283] = 6, + [301639] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4628), 1, - sym_query_fields, - STATE(6202), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4700), 1, + sym__block_terminator, + STATE(5865), 2, sym_comment, sym_include, - [308303] = 5, + [301659] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4555), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(6203), 2, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2268), 1, + sym__block_terminator, + STATE(5866), 2, sym_comment, sym_include, - [308321] = 6, + [301679] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8713), 1, + ACTIONS(8629), 1, sym_identifier, - STATE(4742), 1, + STATE(133), 1, sym_qualified_name, - STATE(6204), 2, + STATE(5867), 2, sym_comment, sym_include, - [308341] = 5, + [301699] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4557), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(6205), 2, - sym_comment, - sym_include, - [308359] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8715), 1, - sym_identifier, - STATE(113), 1, - sym_qualified_name, - STATE(6206), 2, + ACTIONS(8631), 1, + aux_sym_input_close_statement_token2, + ACTIONS(8633), 1, + aux_sym_output_stream_statement_token1, + STATE(5868), 2, sym_comment, sym_include, - [308379] = 6, + [301719] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2374), 1, - sym__block_terminator, - STATE(6207), 2, + ACTIONS(8633), 1, + aux_sym_output_stream_statement_token1, + ACTIONS(8635), 1, + aux_sym_input_close_statement_token2, + STATE(5869), 2, sym_comment, sym_include, - [308399] = 6, + [301739] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, + ACTIONS(5085), 1, aux_sym__block_terminator_token1, - STATE(1870), 1, + STATE(2029), 1, sym__block_terminator, - STATE(6208), 2, - sym_comment, - sym_include, - [308419] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6265), 1, - sym_body, - STATE(6209), 2, + STATE(5870), 2, sym_comment, sym_include, - [308439] = 5, + [301759] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(120), 2, - sym__terminator, - aux_sym_function_call_token1, - STATE(6210), 2, + ACTIONS(8637), 2, + aux_sym_using_statement_token3, + aux_sym_using_statement_token4, + STATE(5871), 2, sym_comment, sym_include, - [308457] = 6, + [301777] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4391), 1, - sym_query_fields, - STATE(6211), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4699), 1, + sym__block_terminator, + STATE(5872), 2, sym_comment, sym_include, - [308477] = 6, + [301797] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8717), 1, + ACTIONS(8639), 1, sym__terminator, - ACTIONS(8719), 1, - aux_sym_class_type_token1, - STATE(6212), 2, + ACTIONS(8641), 1, + aux_sym_catch_statement_token1, + STATE(5873), 2, sym_comment, sym_include, - [308497] = 6, + [301817] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6253), 1, - sym_body, - STATE(6213), 2, + ACTIONS(8643), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(5874), 2, sym_comment, sym_include, - [308517] = 6, + [301835] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7973), 1, + ACTIONS(8019), 1, aux_sym_scope_tuning_token1, - STATE(6461), 1, + STATE(6072), 1, sym_new_expression, - STATE(6214), 2, + STATE(5875), 2, sym_comment, sym_include, - [308537] = 5, + [301855] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8721), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6215), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(5542), 1, + sym_body, + STATE(5876), 2, sym_comment, sym_include, - [308555] = 5, + [301875] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8723), 2, - aux_sym_using_statement_token3, - aux_sym_using_statement_token4, - STATE(6216), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2399), 1, + sym__block_terminator, + STATE(5877), 2, sym_comment, sym_include, - [308573] = 6, + [301895] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7106), 1, - anon_sym_LPAREN, - STATE(2680), 1, - sym_function_arguments, - STATE(6217), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4696), 1, + sym__block_terminator, + STATE(5878), 2, sym_comment, sym_include, - [308593] = 6, + [301915] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, + ACTIONS(5059), 1, aux_sym__block_terminator_token1, - STATE(2010), 1, + STATE(4695), 1, sym__block_terminator, - STATE(6218), 2, + STATE(5879), 2, sym_comment, sym_include, - [308613] = 6, + [301935] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, + ACTIONS(5059), 1, aux_sym__block_terminator_token1, - STATE(2009), 1, + STATE(4694), 1, sym__block_terminator, - STATE(6219), 2, + STATE(5880), 2, sym_comment, sym_include, - [308633] = 6, + [301955] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8725), 1, - aux_sym_input_close_statement_token2, - ACTIONS(8727), 1, - aux_sym_output_stream_statement_token1, - STATE(6220), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(5899), 1, + sym_body, + STATE(5881), 2, sym_comment, sym_include, - [308653] = 6, + [301975] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8727), 1, - aux_sym_output_stream_statement_token1, - ACTIONS(8729), 1, - aux_sym_input_close_statement_token2, - STATE(6221), 2, + ACTIONS(8019), 1, + aux_sym_scope_tuning_token1, + STATE(6641), 1, + sym_new_expression, + STATE(5882), 2, sym_comment, sym_include, - [308673] = 6, - ACTIONS(3), 1, + [301995] = 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(8731), 1, - sym_identifier, - ACTIONS(8733), 1, - anon_sym_STAR, - STATE(6222), 2, + ACTIONS(8645), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(5883), 2, sym_comment, sym_include, - [308693] = 6, + [302013] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2673), 1, - sym__namecolon, - STATE(2443), 1, - aux_sym_object_access_repeat1, - STATE(6223), 2, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1886), 1, + sym__block_terminator, + STATE(5884), 2, sym_comment, sym_include, - [308713] = 6, + [302033] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, + ACTIONS(5032), 1, aux_sym__block_terminator_token1, - STATE(2008), 1, + STATE(1914), 1, sym__block_terminator, - STATE(6224), 2, + STATE(5885), 2, sym_comment, sym_include, - [308733] = 6, + [302053] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8735), 1, - sym__terminator, - ACTIONS(8737), 1, - aux_sym_prompt_for_statement_token2, - STATE(6225), 2, + ACTIONS(7097), 1, + anon_sym_LPAREN, + STATE(5966), 1, + sym_function_arguments, + STATE(5886), 2, sym_comment, sym_include, - [308753] = 6, - ACTIONS(69), 1, + [302073] = 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(5259), 1, - aux_sym__block_terminator_token1, - STATE(2002), 1, - sym__block_terminator, - STATE(6226), 2, + ACTIONS(8647), 1, + sym_identifier, + STATE(127), 1, + sym_qualified_name, + STATE(5887), 2, sym_comment, sym_include, - [308773] = 6, - ACTIONS(69), 1, + [302093] = 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(8739), 1, + ACTIONS(8649), 1, + sym_identifier, + ACTIONS(8651), 1, sym__terminator, - ACTIONS(8741), 1, - aux_sym_catch_statement_token1, - STATE(6227), 2, + STATE(5888), 2, sym_comment, sym_include, - [308793] = 6, + [302113] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, - aux_sym__block_terminator_token1, - STATE(2377), 1, - sym__block_terminator, - STATE(6228), 2, + ACTIONS(8653), 2, + aux_sym_using_statement_token3, + aux_sym_using_statement_token4, + STATE(5889), 2, sym_comment, sym_include, - [308813] = 6, - ACTIONS(69), 1, + [302131] = 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(5346), 1, - aux_sym__block_terminator_token1, - STATE(1998), 1, - sym__block_terminator, - STATE(6229), 2, + ACTIONS(8655), 1, + sym_identifier, + STATE(4558), 1, + sym_qualified_name, + STATE(5890), 2, sym_comment, sym_include, - [308833] = 6, - ACTIONS(69), 1, + [302151] = 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(5259), 1, - aux_sym__block_terminator_token1, - STATE(2378), 1, - sym__block_terminator, - STATE(6230), 2, + ACTIONS(8657), 1, + sym_identifier, + ACTIONS(8659), 1, + anon_sym_STAR, + STATE(5891), 2, sym_comment, sym_include, - [308853] = 6, + [302171] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8743), 1, - sym__terminator, - ACTIONS(8745), 1, - aux_sym_getter_token1, - STATE(6231), 2, + ACTIONS(2701), 1, + sym__namecolon, + STATE(2535), 1, + aux_sym_object_access_repeat1, + STATE(5892), 2, sym_comment, sym_include, - [308873] = 6, + [302191] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8747), 1, - aux_sym_using_statement_token2, - ACTIONS(8749), 1, + ACTIONS(8661), 1, aux_sym_input_close_statement_token2, - STATE(6232), 2, + ACTIONS(8663), 1, + aux_sym_output_stream_statement_token1, + STATE(5893), 2, sym_comment, sym_include, - [308893] = 6, + [302211] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7616), 1, - sym__terminator, - ACTIONS(8751), 1, - aux_sym_setter_token1, - STATE(6233), 2, + ACTIONS(8663), 1, + aux_sym_output_stream_statement_token1, + ACTIONS(8665), 1, + aux_sym_input_close_statement_token2, + STATE(5894), 2, sym_comment, sym_include, - [308913] = 6, + [302231] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8747), 1, - aux_sym_using_statement_token2, - ACTIONS(8753), 1, - aux_sym_input_close_statement_token2, - STATE(6234), 2, + ACTIONS(8585), 1, + anon_sym_DOT, + ACTIONS(8667), 1, + aux_sym__case_terminator_token1, + STATE(5895), 2, sym_comment, sym_include, - [308933] = 6, + [302251] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, + ACTIONS(5085), 1, aux_sym__block_terminator_token1, - STATE(5036), 1, + STATE(2486), 1, sym__block_terminator, - STATE(6235), 2, + STATE(5896), 2, sym_comment, sym_include, - [308953] = 6, + [302271] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6550), 1, - sym_body, - STATE(6236), 2, + ACTIONS(6588), 1, + anon_sym_LPAREN, + STATE(6672), 1, + sym_function_parameters, + STATE(5897), 2, sym_comment, sym_include, - [308973] = 6, - ACTIONS(3), 1, + [302291] = 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(8755), 1, - sym_identifier, - ACTIONS(8757), 1, - sym__integer_literal, - STATE(6237), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1820), 1, + sym__block_terminator, + STATE(5898), 2, sym_comment, sym_include, - [308993] = 6, - ACTIONS(3), 1, + [302311] = 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(8759), 1, - sym_identifier, - STATE(5747), 1, - sym_qualified_name, - STATE(6238), 2, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(2024), 1, + sym__block_terminator, + STATE(5899), 2, sym_comment, sym_include, - [309013] = 6, + [302331] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(1991), 1, - sym__block_terminator, - STATE(6239), 2, + ACTIONS(8669), 1, + sym__terminator, + ACTIONS(8671), 1, + aux_sym_destructor_definition_token1, + STATE(5900), 2, sym_comment, sym_include, - [309033] = 6, + [302351] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(5006), 1, - sym__block_terminator, - STATE(6240), 2, + ACTIONS(8673), 1, + aux_sym_using_statement_token2, + ACTIONS(8675), 1, + aux_sym_input_close_statement_token2, + STATE(5901), 2, sym_comment, sym_include, - [309053] = 6, - ACTIONS(3), 1, + [302371] = 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(8761), 1, - sym_identifier, - STATE(5757), 1, - sym_qualified_name, - STATE(6241), 2, + ACTIONS(8673), 1, + aux_sym_using_statement_token2, + ACTIONS(8677), 1, + aux_sym_input_close_statement_token2, + STATE(5902), 2, sym_comment, sym_include, - [309073] = 6, + [302391] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8763), 1, + ACTIONS(8679), 1, sym_identifier, - STATE(3395), 1, - sym_qualified_name, - STATE(6242), 2, - sym_comment, - sym_include, - [309093] = 6, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(1990), 1, - sym__block_terminator, - STATE(6243), 2, + ACTIONS(8681), 1, + anon_sym_COMMA, + STATE(5903), 2, sym_comment, sym_include, - [309113] = 6, - ACTIONS(69), 1, + [302411] = 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(8133), 1, - aux_sym_on_error_phrase_token1, - STATE(6964), 1, - sym_on_error_phrase, - STATE(6244), 2, + ACTIONS(8683), 2, + sym_identifier, + aux_sym_run_tuning_token6, + STATE(5904), 2, sym_comment, sym_include, - [309133] = 6, + [302429] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8765), 1, + ACTIONS(8685), 1, sym_identifier, - STATE(5483), 1, - sym_qualified_name, - STATE(6245), 2, + ACTIONS(8687), 1, + sym__integer_literal, + STATE(5905), 2, sym_comment, sym_include, - [309153] = 6, + [302449] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5913), 1, - anon_sym_COLON, - STATE(5649), 1, - sym_case_body, - STATE(6246), 2, + ACTIONS(8689), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(5906), 2, sym_comment, sym_include, - [309173] = 6, + [302467] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8659), 1, - anon_sym_DOT, - ACTIONS(8767), 1, - aux_sym__function_terminator_token1, - STATE(6247), 2, + ACTIONS(8019), 1, + aux_sym_scope_tuning_token1, + STATE(6731), 1, + sym_new_expression, + STATE(5907), 2, sym_comment, sym_include, - [309193] = 6, + [302487] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8769), 1, + ACTIONS(8691), 1, sym__terminator, - ACTIONS(8771), 1, - aux_sym_interface_statement_token1, - STATE(6248), 2, + ACTIONS(8693), 1, + aux_sym_catch_statement_token1, + STATE(5908), 2, sym_comment, sym_include, - [309213] = 6, + [302507] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6177), 1, - sym_body, - STATE(6249), 2, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1907), 1, + sym__block_terminator, + STATE(5909), 2, sym_comment, sym_include, - [309233] = 6, + [302527] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8773), 1, + ACTIONS(8695), 1, sym_identifier, - STATE(6935), 1, + STATE(3382), 1, sym_qualified_name, - STATE(6250), 2, + STATE(5910), 2, sym_comment, sym_include, - [309253] = 6, + [302547] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8775), 1, + ACTIONS(8697), 1, sym__terminator, - ACTIONS(8777), 1, + ACTIONS(8699), 1, aux_sym_method_definition_token1, - STATE(6251), 2, - sym_comment, - sym_include, - [309273] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8779), 1, - sym_identifier, - ACTIONS(8781), 1, - sym__terminator, - STATE(6252), 2, + STATE(5911), 2, sym_comment, sym_include, - [309293] = 6, + [302567] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, + ACTIONS(5032), 1, aux_sym__block_terminator_token1, - STATE(4962), 1, + STATE(1887), 1, sym__block_terminator, - STATE(6253), 2, + STATE(5912), 2, sym_comment, sym_include, - [309313] = 6, + [302587] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8659), 1, - anon_sym_DOT, - ACTIONS(8783), 1, - aux_sym__case_terminator_token1, - STATE(6254), 2, + ACTIONS(8701), 1, + sym__terminator, + ACTIONS(8703), 1, + aux_sym_class_type_token1, + STATE(5913), 2, sym_comment, sym_include, - [309333] = 6, + [302607] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, + ACTIONS(5024), 1, aux_sym__block_terminator_token1, - STATE(1896), 1, + STATE(1691), 1, sym__block_terminator, - STATE(6255), 2, + STATE(5914), 2, sym_comment, sym_include, - [309353] = 6, + [302627] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6892), 1, - sym__terminator, - ACTIONS(6894), 1, - aux_sym_using_statement_token2, - STATE(6256), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2226), 1, + sym__block_terminator, + STATE(5915), 2, sym_comment, sym_include, - [309373] = 6, + [302647] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5923), 1, - anon_sym_LPAREN, - STATE(5686), 1, - sym_function_parameters, - STATE(6257), 2, - sym_comment, - sym_include, - [309393] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8785), 1, - sym_identifier, - STATE(5625), 1, - sym_qualified_name, - STATE(6258), 2, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1894), 1, + sym__block_terminator, + STATE(5916), 2, sym_comment, sym_include, - [309413] = 6, + [302667] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8133), 1, - aux_sym_on_error_phrase_token1, - STATE(6565), 1, - sym_on_error_phrase, - STATE(6259), 2, + ACTIONS(8705), 1, + sym__terminator, + ACTIONS(8707), 1, + aux_sym_class_type_token1, + STATE(5917), 2, sym_comment, sym_include, - [309433] = 6, + [302687] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8787), 1, + ACTIONS(8709), 1, sym_identifier, - STATE(3638), 1, + STATE(6420), 1, sym_qualified_name, - STATE(6260), 2, + STATE(5918), 2, sym_comment, sym_include, - [309453] = 6, - ACTIONS(69), 1, + [302707] = 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(8789), 1, - sym__terminator, - ACTIONS(8791), 1, - aux_sym_prompt_for_statement_token2, - STATE(6261), 2, + ACTIONS(8711), 1, + sym_identifier, + STATE(4628), 1, + sym_qualified_name, + STATE(5919), 2, sym_comment, sym_include, - [309473] = 6, + [302727] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(79), 1, + ACTIONS(7282), 1, anon_sym_LPAREN, - STATE(1300), 1, + STATE(1059), 1, sym_function_arguments, - STATE(6262), 2, + STATE(5920), 2, sym_comment, sym_include, - [309493] = 6, + [302747] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8793), 1, + ACTIONS(8713), 1, sym_identifier, - STATE(6142), 1, + STATE(4346), 1, sym_qualified_name, - STATE(6263), 2, + STATE(5921), 2, sym_comment, sym_include, - [309513] = 6, + [302767] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(5808), 1, - sym_body, - STATE(6264), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1786), 1, + sym__block_terminator, + STATE(5922), 2, sym_comment, sym_include, - [309533] = 6, + [302787] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, + ACTIONS(5063), 1, aux_sym__block_terminator_token1, - STATE(4948), 1, + STATE(2227), 1, sym__block_terminator, - STATE(6265), 2, - sym_comment, - sym_include, - [309553] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(8795), 1, - sym_identifier, - STATE(6134), 1, - sym_qualified_name, - STATE(6266), 2, + STATE(5923), 2, sym_comment, sym_include, - [309573] = 6, + [302807] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1902), 1, - sym__block_terminator, - STATE(6267), 2, + ACTIONS(8715), 1, + aux_sym_input_close_statement_token2, + ACTIONS(8717), 1, + aux_sym_output_stream_statement_token1, + STATE(5924), 2, sym_comment, sym_include, - [309593] = 6, - ACTIONS(3), 1, + [302827] = 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(8797), 1, - sym_identifier, - ACTIONS(8799), 1, - anon_sym_STAR, - STATE(6268), 2, + ACTIONS(8719), 1, + sym__terminator, + ACTIONS(8721), 1, + aux_sym_constructor_definition_token1, + STATE(5925), 2, sym_comment, sym_include, - [309613] = 6, + [302847] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5913), 1, - anon_sym_COLON, - STATE(5419), 1, - sym_case_body, - STATE(6269), 2, + ACTIONS(8723), 1, + sym__terminator, + ACTIONS(8725), 1, + aux_sym_finally_statement_token1, + STATE(5926), 2, sym_comment, sym_include, - [309633] = 6, + [302867] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(2595), 1, - sym__namecolon, - STATE(1756), 1, - aux_sym_object_access_repeat1, - STATE(6270), 2, + ACTIONS(8727), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(5927), 2, sym_comment, sym_include, - [309653] = 6, + [302885] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8801), 1, + ACTIONS(8729), 1, sym_identifier, - STATE(3418), 1, + STATE(5237), 1, sym_qualified_name, - STATE(6271), 2, + STATE(5928), 2, sym_comment, sym_include, - [309673] = 6, + [302905] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8803), 1, + ACTIONS(8731), 1, sym__terminator, - ACTIONS(8805), 1, - aux_sym_function_call_token1, - STATE(6272), 2, + ACTIONS(8733), 1, + aux_sym_destructor_definition_token1, + STATE(5929), 2, sym_comment, sym_include, - [309693] = 6, + [302925] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8807), 1, - sym__terminator, - ACTIONS(8809), 1, - aux_sym_enum_definition_token1, - STATE(6273), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4935), 1, + sym__block_terminator, + STATE(5930), 2, sym_comment, sym_include, - [309713] = 6, + [302945] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, + ACTIONS(7973), 1, + aux_sym_on_error_phrase_token1, + STATE(6086), 1, + sym_on_error_phrase, + STATE(5931), 2, + sym_comment, + sym_include, + [302965] = 6, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(5085), 1, aux_sym__block_terminator_token1, - STATE(2382), 1, + STATE(2343), 1, sym__block_terminator, - STATE(6274), 2, + STATE(5932), 2, sym_comment, sym_include, - [309733] = 6, + [302985] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8811), 1, + ACTIONS(8735), 1, sym_identifier, - ACTIONS(8813), 1, - sym__integer_literal, - STATE(6275), 2, + STATE(6004), 1, + sym_qualified_name, + STATE(5933), 2, sym_comment, sym_include, - [309753] = 6, + [303005] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8815), 1, - sym__terminator, - ACTIONS(8817), 1, - aux_sym_class_type_token1, - STATE(6276), 2, + ACTIONS(8717), 1, + aux_sym_output_stream_statement_token1, + ACTIONS(8737), 1, + aux_sym_input_close_statement_token2, + STATE(5934), 2, + sym_comment, + sym_include, + [303025] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8739), 1, + sym_identifier, + STATE(5886), 1, + sym_qualified_name, + STATE(5935), 2, sym_comment, sym_include, - [309773] = 6, + [303045] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8819), 1, + ACTIONS(8741), 1, sym__terminator, - ACTIONS(8821), 1, - aux_sym_destructor_definition_token1, - STATE(6277), 2, + ACTIONS(8743), 1, + aux_sym_prompt_for_statement_token2, + STATE(5936), 2, sym_comment, sym_include, - [309793] = 6, + [303065] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8823), 1, - aux_sym_using_statement_token2, - ACTIONS(8825), 1, - aux_sym_input_close_statement_token2, - STATE(6278), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2281), 1, + sym__block_terminator, + STATE(5937), 2, sym_comment, sym_include, - [309813] = 6, - ACTIONS(69), 1, + [303085] = 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(8823), 1, - aux_sym_using_statement_token2, - ACTIONS(8827), 1, - aux_sym_input_close_statement_token2, - STATE(6279), 2, + ACTIONS(8745), 1, + sym_identifier, + ACTIONS(8747), 1, + sym__terminator, + STATE(5938), 2, sym_comment, sym_include, - [309833] = 6, + [303105] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6916), 1, - anon_sym_LPAREN, - STATE(62), 1, - sym_function_arguments, - STATE(6280), 2, + ACTIONS(8749), 1, + aux_sym_image_phrase_token7, + ACTIONS(8751), 1, + aux_sym_image_phrase_token9, + STATE(5939), 2, sym_comment, sym_include, - [309853] = 6, - ACTIONS(3), 1, + [303125] = 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(8829), 1, - sym_identifier, - STATE(3024), 1, - sym_qualified_name, - STATE(6281), 2, + ACTIONS(106), 2, + sym__terminator, + aux_sym_function_call_token1, + STATE(5940), 2, sym_comment, sym_include, - [309873] = 6, + [303143] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, + ACTIONS(5063), 1, aux_sym__block_terminator_token1, - STATE(4899), 1, + STATE(2232), 1, sym__block_terminator, - STATE(6282), 2, + STATE(5941), 2, sym_comment, sym_include, - [309893] = 6, + [303163] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, + ACTIONS(5024), 1, aux_sym__block_terminator_token1, - STATE(4892), 1, + STATE(1693), 1, sym__block_terminator, - STATE(6283), 2, + STATE(5942), 2, sym_comment, sym_include, - [309913] = 6, + [303183] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8831), 1, - sym__terminator, - ACTIONS(8833), 1, - aux_sym_interface_statement_token1, - STATE(6284), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4361), 1, + sym_query_fields, + STATE(5943), 2, sym_comment, sym_include, - [309933] = 6, + [303203] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4744), 1, - sym__namecolon, - STATE(5526), 1, - aux_sym_object_access_repeat1, - STATE(6285), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4393), 1, + sym_query_fields, + STATE(5944), 2, sym_comment, sym_include, - [309953] = 6, - ACTIONS(69), 1, + [303223] = 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(5219), 1, - aux_sym__block_terminator_token1, - STATE(5268), 1, - sym__block_terminator, - STATE(6286), 2, + ACTIONS(8753), 1, + sym_identifier, + STATE(6219), 1, + sym_qualified_name, + STATE(5945), 2, sym_comment, sym_include, - [309973] = 6, + [303243] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8835), 1, - aux_sym_input_close_statement_token2, - ACTIONS(8837), 1, - aux_sym_output_stream_statement_token1, - STATE(6287), 2, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1895), 1, + sym__block_terminator, + STATE(5946), 2, sym_comment, sym_include, - [309993] = 6, + [303263] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8837), 1, - aux_sym_output_stream_statement_token1, - ACTIONS(8839), 1, - aux_sym_input_close_statement_token2, - STATE(6288), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4541), 1, + sym_query_fields, + STATE(5947), 2, sym_comment, sym_include, - [310013] = 6, + [303283] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4573), 1, - sym_query_fields, - STATE(6289), 2, + ACTIONS(5085), 1, + aux_sym__block_terminator_token1, + STATE(2037), 1, + sym__block_terminator, + STATE(5948), 2, sym_comment, sym_include, - [310033] = 5, + [303303] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8841), 2, - aux_sym_using_statement_token3, - aux_sym_using_statement_token4, - STATE(6290), 2, + ACTIONS(8755), 1, + sym__terminator, + ACTIONS(8757), 1, + aux_sym_interface_statement_token1, + STATE(5949), 2, sym_comment, sym_include, - [310051] = 6, + [303323] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8843), 1, - sym__terminator, - ACTIONS(8845), 1, - aux_sym_method_definition_token1, - STATE(6291), 2, + ACTIONS(2585), 1, + sym__namecolon, + STATE(1567), 1, + aux_sym_object_access_repeat1, + STATE(5950), 2, sym_comment, sym_include, - [310071] = 6, + [303343] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, + ACTIONS(5085), 1, aux_sym__block_terminator_token1, - STATE(1987), 1, + STATE(2414), 1, sym__block_terminator, - STATE(6292), 2, + STATE(5951), 2, sym_comment, sym_include, - [310091] = 5, + [303363] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8847), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6293), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4536), 1, + sym_query_fields, + STATE(5952), 2, sym_comment, sym_include, - [310109] = 6, + [303383] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7973), 1, - aux_sym_scope_tuning_token1, - STATE(6811), 1, - sym_new_expression, - STATE(6294), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1796), 1, + sym__block_terminator, + STATE(5953), 2, sym_comment, sym_include, - [310129] = 6, - ACTIONS(69), 1, + [303403] = 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(3798), 1, - anon_sym_COLON, - STATE(5880), 1, - sym_body, - STATE(6295), 2, + ACTIONS(8759), 1, + sym_identifier, + ACTIONS(8761), 1, + anon_sym_STAR, + STATE(5954), 2, sym_comment, sym_include, - [310149] = 5, + [303423] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(4536), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(6296), 2, + ACTIONS(8763), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(5955), 2, sym_comment, sym_include, - [310167] = 6, + [303441] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5259), 1, + ACTIONS(5085), 1, aux_sym__block_terminator_token1, - STATE(2386), 1, + STATE(2480), 1, sym__block_terminator, - STATE(6297), 2, + STATE(5956), 2, sym_comment, sym_include, - [310187] = 6, + [303461] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, + ACTIONS(5063), 1, aux_sym__block_terminator_token1, - STATE(5267), 1, + STATE(2236), 1, sym__block_terminator, - STATE(6298), 2, + STATE(5957), 2, sym_comment, sym_include, - [310207] = 6, + [303481] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, + ACTIONS(5063), 1, aux_sym__block_terminator_token1, - STATE(4842), 1, + STATE(2239), 1, sym__block_terminator, - STATE(6299), 2, + STATE(5958), 2, sym_comment, sym_include, - [310227] = 6, + [303501] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(5889), 1, - sym_body, - STATE(6300), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1800), 1, + sym__block_terminator, + STATE(5959), 2, sym_comment, sym_include, - [310247] = 6, - ACTIONS(3), 1, + [303521] = 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(6712), 1, - anon_sym_COLON, - ACTIONS(8849), 1, - sym_identifier, - STATE(6301), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4349), 1, + sym_query_fields, + STATE(5960), 2, sym_comment, sym_include, - [310267] = 6, + [303541] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(5278), 1, - sym__block_terminator, - STATE(6302), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4445), 1, + sym_query_fields, + STATE(5961), 2, sym_comment, sym_include, - [310287] = 5, + [303561] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7630), 2, - anon_sym_COLON, + ACTIONS(5145), 1, sym__terminator, - STATE(6303), 2, + ACTIONS(5147), 1, + aux_sym_function_call_token1, + STATE(5962), 2, sym_comment, sym_include, - [310305] = 6, + [303581] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(5303), 1, - sym__block_terminator, - STATE(6304), 2, + ACTIONS(79), 1, + anon_sym_LPAREN, + STATE(1298), 1, + sym_function_arguments, + STATE(5963), 2, sym_comment, sym_include, - [310325] = 6, + [303601] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, + ACTIONS(8039), 1, anon_sym_LPAREN, - STATE(4590), 1, + STATE(4531), 1, sym_query_fields, - STATE(6305), 2, + STATE(5964), 2, sym_comment, sym_include, - [310345] = 6, - ACTIONS(3), 1, + [303621] = 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(8851), 1, - sym_identifier, - STATE(117), 1, - sym_qualified_name, - STATE(6306), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2277), 1, + sym__block_terminator, + STATE(5965), 2, sym_comment, sym_include, - [310365] = 6, + [303641] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(5177), 1, - sym__block_terminator, - STATE(6307), 2, + ACTIONS(256), 1, + sym__terminator, + ACTIONS(8765), 1, + anon_sym_NO_DASHERROR, + STATE(5966), 2, sym_comment, sym_include, - [310385] = 6, + [303661] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - aux_sym__block_terminator_token1, - STATE(1709), 1, - sym__block_terminator, - STATE(6308), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4315), 1, + sym_query_fields, + STATE(5967), 2, sym_comment, sym_include, - [310405] = 6, + [303681] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8853), 1, + ACTIONS(8767), 1, sym_identifier, - STATE(4693), 1, + STATE(3751), 1, sym_qualified_name, - STATE(6309), 2, + STATE(5968), 2, sym_comment, sym_include, - [310425] = 6, + [303701] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(5200), 1, - sym__block_terminator, - STATE(6310), 2, + ACTIONS(8769), 1, + sym__terminator, + ACTIONS(8771), 1, + aux_sym_catch_statement_token1, + STATE(5969), 2, sym_comment, sym_include, - [310445] = 6, + [303721] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, + ACTIONS(5032), 1, aux_sym__block_terminator_token1, - STATE(5318), 1, + STATE(1899), 1, sym__block_terminator, - STATE(6311), 2, + STATE(5970), 2, sym_comment, sym_include, - [310465] = 6, + [303741] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8855), 1, + ACTIONS(121), 2, sym__terminator, - ACTIONS(8857), 1, aux_sym_function_call_token1, - STATE(6312), 2, + STATE(5971), 2, sym_comment, sym_include, - [310485] = 6, + [303759] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(5332), 1, - sym__block_terminator, - STATE(6313), 2, + ACTIONS(8773), 1, + anon_sym_DOT, + ACTIONS(8775), 1, + aux_sym__procedure_terminator_token1, + STATE(5972), 2, sym_comment, sym_include, - [310505] = 6, + [303779] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(5294), 1, - sym__block_terminator, - STATE(6314), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4477), 1, + sym_query_fields, + STATE(5973), 2, sym_comment, sym_include, - [310525] = 6, + [303799] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(5276), 1, - sym__block_terminator, - STATE(6315), 2, + ACTIONS(5149), 1, + sym__terminator, + ACTIONS(5151), 1, + aux_sym_function_call_token1, + STATE(5974), 2, sym_comment, sym_include, - [310545] = 6, - ACTIONS(69), 1, + [303819] = 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(5219), 1, - aux_sym__block_terminator_token1, - STATE(5255), 1, - sym__block_terminator, - STATE(6316), 2, + ACTIONS(8777), 1, + sym_identifier, + ACTIONS(8779), 1, + sym__terminator, + STATE(5975), 2, sym_comment, sym_include, - [310565] = 6, + [303839] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(5235), 1, - sym__block_terminator, - STATE(6317), 2, + ACTIONS(6837), 1, + sym__escaped_string, + STATE(3378), 1, + sym_string_literal, + STATE(5976), 2, + sym_comment, + sym_include, + [303859] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8781), 1, + sym_identifier, + ACTIONS(8783), 1, + anon_sym_COMMA, + STATE(5977), 2, sym_comment, sym_include, - [310585] = 6, + [303879] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, + ACTIONS(5063), 1, aux_sym__block_terminator_token1, - STATE(5230), 1, + STATE(2271), 1, sym__block_terminator, - STATE(6318), 2, + STATE(5978), 2, sym_comment, sym_include, - [310605] = 5, + [303899] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7730), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(6319), 2, + ACTIONS(7304), 1, + anon_sym_LPAREN, + STATE(1025), 1, + sym_function_arguments, + STATE(5979), 2, sym_comment, sym_include, - [310623] = 6, + [303919] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(1951), 1, - sym__block_terminator, - STATE(6320), 2, + ACTIONS(8785), 1, + sym__terminator, + ACTIONS(8787), 1, + aux_sym_catch_statement_token1, + STATE(5980), 2, sym_comment, sym_include, - [310643] = 6, + [303939] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(5228), 1, - sym__block_terminator, - STATE(6321), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4506), 1, + sym_query_fields, + STATE(5981), 2, sym_comment, sym_include, - [310663] = 5, + [303959] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5889), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(6322), 2, + ACTIONS(5024), 1, + aux_sym__block_terminator_token1, + STATE(1826), 1, + sym__block_terminator, + STATE(5982), 2, sym_comment, sym_include, - [310681] = 5, + [303979] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8859), 2, - aux_sym_on_error_phrase_token2, - aux_sym_on_error_phrase_token7, - STATE(6323), 2, + ACTIONS(1104), 1, + sym__namecolon, + STATE(281), 1, + aux_sym_object_access_repeat1, + STATE(5983), 2, sym_comment, sym_include, - [310699] = 6, + [303999] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7973), 1, - aux_sym_scope_tuning_token1, - STATE(6731), 1, - sym_new_expression, - STATE(6324), 2, + ACTIONS(5059), 1, + aux_sym__block_terminator_token1, + STATE(4704), 1, + sym__block_terminator, + STATE(5984), 2, sym_comment, sym_include, - [310719] = 6, + [304019] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(5932), 1, - sym_body, - STATE(6325), 2, + ACTIONS(121), 2, + sym__terminator, + anon_sym_NO_DASHERROR, + STATE(5985), 2, sym_comment, sym_include, - [310739] = 6, + [304037] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, + ACTIONS(5063), 1, aux_sym__block_terminator_token1, - STATE(5196), 1, + STATE(2263), 1, sym__block_terminator, - STATE(6326), 2, + STATE(5986), 2, sym_comment, sym_include, - [310759] = 6, + [304057] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(5195), 1, - sym__block_terminator, - STATE(6327), 2, + ACTIONS(8789), 1, + sym__escaped_string, + STATE(3863), 1, + sym_string_literal, + STATE(5987), 2, sym_comment, sym_include, - [310779] = 6, - ACTIONS(69), 1, + [304077] = 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(5346), 1, - aux_sym__block_terminator_token1, - STATE(1952), 1, - sym__block_terminator, - STATE(6328), 2, + ACTIONS(8791), 1, + sym_identifier, + STATE(6310), 1, + sym_qualified_name, + STATE(5988), 2, sym_comment, sym_include, - [310799] = 6, + [304097] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(1953), 1, - sym__block_terminator, - STATE(6329), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4512), 1, + sym_query_fields, + STATE(5989), 2, sym_comment, sym_include, - [310819] = 6, - ACTIONS(69), 1, + [304117] = 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(5219), 1, - aux_sym__block_terminator_token1, - STATE(5181), 1, - sym__block_terminator, - STATE(6330), 2, + ACTIONS(8793), 1, + sym_identifier, + ACTIONS(8795), 1, + anon_sym_STAR, + STATE(5990), 2, sym_comment, sym_include, - [310839] = 6, + [304137] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8861), 1, - sym__terminator, - ACTIONS(8863), 1, - aux_sym_catch_statement_token1, - STATE(6331), 2, + ACTIONS(2646), 1, + sym__namecolon, + STATE(2093), 1, + aux_sym_object_access_repeat1, + STATE(5991), 2, sym_comment, sym_include, - [310859] = 6, + [304157] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8865), 1, + ACTIONS(8797), 1, sym_identifier, - STATE(6688), 1, + STATE(5571), 1, sym_qualified_name, - STATE(6332), 2, + STATE(5992), 2, sym_comment, sym_include, - [310879] = 6, + [304177] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8867), 1, - sym_identifier, - STATE(4671), 1, - sym_qualified_name, - STATE(6333), 2, + ACTIONS(4358), 1, + anon_sym_RPAREN, + ACTIONS(4360), 1, + anon_sym_, + STATE(5993), 2, sym_comment, sym_include, - [310899] = 6, + [304197] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(5073), 1, - sym__block_terminator, - STATE(6334), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4323), 1, + sym_query_fields, + STATE(5994), 2, sym_comment, sym_include, - [310919] = 6, - ACTIONS(69), 1, + [304217] = 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(5346), 1, - aux_sym__block_terminator_token1, - STATE(1956), 1, - sym__block_terminator, - STATE(6335), 2, + ACTIONS(8799), 1, + sym_identifier, + STATE(5591), 1, + sym_qualified_name, + STATE(5995), 2, sym_comment, sym_include, - [310939] = 6, + [304237] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(5025), 1, - sym__block_terminator, - STATE(6336), 2, + ACTIONS(8801), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(5996), 2, sym_comment, sym_include, - [310959] = 6, + [304255] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(5017), 1, - sym__block_terminator, - STATE(6337), 2, + ACTIONS(5171), 1, + sym__terminator, + ACTIONS(5173), 1, + aux_sym_function_call_token1, + STATE(5997), 2, sym_comment, sym_include, - [310979] = 5, + [304275] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8869), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(6338), 2, + ACTIONS(7973), 1, + aux_sym_on_error_phrase_token1, + STATE(6474), 1, + sym_on_error_phrase, + STATE(5998), 2, + sym_comment, + sym_include, + [304295] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8803), 1, + sym_identifier, + STATE(5163), 1, + sym_qualified_name, + STATE(5999), 2, sym_comment, sym_include, - [310997] = 6, + [304315] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, + ACTIONS(8805), 2, anon_sym_COLON, - STATE(6016), 1, - sym_body, - STATE(6339), 2, + aux_sym_enum_tuning_token1, + STATE(6000), 2, sym_comment, sym_include, - [311017] = 6, + [304333] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, + ACTIONS(5063), 1, aux_sym__block_terminator_token1, - STATE(1957), 1, + STATE(2294), 1, sym__block_terminator, - STATE(6340), 2, + STATE(6001), 2, + sym_comment, + sym_include, + [304353] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8807), 1, + sym_identifier, + ACTIONS(8809), 1, + anon_sym_STAR, + STATE(6002), 2, sym_comment, sym_include, - [311037] = 6, + [304373] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6029), 1, - sym_body, - STATE(6341), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2459), 1, + sym__block_terminator, + STATE(6003), 2, sym_comment, sym_include, - [311057] = 6, + [304393] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(1959), 1, - sym__block_terminator, - STATE(6342), 2, + ACTIONS(7047), 1, + sym__terminator, + ACTIONS(7049), 1, + aux_sym_using_statement_token2, + STATE(6004), 2, sym_comment, sym_include, - [311077] = 6, + [304413] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, + ACTIONS(5024), 1, aux_sym__block_terminator_token1, - STATE(4999), 1, + STATE(1698), 1, sym__block_terminator, - STATE(6343), 2, + STATE(6005), 2, sym_comment, sym_include, - [311097] = 6, + [304433] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, + ACTIONS(5085), 1, aux_sym__block_terminator_token1, - STATE(1960), 1, + STATE(2313), 1, sym__block_terminator, - STATE(6344), 2, + STATE(6006), 2, sym_comment, sym_include, - [311117] = 6, + [304453] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(1961), 1, - sym__block_terminator, - STATE(6345), 2, + ACTIONS(8039), 1, + anon_sym_LPAREN, + STATE(4505), 1, + sym_query_fields, + STATE(6007), 2, + sym_comment, + sym_include, + [304473] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8811), 1, + sym_identifier, + STATE(3751), 1, + sym_qualified_name, + STATE(6008), 2, sym_comment, sym_include, - [311137] = 6, + [304493] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(1962), 1, - sym__block_terminator, - STATE(6346), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(5599), 1, + sym_body, + STATE(6009), 2, sym_comment, sym_include, - [311157] = 6, + [304513] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(4963), 1, - sym__block_terminator, - STATE(6347), 2, + ACTIONS(8773), 1, + anon_sym_DOT, + ACTIONS(8813), 1, + aux_sym__case_terminator_token1, + STATE(6010), 2, sym_comment, sym_include, - [311177] = 6, + [304533] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8871), 1, - sym__terminator, - ACTIONS(8873), 1, - aux_sym_catch_statement_token1, - STATE(6348), 2, + ACTIONS(8815), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6011), 2, sym_comment, sym_include, - [311197] = 6, + [304551] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4226), 1, - sym_query_fields, - STATE(6349), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2249), 1, + sym__block_terminator, + STATE(6012), 2, sym_comment, sym_include, - [311217] = 6, + [304571] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4657), 1, - sym_query_fields, - STATE(6350), 2, + ACTIONS(117), 2, + sym__terminator, + aux_sym_function_call_token1, + STATE(6013), 2, sym_comment, sym_include, - [311237] = 6, + [304589] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8875), 1, + ACTIONS(8817), 1, sym_identifier, - STATE(6641), 1, - sym_qualified_name, - STATE(6351), 2, + ACTIONS(8819), 1, + anon_sym_COMMA, + STATE(6014), 2, sym_comment, sym_include, - [311257] = 6, + [304609] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, + ACTIONS(5063), 1, aux_sym__block_terminator_token1, - STATE(1963), 1, + STATE(2250), 1, sym__block_terminator, - STATE(6352), 2, + STATE(6015), 2, sym_comment, sym_include, - [311277] = 6, + [304629] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, + ACTIONS(5059), 1, aux_sym__block_terminator_token1, - STATE(1964), 1, + STATE(4930), 1, sym__block_terminator, - STATE(6353), 2, + STATE(6016), 2, sym_comment, sym_include, - [311297] = 6, + [304649] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, + ACTIONS(5085), 1, aux_sym__block_terminator_token1, - STATE(1965), 1, + STATE(2339), 1, sym__block_terminator, - STATE(6354), 2, + STATE(6017), 2, sym_comment, sym_include, - [311317] = 6, + [304669] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(4877), 1, - sym__block_terminator, - STATE(6355), 2, + ACTIONS(117), 2, + sym__terminator, + anon_sym_NO_DASHERROR, + STATE(6018), 2, sym_comment, sym_include, - [311337] = 6, + [304687] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, + ACTIONS(5032), 1, aux_sym__block_terminator_token1, - STATE(2189), 1, + STATE(1905), 1, sym__block_terminator, - STATE(6356), 2, + STATE(6019), 2, sym_comment, sym_include, - [311357] = 6, + [304707] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(3798), 1, - anon_sym_COLON, - STATE(6057), 1, - sym_body, - STATE(6357), 2, + ACTIONS(8821), 1, + sym__terminator, + ACTIONS(8823), 1, + aux_sym_class_type_token1, + STATE(6020), 2, sym_comment, sym_include, - [311377] = 5, - ACTIONS(69), 1, + [304727] = 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(7349), 2, - anon_sym_COLON, - sym__terminator, - STATE(6358), 2, + ACTIONS(8825), 1, + sym_identifier, + ACTIONS(8827), 1, + anon_sym_STAR, + STATE(6021), 2, sym_comment, sym_include, - [311395] = 6, + [304747] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(4840), 1, - sym__block_terminator, - STATE(6359), 2, + ACTIONS(7703), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(6022), 2, sym_comment, sym_include, - [311415] = 6, + [304765] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6688), 1, - anon_sym_COLON, - ACTIONS(8877), 1, + ACTIONS(8829), 1, sym_identifier, - STATE(6360), 2, + STATE(3371), 1, + sym_qualified_name, + STATE(6023), 2, sym_comment, sym_include, - [311435] = 6, - ACTIONS(69), 1, + [304785] = 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(5219), 1, - aux_sym__block_terminator_token1, - STATE(4784), 1, - sym__block_terminator, - STATE(6361), 2, + ACTIONS(8831), 1, + sym_identifier, + STATE(4588), 1, + sym_qualified_name, + STATE(6024), 2, sym_comment, sym_include, - [311455] = 6, - ACTIONS(69), 1, + [304805] = 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(8879), 1, - sym__terminator, - ACTIONS(8881), 1, - aux_sym_enum_definition_token1, - STATE(6362), 2, + ACTIONS(8833), 1, + sym_identifier, + STATE(6710), 1, + sym_qualified_name, + STATE(6025), 2, sym_comment, sym_include, - [311475] = 6, + [304825] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5346), 1, - aux_sym__block_terminator_token1, - STATE(1988), 1, - sym__block_terminator, - STATE(6363), 2, + ACTIONS(7300), 1, + anon_sym_LPAREN, + STATE(276), 1, + sym_function_arguments, + STATE(6026), 2, + sym_comment, + sym_include, + [304845] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8835), 1, + sym_identifier, + ACTIONS(8837), 1, + sym__integer_literal, + STATE(6027), 2, sym_comment, sym_include, - [311495] = 5, + [304865] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8883), 2, - aux_sym__block_terminator_token1, - aux_sym_variable_definition_token1, - STATE(6364), 2, + ACTIONS(106), 2, + sym__terminator, + anon_sym_NO_DASHERROR, + STATE(6028), 2, sym_comment, sym_include, - [311513] = 6, + [304883] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(543), 1, - sym__namecolon, - ACTIONS(8885), 1, - anon_sym_NO_DASHERROR, - STATE(6365), 2, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(2019), 1, + sym__block_terminator, + STATE(6029), 2, sym_comment, sym_include, - [311533] = 6, + [304903] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4214), 1, - sym_query_fields, - STATE(6366), 2, + ACTIONS(8839), 1, + aux_sym_using_statement_token2, + ACTIONS(8841), 1, + aux_sym_input_close_statement_token2, + STATE(6030), 2, sym_comment, sym_include, - [311553] = 6, + [304923] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7985), 1, - anon_sym_LPAREN, - STATE(4606), 1, - sym_query_fields, - STATE(6367), 2, + ACTIONS(8839), 1, + aux_sym_using_statement_token2, + ACTIONS(8843), 1, + aux_sym_input_close_statement_token2, + STATE(6031), 2, sym_comment, sym_include, - [311573] = 5, + [304943] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7813), 2, - anon_sym_COLON, - sym__terminator, - STATE(6368), 2, + ACTIONS(8773), 1, + anon_sym_DOT, + ACTIONS(8845), 1, + aux_sym__function_terminator_token1, + STATE(6032), 2, sym_comment, sym_include, - [311591] = 6, + [304963] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(6785), 1, - anon_sym_COLON, - ACTIONS(8887), 1, + ACTIONS(8847), 1, sym_identifier, - STATE(6369), 2, + ACTIONS(8849), 1, + sym__terminator, + STATE(6033), 2, sym_comment, sym_include, - [311611] = 5, - ACTIONS(69), 1, + [304983] = 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(5857), 2, - anon_sym_COLON, + ACTIONS(8851), 1, + sym_identifier, + ACTIONS(8853), 1, anon_sym_COMMA, - STATE(6370), 2, + STATE(6034), 2, sym_comment, sym_include, - [311629] = 6, + [305003] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5219), 1, - aux_sym__block_terminator_token1, - STATE(4801), 1, - sym__block_terminator, - STATE(6371), 2, + ACTIONS(8019), 1, + aux_sym_scope_tuning_token1, + STATE(6471), 1, + sym_new_expression, + STATE(6035), 2, sym_comment, sym_include, - [311649] = 5, + [305023] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8889), 1, - aux_sym__block_terminator_token1, - STATE(6372), 2, + ACTIONS(8855), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6036), 2, sym_comment, sym_include, - [311666] = 5, - ACTIONS(69), 1, + [305041] = 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(8891), 1, - anon_sym_RBRACK, - STATE(6373), 2, + ACTIONS(8857), 1, + sym_identifier, + STATE(2561), 1, + sym_qualified_name, + STATE(6037), 2, sym_comment, sym_include, - [311683] = 5, + [305061] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8893), 1, - aux_sym__block_terminator_token1, - STATE(6374), 2, + ACTIONS(8859), 2, + anon_sym_COLON, + aux_sym_enum_tuning_token1, + STATE(6038), 2, sym_comment, sym_include, - [311700] = 5, + [305079] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8895), 1, - sym__terminator, - STATE(6375), 2, + ACTIONS(8861), 1, + aux_sym_input_close_statement_token2, + ACTIONS(8863), 1, + aux_sym_output_stream_statement_token1, + STATE(6039), 2, sym_comment, sym_include, - [311717] = 5, + [305099] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8897), 1, - aux_sym__block_terminator_token1, - STATE(6376), 2, + ACTIONS(8863), 1, + aux_sym_output_stream_statement_token1, + ACTIONS(8865), 1, + aux_sym_input_close_statement_token2, + STATE(6040), 2, sym_comment, sym_include, - [311734] = 5, + [305119] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8899), 1, + ACTIONS(5024), 1, aux_sym__block_terminator_token1, - STATE(6377), 2, + STATE(1697), 1, + sym__block_terminator, + STATE(6041), 2, sym_comment, sym_include, - [311751] = 5, + [305139] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8901), 1, - sym__terminator, - STATE(6378), 2, + ACTIONS(8867), 2, + aux_sym_using_statement_token3, + aux_sym_using_statement_token4, + STATE(6042), 2, sym_comment, sym_include, - [311768] = 5, + [305157] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8903), 1, - sym__terminator, - STATE(6379), 2, + ACTIONS(5032), 1, + aux_sym__block_terminator_token1, + STATE(1904), 1, + sym__block_terminator, + STATE(6043), 2, sym_comment, sym_include, - [311785] = 5, - ACTIONS(69), 1, + [305177] = 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(8905), 1, - aux_sym__block_terminator_token1, - STATE(6380), 2, + ACTIONS(8869), 1, + sym_identifier, + STATE(4629), 1, + sym_qualified_name, + STATE(6044), 2, sym_comment, sym_include, - [311802] = 5, + [305197] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7659), 1, - aux_sym_do_block_token1, - STATE(6381), 2, + ACTIONS(8871), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6045), 2, sym_comment, sym_include, - [311819] = 5, + [305215] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8907), 1, - anon_sym_RBRACK, - STATE(6382), 2, + ACTIONS(8019), 1, + aux_sym_scope_tuning_token1, + STATE(6168), 1, + sym_new_expression, + STATE(6046), 2, sym_comment, sym_include, - [311836] = 5, + [305235] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7750), 1, + ACTIONS(8873), 1, sym__terminator, - STATE(6383), 2, + ACTIONS(8875), 1, + aux_sym_setter_token1, + STATE(6047), 2, sym_comment, sym_include, - [311853] = 5, + [305255] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7795), 1, - sym__terminator, - STATE(6384), 2, + ACTIONS(8877), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6048), 2, sym_comment, sym_include, - [311870] = 5, + [305273] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8909), 1, - sym__terminator, - STATE(6385), 2, + ACTIONS(8879), 2, + aux_sym_on_error_phrase_token2, + aux_sym_on_error_phrase_token7, + STATE(6049), 2, sym_comment, sym_include, - [311887] = 5, + [305291] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8911), 1, + ACTIONS(8881), 1, sym_identifier, - STATE(6386), 2, + STATE(125), 1, + sym_qualified_name, + STATE(6050), 2, sym_comment, sym_include, - [311904] = 4, - ACTIONS(3), 1, + [305311] = 6, + ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(248), 2, - sym_file_name, + ACTIONS(75), 1, anon_sym_LBRACE, - STATE(6387), 2, + ACTIONS(8883), 1, + sym__terminator, + ACTIONS(8885), 1, + aux_sym_getter_token1, + STATE(6051), 2, sym_comment, sym_include, - [311919] = 5, + [305331] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8913), 1, - sym__terminator, - STATE(6388), 2, + ACTIONS(2899), 1, + anon_sym_COLON, + STATE(5845), 1, + sym_body, + STATE(6052), 2, sym_comment, sym_include, - [311936] = 5, + [305351] = 6, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7807), 1, - sym__terminator, - STATE(6389), 2, + ACTIONS(5063), 1, + aux_sym__block_terminator_token1, + STATE(2430), 1, + sym__block_terminator, + STATE(6053), 2, sym_comment, sym_include, - [311953] = 5, + [305371] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8915), 1, - aux_sym_buffer_definition_token2, - STATE(6390), 2, + ACTIONS(8887), 1, + sym__terminator, + STATE(6054), 2, sym_comment, sym_include, - [311970] = 5, + [305388] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6684), 1, + ACTIONS(8063), 1, sym__terminator, - STATE(6391), 2, + STATE(6055), 2, + sym_comment, + sym_include, + [305405] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8889), 1, + sym_identifier, + STATE(6056), 2, sym_comment, sym_include, - [311987] = 5, + [305422] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8917), 1, + ACTIONS(148), 1, sym__terminator, - STATE(6392), 2, + STATE(6057), 2, sym_comment, sym_include, - [312004] = 5, + [305439] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6647), 1, + ACTIONS(6671), 1, sym__terminator, - STATE(6393), 2, + STATE(6058), 2, sym_comment, sym_include, - [312021] = 5, + [305456] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8919), 1, - aux_sym_enum_definition_token1, - STATE(6394), 2, + ACTIONS(8883), 1, + sym__terminator, + STATE(6059), 2, sym_comment, sym_include, - [312038] = 5, + [305473] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8921), 1, + ACTIONS(8891), 1, aux_sym__block_terminator_token1, - STATE(6395), 2, + STATE(6060), 2, + sym_comment, + sym_include, + [305490] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8893), 1, + sym_identifier, + STATE(6061), 2, sym_comment, sym_include, - [312055] = 5, + [305507] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8923), 1, - sym__terminator, - STATE(6396), 2, + ACTIONS(8895), 1, + anon_sym_RBRACE, + STATE(6062), 2, sym_comment, sym_include, - [312072] = 5, + [305524] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8925), 1, + ACTIONS(8897), 1, sym_identifier, - STATE(6397), 2, + STATE(6063), 2, sym_comment, sym_include, - [312089] = 5, + [305541] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8927), 1, + ACTIONS(8899), 1, sym_identifier, - STATE(6398), 2, + STATE(6064), 2, + sym_comment, + sym_include, + [305558] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(8901), 1, + aux_sym__block_terminator_token1, + STATE(6065), 2, + sym_comment, + sym_include, + [305575] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(8903), 1, + aux_sym__block_terminator_token1, + STATE(6066), 2, sym_comment, sym_include, - [312106] = 5, + [305592] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8929), 1, - anon_sym_RBRACK, - STATE(6399), 2, + ACTIONS(8905), 1, + sym__terminator, + STATE(6067), 2, sym_comment, sym_include, - [312123] = 5, + [305609] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7947), 1, + ACTIONS(8907), 1, sym__terminator, - STATE(6400), 2, + STATE(6068), 2, + sym_comment, + sym_include, + [305626] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8909), 1, + sym_identifier, + STATE(6069), 2, sym_comment, sym_include, - [312140] = 5, + [305643] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8931), 1, - aux_sym__block_terminator_token1, - STATE(6401), 2, + ACTIONS(8911), 1, + sym__integer_literal, + STATE(6070), 2, sym_comment, sym_include, - [312157] = 5, + [305660] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8933), 1, + ACTIONS(8913), 1, sym_identifier, - STATE(6402), 2, + STATE(6071), 2, sym_comment, sym_include, - [312174] = 5, + [305677] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8935), 1, - aux_sym__block_terminator_token1, - STATE(6403), 2, + ACTIONS(8915), 1, + sym__terminator, + STATE(6072), 2, sym_comment, sym_include, - [312191] = 5, + [305694] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8937), 1, - sym__terminator, - STATE(6404), 2, + ACTIONS(8917), 1, + anon_sym_RBRACE, + STATE(6073), 2, sym_comment, sym_include, - [312208] = 5, - ACTIONS(3), 1, + [305711] = 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(8939), 1, - sym_identifier, - STATE(6405), 2, + ACTIONS(8919), 1, + aux_sym__block_terminator_token1, + STATE(6074), 2, sym_comment, sym_include, - [312225] = 5, + [305728] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8941), 1, - aux_sym_buffer_definition_token2, - STATE(6406), 2, + ACTIONS(7653), 1, + aux_sym_do_block_token1, + STATE(6075), 2, sym_comment, sym_include, - [312242] = 5, - ACTIONS(69), 1, + [305745] = 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(8943), 1, - sym__terminator, - STATE(6407), 2, + ACTIONS(8921), 1, + sym_identifier, + STATE(6076), 2, sym_comment, sym_include, - [312259] = 5, + [305762] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8945), 1, + ACTIONS(8923), 1, sym_identifier, - STATE(6408), 2, + STATE(6077), 2, + sym_comment, + sym_include, + [305779] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8925), 1, + sym_identifier, + STATE(6078), 2, sym_comment, sym_include, - [312276] = 5, + [305796] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8947), 1, + ACTIONS(8927), 1, aux_sym__block_terminator_token1, - STATE(6409), 2, + STATE(6079), 2, sym_comment, sym_include, - [312293] = 5, + [305813] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8949), 1, - sym__terminator, - STATE(6410), 2, + ACTIONS(8929), 1, + anon_sym_COMMA, + STATE(6080), 2, sym_comment, sym_include, - [312310] = 5, + [305830] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8951), 1, + ACTIONS(8931), 1, sym__terminator, - STATE(6411), 2, + STATE(6081), 2, sym_comment, sym_include, - [312327] = 5, + [305847] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8953), 1, - sym__terminator, - STATE(6412), 2, + ACTIONS(8933), 1, + anon_sym_RBRACK, + STATE(6082), 2, sym_comment, sym_include, - [312344] = 5, + [305864] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8831), 1, + ACTIONS(7618), 1, sym__terminator, - STATE(6413), 2, + STATE(6083), 2, sym_comment, sym_include, - [312361] = 5, + [305881] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8855), 1, - sym__terminator, - STATE(6414), 2, + ACTIONS(8935), 1, + aux_sym__block_terminator_token1, + STATE(6084), 2, sym_comment, sym_include, - [312378] = 5, + [305898] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8955), 1, + ACTIONS(8937), 1, sym_identifier, - STATE(6415), 2, + STATE(6085), 2, sym_comment, sym_include, - [312395] = 5, + [305915] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8957), 1, + ACTIONS(8939), 1, sym__terminator, - STATE(6416), 2, + STATE(6086), 2, sym_comment, sym_include, - [312412] = 5, + [305932] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8959), 1, - sym__terminator, - STATE(6417), 2, + ACTIONS(8941), 1, + anon_sym_COMMA, + STATE(6087), 2, sym_comment, sym_include, - [312429] = 5, + [305949] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8961), 1, - aux_sym__block_terminator_token1, - STATE(6418), 2, + ACTIONS(8943), 1, + anon_sym_COMMA, + STATE(6088), 2, sym_comment, sym_include, - [312446] = 5, + [305966] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8963), 1, - aux_sym_image_phrase_token8, - STATE(6419), 2, + ACTIONS(8945), 1, + aux_sym__block_terminator_token1, + STATE(6089), 2, sym_comment, sym_include, - [312463] = 5, + [305983] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7851), 1, + ACTIONS(8947), 1, sym__terminator, - STATE(6420), 2, + STATE(6090), 2, sym_comment, sym_include, - [312480] = 5, + [306000] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8965), 1, + ACTIONS(8303), 1, sym__terminator, - STATE(6421), 2, + STATE(6091), 2, sym_comment, sym_include, - [312497] = 5, + [306017] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8967), 1, + ACTIONS(8949), 1, sym_identifier, - STATE(6422), 2, + STATE(6092), 2, sym_comment, sym_include, - [312514] = 5, + [306034] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8969), 1, + ACTIONS(8951), 1, sym_identifier, - STATE(6423), 2, + STATE(6093), 2, sym_comment, sym_include, - [312531] = 5, - ACTIONS(3), 1, + [306051] = 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(8971), 1, - sym_identifier, - STATE(6424), 2, + ACTIONS(8953), 1, + sym__terminator, + STATE(6094), 2, sym_comment, sym_include, - [312548] = 5, - ACTIONS(3), 1, + [306068] = 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(8973), 1, - sym_identifier, - STATE(6425), 2, + ACTIONS(8955), 1, + sym__terminator, + STATE(6095), 2, sym_comment, sym_include, - [312565] = 5, + [306085] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8975), 1, + ACTIONS(8957), 1, sym_identifier, - STATE(6426), 2, + STATE(6096), 2, sym_comment, sym_include, - [312582] = 5, + [306102] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8977), 1, + ACTIONS(8959), 1, sym_identifier, - STATE(6427), 2, + STATE(6097), 2, sym_comment, sym_include, - [312599] = 5, + [306119] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8979), 1, + ACTIONS(8961), 1, sym_identifier, - STATE(6428), 2, + STATE(6098), 2, sym_comment, sym_include, - [312616] = 5, - ACTIONS(69), 1, + [306136] = 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(8981), 1, - aux_sym__block_terminator_token1, - STATE(6429), 2, + ACTIONS(8963), 1, + sym_identifier, + STATE(6099), 2, sym_comment, sym_include, - [312633] = 5, + [306153] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8983), 1, - sym__terminator, - STATE(6430), 2, + ACTIONS(8965), 1, + aux_sym__block_terminator_token1, + STATE(6100), 2, sym_comment, sym_include, - [312650] = 5, + [306170] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8985), 1, - anon_sym_LPAREN, - STATE(6431), 2, + ACTIONS(8967), 1, + aux_sym_to_phrase_token1, + STATE(6101), 2, sym_comment, sym_include, - [312667] = 5, + [306187] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8987), 1, + ACTIONS(8969), 1, sym_identifier, - STATE(6432), 2, + STATE(6102), 2, sym_comment, sym_include, - [312684] = 5, + [306204] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8815), 1, - sym__terminator, - STATE(6433), 2, + ACTIONS(8971), 1, + anon_sym_RBRACK, + STATE(6103), 2, sym_comment, sym_include, - [312701] = 5, + [306221] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8989), 1, + ACTIONS(8973), 1, sym_identifier, - STATE(6434), 2, + STATE(6104), 2, sym_comment, sym_include, - [312718] = 5, + [306238] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8991), 1, + ACTIONS(8975), 1, sym_identifier, - STATE(6435), 2, + STATE(6105), 2, sym_comment, sym_include, - [312735] = 5, + [306255] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8993), 1, + ACTIONS(8977), 1, sym__terminator, - STATE(6436), 2, + STATE(6106), 2, sym_comment, sym_include, - [312752] = 5, + [306272] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8819), 1, + ACTIONS(8979), 1, sym__terminator, - STATE(6437), 2, + STATE(6107), 2, sym_comment, sym_include, - [312769] = 5, - ACTIONS(3), 1, + [306289] = 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(8995), 1, - sym_identifier, - STATE(6438), 2, + ACTIONS(8981), 1, + anon_sym_RBRACE, + STATE(6108), 2, sym_comment, sym_include, - [312786] = 5, + [306306] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8803), 1, - sym__terminator, - STATE(6439), 2, + ACTIONS(8983), 1, + anon_sym_EQ, + STATE(6109), 2, sym_comment, sym_include, - [312803] = 5, + [306323] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7951), 1, - anon_sym_DOT, - STATE(6440), 2, + ACTIONS(8985), 1, + anon_sym_RBRACE, + STATE(6110), 2, sym_comment, sym_include, - [312820] = 5, + [306340] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8997), 1, - aux_sym__block_terminator_token1, - STATE(6441), 2, + ACTIONS(8987), 1, + sym__terminator, + STATE(6111), 2, sym_comment, sym_include, - [312837] = 5, + [306357] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(8999), 1, + ACTIONS(8989), 1, sym_identifier, - STATE(6442), 2, + STATE(6112), 2, sym_comment, sym_include, - [312854] = 5, + [306374] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9001), 1, + ACTIONS(8991), 1, sym_identifier, - STATE(6443), 2, + STATE(6113), 2, sym_comment, sym_include, - [312871] = 5, + [306391] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9003), 1, + ACTIONS(8993), 1, sym_identifier, - STATE(6444), 2, + STATE(6114), 2, + sym_comment, + sym_include, + [306408] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(8995), 1, + sym_identifier, + STATE(6115), 2, sym_comment, sym_include, - [312888] = 5, + [306425] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9005), 1, + ACTIONS(8997), 1, sym__terminator, - STATE(6445), 2, + STATE(6116), 2, sym_comment, sym_include, - [312905] = 5, + [306442] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9007), 1, - sym__terminator, - STATE(6446), 2, + ACTIONS(8999), 1, + anon_sym_RBRACE, + STATE(6117), 2, sym_comment, sym_include, - [312922] = 5, + [306459] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9009), 1, - sym__terminator, - STATE(6447), 2, + ACTIONS(9001), 1, + sym__integer_literal, + STATE(6118), 2, sym_comment, sym_include, - [312939] = 5, + [306476] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9011), 1, + ACTIONS(9003), 1, sym_identifier, - STATE(6448), 2, + STATE(6119), 2, sym_comment, sym_include, - [312956] = 5, + [306493] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9013), 1, - anon_sym_RBRACE, - STATE(6449), 2, + ACTIONS(9005), 1, + anon_sym_COMMA, + STATE(6120), 2, sym_comment, sym_include, - [312973] = 5, - ACTIONS(3), 1, + [306510] = 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(9015), 1, - sym_identifier, - STATE(6450), 2, + ACTIONS(9007), 1, + aux_sym__block_terminator_token1, + STATE(6121), 2, sym_comment, sym_include, - [312990] = 5, - ACTIONS(3), 1, + [306527] = 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(9017), 1, - sym_identifier, - STATE(6451), 2, + ACTIONS(9009), 1, + sym__integer_literal, + STATE(6122), 2, sym_comment, sym_include, - [313007] = 5, + [306544] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9019), 1, + ACTIONS(9011), 1, sym_identifier, - STATE(6452), 2, + STATE(6123), 2, sym_comment, sym_include, - [313024] = 5, + [306561] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9021), 1, + ACTIONS(9013), 1, sym__terminator, - STATE(6453), 2, + STATE(6124), 2, sym_comment, sym_include, - [313041] = 5, + [306578] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9023), 1, - sym__terminator, - STATE(6454), 2, + ACTIONS(9015), 1, + anon_sym_RBRACE, + STATE(6125), 2, sym_comment, sym_include, - [313058] = 5, + [306595] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9025), 1, + ACTIONS(9017), 1, sym_identifier, - STATE(6455), 2, + STATE(6126), 2, sym_comment, sym_include, - [313075] = 5, - ACTIONS(3), 1, + [306612] = 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(9027), 1, - sym_identifier, - STATE(6456), 2, + ACTIONS(9019), 1, + anon_sym_RBRACE, + STATE(6127), 2, sym_comment, sym_include, - [313092] = 5, + [306629] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9029), 1, + ACTIONS(9021), 1, sym_identifier, - STATE(6457), 2, + STATE(6128), 2, sym_comment, sym_include, - [313109] = 5, + [306646] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9031), 1, + ACTIONS(9023), 1, sym_identifier, - STATE(6458), 2, + STATE(6129), 2, sym_comment, sym_include, - [313126] = 5, - ACTIONS(3), 1, + [306663] = 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(9033), 1, - sym_identifier, - STATE(6459), 2, + ACTIONS(9025), 1, + aux_sym_run_tuning_token5, + STATE(6130), 2, sym_comment, sym_include, - [313143] = 5, + [306680] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9035), 1, + ACTIONS(6791), 1, sym__terminator, - STATE(6460), 2, + STATE(6131), 2, sym_comment, sym_include, - [313160] = 5, + [306697] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9037), 1, + ACTIONS(5145), 1, sym__terminator, - STATE(6461), 2, - sym_comment, - sym_include, - [313177] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(9039), 1, - sym_identifier, - STATE(6462), 2, + STATE(6132), 2, sym_comment, sym_include, - [313194] = 5, + [306714] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9041), 1, - anon_sym_RBRACK, - STATE(6463), 2, + ACTIONS(9027), 1, + sym__terminator, + STATE(6133), 2, sym_comment, sym_include, - [313211] = 5, + [306731] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9043), 1, - sym__integer_literal, - STATE(6464), 2, + ACTIONS(9029), 1, + sym__terminator, + STATE(6134), 2, sym_comment, sym_include, - [313228] = 5, + [306748] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9045), 1, + ACTIONS(9031), 1, sym__terminator, - STATE(6465), 2, + STATE(6135), 2, sym_comment, sym_include, - [313245] = 5, + [306765] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9047), 1, + ACTIONS(9033), 1, sym_identifier, - STATE(6466), 2, + STATE(6136), 2, sym_comment, sym_include, - [313262] = 5, + [306782] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9049), 1, + ACTIONS(9035), 1, sym__terminator, - STATE(6467), 2, + STATE(6137), 2, sym_comment, sym_include, - [313279] = 5, + [306799] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9051), 1, - anon_sym_DOT, - STATE(6468), 2, + ACTIONS(5149), 1, + sym__terminator, + STATE(6138), 2, sym_comment, sym_include, - [313296] = 5, - ACTIONS(69), 1, + [306816] = 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(9053), 1, - anon_sym_RBRACE, - STATE(6469), 2, + ACTIONS(9037), 1, + sym_identifier, + STATE(6139), 2, sym_comment, sym_include, - [313313] = 5, + [306833] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9055), 1, - anon_sym_RBRACE, - STATE(6470), 2, + ACTIONS(9039), 1, + sym__terminator, + STATE(6140), 2, sym_comment, sym_include, - [313330] = 5, + [306850] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9057), 1, - sym__terminator, - STATE(6471), 2, + ACTIONS(9041), 1, + aux_sym__block_terminator_token1, + STATE(6141), 2, sym_comment, sym_include, - [313347] = 5, + [306867] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9059), 1, - sym__integer_literal, - STATE(6472), 2, + ACTIONS(9043), 1, + anon_sym_DOT, + STATE(6142), 2, sym_comment, sym_include, - [313364] = 5, + [306884] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9061), 1, - anon_sym_LPAREN, - STATE(6473), 2, + ACTIONS(9045), 1, + sym__terminator, + STATE(6143), 2, sym_comment, sym_include, - [313381] = 5, + [306901] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9063), 1, - aux_sym__block_terminator_token1, - STATE(6474), 2, + ACTIONS(9047), 1, + anon_sym_RBRACE, + STATE(6144), 2, sym_comment, sym_include, - [313398] = 5, + [306918] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(7), 1, + ACTIONS(248), 2, + sym_file_name, anon_sym_LBRACE, - ACTIONS(9065), 1, - sym_identifier, - STATE(6475), 2, + STATE(6145), 2, sym_comment, sym_include, - [313415] = 5, + [306933] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9067), 1, + ACTIONS(9049), 1, + anon_sym_RBRACE, + STATE(6146), 2, + sym_comment, + sym_include, + [306950] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9051), 1, sym__terminator, - STATE(6476), 2, + STATE(6147), 2, sym_comment, sym_include, - [313432] = 5, + [306967] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9069), 1, + ACTIONS(9053), 1, sym_identifier, - STATE(6477), 2, + STATE(6148), 2, sym_comment, sym_include, - [313449] = 5, + [306984] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9071), 1, + ACTIONS(9055), 1, sym__terminator, - STATE(6478), 2, + STATE(6149), 2, sym_comment, sym_include, - [313466] = 5, + [307001] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9073), 1, + ACTIONS(9057), 1, sym__terminator, - STATE(6479), 2, + STATE(6150), 2, sym_comment, sym_include, - [313483] = 5, + [307018] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9075), 1, - aux_sym__block_terminator_token1, - STATE(6480), 2, + ACTIONS(9059), 1, + anon_sym_RBRACE, + STATE(6151), 2, sym_comment, sym_include, - [313500] = 5, - ACTIONS(3), 1, + [307035] = 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(4400), 1, - sym_identifier, - STATE(6481), 2, + ACTIONS(9061), 1, + sym__integer_literal, + STATE(6152), 2, sym_comment, sym_include, - [313517] = 5, + [307052] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9077), 1, - aux_sym__block_terminator_token1, - STATE(6482), 2, + ACTIONS(9063), 1, + sym__terminator, + STATE(6153), 2, sym_comment, sym_include, - [313534] = 5, + [307069] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9079), 1, + ACTIONS(9065), 1, sym_identifier, - STATE(6483), 2, + STATE(6154), 2, sym_comment, sym_include, - [313551] = 5, - ACTIONS(3), 1, + [307086] = 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(9081), 1, - sym_identifier, - STATE(6484), 2, + ACTIONS(8701), 1, + sym__terminator, + STATE(6155), 2, sym_comment, sym_include, - [313568] = 5, + [307103] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9083), 1, + ACTIONS(9067), 1, sym_identifier, - STATE(6485), 2, + STATE(6156), 2, sym_comment, sym_include, - [313585] = 5, - ACTIONS(3), 1, + [307120] = 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(9085), 1, - sym_identifier, - STATE(6486), 2, + ACTIONS(9069), 1, + sym__terminator, + STATE(6157), 2, sym_comment, sym_include, - [313602] = 5, + [307137] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9087), 1, - aux_sym__block_terminator_token1, - STATE(6487), 2, + ACTIONS(5171), 1, + sym__terminator, + STATE(6158), 2, sym_comment, sym_include, - [313619] = 5, + [307154] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9089), 1, + ACTIONS(9071), 1, sym_identifier, - STATE(6488), 2, + STATE(6159), 2, sym_comment, sym_include, - [313636] = 5, + [307171] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9091), 1, - sym__terminator, - STATE(6489), 2, + ACTIONS(9073), 1, + anon_sym_LPAREN, + STATE(6160), 2, + sym_comment, + sym_include, + [307188] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9075), 1, + anon_sym_RBRACK, + STATE(6161), 2, sym_comment, sym_include, - [313653] = 5, + [307205] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9093), 1, + ACTIONS(9077), 1, sym_identifier, - STATE(6490), 2, + STATE(6162), 2, sym_comment, sym_include, - [313670] = 5, + [307222] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9095), 1, - aux_sym__block_terminator_token1, - STATE(6491), 2, + ACTIONS(8669), 1, + sym__terminator, + STATE(6163), 2, sym_comment, sym_include, - [313687] = 5, - ACTIONS(3), 1, + [307239] = 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(9097), 1, - sym_identifier, - STATE(6492), 2, + ACTIONS(9079), 1, + aux_sym__block_terminator_token1, + STATE(6164), 2, sym_comment, sym_include, - [313704] = 5, + [307256] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9099), 1, + ACTIONS(9081), 1, sym__terminator, - STATE(6493), 2, + STATE(6165), 2, sym_comment, sym_include, - [313721] = 5, - ACTIONS(3), 1, + [307273] = 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(9101), 1, - sym_identifier, - STATE(6494), 2, + ACTIONS(9083), 1, + aux_sym__block_terminator_token1, + STATE(6166), 2, sym_comment, sym_include, - [313738] = 5, + [307290] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9103), 1, - anon_sym_RBRACE, - STATE(6495), 2, + ACTIONS(9085), 1, + anon_sym_COMMA, + STATE(6167), 2, sym_comment, sym_include, - [313755] = 5, + [307307] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9105), 1, - sym__integer_literal, - STATE(6496), 2, + ACTIONS(9087), 1, + sym__terminator, + STATE(6168), 2, sym_comment, sym_include, - [313772] = 5, - ACTIONS(3), 1, + [307324] = 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(9107), 1, - sym_identifier, - STATE(6497), 2, + ACTIONS(9089), 1, + sym__terminator, + STATE(6169), 2, sym_comment, sym_include, - [313789] = 5, - ACTIONS(3), 1, + [307341] = 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(9109), 1, - sym_identifier, - STATE(6498), 2, + ACTIONS(8719), 1, + sym__terminator, + STATE(6170), 2, sym_comment, sym_include, - [313806] = 5, + [307358] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9111), 1, - anon_sym_RBRACE, - STATE(6499), 2, + ACTIONS(6556), 1, + sym__terminator, + STATE(6171), 2, sym_comment, sym_include, - [313823] = 5, + [307375] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9113), 1, - sym__terminator, - STATE(6500), 2, + ACTIONS(9091), 1, + anon_sym_COMMA, + STATE(6172), 2, sym_comment, sym_include, - [313840] = 5, + [307392] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9115), 1, + ACTIONS(9093), 1, sym_identifier, - STATE(6501), 2, + STATE(6173), 2, sym_comment, sym_include, - [313857] = 5, - ACTIONS(69), 1, + [307409] = 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(7564), 1, - sym__terminator, - STATE(6502), 2, + ACTIONS(9095), 1, + sym_identifier, + STATE(6174), 2, sym_comment, sym_include, - [313874] = 5, - ACTIONS(69), 1, + [307426] = 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(9117), 1, - sym__terminator, - STATE(6503), 2, + ACTIONS(9097), 1, + sym_identifier, + STATE(6175), 2, sym_comment, sym_include, - [313891] = 5, - ACTIONS(69), 1, + [307443] = 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(9119), 1, - aux_sym__block_terminator_token1, - STATE(6504), 2, + ACTIONS(9099), 1, + sym_identifier, + STATE(6176), 2, sym_comment, sym_include, - [313908] = 5, + [307460] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9121), 1, - sym__integer_literal, - STATE(6505), 2, + ACTIONS(9101), 1, + sym__terminator, + STATE(6177), 2, sym_comment, sym_include, - [313925] = 5, + [307477] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9123), 1, + ACTIONS(9103), 1, sym_identifier, - STATE(6506), 2, + STATE(6178), 2, sym_comment, sym_include, - [313942] = 5, + [307494] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9125), 1, - anon_sym_LPAREN, - STATE(6507), 2, + ACTIONS(9105), 1, + sym__terminator, + STATE(6179), 2, sym_comment, sym_include, - [313959] = 5, + [307511] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9127), 1, + ACTIONS(9107), 1, sym__terminator, - STATE(6508), 2, + STATE(6180), 2, sym_comment, sym_include, - [313976] = 5, + [307528] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9129), 1, - aux_sym__block_terminator_token1, - STATE(6509), 2, + ACTIONS(9109), 1, + sym__terminator, + STATE(6181), 2, sym_comment, sym_include, - [313993] = 5, + [307545] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6567), 1, + ACTIONS(9111), 1, sym__terminator, - STATE(6510), 2, + STATE(6182), 2, + sym_comment, + sym_include, + [307562] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9113), 1, + sym_identifier, + STATE(6183), 2, sym_comment, sym_include, - [314010] = 5, + [307579] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9131), 1, - anon_sym_RBRACE, - STATE(6511), 2, + ACTIONS(9115), 1, + aux_sym__block_terminator_token1, + STATE(6184), 2, sym_comment, sym_include, - [314027] = 5, + [307596] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9133), 1, - sym__terminator, - STATE(6512), 2, + ACTIONS(9117), 1, + aux_sym_input_expression_token2, + STATE(6185), 2, sym_comment, sym_include, - [314044] = 5, - ACTIONS(3), 1, + [307613] = 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(9135), 1, - sym_identifier, - STATE(6513), 2, + ACTIONS(9119), 1, + sym__terminator, + STATE(6186), 2, sym_comment, sym_include, - [314061] = 5, + [307630] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9137), 1, - aux_sym_to_phrase_token1, - STATE(6514), 2, + ACTIONS(9121), 1, + aux_sym__block_terminator_token1, + STATE(6187), 2, sym_comment, sym_include, - [314078] = 5, + [307647] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9139), 1, - anon_sym_LPAREN, - STATE(6515), 2, + ACTIONS(9123), 1, + anon_sym_RBRACK, + STATE(6188), 2, sym_comment, sym_include, - [314095] = 5, + [307664] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5127), 1, + ACTIONS(9125), 1, sym__terminator, - STATE(6516), 2, + STATE(6189), 2, sym_comment, sym_include, - [314112] = 5, + [307681] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9141), 1, + ACTIONS(9127), 1, aux_sym__block_terminator_token1, - STATE(6517), 2, + STATE(6190), 2, sym_comment, sym_include, - [314129] = 5, + [307698] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3823), 1, + ACTIONS(9129), 1, sym_identifier, - STATE(6518), 2, + STATE(6191), 2, sym_comment, sym_include, - [314146] = 5, + [307715] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8697), 1, + ACTIONS(9131), 1, sym__terminator, - STATE(6519), 2, + STATE(6192), 2, sym_comment, sym_include, - [314163] = 5, + [307732] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9143), 1, - sym__terminator, - STATE(6520), 2, + ACTIONS(7721), 1, + aux_sym_do_block_token1, + STATE(6193), 2, sym_comment, sym_include, - [314180] = 5, + [307749] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8687), 1, + ACTIONS(9133), 1, sym__terminator, - STATE(6521), 2, + STATE(6194), 2, sym_comment, sym_include, - [314197] = 5, + [307766] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9145), 1, - anon_sym_RBRACE, - STATE(6522), 2, + ACTIONS(9135), 1, + aux_sym__block_terminator_token1, + STATE(6195), 2, sym_comment, sym_include, - [314214] = 5, + [307783] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9147), 1, - aux_sym__block_terminator_token1, - STATE(6523), 2, + ACTIONS(9137), 1, + sym__terminator, + STATE(6196), 2, sym_comment, sym_include, - [314231] = 5, + [307800] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8677), 1, + ACTIONS(9139), 1, sym__terminator, - STATE(6524), 2, + STATE(6197), 2, sym_comment, sym_include, - [314248] = 5, + [307817] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9149), 1, + ACTIONS(9141), 1, aux_sym__block_terminator_token1, - STATE(6525), 2, + STATE(6198), 2, sym_comment, sym_include, - [314265] = 5, - ACTIONS(69), 1, + [307834] = 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(7859), 1, - aux_sym_do_block_token1, - STATE(6526), 2, + ACTIONS(9143), 1, + sym_identifier, + STATE(6199), 2, sym_comment, sym_include, - [314282] = 5, - ACTIONS(69), 1, + [307851] = 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(9151), 1, - sym__terminator, - STATE(6527), 2, + ACTIONS(9145), 1, + sym_identifier, + STATE(6200), 2, sym_comment, sym_include, - [314299] = 5, + [307868] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9153), 1, + ACTIONS(9147), 1, sym_identifier, - STATE(6528), 2, + STATE(6201), 2, + sym_comment, + sym_include, + [307885] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9149), 1, + sym_identifier, + STATE(6202), 2, sym_comment, sym_include, - [314316] = 5, + [307902] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8587), 1, + ACTIONS(8011), 1, sym__terminator, - STATE(6529), 2, + STATE(6203), 2, sym_comment, sym_include, - [314333] = 5, + [307919] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9155), 1, + ACTIONS(9151), 1, sym__terminator, - STATE(6530), 2, + STATE(6204), 2, sym_comment, sym_include, - [314350] = 5, + [307936] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8963), 1, - aux_sym_image_phrase_token10, - STATE(6531), 2, + ACTIONS(9153), 1, + aux_sym_field_option_token7, + STATE(6205), 2, sym_comment, sym_include, - [314367] = 5, - ACTIONS(69), 1, + [307953] = 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(5161), 1, - sym__terminator, - STATE(6532), 2, + ACTIONS(9155), 1, + sym_identifier, + STATE(6206), 2, sym_comment, sym_include, - [314384] = 5, + [307970] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -306659,11 +302846,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9157), 1, - anon_sym_RBRACK, - STATE(6533), 2, + aux_sym__block_terminator_token1, + STATE(6207), 2, sym_comment, sym_include, - [314401] = 5, + [307987] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -306671,11 +302858,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9159), 1, - anon_sym_RBRACE, - STATE(6534), 2, + aux_sym__block_terminator_token1, + STATE(6208), 2, sym_comment, sym_include, - [314418] = 5, + [308004] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -306683,11 +302870,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9161), 1, - aux_sym__block_terminator_token1, - STATE(6535), 2, + sym__terminator, + STATE(6209), 2, sym_comment, sym_include, - [314435] = 5, + [308021] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -306695,107 +302882,119 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9163), 1, - sym__integer_literal, - STATE(6536), 2, + aux_sym__block_terminator_token1, + STATE(6210), 2, + sym_comment, + sym_include, + [308038] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9165), 1, + sym__terminator, + STATE(6211), 2, sym_comment, sym_include, - [314452] = 5, + [308055] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9165), 1, + ACTIONS(9167), 1, sym_identifier, - STATE(6537), 2, + STATE(6212), 2, sym_comment, sym_include, - [314469] = 5, - ACTIONS(69), 1, + [308072] = 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(9167), 1, - anon_sym_RBRACE, - STATE(6538), 2, + ACTIONS(9169), 1, + sym_identifier, + STATE(6213), 2, sym_comment, sym_include, - [314486] = 5, + [308089] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9169), 1, - anon_sym_RBRACE, - STATE(6539), 2, + ACTIONS(9171), 1, + sym__terminator, + STATE(6214), 2, sym_comment, sym_include, - [314503] = 5, + [308106] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9171), 1, + ACTIONS(9173), 1, sym_identifier, - STATE(6540), 2, + STATE(6215), 2, sym_comment, sym_include, - [314520] = 5, + [308123] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9173), 1, - aux_sym__block_terminator_token1, - STATE(6541), 2, + ACTIONS(9175), 1, + sym__terminator, + STATE(6216), 2, sym_comment, sym_include, - [314537] = 5, + [308140] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9175), 1, + ACTIONS(9177), 1, sym_identifier, - STATE(6542), 2, + STATE(6217), 2, sym_comment, sym_include, - [314554] = 5, - ACTIONS(69), 1, + [308157] = 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(9177), 1, - sym__terminator, - STATE(6543), 2, + ACTIONS(9179), 1, + sym_identifier, + STATE(6218), 2, sym_comment, sym_include, - [314571] = 5, + [308174] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9179), 1, + ACTIONS(7659), 1, sym__terminator, - STATE(6544), 2, + STATE(6219), 2, sym_comment, sym_include, - [314588] = 5, + [308191] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -306803,11 +303002,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9181), 1, - sym__terminator, - STATE(6545), 2, + aux_sym__block_terminator_token1, + STATE(6220), 2, sym_comment, sym_include, - [314605] = 5, + [308208] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -306816,34 +303015,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9183), 1, sym__terminator, - STATE(6546), 2, - sym_comment, - sym_include, - [314622] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(9185), 1, - sym_identifier, - STATE(6547), 2, + STATE(6221), 2, sym_comment, sym_include, - [314639] = 5, + [308225] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8647), 1, - sym__terminator, - STATE(6548), 2, + ACTIONS(9185), 1, + aux_sym__block_terminator_token1, + STATE(6222), 2, sym_comment, sym_include, - [314656] = 5, + [308242] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -306851,23 +303038,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9187), 1, - aux_sym__block_terminator_token1, - STATE(6549), 2, + sym__terminator, + STATE(6223), 2, sym_comment, sym_include, - [314673] = 5, - ACTIONS(69), 1, + [308259] = 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(9189), 1, - aux_sym__block_terminator_token1, - STATE(6550), 2, + sym_identifier, + STATE(6224), 2, sym_comment, sym_include, - [314690] = 5, + [308276] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -306875,35 +303062,35 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9191), 1, - sym__terminator, - STATE(6551), 2, + aux_sym__block_terminator_token1, + STATE(6225), 2, sym_comment, sym_include, - [314707] = 5, - ACTIONS(69), 1, + [308293] = 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(9193), 1, - sym__terminator, - STATE(6552), 2, + sym_identifier, + STATE(6226), 2, sym_comment, sym_include, - [314724] = 5, - ACTIONS(69), 1, + [308310] = 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(9195), 1, - aux_sym__block_terminator_token1, - STATE(6553), 2, + sym_identifier, + STATE(6227), 2, sym_comment, sym_include, - [314741] = 5, + [308327] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -306911,35 +303098,47 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9197), 1, - aux_sym__block_terminator_token1, - STATE(6554), 2, + sym__terminator, + STATE(6228), 2, + sym_comment, + sym_include, + [308344] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9199), 1, + sym_identifier, + STATE(6229), 2, sym_comment, sym_include, - [314758] = 5, + [308361] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9199), 1, - aux_sym__block_terminator_token1, - STATE(6555), 2, + ACTIONS(9201), 1, + anon_sym_RBRACE, + STATE(6230), 2, sym_comment, sym_include, - [314775] = 5, + [308378] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9201), 1, - anon_sym_RBRACK, - STATE(6556), 2, + ACTIONS(8773), 1, + anon_sym_DOT, + STATE(6231), 2, sym_comment, sym_include, - [314792] = 5, + [308395] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -306948,10 +303147,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9203), 1, sym__terminator, - STATE(6557), 2, + STATE(6232), 2, sym_comment, sym_include, - [314809] = 5, + [308412] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -306960,10 +303159,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9205), 1, sym_identifier, - STATE(6558), 2, + STATE(6233), 2, sym_comment, sym_include, - [314826] = 5, + [308429] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -306971,11 +303170,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9207), 1, - sym__integer_literal, - STATE(6559), 2, + aux_sym__block_terminator_token1, + STATE(6234), 2, sym_comment, sym_include, - [314843] = 5, + [308446] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -306983,23 +303182,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9209), 1, - anon_sym_RBRACE, - STATE(6560), 2, + aux_sym__block_terminator_token1, + STATE(6235), 2, sym_comment, sym_include, - [314860] = 5, - ACTIONS(3), 1, + [308463] = 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(9211), 1, - sym_identifier, - STATE(6561), 2, + anon_sym_DOT, + STATE(6236), 2, sym_comment, sym_include, - [314877] = 5, + [308480] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -307008,58 +303207,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9213), 1, sym_identifier, - STATE(6562), 2, + STATE(6237), 2, sym_comment, sym_include, - [314894] = 5, + [308497] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8215), 1, - sym__terminator, - STATE(6563), 2, + ACTIONS(9215), 1, + anon_sym_RBRACE, + STATE(6238), 2, sym_comment, sym_include, - [314911] = 5, + [308514] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9215), 1, - aux_sym_input_expression_token2, - STATE(6564), 2, + ACTIONS(9217), 1, + aux_sym__block_terminator_token1, + STATE(6239), 2, sym_comment, sym_include, - [314928] = 5, + [308531] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9217), 1, - sym__terminator, - STATE(6565), 2, + ACTIONS(7583), 1, + aux_sym_do_block_token1, + STATE(6240), 2, sym_comment, sym_include, - [314945] = 5, - ACTIONS(3), 1, + [308548] = 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(9219), 1, - sym_identifier, - STATE(6566), 2, + sym__integer_literal, + STATE(6241), 2, sym_comment, sym_include, - [314962] = 5, + [308565] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -307068,10 +303267,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9221), 1, sym_identifier, - STATE(6567), 2, + STATE(6242), 2, sym_comment, sym_include, - [314979] = 5, + [308582] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -307079,11 +303278,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9223), 1, - anon_sym_RBRACK, - STATE(6568), 2, + aux_sym_type_tuning_token1, + STATE(6243), 2, sym_comment, sym_include, - [314996] = 5, + [308599] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -307091,11 +303290,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9225), 1, - aux_sym__block_terminator_token1, - STATE(6569), 2, + sym__terminator, + STATE(6244), 2, sym_comment, sym_include, - [315013] = 5, + [308616] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -307103,23 +303302,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9227), 1, - sym__terminator, - STATE(6570), 2, + aux_sym__block_terminator_token1, + STATE(6245), 2, sym_comment, sym_include, - [315030] = 5, - ACTIONS(69), 1, + [308633] = 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(9229), 1, - anon_sym_COMMA, - STATE(6571), 2, + sym_identifier, + STATE(6246), 2, sym_comment, sym_include, - [315047] = 5, + [308650] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -307127,83 +303326,83 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9231), 1, - anon_sym_COMMA, - STATE(6572), 2, + anon_sym_RBRACK, + STATE(6247), 2, sym_comment, sym_include, - [315064] = 5, - ACTIONS(3), 1, + [308667] = 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(9233), 1, - sym_identifier, - STATE(6573), 2, + sym__terminator, + STATE(6248), 2, sym_comment, sym_include, - [315081] = 5, - ACTIONS(3), 1, + [308684] = 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(9235), 1, - sym_identifier, - STATE(6574), 2, + aux_sym__block_terminator_token1, + STATE(6249), 2, sym_comment, sym_include, - [315098] = 5, - ACTIONS(69), 1, + [308701] = 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(9237), 1, - sym__terminator, - STATE(6575), 2, + sym_identifier, + STATE(6250), 2, sym_comment, sym_include, - [315115] = 5, - ACTIONS(69), 1, + [308718] = 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(9239), 1, - aux_sym_output_stream_statement_token1, - STATE(6576), 2, + sym_identifier, + STATE(6251), 2, sym_comment, sym_include, - [315132] = 5, - ACTIONS(69), 1, + [308735] = 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(9241), 1, - anon_sym_RBRACE, - STATE(6577), 2, + sym_identifier, + STATE(6252), 2, sym_comment, sym_include, - [315149] = 5, - ACTIONS(69), 1, + [308752] = 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(9243), 1, - aux_sym__block_terminator_token1, - STATE(6578), 2, + sym_identifier, + STATE(6253), 2, sym_comment, sym_include, - [315166] = 5, + [308769] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -307211,71 +303410,71 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9245), 1, - anon_sym_DOT, - STATE(6579), 2, + anon_sym_RBRACE, + STATE(6254), 2, sym_comment, sym_include, - [315183] = 5, + [308786] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9247), 1, - sym__integer_literal, - STATE(6580), 2, + ACTIONS(7332), 1, + sym__terminator, + STATE(6255), 2, sym_comment, sym_include, - [315200] = 5, - ACTIONS(69), 1, + [308803] = 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(8441), 1, - anon_sym_DOT, - STATE(6581), 2, + ACTIONS(9247), 1, + sym_identifier, + STATE(6256), 2, sym_comment, sym_include, - [315217] = 5, + [308820] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9249), 1, + ACTIONS(8579), 1, sym__terminator, - STATE(6582), 2, + STATE(6257), 2, sym_comment, sym_include, - [315234] = 5, + [308837] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9251), 1, - sym__terminator, - STATE(6583), 2, + ACTIONS(9249), 1, + sym__integer_literal, + STATE(6258), 2, sym_comment, sym_include, - [315251] = 5, + [308854] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7443), 1, + ACTIONS(9251), 1, sym__terminator, - STATE(6584), 2, + STATE(6259), 2, sym_comment, sym_include, - [315268] = 5, + [308871] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -307283,35 +303482,35 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9253), 1, - sym__terminator, - STATE(6585), 2, + anon_sym_RBRACE, + STATE(6260), 2, sym_comment, sym_include, - [315285] = 5, - ACTIONS(3), 1, + [308888] = 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(9255), 1, - sym_identifier, - STATE(6586), 2, + sym__terminator, + STATE(6261), 2, sym_comment, sym_include, - [315302] = 5, - ACTIONS(3), 1, + [308905] = 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(9257), 1, - sym_identifier, - STATE(6587), 2, + sym__terminator, + STATE(6262), 2, sym_comment, sym_include, - [315319] = 5, + [308922] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -307319,47 +303518,35 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9259), 1, - anon_sym_RBRACE, - STATE(6588), 2, + sym__integer_literal, + STATE(6263), 2, sym_comment, sym_include, - [315336] = 5, + [308939] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7423), 1, - sym__terminator, - STATE(6589), 2, - sym_comment, - sym_include, - [315353] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, ACTIONS(9261), 1, - sym_identifier, - STATE(6590), 2, + sym__terminator, + STATE(6264), 2, sym_comment, sym_include, - [315370] = 5, - ACTIONS(3), 1, + [308956] = 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(9263), 1, - sym_identifier, - STATE(6591), 2, + aux_sym__block_terminator_token1, + STATE(6265), 2, sym_comment, sym_include, - [315387] = 5, + [308973] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -307367,23 +303554,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9265), 1, - aux_sym__block_terminator_token1, - STATE(6592), 2, + anon_sym_RBRACE, + STATE(6266), 2, sym_comment, sym_include, - [315404] = 5, - ACTIONS(69), 1, + [308990] = 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(9267), 1, - aux_sym_on_error_phrase_token3, - STATE(6593), 2, + sym_identifier, + STATE(6267), 2, sym_comment, sym_include, - [315421] = 5, + [309007] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -307391,23 +303578,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9269), 1, - sym__terminator, - STATE(6594), 2, + anon_sym_RBRACK, + STATE(6268), 2, sym_comment, sym_include, - [315438] = 5, - ACTIONS(69), 1, + [309024] = 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(9271), 1, - anon_sym_RBRACK, - STATE(6595), 2, + sym_identifier, + STATE(6269), 2, sym_comment, sym_include, - [315455] = 5, + [309041] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -307416,22 +303603,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9273), 1, sym__terminator, - STATE(6596), 2, + STATE(6270), 2, sym_comment, sym_include, - [315472] = 5, - ACTIONS(69), 1, + [309058] = 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(9275), 1, - sym__terminator, - STATE(6597), 2, + sym_identifier, + STATE(6271), 2, sym_comment, sym_include, - [315489] = 5, + [309075] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -307439,215 +303626,203 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9277), 1, - sym__terminator, - STATE(6598), 2, + aux_sym__block_terminator_token1, + STATE(6272), 2, sym_comment, sym_include, - [315506] = 5, + [309092] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6607), 1, - sym__terminator, - STATE(6599), 2, + ACTIONS(9279), 1, + aux_sym_buffer_definition_token2, + STATE(6273), 2, sym_comment, sym_include, - [315523] = 5, + [309109] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7338), 1, - aux_sym_do_block_token1, - STATE(6600), 2, + ACTIONS(9281), 1, + aux_sym__block_terminator_token1, + STATE(6274), 2, sym_comment, sym_include, - [315540] = 5, + [309126] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9279), 1, + ACTIONS(9283), 1, sym__terminator, - STATE(6601), 2, + STATE(6275), 2, sym_comment, sym_include, - [315557] = 5, + [309143] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9281), 1, + ACTIONS(7537), 1, sym__terminator, - STATE(6602), 2, + STATE(6276), 2, sym_comment, sym_include, - [315574] = 5, - ACTIONS(69), 1, + [309160] = 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(9283), 1, - aux_sym__block_terminator_token1, - STATE(6603), 2, + ACTIONS(9285), 1, + sym_identifier, + STATE(6277), 2, sym_comment, sym_include, - [315591] = 5, + [309177] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9285), 1, - sym__terminator, - STATE(6604), 2, + ACTIONS(9287), 1, + anon_sym_RBRACE, + STATE(6278), 2, sym_comment, sym_include, - [315608] = 5, + [309194] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9287), 1, - sym__terminator, - STATE(6605), 2, + ACTIONS(9289), 1, + sym__integer_literal, + STATE(6279), 2, sym_comment, sym_include, - [315625] = 5, + [309211] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7357), 1, - sym__terminator, - STATE(6606), 2, + ACTIONS(9291), 1, + aux_sym_on_error_phrase_token3, + STATE(6280), 2, sym_comment, sym_include, - [315642] = 5, + [309228] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9289), 1, - sym__terminator, - STATE(6607), 2, + ACTIONS(9293), 1, + aux_sym_buffer_definition_token2, + STATE(6281), 2, sym_comment, sym_include, - [315659] = 5, + [309245] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(168), 1, + ACTIONS(9295), 1, sym__terminator, - STATE(6608), 2, + STATE(6282), 2, sym_comment, sym_include, - [315676] = 5, + [309262] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9291), 1, + ACTIONS(9297), 1, sym_identifier, - STATE(6609), 2, + STATE(6283), 2, sym_comment, sym_include, - [315693] = 5, - ACTIONS(3), 1, + [309279] = 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(9293), 1, - sym_identifier, - STATE(6610), 2, + ACTIONS(6725), 1, + sym__terminator, + STATE(6284), 2, sym_comment, sym_include, - [315710] = 5, + [309296] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9295), 1, + ACTIONS(4398), 1, sym_identifier, - STATE(6611), 2, + STATE(6285), 2, sym_comment, sym_include, - [315727] = 5, + [309313] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9297), 1, + ACTIONS(9299), 1, aux_sym__block_terminator_token1, - STATE(6612), 2, + STATE(6286), 2, sym_comment, sym_include, - [315744] = 5, + [309330] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9299), 1, - aux_sym__block_terminator_token1, - STATE(6613), 2, + ACTIONS(9301), 1, + sym__terminator, + STATE(6287), 2, sym_comment, sym_include, - [315761] = 5, + [309347] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9301), 1, - anon_sym_RBRACE, - STATE(6614), 2, - sym_comment, - sym_include, - [315778] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, ACTIONS(9303), 1, - sym_identifier, - STATE(6615), 2, + sym__terminator, + STATE(6288), 2, sym_comment, sym_include, - [315795] = 5, + [309364] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -307655,11 +303830,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9305), 1, - sym__integer_literal, - STATE(6616), 2, + sym__terminator, + STATE(6289), 2, sym_comment, sym_include, - [315812] = 5, + [309381] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -307668,10 +303843,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9307), 1, sym_identifier, - STATE(6617), 2, + STATE(6290), 2, sym_comment, sym_include, - [315829] = 5, + [309398] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -307679,11 +303854,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9309), 1, - anon_sym_RBRACE, - STATE(6618), 2, + sym__terminator, + STATE(6291), 2, sym_comment, sym_include, - [315846] = 5, + [309415] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -307691,11 +303866,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9311), 1, - aux_sym__block_terminator_token1, - STATE(6619), 2, + anon_sym_RBRACE, + STATE(6292), 2, sym_comment, sym_include, - [315863] = 5, + [309432] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -307704,10 +303879,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9313), 1, sym__terminator, - STATE(6620), 2, + STATE(6293), 2, sym_comment, sym_include, - [315880] = 5, + [309449] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -307715,275 +303890,299 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9315), 1, - aux_sym_image_phrase_token3, - STATE(6621), 2, + aux_sym__block_terminator_token1, + STATE(6294), 2, sym_comment, sym_include, - [315897] = 5, - ACTIONS(3), 1, + [309466] = 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(9317), 1, - sym_identifier, - STATE(6622), 2, + aux_sym_to_phrase_token1, + STATE(6295), 2, sym_comment, sym_include, - [315914] = 5, - ACTIONS(3), 1, + [309483] = 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(9319), 1, - sym_identifier, - STATE(6623), 2, + ACTIONS(7743), 1, + sym__terminator, + STATE(6296), 2, sym_comment, sym_include, - [315931] = 5, + [309500] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9321), 1, - sym__terminator, - STATE(6624), 2, + ACTIONS(9319), 1, + anon_sym_RBRACE, + STATE(6297), 2, sym_comment, sym_include, - [315948] = 5, - ACTIONS(3), 1, + [309517] = 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(9323), 1, - sym_identifier, - STATE(6625), 2, + ACTIONS(8551), 1, + sym__terminator, + STATE(6298), 2, sym_comment, sym_include, - [315965] = 5, + [309534] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9325), 1, - sym__terminator, - STATE(6626), 2, + ACTIONS(9321), 1, + aux_sym_image_phrase_token3, + STATE(6299), 2, sym_comment, sym_include, - [315982] = 5, + [309551] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9327), 1, + ACTIONS(9323), 1, sym__terminator, - STATE(6627), 2, + STATE(6300), 2, sym_comment, sym_include, - [315999] = 5, + [309568] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9329), 1, - aux_sym__block_terminator_token1, - STATE(6628), 2, + ACTIONS(9325), 1, + sym__terminator, + STATE(6301), 2, sym_comment, sym_include, - [316016] = 5, + [309585] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9331), 1, - aux_sym__block_terminator_token1, - STATE(6629), 2, + ACTIONS(9327), 1, + sym__terminator, + STATE(6302), 2, sym_comment, sym_include, - [316033] = 5, + [309602] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9333), 1, + ACTIONS(9329), 1, sym__terminator, - STATE(6630), 2, + STATE(6303), 2, sym_comment, sym_include, - [316050] = 5, + [309619] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9335), 1, + ACTIONS(9331), 1, sym_identifier, - STATE(6631), 2, + STATE(6304), 2, sym_comment, sym_include, - [316067] = 5, + [309636] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9337), 1, - aux_sym_to_phrase_token1, - STATE(6632), 2, + ACTIONS(9333), 1, + aux_sym_buffer_definition_token2, + STATE(6305), 2, sym_comment, sym_include, - [316084] = 5, + [309653] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9339), 1, + ACTIONS(9335), 1, sym__terminator, - STATE(6633), 2, + STATE(6306), 2, sym_comment, sym_include, - [316101] = 5, + [309670] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9341), 1, + ACTIONS(7749), 1, sym__terminator, - STATE(6634), 2, + STATE(6307), 2, sym_comment, sym_include, - [316118] = 5, + [309687] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9343), 1, - sym__terminator, - STATE(6635), 2, + ACTIONS(9337), 1, + aux_sym__block_terminator_token1, + STATE(6308), 2, sym_comment, sym_include, - [316135] = 5, + [309704] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9345), 1, + ACTIONS(9339), 1, aux_sym__block_terminator_token1, - STATE(6636), 2, + STATE(6309), 2, sym_comment, sym_include, - [316152] = 5, + [309721] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9347), 1, - sym__integer_literal, - STATE(6637), 2, + ACTIONS(7779), 1, + sym__terminator, + STATE(6310), 2, sym_comment, sym_include, - [316169] = 5, + [309738] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9349), 1, - sym__terminator, - STATE(6638), 2, + ACTIONS(9341), 1, + aux_sym_when_expression_token1, + STATE(6311), 2, sym_comment, sym_include, - [316186] = 5, + [309755] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9351), 1, - sym__terminator, - STATE(6639), 2, + ACTIONS(9343), 1, + aux_sym__block_terminator_token1, + STATE(6312), 2, sym_comment, sym_include, - [316203] = 5, + [309772] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9353), 1, - aux_sym__block_terminator_token1, - STATE(6640), 2, + ACTIONS(9345), 1, + sym__terminator, + STATE(6313), 2, + sym_comment, + sym_include, + [309789] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9347), 1, + sym_identifier, + STATE(6314), 2, sym_comment, sym_include, - [316220] = 5, + [309806] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7917), 1, + ACTIONS(9349), 1, sym__terminator, - STATE(6641), 2, + STATE(6315), 2, sym_comment, sym_include, - [316237] = 5, - ACTIONS(69), 1, + [309823] = 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(9355), 1, - aux_sym_primitive_type_token1, - STATE(6642), 2, + ACTIONS(9351), 1, + sym_identifier, + STATE(6316), 2, + sym_comment, + sym_include, + [309840] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9353), 1, + sym_identifier, + STATE(6317), 2, sym_comment, sym_include, - [316254] = 5, + [309857] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6548), 1, + ACTIONS(9355), 1, sym__terminator, - STATE(6643), 2, + STATE(6318), 2, sym_comment, sym_include, - [316271] = 5, + [309874] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -307991,11 +304190,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9357), 1, - aux_sym_buffer_definition_token2, - STATE(6644), 2, + aux_sym__block_terminator_token1, + STATE(6319), 2, sym_comment, sym_include, - [316288] = 5, + [309891] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -308003,23 +304202,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9359), 1, - sym__terminator, - STATE(6645), 2, + anon_sym_RBRACK, + STATE(6320), 2, sym_comment, sym_include, - [316305] = 5, - ACTIONS(3), 1, + [309908] = 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(9361), 1, - sym_identifier, - STATE(6646), 2, + sym__terminator, + STATE(6321), 2, sym_comment, sym_include, - [316322] = 5, + [309925] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -308027,694 +304226,755 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9363), 1, - sym__terminator, - STATE(6647), 2, + aux_sym__block_terminator_token1, + STATE(6322), 2, sym_comment, sym_include, - [316339] = 5, + [309942] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8521), 1, + ACTIONS(7523), 1, sym__terminator, - STATE(6648), 2, - sym_comment, - sym_include, - [316356] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(9365), 1, - sym_identifier, - STATE(6649), 2, + STATE(6323), 2, sym_comment, sym_include, - [316373] = 5, + [309959] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9367), 1, + ACTIONS(4390), 1, sym_identifier, - STATE(6650), 2, + STATE(6324), 2, sym_comment, sym_include, - [316390] = 5, - ACTIONS(3), 1, + [309976] = 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(9369), 1, - sym_identifier, - STATE(6651), 2, + ACTIONS(9365), 1, + aux_sym_on_error_phrase_token3, + STATE(6325), 2, sym_comment, sym_include, - [316407] = 5, + [309993] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9371), 1, + ACTIONS(9367), 1, sym_identifier, - STATE(6652), 2, + STATE(6326), 2, sym_comment, sym_include, - [316424] = 5, + [310010] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9373), 1, + ACTIONS(9369), 1, sym__terminator, - STATE(6653), 2, + STATE(6327), 2, sym_comment, sym_include, - [316441] = 5, - ACTIONS(3), 1, + [310027] = 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(9375), 1, - sym_identifier, - STATE(6654), 2, + ACTIONS(9371), 1, + anon_sym_COMMA, + STATE(6328), 2, sym_comment, sym_include, - [316458] = 5, + [310044] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9377), 1, + ACTIONS(9373), 1, sym_identifier, - STATE(6655), 2, + STATE(6329), 2, sym_comment, sym_include, - [316475] = 5, - ACTIONS(3), 1, + [310061] = 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(9379), 1, - sym_identifier, - STATE(6656), 2, + ACTIONS(9375), 1, + anon_sym_COMMA, + STATE(6330), 2, sym_comment, sym_include, - [316492] = 5, + [310078] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7403), 1, - aux_sym_do_block_token1, - STATE(6657), 2, + ACTIONS(9377), 1, + anon_sym_COMMA, + STATE(6331), 2, sym_comment, sym_include, - [316509] = 5, - ACTIONS(3), 1, + [310095] = 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(9381), 1, - sym_identifier, - STATE(6658), 2, + ACTIONS(9379), 1, + anon_sym_COMMA, + STATE(6332), 2, sym_comment, sym_include, - [316526] = 5, - ACTIONS(3), 1, + [310112] = 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(9383), 1, - sym_identifier, - STATE(6659), 2, + ACTIONS(7834), 1, + sym__terminator, + STATE(6333), 2, sym_comment, sym_include, - [316543] = 5, + [310129] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9385), 1, - aux_sym_buffer_definition_token2, - STATE(6660), 2, + ACTIONS(8487), 1, + sym__terminator, + STATE(6334), 2, sym_comment, sym_include, - [316560] = 5, - ACTIONS(3), 1, + [310146] = 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(9387), 1, - sym_identifier, - STATE(6661), 2, + ACTIONS(9381), 1, + sym__terminator, + STATE(6335), 2, sym_comment, sym_include, - [316577] = 5, + [310163] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8505), 1, - sym__terminator, - STATE(6662), 2, + ACTIONS(7941), 1, + anon_sym_DOT, + STATE(6336), 2, sym_comment, sym_include, - [316594] = 5, + [310180] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9389), 1, + ACTIONS(9383), 1, sym_identifier, - STATE(6663), 2, + STATE(6337), 2, sym_comment, sym_include, - [316611] = 5, + [310197] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9391), 1, + ACTIONS(9385), 1, sym__terminator, - STATE(6664), 2, + STATE(6338), 2, sym_comment, sym_include, - [316628] = 5, + [310214] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9393), 1, - anon_sym_COLON, - STATE(6665), 2, - sym_comment, - sym_include, - [316645] = 4, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(9395), 2, - sym_file_name, - anon_sym_LBRACE, - STATE(6666), 2, + ACTIONS(7503), 1, + sym__terminator, + STATE(6339), 2, sym_comment, sym_include, - [316660] = 5, + [310231] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9397), 1, - anon_sym_RBRACE, - STATE(6667), 2, + ACTIONS(9387), 1, + aux_sym__block_terminator_token1, + STATE(6340), 2, sym_comment, sym_include, - [316677] = 5, + [310248] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9399), 1, - sym__integer_literal, - STATE(6668), 2, + ACTIONS(9389), 1, + sym__terminator, + STATE(6341), 2, sym_comment, sym_include, - [316694] = 5, + [310265] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9401), 1, - sym__terminator, - STATE(6669), 2, + ACTIONS(9391), 1, + sym__integer_literal, + STATE(6342), 2, sym_comment, sym_include, - [316711] = 5, + [310282] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9403), 1, + ACTIONS(9393), 1, sym_identifier, - STATE(6670), 2, + STATE(6343), 2, sym_comment, sym_include, - [316728] = 5, + [310299] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7548), 1, - sym__terminator, - STATE(6671), 2, + ACTIONS(9395), 1, + anon_sym_RBRACK, + STATE(6344), 2, sym_comment, sym_include, - [316745] = 5, + [310316] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9405), 1, - sym__terminator, - STATE(6672), 2, + ACTIONS(9397), 1, + sym__integer_literal, + STATE(6345), 2, sym_comment, sym_include, - [316762] = 5, + [310333] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9407), 1, - aux_sym__block_terminator_token1, - STATE(6673), 2, + ACTIONS(8473), 1, + sym__terminator, + STATE(6346), 2, sym_comment, sym_include, - [316779] = 5, + [310350] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9409), 1, + ACTIONS(9399), 1, anon_sym_RBRACE, - STATE(6674), 2, + STATE(6347), 2, sym_comment, sym_include, - [316796] = 5, + [310367] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9411), 1, + ACTIONS(9401), 1, sym__terminator, - STATE(6675), 2, + STATE(6348), 2, sym_comment, sym_include, - [316813] = 5, + [310384] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9413), 1, - anon_sym_SLASH, - STATE(6676), 2, + ACTIONS(7804), 1, + aux_sym_do_block_token1, + STATE(6349), 2, sym_comment, sym_include, - [316830] = 5, + [310401] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9415), 1, + ACTIONS(9403), 1, sym_identifier, - STATE(6677), 2, + STATE(6350), 2, sym_comment, sym_include, - [316847] = 5, - ACTIONS(3), 1, + [310418] = 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(9417), 1, - sym_identifier, - STATE(6678), 2, + ACTIONS(9405), 1, + aux_sym__block_terminator_token1, + STATE(6351), 2, sym_comment, sym_include, - [316864] = 5, + [310435] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9419), 1, + ACTIONS(9407), 1, sym__terminator, - STATE(6679), 2, + STATE(6352), 2, sym_comment, sym_include, - [316881] = 5, + [310452] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9421), 1, - sym__terminator, - STATE(6680), 2, + ACTIONS(9409), 1, + anon_sym_DOT, + STATE(6353), 2, sym_comment, sym_include, - [316898] = 5, + [310469] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8299), 1, + ACTIONS(6769), 1, sym__terminator, - STATE(6681), 2, + STATE(6354), 2, sym_comment, sym_include, - [316915] = 5, + [310486] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9423), 1, - aux_sym_input_expression_token2, - STATE(6682), 2, + ACTIONS(7773), 1, + sym__terminator, + STATE(6355), 2, sym_comment, sym_include, - [316932] = 5, + [310503] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9425), 1, + ACTIONS(9411), 1, sym_identifier, - STATE(6683), 2, + STATE(6356), 2, sym_comment, sym_include, - [316949] = 5, + [310520] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9427), 1, + ACTIONS(9413), 1, sym_identifier, - STATE(6684), 2, + STATE(6357), 2, sym_comment, sym_include, - [316966] = 5, + [310537] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9429), 1, + ACTIONS(9415), 1, sym_identifier, - STATE(6685), 2, + STATE(6358), 2, sym_comment, sym_include, - [316983] = 5, + [310554] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9431), 1, - anon_sym_RBRACE, - STATE(6686), 2, + ACTIONS(6619), 1, + sym__terminator, + STATE(6359), 2, sym_comment, sym_include, - [317000] = 5, + [310571] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7556), 1, - sym__terminator, - STATE(6687), 2, + ACTIONS(9417), 1, + anon_sym_LPAREN, + STATE(6360), 2, sym_comment, sym_include, - [317017] = 5, + [310588] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7533), 1, - sym__terminator, - STATE(6688), 2, + ACTIONS(9419), 1, + aux_sym__block_terminator_token1, + STATE(6361), 2, sym_comment, sym_include, - [317034] = 5, + [310605] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6573), 1, + ACTIONS(5189), 1, sym__terminator, - STATE(6689), 2, + STATE(6362), 2, sym_comment, sym_include, - [317051] = 5, + [310622] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9433), 1, - anon_sym_COMMA, - STATE(6690), 2, + ACTIONS(9421), 1, + aux_sym_output_stream_statement_token1, + STATE(6363), 2, sym_comment, sym_include, - [317068] = 5, - ACTIONS(3), 1, + [310639] = 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(9435), 1, - sym_identifier, - STATE(6691), 2, + ACTIONS(9423), 1, + aux_sym_on_error_phrase_token2, + STATE(6364), 2, sym_comment, sym_include, - [317085] = 5, + [310656] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9437), 1, + ACTIONS(9425), 1, sym__terminator, - STATE(6692), 2, + STATE(6365), 2, sym_comment, sym_include, - [317102] = 5, + [310673] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9439), 1, - anon_sym_RBRACE, - STATE(6693), 2, + ACTIONS(9427), 1, + anon_sym_LPAREN, + STATE(6366), 2, sym_comment, sym_include, - [317119] = 5, + [310690] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7395), 1, + ACTIONS(7342), 1, sym__terminator, - STATE(6694), 2, + STATE(6367), 2, sym_comment, sym_include, - [317136] = 5, + [310707] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8425), 1, + ACTIONS(9429), 1, + aux_sym__block_terminator_token1, + STATE(6368), 2, + sym_comment, + sym_include, + [310724] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(8427), 1, sym__terminator, - STATE(6695), 2, + STATE(6369), 2, sym_comment, sym_include, - [317153] = 5, + [310741] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9441), 1, + ACTIONS(9431), 1, sym__terminator, - STATE(6696), 2, + STATE(6370), 2, sym_comment, sym_include, - [317170] = 5, + [310758] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9443), 1, + ACTIONS(9433), 1, sym_identifier, - STATE(6697), 2, + STATE(6371), 2, sym_comment, sym_include, - [317187] = 5, + [310775] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9445), 1, - sym__terminator, - STATE(6698), 2, + ACTIONS(9435), 1, + anon_sym_RBRACE, + STATE(6372), 2, + sym_comment, + sym_include, + [310792] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9437), 1, + sym__integer_literal, + STATE(6373), 2, sym_comment, sym_include, - [317204] = 5, + [310809] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9447), 1, + ACTIONS(9439), 1, sym_identifier, - STATE(6699), 2, + STATE(6374), 2, sym_comment, sym_include, - [317221] = 5, + [310826] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9441), 1, + aux_sym_input_expression_token2, + STATE(6375), 2, + sym_comment, + sym_include, + [310843] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9449), 1, + ACTIONS(9443), 1, sym_identifier, - STATE(6700), 2, + STATE(6376), 2, sym_comment, sym_include, - [317238] = 5, + [310860] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9451), 1, + ACTIONS(8057), 1, anon_sym_DOT, - STATE(6701), 2, + STATE(6377), 2, + sym_comment, + sym_include, + [310877] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9445), 1, + aux_sym_to_phrase_token1, + STATE(6378), 2, + sym_comment, + sym_include, + [310894] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9447), 1, + sym__terminator, + STATE(6379), 2, + sym_comment, + sym_include, + [310911] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9449), 1, + aux_sym__block_terminator_token1, + STATE(6380), 2, + sym_comment, + sym_include, + [310928] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(8375), 1, + sym__terminator, + STATE(6381), 2, sym_comment, sym_include, - [317255] = 5, + [310945] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9453), 1, + ACTIONS(9451), 1, sym_identifier, - STATE(6702), 2, + STATE(6382), 2, sym_comment, sym_include, - [317272] = 5, + [310962] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9455), 1, - sym__terminator, - STATE(6703), 2, + ACTIONS(9453), 1, + anon_sym_RBRACE, + STATE(6383), 2, sym_comment, sym_include, - [317289] = 5, - ACTIONS(69), 1, + [310979] = 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(8395), 1, - sym__terminator, - STATE(6704), 2, + ACTIONS(9455), 1, + sym_identifier, + STATE(6384), 2, sym_comment, sym_include, - [317306] = 5, + [310996] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -308723,10 +304983,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9457), 1, sym__terminator, - STATE(6705), 2, + STATE(6385), 2, sym_comment, sym_include, - [317323] = 5, + [311013] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -308734,23 +304994,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9459), 1, - anon_sym_RBRACE, - STATE(6706), 2, + sym__terminator, + STATE(6386), 2, sym_comment, sym_include, - [317340] = 5, - ACTIONS(69), 1, + [311030] = 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(9461), 1, - sym__integer_literal, - STATE(6707), 2, + sym_identifier, + STATE(6387), 2, sym_comment, sym_include, - [317357] = 5, + [311047] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -308759,10 +305019,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9463), 1, sym_identifier, - STATE(6708), 2, + STATE(6388), 2, sym_comment, sym_include, - [317374] = 5, + [311064] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -308770,11 +305030,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9465), 1, - sym__terminator, - STATE(6709), 2, + anon_sym_RBRACE, + STATE(6389), 2, sym_comment, sym_include, - [317391] = 5, + [311081] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -308782,2027 +305042,2037 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9467), 1, - anon_sym_RBRACE, - STATE(6710), 2, + aux_sym__block_terminator_token1, + STATE(6390), 2, sym_comment, sym_include, - [317408] = 5, + [311098] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9469), 1, + sym_identifier, + STATE(6391), 2, + sym_comment, + sym_include, + [311115] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9469), 1, - sym__terminator, - STATE(6711), 2, + ACTIONS(9471), 1, + aux_sym__block_terminator_token1, + STATE(6392), 2, sym_comment, sym_include, - [317425] = 5, + [311132] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8363), 1, + ACTIONS(9473), 1, sym__terminator, - STATE(6712), 2, + STATE(6393), 2, sym_comment, sym_include, - [317442] = 5, + [311149] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9471), 1, - ts_builtin_sym_end, - STATE(6713), 2, + ACTIONS(9475), 1, + sym__terminator, + STATE(6394), 2, sym_comment, sym_include, - [317459] = 5, + [311166] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9473), 1, + ACTIONS(9477), 1, aux_sym__block_terminator_token1, - STATE(6714), 2, + STATE(6395), 2, sym_comment, sym_include, - [317476] = 5, + [311183] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9475), 1, + ACTIONS(9479), 1, sym_identifier, - STATE(6715), 2, + STATE(6396), 2, sym_comment, sym_include, - [317493] = 5, - ACTIONS(69), 1, + [311200] = 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(8371), 1, - sym__terminator, - STATE(6716), 2, + ACTIONS(9481), 1, + sym_identifier, + STATE(6397), 2, sym_comment, sym_include, - [317510] = 5, - ACTIONS(69), 1, + [311217] = 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(7531), 1, - sym__terminator, - STATE(6717), 2, + ACTIONS(4225), 1, + sym_identifier, + STATE(6398), 2, sym_comment, sym_include, - [317527] = 5, - ACTIONS(69), 1, + [311234] = 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(6696), 1, - sym__terminator, - STATE(6718), 2, + ACTIONS(9483), 1, + sym_identifier, + STATE(6399), 2, sym_comment, sym_include, - [317544] = 5, + [311251] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9477), 1, - anon_sym_COMMA, - STATE(6719), 2, + ACTIONS(9485), 1, + sym__terminator, + STATE(6400), 2, sym_comment, sym_include, - [317561] = 5, + [311268] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9479), 1, - sym__terminator, - STATE(6720), 2, + ACTIONS(9487), 1, + aux_sym_output_stream_statement_token1, + STATE(6401), 2, sym_comment, sym_include, - [317578] = 5, + [311285] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9481), 1, - anon_sym_COMMA, - STATE(6721), 2, + ACTIONS(9489), 1, + sym__terminator, + STATE(6402), 2, sym_comment, sym_include, - [317595] = 5, + [311302] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9483), 1, - sym__terminator, - STATE(6722), 2, + ACTIONS(9491), 1, + aux_sym__block_terminator_token1, + STATE(6403), 2, sym_comment, sym_include, - [317612] = 5, + [311319] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9485), 1, + ACTIONS(4378), 1, sym_identifier, - STATE(6723), 2, + STATE(6404), 2, + sym_comment, + sym_include, + [311336] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9493), 1, + sym__terminator, + STATE(6405), 2, sym_comment, sym_include, - [317629] = 5, + [311353] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9487), 1, + ACTIONS(9495), 1, sym_identifier, - STATE(6724), 2, + STATE(6406), 2, sym_comment, sym_include, - [317646] = 5, + [311370] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9489), 1, - sym__terminator, - STATE(6725), 2, + ACTIONS(9497), 1, + aux_sym__block_terminator_token1, + STATE(6407), 2, sym_comment, sym_include, - [317663] = 5, - ACTIONS(69), 1, + [311387] = 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(9491), 1, - sym__terminator, - STATE(6726), 2, + ACTIONS(9499), 1, + sym_identifier, + STATE(6408), 2, sym_comment, sym_include, - [317680] = 5, - ACTIONS(69), 1, + [311404] = 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(9493), 1, - sym__terminator, - STATE(6727), 2, + ACTIONS(9501), 1, + sym_identifier, + STATE(6409), 2, sym_comment, sym_include, - [317697] = 5, + [311421] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9495), 1, + ACTIONS(9503), 1, sym__terminator, - STATE(6728), 2, + STATE(6410), 2, sym_comment, sym_include, - [317714] = 5, - ACTIONS(69), 1, + [311438] = 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(9497), 1, - aux_sym__block_terminator_token1, - STATE(6729), 2, + ACTIONS(9505), 1, + sym_identifier, + STATE(6411), 2, sym_comment, sym_include, - [317731] = 5, - ACTIONS(69), 1, + [311455] = 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(9499), 1, - sym__terminator, - STATE(6730), 2, + ACTIONS(9507), 1, + sym_identifier, + STATE(6412), 2, sym_comment, sym_include, - [317748] = 5, - ACTIONS(69), 1, + [311472] = 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(9501), 1, - sym__terminator, - STATE(6731), 2, + ACTIONS(9509), 1, + sym_identifier, + STATE(6413), 2, sym_comment, sym_include, - [317765] = 5, + [311489] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9503), 1, + ACTIONS(9511), 1, sym_identifier, - STATE(6732), 2, + STATE(6414), 2, sym_comment, sym_include, - [317782] = 5, - ACTIONS(69), 1, + [311506] = 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(9505), 1, - sym__terminator, - STATE(6733), 2, + ACTIONS(9513), 1, + sym_identifier, + STATE(6415), 2, sym_comment, sym_include, - [317799] = 5, - ACTIONS(69), 1, + [311523] = 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(9507), 1, - anon_sym_RBRACE, - STATE(6734), 2, + ACTIONS(9515), 1, + sym_identifier, + STATE(6416), 2, sym_comment, sym_include, - [317816] = 5, - ACTIONS(69), 1, + [311540] = 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(9509), 1, - anon_sym_COMMA, - STATE(6735), 2, + ACTIONS(9517), 1, + sym_identifier, + STATE(6417), 2, sym_comment, sym_include, - [317833] = 5, - ACTIONS(69), 1, + [311557] = 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(9511), 1, - aux_sym_to_phrase_token1, - STATE(6736), 2, + ACTIONS(9519), 1, + sym_identifier, + STATE(6418), 2, sym_comment, sym_include, - [317850] = 5, - ACTIONS(69), 1, + [311574] = 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(9513), 1, - aux_sym__block_terminator_token1, - STATE(6737), 2, + ACTIONS(9521), 1, + sym_identifier, + STATE(6419), 2, sym_comment, sym_include, - [317867] = 5, + [311591] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8325), 1, + ACTIONS(7531), 1, sym__terminator, - STATE(6738), 2, + STATE(6420), 2, sym_comment, sym_include, - [317884] = 5, - ACTIONS(69), 1, + [311608] = 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(9515), 1, - sym__terminator, - STATE(6739), 2, + ACTIONS(9523), 1, + sym_identifier, + STATE(6421), 2, sym_comment, sym_include, - [317901] = 5, - ACTIONS(69), 1, + [311625] = 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(9517), 1, - aux_sym_buffer_definition_token2, - STATE(6740), 2, + ACTIONS(9525), 1, + sym_identifier, + STATE(6422), 2, sym_comment, sym_include, - [317918] = 5, - ACTIONS(69), 1, + [311642] = 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(9519), 1, - aux_sym_buffer_definition_token2, - STATE(6741), 2, + ACTIONS(9527), 1, + sym_identifier, + STATE(6423), 2, sym_comment, sym_include, - [317935] = 5, - ACTIONS(69), 1, + [311659] = 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(9521), 1, - aux_sym_buffer_definition_token2, - STATE(6742), 2, + ACTIONS(9529), 1, + sym_identifier, + STATE(6424), 2, sym_comment, sym_include, - [317952] = 5, + [311676] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9523), 1, + ACTIONS(9531), 1, sym__terminator, - STATE(6743), 2, + STATE(6425), 2, sym_comment, sym_include, - [317969] = 5, + [311693] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9525), 1, + ACTIONS(9533), 1, sym__terminator, - STATE(6744), 2, + STATE(6426), 2, sym_comment, sym_include, - [317986] = 5, - ACTIONS(69), 1, + [311710] = 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(9527), 1, - sym__integer_literal, - STATE(6745), 2, + ACTIONS(9535), 1, + sym_identifier, + STATE(6427), 2, sym_comment, sym_include, - [318003] = 5, + [311727] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9529), 1, + ACTIONS(9537), 1, sym_identifier, - STATE(6746), 2, + STATE(6428), 2, sym_comment, sym_include, - [318020] = 5, + [311744] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8287), 1, + ACTIONS(9539), 1, sym__terminator, - STATE(6747), 2, + STATE(6429), 2, sym_comment, sym_include, - [318037] = 5, + [311761] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9531), 1, + ACTIONS(8287), 1, sym__terminator, - STATE(6748), 2, + STATE(6430), 2, sym_comment, sym_include, - [318054] = 5, + [311778] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9533), 1, + ACTIONS(9541), 1, sym_identifier, - STATE(6749), 2, + STATE(6431), 2, sym_comment, sym_include, - [318071] = 5, - ACTIONS(3), 1, + [311795] = 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(9535), 1, - sym_identifier, - STATE(6750), 2, + ACTIONS(9543), 1, + sym__terminator, + STATE(6432), 2, sym_comment, sym_include, - [318088] = 5, + [311812] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9537), 1, + ACTIONS(9545), 1, anon_sym_LPAREN, - STATE(6751), 2, + STATE(6433), 2, sym_comment, sym_include, - [318105] = 5, + [311829] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9539), 1, + ACTIONS(9547), 1, sym_identifier, - STATE(6752), 2, + STATE(6434), 2, sym_comment, sym_include, - [318122] = 5, + [311846] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9541), 1, + ACTIONS(9549), 1, sym_identifier, - STATE(6753), 2, + STATE(6435), 2, sym_comment, sym_include, - [318139] = 5, + [311863] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8313), 1, + ACTIONS(9551), 1, sym__terminator, - STATE(6754), 2, + STATE(6436), 2, sym_comment, sym_include, - [318156] = 5, - ACTIONS(69), 1, + [311880] = 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(9543), 1, - anon_sym_RBRACE, - STATE(6755), 2, + ACTIONS(9553), 1, + sym_identifier, + STATE(6437), 2, sym_comment, sym_include, - [318173] = 5, + [311897] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9545), 1, + ACTIONS(9555), 1, sym_identifier, - STATE(6756), 2, + STATE(6438), 2, sym_comment, sym_include, - [318190] = 5, + [311914] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4420), 1, + ACTIONS(9557), 1, sym_identifier, - STATE(6757), 2, + STATE(6439), 2, sym_comment, sym_include, - [318207] = 5, - ACTIONS(3), 1, + [311931] = 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(9547), 1, - sym_identifier, - STATE(6758), 2, + ACTIONS(9559), 1, + aux_sym_buffer_definition_token2, + STATE(6440), 2, sym_comment, sym_include, - [318224] = 5, + [311948] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9549), 1, + ACTIONS(8261), 1, sym__terminator, - STATE(6759), 2, + STATE(6441), 2, sym_comment, sym_include, - [318241] = 5, + [311965] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9551), 1, + ACTIONS(9561), 1, sym_identifier, - STATE(6760), 2, + STATE(6442), 2, sym_comment, sym_include, - [318258] = 5, + [311982] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9553), 1, + ACTIONS(9563), 1, sym_identifier, - STATE(6761), 2, + STATE(6443), 2, sym_comment, sym_include, - [318275] = 5, + [311999] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9555), 1, + ACTIONS(9565), 1, sym_identifier, - STATE(6762), 2, + STATE(6444), 2, sym_comment, sym_include, - [318292] = 5, + [312016] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9557), 1, - aux_sym__block_terminator_token1, - STATE(6763), 2, + ACTIONS(9567), 1, + aux_sym_buffer_definition_token2, + STATE(6445), 2, sym_comment, sym_include, - [318309] = 5, + [312033] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9559), 1, + ACTIONS(9569), 1, sym__terminator, - STATE(6764), 2, + STATE(6446), 2, sym_comment, sym_include, - [318326] = 5, + [312050] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7385), 1, + ACTIONS(9571), 1, sym__terminator, - STATE(6765), 2, + STATE(6447), 2, sym_comment, sym_include, - [318343] = 5, + [312067] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9561), 1, + ACTIONS(9573), 1, anon_sym_COMMA, - STATE(6766), 2, + STATE(6448), 2, sym_comment, sym_include, - [318360] = 5, - ACTIONS(69), 1, + [312084] = 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(6611), 1, - sym__terminator, - STATE(6767), 2, + ACTIONS(9575), 1, + sym_identifier, + STATE(6449), 2, sym_comment, sym_include, - [318377] = 5, - ACTIONS(69), 1, + [312101] = 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(9563), 1, - anon_sym_RBRACK, - STATE(6768), 2, + ACTIONS(9577), 1, + sym_identifier, + STATE(6450), 2, sym_comment, sym_include, - [318394] = 5, + [312118] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8293), 1, + ACTIONS(9579), 1, sym__terminator, - STATE(6769), 2, + STATE(6451), 2, sym_comment, sym_include, - [318411] = 5, + [312135] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9565), 1, + ACTIONS(9581), 1, aux_sym_buffer_definition_token2, - STATE(6770), 2, + STATE(6452), 2, sym_comment, sym_include, - [318428] = 5, + [312152] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9567), 1, + ACTIONS(9583), 1, sym_identifier, - STATE(6771), 2, + STATE(6453), 2, sym_comment, sym_include, - [318445] = 5, + [312169] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9569), 1, + ACTIONS(9585), 1, aux_sym_buffer_definition_token2, - STATE(6772), 2, + STATE(6454), 2, sym_comment, sym_include, - [318462] = 5, + [312186] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9571), 1, + ACTIONS(9587), 1, aux_sym_buffer_definition_token2, - STATE(6773), 2, + STATE(6455), 2, sym_comment, sym_include, - [318479] = 5, + [312203] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9573), 1, + ACTIONS(9589), 1, sym_identifier, - STATE(6774), 2, + STATE(6456), 2, sym_comment, sym_include, - [318496] = 5, + [312220] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9575), 1, + ACTIONS(9591), 1, aux_sym_on_error_phrase_token3, - STATE(6775), 2, + STATE(6457), 2, sym_comment, sym_include, - [318513] = 5, + [312237] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9577), 1, + ACTIONS(9593), 1, aux_sym_on_error_phrase_token3, - STATE(6776), 2, - sym_comment, - sym_include, - [318530] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(7330), 1, - aux_sym_on_stop_phrase_token1, - STATE(6777), 2, + STATE(6458), 2, sym_comment, sym_include, - [318547] = 5, + [312254] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9579), 1, - sym__terminator, - STATE(6778), 2, + ACTIONS(9595), 1, + anon_sym_RBRACK, + STATE(6459), 2, sym_comment, sym_include, - [318564] = 5, + [312271] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9581), 1, + ACTIONS(9597), 1, sym_identifier, - STATE(6779), 2, + STATE(6460), 2, sym_comment, sym_include, - [318581] = 5, + [312288] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9583), 1, + ACTIONS(9599), 1, sym_identifier, - STATE(6780), 2, + STATE(6461), 2, sym_comment, sym_include, - [318598] = 5, + [312305] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7377), 1, + ACTIONS(9601), 1, sym__terminator, - STATE(6781), 2, + STATE(6462), 2, sym_comment, sym_include, - [318615] = 5, + [312322] = 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_do_block_token1, - STATE(6782), 2, + ACTIONS(9603), 1, + sym__terminator, + STATE(6463), 2, + sym_comment, + sym_include, + [312339] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9605), 1, + sym_identifier, + STATE(6464), 2, sym_comment, sym_include, - [318632] = 5, + [312356] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9585), 1, + ACTIONS(9607), 1, aux_sym_buffer_definition_token2, - STATE(6783), 2, + STATE(6465), 2, sym_comment, sym_include, - [318649] = 5, + [312373] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9587), 1, + ACTIONS(9609), 1, aux_sym_buffer_definition_token2, - STATE(6784), 2, + STATE(6466), 2, sym_comment, sym_include, - [318666] = 5, + [312390] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9589), 1, + ACTIONS(9611), 1, aux_sym_buffer_definition_token2, - STATE(6785), 2, + STATE(6467), 2, sym_comment, sym_include, - [318683] = 5, - ACTIONS(69), 1, + [312407] = 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(9591), 1, - aux_sym__block_terminator_token1, - STATE(6786), 2, + ACTIONS(9613), 1, + sym_identifier, + STATE(6468), 2, sym_comment, sym_include, - [318700] = 5, - ACTIONS(69), 1, + [312424] = 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(9593), 1, - sym__terminator, - STATE(6787), 2, + ACTIONS(9615), 1, + sym_identifier, + STATE(6469), 2, sym_comment, sym_include, - [318717] = 5, + [312441] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9595), 1, - aux_sym_field_option_token7, - STATE(6788), 2, + ACTIONS(9617), 1, + sym__terminator, + STATE(6470), 2, sym_comment, sym_include, - [318734] = 5, + [312458] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8265), 1, + ACTIONS(9619), 1, sym__terminator, - STATE(6789), 2, + STATE(6471), 2, sym_comment, sym_include, - [318751] = 5, - ACTIONS(69), 1, + [312475] = 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(9597), 1, - anon_sym_RPAREN, - STATE(6790), 2, + ACTIONS(9621), 1, + sym_identifier, + STATE(6472), 2, sym_comment, sym_include, - [318768] = 5, + [312492] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9599), 1, + ACTIONS(9623), 1, sym__terminator, - STATE(6791), 2, + STATE(6473), 2, sym_comment, sym_include, - [318785] = 5, + [312509] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9601), 1, - aux_sym__block_terminator_token1, - STATE(6792), 2, + ACTIONS(9625), 1, + sym__terminator, + STATE(6474), 2, sym_comment, sym_include, - [318802] = 5, + [312526] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9603), 1, + ACTIONS(4418), 1, sym_identifier, - STATE(6793), 2, + STATE(6475), 2, sym_comment, sym_include, - [318819] = 5, + [312543] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9605), 1, + ACTIONS(9627), 1, sym_identifier, - STATE(6794), 2, + STATE(6476), 2, sym_comment, sym_include, - [318836] = 5, - ACTIONS(3), 1, + [312560] = 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(9607), 1, - sym_identifier, - STATE(6795), 2, + ACTIONS(8251), 1, + sym__terminator, + STATE(6477), 2, sym_comment, sym_include, - [318853] = 5, + [312577] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9609), 1, + ACTIONS(9629), 1, sym_identifier, - STATE(6796), 2, + STATE(6478), 2, sym_comment, sym_include, - [318870] = 5, + [312594] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9611), 1, + ACTIONS(9631), 1, sym__terminator, - STATE(6797), 2, + STATE(6479), 2, sym_comment, sym_include, - [318887] = 5, - ACTIONS(69), 1, + [312611] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(220), 2, + sym_file_name, anon_sym_LBRACE, - ACTIONS(9613), 1, - aux_sym_buffer_definition_token2, - STATE(6798), 2, + STATE(6480), 2, sym_comment, sym_include, - [318904] = 5, + [312626] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9615), 1, + ACTIONS(9633), 1, anon_sym_LPAREN, - STATE(6799), 2, + STATE(6481), 2, sym_comment, sym_include, - [318921] = 5, + [312643] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9617), 1, + ACTIONS(9635), 1, sym_identifier, - STATE(6800), 2, + STATE(6482), 2, sym_comment, sym_include, - [318938] = 5, + [312660] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9619), 1, + ACTIONS(9637), 1, sym_identifier, - STATE(6801), 2, + STATE(6483), 2, sym_comment, sym_include, - [318955] = 5, + [312677] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7326), 1, - sym__terminator, - STATE(6802), 2, + ACTIONS(9639), 1, + anon_sym_RBRACE, + STATE(6484), 2, sym_comment, sym_include, - [318972] = 5, - ACTIONS(69), 1, + [312694] = 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(9621), 1, - aux_sym__block_terminator_token1, - STATE(6803), 2, + ACTIONS(9641), 1, + sym_identifier, + STATE(6485), 2, sym_comment, sym_include, - [318989] = 5, + [312711] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9623), 1, + ACTIONS(9643), 1, sym_identifier, - STATE(6804), 2, + STATE(6486), 2, sym_comment, sym_include, - [319006] = 5, + [312728] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8257), 1, - aux_sym_primitive_type_token1, - STATE(6805), 2, + ACTIONS(9645), 1, + sym__terminator, + STATE(6487), 2, sym_comment, sym_include, - [319023] = 5, + [312745] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9625), 1, - aux_sym__block_terminator_token1, - STATE(6806), 2, + ACTIONS(9647), 1, + sym__terminator, + STATE(6488), 2, sym_comment, sym_include, - [319040] = 5, + [312762] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9627), 1, + ACTIONS(9649), 1, sym__terminator, - STATE(6807), 2, + STATE(6489), 2, sym_comment, sym_include, - [319057] = 5, - ACTIONS(3), 1, + [312779] = 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(9629), 1, - sym_identifier, - STATE(6808), 2, + ACTIONS(9651), 1, + sym__terminator, + STATE(6490), 2, sym_comment, sym_include, - [319074] = 5, + [312796] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9631), 1, + ACTIONS(9653), 1, sym_identifier, - STATE(6809), 2, + STATE(6491), 2, sym_comment, sym_include, - [319091] = 5, + [312813] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9633), 1, + ACTIONS(9655), 1, sym_identifier, - STATE(6810), 2, - sym_comment, - sym_include, - [319108] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(9635), 1, - sym__terminator, - STATE(6811), 2, + STATE(6492), 2, sym_comment, sym_include, - [319125] = 5, + [312830] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9637), 1, - anon_sym_COMMA, - STATE(6812), 2, + ACTIONS(9657), 1, + aux_sym_buffer_definition_token2, + STATE(6493), 2, sym_comment, sym_include, - [319142] = 5, + [312847] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9639), 1, + ACTIONS(9659), 1, sym__terminator, - STATE(6813), 2, + STATE(6494), 2, sym_comment, sym_include, - [319159] = 5, + [312864] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9641), 1, + ACTIONS(9661), 1, anon_sym_COMMA, - STATE(6814), 2, + STATE(6495), 2, sym_comment, sym_include, - [319176] = 5, - ACTIONS(69), 1, + [312881] = 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(9643), 1, - sym__terminator, - STATE(6815), 2, + ACTIONS(9663), 1, + sym_identifier, + STATE(6496), 2, sym_comment, sym_include, - [319193] = 5, + [312898] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(168), 1, - sym__namecolon, - STATE(6816), 2, + ACTIONS(7771), 1, + sym__terminator, + STATE(6497), 2, sym_comment, sym_include, - [319210] = 5, + [312915] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9645), 1, + ACTIONS(9665), 1, sym__terminator, - STATE(6817), 2, + STATE(6498), 2, sym_comment, sym_include, - [319227] = 5, + [312932] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9647), 1, + ACTIONS(9667), 1, aux_sym_buffer_definition_token2, - STATE(6818), 2, + STATE(6499), 2, sym_comment, sym_include, - [319244] = 5, + [312949] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9649), 1, + ACTIONS(9669), 1, sym_identifier, - STATE(6819), 2, + STATE(6500), 2, sym_comment, sym_include, - [319261] = 5, + [312966] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9651), 1, + ACTIONS(9671), 1, aux_sym_buffer_definition_token2, - STATE(6820), 2, + STATE(6501), 2, sym_comment, sym_include, - [319278] = 5, + [312983] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9653), 1, + ACTIONS(9673), 1, aux_sym_buffer_definition_token2, - STATE(6821), 2, + STATE(6502), 2, sym_comment, sym_include, - [319295] = 5, + [313000] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9655), 1, + ACTIONS(9675), 1, sym_identifier, - STATE(6822), 2, + STATE(6503), 2, sym_comment, sym_include, - [319312] = 5, + [313017] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9657), 1, + ACTIONS(9677), 1, aux_sym_on_error_phrase_token3, - STATE(6823), 2, + STATE(6504), 2, sym_comment, sym_include, - [319329] = 5, - ACTIONS(69), 1, + [313034] = 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(9659), 1, - sym__terminator, - STATE(6824), 2, + ACTIONS(9679), 1, + sym_identifier, + STATE(6505), 2, sym_comment, sym_include, - [319346] = 5, - ACTIONS(69), 1, + [313051] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, - ACTIONS(75), 1, + ACTIONS(9681), 2, + sym_file_name, anon_sym_LBRACE, - ACTIONS(9661), 1, - sym__terminator, - STATE(6825), 2, + STATE(6506), 2, sym_comment, sym_include, - [319363] = 5, + [313066] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9663), 1, - anon_sym_DOT, - STATE(6826), 2, + ACTIONS(8219), 1, + sym__terminator, + STATE(6507), 2, sym_comment, sym_include, - [319380] = 5, + [313083] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9665), 1, + ACTIONS(9683), 1, sym_identifier, - STATE(6827), 2, + STATE(6508), 2, sym_comment, sym_include, - [319397] = 5, - ACTIONS(69), 1, + [313100] = 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(9667), 1, - aux_sym__block_terminator_token1, - STATE(6828), 2, + ACTIONS(9685), 1, + sym_identifier, + STATE(6509), 2, sym_comment, sym_include, - [319414] = 5, + [313117] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9669), 1, + ACTIONS(9687), 1, aux_sym_buffer_definition_token2, - STATE(6829), 2, + STATE(6510), 2, sym_comment, sym_include, - [319431] = 5, + [313134] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9671), 1, + ACTIONS(9689), 1, aux_sym_buffer_definition_token2, - STATE(6830), 2, + STATE(6511), 2, sym_comment, sym_include, - [319448] = 5, + [313151] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9673), 1, + ACTIONS(9691), 1, aux_sym_buffer_definition_token2, - STATE(6831), 2, + STATE(6512), 2, sym_comment, sym_include, - [319465] = 5, - ACTIONS(3), 1, + [313168] = 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(9675), 1, - sym_identifier, - STATE(6832), 2, + ACTIONS(9693), 1, + sym__terminator, + STATE(6513), 2, sym_comment, sym_include, - [319482] = 5, + [313185] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9677), 1, - anon_sym_RBRACE, - STATE(6833), 2, + ACTIONS(9695), 1, + aux_sym__block_terminator_token1, + STATE(6514), 2, sym_comment, sym_include, - [319499] = 5, + [313202] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9679), 1, + ACTIONS(7430), 1, sym__terminator, - STATE(6834), 2, + STATE(6515), 2, sym_comment, sym_include, - [319516] = 5, + [313219] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9681), 1, + ACTIONS(3890), 1, sym_identifier, - STATE(6835), 2, + STATE(6516), 2, sym_comment, sym_include, - [319533] = 5, + [313236] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9683), 1, + ACTIONS(9697), 1, sym_identifier, - STATE(6836), 2, + STATE(6517), 2, sym_comment, sym_include, - [319550] = 5, - ACTIONS(3), 1, + [313253] = 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(9685), 1, - sym_identifier, - STATE(6837), 2, + ACTIONS(9699), 1, + anon_sym_RBRACE, + STATE(6518), 2, sym_comment, sym_include, - [319567] = 5, - ACTIONS(3), 1, + [313270] = 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(9687), 1, - sym_identifier, - STATE(6838), 2, + ACTIONS(9701), 1, + anon_sym_LPAREN, + STATE(6519), 2, sym_comment, sym_include, - [319584] = 5, + [313287] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9689), 1, + ACTIONS(9703), 1, sym_identifier, - STATE(6839), 2, + STATE(6520), 2, sym_comment, sym_include, - [319601] = 5, - ACTIONS(3), 1, + [313304] = 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(9691), 1, - sym_identifier, - STATE(6840), 2, + ACTIONS(9705), 1, + sym__integer_literal, + STATE(6521), 2, sym_comment, sym_include, - [319618] = 5, - ACTIONS(69), 1, + [313321] = 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(9693), 1, - sym__integer_literal, - STATE(6841), 2, + ACTIONS(9707), 1, + sym_identifier, + STATE(6522), 2, sym_comment, sym_include, - [319635] = 5, - ACTIONS(69), 1, + [313338] = 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(9695), 1, - sym__terminator, - STATE(6842), 2, + ACTIONS(9709), 1, + sym_identifier, + STATE(6523), 2, sym_comment, sym_include, - [319652] = 5, + [313355] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9697), 1, - aux_sym__block_terminator_token1, - STATE(6843), 2, + ACTIONS(9711), 1, + anon_sym_RBRACE, + STATE(6524), 2, sym_comment, sym_include, - [319669] = 5, + [313372] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9699), 1, + ACTIONS(9713), 1, anon_sym_LPAREN, - STATE(6844), 2, + STATE(6525), 2, sym_comment, sym_include, - [319686] = 5, + [313389] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9701), 1, + ACTIONS(9715), 1, sym_identifier, - STATE(6845), 2, + STATE(6526), 2, sym_comment, sym_include, - [319703] = 5, + [313406] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9703), 1, + ACTIONS(9717), 1, sym_identifier, - STATE(6846), 2, + STATE(6527), 2, sym_comment, sym_include, - [319720] = 5, + [313423] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9705), 1, - sym__terminator, - STATE(6847), 2, + ACTIONS(148), 1, + sym__namecolon, + STATE(6528), 2, sym_comment, sym_include, - [319737] = 5, - ACTIONS(3), 1, + [313440] = 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(9707), 1, - sym_identifier, - STATE(6848), 2, + ACTIONS(8233), 1, + anon_sym_DOT, + STATE(6529), 2, sym_comment, sym_include, - [319754] = 5, + [313457] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9709), 1, + ACTIONS(9719), 1, sym_identifier, - STATE(6849), 2, + STATE(6530), 2, sym_comment, sym_include, - [319771] = 5, + [313474] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9711), 1, - sym__terminator, - STATE(6850), 2, + ACTIONS(9721), 1, + aux_sym_enum_definition_token1, + STATE(6531), 2, sym_comment, sym_include, - [319788] = 5, + [313491] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9713), 1, - aux_sym__block_terminator_token1, - STATE(6851), 2, + ACTIONS(5193), 1, + sym__terminator, + STATE(6532), 2, sym_comment, sym_include, - [319805] = 5, - ACTIONS(69), 1, + [313508] = 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(9715), 1, - anon_sym_RBRACE, - STATE(6852), 2, + ACTIONS(4362), 1, + sym_identifier, + STATE(6533), 2, sym_comment, sym_include, - [319822] = 5, + [313525] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9717), 1, + ACTIONS(9723), 1, sym__terminator, - STATE(6853), 2, + STATE(6534), 2, sym_comment, sym_include, - [319839] = 5, + [313542] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9719), 1, + ACTIONS(9725), 1, sym_identifier, - STATE(6854), 2, + STATE(6535), 2, sym_comment, sym_include, - [319856] = 5, + [313559] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9721), 1, + ACTIONS(9727), 1, sym_identifier, - STATE(6855), 2, + STATE(6536), 2, sym_comment, sym_include, - [319873] = 5, + [313576] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9723), 1, + ACTIONS(9729), 1, sym_identifier, - STATE(6856), 2, + STATE(6537), 2, sym_comment, sym_include, - [319890] = 5, + [313593] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9725), 1, + ACTIONS(9731), 1, aux_sym__block_terminator_token1, - STATE(6857), 2, + STATE(6538), 2, sym_comment, sym_include, - [319907] = 5, + [313610] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9727), 1, + ACTIONS(9733), 1, anon_sym_COMMA, - STATE(6858), 2, + STATE(6539), 2, sym_comment, sym_include, - [319924] = 5, + [313627] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9729), 1, + ACTIONS(9735), 1, sym__terminator, - STATE(6859), 2, + STATE(6540), 2, sym_comment, sym_include, - [319941] = 5, + [313644] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9731), 1, - anon_sym_DOT, - STATE(6860), 2, + ACTIONS(9737), 1, + sym__terminator, + STATE(6541), 2, sym_comment, sym_include, - [319958] = 5, - ACTIONS(3), 1, + [313661] = 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(4388), 1, - sym_identifier, - STATE(6861), 2, + ACTIONS(8585), 1, + anon_sym_DOT, + STATE(6542), 2, sym_comment, sym_include, - [319975] = 5, + [313678] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9733), 1, + ACTIONS(9739), 1, aux_sym_buffer_definition_token2, - STATE(6862), 2, + STATE(6543), 2, sym_comment, sym_include, - [319992] = 5, + [313695] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9735), 1, + ACTIONS(9741), 1, sym_identifier, - STATE(6863), 2, + STATE(6544), 2, sym_comment, sym_include, - [320009] = 5, + [313712] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9737), 1, + ACTIONS(9743), 1, aux_sym_buffer_definition_token2, - STATE(6864), 2, + STATE(6545), 2, sym_comment, sym_include, - [320026] = 5, + [313729] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9739), 1, + ACTIONS(9745), 1, aux_sym_buffer_definition_token2, - STATE(6865), 2, + STATE(6546), 2, sym_comment, sym_include, - [320043] = 5, + [313746] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9741), 1, + ACTIONS(9747), 1, sym_identifier, - STATE(6866), 2, + STATE(6547), 2, sym_comment, sym_include, - [320060] = 5, + [313763] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6676), 1, + ACTIONS(9749), 1, sym__terminator, - STATE(6867), 2, + STATE(6548), 2, sym_comment, sym_include, - [320077] = 5, + [313780] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9743), 1, - aux_sym_output_stream_statement_token1, - STATE(6868), 2, + ACTIONS(8195), 1, + sym__terminator, + STATE(6549), 2, sym_comment, sym_include, - [320094] = 5, - ACTIONS(69), 1, + [313797] = 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(9745), 1, - sym__terminator, - STATE(6869), 2, + ACTIONS(9751), 1, + sym_identifier, + STATE(6550), 2, sym_comment, sym_include, - [320111] = 5, + [313814] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9747), 1, + ACTIONS(6679), 1, sym__terminator, - STATE(6870), 2, + STATE(6551), 2, sym_comment, sym_include, - [320128] = 5, + [313831] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8151), 1, + ACTIONS(8159), 1, sym__terminator, - STATE(6871), 2, + STATE(6552), 2, sym_comment, sym_include, - [320145] = 5, + [313848] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9749), 1, + ACTIONS(9753), 1, aux_sym_buffer_definition_token2, - STATE(6872), 2, + STATE(6553), 2, sym_comment, sym_include, - [320162] = 5, + [313865] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9751), 1, + ACTIONS(9755), 1, aux_sym_buffer_definition_token2, - STATE(6873), 2, + STATE(6554), 2, sym_comment, sym_include, - [320179] = 5, + [313882] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9753), 1, + ACTIONS(9757), 1, aux_sym_buffer_definition_token2, - STATE(6874), 2, + STATE(6555), 2, sym_comment, sym_include, - [320196] = 5, + [313899] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9755), 1, + ACTIONS(8191), 1, sym__terminator, - STATE(6875), 2, + STATE(6556), 2, sym_comment, sym_include, - [320213] = 5, - ACTIONS(3), 1, + [313916] = 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(9757), 1, - sym_identifier, - STATE(6876), 2, + ACTIONS(8873), 1, + sym__terminator, + STATE(6557), 2, sym_comment, sym_include, - [320230] = 5, - ACTIONS(3), 1, + [313933] = 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(9759), 1, - sym_identifier, - STATE(6877), 2, + anon_sym_DOT, + STATE(6558), 2, sym_comment, sym_include, - [320247] = 5, - ACTIONS(3), 1, + [313950] = 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(9761), 1, - sym_identifier, - STATE(6878), 2, + sym__terminator, + STATE(6559), 2, sym_comment, sym_include, - [320264] = 5, + [313967] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -310811,22 +307081,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9763), 1, sym_identifier, - STATE(6879), 2, + STATE(6560), 2, sym_comment, sym_include, - [320281] = 5, - ACTIONS(3), 1, + [313984] = 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(9765), 1, - sym_identifier, - STATE(6880), 2, + sym__terminator, + STATE(6561), 2, sym_comment, sym_include, - [320298] = 5, + [314001] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -310835,22 +307105,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9767), 1, sym_identifier, - STATE(6881), 2, + STATE(6562), 2, sym_comment, sym_include, - [320315] = 5, - ACTIONS(69), 1, + [314018] = 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(9769), 1, - anon_sym_RBRACE, - STATE(6882), 2, + sym_identifier, + STATE(6563), 2, sym_comment, sym_include, - [320332] = 5, + [314035] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -310859,22 +307129,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9771), 1, sym_identifier, - STATE(6883), 2, + STATE(6564), 2, sym_comment, sym_include, - [320349] = 5, - ACTIONS(69), 1, + [314052] = 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(9773), 1, - sym__terminator, - STATE(6884), 2, + sym_identifier, + STATE(6565), 2, sym_comment, sym_include, - [320366] = 5, + [314069] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -310882,11 +307152,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9775), 1, - anon_sym_RBRACE, - STATE(6885), 2, + aux_sym__block_terminator_token1, + STATE(6566), 2, sym_comment, sym_include, - [320383] = 5, + [314086] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -310895,10 +307165,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9777), 1, anon_sym_LPAREN, - STATE(6886), 2, + STATE(6567), 2, sym_comment, sym_include, - [320400] = 5, + [314103] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -310907,10 +307177,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9779), 1, sym_identifier, - STATE(6887), 2, + STATE(6568), 2, sym_comment, sym_include, - [320417] = 5, + [314120] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -310919,993 +307189,994 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9781), 1, sym_identifier, - STATE(6888), 2, + STATE(6569), 2, sym_comment, sym_include, - [320434] = 5, + [314137] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7433), 1, - sym__terminator, - STATE(6889), 2, + ACTIONS(9783), 1, + anon_sym_RBRACE, + STATE(6570), 2, sym_comment, sym_include, - [320451] = 5, + [314154] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5147), 1, + ACTIONS(9785), 1, sym__terminator, - STATE(6890), 2, - sym_comment, - sym_include, - [320468] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(9783), 1, - sym_identifier, - STATE(6891), 2, + STATE(6571), 2, sym_comment, sym_include, - [320485] = 5, + [314171] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4362), 1, + ACTIONS(9787), 1, sym_identifier, - STATE(6892), 2, + STATE(6572), 2, sym_comment, sym_include, - [320502] = 5, + [314188] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9785), 1, + ACTIONS(9789), 1, sym__terminator, - STATE(6893), 2, + STATE(6573), 2, sym_comment, sym_include, - [320519] = 5, + [314205] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9787), 1, - sym__terminator, - STATE(6894), 2, + ACTIONS(9791), 1, + anon_sym_RBRACK, + STATE(6574), 2, sym_comment, sym_include, - [320536] = 5, + [314222] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9789), 1, - sym__integer_literal, - STATE(6895), 2, + ACTIONS(9793), 1, + sym__terminator, + STATE(6575), 2, sym_comment, sym_include, - [320553] = 5, + [314239] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9791), 1, + ACTIONS(9795), 1, sym_identifier, - STATE(6896), 2, + STATE(6576), 2, sym_comment, sym_include, - [320570] = 5, + [314256] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9793), 1, + ACTIONS(9797), 1, sym_identifier, - STATE(6897), 2, + STATE(6577), 2, sym_comment, sym_include, - [320587] = 5, + [314273] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9795), 1, + ACTIONS(9799), 1, sym_identifier, - STATE(6898), 2, + STATE(6578), 2, sym_comment, sym_include, - [320604] = 5, - ACTIONS(3), 1, + [314290] = 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(9797), 1, - sym_identifier, - STATE(6899), 2, + ACTIONS(8147), 1, + sym__terminator, + STATE(6579), 2, sym_comment, sym_include, - [320621] = 5, + [314307] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9799), 1, - anon_sym_COMMA, - STATE(6900), 2, + ACTIONS(9801), 1, + sym__terminator, + STATE(6580), 2, sym_comment, sym_include, - [320638] = 5, + [314324] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9801), 1, - anon_sym_RBRACE, - STATE(6901), 2, + ACTIONS(9803), 1, + anon_sym_COMMA, + STATE(6581), 2, sym_comment, sym_include, - [320655] = 5, + [314341] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9803), 1, + ACTIONS(9805), 1, sym__terminator, - STATE(6902), 2, + STATE(6582), 2, + sym_comment, + sym_include, + [314358] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9807), 1, + sym_identifier, + STATE(6583), 2, sym_comment, sym_include, - [320672] = 5, + [314375] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9805), 1, + ACTIONS(9809), 1, sym__terminator, - STATE(6903), 2, + STATE(6584), 2, sym_comment, sym_include, - [320689] = 5, + [314392] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9807), 1, + ACTIONS(9811), 1, aux_sym_buffer_definition_token2, - STATE(6904), 2, + STATE(6585), 2, sym_comment, sym_include, - [320706] = 5, + [314409] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9809), 1, + ACTIONS(9813), 1, sym_identifier, - STATE(6905), 2, + STATE(6586), 2, sym_comment, sym_include, - [320723] = 5, + [314426] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9811), 1, + ACTIONS(9815), 1, aux_sym_buffer_definition_token2, - STATE(6906), 2, + STATE(6587), 2, sym_comment, sym_include, - [320740] = 5, + [314443] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9813), 1, + ACTIONS(9817), 1, aux_sym_buffer_definition_token2, - STATE(6907), 2, + STATE(6588), 2, sym_comment, sym_include, - [320757] = 5, + [314460] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9815), 1, + ACTIONS(9819), 1, sym_identifier, - STATE(6908), 2, + STATE(6589), 2, sym_comment, sym_include, - [320774] = 5, + [314477] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9817), 1, + ACTIONS(9821), 1, sym__terminator, - STATE(6909), 2, + STATE(6590), 2, sym_comment, sym_include, - [320791] = 5, - ACTIONS(3), 1, + [314494] = 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(9819), 1, - sym_identifier, - STATE(6910), 2, + ACTIONS(9823), 1, + aux_sym_buffer_definition_token2, + STATE(6591), 2, sym_comment, sym_include, - [320808] = 5, + [314511] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9821), 1, - aux_sym__block_terminator_token1, - STATE(6911), 2, + ACTIONS(9825), 1, + aux_sym_primitive_type_token1, + STATE(6592), 2, sym_comment, sym_include, - [320825] = 5, + [314528] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9823), 1, + ACTIONS(9827), 1, sym_identifier, - STATE(6912), 2, + STATE(6593), 2, sym_comment, sym_include, - [320842] = 5, - ACTIONS(3), 1, + [314545] = 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(9825), 1, - sym_identifier, - STATE(6913), 2, + ACTIONS(8129), 1, + sym__terminator, + STATE(6594), 2, sym_comment, sym_include, - [320859] = 5, + [314562] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9827), 1, + ACTIONS(9829), 1, aux_sym_buffer_definition_token2, - STATE(6914), 2, + STATE(6595), 2, sym_comment, sym_include, - [320876] = 5, + [314579] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9829), 1, + ACTIONS(9831), 1, aux_sym_buffer_definition_token2, - STATE(6915), 2, + STATE(6596), 2, sym_comment, sym_include, - [320893] = 5, + [314596] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9831), 1, + ACTIONS(9833), 1, aux_sym_buffer_definition_token2, - STATE(6916), 2, + STATE(6597), 2, sym_comment, sym_include, - [320910] = 5, + [314613] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9833), 1, + ACTIONS(9835), 1, + sym_identifier, + STATE(6598), 2, + sym_comment, + sym_include, + [314630] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9837), 1, sym_identifier, - STATE(6917), 2, + STATE(6599), 2, sym_comment, sym_include, - [320927] = 5, + [314647] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9835), 1, + ACTIONS(9839), 1, sym__terminator, - STATE(6918), 2, + STATE(6600), 2, sym_comment, sym_include, - [320944] = 5, + [314664] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9837), 1, + ACTIONS(9841), 1, sym__terminator, - STATE(6919), 2, + STATE(6601), 2, sym_comment, sym_include, - [320961] = 5, - ACTIONS(3), 1, + [314681] = 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(9839), 1, - sym_identifier, - STATE(6920), 2, + ACTIONS(9843), 1, + aux_sym__block_terminator_token1, + STATE(6602), 2, sym_comment, sym_include, - [320978] = 5, + [314698] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9841), 1, + ACTIONS(9845), 1, + anon_sym_LPAREN, + STATE(6603), 2, + sym_comment, + sym_include, + [314715] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9847), 1, sym__terminator, - STATE(6921), 2, + STATE(6604), 2, sym_comment, sym_include, - [320995] = 5, + [314732] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9843), 1, + ACTIONS(9849), 1, anon_sym_LPAREN, - STATE(6922), 2, + STATE(6605), 2, sym_comment, sym_include, - [321012] = 5, + [314749] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9845), 1, + ACTIONS(9851), 1, sym_identifier, - STATE(6923), 2, + STATE(6606), 2, sym_comment, sym_include, - [321029] = 5, + [314766] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9847), 1, + ACTIONS(9853), 1, anon_sym_LPAREN, - STATE(6924), 2, + STATE(6607), 2, sym_comment, sym_include, - [321046] = 5, + [314783] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9849), 1, - sym__terminator, - STATE(6925), 2, + ACTIONS(9855), 1, + sym__integer_literal, + STATE(6608), 2, sym_comment, sym_include, - [321063] = 5, + [314800] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9851), 1, + ACTIONS(9857), 1, anon_sym_LPAREN, - STATE(6926), 2, + STATE(6609), 2, sym_comment, sym_include, - [321080] = 5, + [314817] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9853), 1, - anon_sym_COMMA, - STATE(6927), 2, + ACTIONS(9859), 1, + aux_sym__block_terminator_token1, + STATE(6610), 2, sym_comment, sym_include, - [321097] = 5, + [314834] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9855), 1, + ACTIONS(9861), 1, anon_sym_LPAREN, - STATE(6928), 2, + STATE(6611), 2, sym_comment, sym_include, - [321114] = 5, - ACTIONS(3), 1, + [314851] = 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(9857), 1, - sym_identifier, - STATE(6929), 2, + ACTIONS(9863), 1, + aux_sym__block_terminator_token1, + STATE(6612), 2, sym_comment, sym_include, - [321131] = 5, + [314868] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9859), 1, + ACTIONS(9865), 1, anon_sym_LPAREN, - STATE(6930), 2, + STATE(6613), 2, sym_comment, sym_include, - [321148] = 5, - ACTIONS(3), 1, + [314885] = 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(9861), 1, - sym_identifier, - STATE(6931), 2, + ACTIONS(9867), 1, + aux_sym__block_terminator_token1, + STATE(6614), 2, sym_comment, sym_include, - [321165] = 5, + [314902] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9863), 1, + ACTIONS(9869), 1, anon_sym_LPAREN, - STATE(6932), 2, + STATE(6615), 2, sym_comment, sym_include, - [321182] = 5, - ACTIONS(3), 1, + [314919] = 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(9865), 1, - sym_identifier, - STATE(6933), 2, + ACTIONS(9871), 1, + anon_sym_RBRACE, + STATE(6616), 2, sym_comment, sym_include, - [321199] = 5, + [314936] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9867), 1, + ACTIONS(9873), 1, anon_sym_LPAREN, - STATE(6934), 2, + STATE(6617), 2, sym_comment, sym_include, - [321216] = 5, + [314953] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(3994), 1, + ACTIONS(9875), 1, sym_identifier, - STATE(6935), 2, + STATE(6618), 2, sym_comment, sym_include, - [321233] = 5, + [314970] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9869), 1, + ACTIONS(9877), 1, anon_sym_LPAREN, - STATE(6936), 2, + STATE(6619), 2, sym_comment, sym_include, - [321250] = 5, + [314987] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9871), 1, - aux_sym__block_terminator_token1, - STATE(6937), 2, + ACTIONS(9879), 1, + anon_sym_RBRACE, + STATE(6620), 2, sym_comment, sym_include, - [321267] = 5, + [315004] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9873), 1, - anon_sym_LPAREN, - STATE(6938), 2, + ACTIONS(9881), 1, + sym__integer_literal, + STATE(6621), 2, sym_comment, sym_include, - [321284] = 5, + [315021] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9875), 1, - aux_sym_on_error_phrase_token3, - STATE(6939), 2, + ACTIONS(7410), 1, + sym__terminator, + STATE(6622), 2, sym_comment, sym_include, - [321301] = 5, + [315038] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7764), 1, - aux_sym_on_stop_phrase_token1, - STATE(6940), 2, + ACTIONS(8171), 1, + sym__terminator, + STATE(6623), 2, sym_comment, sym_include, - [321318] = 5, + [315055] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9877), 1, + ACTIONS(9883), 1, sym_identifier, - STATE(6941), 2, - sym_comment, - sym_include, - [321335] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(9879), 1, - aux_sym_when_expression_token1, - STATE(6942), 2, + STATE(6624), 2, sym_comment, sym_include, - [321352] = 5, + [315072] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9881), 1, + ACTIONS(9885), 1, sym__terminator, - STATE(6943), 2, + STATE(6625), 2, sym_comment, sym_include, - [321369] = 5, + [315089] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9883), 1, + ACTIONS(9887), 1, aux_sym_buffer_definition_token2, - STATE(6944), 2, + STATE(6626), 2, sym_comment, sym_include, - [321386] = 4, + [315106] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(71), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(180), 2, - sym_file_name, + ACTIONS(7), 1, anon_sym_LBRACE, - STATE(6945), 2, + ACTIONS(9889), 1, + sym_identifier, + STATE(6627), 2, sym_comment, sym_include, - [321401] = 5, + [315123] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9885), 1, + ACTIONS(9891), 1, anon_sym_RBRACE, - STATE(6946), 2, + STATE(6628), 2, sym_comment, sym_include, - [321418] = 5, + [315140] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9887), 1, - sym__terminator, - STATE(6947), 2, + ACTIONS(9893), 1, + aux_sym_buffer_definition_token2, + STATE(6629), 2, sym_comment, sym_include, - [321435] = 5, + [315157] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9889), 1, - aux_sym_type_tuning_token1, - STATE(6948), 2, + ACTIONS(9895), 1, + sym__integer_literal, + STATE(6630), 2, sym_comment, sym_include, - [321452] = 5, - ACTIONS(69), 1, + [315174] = 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(9891), 1, - anon_sym_EQ, - STATE(6949), 2, + ACTIONS(9897), 1, + sym_identifier, + STATE(6631), 2, sym_comment, sym_include, - [321469] = 5, + [315191] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9893), 1, + ACTIONS(9899), 1, sym_identifier, - STATE(6950), 2, + STATE(6632), 2, sym_comment, sym_include, - [321486] = 5, + [315208] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9895), 1, + ACTIONS(9901), 1, sym_identifier, - STATE(6951), 2, + STATE(6633), 2, sym_comment, sym_include, - [321503] = 5, + [315225] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9897), 1, - sym__integer_literal, - STATE(6952), 2, + ACTIONS(9903), 1, + aux_sym_argument_mode_token3, + STATE(6634), 2, sym_comment, sym_include, - [321520] = 5, - ACTIONS(69), 1, + [315242] = 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(7407), 1, - aux_sym_on_error_phrase_token2, - STATE(6953), 2, + ACTIONS(9905), 1, + sym_identifier, + STATE(6635), 2, sym_comment, sym_include, - [321537] = 5, - ACTIONS(69), 1, + [315259] = 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(9899), 1, - aux_sym__block_terminator_token1, - STATE(6954), 2, + ACTIONS(9907), 1, + sym_identifier, + STATE(6636), 2, sym_comment, sym_include, - [321554] = 5, + [315276] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9901), 1, - aux_sym_input_expression_token2, - STATE(6955), 2, + ACTIONS(9909), 1, + sym__terminator, + STATE(6637), 2, sym_comment, sym_include, - [321571] = 5, + [315293] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9903), 1, - anon_sym_RBRACE, - STATE(6956), 2, + ACTIONS(9911), 1, + sym__terminator, + STATE(6638), 2, sym_comment, sym_include, - [321588] = 5, + [315310] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9905), 1, - sym__integer_literal, - STATE(6957), 2, + ACTIONS(9913), 1, + anon_sym_RBRACE, + STATE(6639), 2, sym_comment, sym_include, - [321605] = 5, + [315327] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9907), 1, - aux_sym__block_terminator_token1, - STATE(6958), 2, + ACTIONS(9915), 1, + sym__terminator, + STATE(6640), 2, sym_comment, sym_include, - [321622] = 5, - ACTIONS(3), 1, + [315344] = 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(9909), 1, - sym_identifier, - STATE(6959), 2, + ACTIONS(9917), 1, + sym__terminator, + STATE(6641), 2, sym_comment, sym_include, - [321639] = 5, + [315361] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9911), 1, + ACTIONS(9919), 1, sym_identifier, - STATE(6960), 2, - sym_comment, - sym_include, - [321656] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, - ACTIONS(9913), 1, - sym__terminator, - STATE(6961), 2, + STATE(6642), 2, sym_comment, sym_include, - [321673] = 5, + [315378] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9915), 1, - aux_sym__block_terminator_token1, - STATE(6962), 2, + ACTIONS(9921), 1, + anon_sym_RBRACE, + STATE(6643), 2, sym_comment, sym_include, - [321690] = 5, + [315395] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9917), 1, + ACTIONS(9923), 1, sym__terminator, - STATE(6963), 2, + STATE(6644), 2, sym_comment, sym_include, - [321707] = 5, + [315412] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9919), 1, - sym__terminator, - STATE(6964), 2, + ACTIONS(9925), 1, + sym__integer_literal, + STATE(6645), 2, sym_comment, sym_include, - [321724] = 5, + [315429] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9921), 1, + ACTIONS(9927), 1, sym_identifier, - STATE(6965), 2, + STATE(6646), 2, sym_comment, sym_include, - [321741] = 5, - ACTIONS(69), 1, + [315446] = 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(9923), 1, - aux_sym_type_tuning_token1, - STATE(6966), 2, + ACTIONS(9929), 1, + aux_sym_comment_token1, + STATE(6647), 2, sym_comment, sym_include, - [321758] = 5, + [315463] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9925), 1, + ACTIONS(9931), 1, sym_identifier, - STATE(6967), 2, + STATE(6648), 2, sym_comment, sym_include, - [321775] = 5, - ACTIONS(3), 1, + [315480] = 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(9927), 1, - sym_identifier, - STATE(6968), 2, + ACTIONS(9933), 1, + aux_sym_image_phrase_token10, + STATE(6649), 2, sym_comment, sym_include, - [321792] = 5, + [315497] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9929), 1, + ACTIONS(9935), 1, sym_identifier, - STATE(6969), 2, + STATE(6650), 2, sym_comment, sym_include, - [321809] = 5, + [315514] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9931), 1, + ACTIONS(9937), 1, sym_identifier, - STATE(6970), 2, + STATE(6651), 2, sym_comment, sym_include, - [321826] = 5, + [315531] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -311913,35 +308184,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9933), 1, - sym__terminator, - STATE(6971), 2, - sym_comment, - sym_include, - [321843] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(9935), 1, - sym_identifier, - STATE(6972), 2, + aux_sym_image_phrase_token8, + STATE(6652), 2, sym_comment, sym_include, - [321860] = 5, + [315548] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9937), 1, + ACTIONS(7382), 1, sym__terminator, - STATE(6973), 2, + STATE(6653), 2, sym_comment, sym_include, - [321877] = 5, + [315565] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -311950,10 +308209,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9939), 1, sym_identifier, - STATE(6974), 2, + STATE(6654), 2, sym_comment, sym_include, - [321894] = 5, + [315582] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -311962,10 +308221,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9941), 1, sym_identifier, - STATE(6975), 2, + STATE(6655), 2, sym_comment, sym_include, - [321911] = 5, + [315599] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -311974,22 +308233,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9943), 1, sym_identifier, - STATE(6976), 2, + STATE(6656), 2, + sym_comment, + sym_include, + [315616] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7), 1, + anon_sym_LBRACE, + ACTIONS(9945), 1, + sym_identifier, + STATE(6657), 2, sym_comment, sym_include, - [321928] = 5, + [315633] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(9945), 1, - sym__terminator, - STATE(6977), 2, + ACTIONS(7975), 1, + aux_sym_primitive_type_token1, + STATE(6658), 2, sym_comment, sym_include, - [321945] = 5, + [315650] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -311998,10 +308269,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9947), 1, sym_identifier, - STATE(6978), 2, + STATE(6659), 2, sym_comment, sym_include, - [321962] = 5, + [315667] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -312009,71 +308280,59 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(9949), 1, - sym__terminator, - STATE(6979), 2, + aux_sym_buffer_definition_token2, + STATE(6660), 2, sym_comment, sym_include, - [321979] = 5, - ACTIONS(3), 1, + [315684] = 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(9951), 1, - sym_identifier, - STATE(6980), 2, + sym__terminator, + STATE(6661), 2, sym_comment, sym_include, - [321996] = 5, - ACTIONS(3), 1, + [315701] = 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(9953), 1, - aux_sym_comment_token2, - STATE(6981), 2, + aux_sym__block_terminator_token1, + STATE(6662), 2, sym_comment, sym_include, - [322013] = 5, + [315718] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8177), 1, - anon_sym_DOT, - STATE(6982), 2, + ACTIONS(9955), 1, + sym__terminator, + STATE(6663), 2, sym_comment, sym_include, - [322030] = 5, + [315735] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9955), 1, - sym_identifier, - STATE(6983), 2, - sym_comment, - sym_include, - [322047] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, ACTIONS(9957), 1, - sym__terminator, - STATE(6984), 2, + sym_identifier, + STATE(6664), 2, sym_comment, sym_include, - [322064] = 5, + [315752] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -312082,10 +308341,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9959), 1, sym_identifier, - STATE(6985), 2, + STATE(6665), 2, sym_comment, sym_include, - [322081] = 5, + [315769] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -312094,22 +308353,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9961), 1, sym_identifier, - STATE(6986), 2, + STATE(6666), 2, sym_comment, sym_include, - [322098] = 5, - ACTIONS(3), 1, + [315786] = 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(9963), 1, - sym_identifier, - STATE(6987), 2, + sym__integer_literal, + STATE(6667), 2, sym_comment, sym_include, - [322115] = 5, + [315803] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -312118,10 +308377,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9965), 1, sym_identifier, - STATE(6988), 2, + STATE(6668), 2, sym_comment, sym_include, - [322132] = 5, + [315820] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -312130,10 +308389,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9967), 1, sym_identifier, - STATE(6989), 2, + STATE(6669), 2, sym_comment, sym_include, - [322149] = 5, + [315837] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -312142,10 +308401,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9969), 1, sym_identifier, - STATE(6990), 2, + STATE(6670), 2, sym_comment, sym_include, - [322166] = 5, + [315854] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -312154,22 +308413,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9971), 1, sym__terminator, - STATE(6991), 2, + STATE(6671), 2, sym_comment, sym_include, - [322183] = 5, - ACTIONS(3), 1, + [315871] = 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(9973), 1, - sym_identifier, - STATE(6992), 2, + sym__terminator, + STATE(6672), 2, sym_comment, sym_include, - [322200] = 5, + [315888] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -312178,10 +308437,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9975), 1, sym_identifier, - STATE(6993), 2, + STATE(6673), 2, sym_comment, sym_include, - [322217] = 5, + [315905] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -312190,10 +308449,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9977), 1, sym_identifier, - STATE(6994), 2, + STATE(6674), 2, sym_comment, sym_include, - [322234] = 5, + [315922] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -312202,10 +308461,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9979), 1, sym_identifier, - STATE(6995), 2, + STATE(6675), 2, sym_comment, sym_include, - [322251] = 5, + [315939] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -312214,10 +308473,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9981), 1, sym__terminator, - STATE(6996), 2, + STATE(6676), 2, sym_comment, sym_include, - [322268] = 5, + [315956] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -312226,22 +308485,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9983), 1, sym__terminator, - STATE(6997), 2, + STATE(6677), 2, sym_comment, sym_include, - [322285] = 5, - ACTIONS(3), 1, + [315973] = 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(9985), 1, - sym_identifier, - STATE(6998), 2, + sym__terminator, + STATE(6678), 2, sym_comment, sym_include, - [322302] = 5, + [315990] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -312250,298 +308509,298 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(9987), 1, sym__terminator, - STATE(6999), 2, + STATE(6679), 2, + sym_comment, + sym_include, + [316007] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(9989), 1, + sym__terminator, + STATE(6680), 2, sym_comment, sym_include, - [322319] = 5, + [316024] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9989), 1, + ACTIONS(9991), 1, sym_identifier, - STATE(7000), 2, + STATE(6681), 2, sym_comment, sym_include, - [322336] = 5, - ACTIONS(69), 1, + [316041] = 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(9991), 1, - aux_sym_run_tuning_token5, - STATE(7001), 2, + ACTIONS(9993), 1, + sym_identifier, + STATE(6682), 2, sym_comment, sym_include, - [322353] = 5, + [316058] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9993), 1, + ACTIONS(9995), 1, sym_identifier, - STATE(7002), 2, + STATE(6683), 2, sym_comment, sym_include, - [322370] = 5, + [316075] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(8659), 1, - anon_sym_DOT, - STATE(7003), 2, + ACTIONS(9997), 1, + sym__terminator, + STATE(6684), 2, sym_comment, sym_include, - [322387] = 5, + [316092] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9995), 1, + ACTIONS(9999), 1, sym_identifier, - STATE(7004), 2, + STATE(6685), 2, sym_comment, sym_include, - [322404] = 5, + [316109] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(9997), 1, + ACTIONS(10001), 1, sym_identifier, - STATE(7005), 2, + STATE(6686), 2, sym_comment, sym_include, - [322421] = 5, - ACTIONS(3), 1, + [316126] = 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(9999), 1, - sym_identifier, - STATE(7006), 2, + ACTIONS(10003), 1, + sym__terminator, + STATE(6687), 2, sym_comment, sym_include, - [322438] = 5, + [316143] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5153), 1, + ACTIONS(10005), 1, + sym__terminator, + STATE(6688), 2, + sym_comment, + sym_include, + [316160] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6650), 1, sym__terminator, - STATE(7007), 2, + STATE(6689), 2, sym_comment, sym_include, - [322455] = 5, + [316177] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10001), 1, + ACTIONS(10007), 1, sym_identifier, - STATE(7008), 2, + STATE(6690), 2, sym_comment, sym_include, - [322472] = 5, + [316194] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10003), 1, + ACTIONS(10009), 1, sym_identifier, - STATE(7009), 2, + STATE(6691), 2, sym_comment, sym_include, - [322489] = 5, + [316211] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10005), 1, + ACTIONS(10011), 1, sym_identifier, - STATE(7010), 2, + STATE(6692), 2, sym_comment, sym_include, - [322506] = 5, + [316228] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10007), 1, + ACTIONS(10013), 1, sym_identifier, - STATE(7011), 2, + STATE(6693), 2, sym_comment, sym_include, - [322523] = 5, + [316245] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10009), 1, + ACTIONS(10015), 1, sym_identifier, - STATE(7012), 2, + STATE(6694), 2, sym_comment, sym_include, - [322540] = 5, + [316262] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10011), 1, - aux_sym__block_terminator_token1, - STATE(7013), 2, - sym_comment, - sym_include, - [322557] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(10013), 1, - sym_identifier, - STATE(7014), 2, + ACTIONS(10017), 1, + anon_sym_DOT, + STATE(6695), 2, sym_comment, sym_include, - [322574] = 5, + [316279] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10015), 1, - sym__terminator, - STATE(7015), 2, + ACTIONS(10019), 1, + aux_sym__block_terminator_token1, + STATE(6696), 2, sym_comment, sym_include, - [322591] = 5, + [316296] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10017), 1, - anon_sym_RBRACE, - STATE(7016), 2, + ACTIONS(8015), 1, + sym__terminator, + STATE(6697), 2, sym_comment, sym_include, - [322608] = 5, + [316313] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10019), 1, + ACTIONS(10021), 1, sym_identifier, - STATE(7017), 2, + STATE(6698), 2, sym_comment, sym_include, - [322625] = 5, + [316330] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10021), 1, - sym__terminator, - STATE(7018), 2, + ACTIONS(10023), 1, + anon_sym_SLASH, + STATE(6699), 2, sym_comment, sym_include, - [322642] = 5, + [316347] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10023), 1, + ACTIONS(10025), 1, sym_identifier, - STATE(7019), 2, + STATE(6700), 2, sym_comment, sym_include, - [322659] = 5, + [316364] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(5133), 1, - sym__terminator, - STATE(7020), 2, + ACTIONS(7350), 1, + aux_sym_do_block_token1, + STATE(6701), 2, sym_comment, sym_include, - [322676] = 5, + [316381] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10025), 1, + ACTIONS(10027), 1, sym_identifier, - STATE(7021), 2, + STATE(6702), 2, sym_comment, sym_include, - [322693] = 5, + [316398] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10027), 1, - sym_identifier, - STATE(7022), 2, - sym_comment, - sym_include, - [322710] = 5, - ACTIONS(69), 1, - anon_sym_SLASH_SLASH, - ACTIONS(71), 1, - anon_sym_SLASH_STAR, - ACTIONS(75), 1, - anon_sym_LBRACE, ACTIONS(10029), 1, - sym__terminator, - STATE(7023), 2, + sym_identifier, + STATE(6703), 2, sym_comment, sym_include, - [322727] = 5, + [316415] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -312550,10 +308809,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(10031), 1, sym_identifier, - STATE(7024), 2, + STATE(6704), 2, sym_comment, sym_include, - [322744] = 5, + [316432] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -312562,10 +308821,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(10033), 1, sym_identifier, - STATE(7025), 2, + STATE(6705), 2, + sym_comment, + sym_include, + [316449] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(7985), 1, + sym__terminator, + STATE(6706), 2, sym_comment, sym_include, - [322761] = 5, + [316466] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -312574,10 +308845,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(10035), 1, sym_identifier, - STATE(7026), 2, + STATE(6707), 2, sym_comment, sym_include, - [322778] = 5, + [316483] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -312586,10 +308857,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(10037), 1, sym_identifier, - STATE(7027), 2, + STATE(6708), 2, sym_comment, sym_include, - [322795] = 5, + [316500] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -312598,10 +308869,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(10039), 1, sym_identifier, - STATE(7028), 2, + STATE(6709), 2, + sym_comment, + sym_include, + [316517] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(7925), 1, + sym__terminator, + STATE(6710), 2, sym_comment, sym_include, - [322812] = 5, + [316534] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -312610,10 +308893,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(10041), 1, sym__terminator, - STATE(7029), 2, + STATE(6711), 2, sym_comment, sym_include, - [322829] = 5, + [316551] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -312621,11 +308904,35 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(10043), 1, + aux_sym_type_tuning_token1, + STATE(6712), 2, + sym_comment, + sym_include, + [316568] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(7352), 1, + sym__terminator, + STATE(6713), 2, + sym_comment, + sym_include, + [316585] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6755), 1, sym__terminator, - STATE(7030), 2, + STATE(6714), 2, sym_comment, sym_include, - [322846] = 5, + [316602] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -312634,10 +308941,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(10045), 1, sym_identifier, - STATE(7031), 2, + STATE(6715), 2, sym_comment, sym_include, - [322863] = 5, + [316619] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -312646,22 +308953,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(10047), 1, sym_identifier, - STATE(7032), 2, + STATE(6716), 2, sym_comment, sym_include, - [322880] = 5, - ACTIONS(3), 1, + [316636] = 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(10049), 1, - sym_identifier, - STATE(7033), 2, + anon_sym_COLON, + STATE(6717), 2, sym_comment, sym_include, - [322897] = 5, + [316653] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -312670,10 +308977,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(10051), 1, sym__terminator, - STATE(7034), 2, + STATE(6718), 2, sym_comment, sym_include, - [322914] = 5, + [316670] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -312681,11 +308988,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(10053), 1, - anon_sym_RBRACK, - STATE(7035), 2, + sym__terminator, + STATE(6719), 2, sym_comment, sym_include, - [322931] = 5, + [316687] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -312694,10 +309001,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(10055), 1, sym__terminator, - STATE(7036), 2, + STATE(6720), 2, sym_comment, sym_include, - [322948] = 5, + [316704] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -312705,299 +309012,251 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(10057), 1, - sym__terminator, - STATE(7037), 2, + aux_sym_image_phrase_token10, + STATE(6721), 2, sym_comment, sym_include, - [322965] = 5, - ACTIONS(3), 1, + [316721] = 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(10059), 1, - sym_identifier, - STATE(7038), 2, + ts_builtin_sym_end, + STATE(6722), 2, sym_comment, sym_include, - [322982] = 5, - ACTIONS(69), 1, + [316738] = 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(10061), 1, - aux_sym_image_phrase_token8, - STATE(7039), 2, + sym_identifier, + STATE(6723), 2, sym_comment, sym_include, - [322999] = 5, + [316755] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7897), 1, - sym__terminator, - STATE(7040), 2, + ACTIONS(10057), 1, + aux_sym_image_phrase_token8, + STATE(6724), 2, sym_comment, sym_include, - [323016] = 5, - ACTIONS(69), 1, + [316772] = 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(10061), 1, - aux_sym_image_phrase_token10, - STATE(7041), 2, + ACTIONS(10063), 1, + sym_identifier, + STATE(6725), 2, sym_comment, sym_include, - [323033] = 5, + [316789] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7991), 1, + ACTIONS(7912), 1, sym__terminator, - STATE(7042), 2, + STATE(6726), 2, sym_comment, sym_include, - [323050] = 5, - ACTIONS(69), 1, + [316806] = 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(10063), 1, - sym__terminator, - STATE(7043), 2, + ACTIONS(10065), 1, + sym_identifier, + STATE(6727), 2, sym_comment, sym_include, - [323067] = 5, + [316823] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10065), 1, - sym__terminator, - STATE(7044), 2, - sym_comment, - sym_include, - [323084] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, ACTIONS(10067), 1, - sym_identifier, - STATE(7045), 2, + sym__terminator, + STATE(6728), 2, sym_comment, sym_include, - [323101] = 5, + [316840] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(4384), 1, + ACTIONS(10069), 1, sym_identifier, - STATE(7046), 2, + STATE(6729), 2, sym_comment, sym_include, - [323118] = 5, + [316857] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10069), 1, - anon_sym_RBRACE, - STATE(7047), 2, + ACTIONS(10071), 1, + anon_sym_RPAREN, + STATE(6730), 2, sym_comment, sym_include, - [323135] = 5, + [316874] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10071), 1, - sym__integer_literal, - STATE(7048), 2, - sym_comment, - sym_include, - [323152] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, ACTIONS(10073), 1, - sym_identifier, - STATE(7049), 2, + sym__terminator, + STATE(6731), 2, sym_comment, sym_include, - [323169] = 5, - ACTIONS(3), 1, + [316891] = 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(10075), 1, - sym_identifier, - STATE(7050), 2, + anon_sym_LPAREN, + STATE(6732), 2, sym_comment, sym_include, - [323186] = 5, - ACTIONS(3), 1, + [316908] = 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(10077), 1, - aux_sym_comment_token1, - STATE(7051), 2, - sym_comment, - sym_include, - [323203] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, - ACTIONS(10079), 1, - sym_identifier, - STATE(7052), 2, + aux_sym__block_terminator_token1, + STATE(6733), 2, sym_comment, sym_include, - [323220] = 5, + [316925] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(7927), 1, - sym__terminator, - STATE(7053), 2, + ACTIONS(10079), 1, + aux_sym__block_terminator_token1, + STATE(6734), 2, sym_comment, sym_include, - [323237] = 5, + [316942] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(6805), 1, + ACTIONS(10081), 1, sym__terminator, - STATE(7054), 2, + STATE(6735), 2, sym_comment, sym_include, - [323254] = 5, + [316959] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10081), 1, + ACTIONS(10083), 1, sym_identifier, - STATE(7055), 2, + STATE(6736), 2, sym_comment, sym_include, - [323271] = 5, + [316976] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10083), 1, + ACTIONS(10085), 1, sym_identifier, - STATE(7056), 2, + STATE(6737), 2, sym_comment, sym_include, - [323288] = 5, + [316993] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10085), 1, - aux_sym_buffer_definition_token2, - STATE(7057), 2, + ACTIONS(10087), 1, + sym__terminator, + STATE(6738), 2, sym_comment, sym_include, - [323305] = 5, + [317010] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10087), 1, + ACTIONS(10089), 1, sym__terminator, - STATE(7058), 2, + STATE(6739), 2, sym_comment, sym_include, - [323322] = 5, + [317027] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7), 1, anon_sym_LBRACE, - ACTIONS(10089), 1, + ACTIONS(10091), 1, sym_identifier, - STATE(7059), 2, + STATE(6740), 2, sym_comment, sym_include, - [323339] = 5, + [317044] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10091), 1, - aux_sym_argument_mode_token3, - STATE(7060), 2, - sym_comment, - sym_include, - [323356] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7), 1, - anon_sym_LBRACE, ACTIONS(10093), 1, - sym_identifier, - STATE(7061), 2, + aux_sym_input_expression_token2, + STATE(6741), 2, sym_comment, sym_include, - [323373] = 5, + [317061] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -313006,22 +309265,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(10095), 1, sym__terminator, - STATE(7062), 2, + STATE(6742), 2, sym_comment, sym_include, - [323390] = 5, - ACTIONS(3), 1, + [317078] = 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(10097), 1, - sym_identifier, - STATE(7063), 2, + anon_sym_RPAREN, + STATE(6743), 2, sym_comment, sym_include, - [323407] = 5, + [317095] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -313029,23 +309288,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(10099), 1, - aux_sym_type_tuning_token1, - STATE(7064), 2, + sym__terminator, + STATE(6744), 2, sym_comment, sym_include, - [323424] = 5, - ACTIONS(3), 1, + [317112] = 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(10101), 1, - sym_identifier, - STATE(7065), 2, + aux_sym_type_tuning_token1, + STATE(6745), 2, sym_comment, sym_include, - [323441] = 5, + [317129] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -313053,11 +309312,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(10103), 1, - anon_sym_RPAREN, - STATE(7066), 2, + sym__terminator, + STATE(6746), 2, + sym_comment, + sym_include, + [317146] = 5, + ACTIONS(69), 1, + anon_sym_SLASH_SLASH, + ACTIONS(71), 1, + anon_sym_SLASH_STAR, + ACTIONS(75), 1, + anon_sym_LBRACE, + ACTIONS(6779), 1, + sym__terminator, + STATE(6747), 2, sym_comment, sym_include, - [323458] = 5, + [317163] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -313066,10 +309337,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(10105), 1, aux_sym_type_tuning_token1, - STATE(7067), 2, + STATE(6748), 2, sym_comment, sym_include, - [323475] = 5, + [317180] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -313077,23 +309348,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(10107), 1, - anon_sym_LPAREN, - STATE(7068), 2, + anon_sym_RBRACE, + STATE(6749), 2, sym_comment, sym_include, - [323492] = 5, - ACTIONS(3), 1, + [317197] = 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(10109), 1, - sym_identifier, - STATE(7069), 2, + sym__terminator, + STATE(6750), 2, sym_comment, sym_include, - [323509] = 5, + [317214] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, @@ -313102,11800 +309373,11480 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(10111), 1, aux_sym_type_tuning_token1, - STATE(7070), 2, + STATE(6751), 2, sym_comment, sym_include, - [323526] = 5, - ACTIONS(69), 1, + [317231] = 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(8417), 1, - anon_sym_DOT, - STATE(7071), 2, + ACTIONS(10113), 1, + aux_sym_comment_token2, + STATE(6752), 2, sym_comment, sym_include, - [323543] = 5, + [317248] = 5, ACTIONS(69), 1, anon_sym_SLASH_SLASH, ACTIONS(71), 1, anon_sym_SLASH_STAR, ACTIONS(75), 1, anon_sym_LBRACE, - ACTIONS(10113), 1, - anon_sym_COMMA, - STATE(7072), 2, + ACTIONS(10115), 1, + sym__terminator, + STATE(6753), 2, sym_comment, sym_include, - [323560] = 1, - ACTIONS(10115), 1, - ts_builtin_sym_end, - [323564] = 1, + [317265] = 1, ACTIONS(10117), 1, ts_builtin_sym_end, - [323568] = 1, + [317269] = 1, ACTIONS(10119), 1, ts_builtin_sym_end, - [323572] = 1, + [317273] = 1, ACTIONS(10121), 1, ts_builtin_sym_end, - [323576] = 1, + [317277] = 1, ACTIONS(10123), 1, ts_builtin_sym_end, + [317281] = 1, + ACTIONS(10125), 1, + ts_builtin_sym_end, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(206)] = 0, - [SMALL_STATE(207)] = 131, - [SMALL_STATE(208)] = 226, - [SMALL_STATE(209)] = 359, - [SMALL_STATE(210)] = 492, - [SMALL_STATE(211)] = 582, - [SMALL_STATE(212)] = 656, - [SMALL_STATE(213)] = 732, - [SMALL_STATE(214)] = 810, - [SMALL_STATE(215)] = 888, - [SMALL_STATE(216)] = 966, - [SMALL_STATE(217)] = 1044, - [SMALL_STATE(218)] = 1124, - [SMALL_STATE(219)] = 1198, - [SMALL_STATE(220)] = 1272, - [SMALL_STATE(221)] = 1346, - [SMALL_STATE(222)] = 1422, - [SMALL_STATE(223)] = 1498, - [SMALL_STATE(224)] = 1576, - [SMALL_STATE(225)] = 1652, - [SMALL_STATE(226)] = 1730, - [SMALL_STATE(227)] = 1804, - [SMALL_STATE(228)] = 1894, - [SMALL_STATE(229)] = 1968, - [SMALL_STATE(230)] = 2058, - [SMALL_STATE(231)] = 2146, - [SMALL_STATE(232)] = 2224, - [SMALL_STATE(233)] = 2312, - [SMALL_STATE(234)] = 2394, - [SMALL_STATE(235)] = 2484, - [SMALL_STATE(236)] = 2568, - [SMALL_STATE(237)] = 2646, - [SMALL_STATE(238)] = 2736, - [SMALL_STATE(239)] = 2826, - [SMALL_STATE(240)] = 2902, - [SMALL_STATE(241)] = 2992, - [SMALL_STATE(242)] = 3082, - [SMALL_STATE(243)] = 3160, - [SMALL_STATE(244)] = 3233, - [SMALL_STATE(245)] = 3360, - [SMALL_STATE(246)] = 3433, - [SMALL_STATE(247)] = 3512, - [SMALL_STATE(248)] = 3585, - [SMALL_STATE(249)] = 3712, - [SMALL_STATE(250)] = 3787, - [SMALL_STATE(251)] = 3914, - [SMALL_STATE(252)] = 3991, - [SMALL_STATE(253)] = 4118, - [SMALL_STATE(254)] = 4245, - [SMALL_STATE(255)] = 4324, - [SMALL_STATE(256)] = 4449, - [SMALL_STATE(257)] = 4522, - [SMALL_STATE(258)] = 4649, - [SMALL_STATE(259)] = 4726, - [SMALL_STATE(260)] = 4803, - [SMALL_STATE(261)] = 4930, - [SMALL_STATE(262)] = 5003, - [SMALL_STATE(263)] = 5075, - [SMALL_STATE(264)] = 5165, - [SMALL_STATE(265)] = 5289, - [SMALL_STATE(266)] = 5363, - [SMALL_STATE(267)] = 5487, - [SMALL_STATE(268)] = 5611, - [SMALL_STATE(269)] = 5683, - [SMALL_STATE(270)] = 5807, - [SMALL_STATE(271)] = 5879, - [SMALL_STATE(272)] = 6003, - [SMALL_STATE(273)] = 6127, - [SMALL_STATE(274)] = 6199, - [SMALL_STATE(275)] = 6271, - [SMALL_STATE(276)] = 6347, - [SMALL_STATE(277)] = 6423, - [SMALL_STATE(278)] = 6495, - [SMALL_STATE(279)] = 6619, - [SMALL_STATE(280)] = 6743, - [SMALL_STATE(281)] = 6867, - [SMALL_STATE(282)] = 6955, - [SMALL_STATE(283)] = 7079, - [SMALL_STATE(284)] = 7151, - [SMALL_STATE(285)] = 7227, - [SMALL_STATE(286)] = 7299, - [SMALL_STATE(287)] = 7423, - [SMALL_STATE(288)] = 7495, - [SMALL_STATE(289)] = 7567, - [SMALL_STATE(290)] = 7639, - [SMALL_STATE(291)] = 7763, - [SMALL_STATE(292)] = 7835, - [SMALL_STATE(293)] = 7911, - [SMALL_STATE(294)] = 7983, - [SMALL_STATE(295)] = 8107, - [SMALL_STATE(296)] = 8181, - [SMALL_STATE(297)] = 8257, - [SMALL_STATE(298)] = 8381, - [SMALL_STATE(299)] = 8455, - [SMALL_STATE(300)] = 8527, - [SMALL_STATE(301)] = 8599, - [SMALL_STATE(302)] = 8671, - [SMALL_STATE(303)] = 8747, - [SMALL_STATE(304)] = 8823, - [SMALL_STATE(305)] = 8899, - [SMALL_STATE(306)] = 8971, - [SMALL_STATE(307)] = 9043, - [SMALL_STATE(308)] = 9117, - [SMALL_STATE(309)] = 9191, - [SMALL_STATE(310)] = 9267, - [SMALL_STATE(311)] = 9341, - [SMALL_STATE(312)] = 9413, - [SMALL_STATE(313)] = 9485, - [SMALL_STATE(314)] = 9557, - [SMALL_STATE(315)] = 9629, - [SMALL_STATE(316)] = 9701, - [SMALL_STATE(317)] = 9773, - [SMALL_STATE(318)] = 9845, - [SMALL_STATE(319)] = 9917, - [SMALL_STATE(320)] = 9989, - [SMALL_STATE(321)] = 10061, - [SMALL_STATE(322)] = 10133, - [SMALL_STATE(323)] = 10205, - [SMALL_STATE(324)] = 10283, - [SMALL_STATE(325)] = 10407, - [SMALL_STATE(326)] = 10531, - [SMALL_STATE(327)] = 10603, - [SMALL_STATE(328)] = 10675, - [SMALL_STATE(329)] = 10799, - [SMALL_STATE(330)] = 10923, - [SMALL_STATE(331)] = 11047, - [SMALL_STATE(332)] = 11168, - [SMALL_STATE(333)] = 11243, - [SMALL_STATE(334)] = 11364, - [SMALL_STATE(335)] = 11485, - [SMALL_STATE(336)] = 11606, - [SMALL_STATE(337)] = 11727, - [SMALL_STATE(338)] = 11848, - [SMALL_STATE(339)] = 11969, - [SMALL_STATE(340)] = 12090, - [SMALL_STATE(341)] = 12211, - [SMALL_STATE(342)] = 12332, - [SMALL_STATE(343)] = 12453, - [SMALL_STATE(344)] = 12574, - [SMALL_STATE(345)] = 12695, - [SMALL_STATE(346)] = 12816, - [SMALL_STATE(347)] = 12937, - [SMALL_STATE(348)] = 13058, - [SMALL_STATE(349)] = 13179, - [SMALL_STATE(350)] = 13300, - [SMALL_STATE(351)] = 13421, - [SMALL_STATE(352)] = 13542, - [SMALL_STATE(353)] = 13663, - [SMALL_STATE(354)] = 13784, - [SMALL_STATE(355)] = 13905, - [SMALL_STATE(356)] = 14026, - [SMALL_STATE(357)] = 14147, - [SMALL_STATE(358)] = 14268, - [SMALL_STATE(359)] = 14389, - [SMALL_STATE(360)] = 14510, - [SMALL_STATE(361)] = 14631, - [SMALL_STATE(362)] = 14752, - [SMALL_STATE(363)] = 14873, - [SMALL_STATE(364)] = 14994, - [SMALL_STATE(365)] = 15115, - [SMALL_STATE(366)] = 15236, - [SMALL_STATE(367)] = 15357, - [SMALL_STATE(368)] = 15478, - [SMALL_STATE(369)] = 15599, - [SMALL_STATE(370)] = 15720, - [SMALL_STATE(371)] = 15841, - [SMALL_STATE(372)] = 15962, - [SMALL_STATE(373)] = 16083, - [SMALL_STATE(374)] = 16204, - [SMALL_STATE(375)] = 16325, - [SMALL_STATE(376)] = 16446, - [SMALL_STATE(377)] = 16567, - [SMALL_STATE(378)] = 16688, - [SMALL_STATE(379)] = 16809, - [SMALL_STATE(380)] = 16930, - [SMALL_STATE(381)] = 17051, - [SMALL_STATE(382)] = 17172, - [SMALL_STATE(383)] = 17293, - [SMALL_STATE(384)] = 17414, - [SMALL_STATE(385)] = 17535, - [SMALL_STATE(386)] = 17656, - [SMALL_STATE(387)] = 17777, - [SMALL_STATE(388)] = 17898, - [SMALL_STATE(389)] = 18019, - [SMALL_STATE(390)] = 18140, - [SMALL_STATE(391)] = 18261, - [SMALL_STATE(392)] = 18382, - [SMALL_STATE(393)] = 18503, - [SMALL_STATE(394)] = 18624, - [SMALL_STATE(395)] = 18745, - [SMALL_STATE(396)] = 18866, - [SMALL_STATE(397)] = 18987, - [SMALL_STATE(398)] = 19108, - [SMALL_STATE(399)] = 19229, - [SMALL_STATE(400)] = 19350, - [SMALL_STATE(401)] = 19471, - [SMALL_STATE(402)] = 19592, - [SMALL_STATE(403)] = 19713, - [SMALL_STATE(404)] = 19834, - [SMALL_STATE(405)] = 19955, - [SMALL_STATE(406)] = 20076, - [SMALL_STATE(407)] = 20197, - [SMALL_STATE(408)] = 20318, - [SMALL_STATE(409)] = 20389, - [SMALL_STATE(410)] = 20510, - [SMALL_STATE(411)] = 20631, - [SMALL_STATE(412)] = 20752, - [SMALL_STATE(413)] = 20873, - [SMALL_STATE(414)] = 20994, - [SMALL_STATE(415)] = 21115, - [SMALL_STATE(416)] = 21186, - [SMALL_STATE(417)] = 21307, - [SMALL_STATE(418)] = 21428, - [SMALL_STATE(419)] = 21549, - [SMALL_STATE(420)] = 21670, - [SMALL_STATE(421)] = 21791, - [SMALL_STATE(422)] = 21912, - [SMALL_STATE(423)] = 22033, - [SMALL_STATE(424)] = 22154, - [SMALL_STATE(425)] = 22275, - [SMALL_STATE(426)] = 22396, - [SMALL_STATE(427)] = 22467, - [SMALL_STATE(428)] = 22588, - [SMALL_STATE(429)] = 22709, - [SMALL_STATE(430)] = 22830, - [SMALL_STATE(431)] = 22951, - [SMALL_STATE(432)] = 23022, - [SMALL_STATE(433)] = 23143, - [SMALL_STATE(434)] = 23264, - [SMALL_STATE(435)] = 23385, - [SMALL_STATE(436)] = 23458, - [SMALL_STATE(437)] = 23579, - [SMALL_STATE(438)] = 23700, - [SMALL_STATE(439)] = 23821, - [SMALL_STATE(440)] = 23942, - [SMALL_STATE(441)] = 24063, - [SMALL_STATE(442)] = 24184, - [SMALL_STATE(443)] = 24305, - [SMALL_STATE(444)] = 24426, - [SMALL_STATE(445)] = 24547, - [SMALL_STATE(446)] = 24668, - [SMALL_STATE(447)] = 24789, - [SMALL_STATE(448)] = 24910, - [SMALL_STATE(449)] = 25031, - [SMALL_STATE(450)] = 25152, - [SMALL_STATE(451)] = 25273, - [SMALL_STATE(452)] = 25394, - [SMALL_STATE(453)] = 25515, - [SMALL_STATE(454)] = 25636, - [SMALL_STATE(455)] = 25757, - [SMALL_STATE(456)] = 25878, - [SMALL_STATE(457)] = 25999, - [SMALL_STATE(458)] = 26120, - [SMALL_STATE(459)] = 26241, - [SMALL_STATE(460)] = 26362, - [SMALL_STATE(461)] = 26483, - [SMALL_STATE(462)] = 26604, - [SMALL_STATE(463)] = 26725, - [SMALL_STATE(464)] = 26846, - [SMALL_STATE(465)] = 26967, - [SMALL_STATE(466)] = 27088, - [SMALL_STATE(467)] = 27209, - [SMALL_STATE(468)] = 27330, - [SMALL_STATE(469)] = 27451, - [SMALL_STATE(470)] = 27572, - [SMALL_STATE(471)] = 27693, - [SMALL_STATE(472)] = 27814, - [SMALL_STATE(473)] = 27889, - [SMALL_STATE(474)] = 28010, - [SMALL_STATE(475)] = 28131, - [SMALL_STATE(476)] = 28252, - [SMALL_STATE(477)] = 28373, - [SMALL_STATE(478)] = 28494, - [SMALL_STATE(479)] = 28615, - [SMALL_STATE(480)] = 28692, - [SMALL_STATE(481)] = 28813, - [SMALL_STATE(482)] = 28934, - [SMALL_STATE(483)] = 29055, - [SMALL_STATE(484)] = 29176, - [SMALL_STATE(485)] = 29297, - [SMALL_STATE(486)] = 29418, - [SMALL_STATE(487)] = 29539, - [SMALL_STATE(488)] = 29660, - [SMALL_STATE(489)] = 29781, - [SMALL_STATE(490)] = 29902, - [SMALL_STATE(491)] = 30023, - [SMALL_STATE(492)] = 30144, - [SMALL_STATE(493)] = 30265, - [SMALL_STATE(494)] = 30386, - [SMALL_STATE(495)] = 30507, - [SMALL_STATE(496)] = 30628, - [SMALL_STATE(497)] = 30749, - [SMALL_STATE(498)] = 30870, - [SMALL_STATE(499)] = 30991, - [SMALL_STATE(500)] = 31112, - [SMALL_STATE(501)] = 31233, - [SMALL_STATE(502)] = 31354, - [SMALL_STATE(503)] = 31475, - [SMALL_STATE(504)] = 31596, - [SMALL_STATE(505)] = 31717, - [SMALL_STATE(506)] = 31838, - [SMALL_STATE(507)] = 31959, - [SMALL_STATE(508)] = 32080, - [SMALL_STATE(509)] = 32201, - [SMALL_STATE(510)] = 32322, - [SMALL_STATE(511)] = 32443, - [SMALL_STATE(512)] = 32564, - [SMALL_STATE(513)] = 32685, - [SMALL_STATE(514)] = 32806, - [SMALL_STATE(515)] = 32927, - [SMALL_STATE(516)] = 33048, - [SMALL_STATE(517)] = 33169, - [SMALL_STATE(518)] = 33290, - [SMALL_STATE(519)] = 33411, - [SMALL_STATE(520)] = 33532, - [SMALL_STATE(521)] = 33653, - [SMALL_STATE(522)] = 33774, - [SMALL_STATE(523)] = 33863, - [SMALL_STATE(524)] = 33984, - [SMALL_STATE(525)] = 34105, - [SMALL_STATE(526)] = 34226, - [SMALL_STATE(527)] = 34347, - [SMALL_STATE(528)] = 34468, - [SMALL_STATE(529)] = 34589, - [SMALL_STATE(530)] = 34710, - [SMALL_STATE(531)] = 34831, - [SMALL_STATE(532)] = 34952, - [SMALL_STATE(533)] = 35073, - [SMALL_STATE(534)] = 35194, - [SMALL_STATE(535)] = 35315, - [SMALL_STATE(536)] = 35436, - [SMALL_STATE(537)] = 35557, - [SMALL_STATE(538)] = 35678, - [SMALL_STATE(539)] = 35799, - [SMALL_STATE(540)] = 35920, - [SMALL_STATE(541)] = 36041, - [SMALL_STATE(542)] = 36162, - [SMALL_STATE(543)] = 36283, - [SMALL_STATE(544)] = 36404, - [SMALL_STATE(545)] = 36525, - [SMALL_STATE(546)] = 36646, - [SMALL_STATE(547)] = 36767, - [SMALL_STATE(548)] = 36888, - [SMALL_STATE(549)] = 37009, - [SMALL_STATE(550)] = 37130, - [SMALL_STATE(551)] = 37251, - [SMALL_STATE(552)] = 37372, - [SMALL_STATE(553)] = 37493, - [SMALL_STATE(554)] = 37614, - [SMALL_STATE(555)] = 37735, - [SMALL_STATE(556)] = 37856, - [SMALL_STATE(557)] = 37977, - [SMALL_STATE(558)] = 38098, - [SMALL_STATE(559)] = 38219, - [SMALL_STATE(560)] = 38340, - [SMALL_STATE(561)] = 38461, - [SMALL_STATE(562)] = 38582, - [SMALL_STATE(563)] = 38703, - [SMALL_STATE(564)] = 38824, - [SMALL_STATE(565)] = 38945, - [SMALL_STATE(566)] = 39066, - [SMALL_STATE(567)] = 39187, - [SMALL_STATE(568)] = 39308, - [SMALL_STATE(569)] = 39429, - [SMALL_STATE(570)] = 39550, - [SMALL_STATE(571)] = 39671, - [SMALL_STATE(572)] = 39792, - [SMALL_STATE(573)] = 39913, - [SMALL_STATE(574)] = 40034, - [SMALL_STATE(575)] = 40155, - [SMALL_STATE(576)] = 40276, - [SMALL_STATE(577)] = 40397, - [SMALL_STATE(578)] = 40518, - [SMALL_STATE(579)] = 40639, - [SMALL_STATE(580)] = 40760, - [SMALL_STATE(581)] = 40881, - [SMALL_STATE(582)] = 41002, - [SMALL_STATE(583)] = 41073, - [SMALL_STATE(584)] = 41194, - [SMALL_STATE(585)] = 41315, - [SMALL_STATE(586)] = 41436, - [SMALL_STATE(587)] = 41557, - [SMALL_STATE(588)] = 41678, - [SMALL_STATE(589)] = 41799, - [SMALL_STATE(590)] = 41920, - [SMALL_STATE(591)] = 42041, - [SMALL_STATE(592)] = 42162, - [SMALL_STATE(593)] = 42283, - [SMALL_STATE(594)] = 42404, - [SMALL_STATE(595)] = 42525, - [SMALL_STATE(596)] = 42646, - [SMALL_STATE(597)] = 42767, - [SMALL_STATE(598)] = 42888, - [SMALL_STATE(599)] = 43009, - [SMALL_STATE(600)] = 43130, - [SMALL_STATE(601)] = 43251, - [SMALL_STATE(602)] = 43372, - [SMALL_STATE(603)] = 43493, - [SMALL_STATE(604)] = 43614, - [SMALL_STATE(605)] = 43735, - [SMALL_STATE(606)] = 43856, - [SMALL_STATE(607)] = 43977, - [SMALL_STATE(608)] = 44098, - [SMALL_STATE(609)] = 44219, - [SMALL_STATE(610)] = 44340, - [SMALL_STATE(611)] = 44461, - [SMALL_STATE(612)] = 44582, - [SMALL_STATE(613)] = 44703, - [SMALL_STATE(614)] = 44824, - [SMALL_STATE(615)] = 44945, - [SMALL_STATE(616)] = 45066, - [SMALL_STATE(617)] = 45187, - [SMALL_STATE(618)] = 45308, - [SMALL_STATE(619)] = 45429, - [SMALL_STATE(620)] = 45550, - [SMALL_STATE(621)] = 45671, - [SMALL_STATE(622)] = 45792, - [SMALL_STATE(623)] = 45913, - [SMALL_STATE(624)] = 46034, - [SMALL_STATE(625)] = 46155, - [SMALL_STATE(626)] = 46276, - [SMALL_STATE(627)] = 46397, - [SMALL_STATE(628)] = 46518, - [SMALL_STATE(629)] = 46639, - [SMALL_STATE(630)] = 46760, - [SMALL_STATE(631)] = 46881, - [SMALL_STATE(632)] = 47002, - [SMALL_STATE(633)] = 47123, - [SMALL_STATE(634)] = 47244, - [SMALL_STATE(635)] = 47365, - [SMALL_STATE(636)] = 47486, - [SMALL_STATE(637)] = 47607, - [SMALL_STATE(638)] = 47728, - [SMALL_STATE(639)] = 47849, - [SMALL_STATE(640)] = 47970, - [SMALL_STATE(641)] = 48091, - [SMALL_STATE(642)] = 48212, - [SMALL_STATE(643)] = 48333, - [SMALL_STATE(644)] = 48454, - [SMALL_STATE(645)] = 48575, - [SMALL_STATE(646)] = 48696, - [SMALL_STATE(647)] = 48817, - [SMALL_STATE(648)] = 48938, - [SMALL_STATE(649)] = 49059, - [SMALL_STATE(650)] = 49180, - [SMALL_STATE(651)] = 49301, - [SMALL_STATE(652)] = 49422, - [SMALL_STATE(653)] = 49543, - [SMALL_STATE(654)] = 49664, - [SMALL_STATE(655)] = 49785, - [SMALL_STATE(656)] = 49906, - [SMALL_STATE(657)] = 50027, - [SMALL_STATE(658)] = 50148, - [SMALL_STATE(659)] = 50269, - [SMALL_STATE(660)] = 50390, - [SMALL_STATE(661)] = 50511, - [SMALL_STATE(662)] = 50632, - [SMALL_STATE(663)] = 50753, - [SMALL_STATE(664)] = 50874, - [SMALL_STATE(665)] = 50995, - [SMALL_STATE(666)] = 51116, - [SMALL_STATE(667)] = 51237, - [SMALL_STATE(668)] = 51358, - [SMALL_STATE(669)] = 51479, - [SMALL_STATE(670)] = 51600, - [SMALL_STATE(671)] = 51721, - [SMALL_STATE(672)] = 51842, - [SMALL_STATE(673)] = 51963, - [SMALL_STATE(674)] = 52084, - [SMALL_STATE(675)] = 52205, - [SMALL_STATE(676)] = 52326, - [SMALL_STATE(677)] = 52447, - [SMALL_STATE(678)] = 52568, - [SMALL_STATE(679)] = 52689, - [SMALL_STATE(680)] = 52810, - [SMALL_STATE(681)] = 52931, - [SMALL_STATE(682)] = 53052, - [SMALL_STATE(683)] = 53173, - [SMALL_STATE(684)] = 53294, - [SMALL_STATE(685)] = 53415, - [SMALL_STATE(686)] = 53536, - [SMALL_STATE(687)] = 53657, - [SMALL_STATE(688)] = 53778, - [SMALL_STATE(689)] = 53899, - [SMALL_STATE(690)] = 54020, - [SMALL_STATE(691)] = 54141, - [SMALL_STATE(692)] = 54262, - [SMALL_STATE(693)] = 54383, - [SMALL_STATE(694)] = 54504, - [SMALL_STATE(695)] = 54625, - [SMALL_STATE(696)] = 54746, - [SMALL_STATE(697)] = 54867, - [SMALL_STATE(698)] = 54988, - [SMALL_STATE(699)] = 55109, - [SMALL_STATE(700)] = 55230, - [SMALL_STATE(701)] = 55351, - [SMALL_STATE(702)] = 55472, - [SMALL_STATE(703)] = 55593, - [SMALL_STATE(704)] = 55714, - [SMALL_STATE(705)] = 55835, - [SMALL_STATE(706)] = 55956, - [SMALL_STATE(707)] = 56077, - [SMALL_STATE(708)] = 56198, - [SMALL_STATE(709)] = 56319, - [SMALL_STATE(710)] = 56440, - [SMALL_STATE(711)] = 56561, - [SMALL_STATE(712)] = 56682, - [SMALL_STATE(713)] = 56803, - [SMALL_STATE(714)] = 56924, - [SMALL_STATE(715)] = 57045, - [SMALL_STATE(716)] = 57166, - [SMALL_STATE(717)] = 57287, - [SMALL_STATE(718)] = 57408, - [SMALL_STATE(719)] = 57529, - [SMALL_STATE(720)] = 57650, - [SMALL_STATE(721)] = 57771, - [SMALL_STATE(722)] = 57892, - [SMALL_STATE(723)] = 58013, - [SMALL_STATE(724)] = 58134, - [SMALL_STATE(725)] = 58255, - [SMALL_STATE(726)] = 58376, - [SMALL_STATE(727)] = 58497, - [SMALL_STATE(728)] = 58618, - [SMALL_STATE(729)] = 58739, - [SMALL_STATE(730)] = 58860, - [SMALL_STATE(731)] = 58981, - [SMALL_STATE(732)] = 59102, - [SMALL_STATE(733)] = 59223, - [SMALL_STATE(734)] = 59344, - [SMALL_STATE(735)] = 59465, - [SMALL_STATE(736)] = 59586, - [SMALL_STATE(737)] = 59707, - [SMALL_STATE(738)] = 59828, - [SMALL_STATE(739)] = 59949, - [SMALL_STATE(740)] = 60070, - [SMALL_STATE(741)] = 60191, - [SMALL_STATE(742)] = 60312, - [SMALL_STATE(743)] = 60433, - [SMALL_STATE(744)] = 60554, - [SMALL_STATE(745)] = 60675, - [SMALL_STATE(746)] = 60796, - [SMALL_STATE(747)] = 60917, - [SMALL_STATE(748)] = 61004, - [SMALL_STATE(749)] = 61125, - [SMALL_STATE(750)] = 61246, - [SMALL_STATE(751)] = 61367, - [SMALL_STATE(752)] = 61488, - [SMALL_STATE(753)] = 61609, - [SMALL_STATE(754)] = 61730, - [SMALL_STATE(755)] = 61851, - [SMALL_STATE(756)] = 61972, - [SMALL_STATE(757)] = 62093, - [SMALL_STATE(758)] = 62214, - [SMALL_STATE(759)] = 62335, - [SMALL_STATE(760)] = 62456, - [SMALL_STATE(761)] = 62577, - [SMALL_STATE(762)] = 62698, - [SMALL_STATE(763)] = 62819, - [SMALL_STATE(764)] = 62940, - [SMALL_STATE(765)] = 63061, - [SMALL_STATE(766)] = 63182, - [SMALL_STATE(767)] = 63303, - [SMALL_STATE(768)] = 63424, - [SMALL_STATE(769)] = 63545, - [SMALL_STATE(770)] = 63666, - [SMALL_STATE(771)] = 63787, - [SMALL_STATE(772)] = 63908, - [SMALL_STATE(773)] = 64029, - [SMALL_STATE(774)] = 64150, - [SMALL_STATE(775)] = 64271, - [SMALL_STATE(776)] = 64392, - [SMALL_STATE(777)] = 64513, - [SMALL_STATE(778)] = 64634, - [SMALL_STATE(779)] = 64755, - [SMALL_STATE(780)] = 64876, - [SMALL_STATE(781)] = 64997, - [SMALL_STATE(782)] = 65118, - [SMALL_STATE(783)] = 65239, - [SMALL_STATE(784)] = 65360, - [SMALL_STATE(785)] = 65481, - [SMALL_STATE(786)] = 65602, - [SMALL_STATE(787)] = 65723, - [SMALL_STATE(788)] = 65844, - [SMALL_STATE(789)] = 65965, - [SMALL_STATE(790)] = 66086, - [SMALL_STATE(791)] = 66207, - [SMALL_STATE(792)] = 66328, - [SMALL_STATE(793)] = 66449, - [SMALL_STATE(794)] = 66570, - [SMALL_STATE(795)] = 66691, - [SMALL_STATE(796)] = 66812, - [SMALL_STATE(797)] = 66933, - [SMALL_STATE(798)] = 67054, - [SMALL_STATE(799)] = 67175, - [SMALL_STATE(800)] = 67296, - [SMALL_STATE(801)] = 67417, - [SMALL_STATE(802)] = 67538, - [SMALL_STATE(803)] = 67659, - [SMALL_STATE(804)] = 67780, - [SMALL_STATE(805)] = 67901, - [SMALL_STATE(806)] = 68022, - [SMALL_STATE(807)] = 68143, - [SMALL_STATE(808)] = 68264, - [SMALL_STATE(809)] = 68385, - [SMALL_STATE(810)] = 68506, - [SMALL_STATE(811)] = 68627, - [SMALL_STATE(812)] = 68748, - [SMALL_STATE(813)] = 68869, - [SMALL_STATE(814)] = 68990, - [SMALL_STATE(815)] = 69111, - [SMALL_STATE(816)] = 69232, - [SMALL_STATE(817)] = 69353, - [SMALL_STATE(818)] = 69474, - [SMALL_STATE(819)] = 69595, - [SMALL_STATE(820)] = 69716, - [SMALL_STATE(821)] = 69837, - [SMALL_STATE(822)] = 69958, - [SMALL_STATE(823)] = 70079, - [SMALL_STATE(824)] = 70200, - [SMALL_STATE(825)] = 70321, - [SMALL_STATE(826)] = 70442, - [SMALL_STATE(827)] = 70563, - [SMALL_STATE(828)] = 70684, - [SMALL_STATE(829)] = 70805, - [SMALL_STATE(830)] = 70926, - [SMALL_STATE(831)] = 71047, - [SMALL_STATE(832)] = 71168, - [SMALL_STATE(833)] = 71289, - [SMALL_STATE(834)] = 71410, - [SMALL_STATE(835)] = 71531, - [SMALL_STATE(836)] = 71652, - [SMALL_STATE(837)] = 71773, - [SMALL_STATE(838)] = 71894, - [SMALL_STATE(839)] = 72015, - [SMALL_STATE(840)] = 72136, - [SMALL_STATE(841)] = 72257, - [SMALL_STATE(842)] = 72378, - [SMALL_STATE(843)] = 72499, - [SMALL_STATE(844)] = 72620, - [SMALL_STATE(845)] = 72741, - [SMALL_STATE(846)] = 72862, - [SMALL_STATE(847)] = 72983, - [SMALL_STATE(848)] = 73104, - [SMALL_STATE(849)] = 73225, - [SMALL_STATE(850)] = 73346, - [SMALL_STATE(851)] = 73467, - [SMALL_STATE(852)] = 73588, - [SMALL_STATE(853)] = 73709, - [SMALL_STATE(854)] = 73830, - [SMALL_STATE(855)] = 73951, - [SMALL_STATE(856)] = 74072, - [SMALL_STATE(857)] = 74193, - [SMALL_STATE(858)] = 74314, - [SMALL_STATE(859)] = 74435, - [SMALL_STATE(860)] = 74556, - [SMALL_STATE(861)] = 74677, - [SMALL_STATE(862)] = 74798, - [SMALL_STATE(863)] = 74919, - [SMALL_STATE(864)] = 75040, - [SMALL_STATE(865)] = 75161, - [SMALL_STATE(866)] = 75282, - [SMALL_STATE(867)] = 75403, - [SMALL_STATE(868)] = 75524, - [SMALL_STATE(869)] = 75645, - [SMALL_STATE(870)] = 75766, - [SMALL_STATE(871)] = 75887, - [SMALL_STATE(872)] = 76008, - [SMALL_STATE(873)] = 76129, - [SMALL_STATE(874)] = 76250, - [SMALL_STATE(875)] = 76371, - [SMALL_STATE(876)] = 76492, - [SMALL_STATE(877)] = 76613, - [SMALL_STATE(878)] = 76734, - [SMALL_STATE(879)] = 76855, - [SMALL_STATE(880)] = 76976, - [SMALL_STATE(881)] = 77097, - [SMALL_STATE(882)] = 77218, - [SMALL_STATE(883)] = 77339, - [SMALL_STATE(884)] = 77460, - [SMALL_STATE(885)] = 77581, - [SMALL_STATE(886)] = 77702, - [SMALL_STATE(887)] = 77823, - [SMALL_STATE(888)] = 77944, - [SMALL_STATE(889)] = 78065, - [SMALL_STATE(890)] = 78186, - [SMALL_STATE(891)] = 78307, - [SMALL_STATE(892)] = 78428, - [SMALL_STATE(893)] = 78549, - [SMALL_STATE(894)] = 78670, - [SMALL_STATE(895)] = 78791, - [SMALL_STATE(896)] = 78912, - [SMALL_STATE(897)] = 79033, - [SMALL_STATE(898)] = 79154, - [SMALL_STATE(899)] = 79275, - [SMALL_STATE(900)] = 79396, - [SMALL_STATE(901)] = 79517, - [SMALL_STATE(902)] = 79638, - [SMALL_STATE(903)] = 79759, - [SMALL_STATE(904)] = 79880, - [SMALL_STATE(905)] = 80001, - [SMALL_STATE(906)] = 80122, - [SMALL_STATE(907)] = 80243, - [SMALL_STATE(908)] = 80364, - [SMALL_STATE(909)] = 80485, - [SMALL_STATE(910)] = 80606, - [SMALL_STATE(911)] = 80727, - [SMALL_STATE(912)] = 80848, - [SMALL_STATE(913)] = 80969, - [SMALL_STATE(914)] = 81090, - [SMALL_STATE(915)] = 81211, - [SMALL_STATE(916)] = 81332, - [SMALL_STATE(917)] = 81453, - [SMALL_STATE(918)] = 81574, - [SMALL_STATE(919)] = 81695, - [SMALL_STATE(920)] = 81816, - [SMALL_STATE(921)] = 81937, - [SMALL_STATE(922)] = 82058, - [SMALL_STATE(923)] = 82179, - [SMALL_STATE(924)] = 82300, - [SMALL_STATE(925)] = 82421, - [SMALL_STATE(926)] = 82542, - [SMALL_STATE(927)] = 82663, - [SMALL_STATE(928)] = 82784, - [SMALL_STATE(929)] = 82905, - [SMALL_STATE(930)] = 83026, - [SMALL_STATE(931)] = 83147, - [SMALL_STATE(932)] = 83268, - [SMALL_STATE(933)] = 83389, - [SMALL_STATE(934)] = 83510, - [SMALL_STATE(935)] = 83631, - [SMALL_STATE(936)] = 83752, - [SMALL_STATE(937)] = 83873, - [SMALL_STATE(938)] = 83994, - [SMALL_STATE(939)] = 84115, - [SMALL_STATE(940)] = 84236, - [SMALL_STATE(941)] = 84357, - [SMALL_STATE(942)] = 84478, - [SMALL_STATE(943)] = 84599, - [SMALL_STATE(944)] = 84720, - [SMALL_STATE(945)] = 84841, - [SMALL_STATE(946)] = 84962, - [SMALL_STATE(947)] = 85083, - [SMALL_STATE(948)] = 85204, - [SMALL_STATE(949)] = 85325, - [SMALL_STATE(950)] = 85446, - [SMALL_STATE(951)] = 85567, - [SMALL_STATE(952)] = 85688, - [SMALL_STATE(953)] = 85809, - [SMALL_STATE(954)] = 85930, - [SMALL_STATE(955)] = 86051, - [SMALL_STATE(956)] = 86121, - [SMALL_STATE(957)] = 86191, - [SMALL_STATE(958)] = 86261, - [SMALL_STATE(959)] = 86331, - [SMALL_STATE(960)] = 86401, - [SMALL_STATE(961)] = 86471, - [SMALL_STATE(962)] = 86541, - [SMALL_STATE(963)] = 86631, - [SMALL_STATE(964)] = 86701, - [SMALL_STATE(965)] = 86771, - [SMALL_STATE(966)] = 86841, - [SMALL_STATE(967)] = 86911, - [SMALL_STATE(968)] = 86981, - [SMALL_STATE(969)] = 87051, - [SMALL_STATE(970)] = 87121, - [SMALL_STATE(971)] = 87191, - [SMALL_STATE(972)] = 87261, - [SMALL_STATE(973)] = 87331, - [SMALL_STATE(974)] = 87401, - [SMALL_STATE(975)] = 87471, - [SMALL_STATE(976)] = 87541, - [SMALL_STATE(977)] = 87611, - [SMALL_STATE(978)] = 87681, - [SMALL_STATE(979)] = 87751, - [SMALL_STATE(980)] = 87821, - [SMALL_STATE(981)] = 87891, - [SMALL_STATE(982)] = 87961, - [SMALL_STATE(983)] = 88038, - [SMALL_STATE(984)] = 88117, - [SMALL_STATE(985)] = 88202, - [SMALL_STATE(986)] = 88287, - [SMALL_STATE(987)] = 88372, - [SMALL_STATE(988)] = 88457, - [SMALL_STATE(989)] = 88542, - [SMALL_STATE(990)] = 88627, - [SMALL_STATE(991)] = 88712, - [SMALL_STATE(992)] = 88797, - [SMALL_STATE(993)] = 88880, - [SMALL_STATE(994)] = 88963, - [SMALL_STATE(995)] = 89034, - [SMALL_STATE(996)] = 89119, - [SMALL_STATE(997)] = 89204, - [SMALL_STATE(998)] = 89291, - [SMALL_STATE(999)] = 89373, - [SMALL_STATE(1000)] = 89451, - [SMALL_STATE(1001)] = 89535, - [SMALL_STATE(1002)] = 89619, - [SMALL_STATE(1003)] = 89703, - [SMALL_STATE(1004)] = 89787, - [SMALL_STATE(1005)] = 89871, - [SMALL_STATE(1006)] = 89955, - [SMALL_STATE(1007)] = 90039, - [SMALL_STATE(1008)] = 90123, - [SMALL_STATE(1009)] = 90207, - [SMALL_STATE(1010)] = 90289, - [SMALL_STATE(1011)] = 90365, - [SMALL_STATE(1012)] = 90436, - [SMALL_STATE(1013)] = 90507, - [SMALL_STATE(1014)] = 90580, - [SMALL_STATE(1015)] = 90647, - [SMALL_STATE(1016)] = 90718, - [SMALL_STATE(1017)] = 90789, - [SMALL_STATE(1018)] = 90856, - [SMALL_STATE(1019)] = 90923, - [SMALL_STATE(1020)] = 90992, - [SMALL_STATE(1021)] = 91059, - [SMALL_STATE(1022)] = 91126, - [SMALL_STATE(1023)] = 91195, - [SMALL_STATE(1024)] = 91262, - [SMALL_STATE(1025)] = 91333, - [SMALL_STATE(1026)] = 91402, - [SMALL_STATE(1027)] = 91473, - [SMALL_STATE(1028)] = 91544, - [SMALL_STATE(1029)] = 91615, - [SMALL_STATE(1030)] = 91684, - [SMALL_STATE(1031)] = 91755, - [SMALL_STATE(1032)] = 91824, - [SMALL_STATE(1033)] = 91896, - [SMALL_STATE(1034)] = 91962, - [SMALL_STATE(1035)] = 92032, - [SMALL_STATE(1036)] = 92100, - [SMALL_STATE(1037)] = 92170, - [SMALL_STATE(1038)] = 92242, - [SMALL_STATE(1039)] = 92308, - [SMALL_STATE(1040)] = 92374, - [SMALL_STATE(1041)] = 92440, - [SMALL_STATE(1042)] = 92510, - [SMALL_STATE(1043)] = 92576, - [SMALL_STATE(1044)] = 92646, - [SMALL_STATE(1045)] = 92712, - [SMALL_STATE(1046)] = 92782, - [SMALL_STATE(1047)] = 92848, - [SMALL_STATE(1048)] = 92918, - [SMALL_STATE(1049)] = 92986, - [SMALL_STATE(1050)] = 93052, - [SMALL_STATE(1051)] = 93120, - [SMALL_STATE(1052)] = 93188, - [SMALL_STATE(1053)] = 93256, - [SMALL_STATE(1054)] = 93324, - [SMALL_STATE(1055)] = 93394, - [SMALL_STATE(1056)] = 93460, - [SMALL_STATE(1057)] = 93526, - [SMALL_STATE(1058)] = 93592, - [SMALL_STATE(1059)] = 93662, - [SMALL_STATE(1060)] = 93732, - [SMALL_STATE(1061)] = 93802, - [SMALL_STATE(1062)] = 93872, - [SMALL_STATE(1063)] = 93941, - [SMALL_STATE(1064)] = 94006, - [SMALL_STATE(1065)] = 94093, - [SMALL_STATE(1066)] = 94158, - [SMALL_STATE(1067)] = 94223, - [SMALL_STATE(1068)] = 94288, - [SMALL_STATE(1069)] = 94353, - [SMALL_STATE(1070)] = 94418, - [SMALL_STATE(1071)] = 94485, - [SMALL_STATE(1072)] = 94550, - [SMALL_STATE(1073)] = 94615, - [SMALL_STATE(1074)] = 94680, - [SMALL_STATE(1075)] = 94745, - [SMALL_STATE(1076)] = 94810, - [SMALL_STATE(1077)] = 94875, - [SMALL_STATE(1078)] = 94940, - [SMALL_STATE(1079)] = 95005, - [SMALL_STATE(1080)] = 95070, - [SMALL_STATE(1081)] = 95135, - [SMALL_STATE(1082)] = 95200, - [SMALL_STATE(1083)] = 95265, - [SMALL_STATE(1084)] = 95330, - [SMALL_STATE(1085)] = 95395, - [SMALL_STATE(1086)] = 95460, - [SMALL_STATE(1087)] = 95525, - [SMALL_STATE(1088)] = 95590, - [SMALL_STATE(1089)] = 95675, - [SMALL_STATE(1090)] = 95744, - [SMALL_STATE(1091)] = 95819, - [SMALL_STATE(1092)] = 95898, - [SMALL_STATE(1093)] = 95963, - [SMALL_STATE(1094)] = 96050, - [SMALL_STATE(1095)] = 96137, - [SMALL_STATE(1096)] = 96202, - [SMALL_STATE(1097)] = 96267, - [SMALL_STATE(1098)] = 96332, - [SMALL_STATE(1099)] = 96403, - [SMALL_STATE(1100)] = 96474, - [SMALL_STATE(1101)] = 96561, - [SMALL_STATE(1102)] = 96632, - [SMALL_STATE(1103)] = 96701, - [SMALL_STATE(1104)] = 96766, - [SMALL_STATE(1105)] = 96831, - [SMALL_STATE(1106)] = 96896, - [SMALL_STATE(1107)] = 96961, - [SMALL_STATE(1108)] = 97046, - [SMALL_STATE(1109)] = 97133, - [SMALL_STATE(1110)] = 97220, - [SMALL_STATE(1111)] = 97307, - [SMALL_STATE(1112)] = 97394, - [SMALL_STATE(1113)] = 97481, - [SMALL_STATE(1114)] = 97545, - [SMALL_STATE(1115)] = 97609, - [SMALL_STATE(1116)] = 97673, - [SMALL_STATE(1117)] = 97737, - [SMALL_STATE(1118)] = 97801, - [SMALL_STATE(1119)] = 97865, - [SMALL_STATE(1120)] = 97929, - [SMALL_STATE(1121)] = 98001, - [SMALL_STATE(1122)] = 98065, - [SMALL_STATE(1123)] = 98129, - [SMALL_STATE(1124)] = 98193, - [SMALL_STATE(1125)] = 98257, - [SMALL_STATE(1126)] = 98321, - [SMALL_STATE(1127)] = 98385, - [SMALL_STATE(1128)] = 98449, - [SMALL_STATE(1129)] = 98513, - [SMALL_STATE(1130)] = 98579, - [SMALL_STATE(1131)] = 98643, - [SMALL_STATE(1132)] = 98713, - [SMALL_STATE(1133)] = 98777, - [SMALL_STATE(1134)] = 98841, - [SMALL_STATE(1135)] = 98905, - [SMALL_STATE(1136)] = 98969, - [SMALL_STATE(1137)] = 99033, - [SMALL_STATE(1138)] = 99097, - [SMALL_STATE(1139)] = 99161, - [SMALL_STATE(1140)] = 99225, - [SMALL_STATE(1141)] = 99289, - [SMALL_STATE(1142)] = 99361, - [SMALL_STATE(1143)] = 99425, - [SMALL_STATE(1144)] = 99490, - [SMALL_STATE(1145)] = 99559, - [SMALL_STATE(1146)] = 99624, - [SMALL_STATE(1147)] = 99691, - [SMALL_STATE(1148)] = 99760, - [SMALL_STATE(1149)] = 99829, - [SMALL_STATE(1150)] = 99898, - [SMALL_STATE(1151)] = 99967, - [SMALL_STATE(1152)] = 100032, - [SMALL_STATE(1153)] = 100099, - [SMALL_STATE(1154)] = 100168, - [SMALL_STATE(1155)] = 100233, - [SMALL_STATE(1156)] = 100298, - [SMALL_STATE(1157)] = 100367, - [SMALL_STATE(1158)] = 100436, - [SMALL_STATE(1159)] = 100503, - [SMALL_STATE(1160)] = 100568, - [SMALL_STATE(1161)] = 100635, - [SMALL_STATE(1162)] = 100727, - [SMALL_STATE(1163)] = 100793, - [SMALL_STATE(1164)] = 100885, - [SMALL_STATE(1165)] = 100977, - [SMALL_STATE(1166)] = 101041, - [SMALL_STATE(1167)] = 101133, - [SMALL_STATE(1168)] = 101225, - [SMALL_STATE(1169)] = 101317, - [SMALL_STATE(1170)] = 101409, - [SMALL_STATE(1171)] = 101501, - [SMALL_STATE(1172)] = 101565, - [SMALL_STATE(1173)] = 101657, - [SMALL_STATE(1174)] = 101721, - [SMALL_STATE(1175)] = 101813, - [SMALL_STATE(1176)] = 101877, - [SMALL_STATE(1177)] = 101952, - [SMALL_STATE(1178)] = 102015, - [SMALL_STATE(1179)] = 102096, - [SMALL_STATE(1180)] = 102159, - [SMALL_STATE(1181)] = 102222, - [SMALL_STATE(1182)] = 102285, - [SMALL_STATE(1183)] = 102366, - [SMALL_STATE(1184)] = 102429, - [SMALL_STATE(1185)] = 102508, - [SMALL_STATE(1186)] = 102571, - [SMALL_STATE(1187)] = 102634, - [SMALL_STATE(1188)] = 102697, - [SMALL_STATE(1189)] = 102760, - [SMALL_STATE(1190)] = 102823, - [SMALL_STATE(1191)] = 102886, - [SMALL_STATE(1192)] = 102949, - [SMALL_STATE(1193)] = 103012, - [SMALL_STATE(1194)] = 103075, - [SMALL_STATE(1195)] = 103138, - [SMALL_STATE(1196)] = 103201, - [SMALL_STATE(1197)] = 103264, - [SMALL_STATE(1198)] = 103327, - [SMALL_STATE(1199)] = 103408, - [SMALL_STATE(1200)] = 103489, - [SMALL_STATE(1201)] = 103568, - [SMALL_STATE(1202)] = 103639, - [SMALL_STATE(1203)] = 103702, - [SMALL_STATE(1204)] = 103765, - [SMALL_STATE(1205)] = 103846, - [SMALL_STATE(1206)] = 103909, - [SMALL_STATE(1207)] = 103990, - [SMALL_STATE(1208)] = 104053, - [SMALL_STATE(1209)] = 104116, - [SMALL_STATE(1210)] = 104179, - [SMALL_STATE(1211)] = 104242, - [SMALL_STATE(1212)] = 104325, - [SMALL_STATE(1213)] = 104388, - [SMALL_STATE(1214)] = 104469, - [SMALL_STATE(1215)] = 104550, - [SMALL_STATE(1216)] = 104630, - [SMALL_STATE(1217)] = 104710, - [SMALL_STATE(1218)] = 104788, - [SMALL_STATE(1219)] = 104866, - [SMALL_STATE(1220)] = 104946, - [SMALL_STATE(1221)] = 105026, - [SMALL_STATE(1222)] = 105096, - [SMALL_STATE(1223)] = 105176, - [SMALL_STATE(1224)] = 105250, - [SMALL_STATE(1225)] = 105330, - [SMALL_STATE(1226)] = 105410, - [SMALL_STATE(1227)] = 105490, - [SMALL_STATE(1228)] = 105570, - [SMALL_STATE(1229)] = 105650, - [SMALL_STATE(1230)] = 105718, - [SMALL_STATE(1231)] = 105798, - [SMALL_STATE(1232)] = 105878, - [SMALL_STATE(1233)] = 105959, - [SMALL_STATE(1234)] = 106040, - [SMALL_STATE(1235)] = 106105, - [SMALL_STATE(1236)] = 106178, - [SMALL_STATE(1237)] = 106259, - [SMALL_STATE(1238)] = 106338, - [SMALL_STATE(1239)] = 106419, - [SMALL_STATE(1240)] = 106500, - [SMALL_STATE(1241)] = 106581, - [SMALL_STATE(1242)] = 106648, - [SMALL_STATE(1243)] = 106729, - [SMALL_STATE(1244)] = 106810, - [SMALL_STATE(1245)] = 106887, - [SMALL_STATE(1246)] = 106966, - [SMALL_STATE(1247)] = 107047, - [SMALL_STATE(1248)] = 107116, - [SMALL_STATE(1249)] = 107196, - [SMALL_STATE(1250)] = 107262, - [SMALL_STATE(1251)] = 107340, - [SMALL_STATE(1252)] = 107420, - [SMALL_STATE(1253)] = 107498, - [SMALL_STATE(1254)] = 107578, - [SMALL_STATE(1255)] = 107658, - [SMALL_STATE(1256)] = 107726, - [SMALL_STATE(1257)] = 107806, - [SMALL_STATE(1258)] = 107886, - [SMALL_STATE(1259)] = 107958, - [SMALL_STATE(1260)] = 108038, - [SMALL_STATE(1261)] = 108118, - [SMALL_STATE(1262)] = 108182, - [SMALL_STATE(1263)] = 108262, - [SMALL_STATE(1264)] = 108339, - [SMALL_STATE(1265)] = 108432, - [SMALL_STATE(1266)] = 108525, - [SMALL_STATE(1267)] = 108602, - [SMALL_STATE(1268)] = 108695, - [SMALL_STATE(1269)] = 108788, - [SMALL_STATE(1270)] = 108881, - [SMALL_STATE(1271)] = 108958, - [SMALL_STATE(1272)] = 109051, - [SMALL_STATE(1273)] = 109144, - [SMALL_STATE(1274)] = 109237, - [SMALL_STATE(1275)] = 109330, - [SMALL_STATE(1276)] = 109423, - [SMALL_STATE(1277)] = 109516, - [SMALL_STATE(1278)] = 109609, - [SMALL_STATE(1279)] = 109702, - [SMALL_STATE(1280)] = 109795, - [SMALL_STATE(1281)] = 109888, - [SMALL_STATE(1282)] = 109981, - [SMALL_STATE(1283)] = 110058, - [SMALL_STATE(1284)] = 110151, - [SMALL_STATE(1285)] = 110228, - [SMALL_STATE(1286)] = 110321, - [SMALL_STATE(1287)] = 110398, - [SMALL_STATE(1288)] = 110491, - [SMALL_STATE(1289)] = 110584, - [SMALL_STATE(1290)] = 110661, - [SMALL_STATE(1291)] = 110754, - [SMALL_STATE(1292)] = 110847, - [SMALL_STATE(1293)] = 110940, - [SMALL_STATE(1294)] = 111033, - [SMALL_STATE(1295)] = 111098, - [SMALL_STATE(1296)] = 111161, - [SMALL_STATE(1297)] = 111254, - [SMALL_STATE(1298)] = 111347, - [SMALL_STATE(1299)] = 111440, - [SMALL_STATE(1300)] = 111533, - [SMALL_STATE(1301)] = 111593, - [SMALL_STATE(1302)] = 111655, - [SMALL_STATE(1303)] = 111732, - [SMALL_STATE(1304)] = 111793, - [SMALL_STATE(1305)] = 111870, - [SMALL_STATE(1306)] = 111947, - [SMALL_STATE(1307)] = 112024, - [SMALL_STATE(1308)] = 112099, - [SMALL_STATE(1309)] = 112158, - [SMALL_STATE(1310)] = 112235, - [SMALL_STATE(1311)] = 112312, - [SMALL_STATE(1312)] = 112389, - [SMALL_STATE(1313)] = 112454, - [SMALL_STATE(1314)] = 112531, - [SMALL_STATE(1315)] = 112600, - [SMALL_STATE(1316)] = 112677, - [SMALL_STATE(1317)] = 112738, - [SMALL_STATE(1318)] = 112813, - [SMALL_STATE(1319)] = 112873, - [SMALL_STATE(1320)] = 112957, - [SMALL_STATE(1321)] = 113041, - [SMALL_STATE(1322)] = 113103, - [SMALL_STATE(1323)] = 113175, - [SMALL_STATE(1324)] = 113249, - [SMALL_STATE(1325)] = 113313, - [SMALL_STATE(1326)] = 113381, - [SMALL_STATE(1327)] = 113465, - [SMALL_STATE(1328)] = 113539, - [SMALL_STATE(1329)] = 113613, - [SMALL_STATE(1330)] = 113685, - [SMALL_STATE(1331)] = 113769, - [SMALL_STATE(1332)] = 113831, - [SMALL_STATE(1333)] = 113915, - [SMALL_STATE(1334)] = 113989, - [SMALL_STATE(1335)] = 114073, - [SMALL_STATE(1336)] = 114157, - [SMALL_STATE(1337)] = 114213, - [SMALL_STATE(1338)] = 114297, - [SMALL_STATE(1339)] = 114371, - [SMALL_STATE(1340)] = 114445, - [SMALL_STATE(1341)] = 114519, - [SMALL_STATE(1342)] = 114603, - [SMALL_STATE(1343)] = 114677, - [SMALL_STATE(1344)] = 114751, - [SMALL_STATE(1345)] = 114825, - [SMALL_STATE(1346)] = 114909, - [SMALL_STATE(1347)] = 114982, - [SMALL_STATE(1348)] = 115041, - [SMALL_STATE(1349)] = 115098, - [SMALL_STATE(1350)] = 115153, - [SMALL_STATE(1351)] = 115208, - [SMALL_STATE(1352)] = 115279, - [SMALL_STATE(1353)] = 115334, - [SMALL_STATE(1354)] = 115391, - [SMALL_STATE(1355)] = 115448, - [SMALL_STATE(1356)] = 115521, - [SMALL_STATE(1357)] = 115580, - [SMALL_STATE(1358)] = 115639, - [SMALL_STATE(1359)] = 115696, - [SMALL_STATE(1360)] = 115751, - [SMALL_STATE(1361)] = 115812, - [SMALL_STATE(1362)] = 115871, - [SMALL_STATE(1363)] = 115944, - [SMALL_STATE(1364)] = 116015, - [SMALL_STATE(1365)] = 116078, - [SMALL_STATE(1366)] = 116145, - [SMALL_STATE(1367)] = 116218, - [SMALL_STATE(1368)] = 116291, - [SMALL_STATE(1369)] = 116348, - [SMALL_STATE(1370)] = 116407, - [SMALL_STATE(1371)] = 116480, - [SMALL_STATE(1372)] = 116539, - [SMALL_STATE(1373)] = 116612, - [SMALL_STATE(1374)] = 116667, - [SMALL_STATE(1375)] = 116740, - [SMALL_STATE(1376)] = 116815, - [SMALL_STATE(1377)] = 116874, - [SMALL_STATE(1378)] = 116947, - [SMALL_STATE(1379)] = 117002, - [SMALL_STATE(1380)] = 117061, - [SMALL_STATE(1381)] = 117116, - [SMALL_STATE(1382)] = 117187, - [SMALL_STATE(1383)] = 117259, - [SMALL_STATE(1384)] = 117329, - [SMALL_STATE(1385)] = 117401, - [SMALL_STATE(1386)] = 117473, - [SMALL_STATE(1387)] = 117543, - [SMALL_STATE(1388)] = 117605, - [SMALL_STATE(1389)] = 117677, - [SMALL_STATE(1390)] = 117743, - [SMALL_STATE(1391)] = 117815, - [SMALL_STATE(1392)] = 117887, - [SMALL_STATE(1393)] = 117959, - [SMALL_STATE(1394)] = 118031, - [SMALL_STATE(1395)] = 118085, - [SMALL_STATE(1396)] = 118137, - [SMALL_STATE(1397)] = 118197, - [SMALL_STATE(1398)] = 118267, - [SMALL_STATE(1399)] = 118321, - [SMALL_STATE(1400)] = 118393, - [SMALL_STATE(1401)] = 118465, - [SMALL_STATE(1402)] = 118537, - [SMALL_STATE(1403)] = 118609, - [SMALL_STATE(1404)] = 118681, - [SMALL_STATE(1405)] = 118753, - [SMALL_STATE(1406)] = 118825, - [SMALL_STATE(1407)] = 118879, - [SMALL_STATE(1408)] = 118937, - [SMALL_STATE(1409)] = 118991, - [SMALL_STATE(1410)] = 119063, - [SMALL_STATE(1411)] = 119135, - [SMALL_STATE(1412)] = 119207, - [SMALL_STATE(1413)] = 119279, - [SMALL_STATE(1414)] = 119349, - [SMALL_STATE(1415)] = 119415, - [SMALL_STATE(1416)] = 119477, - [SMALL_STATE(1417)] = 119547, - [SMALL_STATE(1418)] = 119619, - [SMALL_STATE(1419)] = 119675, - [SMALL_STATE(1420)] = 119747, - [SMALL_STATE(1421)] = 119807, - [SMALL_STATE(1422)] = 119879, - [SMALL_STATE(1423)] = 119952, - [SMALL_STATE(1424)] = 120005, - [SMALL_STATE(1425)] = 120058, - [SMALL_STATE(1426)] = 120111, - [SMALL_STATE(1427)] = 120184, - [SMALL_STATE(1428)] = 120255, - [SMALL_STATE(1429)] = 120328, - [SMALL_STATE(1430)] = 120393, - [SMALL_STATE(1431)] = 120446, - [SMALL_STATE(1432)] = 120499, - [SMALL_STATE(1433)] = 120552, - [SMALL_STATE(1434)] = 120613, - [SMALL_STATE(1435)] = 120684, - [SMALL_STATE(1436)] = 120737, - [SMALL_STATE(1437)] = 120810, - [SMALL_STATE(1438)] = 120863, - [SMALL_STATE(1439)] = 120922, - [SMALL_STATE(1440)] = 120975, - [SMALL_STATE(1441)] = 121048, - [SMALL_STATE(1442)] = 121101, - [SMALL_STATE(1443)] = 121154, - [SMALL_STATE(1444)] = 121207, - [SMALL_STATE(1445)] = 121260, - [SMALL_STATE(1446)] = 121317, - [SMALL_STATE(1447)] = 121370, - [SMALL_STATE(1448)] = 121439, - [SMALL_STATE(1449)] = 121510, - [SMALL_STATE(1450)] = 121563, - [SMALL_STATE(1451)] = 121632, - [SMALL_STATE(1452)] = 121705, - [SMALL_STATE(1453)] = 121758, - [SMALL_STATE(1454)] = 121817, - [SMALL_STATE(1455)] = 121870, - [SMALL_STATE(1456)] = 121923, - [SMALL_STATE(1457)] = 121994, - [SMALL_STATE(1458)] = 122047, - [SMALL_STATE(1459)] = 122100, - [SMALL_STATE(1460)] = 122153, - [SMALL_STATE(1461)] = 122226, - [SMALL_STATE(1462)] = 122279, - [SMALL_STATE(1463)] = 122332, - [SMALL_STATE(1464)] = 122405, - [SMALL_STATE(1465)] = 122458, - [SMALL_STATE(1466)] = 122527, - [SMALL_STATE(1467)] = 122600, - [SMALL_STATE(1468)] = 122653, - [SMALL_STATE(1469)] = 122706, - [SMALL_STATE(1470)] = 122762, - [SMALL_STATE(1471)] = 122818, - [SMALL_STATE(1472)] = 122876, - [SMALL_STATE(1473)] = 122946, - [SMALL_STATE(1474)] = 123014, - [SMALL_STATE(1475)] = 123082, - [SMALL_STATE(1476)] = 123138, - [SMALL_STATE(1477)] = 123194, - [SMALL_STATE(1478)] = 123254, - [SMALL_STATE(1479)] = 123318, - [SMALL_STATE(1480)] = 123388, - [SMALL_STATE(1481)] = 123444, - [SMALL_STATE(1482)] = 123512, - [SMALL_STATE(1483)] = 123582, - [SMALL_STATE(1484)] = 123652, - [SMALL_STATE(1485)] = 123722, - [SMALL_STATE(1486)] = 123792, - [SMALL_STATE(1487)] = 123848, - [SMALL_STATE(1488)] = 123904, - [SMALL_STATE(1489)] = 123970, - [SMALL_STATE(1490)] = 124024, - [SMALL_STATE(1491)] = 124078, - [SMALL_STATE(1492)] = 124134, - [SMALL_STATE(1493)] = 124192, - [SMALL_STATE(1494)] = 124248, - [SMALL_STATE(1495)] = 124318, - [SMALL_STATE(1496)] = 124388, - [SMALL_STATE(1497)] = 124456, - [SMALL_STATE(1498)] = 124526, - [SMALL_STATE(1499)] = 124582, - [SMALL_STATE(1500)] = 124638, - [SMALL_STATE(1501)] = 124696, - [SMALL_STATE(1502)] = 124754, - [SMALL_STATE(1503)] = 124812, - [SMALL_STATE(1504)] = 124886, - [SMALL_STATE(1505)] = 124944, - [SMALL_STATE(1506)] = 125002, - [SMALL_STATE(1507)] = 125056, - [SMALL_STATE(1508)] = 125127, - [SMALL_STATE(1509)] = 125192, - [SMALL_STATE(1510)] = 125251, - [SMALL_STATE(1511)] = 125312, - [SMALL_STATE(1512)] = 125377, - [SMALL_STATE(1513)] = 125442, - [SMALL_STATE(1514)] = 125499, - [SMALL_STATE(1515)] = 125564, - [SMALL_STATE(1516)] = 125617, - [SMALL_STATE(1517)] = 125672, - [SMALL_STATE(1518)] = 125737, - [SMALL_STATE(1519)] = 125792, - [SMALL_STATE(1520)] = 125857, - [SMALL_STATE(1521)] = 125922, - [SMALL_STATE(1522)] = 125987, - [SMALL_STATE(1523)] = 126052, - [SMALL_STATE(1524)] = 126123, - [SMALL_STATE(1525)] = 126188, - [SMALL_STATE(1526)] = 126253, - [SMALL_STATE(1527)] = 126324, - [SMALL_STATE(1528)] = 126379, - [SMALL_STATE(1529)] = 126427, - [SMALL_STATE(1530)] = 126475, - [SMALL_STATE(1531)] = 126523, - [SMALL_STATE(1532)] = 126571, - [SMALL_STATE(1533)] = 126619, - [SMALL_STATE(1534)] = 126667, - [SMALL_STATE(1535)] = 126715, - [SMALL_STATE(1536)] = 126763, - [SMALL_STATE(1537)] = 126811, - [SMALL_STATE(1538)] = 126859, - [SMALL_STATE(1539)] = 126907, - [SMALL_STATE(1540)] = 126957, - [SMALL_STATE(1541)] = 127007, - [SMALL_STATE(1542)] = 127055, - [SMALL_STATE(1543)] = 127103, - [SMALL_STATE(1544)] = 127151, - [SMALL_STATE(1545)] = 127199, - [SMALL_STATE(1546)] = 127247, - [SMALL_STATE(1547)] = 127297, - [SMALL_STATE(1548)] = 127345, - [SMALL_STATE(1549)] = 127393, - [SMALL_STATE(1550)] = 127441, - [SMALL_STATE(1551)] = 127489, - [SMALL_STATE(1552)] = 127537, - [SMALL_STATE(1553)] = 127585, - [SMALL_STATE(1554)] = 127633, - [SMALL_STATE(1555)] = 127683, - [SMALL_STATE(1556)] = 127731, - [SMALL_STATE(1557)] = 127779, - [SMALL_STATE(1558)] = 127827, - [SMALL_STATE(1559)] = 127875, - [SMALL_STATE(1560)] = 127923, - [SMALL_STATE(1561)] = 127973, - [SMALL_STATE(1562)] = 128023, - [SMALL_STATE(1563)] = 128073, - [SMALL_STATE(1564)] = 128123, - [SMALL_STATE(1565)] = 128173, - [SMALL_STATE(1566)] = 128223, - [SMALL_STATE(1567)] = 128283, - [SMALL_STATE(1568)] = 128331, - [SMALL_STATE(1569)] = 128379, - [SMALL_STATE(1570)] = 128427, - [SMALL_STATE(1571)] = 128475, - [SMALL_STATE(1572)] = 128523, - [SMALL_STATE(1573)] = 128571, - [SMALL_STATE(1574)] = 128619, - [SMALL_STATE(1575)] = 128667, - [SMALL_STATE(1576)] = 128715, - [SMALL_STATE(1577)] = 128763, - [SMALL_STATE(1578)] = 128827, - [SMALL_STATE(1579)] = 128891, - [SMALL_STATE(1580)] = 128939, - [SMALL_STATE(1581)] = 128987, - [SMALL_STATE(1582)] = 129045, - [SMALL_STATE(1583)] = 129109, - [SMALL_STATE(1584)] = 129157, - [SMALL_STATE(1585)] = 129205, - [SMALL_STATE(1586)] = 129253, - [SMALL_STATE(1587)] = 129301, - [SMALL_STATE(1588)] = 129349, - [SMALL_STATE(1589)] = 129397, - [SMALL_STATE(1590)] = 129445, - [SMALL_STATE(1591)] = 129493, - [SMALL_STATE(1592)] = 129541, - [SMALL_STATE(1593)] = 129589, - [SMALL_STATE(1594)] = 129637, - [SMALL_STATE(1595)] = 129685, - [SMALL_STATE(1596)] = 129735, - [SMALL_STATE(1597)] = 129783, - [SMALL_STATE(1598)] = 129831, - [SMALL_STATE(1599)] = 129879, - [SMALL_STATE(1600)] = 129927, - [SMALL_STATE(1601)] = 129975, - [SMALL_STATE(1602)] = 130023, - [SMALL_STATE(1603)] = 130071, - [SMALL_STATE(1604)] = 130119, - [SMALL_STATE(1605)] = 130167, - [SMALL_STATE(1606)] = 130215, - [SMALL_STATE(1607)] = 130263, - [SMALL_STATE(1608)] = 130311, - [SMALL_STATE(1609)] = 130359, - [SMALL_STATE(1610)] = 130407, - [SMALL_STATE(1611)] = 130455, - [SMALL_STATE(1612)] = 130503, - [SMALL_STATE(1613)] = 130551, - [SMALL_STATE(1614)] = 130599, - [SMALL_STATE(1615)] = 130647, - [SMALL_STATE(1616)] = 130695, - [SMALL_STATE(1617)] = 130745, - [SMALL_STATE(1618)] = 130793, - [SMALL_STATE(1619)] = 130841, - [SMALL_STATE(1620)] = 130889, - [SMALL_STATE(1621)] = 130939, - [SMALL_STATE(1622)] = 130989, - [SMALL_STATE(1623)] = 131039, - [SMALL_STATE(1624)] = 131087, - [SMALL_STATE(1625)] = 131135, - [SMALL_STATE(1626)] = 131183, - [SMALL_STATE(1627)] = 131231, - [SMALL_STATE(1628)] = 131279, - [SMALL_STATE(1629)] = 131327, - [SMALL_STATE(1630)] = 131375, - [SMALL_STATE(1631)] = 131423, - [SMALL_STATE(1632)] = 131471, - [SMALL_STATE(1633)] = 131519, - [SMALL_STATE(1634)] = 131567, - [SMALL_STATE(1635)] = 131615, - [SMALL_STATE(1636)] = 131663, - [SMALL_STATE(1637)] = 131711, - [SMALL_STATE(1638)] = 131759, - [SMALL_STATE(1639)] = 131809, - [SMALL_STATE(1640)] = 131859, - [SMALL_STATE(1641)] = 131909, - [SMALL_STATE(1642)] = 131957, - [SMALL_STATE(1643)] = 132005, - [SMALL_STATE(1644)] = 132053, - [SMALL_STATE(1645)] = 132101, - [SMALL_STATE(1646)] = 132149, - [SMALL_STATE(1647)] = 132197, - [SMALL_STATE(1648)] = 132245, - [SMALL_STATE(1649)] = 132293, - [SMALL_STATE(1650)] = 132341, - [SMALL_STATE(1651)] = 132389, - [SMALL_STATE(1652)] = 132437, - [SMALL_STATE(1653)] = 132485, - [SMALL_STATE(1654)] = 132533, - [SMALL_STATE(1655)] = 132581, - [SMALL_STATE(1656)] = 132629, - [SMALL_STATE(1657)] = 132677, - [SMALL_STATE(1658)] = 132725, - [SMALL_STATE(1659)] = 132773, - [SMALL_STATE(1660)] = 132837, - [SMALL_STATE(1661)] = 132885, - [SMALL_STATE(1662)] = 132933, - [SMALL_STATE(1663)] = 132981, - [SMALL_STATE(1664)] = 133029, - [SMALL_STATE(1665)] = 133079, - [SMALL_STATE(1666)] = 133127, - [SMALL_STATE(1667)] = 133177, - [SMALL_STATE(1668)] = 133227, - [SMALL_STATE(1669)] = 133275, - [SMALL_STATE(1670)] = 133323, - [SMALL_STATE(1671)] = 133371, - [SMALL_STATE(1672)] = 133419, - [SMALL_STATE(1673)] = 133467, - [SMALL_STATE(1674)] = 133515, - [SMALL_STATE(1675)] = 133563, - [SMALL_STATE(1676)] = 133617, - [SMALL_STATE(1677)] = 133665, - [SMALL_STATE(1678)] = 133713, - [SMALL_STATE(1679)] = 133761, - [SMALL_STATE(1680)] = 133809, - [SMALL_STATE(1681)] = 133859, - [SMALL_STATE(1682)] = 133909, - [SMALL_STATE(1683)] = 133957, - [SMALL_STATE(1684)] = 134005, - [SMALL_STATE(1685)] = 134053, - [SMALL_STATE(1686)] = 134103, - [SMALL_STATE(1687)] = 134171, - [SMALL_STATE(1688)] = 134221, - [SMALL_STATE(1689)] = 134269, - [SMALL_STATE(1690)] = 134317, - [SMALL_STATE(1691)] = 134365, - [SMALL_STATE(1692)] = 134415, - [SMALL_STATE(1693)] = 134463, - [SMALL_STATE(1694)] = 134511, - [SMALL_STATE(1695)] = 134561, - [SMALL_STATE(1696)] = 134611, - [SMALL_STATE(1697)] = 134661, - [SMALL_STATE(1698)] = 134711, - [SMALL_STATE(1699)] = 134761, - [SMALL_STATE(1700)] = 134811, - [SMALL_STATE(1701)] = 134861, - [SMALL_STATE(1702)] = 134911, - [SMALL_STATE(1703)] = 134961, - [SMALL_STATE(1704)] = 135011, - [SMALL_STATE(1705)] = 135061, - [SMALL_STATE(1706)] = 135111, - [SMALL_STATE(1707)] = 135159, - [SMALL_STATE(1708)] = 135209, - [SMALL_STATE(1709)] = 135273, - [SMALL_STATE(1710)] = 135323, - [SMALL_STATE(1711)] = 135373, - [SMALL_STATE(1712)] = 135423, - [SMALL_STATE(1713)] = 135473, - [SMALL_STATE(1714)] = 135521, - [SMALL_STATE(1715)] = 135569, - [SMALL_STATE(1716)] = 135617, - [SMALL_STATE(1717)] = 135667, - [SMALL_STATE(1718)] = 135717, - [SMALL_STATE(1719)] = 135767, - [SMALL_STATE(1720)] = 135815, - [SMALL_STATE(1721)] = 135865, - [SMALL_STATE(1722)] = 135913, - [SMALL_STATE(1723)] = 135961, - [SMALL_STATE(1724)] = 136011, - [SMALL_STATE(1725)] = 136061, - [SMALL_STATE(1726)] = 136111, - [SMALL_STATE(1727)] = 136161, - [SMALL_STATE(1728)] = 136211, - [SMALL_STATE(1729)] = 136261, - [SMALL_STATE(1730)] = 136309, - [SMALL_STATE(1731)] = 136359, - [SMALL_STATE(1732)] = 136409, - [SMALL_STATE(1733)] = 136475, - [SMALL_STATE(1734)] = 136525, - [SMALL_STATE(1735)] = 136575, - [SMALL_STATE(1736)] = 136625, - [SMALL_STATE(1737)] = 136675, - [SMALL_STATE(1738)] = 136725, - [SMALL_STATE(1739)] = 136775, - [SMALL_STATE(1740)] = 136823, - [SMALL_STATE(1741)] = 136871, - [SMALL_STATE(1742)] = 136921, - [SMALL_STATE(1743)] = 136971, - [SMALL_STATE(1744)] = 137021, - [SMALL_STATE(1745)] = 137071, - [SMALL_STATE(1746)] = 137121, - [SMALL_STATE(1747)] = 137171, - [SMALL_STATE(1748)] = 137221, - [SMALL_STATE(1749)] = 137269, - [SMALL_STATE(1750)] = 137319, - [SMALL_STATE(1751)] = 137385, - [SMALL_STATE(1752)] = 137435, - [SMALL_STATE(1753)] = 137503, - [SMALL_STATE(1754)] = 137571, - [SMALL_STATE(1755)] = 137619, - [SMALL_STATE(1756)] = 137669, - [SMALL_STATE(1757)] = 137723, - [SMALL_STATE(1758)] = 137771, - [SMALL_STATE(1759)] = 137821, - [SMALL_STATE(1760)] = 137889, - [SMALL_STATE(1761)] = 137939, - [SMALL_STATE(1762)] = 137989, - [SMALL_STATE(1763)] = 138037, - [SMALL_STATE(1764)] = 138105, - [SMALL_STATE(1765)] = 138155, - [SMALL_STATE(1766)] = 138205, - [SMALL_STATE(1767)] = 138273, - [SMALL_STATE(1768)] = 138323, - [SMALL_STATE(1769)] = 138391, - [SMALL_STATE(1770)] = 138439, - [SMALL_STATE(1771)] = 138489, - [SMALL_STATE(1772)] = 138539, - [SMALL_STATE(1773)] = 138589, - [SMALL_STATE(1774)] = 138639, - [SMALL_STATE(1775)] = 138689, - [SMALL_STATE(1776)] = 138739, - [SMALL_STATE(1777)] = 138789, - [SMALL_STATE(1778)] = 138839, - [SMALL_STATE(1779)] = 138889, - [SMALL_STATE(1780)] = 138939, - [SMALL_STATE(1781)] = 138989, - [SMALL_STATE(1782)] = 139039, - [SMALL_STATE(1783)] = 139089, - [SMALL_STATE(1784)] = 139139, - [SMALL_STATE(1785)] = 139189, - [SMALL_STATE(1786)] = 139239, - [SMALL_STATE(1787)] = 139307, - [SMALL_STATE(1788)] = 139355, - [SMALL_STATE(1789)] = 139403, - [SMALL_STATE(1790)] = 139451, - [SMALL_STATE(1791)] = 139513, - [SMALL_STATE(1792)] = 139561, - [SMALL_STATE(1793)] = 139611, - [SMALL_STATE(1794)] = 139661, - [SMALL_STATE(1795)] = 139711, - [SMALL_STATE(1796)] = 139769, - [SMALL_STATE(1797)] = 139819, - [SMALL_STATE(1798)] = 139869, - [SMALL_STATE(1799)] = 139935, - [SMALL_STATE(1800)] = 140003, - [SMALL_STATE(1801)] = 140073, - [SMALL_STATE(1802)] = 140123, - [SMALL_STATE(1803)] = 140171, - [SMALL_STATE(1804)] = 140221, - [SMALL_STATE(1805)] = 140271, - [SMALL_STATE(1806)] = 140319, - [SMALL_STATE(1807)] = 140369, - [SMALL_STATE(1808)] = 140419, - [SMALL_STATE(1809)] = 140469, - [SMALL_STATE(1810)] = 140519, - [SMALL_STATE(1811)] = 140569, - [SMALL_STATE(1812)] = 140619, - [SMALL_STATE(1813)] = 140669, - [SMALL_STATE(1814)] = 140719, - [SMALL_STATE(1815)] = 140767, - [SMALL_STATE(1816)] = 140815, - [SMALL_STATE(1817)] = 140863, - [SMALL_STATE(1818)] = 140913, - [SMALL_STATE(1819)] = 140963, - [SMALL_STATE(1820)] = 141013, - [SMALL_STATE(1821)] = 141063, - [SMALL_STATE(1822)] = 141113, - [SMALL_STATE(1823)] = 141163, - [SMALL_STATE(1824)] = 141213, - [SMALL_STATE(1825)] = 141263, - [SMALL_STATE(1826)] = 141311, - [SMALL_STATE(1827)] = 141361, - [SMALL_STATE(1828)] = 141411, - [SMALL_STATE(1829)] = 141459, - [SMALL_STATE(1830)] = 141507, - [SMALL_STATE(1831)] = 141555, - [SMALL_STATE(1832)] = 141605, - [SMALL_STATE(1833)] = 141657, - [SMALL_STATE(1834)] = 141707, - [SMALL_STATE(1835)] = 141755, - [SMALL_STATE(1836)] = 141803, - [SMALL_STATE(1837)] = 141851, - [SMALL_STATE(1838)] = 141901, - [SMALL_STATE(1839)] = 141951, - [SMALL_STATE(1840)] = 142001, - [SMALL_STATE(1841)] = 142051, - [SMALL_STATE(1842)] = 142101, - [SMALL_STATE(1843)] = 142151, - [SMALL_STATE(1844)] = 142201, - [SMALL_STATE(1845)] = 142269, - [SMALL_STATE(1846)] = 142337, - [SMALL_STATE(1847)] = 142387, - [SMALL_STATE(1848)] = 142437, - [SMALL_STATE(1849)] = 142487, - [SMALL_STATE(1850)] = 142537, - [SMALL_STATE(1851)] = 142605, - [SMALL_STATE(1852)] = 142655, - [SMALL_STATE(1853)] = 142705, - [SMALL_STATE(1854)] = 142755, - [SMALL_STATE(1855)] = 142805, - [SMALL_STATE(1856)] = 142855, - [SMALL_STATE(1857)] = 142905, - [SMALL_STATE(1858)] = 142955, - [SMALL_STATE(1859)] = 143005, - [SMALL_STATE(1860)] = 143055, - [SMALL_STATE(1861)] = 143105, - [SMALL_STATE(1862)] = 143155, - [SMALL_STATE(1863)] = 143223, - [SMALL_STATE(1864)] = 143273, - [SMALL_STATE(1865)] = 143337, - [SMALL_STATE(1866)] = 143387, - [SMALL_STATE(1867)] = 143437, - [SMALL_STATE(1868)] = 143505, - [SMALL_STATE(1869)] = 143573, - [SMALL_STATE(1870)] = 143623, - [SMALL_STATE(1871)] = 143673, - [SMALL_STATE(1872)] = 143723, - [SMALL_STATE(1873)] = 143773, - [SMALL_STATE(1874)] = 143823, - [SMALL_STATE(1875)] = 143873, - [SMALL_STATE(1876)] = 143923, - [SMALL_STATE(1877)] = 143973, - [SMALL_STATE(1878)] = 144021, - [SMALL_STATE(1879)] = 144071, - [SMALL_STATE(1880)] = 144121, - [SMALL_STATE(1881)] = 144171, - [SMALL_STATE(1882)] = 144239, - [SMALL_STATE(1883)] = 144289, - [SMALL_STATE(1884)] = 144351, - [SMALL_STATE(1885)] = 144399, - [SMALL_STATE(1886)] = 144457, - [SMALL_STATE(1887)] = 144505, - [SMALL_STATE(1888)] = 144571, - [SMALL_STATE(1889)] = 144621, - [SMALL_STATE(1890)] = 144671, - [SMALL_STATE(1891)] = 144739, - [SMALL_STATE(1892)] = 144787, - [SMALL_STATE(1893)] = 144837, - [SMALL_STATE(1894)] = 144887, - [SMALL_STATE(1895)] = 144937, - [SMALL_STATE(1896)] = 144987, - [SMALL_STATE(1897)] = 145037, - [SMALL_STATE(1898)] = 145091, - [SMALL_STATE(1899)] = 145141, - [SMALL_STATE(1900)] = 145191, - [SMALL_STATE(1901)] = 145261, - [SMALL_STATE(1902)] = 145315, - [SMALL_STATE(1903)] = 145365, - [SMALL_STATE(1904)] = 145415, - [SMALL_STATE(1905)] = 145465, - [SMALL_STATE(1906)] = 145515, - [SMALL_STATE(1907)] = 145563, - [SMALL_STATE(1908)] = 145613, - [SMALL_STATE(1909)] = 145663, - [SMALL_STATE(1910)] = 145713, - [SMALL_STATE(1911)] = 145761, - [SMALL_STATE(1912)] = 145809, - [SMALL_STATE(1913)] = 145877, - [SMALL_STATE(1914)] = 145925, - [SMALL_STATE(1915)] = 145973, - [SMALL_STATE(1916)] = 146021, - [SMALL_STATE(1917)] = 146069, - [SMALL_STATE(1918)] = 146117, - [SMALL_STATE(1919)] = 146165, - [SMALL_STATE(1920)] = 146213, - [SMALL_STATE(1921)] = 146261, - [SMALL_STATE(1922)] = 146309, - [SMALL_STATE(1923)] = 146357, - [SMALL_STATE(1924)] = 146405, - [SMALL_STATE(1925)] = 146453, - [SMALL_STATE(1926)] = 146503, - [SMALL_STATE(1927)] = 146551, - [SMALL_STATE(1928)] = 146601, - [SMALL_STATE(1929)] = 146665, - [SMALL_STATE(1930)] = 146729, - [SMALL_STATE(1931)] = 146777, - [SMALL_STATE(1932)] = 146841, - [SMALL_STATE(1933)] = 146891, - [SMALL_STATE(1934)] = 146941, - [SMALL_STATE(1935)] = 146997, - [SMALL_STATE(1936)] = 147045, - [SMALL_STATE(1937)] = 147109, - [SMALL_STATE(1938)] = 147159, - [SMALL_STATE(1939)] = 147207, - [SMALL_STATE(1940)] = 147255, - [SMALL_STATE(1941)] = 147305, - [SMALL_STATE(1942)] = 147355, - [SMALL_STATE(1943)] = 147419, - [SMALL_STATE(1944)] = 147471, - [SMALL_STATE(1945)] = 147521, - [SMALL_STATE(1946)] = 147571, - [SMALL_STATE(1947)] = 147621, - [SMALL_STATE(1948)] = 147671, - [SMALL_STATE(1949)] = 147729, - [SMALL_STATE(1950)] = 147776, - [SMALL_STATE(1951)] = 147839, - [SMALL_STATE(1952)] = 147886, - [SMALL_STATE(1953)] = 147933, - [SMALL_STATE(1954)] = 147980, - [SMALL_STATE(1955)] = 148027, - [SMALL_STATE(1956)] = 148074, - [SMALL_STATE(1957)] = 148121, - [SMALL_STATE(1958)] = 148168, - [SMALL_STATE(1959)] = 148215, - [SMALL_STATE(1960)] = 148262, - [SMALL_STATE(1961)] = 148309, - [SMALL_STATE(1962)] = 148356, - [SMALL_STATE(1963)] = 148403, - [SMALL_STATE(1964)] = 148450, - [SMALL_STATE(1965)] = 148497, - [SMALL_STATE(1966)] = 148544, - [SMALL_STATE(1967)] = 148593, - [SMALL_STATE(1968)] = 148642, - [SMALL_STATE(1969)] = 148691, - [SMALL_STATE(1970)] = 148740, - [SMALL_STATE(1971)] = 148789, - [SMALL_STATE(1972)] = 148838, - [SMALL_STATE(1973)] = 148887, - [SMALL_STATE(1974)] = 148936, - [SMALL_STATE(1975)] = 148989, - [SMALL_STATE(1976)] = 149038, - [SMALL_STATE(1977)] = 149087, - [SMALL_STATE(1978)] = 149136, - [SMALL_STATE(1979)] = 149185, - [SMALL_STATE(1980)] = 149234, - [SMALL_STATE(1981)] = 149283, - [SMALL_STATE(1982)] = 149330, - [SMALL_STATE(1983)] = 149377, - [SMALL_STATE(1984)] = 149426, - [SMALL_STATE(1985)] = 149475, - [SMALL_STATE(1986)] = 149528, - [SMALL_STATE(1987)] = 149581, - [SMALL_STATE(1988)] = 149628, - [SMALL_STATE(1989)] = 149675, - [SMALL_STATE(1990)] = 149722, - [SMALL_STATE(1991)] = 149769, - [SMALL_STATE(1992)] = 149816, - [SMALL_STATE(1993)] = 149863, - [SMALL_STATE(1994)] = 149916, - [SMALL_STATE(1995)] = 149965, - [SMALL_STATE(1996)] = 150012, - [SMALL_STATE(1997)] = 150061, - [SMALL_STATE(1998)] = 150108, - [SMALL_STATE(1999)] = 150155, - [SMALL_STATE(2000)] = 150202, - [SMALL_STATE(2001)] = 150251, - [SMALL_STATE(2002)] = 150300, - [SMALL_STATE(2003)] = 150349, - [SMALL_STATE(2004)] = 150398, - [SMALL_STATE(2005)] = 150445, - [SMALL_STATE(2006)] = 150494, - [SMALL_STATE(2007)] = 150541, - [SMALL_STATE(2008)] = 150588, - [SMALL_STATE(2009)] = 150635, - [SMALL_STATE(2010)] = 150682, - [SMALL_STATE(2011)] = 150729, - [SMALL_STATE(2012)] = 150776, - [SMALL_STATE(2013)] = 150823, - [SMALL_STATE(2014)] = 150870, - [SMALL_STATE(2015)] = 150919, - [SMALL_STATE(2016)] = 150966, - [SMALL_STATE(2017)] = 151013, - [SMALL_STATE(2018)] = 151060, - [SMALL_STATE(2019)] = 151107, - [SMALL_STATE(2020)] = 151154, - [SMALL_STATE(2021)] = 151201, - [SMALL_STATE(2022)] = 151248, - [SMALL_STATE(2023)] = 151295, - [SMALL_STATE(2024)] = 151344, - [SMALL_STATE(2025)] = 151391, - [SMALL_STATE(2026)] = 151438, - [SMALL_STATE(2027)] = 151485, - [SMALL_STATE(2028)] = 151532, - [SMALL_STATE(2029)] = 151581, - [SMALL_STATE(2030)] = 151630, - [SMALL_STATE(2031)] = 151679, - [SMALL_STATE(2032)] = 151726, - [SMALL_STATE(2033)] = 151775, - [SMALL_STATE(2034)] = 151824, - [SMALL_STATE(2035)] = 151871, - [SMALL_STATE(2036)] = 151918, - [SMALL_STATE(2037)] = 151965, - [SMALL_STATE(2038)] = 152012, - [SMALL_STATE(2039)] = 152059, - [SMALL_STATE(2040)] = 152108, - [SMALL_STATE(2041)] = 152157, - [SMALL_STATE(2042)] = 152204, - [SMALL_STATE(2043)] = 152253, - [SMALL_STATE(2044)] = 152300, - [SMALL_STATE(2045)] = 152347, - [SMALL_STATE(2046)] = 152394, - [SMALL_STATE(2047)] = 152441, - [SMALL_STATE(2048)] = 152488, - [SMALL_STATE(2049)] = 152535, - [SMALL_STATE(2050)] = 152582, - [SMALL_STATE(2051)] = 152631, - [SMALL_STATE(2052)] = 152678, - [SMALL_STATE(2053)] = 152725, - [SMALL_STATE(2054)] = 152800, - [SMALL_STATE(2055)] = 152847, - [SMALL_STATE(2056)] = 152894, - [SMALL_STATE(2057)] = 152943, - [SMALL_STATE(2058)] = 152990, - [SMALL_STATE(2059)] = 153037, - [SMALL_STATE(2060)] = 153100, - [SMALL_STATE(2061)] = 153163, - [SMALL_STATE(2062)] = 153226, - [SMALL_STATE(2063)] = 153275, - [SMALL_STATE(2064)] = 153342, - [SMALL_STATE(2065)] = 153389, - [SMALL_STATE(2066)] = 153436, - [SMALL_STATE(2067)] = 153483, - [SMALL_STATE(2068)] = 153530, - [SMALL_STATE(2069)] = 153577, - [SMALL_STATE(2070)] = 153624, - [SMALL_STATE(2071)] = 153687, - [SMALL_STATE(2072)] = 153734, - [SMALL_STATE(2073)] = 153781, - [SMALL_STATE(2074)] = 153830, - [SMALL_STATE(2075)] = 153879, - [SMALL_STATE(2076)] = 153928, - [SMALL_STATE(2077)] = 153981, - [SMALL_STATE(2078)] = 154030, - [SMALL_STATE(2079)] = 154079, - [SMALL_STATE(2080)] = 154128, - [SMALL_STATE(2081)] = 154175, - [SMALL_STATE(2082)] = 154222, - [SMALL_STATE(2083)] = 154269, - [SMALL_STATE(2084)] = 154316, - [SMALL_STATE(2085)] = 154363, - [SMALL_STATE(2086)] = 154410, - [SMALL_STATE(2087)] = 154457, - [SMALL_STATE(2088)] = 154504, - [SMALL_STATE(2089)] = 154567, - [SMALL_STATE(2090)] = 154614, - [SMALL_STATE(2091)] = 154661, - [SMALL_STATE(2092)] = 154724, - [SMALL_STATE(2093)] = 154773, - [SMALL_STATE(2094)] = 154822, - [SMALL_STATE(2095)] = 154871, - [SMALL_STATE(2096)] = 154918, - [SMALL_STATE(2097)] = 154967, - [SMALL_STATE(2098)] = 155014, - [SMALL_STATE(2099)] = 155063, - [SMALL_STATE(2100)] = 155110, - [SMALL_STATE(2101)] = 155157, - [SMALL_STATE(2102)] = 155204, - [SMALL_STATE(2103)] = 155251, - [SMALL_STATE(2104)] = 155298, - [SMALL_STATE(2105)] = 155345, - [SMALL_STATE(2106)] = 155392, - [SMALL_STATE(2107)] = 155439, - [SMALL_STATE(2108)] = 155486, - [SMALL_STATE(2109)] = 155533, - [SMALL_STATE(2110)] = 155580, - [SMALL_STATE(2111)] = 155627, - [SMALL_STATE(2112)] = 155690, - [SMALL_STATE(2113)] = 155737, - [SMALL_STATE(2114)] = 155784, - [SMALL_STATE(2115)] = 155833, - [SMALL_STATE(2116)] = 155880, - [SMALL_STATE(2117)] = 155927, - [SMALL_STATE(2118)] = 155976, - [SMALL_STATE(2119)] = 156023, - [SMALL_STATE(2120)] = 156070, - [SMALL_STATE(2121)] = 156123, - [SMALL_STATE(2122)] = 156178, - [SMALL_STATE(2123)] = 156227, - [SMALL_STATE(2124)] = 156274, - [SMALL_STATE(2125)] = 156321, - [SMALL_STATE(2126)] = 156370, - [SMALL_STATE(2127)] = 156417, - [SMALL_STATE(2128)] = 156464, - [SMALL_STATE(2129)] = 156511, - [SMALL_STATE(2130)] = 156558, - [SMALL_STATE(2131)] = 156605, - [SMALL_STATE(2132)] = 156652, - [SMALL_STATE(2133)] = 156699, - [SMALL_STATE(2134)] = 156746, - [SMALL_STATE(2135)] = 156809, - [SMALL_STATE(2136)] = 156856, - [SMALL_STATE(2137)] = 156915, - [SMALL_STATE(2138)] = 156962, - [SMALL_STATE(2139)] = 157013, - [SMALL_STATE(2140)] = 157060, - [SMALL_STATE(2141)] = 157109, - [SMALL_STATE(2142)] = 157156, - [SMALL_STATE(2143)] = 157203, - [SMALL_STATE(2144)] = 157250, - [SMALL_STATE(2145)] = 157297, - [SMALL_STATE(2146)] = 157344, - [SMALL_STATE(2147)] = 157401, - [SMALL_STATE(2148)] = 157464, - [SMALL_STATE(2149)] = 157511, - [SMALL_STATE(2150)] = 157558, - [SMALL_STATE(2151)] = 157605, - [SMALL_STATE(2152)] = 157652, - [SMALL_STATE(2153)] = 157699, - [SMALL_STATE(2154)] = 157746, - [SMALL_STATE(2155)] = 157795, - [SMALL_STATE(2156)] = 157842, - [SMALL_STATE(2157)] = 157889, - [SMALL_STATE(2158)] = 157936, - [SMALL_STATE(2159)] = 157983, - [SMALL_STATE(2160)] = 158032, - [SMALL_STATE(2161)] = 158081, - [SMALL_STATE(2162)] = 158130, - [SMALL_STATE(2163)] = 158179, - [SMALL_STATE(2164)] = 158228, - [SMALL_STATE(2165)] = 158295, - [SMALL_STATE(2166)] = 158342, - [SMALL_STATE(2167)] = 158389, - [SMALL_STATE(2168)] = 158436, - [SMALL_STATE(2169)] = 158485, - [SMALL_STATE(2170)] = 158532, - [SMALL_STATE(2171)] = 158579, - [SMALL_STATE(2172)] = 158626, - [SMALL_STATE(2173)] = 158673, - [SMALL_STATE(2174)] = 158720, - [SMALL_STATE(2175)] = 158767, - [SMALL_STATE(2176)] = 158816, - [SMALL_STATE(2177)] = 158879, - [SMALL_STATE(2178)] = 158926, - [SMALL_STATE(2179)] = 158973, - [SMALL_STATE(2180)] = 159020, - [SMALL_STATE(2181)] = 159069, - [SMALL_STATE(2182)] = 159118, - [SMALL_STATE(2183)] = 159193, - [SMALL_STATE(2184)] = 159240, - [SMALL_STATE(2185)] = 159287, - [SMALL_STATE(2186)] = 159336, - [SMALL_STATE(2187)] = 159385, - [SMALL_STATE(2188)] = 159432, - [SMALL_STATE(2189)] = 159485, - [SMALL_STATE(2190)] = 159532, - [SMALL_STATE(2191)] = 159579, - [SMALL_STATE(2192)] = 159626, - [SMALL_STATE(2193)] = 159673, - [SMALL_STATE(2194)] = 159720, - [SMALL_STATE(2195)] = 159767, - [SMALL_STATE(2196)] = 159814, - [SMALL_STATE(2197)] = 159863, - [SMALL_STATE(2198)] = 159912, - [SMALL_STATE(2199)] = 159961, - [SMALL_STATE(2200)] = 160010, - [SMALL_STATE(2201)] = 160059, - [SMALL_STATE(2202)] = 160124, - [SMALL_STATE(2203)] = 160173, - [SMALL_STATE(2204)] = 160230, - [SMALL_STATE(2205)] = 160291, - [SMALL_STATE(2206)] = 160358, - [SMALL_STATE(2207)] = 160407, - [SMALL_STATE(2208)] = 160474, - [SMALL_STATE(2209)] = 160523, - [SMALL_STATE(2210)] = 160572, - [SMALL_STATE(2211)] = 160621, - [SMALL_STATE(2212)] = 160668, - [SMALL_STATE(2213)] = 160717, - [SMALL_STATE(2214)] = 160766, - [SMALL_STATE(2215)] = 160815, - [SMALL_STATE(2216)] = 160862, - [SMALL_STATE(2217)] = 160911, - [SMALL_STATE(2218)] = 160960, - [SMALL_STATE(2219)] = 161007, - [SMALL_STATE(2220)] = 161054, - [SMALL_STATE(2221)] = 161101, - [SMALL_STATE(2222)] = 161148, - [SMALL_STATE(2223)] = 161197, - [SMALL_STATE(2224)] = 161244, - [SMALL_STATE(2225)] = 161291, - [SMALL_STATE(2226)] = 161338, - [SMALL_STATE(2227)] = 161387, - [SMALL_STATE(2228)] = 161436, - [SMALL_STATE(2229)] = 161485, - [SMALL_STATE(2230)] = 161534, - [SMALL_STATE(2231)] = 161581, - [SMALL_STATE(2232)] = 161634, - [SMALL_STATE(2233)] = 161681, - [SMALL_STATE(2234)] = 161728, - [SMALL_STATE(2235)] = 161775, - [SMALL_STATE(2236)] = 161824, - [SMALL_STATE(2237)] = 161873, - [SMALL_STATE(2238)] = 161920, - [SMALL_STATE(2239)] = 161967, - [SMALL_STATE(2240)] = 162016, - [SMALL_STATE(2241)] = 162065, - [SMALL_STATE(2242)] = 162114, - [SMALL_STATE(2243)] = 162199, - [SMALL_STATE(2244)] = 162250, - [SMALL_STATE(2245)] = 162303, - [SMALL_STATE(2246)] = 162378, - [SMALL_STATE(2247)] = 162427, - [SMALL_STATE(2248)] = 162476, - [SMALL_STATE(2249)] = 162525, - [SMALL_STATE(2250)] = 162574, - [SMALL_STATE(2251)] = 162623, - [SMALL_STATE(2252)] = 162672, - [SMALL_STATE(2253)] = 162721, - [SMALL_STATE(2254)] = 162770, - [SMALL_STATE(2255)] = 162819, - [SMALL_STATE(2256)] = 162868, - [SMALL_STATE(2257)] = 162917, - [SMALL_STATE(2258)] = 162968, - [SMALL_STATE(2259)] = 163017, - [SMALL_STATE(2260)] = 163084, - [SMALL_STATE(2261)] = 163151, - [SMALL_STATE(2262)] = 163218, - [SMALL_STATE(2263)] = 163271, - [SMALL_STATE(2264)] = 163320, - [SMALL_STATE(2265)] = 163369, - [SMALL_STATE(2266)] = 163436, - [SMALL_STATE(2267)] = 163503, - [SMALL_STATE(2268)] = 163570, - [SMALL_STATE(2269)] = 163619, - [SMALL_STATE(2270)] = 163686, - [SMALL_STATE(2271)] = 163751, - [SMALL_STATE(2272)] = 163800, - [SMALL_STATE(2273)] = 163849, - [SMALL_STATE(2274)] = 163898, - [SMALL_STATE(2275)] = 163947, - [SMALL_STATE(2276)] = 163996, - [SMALL_STATE(2277)] = 164081, - [SMALL_STATE(2278)] = 164130, - [SMALL_STATE(2279)] = 164179, - [SMALL_STATE(2280)] = 164228, - [SMALL_STATE(2281)] = 164303, - [SMALL_STATE(2282)] = 164356, - [SMALL_STATE(2283)] = 164403, - [SMALL_STATE(2284)] = 164450, - [SMALL_STATE(2285)] = 164499, - [SMALL_STATE(2286)] = 164548, - [SMALL_STATE(2287)] = 164611, - [SMALL_STATE(2288)] = 164658, - [SMALL_STATE(2289)] = 164721, - [SMALL_STATE(2290)] = 164784, - [SMALL_STATE(2291)] = 164847, - [SMALL_STATE(2292)] = 164910, - [SMALL_STATE(2293)] = 164959, - [SMALL_STATE(2294)] = 165026, - [SMALL_STATE(2295)] = 165075, - [SMALL_STATE(2296)] = 165128, - [SMALL_STATE(2297)] = 165177, - [SMALL_STATE(2298)] = 165224, - [SMALL_STATE(2299)] = 165271, - [SMALL_STATE(2300)] = 165320, - [SMALL_STATE(2301)] = 165367, - [SMALL_STATE(2302)] = 165416, - [SMALL_STATE(2303)] = 165465, - [SMALL_STATE(2304)] = 165516, - [SMALL_STATE(2305)] = 165565, - [SMALL_STATE(2306)] = 165614, - [SMALL_STATE(2307)] = 165665, - [SMALL_STATE(2308)] = 165714, - [SMALL_STATE(2309)] = 165763, - [SMALL_STATE(2310)] = 165830, - [SMALL_STATE(2311)] = 165879, - [SMALL_STATE(2312)] = 165928, - [SMALL_STATE(2313)] = 165977, - [SMALL_STATE(2314)] = 166026, - [SMALL_STATE(2315)] = 166111, - [SMALL_STATE(2316)] = 166160, - [SMALL_STATE(2317)] = 166245, - [SMALL_STATE(2318)] = 166294, - [SMALL_STATE(2319)] = 166343, - [SMALL_STATE(2320)] = 166392, - [SMALL_STATE(2321)] = 166441, - [SMALL_STATE(2322)] = 166490, - [SMALL_STATE(2323)] = 166537, - [SMALL_STATE(2324)] = 166586, - [SMALL_STATE(2325)] = 166635, - [SMALL_STATE(2326)] = 166684, - [SMALL_STATE(2327)] = 166731, - [SMALL_STATE(2328)] = 166778, - [SMALL_STATE(2329)] = 166829, - [SMALL_STATE(2330)] = 166878, - [SMALL_STATE(2331)] = 166927, - [SMALL_STATE(2332)] = 166976, - [SMALL_STATE(2333)] = 167039, - [SMALL_STATE(2334)] = 167102, - [SMALL_STATE(2335)] = 167161, - [SMALL_STATE(2336)] = 167218, - [SMALL_STATE(2337)] = 167281, - [SMALL_STATE(2338)] = 167330, - [SMALL_STATE(2339)] = 167379, - [SMALL_STATE(2340)] = 167428, - [SMALL_STATE(2341)] = 167477, - [SMALL_STATE(2342)] = 167526, - [SMALL_STATE(2343)] = 167575, - [SMALL_STATE(2344)] = 167624, - [SMALL_STATE(2345)] = 167673, - [SMALL_STATE(2346)] = 167722, - [SMALL_STATE(2347)] = 167771, - [SMALL_STATE(2348)] = 167820, - [SMALL_STATE(2349)] = 167869, - [SMALL_STATE(2350)] = 167918, - [SMALL_STATE(2351)] = 167967, - [SMALL_STATE(2352)] = 168016, - [SMALL_STATE(2353)] = 168065, - [SMALL_STATE(2354)] = 168114, - [SMALL_STATE(2355)] = 168177, - [SMALL_STATE(2356)] = 168226, - [SMALL_STATE(2357)] = 168275, - [SMALL_STATE(2358)] = 168324, - [SMALL_STATE(2359)] = 168373, - [SMALL_STATE(2360)] = 168422, - [SMALL_STATE(2361)] = 168507, - [SMALL_STATE(2362)] = 168556, - [SMALL_STATE(2363)] = 168605, - [SMALL_STATE(2364)] = 168654, - [SMALL_STATE(2365)] = 168703, - [SMALL_STATE(2366)] = 168752, - [SMALL_STATE(2367)] = 168801, - [SMALL_STATE(2368)] = 168850, - [SMALL_STATE(2369)] = 168899, - [SMALL_STATE(2370)] = 168948, - [SMALL_STATE(2371)] = 168997, - [SMALL_STATE(2372)] = 169046, - [SMALL_STATE(2373)] = 169095, - [SMALL_STATE(2374)] = 169150, - [SMALL_STATE(2375)] = 169199, - [SMALL_STATE(2376)] = 169254, - [SMALL_STATE(2377)] = 169303, - [SMALL_STATE(2378)] = 169352, - [SMALL_STATE(2379)] = 169401, - [SMALL_STATE(2380)] = 169450, - [SMALL_STATE(2381)] = 169499, - [SMALL_STATE(2382)] = 169548, - [SMALL_STATE(2383)] = 169597, - [SMALL_STATE(2384)] = 169672, - [SMALL_STATE(2385)] = 169721, - [SMALL_STATE(2386)] = 169770, - [SMALL_STATE(2387)] = 169819, - [SMALL_STATE(2388)] = 169868, - [SMALL_STATE(2389)] = 169917, - [SMALL_STATE(2390)] = 169966, - [SMALL_STATE(2391)] = 170018, - [SMALL_STATE(2392)] = 170068, - [SMALL_STATE(2393)] = 170130, - [SMALL_STATE(2394)] = 170192, - [SMALL_STATE(2395)] = 170254, - [SMALL_STATE(2396)] = 170316, - [SMALL_STATE(2397)] = 170364, - [SMALL_STATE(2398)] = 170412, - [SMALL_STATE(2399)] = 170462, - [SMALL_STATE(2400)] = 170514, - [SMALL_STATE(2401)] = 170560, - [SMALL_STATE(2402)] = 170622, - [SMALL_STATE(2403)] = 170684, - [SMALL_STATE(2404)] = 170746, - [SMALL_STATE(2405)] = 170794, - [SMALL_STATE(2406)] = 170856, - [SMALL_STATE(2407)] = 170918, - [SMALL_STATE(2408)] = 170980, - [SMALL_STATE(2409)] = 171042, - [SMALL_STATE(2410)] = 171104, - [SMALL_STATE(2411)] = 171166, - [SMALL_STATE(2412)] = 171228, - [SMALL_STATE(2413)] = 171276, - [SMALL_STATE(2414)] = 171338, - [SMALL_STATE(2415)] = 171400, - [SMALL_STATE(2416)] = 171458, - [SMALL_STATE(2417)] = 171514, - [SMALL_STATE(2418)] = 171576, - [SMALL_STATE(2419)] = 171638, - [SMALL_STATE(2420)] = 171700, - [SMALL_STATE(2421)] = 171754, - [SMALL_STATE(2422)] = 171802, - [SMALL_STATE(2423)] = 171850, - [SMALL_STATE(2424)] = 171902, - [SMALL_STATE(2425)] = 171950, - [SMALL_STATE(2426)] = 172000, - [SMALL_STATE(2427)] = 172066, - [SMALL_STATE(2428)] = 172118, - [SMALL_STATE(2429)] = 172164, - [SMALL_STATE(2430)] = 172210, - [SMALL_STATE(2431)] = 172260, - [SMALL_STATE(2432)] = 172322, - [SMALL_STATE(2433)] = 172374, - [SMALL_STATE(2434)] = 172434, - [SMALL_STATE(2435)] = 172480, - [SMALL_STATE(2436)] = 172532, - [SMALL_STATE(2437)] = 172594, - [SMALL_STATE(2438)] = 172646, - [SMALL_STATE(2439)] = 172694, - [SMALL_STATE(2440)] = 172756, - [SMALL_STATE(2441)] = 172842, - [SMALL_STATE(2442)] = 172894, - [SMALL_STATE(2443)] = 172942, - [SMALL_STATE(2444)] = 172994, - [SMALL_STATE(2445)] = 173046, - [SMALL_STATE(2446)] = 173096, - [SMALL_STATE(2447)] = 173156, - [SMALL_STATE(2448)] = 173220, - [SMALL_STATE(2449)] = 173280, - [SMALL_STATE(2450)] = 173346, - [SMALL_STATE(2451)] = 173406, - [SMALL_STATE(2452)] = 173458, - [SMALL_STATE(2453)] = 173518, - [SMALL_STATE(2454)] = 173584, - [SMALL_STATE(2455)] = 173650, - [SMALL_STATE(2456)] = 173716, - [SMALL_STATE(2457)] = 173776, - [SMALL_STATE(2458)] = 173842, - [SMALL_STATE(2459)] = 173908, - [SMALL_STATE(2460)] = 173974, - [SMALL_STATE(2461)] = 174034, - [SMALL_STATE(2462)] = 174090, - [SMALL_STATE(2463)] = 174154, - [SMALL_STATE(2464)] = 174220, - [SMALL_STATE(2465)] = 174280, - [SMALL_STATE(2466)] = 174332, - [SMALL_STATE(2467)] = 174392, - [SMALL_STATE(2468)] = 174452, - [SMALL_STATE(2469)] = 174508, - [SMALL_STATE(2470)] = 174558, - [SMALL_STATE(2471)] = 174612, - [SMALL_STATE(2472)] = 174664, - [SMALL_STATE(2473)] = 174728, - [SMALL_STATE(2474)] = 174794, - [SMALL_STATE(2475)] = 174860, - [SMALL_STATE(2476)] = 174926, - [SMALL_STATE(2477)] = 174992, - [SMALL_STATE(2478)] = 175058, - [SMALL_STATE(2479)] = 175110, - [SMALL_STATE(2480)] = 175176, - [SMALL_STATE(2481)] = 175242, - [SMALL_STATE(2482)] = 175292, - [SMALL_STATE(2483)] = 175352, - [SMALL_STATE(2484)] = 175408, - [SMALL_STATE(2485)] = 175472, - [SMALL_STATE(2486)] = 175538, - [SMALL_STATE(2487)] = 175588, - [SMALL_STATE(2488)] = 175642, - [SMALL_STATE(2489)] = 175690, - [SMALL_STATE(2490)] = 175750, - [SMALL_STATE(2491)] = 175800, - [SMALL_STATE(2492)] = 175866, - [SMALL_STATE(2493)] = 175912, - [SMALL_STATE(2494)] = 175972, - [SMALL_STATE(2495)] = 176026, - [SMALL_STATE(2496)] = 176084, - [SMALL_STATE(2497)] = 176132, - [SMALL_STATE(2498)] = 176180, - [SMALL_STATE(2499)] = 176232, - [SMALL_STATE(2500)] = 176284, - [SMALL_STATE(2501)] = 176340, - [SMALL_STATE(2502)] = 176394, - [SMALL_STATE(2503)] = 176442, - [SMALL_STATE(2504)] = 176535, - [SMALL_STATE(2505)] = 176582, - [SMALL_STATE(2506)] = 176633, - [SMALL_STATE(2507)] = 176702, - [SMALL_STATE(2508)] = 176751, - [SMALL_STATE(2509)] = 176802, - [SMALL_STATE(2510)] = 176849, - [SMALL_STATE(2511)] = 176896, - [SMALL_STATE(2512)] = 176949, - [SMALL_STATE(2513)] = 177000, - [SMALL_STATE(2514)] = 177051, - [SMALL_STATE(2515)] = 177102, - [SMALL_STATE(2516)] = 177153, - [SMALL_STATE(2517)] = 177246, - [SMALL_STATE(2518)] = 177293, - [SMALL_STATE(2519)] = 177346, - [SMALL_STATE(2520)] = 177393, - [SMALL_STATE(2521)] = 177486, - [SMALL_STATE(2522)] = 177541, - [SMALL_STATE(2523)] = 177610, - [SMALL_STATE(2524)] = 177657, - [SMALL_STATE(2525)] = 177704, - [SMALL_STATE(2526)] = 177751, - [SMALL_STATE(2527)] = 177844, - [SMALL_STATE(2528)] = 177893, - [SMALL_STATE(2529)] = 177940, - [SMALL_STATE(2530)] = 178009, - [SMALL_STATE(2531)] = 178060, - [SMALL_STATE(2532)] = 178109, - [SMALL_STATE(2533)] = 178172, - [SMALL_STATE(2534)] = 178237, - [SMALL_STATE(2535)] = 178284, - [SMALL_STATE(2536)] = 178349, - [SMALL_STATE(2537)] = 178418, - [SMALL_STATE(2538)] = 178483, - [SMALL_STATE(2539)] = 178548, - [SMALL_STATE(2540)] = 178613, - [SMALL_STATE(2541)] = 178662, - [SMALL_STATE(2542)] = 178755, - [SMALL_STATE(2543)] = 178824, - [SMALL_STATE(2544)] = 178873, - [SMALL_STATE(2545)] = 178938, - [SMALL_STATE(2546)] = 178989, - [SMALL_STATE(2547)] = 179054, - [SMALL_STATE(2548)] = 179147, - [SMALL_STATE(2549)] = 179206, - [SMALL_STATE(2550)] = 179261, - [SMALL_STATE(2551)] = 179324, - [SMALL_STATE(2552)] = 179389, - [SMALL_STATE(2553)] = 179436, - [SMALL_STATE(2554)] = 179505, - [SMALL_STATE(2555)] = 179552, - [SMALL_STATE(2556)] = 179603, - [SMALL_STATE(2557)] = 179654, - [SMALL_STATE(2558)] = 179723, - [SMALL_STATE(2559)] = 179792, - [SMALL_STATE(2560)] = 179839, - [SMALL_STATE(2561)] = 179892, - [SMALL_STATE(2562)] = 179985, - [SMALL_STATE(2563)] = 180034, - [SMALL_STATE(2564)] = 180103, - [SMALL_STATE(2565)] = 180154, - [SMALL_STATE(2566)] = 180203, - [SMALL_STATE(2567)] = 180256, - [SMALL_STATE(2568)] = 180307, - [SMALL_STATE(2569)] = 180354, - [SMALL_STATE(2570)] = 180401, - [SMALL_STATE(2571)] = 180448, - [SMALL_STATE(2572)] = 180499, - [SMALL_STATE(2573)] = 180568, - [SMALL_STATE(2574)] = 180621, - [SMALL_STATE(2575)] = 180690, - [SMALL_STATE(2576)] = 180737, - [SMALL_STATE(2577)] = 180784, - [SMALL_STATE(2578)] = 180831, - [SMALL_STATE(2579)] = 180878, - [SMALL_STATE(2580)] = 180947, - [SMALL_STATE(2581)] = 181016, - [SMALL_STATE(2582)] = 181065, - [SMALL_STATE(2583)] = 181116, - [SMALL_STATE(2584)] = 181167, - [SMALL_STATE(2585)] = 181214, - [SMALL_STATE(2586)] = 181261, - [SMALL_STATE(2587)] = 181308, - [SMALL_STATE(2588)] = 181355, - [SMALL_STATE(2589)] = 181424, - [SMALL_STATE(2590)] = 181477, - [SMALL_STATE(2591)] = 181528, - [SMALL_STATE(2592)] = 181579, - [SMALL_STATE(2593)] = 181626, - [SMALL_STATE(2594)] = 181677, - [SMALL_STATE(2595)] = 181742, - [SMALL_STATE(2596)] = 181791, - [SMALL_STATE(2597)] = 181838, - [SMALL_STATE(2598)] = 181885, - [SMALL_STATE(2599)] = 181932, - [SMALL_STATE(2600)] = 181979, - [SMALL_STATE(2601)] = 182030, - [SMALL_STATE(2602)] = 182077, - [SMALL_STATE(2603)] = 182122, - [SMALL_STATE(2604)] = 182191, - [SMALL_STATE(2605)] = 182238, - [SMALL_STATE(2606)] = 182331, - [SMALL_STATE(2607)] = 182378, - [SMALL_STATE(2608)] = 182447, - [SMALL_STATE(2609)] = 182540, - [SMALL_STATE(2610)] = 182587, - [SMALL_STATE(2611)] = 182656, - [SMALL_STATE(2612)] = 182725, - [SMALL_STATE(2613)] = 182772, - [SMALL_STATE(2614)] = 182819, - [SMALL_STATE(2615)] = 182866, - [SMALL_STATE(2616)] = 182913, - [SMALL_STATE(2617)] = 182960, - [SMALL_STATE(2618)] = 183007, - [SMALL_STATE(2619)] = 183060, - [SMALL_STATE(2620)] = 183107, - [SMALL_STATE(2621)] = 183154, - [SMALL_STATE(2622)] = 183247, - [SMALL_STATE(2623)] = 183311, - [SMALL_STATE(2624)] = 183357, - [SMALL_STATE(2625)] = 183421, - [SMALL_STATE(2626)] = 183467, - [SMALL_STATE(2627)] = 183515, - [SMALL_STATE(2628)] = 183579, - [SMALL_STATE(2629)] = 183627, - [SMALL_STATE(2630)] = 183689, - [SMALL_STATE(2631)] = 183753, - [SMALL_STATE(2632)] = 183803, - [SMALL_STATE(2633)] = 183867, - [SMALL_STATE(2634)] = 183921, - [SMALL_STATE(2635)] = 183967, - [SMALL_STATE(2636)] = 184031, - [SMALL_STATE(2637)] = 184095, - [SMALL_STATE(2638)] = 184141, - [SMALL_STATE(2639)] = 184205, - [SMALL_STATE(2640)] = 184251, - [SMALL_STATE(2641)] = 184301, - [SMALL_STATE(2642)] = 184347, - [SMALL_STATE(2643)] = 184393, - [SMALL_STATE(2644)] = 184441, - [SMALL_STATE(2645)] = 184487, - [SMALL_STATE(2646)] = 184537, - [SMALL_STATE(2647)] = 184601, - [SMALL_STATE(2648)] = 184659, - [SMALL_STATE(2649)] = 184705, - [SMALL_STATE(2650)] = 184755, - [SMALL_STATE(2651)] = 184801, - [SMALL_STATE(2652)] = 184849, - [SMALL_STATE(2653)] = 184897, - [SMALL_STATE(2654)] = 184945, - [SMALL_STATE(2655)] = 184991, - [SMALL_STATE(2656)] = 185041, - [SMALL_STATE(2657)] = 185087, - [SMALL_STATE(2658)] = 185133, - [SMALL_STATE(2659)] = 185183, - [SMALL_STATE(2660)] = 185231, - [SMALL_STATE(2661)] = 185281, - [SMALL_STATE(2662)] = 185343, - [SMALL_STATE(2663)] = 185391, - [SMALL_STATE(2664)] = 185441, - [SMALL_STATE(2665)] = 185487, - [SMALL_STATE(2666)] = 185551, - [SMALL_STATE(2667)] = 185613, - [SMALL_STATE(2668)] = 185665, - [SMALL_STATE(2669)] = 185709, - [SMALL_STATE(2670)] = 185753, - [SMALL_STATE(2671)] = 185817, - [SMALL_STATE(2672)] = 185861, - [SMALL_STATE(2673)] = 185925, - [SMALL_STATE(2674)] = 185989, - [SMALL_STATE(2675)] = 186051, - [SMALL_STATE(2676)] = 186105, - [SMALL_STATE(2677)] = 186163, - [SMALL_STATE(2678)] = 186227, - [SMALL_STATE(2679)] = 186271, - [SMALL_STATE(2680)] = 186317, - [SMALL_STATE(2681)] = 186365, - [SMALL_STATE(2682)] = 186429, - [SMALL_STATE(2683)] = 186493, - [SMALL_STATE(2684)] = 186539, - [SMALL_STATE(2685)] = 186585, - [SMALL_STATE(2686)] = 186629, - [SMALL_STATE(2687)] = 186693, - [SMALL_STATE(2688)] = 186757, - [SMALL_STATE(2689)] = 186821, - [SMALL_STATE(2690)] = 186867, - [SMALL_STATE(2691)] = 186911, - [SMALL_STATE(2692)] = 186975, - [SMALL_STATE(2693)] = 187039, - [SMALL_STATE(2694)] = 187085, - [SMALL_STATE(2695)] = 187149, - [SMALL_STATE(2696)] = 187213, - [SMALL_STATE(2697)] = 187275, - [SMALL_STATE(2698)] = 187339, - [SMALL_STATE(2699)] = 187403, - [SMALL_STATE(2700)] = 187461, - [SMALL_STATE(2701)] = 187507, - [SMALL_STATE(2702)] = 187561, - [SMALL_STATE(2703)] = 187611, - [SMALL_STATE(2704)] = 187673, - [SMALL_STATE(2705)] = 187737, - [SMALL_STATE(2706)] = 187785, - [SMALL_STATE(2707)] = 187835, - [SMALL_STATE(2708)] = 187885, - [SMALL_STATE(2709)] = 187931, - [SMALL_STATE(2710)] = 187995, - [SMALL_STATE(2711)] = 188057, - [SMALL_STATE(2712)] = 188111, - [SMALL_STATE(2713)] = 188161, - [SMALL_STATE(2714)] = 188219, - [SMALL_STATE(2715)] = 188283, - [SMALL_STATE(2716)] = 188347, - [SMALL_STATE(2717)] = 188411, - [SMALL_STATE(2718)] = 188475, - [SMALL_STATE(2719)] = 188521, - [SMALL_STATE(2720)] = 188585, - [SMALL_STATE(2721)] = 188649, - [SMALL_STATE(2722)] = 188699, - [SMALL_STATE(2723)] = 188749, - [SMALL_STATE(2724)] = 188797, - [SMALL_STATE(2725)] = 188861, - [SMALL_STATE(2726)] = 188909, - [SMALL_STATE(2727)] = 188957, - [SMALL_STATE(2728)] = 189019, - [SMALL_STATE(2729)] = 189065, - [SMALL_STATE(2730)] = 189111, - [SMALL_STATE(2731)] = 189175, - [SMALL_STATE(2732)] = 189221, - [SMALL_STATE(2733)] = 189271, - [SMALL_STATE(2734)] = 189335, - [SMALL_STATE(2735)] = 189399, - [SMALL_STATE(2736)] = 189445, - [SMALL_STATE(2737)] = 189491, - [SMALL_STATE(2738)] = 189537, - [SMALL_STATE(2739)] = 189585, - [SMALL_STATE(2740)] = 189631, - [SMALL_STATE(2741)] = 189681, - [SMALL_STATE(2742)] = 189731, - [SMALL_STATE(2743)] = 189777, - [SMALL_STATE(2744)] = 189823, - [SMALL_STATE(2745)] = 189869, - [SMALL_STATE(2746)] = 189913, - [SMALL_STATE(2747)] = 189959, - [SMALL_STATE(2748)] = 190011, - [SMALL_STATE(2749)] = 190061, - [SMALL_STATE(2750)] = 190105, - [SMALL_STATE(2751)] = 190151, - [SMALL_STATE(2752)] = 190197, - [SMALL_STATE(2753)] = 190243, - [SMALL_STATE(2754)] = 190289, - [SMALL_STATE(2755)] = 190337, - [SMALL_STATE(2756)] = 190383, - [SMALL_STATE(2757)] = 190431, - [SMALL_STATE(2758)] = 190477, - [SMALL_STATE(2759)] = 190523, - [SMALL_STATE(2760)] = 190569, - [SMALL_STATE(2761)] = 190621, - [SMALL_STATE(2762)] = 190667, - [SMALL_STATE(2763)] = 190713, - [SMALL_STATE(2764)] = 190761, - [SMALL_STATE(2765)] = 190807, - [SMALL_STATE(2766)] = 190853, - [SMALL_STATE(2767)] = 190897, - [SMALL_STATE(2768)] = 190943, - [SMALL_STATE(2769)] = 190993, - [SMALL_STATE(2770)] = 191039, - [SMALL_STATE(2771)] = 191102, - [SMALL_STATE(2772)] = 191165, - [SMALL_STATE(2773)] = 191228, - [SMALL_STATE(2774)] = 191291, - [SMALL_STATE(2775)] = 191354, - [SMALL_STATE(2776)] = 191399, - [SMALL_STATE(2777)] = 191454, - [SMALL_STATE(2778)] = 191499, - [SMALL_STATE(2779)] = 191544, - [SMALL_STATE(2780)] = 191589, - [SMALL_STATE(2781)] = 191634, - [SMALL_STATE(2782)] = 191683, - [SMALL_STATE(2783)] = 191728, - [SMALL_STATE(2784)] = 191773, - [SMALL_STATE(2785)] = 191818, - [SMALL_STATE(2786)] = 191881, - [SMALL_STATE(2787)] = 191968, - [SMALL_STATE(2788)] = 192031, - [SMALL_STATE(2789)] = 192080, - [SMALL_STATE(2790)] = 192143, - [SMALL_STATE(2791)] = 192192, - [SMALL_STATE(2792)] = 192255, - [SMALL_STATE(2793)] = 192300, - [SMALL_STATE(2794)] = 192345, - [SMALL_STATE(2795)] = 192408, - [SMALL_STATE(2796)] = 192453, - [SMALL_STATE(2797)] = 192516, - [SMALL_STATE(2798)] = 192579, - [SMALL_STATE(2799)] = 192624, - [SMALL_STATE(2800)] = 192673, - [SMALL_STATE(2801)] = 192736, - [SMALL_STATE(2802)] = 192799, - [SMALL_STATE(2803)] = 192862, - [SMALL_STATE(2804)] = 192925, - [SMALL_STATE(2805)] = 192988, - [SMALL_STATE(2806)] = 193051, - [SMALL_STATE(2807)] = 193114, - [SMALL_STATE(2808)] = 193177, - [SMALL_STATE(2809)] = 193240, - [SMALL_STATE(2810)] = 193303, - [SMALL_STATE(2811)] = 193348, - [SMALL_STATE(2812)] = 193403, - [SMALL_STATE(2813)] = 193466, - [SMALL_STATE(2814)] = 193511, - [SMALL_STATE(2815)] = 193556, - [SMALL_STATE(2816)] = 193619, - [SMALL_STATE(2817)] = 193682, - [SMALL_STATE(2818)] = 193745, - [SMALL_STATE(2819)] = 193808, - [SMALL_STATE(2820)] = 193853, - [SMALL_STATE(2821)] = 193916, - [SMALL_STATE(2822)] = 194003, - [SMALL_STATE(2823)] = 194066, - [SMALL_STATE(2824)] = 194115, - [SMALL_STATE(2825)] = 194178, - [SMALL_STATE(2826)] = 194265, - [SMALL_STATE(2827)] = 194308, - [SMALL_STATE(2828)] = 194353, - [SMALL_STATE(2829)] = 194416, - [SMALL_STATE(2830)] = 194479, - [SMALL_STATE(2831)] = 194542, - [SMALL_STATE(2832)] = 194605, - [SMALL_STATE(2833)] = 194692, - [SMALL_STATE(2834)] = 194737, - [SMALL_STATE(2835)] = 194822, - [SMALL_STATE(2836)] = 194885, - [SMALL_STATE(2837)] = 194948, - [SMALL_STATE(2838)] = 194993, - [SMALL_STATE(2839)] = 195038, - [SMALL_STATE(2840)] = 195085, - [SMALL_STATE(2841)] = 195148, - [SMALL_STATE(2842)] = 195211, - [SMALL_STATE(2843)] = 195256, - [SMALL_STATE(2844)] = 195301, - [SMALL_STATE(2845)] = 195364, - [SMALL_STATE(2846)] = 195427, - [SMALL_STATE(2847)] = 195472, - [SMALL_STATE(2848)] = 195535, - [SMALL_STATE(2849)] = 195598, - [SMALL_STATE(2850)] = 195661, - [SMALL_STATE(2851)] = 195724, - [SMALL_STATE(2852)] = 195787, - [SMALL_STATE(2853)] = 195874, - [SMALL_STATE(2854)] = 195937, - [SMALL_STATE(2855)] = 196000, - [SMALL_STATE(2856)] = 196063, - [SMALL_STATE(2857)] = 196108, - [SMALL_STATE(2858)] = 196153, - [SMALL_STATE(2859)] = 196198, - [SMALL_STATE(2860)] = 196243, - [SMALL_STATE(2861)] = 196288, - [SMALL_STATE(2862)] = 196351, - [SMALL_STATE(2863)] = 196414, - [SMALL_STATE(2864)] = 196477, - [SMALL_STATE(2865)] = 196540, - [SMALL_STATE(2866)] = 196585, - [SMALL_STATE(2867)] = 196648, - [SMALL_STATE(2868)] = 196711, - [SMALL_STATE(2869)] = 196756, - [SMALL_STATE(2870)] = 196819, - [SMALL_STATE(2871)] = 196864, - [SMALL_STATE(2872)] = 196909, - [SMALL_STATE(2873)] = 196954, - [SMALL_STATE(2874)] = 197017, - [SMALL_STATE(2875)] = 197080, - [SMALL_STATE(2876)] = 197143, - [SMALL_STATE(2877)] = 197206, - [SMALL_STATE(2878)] = 197269, - [SMALL_STATE(2879)] = 197332, - [SMALL_STATE(2880)] = 197377, - [SMALL_STATE(2881)] = 197422, - [SMALL_STATE(2882)] = 197473, - [SMALL_STATE(2883)] = 197536, - [SMALL_STATE(2884)] = 197599, - [SMALL_STATE(2885)] = 197644, - [SMALL_STATE(2886)] = 197731, - [SMALL_STATE(2887)] = 197782, - [SMALL_STATE(2888)] = 197845, - [SMALL_STATE(2889)] = 197908, - [SMALL_STATE(2890)] = 197971, - [SMALL_STATE(2891)] = 198018, - [SMALL_STATE(2892)] = 198069, - [SMALL_STATE(2893)] = 198132, - [SMALL_STATE(2894)] = 198195, - [SMALL_STATE(2895)] = 198258, - [SMALL_STATE(2896)] = 198301, - [SMALL_STATE(2897)] = 198346, - [SMALL_STATE(2898)] = 198433, - [SMALL_STATE(2899)] = 198486, - [SMALL_STATE(2900)] = 198531, - [SMALL_STATE(2901)] = 198576, - [SMALL_STATE(2902)] = 198639, - [SMALL_STATE(2903)] = 198700, - [SMALL_STATE(2904)] = 198763, - [SMALL_STATE(2905)] = 198826, - [SMALL_STATE(2906)] = 198889, - [SMALL_STATE(2907)] = 198952, - [SMALL_STATE(2908)] = 199015, - [SMALL_STATE(2909)] = 199078, - [SMALL_STATE(2910)] = 199141, - [SMALL_STATE(2911)] = 199186, - [SMALL_STATE(2912)] = 199243, - [SMALL_STATE(2913)] = 199288, - [SMALL_STATE(2914)] = 199351, - [SMALL_STATE(2915)] = 199412, - [SMALL_STATE(2916)] = 199475, - [SMALL_STATE(2917)] = 199522, - [SMALL_STATE(2918)] = 199577, - [SMALL_STATE(2919)] = 199640, - [SMALL_STATE(2920)] = 199703, - [SMALL_STATE(2921)] = 199766, - [SMALL_STATE(2922)] = 199829, - [SMALL_STATE(2923)] = 199892, - [SMALL_STATE(2924)] = 199955, - [SMALL_STATE(2925)] = 200000, - [SMALL_STATE(2926)] = 200063, - [SMALL_STATE(2927)] = 200108, - [SMALL_STATE(2928)] = 200171, - [SMALL_STATE(2929)] = 200234, - [SMALL_STATE(2930)] = 200297, - [SMALL_STATE(2931)] = 200360, - [SMALL_STATE(2932)] = 200405, - [SMALL_STATE(2933)] = 200468, - [SMALL_STATE(2934)] = 200523, - [SMALL_STATE(2935)] = 200586, - [SMALL_STATE(2936)] = 200631, - [SMALL_STATE(2937)] = 200676, - [SMALL_STATE(2938)] = 200761, - [SMALL_STATE(2939)] = 200824, - [SMALL_STATE(2940)] = 200869, - [SMALL_STATE(2941)] = 200914, - [SMALL_STATE(2942)] = 200977, - [SMALL_STATE(2943)] = 201022, - [SMALL_STATE(2944)] = 201067, - [SMALL_STATE(2945)] = 201112, - [SMALL_STATE(2946)] = 201175, - [SMALL_STATE(2947)] = 201220, - [SMALL_STATE(2948)] = 201265, - [SMALL_STATE(2949)] = 201310, - [SMALL_STATE(2950)] = 201355, - [SMALL_STATE(2951)] = 201418, - [SMALL_STATE(2952)] = 201481, - [SMALL_STATE(2953)] = 201544, - [SMALL_STATE(2954)] = 201607, - [SMALL_STATE(2955)] = 201670, - [SMALL_STATE(2956)] = 201733, - [SMALL_STATE(2957)] = 201778, - [SMALL_STATE(2958)] = 201841, - [SMALL_STATE(2959)] = 201904, - [SMALL_STATE(2960)] = 201967, - [SMALL_STATE(2961)] = 202030, - [SMALL_STATE(2962)] = 202093, - [SMALL_STATE(2963)] = 202156, - [SMALL_STATE(2964)] = 202219, - [SMALL_STATE(2965)] = 202282, - [SMALL_STATE(2966)] = 202327, - [SMALL_STATE(2967)] = 202390, - [SMALL_STATE(2968)] = 202453, - [SMALL_STATE(2969)] = 202514, - [SMALL_STATE(2970)] = 202577, - [SMALL_STATE(2971)] = 202628, - [SMALL_STATE(2972)] = 202691, - [SMALL_STATE(2973)] = 202736, - [SMALL_STATE(2974)] = 202799, - [SMALL_STATE(2975)] = 202862, - [SMALL_STATE(2976)] = 202917, - [SMALL_STATE(2977)] = 202980, - [SMALL_STATE(2978)] = 203043, - [SMALL_STATE(2979)] = 203106, - [SMALL_STATE(2980)] = 203169, - [SMALL_STATE(2981)] = 203214, - [SMALL_STATE(2982)] = 203277, - [SMALL_STATE(2983)] = 203320, - [SMALL_STATE(2984)] = 203373, - [SMALL_STATE(2985)] = 203436, - [SMALL_STATE(2986)] = 203497, - [SMALL_STATE(2987)] = 203554, - [SMALL_STATE(2988)] = 203617, - [SMALL_STATE(2989)] = 203680, - [SMALL_STATE(2990)] = 203743, - [SMALL_STATE(2991)] = 203794, - [SMALL_STATE(2992)] = 203839, - [SMALL_STATE(2993)] = 203902, - [SMALL_STATE(2994)] = 203949, - [SMALL_STATE(2995)] = 204012, - [SMALL_STATE(2996)] = 204075, - [SMALL_STATE(2997)] = 204120, - [SMALL_STATE(2998)] = 204183, - [SMALL_STATE(2999)] = 204246, - [SMALL_STATE(3000)] = 204309, - [SMALL_STATE(3001)] = 204396, - [SMALL_STATE(3002)] = 204459, - [SMALL_STATE(3003)] = 204520, - [SMALL_STATE(3004)] = 204583, - [SMALL_STATE(3005)] = 204626, - [SMALL_STATE(3006)] = 204689, - [SMALL_STATE(3007)] = 204752, - [SMALL_STATE(3008)] = 204815, - [SMALL_STATE(3009)] = 204878, - [SMALL_STATE(3010)] = 204935, - [SMALL_STATE(3011)] = 204988, - [SMALL_STATE(3012)] = 205051, - [SMALL_STATE(3013)] = 205094, - [SMALL_STATE(3014)] = 205157, - [SMALL_STATE(3015)] = 205220, - [SMALL_STATE(3016)] = 205265, - [SMALL_STATE(3017)] = 205352, - [SMALL_STATE(3018)] = 205413, - [SMALL_STATE(3019)] = 205476, - [SMALL_STATE(3020)] = 205539, - [SMALL_STATE(3021)] = 205602, - [SMALL_STATE(3022)] = 205665, - [SMALL_STATE(3023)] = 205728, - [SMALL_STATE(3024)] = 205791, - [SMALL_STATE(3025)] = 205878, - [SMALL_STATE(3026)] = 205948, - [SMALL_STATE(3027)] = 205992, - [SMALL_STATE(3028)] = 206034, - [SMALL_STATE(3029)] = 206076, - [SMALL_STATE(3030)] = 206118, - [SMALL_STATE(3031)] = 206160, - [SMALL_STATE(3032)] = 206202, - [SMALL_STATE(3033)] = 206244, - [SMALL_STATE(3034)] = 206286, - [SMALL_STATE(3035)] = 206334, - [SMALL_STATE(3036)] = 206378, - [SMALL_STATE(3037)] = 206426, - [SMALL_STATE(3038)] = 206468, - [SMALL_STATE(3039)] = 206518, - [SMALL_STATE(3040)] = 206562, - [SMALL_STATE(3041)] = 206632, - [SMALL_STATE(3042)] = 206674, - [SMALL_STATE(3043)] = 206718, - [SMALL_STATE(3044)] = 206762, - [SMALL_STATE(3045)] = 206806, - [SMALL_STATE(3046)] = 206848, - [SMALL_STATE(3047)] = 206892, - [SMALL_STATE(3048)] = 206936, - [SMALL_STATE(3049)] = 206980, - [SMALL_STATE(3050)] = 207024, - [SMALL_STATE(3051)] = 207066, - [SMALL_STATE(3052)] = 207110, - [SMALL_STATE(3053)] = 207154, - [SMALL_STATE(3054)] = 207198, - [SMALL_STATE(3055)] = 207242, - [SMALL_STATE(3056)] = 207286, - [SMALL_STATE(3057)] = 207356, - [SMALL_STATE(3058)] = 207400, - [SMALL_STATE(3059)] = 207444, - [SMALL_STATE(3060)] = 207514, - [SMALL_STATE(3061)] = 207584, - [SMALL_STATE(3062)] = 207626, - [SMALL_STATE(3063)] = 207696, - [SMALL_STATE(3064)] = 207744, - [SMALL_STATE(3065)] = 207786, - [SMALL_STATE(3066)] = 207830, - [SMALL_STATE(3067)] = 207872, - [SMALL_STATE(3068)] = 207916, - [SMALL_STATE(3069)] = 207960, - [SMALL_STATE(3070)] = 208002, - [SMALL_STATE(3071)] = 208072, - [SMALL_STATE(3072)] = 208116, - [SMALL_STATE(3073)] = 208160, - [SMALL_STATE(3074)] = 208230, - [SMALL_STATE(3075)] = 208274, - [SMALL_STATE(3076)] = 208318, - [SMALL_STATE(3077)] = 208388, - [SMALL_STATE(3078)] = 208430, - [SMALL_STATE(3079)] = 208474, - [SMALL_STATE(3080)] = 208544, - [SMALL_STATE(3081)] = 208586, - [SMALL_STATE(3082)] = 208630, - [SMALL_STATE(3083)] = 208700, - [SMALL_STATE(3084)] = 208770, - [SMALL_STATE(3085)] = 208814, - [SMALL_STATE(3086)] = 208884, - [SMALL_STATE(3087)] = 208952, - [SMALL_STATE(3088)] = 208996, - [SMALL_STATE(3089)] = 209040, - [SMALL_STATE(3090)] = 209082, - [SMALL_STATE(3091)] = 209126, - [SMALL_STATE(3092)] = 209170, - [SMALL_STATE(3093)] = 209240, - [SMALL_STATE(3094)] = 209284, - [SMALL_STATE(3095)] = 209328, - [SMALL_STATE(3096)] = 209372, - [SMALL_STATE(3097)] = 209414, - [SMALL_STATE(3098)] = 209458, - [SMALL_STATE(3099)] = 209502, - [SMALL_STATE(3100)] = 209546, - [SMALL_STATE(3101)] = 209590, - [SMALL_STATE(3102)] = 209632, - [SMALL_STATE(3103)] = 209702, - [SMALL_STATE(3104)] = 209746, - [SMALL_STATE(3105)] = 209790, - [SMALL_STATE(3106)] = 209832, - [SMALL_STATE(3107)] = 209902, - [SMALL_STATE(3108)] = 209946, - [SMALL_STATE(3109)] = 209990, - [SMALL_STATE(3110)] = 210034, - [SMALL_STATE(3111)] = 210084, - [SMALL_STATE(3112)] = 210128, - [SMALL_STATE(3113)] = 210172, - [SMALL_STATE(3114)] = 210214, - [SMALL_STATE(3115)] = 210262, - [SMALL_STATE(3116)] = 210306, - [SMALL_STATE(3117)] = 210350, - [SMALL_STATE(3118)] = 210420, - [SMALL_STATE(3119)] = 210464, - [SMALL_STATE(3120)] = 210508, - [SMALL_STATE(3121)] = 210552, - [SMALL_STATE(3122)] = 210594, - [SMALL_STATE(3123)] = 210664, - [SMALL_STATE(3124)] = 210714, - [SMALL_STATE(3125)] = 210784, - [SMALL_STATE(3126)] = 210854, - [SMALL_STATE(3127)] = 210896, - [SMALL_STATE(3128)] = 210938, - [SMALL_STATE(3129)] = 210982, - [SMALL_STATE(3130)] = 211026, - [SMALL_STATE(3131)] = 211068, - [SMALL_STATE(3132)] = 211119, - [SMALL_STATE(3133)] = 211200, - [SMALL_STATE(3134)] = 211247, - [SMALL_STATE(3135)] = 211290, - [SMALL_STATE(3136)] = 211371, - [SMALL_STATE(3137)] = 211412, - [SMALL_STATE(3138)] = 211493, - [SMALL_STATE(3139)] = 211544, - [SMALL_STATE(3140)] = 211591, - [SMALL_STATE(3141)] = 211632, - [SMALL_STATE(3142)] = 211713, - [SMALL_STATE(3143)] = 211756, - [SMALL_STATE(3144)] = 211807, - [SMALL_STATE(3145)] = 211888, - [SMALL_STATE(3146)] = 211969, - [SMALL_STATE(3147)] = 212012, - [SMALL_STATE(3148)] = 212055, - [SMALL_STATE(3149)] = 212096, - [SMALL_STATE(3150)] = 212177, - [SMALL_STATE(3151)] = 212246, - [SMALL_STATE(3152)] = 212293, - [SMALL_STATE(3153)] = 212372, - [SMALL_STATE(3154)] = 212453, - [SMALL_STATE(3155)] = 212494, - [SMALL_STATE(3156)] = 212537, - [SMALL_STATE(3157)] = 212588, - [SMALL_STATE(3158)] = 212629, - [SMALL_STATE(3159)] = 212708, - [SMALL_STATE(3160)] = 212789, - [SMALL_STATE(3161)] = 212870, - [SMALL_STATE(3162)] = 212913, - [SMALL_STATE(3163)] = 212954, - [SMALL_STATE(3164)] = 213032, - [SMALL_STATE(3165)] = 213110, - [SMALL_STATE(3166)] = 213188, - [SMALL_STATE(3167)] = 213232, - [SMALL_STATE(3168)] = 213310, - [SMALL_STATE(3169)] = 213388, - [SMALL_STATE(3170)] = 213466, - [SMALL_STATE(3171)] = 213544, - [SMALL_STATE(3172)] = 213622, - [SMALL_STATE(3173)] = 213700, - [SMALL_STATE(3174)] = 213778, - [SMALL_STATE(3175)] = 213856, - [SMALL_STATE(3176)] = 213898, - [SMALL_STATE(3177)] = 213976, - [SMALL_STATE(3178)] = 214054, - [SMALL_STATE(3179)] = 214132, - [SMALL_STATE(3180)] = 214210, - [SMALL_STATE(3181)] = 214288, - [SMALL_STATE(3182)] = 214366, - [SMALL_STATE(3183)] = 214410, - [SMALL_STATE(3184)] = 214488, - [SMALL_STATE(3185)] = 214566, - [SMALL_STATE(3186)] = 214644, - [SMALL_STATE(3187)] = 214688, - [SMALL_STATE(3188)] = 214729, - [SMALL_STATE(3189)] = 214770, - [SMALL_STATE(3190)] = 214811, - [SMALL_STATE(3191)] = 214852, - [SMALL_STATE(3192)] = 214893, - [SMALL_STATE(3193)] = 214934, - [SMALL_STATE(3194)] = 215007, - [SMALL_STATE(3195)] = 215066, - [SMALL_STATE(3196)] = 215139, - [SMALL_STATE(3197)] = 215211, - [SMALL_STATE(3198)] = 215283, - [SMALL_STATE(3199)] = 215355, - [SMALL_STATE(3200)] = 215427, - [SMALL_STATE(3201)] = 215481, - [SMALL_STATE(3202)] = 215553, - [SMALL_STATE(3203)] = 215625, - [SMALL_STATE(3204)] = 215697, - [SMALL_STATE(3205)] = 215769, - [SMALL_STATE(3206)] = 215841, - [SMALL_STATE(3207)] = 215913, - [SMALL_STATE(3208)] = 215989, - [SMALL_STATE(3209)] = 216065, - [SMALL_STATE(3210)] = 216137, - [SMALL_STATE(3211)] = 216209, - [SMALL_STATE(3212)] = 216281, - [SMALL_STATE(3213)] = 216353, - [SMALL_STATE(3214)] = 216425, - [SMALL_STATE(3215)] = 216497, - [SMALL_STATE(3216)] = 216569, - [SMALL_STATE(3217)] = 216641, - [SMALL_STATE(3218)] = 216713, - [SMALL_STATE(3219)] = 216785, - [SMALL_STATE(3220)] = 216857, - [SMALL_STATE(3221)] = 216929, - [SMALL_STATE(3222)] = 217005, - [SMALL_STATE(3223)] = 217077, - [SMALL_STATE(3224)] = 217149, - [SMALL_STATE(3225)] = 217221, - [SMALL_STATE(3226)] = 217293, - [SMALL_STATE(3227)] = 217365, - [SMALL_STATE(3228)] = 217437, - [SMALL_STATE(3229)] = 217507, - [SMALL_STATE(3230)] = 217583, - [SMALL_STATE(3231)] = 217655, - [SMALL_STATE(3232)] = 217727, - [SMALL_STATE(3233)] = 217799, - [SMALL_STATE(3234)] = 217869, - [SMALL_STATE(3235)] = 217941, - [SMALL_STATE(3236)] = 218013, - [SMALL_STATE(3237)] = 218085, - [SMALL_STATE(3238)] = 218157, - [SMALL_STATE(3239)] = 218229, - [SMALL_STATE(3240)] = 218301, - [SMALL_STATE(3241)] = 218373, - [SMALL_STATE(3242)] = 218445, - [SMALL_STATE(3243)] = 218521, - [SMALL_STATE(3244)] = 218593, - [SMALL_STATE(3245)] = 218669, - [SMALL_STATE(3246)] = 218741, - [SMALL_STATE(3247)] = 218813, - [SMALL_STATE(3248)] = 218883, - [SMALL_STATE(3249)] = 218955, - [SMALL_STATE(3250)] = 219027, - [SMALL_STATE(3251)] = 219099, - [SMALL_STATE(3252)] = 219171, - [SMALL_STATE(3253)] = 219247, - [SMALL_STATE(3254)] = 219319, - [SMALL_STATE(3255)] = 219389, - [SMALL_STATE(3256)] = 219461, - [SMALL_STATE(3257)] = 219533, - [SMALL_STATE(3258)] = 219605, - [SMALL_STATE(3259)] = 219677, - [SMALL_STATE(3260)] = 219749, - [SMALL_STATE(3261)] = 219821, - [SMALL_STATE(3262)] = 219897, - [SMALL_STATE(3263)] = 219969, - [SMALL_STATE(3264)] = 220041, - [SMALL_STATE(3265)] = 220117, - [SMALL_STATE(3266)] = 220189, - [SMALL_STATE(3267)] = 220261, - [SMALL_STATE(3268)] = 220333, - [SMALL_STATE(3269)] = 220405, - [SMALL_STATE(3270)] = 220477, - [SMALL_STATE(3271)] = 220549, - [SMALL_STATE(3272)] = 220621, - [SMALL_STATE(3273)] = 220693, - [SMALL_STATE(3274)] = 220765, - [SMALL_STATE(3275)] = 220837, - [SMALL_STATE(3276)] = 220909, - [SMALL_STATE(3277)] = 220981, - [SMALL_STATE(3278)] = 221053, - [SMALL_STATE(3279)] = 221125, - [SMALL_STATE(3280)] = 221197, - [SMALL_STATE(3281)] = 221269, - [SMALL_STATE(3282)] = 221341, - [SMALL_STATE(3283)] = 221413, - [SMALL_STATE(3284)] = 221485, - [SMALL_STATE(3285)] = 221557, - [SMALL_STATE(3286)] = 221633, - [SMALL_STATE(3287)] = 221705, - [SMALL_STATE(3288)] = 221777, - [SMALL_STATE(3289)] = 221849, - [SMALL_STATE(3290)] = 221921, - [SMALL_STATE(3291)] = 221993, - [SMALL_STATE(3292)] = 222032, - [SMALL_STATE(3293)] = 222071, - [SMALL_STATE(3294)] = 222110, - [SMALL_STATE(3295)] = 222149, - [SMALL_STATE(3296)] = 222190, - [SMALL_STATE(3297)] = 222254, - [SMALL_STATE(3298)] = 222300, - [SMALL_STATE(3299)] = 222346, - [SMALL_STATE(3300)] = 222392, - [SMALL_STATE(3301)] = 222438, - [SMALL_STATE(3302)] = 222502, - [SMALL_STATE(3303)] = 222548, - [SMALL_STATE(3304)] = 222612, - [SMALL_STATE(3305)] = 222676, - [SMALL_STATE(3306)] = 222716, - [SMALL_STATE(3307)] = 222760, - [SMALL_STATE(3308)] = 222824, - [SMALL_STATE(3309)] = 222888, - [SMALL_STATE(3310)] = 222952, - [SMALL_STATE(3311)] = 222998, - [SMALL_STATE(3312)] = 223034, - [SMALL_STATE(3313)] = 223080, - [SMALL_STATE(3314)] = 223126, - [SMALL_STATE(3315)] = 223172, - [SMALL_STATE(3316)] = 223218, - [SMALL_STATE(3317)] = 223264, - [SMALL_STATE(3318)] = 223310, - [SMALL_STATE(3319)] = 223356, - [SMALL_STATE(3320)] = 223420, - [SMALL_STATE(3321)] = 223466, - [SMALL_STATE(3322)] = 223530, - [SMALL_STATE(3323)] = 223576, - [SMALL_STATE(3324)] = 223640, - [SMALL_STATE(3325)] = 223704, - [SMALL_STATE(3326)] = 223768, - [SMALL_STATE(3327)] = 223832, - [SMALL_STATE(3328)] = 223896, - [SMALL_STATE(3329)] = 223935, - [SMALL_STATE(3330)] = 223994, - [SMALL_STATE(3331)] = 224037, - [SMALL_STATE(3332)] = 224076, - [SMALL_STATE(3333)] = 224127, - [SMALL_STATE(3334)] = 224178, - [SMALL_STATE(3335)] = 224223, - [SMALL_STATE(3336)] = 224282, - [SMALL_STATE(3337)] = 224329, - [SMALL_STATE(3338)] = 224388, - [SMALL_STATE(3339)] = 224447, - [SMALL_STATE(3340)] = 224496, - [SMALL_STATE(3341)] = 224544, - [SMALL_STATE(3342)] = 224604, - [SMALL_STATE(3343)] = 224662, - [SMALL_STATE(3344)] = 224712, - [SMALL_STATE(3345)] = 224750, - [SMALL_STATE(3346)] = 224798, - [SMALL_STATE(3347)] = 224858, - [SMALL_STATE(3348)] = 224916, - [SMALL_STATE(3349)] = 224974, - [SMALL_STATE(3350)] = 225012, - [SMALL_STATE(3351)] = 225060, - [SMALL_STATE(3352)] = 225098, - [SMALL_STATE(3353)] = 225148, - [SMALL_STATE(3354)] = 225184, - [SMALL_STATE(3355)] = 225244, - [SMALL_STATE(3356)] = 225304, - [SMALL_STATE(3357)] = 225352, - [SMALL_STATE(3358)] = 225414, - [SMALL_STATE(3359)] = 225472, - [SMALL_STATE(3360)] = 225534, - [SMALL_STATE(3361)] = 225594, - [SMALL_STATE(3362)] = 225654, - [SMALL_STATE(3363)] = 225714, - [SMALL_STATE(3364)] = 225776, - [SMALL_STATE(3365)] = 225824, - [SMALL_STATE(3366)] = 225884, - [SMALL_STATE(3367)] = 225944, - [SMALL_STATE(3368)] = 226002, - [SMALL_STATE(3369)] = 226048, - [SMALL_STATE(3370)] = 226092, - [SMALL_STATE(3371)] = 226152, - [SMALL_STATE(3372)] = 226200, - [SMALL_STATE(3373)] = 226262, - [SMALL_STATE(3374)] = 226310, - [SMALL_STATE(3375)] = 226358, - [SMALL_STATE(3376)] = 226392, - [SMALL_STATE(3377)] = 226454, - [SMALL_STATE(3378)] = 226488, - [SMALL_STATE(3379)] = 226533, - [SMALL_STATE(3380)] = 226580, - [SMALL_STATE(3381)] = 226613, - [SMALL_STATE(3382)] = 226646, - [SMALL_STATE(3383)] = 226693, - [SMALL_STATE(3384)] = 226740, - [SMALL_STATE(3385)] = 226787, - [SMALL_STATE(3386)] = 226822, - [SMALL_STATE(3387)] = 226857, - [SMALL_STATE(3388)] = 226896, - [SMALL_STATE(3389)] = 226931, - [SMALL_STATE(3390)] = 226966, - [SMALL_STATE(3391)] = 226999, - [SMALL_STATE(3392)] = 227044, - [SMALL_STATE(3393)] = 227098, - [SMALL_STATE(3394)] = 227150, - [SMALL_STATE(3395)] = 227206, - [SMALL_STATE(3396)] = 227260, - [SMALL_STATE(3397)] = 227314, - [SMALL_STATE(3398)] = 227366, - [SMALL_STATE(3399)] = 227422, - [SMALL_STATE(3400)] = 227474, - [SMALL_STATE(3401)] = 227528, - [SMALL_STATE(3402)] = 227584, - [SMALL_STATE(3403)] = 227636, - [SMALL_STATE(3404)] = 227690, - [SMALL_STATE(3405)] = 227746, - [SMALL_STATE(3406)] = 227778, - [SMALL_STATE(3407)] = 227810, - [SMALL_STATE(3408)] = 227864, - [SMALL_STATE(3409)] = 227916, - [SMALL_STATE(3410)] = 227970, - [SMALL_STATE(3411)] = 228024, - [SMALL_STATE(3412)] = 228076, - [SMALL_STATE(3413)] = 228118, - [SMALL_STATE(3414)] = 228174, - [SMALL_STATE(3415)] = 228216, - [SMALL_STATE(3416)] = 228270, - [SMALL_STATE(3417)] = 228312, - [SMALL_STATE(3418)] = 228344, - [SMALL_STATE(3419)] = 228398, - [SMALL_STATE(3420)] = 228452, - [SMALL_STATE(3421)] = 228504, - [SMALL_STATE(3422)] = 228556, - [SMALL_STATE(3423)] = 228608, - [SMALL_STATE(3424)] = 228660, - [SMALL_STATE(3425)] = 228700, - [SMALL_STATE(3426)] = 228747, - [SMALL_STATE(3427)] = 228794, - [SMALL_STATE(3428)] = 228837, - [SMALL_STATE(3429)] = 228884, - [SMALL_STATE(3430)] = 228927, - [SMALL_STATE(3431)] = 228970, - [SMALL_STATE(3432)] = 229013, - [SMALL_STATE(3433)] = 229048, - [SMALL_STATE(3434)] = 229095, - [SMALL_STATE(3435)] = 229140, - [SMALL_STATE(3436)] = 229187, - [SMALL_STATE(3437)] = 229218, - [SMALL_STATE(3438)] = 229265, - [SMALL_STATE(3439)] = 229312, - [SMALL_STATE(3440)] = 229359, - [SMALL_STATE(3441)] = 229406, - [SMALL_STATE(3442)] = 229453, - [SMALL_STATE(3443)] = 229500, - [SMALL_STATE(3444)] = 229547, - [SMALL_STATE(3445)] = 229594, - [SMALL_STATE(3446)] = 229647, - [SMALL_STATE(3447)] = 229694, - [SMALL_STATE(3448)] = 229741, - [SMALL_STATE(3449)] = 229788, - [SMALL_STATE(3450)] = 229835, - [SMALL_STATE(3451)] = 229882, - [SMALL_STATE(3452)] = 229929, - [SMALL_STATE(3453)] = 229962, - [SMALL_STATE(3454)] = 230009, - [SMALL_STATE(3455)] = 230056, - [SMALL_STATE(3456)] = 230103, - [SMALL_STATE(3457)] = 230138, - [SMALL_STATE(3458)] = 230185, - [SMALL_STATE(3459)] = 230232, - [SMALL_STATE(3460)] = 230279, - [SMALL_STATE(3461)] = 230326, - [SMALL_STATE(3462)] = 230373, - [SMALL_STATE(3463)] = 230420, - [SMALL_STATE(3464)] = 230467, - [SMALL_STATE(3465)] = 230514, - [SMALL_STATE(3466)] = 230561, - [SMALL_STATE(3467)] = 230608, - [SMALL_STATE(3468)] = 230655, - [SMALL_STATE(3469)] = 230702, - [SMALL_STATE(3470)] = 230749, - [SMALL_STATE(3471)] = 230796, - [SMALL_STATE(3472)] = 230843, - [SMALL_STATE(3473)] = 230890, - [SMALL_STATE(3474)] = 230937, - [SMALL_STATE(3475)] = 230984, - [SMALL_STATE(3476)] = 231031, - [SMALL_STATE(3477)] = 231078, - [SMALL_STATE(3478)] = 231119, - [SMALL_STATE(3479)] = 231156, - [SMALL_STATE(3480)] = 231203, - [SMALL_STATE(3481)] = 231250, - [SMALL_STATE(3482)] = 231297, - [SMALL_STATE(3483)] = 231344, - [SMALL_STATE(3484)] = 231391, - [SMALL_STATE(3485)] = 231438, - [SMALL_STATE(3486)] = 231485, - [SMALL_STATE(3487)] = 231532, - [SMALL_STATE(3488)] = 231579, - [SMALL_STATE(3489)] = 231626, - [SMALL_STATE(3490)] = 231673, - [SMALL_STATE(3491)] = 231720, - [SMALL_STATE(3492)] = 231767, - [SMALL_STATE(3493)] = 231814, - [SMALL_STATE(3494)] = 231861, - [SMALL_STATE(3495)] = 231904, - [SMALL_STATE(3496)] = 231940, - [SMALL_STATE(3497)] = 231990, - [SMALL_STATE(3498)] = 232038, - [SMALL_STATE(3499)] = 232086, - [SMALL_STATE(3500)] = 232116, - [SMALL_STATE(3501)] = 232166, - [SMALL_STATE(3502)] = 232196, - [SMALL_STATE(3503)] = 232244, - [SMALL_STATE(3504)] = 232294, - [SMALL_STATE(3505)] = 232342, - [SMALL_STATE(3506)] = 232390, - [SMALL_STATE(3507)] = 232440, - [SMALL_STATE(3508)] = 232478, - [SMALL_STATE(3509)] = 232512, - [SMALL_STATE(3510)] = 232562, - [SMALL_STATE(3511)] = 232610, - [SMALL_STATE(3512)] = 232660, - [SMALL_STATE(3513)] = 232708, - [SMALL_STATE(3514)] = 232758, - [SMALL_STATE(3515)] = 232796, - [SMALL_STATE(3516)] = 232826, - [SMALL_STATE(3517)] = 232874, - [SMALL_STATE(3518)] = 232924, - [SMALL_STATE(3519)] = 232974, - [SMALL_STATE(3520)] = 233012, - [SMALL_STATE(3521)] = 233060, - [SMALL_STATE(3522)] = 233110, - [SMALL_STATE(3523)] = 233148, - [SMALL_STATE(3524)] = 233196, - [SMALL_STATE(3525)] = 233228, - [SMALL_STATE(3526)] = 233266, - [SMALL_STATE(3527)] = 233297, - [SMALL_STATE(3528)] = 233344, - [SMALL_STATE(3529)] = 233391, - [SMALL_STATE(3530)] = 233426, - [SMALL_STATE(3531)] = 233473, - [SMALL_STATE(3532)] = 233520, - [SMALL_STATE(3533)] = 233567, - [SMALL_STATE(3534)] = 233598, - [SMALL_STATE(3535)] = 233629, - [SMALL_STATE(3536)] = 233676, - [SMALL_STATE(3537)] = 233723, - [SMALL_STATE(3538)] = 233768, - [SMALL_STATE(3539)] = 233815, - [SMALL_STATE(3540)] = 233868, - [SMALL_STATE(3541)] = 233913, - [SMALL_STATE(3542)] = 233960, - [SMALL_STATE(3543)] = 234007, - [SMALL_STATE(3544)] = 234052, - [SMALL_STATE(3545)] = 234097, - [SMALL_STATE(3546)] = 234146, - [SMALL_STATE(3547)] = 234177, - [SMALL_STATE(3548)] = 234208, - [SMALL_STATE(3549)] = 234239, - [SMALL_STATE(3550)] = 234286, - [SMALL_STATE(3551)] = 234333, - [SMALL_STATE(3552)] = 234370, - [SMALL_STATE(3553)] = 234423, - [SMALL_STATE(3554)] = 234468, - [SMALL_STATE(3555)] = 234517, - [SMALL_STATE(3556)] = 234564, - [SMALL_STATE(3557)] = 234617, - [SMALL_STATE(3558)] = 234648, - [SMALL_STATE(3559)] = 234693, - [SMALL_STATE(3560)] = 234740, - [SMALL_STATE(3561)] = 234769, - [SMALL_STATE(3562)] = 234814, - [SMALL_STATE(3563)] = 234861, - [SMALL_STATE(3564)] = 234906, - [SMALL_STATE(3565)] = 234953, - [SMALL_STATE(3566)] = 234998, - [SMALL_STATE(3567)] = 235029, - [SMALL_STATE(3568)] = 235060, - [SMALL_STATE(3569)] = 235091, - [SMALL_STATE(3570)] = 235136, - [SMALL_STATE(3571)] = 235181, - [SMALL_STATE(3572)] = 235228, - [SMALL_STATE(3573)] = 235269, - [SMALL_STATE(3574)] = 235316, - [SMALL_STATE(3575)] = 235365, - [SMALL_STATE(3576)] = 235414, - [SMALL_STATE(3577)] = 235467, - [SMALL_STATE(3578)] = 235498, - [SMALL_STATE(3579)] = 235545, - [SMALL_STATE(3580)] = 235592, - [SMALL_STATE(3581)] = 235639, - [SMALL_STATE(3582)] = 235692, - [SMALL_STATE(3583)] = 235745, - [SMALL_STATE(3584)] = 235790, - [SMALL_STATE(3585)] = 235835, - [SMALL_STATE(3586)] = 235882, - [SMALL_STATE(3587)] = 235927, - [SMALL_STATE(3588)] = 235976, - [SMALL_STATE(3589)] = 236023, - [SMALL_STATE(3590)] = 236068, - [SMALL_STATE(3591)] = 236113, - [SMALL_STATE(3592)] = 236160, - [SMALL_STATE(3593)] = 236213, - [SMALL_STATE(3594)] = 236260, - [SMALL_STATE(3595)] = 236307, - [SMALL_STATE(3596)] = 236354, - [SMALL_STATE(3597)] = 236401, - [SMALL_STATE(3598)] = 236454, - [SMALL_STATE(3599)] = 236501, - [SMALL_STATE(3600)] = 236550, - [SMALL_STATE(3601)] = 236597, - [SMALL_STATE(3602)] = 236642, - [SMALL_STATE(3603)] = 236689, - [SMALL_STATE(3604)] = 236720, - [SMALL_STATE(3605)] = 236773, - [SMALL_STATE(3606)] = 236818, - [SMALL_STATE(3607)] = 236849, - [SMALL_STATE(3608)] = 236880, - [SMALL_STATE(3609)] = 236929, - [SMALL_STATE(3610)] = 236974, - [SMALL_STATE(3611)] = 237005, - [SMALL_STATE(3612)] = 237042, - [SMALL_STATE(3613)] = 237087, - [SMALL_STATE(3614)] = 237140, - [SMALL_STATE(3615)] = 237177, - [SMALL_STATE(3616)] = 237224, - [SMALL_STATE(3617)] = 237273, - [SMALL_STATE(3618)] = 237322, - [SMALL_STATE(3619)] = 237369, - [SMALL_STATE(3620)] = 237418, - [SMALL_STATE(3621)] = 237465, - [SMALL_STATE(3622)] = 237496, - [SMALL_STATE(3623)] = 237534, - [SMALL_STATE(3624)] = 237580, - [SMALL_STATE(3625)] = 237630, - [SMALL_STATE(3626)] = 237676, - [SMALL_STATE(3627)] = 237726, - [SMALL_STATE(3628)] = 237776, - [SMALL_STATE(3629)] = 237826, - [SMALL_STATE(3630)] = 237876, - [SMALL_STATE(3631)] = 237926, - [SMALL_STATE(3632)] = 237954, - [SMALL_STATE(3633)] = 238004, - [SMALL_STATE(3634)] = 238054, - [SMALL_STATE(3635)] = 238104, - [SMALL_STATE(3636)] = 238132, - [SMALL_STATE(3637)] = 238170, - [SMALL_STATE(3638)] = 238220, - [SMALL_STATE(3639)] = 238248, - [SMALL_STATE(3640)] = 238294, - [SMALL_STATE(3641)] = 238322, - [SMALL_STATE(3642)] = 238372, - [SMALL_STATE(3643)] = 238422, - [SMALL_STATE(3644)] = 238472, - [SMALL_STATE(3645)] = 238518, - [SMALL_STATE(3646)] = 238548, - [SMALL_STATE(3647)] = 238598, - [SMALL_STATE(3648)] = 238648, - [SMALL_STATE(3649)] = 238698, - [SMALL_STATE(3650)] = 238748, - [SMALL_STATE(3651)] = 238786, - [SMALL_STATE(3652)] = 238832, - [SMALL_STATE(3653)] = 238882, - [SMALL_STATE(3654)] = 238910, - [SMALL_STATE(3655)] = 238938, - [SMALL_STATE(3656)] = 238988, - [SMALL_STATE(3657)] = 239038, - [SMALL_STATE(3658)] = 239088, - [SMALL_STATE(3659)] = 239138, - [SMALL_STATE(3660)] = 239176, - [SMALL_STATE(3661)] = 239226, - [SMALL_STATE(3662)] = 239276, - [SMALL_STATE(3663)] = 239322, - [SMALL_STATE(3664)] = 239372, - [SMALL_STATE(3665)] = 239422, - [SMALL_STATE(3666)] = 239472, - [SMALL_STATE(3667)] = 239522, - [SMALL_STATE(3668)] = 239572, - [SMALL_STATE(3669)] = 239622, - [SMALL_STATE(3670)] = 239672, - [SMALL_STATE(3671)] = 239710, - [SMALL_STATE(3672)] = 239760, - [SMALL_STATE(3673)] = 239788, - [SMALL_STATE(3674)] = 239838, - [SMALL_STATE(3675)] = 239876, - [SMALL_STATE(3676)] = 239926, - [SMALL_STATE(3677)] = 239976, - [SMALL_STATE(3678)] = 240026, - [SMALL_STATE(3679)] = 240072, - [SMALL_STATE(3680)] = 240122, - [SMALL_STATE(3681)] = 240172, - [SMALL_STATE(3682)] = 240222, - [SMALL_STATE(3683)] = 240272, - [SMALL_STATE(3684)] = 240322, - [SMALL_STATE(3685)] = 240372, - [SMALL_STATE(3686)] = 240422, - [SMALL_STATE(3687)] = 240468, - [SMALL_STATE(3688)] = 240518, - [SMALL_STATE(3689)] = 240568, - [SMALL_STATE(3690)] = 240596, - [SMALL_STATE(3691)] = 240646, - [SMALL_STATE(3692)] = 240674, - [SMALL_STATE(3693)] = 240702, - [SMALL_STATE(3694)] = 240734, - [SMALL_STATE(3695)] = 240780, - [SMALL_STATE(3696)] = 240830, - [SMALL_STATE(3697)] = 240868, - [SMALL_STATE(3698)] = 240900, - [SMALL_STATE(3699)] = 240938, - [SMALL_STATE(3700)] = 240966, - [SMALL_STATE(3701)] = 241016, - [SMALL_STATE(3702)] = 241066, - [SMALL_STATE(3703)] = 241104, - [SMALL_STATE(3704)] = 241150, - [SMALL_STATE(3705)] = 241178, - [SMALL_STATE(3706)] = 241206, - [SMALL_STATE(3707)] = 241242, - [SMALL_STATE(3708)] = 241272, - [SMALL_STATE(3709)] = 241310, - [SMALL_STATE(3710)] = 241342, - [SMALL_STATE(3711)] = 241392, - [SMALL_STATE(3712)] = 241434, - [SMALL_STATE(3713)] = 241477, - [SMALL_STATE(3714)] = 241516, - [SMALL_STATE(3715)] = 241559, - [SMALL_STATE(3716)] = 241602, - [SMALL_STATE(3717)] = 241641, - [SMALL_STATE(3718)] = 241684, - [SMALL_STATE(3719)] = 241723, - [SMALL_STATE(3720)] = 241770, - [SMALL_STATE(3721)] = 241813, - [SMALL_STATE(3722)] = 241858, - [SMALL_STATE(3723)] = 241897, - [SMALL_STATE(3724)] = 241940, - [SMALL_STATE(3725)] = 241983, - [SMALL_STATE(3726)] = 242030, - [SMALL_STATE(3727)] = 242069, - [SMALL_STATE(3728)] = 242108, - [SMALL_STATE(3729)] = 242147, - [SMALL_STATE(3730)] = 242174, - [SMALL_STATE(3731)] = 242203, - [SMALL_STATE(3732)] = 242242, - [SMALL_STATE(3733)] = 242285, - [SMALL_STATE(3734)] = 242324, - [SMALL_STATE(3735)] = 242367, - [SMALL_STATE(3736)] = 242406, - [SMALL_STATE(3737)] = 242445, - [SMALL_STATE(3738)] = 242484, - [SMALL_STATE(3739)] = 242523, - [SMALL_STATE(3740)] = 242566, - [SMALL_STATE(3741)] = 242605, - [SMALL_STATE(3742)] = 242648, - [SMALL_STATE(3743)] = 242691, - [SMALL_STATE(3744)] = 242720, - [SMALL_STATE(3745)] = 242749, - [SMALL_STATE(3746)] = 242792, - [SMALL_STATE(3747)] = 242835, - [SMALL_STATE(3748)] = 242878, - [SMALL_STATE(3749)] = 242907, - [SMALL_STATE(3750)] = 242936, - [SMALL_STATE(3751)] = 242965, - [SMALL_STATE(3752)] = 242994, - [SMALL_STATE(3753)] = 243023, - [SMALL_STATE(3754)] = 243052, - [SMALL_STATE(3755)] = 243081, - [SMALL_STATE(3756)] = 243110, - [SMALL_STATE(3757)] = 243149, - [SMALL_STATE(3758)] = 243178, - [SMALL_STATE(3759)] = 243207, - [SMALL_STATE(3760)] = 243236, - [SMALL_STATE(3761)] = 243265, - [SMALL_STATE(3762)] = 243304, - [SMALL_STATE(3763)] = 243343, - [SMALL_STATE(3764)] = 243382, - [SMALL_STATE(3765)] = 243425, - [SMALL_STATE(3766)] = 243464, - [SMALL_STATE(3767)] = 243511, - [SMALL_STATE(3768)] = 243554, - [SMALL_STATE(3769)] = 243593, - [SMALL_STATE(3770)] = 243622, - [SMALL_STATE(3771)] = 243665, - [SMALL_STATE(3772)] = 243704, - [SMALL_STATE(3773)] = 243743, - [SMALL_STATE(3774)] = 243782, - [SMALL_STATE(3775)] = 243811, - [SMALL_STATE(3776)] = 243854, - [SMALL_STATE(3777)] = 243893, - [SMALL_STATE(3778)] = 243932, - [SMALL_STATE(3779)] = 243961, - [SMALL_STATE(3780)] = 244004, - [SMALL_STATE(3781)] = 244047, - [SMALL_STATE(3782)] = 244090, - [SMALL_STATE(3783)] = 244117, - [SMALL_STATE(3784)] = 244156, - [SMALL_STATE(3785)] = 244199, - [SMALL_STATE(3786)] = 244234, - [SMALL_STATE(3787)] = 244281, - [SMALL_STATE(3788)] = 244320, - [SMALL_STATE(3789)] = 244363, - [SMALL_STATE(3790)] = 244402, - [SMALL_STATE(3791)] = 244445, - [SMALL_STATE(3792)] = 244474, - [SMALL_STATE(3793)] = 244517, - [SMALL_STATE(3794)] = 244560, - [SMALL_STATE(3795)] = 244599, - [SMALL_STATE(3796)] = 244638, - [SMALL_STATE(3797)] = 244685, - [SMALL_STATE(3798)] = 244712, - [SMALL_STATE(3799)] = 244755, - [SMALL_STATE(3800)] = 244794, - [SMALL_STATE(3801)] = 244833, - [SMALL_STATE(3802)] = 244872, - [SMALL_STATE(3803)] = 244901, - [SMALL_STATE(3804)] = 244944, - [SMALL_STATE(3805)] = 244987, - [SMALL_STATE(3806)] = 245026, - [SMALL_STATE(3807)] = 245069, - [SMALL_STATE(3808)] = 245108, - [SMALL_STATE(3809)] = 245147, - [SMALL_STATE(3810)] = 245186, - [SMALL_STATE(3811)] = 245229, - [SMALL_STATE(3812)] = 245276, - [SMALL_STATE(3813)] = 245319, - [SMALL_STATE(3814)] = 245366, - [SMALL_STATE(3815)] = 245405, - [SMALL_STATE(3816)] = 245448, - [SMALL_STATE(3817)] = 245491, - [SMALL_STATE(3818)] = 245528, - [SMALL_STATE(3819)] = 245557, - [SMALL_STATE(3820)] = 245596, - [SMALL_STATE(3821)] = 245643, - [SMALL_STATE(3822)] = 245686, - [SMALL_STATE(3823)] = 245725, - [SMALL_STATE(3824)] = 245764, - [SMALL_STATE(3825)] = 245803, - [SMALL_STATE(3826)] = 245842, - [SMALL_STATE(3827)] = 245871, - [SMALL_STATE(3828)] = 245914, - [SMALL_STATE(3829)] = 245953, - [SMALL_STATE(3830)] = 245992, - [SMALL_STATE(3831)] = 246035, - [SMALL_STATE(3832)] = 246074, - [SMALL_STATE(3833)] = 246117, - [SMALL_STATE(3834)] = 246160, - [SMALL_STATE(3835)] = 246203, - [SMALL_STATE(3836)] = 246232, - [SMALL_STATE(3837)] = 246275, - [SMALL_STATE(3838)] = 246320, - [SMALL_STATE(3839)] = 246349, - [SMALL_STATE(3840)] = 246388, - [SMALL_STATE(3841)] = 246427, - [SMALL_STATE(3842)] = 246470, - [SMALL_STATE(3843)] = 246509, - [SMALL_STATE(3844)] = 246556, - [SMALL_STATE(3845)] = 246583, - [SMALL_STATE(3846)] = 246622, - [SMALL_STATE(3847)] = 246661, - [SMALL_STATE(3848)] = 246700, - [SMALL_STATE(3849)] = 246739, - [SMALL_STATE(3850)] = 246768, - [SMALL_STATE(3851)] = 246807, - [SMALL_STATE(3852)] = 246850, - [SMALL_STATE(3853)] = 246889, - [SMALL_STATE(3854)] = 246928, - [SMALL_STATE(3855)] = 246971, - [SMALL_STATE(3856)] = 247014, - [SMALL_STATE(3857)] = 247053, - [SMALL_STATE(3858)] = 247096, - [SMALL_STATE(3859)] = 247125, - [SMALL_STATE(3860)] = 247168, - [SMALL_STATE(3861)] = 247197, - [SMALL_STATE(3862)] = 247240, - [SMALL_STATE(3863)] = 247283, - [SMALL_STATE(3864)] = 247326, - [SMALL_STATE(3865)] = 247369, - [SMALL_STATE(3866)] = 247408, - [SMALL_STATE(3867)] = 247451, - [SMALL_STATE(3868)] = 247494, - [SMALL_STATE(3869)] = 247523, - [SMALL_STATE(3870)] = 247562, - [SMALL_STATE(3871)] = 247605, - [SMALL_STATE(3872)] = 247634, - [SMALL_STATE(3873)] = 247673, - [SMALL_STATE(3874)] = 247712, - [SMALL_STATE(3875)] = 247751, - [SMALL_STATE(3876)] = 247790, - [SMALL_STATE(3877)] = 247831, - [SMALL_STATE(3878)] = 247858, - [SMALL_STATE(3879)] = 247901, - [SMALL_STATE(3880)] = 247930, - [SMALL_STATE(3881)] = 247969, - [SMALL_STATE(3882)] = 248008, - [SMALL_STATE(3883)] = 248047, - [SMALL_STATE(3884)] = 248090, - [SMALL_STATE(3885)] = 248129, - [SMALL_STATE(3886)] = 248168, - [SMALL_STATE(3887)] = 248197, - [SMALL_STATE(3888)] = 248236, - [SMALL_STATE(3889)] = 248265, - [SMALL_STATE(3890)] = 248304, - [SMALL_STATE(3891)] = 248343, - [SMALL_STATE(3892)] = 248382, - [SMALL_STATE(3893)] = 248425, - [SMALL_STATE(3894)] = 248468, - [SMALL_STATE(3895)] = 248511, - [SMALL_STATE(3896)] = 248554, - [SMALL_STATE(3897)] = 248601, - [SMALL_STATE(3898)] = 248644, - [SMALL_STATE(3899)] = 248691, - [SMALL_STATE(3900)] = 248730, - [SMALL_STATE(3901)] = 248759, - [SMALL_STATE(3902)] = 248802, - [SMALL_STATE(3903)] = 248845, - [SMALL_STATE(3904)] = 248888, - [SMALL_STATE(3905)] = 248931, - [SMALL_STATE(3906)] = 248970, - [SMALL_STATE(3907)] = 249013, - [SMALL_STATE(3908)] = 249056, - [SMALL_STATE(3909)] = 249099, - [SMALL_STATE(3910)] = 249142, - [SMALL_STATE(3911)] = 249171, - [SMALL_STATE(3912)] = 249214, - [SMALL_STATE(3913)] = 249253, - [SMALL_STATE(3914)] = 249282, - [SMALL_STATE(3915)] = 249321, - [SMALL_STATE(3916)] = 249364, - [SMALL_STATE(3917)] = 249403, - [SMALL_STATE(3918)] = 249442, - [SMALL_STATE(3919)] = 249471, - [SMALL_STATE(3920)] = 249510, - [SMALL_STATE(3921)] = 249553, - [SMALL_STATE(3922)] = 249592, - [SMALL_STATE(3923)] = 249635, - [SMALL_STATE(3924)] = 249678, - [SMALL_STATE(3925)] = 249717, - [SMALL_STATE(3926)] = 249764, - [SMALL_STATE(3927)] = 249803, - [SMALL_STATE(3928)] = 249842, - [SMALL_STATE(3929)] = 249881, - [SMALL_STATE(3930)] = 249920, - [SMALL_STATE(3931)] = 249963, - [SMALL_STATE(3932)] = 250002, - [SMALL_STATE(3933)] = 250041, - [SMALL_STATE(3934)] = 250084, - [SMALL_STATE(3935)] = 250123, - [SMALL_STATE(3936)] = 250158, - [SMALL_STATE(3937)] = 250187, - [SMALL_STATE(3938)] = 250226, - [SMALL_STATE(3939)] = 250253, - [SMALL_STATE(3940)] = 250300, - [SMALL_STATE(3941)] = 250343, - [SMALL_STATE(3942)] = 250382, - [SMALL_STATE(3943)] = 250421, - [SMALL_STATE(3944)] = 250464, - [SMALL_STATE(3945)] = 250493, - [SMALL_STATE(3946)] = 250532, - [SMALL_STATE(3947)] = 250571, - [SMALL_STATE(3948)] = 250610, - [SMALL_STATE(3949)] = 250649, - [SMALL_STATE(3950)] = 250692, - [SMALL_STATE(3951)] = 250735, - [SMALL_STATE(3952)] = 250778, - [SMALL_STATE(3953)] = 250821, - [SMALL_STATE(3954)] = 250864, - [SMALL_STATE(3955)] = 250907, - [SMALL_STATE(3956)] = 250946, - [SMALL_STATE(3957)] = 250975, - [SMALL_STATE(3958)] = 251018, - [SMALL_STATE(3959)] = 251061, - [SMALL_STATE(3960)] = 251108, - [SMALL_STATE(3961)] = 251147, - [SMALL_STATE(3962)] = 251186, - [SMALL_STATE(3963)] = 251213, - [SMALL_STATE(3964)] = 251256, - [SMALL_STATE(3965)] = 251299, - [SMALL_STATE(3966)] = 251328, - [SMALL_STATE(3967)] = 251363, - [SMALL_STATE(3968)] = 251406, - [SMALL_STATE(3969)] = 251445, - [SMALL_STATE(3970)] = 251488, - [SMALL_STATE(3971)] = 251535, - [SMALL_STATE(3972)] = 251578, - [SMALL_STATE(3973)] = 251621, - [SMALL_STATE(3974)] = 251650, - [SMALL_STATE(3975)] = 251689, - [SMALL_STATE(3976)] = 251728, - [SMALL_STATE(3977)] = 251767, - [SMALL_STATE(3978)] = 251806, - [SMALL_STATE(3979)] = 251845, - [SMALL_STATE(3980)] = 251884, - [SMALL_STATE(3981)] = 251913, - [SMALL_STATE(3982)] = 251956, - [SMALL_STATE(3983)] = 251999, - [SMALL_STATE(3984)] = 252043, - [SMALL_STATE(3985)] = 252087, - [SMALL_STATE(3986)] = 252129, - [SMALL_STATE(3987)] = 252171, - [SMALL_STATE(3988)] = 252215, - [SMALL_STATE(3989)] = 252259, - [SMALL_STATE(3990)] = 252303, - [SMALL_STATE(3991)] = 252337, - [SMALL_STATE(3992)] = 252379, - [SMALL_STATE(3993)] = 252423, - [SMALL_STATE(3994)] = 252465, - [SMALL_STATE(3995)] = 252507, - [SMALL_STATE(3996)] = 252549, - [SMALL_STATE(3997)] = 252593, - [SMALL_STATE(3998)] = 252635, - [SMALL_STATE(3999)] = 252677, - [SMALL_STATE(4000)] = 252713, - [SMALL_STATE(4001)] = 252755, - [SMALL_STATE(4002)] = 252797, - [SMALL_STATE(4003)] = 252839, - [SMALL_STATE(4004)] = 252875, - [SMALL_STATE(4005)] = 252917, - [SMALL_STATE(4006)] = 252959, - [SMALL_STATE(4007)] = 253003, - [SMALL_STATE(4008)] = 253047, - [SMALL_STATE(4009)] = 253089, - [SMALL_STATE(4010)] = 253131, - [SMALL_STATE(4011)] = 253175, - [SMALL_STATE(4012)] = 253217, - [SMALL_STATE(4013)] = 253259, - [SMALL_STATE(4014)] = 253303, - [SMALL_STATE(4015)] = 253345, - [SMALL_STATE(4016)] = 253389, - [SMALL_STATE(4017)] = 253433, - [SMALL_STATE(4018)] = 253477, - [SMALL_STATE(4019)] = 253515, - [SMALL_STATE(4020)] = 253557, - [SMALL_STATE(4021)] = 253601, - [SMALL_STATE(4022)] = 253645, - [SMALL_STATE(4023)] = 253671, - [SMALL_STATE(4024)] = 253697, - [SMALL_STATE(4025)] = 253733, - [SMALL_STATE(4026)] = 253775, - [SMALL_STATE(4027)] = 253817, - [SMALL_STATE(4028)] = 253859, - [SMALL_STATE(4029)] = 253901, - [SMALL_STATE(4030)] = 253943, - [SMALL_STATE(4031)] = 253987, - [SMALL_STATE(4032)] = 254013, - [SMALL_STATE(4033)] = 254051, - [SMALL_STATE(4034)] = 254095, - [SMALL_STATE(4035)] = 254139, - [SMALL_STATE(4036)] = 254165, - [SMALL_STATE(4037)] = 254207, - [SMALL_STATE(4038)] = 254243, - [SMALL_STATE(4039)] = 254285, - [SMALL_STATE(4040)] = 254327, - [SMALL_STATE(4041)] = 254353, - [SMALL_STATE(4042)] = 254395, - [SMALL_STATE(4043)] = 254421, - [SMALL_STATE(4044)] = 254465, - [SMALL_STATE(4045)] = 254495, - [SMALL_STATE(4046)] = 254537, - [SMALL_STATE(4047)] = 254579, - [SMALL_STATE(4048)] = 254620, - [SMALL_STATE(4049)] = 254647, - [SMALL_STATE(4050)] = 254676, - [SMALL_STATE(4051)] = 254703, - [SMALL_STATE(4052)] = 254744, - [SMALL_STATE(4053)] = 254771, - [SMALL_STATE(4054)] = 254798, - [SMALL_STATE(4055)] = 254839, - [SMALL_STATE(4056)] = 254866, - [SMALL_STATE(4057)] = 254893, - [SMALL_STATE(4058)] = 254920, - [SMALL_STATE(4059)] = 254947, - [SMALL_STATE(4060)] = 254988, - [SMALL_STATE(4061)] = 255015, - [SMALL_STATE(4062)] = 255046, - [SMALL_STATE(4063)] = 255087, - [SMALL_STATE(4064)] = 255122, - [SMALL_STATE(4065)] = 255163, - [SMALL_STATE(4066)] = 255190, - [SMALL_STATE(4067)] = 255231, - [SMALL_STATE(4068)] = 255272, - [SMALL_STATE(4069)] = 255299, - [SMALL_STATE(4070)] = 255326, - [SMALL_STATE(4071)] = 255367, - [SMALL_STATE(4072)] = 255396, - [SMALL_STATE(4073)] = 255425, - [SMALL_STATE(4074)] = 255460, - [SMALL_STATE(4075)] = 255501, - [SMALL_STATE(4076)] = 255542, - [SMALL_STATE(4077)] = 255583, - [SMALL_STATE(4078)] = 255610, - [SMALL_STATE(4079)] = 255651, - [SMALL_STATE(4080)] = 255678, - [SMALL_STATE(4081)] = 255719, - [SMALL_STATE(4082)] = 255760, - [SMALL_STATE(4083)] = 255801, - [SMALL_STATE(4084)] = 255828, - [SMALL_STATE(4085)] = 255855, - [SMALL_STATE(4086)] = 255882, - [SMALL_STATE(4087)] = 255909, - [SMALL_STATE(4088)] = 255936, - [SMALL_STATE(4089)] = 255977, - [SMALL_STATE(4090)] = 256004, - [SMALL_STATE(4091)] = 256045, - [SMALL_STATE(4092)] = 256072, - [SMALL_STATE(4093)] = 256113, - [SMALL_STATE(4094)] = 256154, - [SMALL_STATE(4095)] = 256195, - [SMALL_STATE(4096)] = 256236, - [SMALL_STATE(4097)] = 256277, - [SMALL_STATE(4098)] = 256304, - [SMALL_STATE(4099)] = 256333, - [SMALL_STATE(4100)] = 256360, - [SMALL_STATE(4101)] = 256387, - [SMALL_STATE(4102)] = 256414, - [SMALL_STATE(4103)] = 256443, - [SMALL_STATE(4104)] = 256470, - [SMALL_STATE(4105)] = 256497, - [SMALL_STATE(4106)] = 256524, - [SMALL_STATE(4107)] = 256551, - [SMALL_STATE(4108)] = 256578, - [SMALL_STATE(4109)] = 256605, - [SMALL_STATE(4110)] = 256646, - [SMALL_STATE(4111)] = 256673, - [SMALL_STATE(4112)] = 256714, - [SMALL_STATE(4113)] = 256741, - [SMALL_STATE(4114)] = 256770, - [SMALL_STATE(4115)] = 256797, - [SMALL_STATE(4116)] = 256824, - [SMALL_STATE(4117)] = 256862, - [SMALL_STATE(4118)] = 256894, - [SMALL_STATE(4119)] = 256930, - [SMALL_STATE(4120)] = 256968, - [SMALL_STATE(4121)] = 256998, - [SMALL_STATE(4122)] = 257036, - [SMALL_STATE(4123)] = 257072, - [SMALL_STATE(4124)] = 257098, - [SMALL_STATE(4125)] = 257136, - [SMALL_STATE(4126)] = 257174, - [SMALL_STATE(4127)] = 257204, - [SMALL_STATE(4128)] = 257242, - [SMALL_STATE(4129)] = 257280, - [SMALL_STATE(4130)] = 257310, - [SMALL_STATE(4131)] = 257346, - [SMALL_STATE(4132)] = 257378, - [SMALL_STATE(4133)] = 257414, - [SMALL_STATE(4134)] = 257444, - [SMALL_STATE(4135)] = 257482, - [SMALL_STATE(4136)] = 257512, - [SMALL_STATE(4137)] = 257550, - [SMALL_STATE(4138)] = 257586, - [SMALL_STATE(4139)] = 257614, - [SMALL_STATE(4140)] = 257638, - [SMALL_STATE(4141)] = 257670, - [SMALL_STATE(4142)] = 257708, - [SMALL_STATE(4143)] = 257744, - [SMALL_STATE(4144)] = 257780, - [SMALL_STATE(4145)] = 257816, - [SMALL_STATE(4146)] = 257848, - [SMALL_STATE(4147)] = 257880, - [SMALL_STATE(4148)] = 257916, - [SMALL_STATE(4149)] = 257946, - [SMALL_STATE(4150)] = 257984, - [SMALL_STATE(4151)] = 258020, - [SMALL_STATE(4152)] = 258056, - [SMALL_STATE(4153)] = 258092, - [SMALL_STATE(4154)] = 258130, - [SMALL_STATE(4155)] = 258166, - [SMALL_STATE(4156)] = 258198, - [SMALL_STATE(4157)] = 258228, - [SMALL_STATE(4158)] = 258260, - [SMALL_STATE(4159)] = 258292, - [SMALL_STATE(4160)] = 258328, - [SMALL_STATE(4161)] = 258366, - [SMALL_STATE(4162)] = 258404, - [SMALL_STATE(4163)] = 258440, - [SMALL_STATE(4164)] = 258478, - [SMALL_STATE(4165)] = 258514, - [SMALL_STATE(4166)] = 258552, - [SMALL_STATE(4167)] = 258582, - [SMALL_STATE(4168)] = 258614, - [SMALL_STATE(4169)] = 258652, - [SMALL_STATE(4170)] = 258682, - [SMALL_STATE(4171)] = 258718, - [SMALL_STATE(4172)] = 258756, - [SMALL_STATE(4173)] = 258792, - [SMALL_STATE(4174)] = 258824, - [SMALL_STATE(4175)] = 258856, - [SMALL_STATE(4176)] = 258888, - [SMALL_STATE(4177)] = 258924, - [SMALL_STATE(4178)] = 258962, - [SMALL_STATE(4179)] = 259000, - [SMALL_STATE(4180)] = 259038, - [SMALL_STATE(4181)] = 259076, - [SMALL_STATE(4182)] = 259112, - [SMALL_STATE(4183)] = 259144, - [SMALL_STATE(4184)] = 259176, - [SMALL_STATE(4185)] = 259214, - [SMALL_STATE(4186)] = 259246, - [SMALL_STATE(4187)] = 259284, - [SMALL_STATE(4188)] = 259319, - [SMALL_STATE(4189)] = 259352, - [SMALL_STATE(4190)] = 259387, - [SMALL_STATE(4191)] = 259418, - [SMALL_STATE(4192)] = 259453, - [SMALL_STATE(4193)] = 259476, - [SMALL_STATE(4194)] = 259511, - [SMALL_STATE(4195)] = 259534, - [SMALL_STATE(4196)] = 259569, - [SMALL_STATE(4197)] = 259604, - [SMALL_STATE(4198)] = 259635, - [SMALL_STATE(4199)] = 259670, - [SMALL_STATE(4200)] = 259705, - [SMALL_STATE(4201)] = 259740, - [SMALL_STATE(4202)] = 259775, - [SMALL_STATE(4203)] = 259810, - [SMALL_STATE(4204)] = 259845, - [SMALL_STATE(4205)] = 259880, - [SMALL_STATE(4206)] = 259915, - [SMALL_STATE(4207)] = 259950, - [SMALL_STATE(4208)] = 259979, - [SMALL_STATE(4209)] = 260014, - [SMALL_STATE(4210)] = 260049, - [SMALL_STATE(4211)] = 260084, - [SMALL_STATE(4212)] = 260107, - [SMALL_STATE(4213)] = 260136, - [SMALL_STATE(4214)] = 260171, - [SMALL_STATE(4215)] = 260204, - [SMALL_STATE(4216)] = 260239, - [SMALL_STATE(4217)] = 260274, - [SMALL_STATE(4218)] = 260309, - [SMALL_STATE(4219)] = 260344, - [SMALL_STATE(4220)] = 260377, - [SMALL_STATE(4221)] = 260412, - [SMALL_STATE(4222)] = 260447, - [SMALL_STATE(4223)] = 260482, - [SMALL_STATE(4224)] = 260517, - [SMALL_STATE(4225)] = 260540, - [SMALL_STATE(4226)] = 260575, - [SMALL_STATE(4227)] = 260608, - [SMALL_STATE(4228)] = 260643, - [SMALL_STATE(4229)] = 260678, - [SMALL_STATE(4230)] = 260711, - [SMALL_STATE(4231)] = 260746, - [SMALL_STATE(4232)] = 260781, - [SMALL_STATE(4233)] = 260816, - [SMALL_STATE(4234)] = 260851, - [SMALL_STATE(4235)] = 260886, - [SMALL_STATE(4236)] = 260921, - [SMALL_STATE(4237)] = 260956, - [SMALL_STATE(4238)] = 260991, - [SMALL_STATE(4239)] = 261026, - [SMALL_STATE(4240)] = 261061, - [SMALL_STATE(4241)] = 261096, - [SMALL_STATE(4242)] = 261129, - [SMALL_STATE(4243)] = 261164, - [SMALL_STATE(4244)] = 261199, - [SMALL_STATE(4245)] = 261234, - [SMALL_STATE(4246)] = 261269, - [SMALL_STATE(4247)] = 261304, - [SMALL_STATE(4248)] = 261339, - [SMALL_STATE(4249)] = 261374, - [SMALL_STATE(4250)] = 261409, - [SMALL_STATE(4251)] = 261444, - [SMALL_STATE(4252)] = 261479, - [SMALL_STATE(4253)] = 261502, - [SMALL_STATE(4254)] = 261537, - [SMALL_STATE(4255)] = 261572, - [SMALL_STATE(4256)] = 261605, - [SMALL_STATE(4257)] = 261640, - [SMALL_STATE(4258)] = 261675, - [SMALL_STATE(4259)] = 261710, - [SMALL_STATE(4260)] = 261745, - [SMALL_STATE(4261)] = 261768, - [SMALL_STATE(4262)] = 261803, - [SMALL_STATE(4263)] = 261838, - [SMALL_STATE(4264)] = 261861, - [SMALL_STATE(4265)] = 261896, - [SMALL_STATE(4266)] = 261931, - [SMALL_STATE(4267)] = 261966, - [SMALL_STATE(4268)] = 262001, - [SMALL_STATE(4269)] = 262036, - [SMALL_STATE(4270)] = 262071, - [SMALL_STATE(4271)] = 262100, - [SMALL_STATE(4272)] = 262133, - [SMALL_STATE(4273)] = 262168, - [SMALL_STATE(4274)] = 262203, - [SMALL_STATE(4275)] = 262238, - [SMALL_STATE(4276)] = 262273, - [SMALL_STATE(4277)] = 262308, - [SMALL_STATE(4278)] = 262335, - [SMALL_STATE(4279)] = 262364, - [SMALL_STATE(4280)] = 262399, - [SMALL_STATE(4281)] = 262434, - [SMALL_STATE(4282)] = 262469, - [SMALL_STATE(4283)] = 262504, - [SMALL_STATE(4284)] = 262539, - [SMALL_STATE(4285)] = 262574, - [SMALL_STATE(4286)] = 262609, - [SMALL_STATE(4287)] = 262644, - [SMALL_STATE(4288)] = 262675, - [SMALL_STATE(4289)] = 262710, - [SMALL_STATE(4290)] = 262745, - [SMALL_STATE(4291)] = 262780, - [SMALL_STATE(4292)] = 262815, - [SMALL_STATE(4293)] = 262840, - [SMALL_STATE(4294)] = 262875, - [SMALL_STATE(4295)] = 262910, - [SMALL_STATE(4296)] = 262945, - [SMALL_STATE(4297)] = 262968, - [SMALL_STATE(4298)] = 263003, - [SMALL_STATE(4299)] = 263038, - [SMALL_STATE(4300)] = 263073, - [SMALL_STATE(4301)] = 263108, - [SMALL_STATE(4302)] = 263143, - [SMALL_STATE(4303)] = 263178, - [SMALL_STATE(4304)] = 263203, - [SMALL_STATE(4305)] = 263238, - [SMALL_STATE(4306)] = 263273, - [SMALL_STATE(4307)] = 263308, - [SMALL_STATE(4308)] = 263343, - [SMALL_STATE(4309)] = 263378, - [SMALL_STATE(4310)] = 263401, - [SMALL_STATE(4311)] = 263436, - [SMALL_STATE(4312)] = 263471, - [SMALL_STATE(4313)] = 263506, - [SMALL_STATE(4314)] = 263541, - [SMALL_STATE(4315)] = 263576, - [SMALL_STATE(4316)] = 263611, - [SMALL_STATE(4317)] = 263646, - [SMALL_STATE(4318)] = 263681, - [SMALL_STATE(4319)] = 263716, - [SMALL_STATE(4320)] = 263751, - [SMALL_STATE(4321)] = 263786, - [SMALL_STATE(4322)] = 263821, - [SMALL_STATE(4323)] = 263856, - [SMALL_STATE(4324)] = 263891, - [SMALL_STATE(4325)] = 263926, - [SMALL_STATE(4326)] = 263957, - [SMALL_STATE(4327)] = 263992, - [SMALL_STATE(4328)] = 264027, - [SMALL_STATE(4329)] = 264062, - [SMALL_STATE(4330)] = 264097, - [SMALL_STATE(4331)] = 264132, - [SMALL_STATE(4332)] = 264167, - [SMALL_STATE(4333)] = 264202, - [SMALL_STATE(4334)] = 264237, - [SMALL_STATE(4335)] = 264272, - [SMALL_STATE(4336)] = 264307, - [SMALL_STATE(4337)] = 264342, - [SMALL_STATE(4338)] = 264377, - [SMALL_STATE(4339)] = 264412, - [SMALL_STATE(4340)] = 264445, - [SMALL_STATE(4341)] = 264480, - [SMALL_STATE(4342)] = 264515, - [SMALL_STATE(4343)] = 264550, - [SMALL_STATE(4344)] = 264585, - [SMALL_STATE(4345)] = 264620, - [SMALL_STATE(4346)] = 264655, - [SMALL_STATE(4347)] = 264682, - [SMALL_STATE(4348)] = 264717, - [SMALL_STATE(4349)] = 264746, - [SMALL_STATE(4350)] = 264781, - [SMALL_STATE(4351)] = 264816, - [SMALL_STATE(4352)] = 264851, - [SMALL_STATE(4353)] = 264876, - [SMALL_STATE(4354)] = 264911, - [SMALL_STATE(4355)] = 264946, - [SMALL_STATE(4356)] = 264981, - [SMALL_STATE(4357)] = 265016, - [SMALL_STATE(4358)] = 265051, - [SMALL_STATE(4359)] = 265086, - [SMALL_STATE(4360)] = 265121, - [SMALL_STATE(4361)] = 265154, - [SMALL_STATE(4362)] = 265189, - [SMALL_STATE(4363)] = 265224, - [SMALL_STATE(4364)] = 265259, - [SMALL_STATE(4365)] = 265294, - [SMALL_STATE(4366)] = 265329, - [SMALL_STATE(4367)] = 265364, - [SMALL_STATE(4368)] = 265399, - [SMALL_STATE(4369)] = 265430, - [SMALL_STATE(4370)] = 265465, - [SMALL_STATE(4371)] = 265500, - [SMALL_STATE(4372)] = 265527, - [SMALL_STATE(4373)] = 265562, - [SMALL_STATE(4374)] = 265597, - [SMALL_STATE(4375)] = 265632, - [SMALL_STATE(4376)] = 265667, - [SMALL_STATE(4377)] = 265702, - [SMALL_STATE(4378)] = 265737, - [SMALL_STATE(4379)] = 265768, - [SMALL_STATE(4380)] = 265803, - [SMALL_STATE(4381)] = 265838, - [SMALL_STATE(4382)] = 265873, - [SMALL_STATE(4383)] = 265908, - [SMALL_STATE(4384)] = 265938, - [SMALL_STATE(4385)] = 265968, - [SMALL_STATE(4386)] = 265998, - [SMALL_STATE(4387)] = 266028, - [SMALL_STATE(4388)] = 266060, - [SMALL_STATE(4389)] = 266090, - [SMALL_STATE(4390)] = 266122, - [SMALL_STATE(4391)] = 266152, - [SMALL_STATE(4392)] = 266182, - [SMALL_STATE(4393)] = 266210, - [SMALL_STATE(4394)] = 266232, - [SMALL_STATE(4395)] = 266262, - [SMALL_STATE(4396)] = 266292, - [SMALL_STATE(4397)] = 266318, - [SMALL_STATE(4398)] = 266348, - [SMALL_STATE(4399)] = 266374, - [SMALL_STATE(4400)] = 266404, - [SMALL_STATE(4401)] = 266434, - [SMALL_STATE(4402)] = 266462, - [SMALL_STATE(4403)] = 266486, - [SMALL_STATE(4404)] = 266518, - [SMALL_STATE(4405)] = 266546, - [SMALL_STATE(4406)] = 266574, - [SMALL_STATE(4407)] = 266606, - [SMALL_STATE(4408)] = 266636, - [SMALL_STATE(4409)] = 266664, - [SMALL_STATE(4410)] = 266696, - [SMALL_STATE(4411)] = 266728, - [SMALL_STATE(4412)] = 266752, - [SMALL_STATE(4413)] = 266778, - [SMALL_STATE(4414)] = 266800, - [SMALL_STATE(4415)] = 266826, - [SMALL_STATE(4416)] = 266854, - [SMALL_STATE(4417)] = 266878, - [SMALL_STATE(4418)] = 266908, - [SMALL_STATE(4419)] = 266940, - [SMALL_STATE(4420)] = 266962, - [SMALL_STATE(4421)] = 266984, - [SMALL_STATE(4422)] = 267014, - [SMALL_STATE(4423)] = 267044, - [SMALL_STATE(4424)] = 267074, - [SMALL_STATE(4425)] = 267098, - [SMALL_STATE(4426)] = 267128, - [SMALL_STATE(4427)] = 267152, - [SMALL_STATE(4428)] = 267180, - [SMALL_STATE(4429)] = 267208, - [SMALL_STATE(4430)] = 267232, - [SMALL_STATE(4431)] = 267260, - [SMALL_STATE(4432)] = 267292, - [SMALL_STATE(4433)] = 267316, - [SMALL_STATE(4434)] = 267342, - [SMALL_STATE(4435)] = 267374, - [SMALL_STATE(4436)] = 267400, - [SMALL_STATE(4437)] = 267428, - [SMALL_STATE(4438)] = 267454, - [SMALL_STATE(4439)] = 267486, - [SMALL_STATE(4440)] = 267514, - [SMALL_STATE(4441)] = 267546, - [SMALL_STATE(4442)] = 267576, - [SMALL_STATE(4443)] = 267606, - [SMALL_STATE(4444)] = 267634, - [SMALL_STATE(4445)] = 267662, - [SMALL_STATE(4446)] = 267690, - [SMALL_STATE(4447)] = 267722, - [SMALL_STATE(4448)] = 267752, - [SMALL_STATE(4449)] = 267780, - [SMALL_STATE(4450)] = 267812, - [SMALL_STATE(4451)] = 267844, - [SMALL_STATE(4452)] = 267866, - [SMALL_STATE(4453)] = 267898, - [SMALL_STATE(4454)] = 267928, - [SMALL_STATE(4455)] = 267960, - [SMALL_STATE(4456)] = 267988, - [SMALL_STATE(4457)] = 268018, - [SMALL_STATE(4458)] = 268042, - [SMALL_STATE(4459)] = 268074, - [SMALL_STATE(4460)] = 268104, - [SMALL_STATE(4461)] = 268134, - [SMALL_STATE(4462)] = 268166, - [SMALL_STATE(4463)] = 268194, - [SMALL_STATE(4464)] = 268224, - [SMALL_STATE(4465)] = 268256, - [SMALL_STATE(4466)] = 268278, - [SMALL_STATE(4467)] = 268302, - [SMALL_STATE(4468)] = 268334, - [SMALL_STATE(4469)] = 268364, - [SMALL_STATE(4470)] = 268392, - [SMALL_STATE(4471)] = 268424, - [SMALL_STATE(4472)] = 268456, - [SMALL_STATE(4473)] = 268484, - [SMALL_STATE(4474)] = 268516, - [SMALL_STATE(4475)] = 268548, - [SMALL_STATE(4476)] = 268578, - [SMALL_STATE(4477)] = 268602, - [SMALL_STATE(4478)] = 268632, - [SMALL_STATE(4479)] = 268664, - [SMALL_STATE(4480)] = 268696, - [SMALL_STATE(4481)] = 268724, - [SMALL_STATE(4482)] = 268756, - [SMALL_STATE(4483)] = 268788, - [SMALL_STATE(4484)] = 268820, - [SMALL_STATE(4485)] = 268852, - [SMALL_STATE(4486)] = 268884, - [SMALL_STATE(4487)] = 268912, - [SMALL_STATE(4488)] = 268940, - [SMALL_STATE(4489)] = 268972, - [SMALL_STATE(4490)] = 269004, - [SMALL_STATE(4491)] = 269032, - [SMALL_STATE(4492)] = 269064, - [SMALL_STATE(4493)] = 269086, - [SMALL_STATE(4494)] = 269116, - [SMALL_STATE(4495)] = 269140, - [SMALL_STATE(4496)] = 269170, - [SMALL_STATE(4497)] = 269200, - [SMALL_STATE(4498)] = 269222, - [SMALL_STATE(4499)] = 269248, - [SMALL_STATE(4500)] = 269270, - [SMALL_STATE(4501)] = 269302, - [SMALL_STATE(4502)] = 269326, - [SMALL_STATE(4503)] = 269354, - [SMALL_STATE(4504)] = 269384, - [SMALL_STATE(4505)] = 269414, - [SMALL_STATE(4506)] = 269446, - [SMALL_STATE(4507)] = 269476, - [SMALL_STATE(4508)] = 269508, - [SMALL_STATE(4509)] = 269540, - [SMALL_STATE(4510)] = 269570, - [SMALL_STATE(4511)] = 269602, - [SMALL_STATE(4512)] = 269632, - [SMALL_STATE(4513)] = 269662, - [SMALL_STATE(4514)] = 269684, - [SMALL_STATE(4515)] = 269716, - [SMALL_STATE(4516)] = 269746, - [SMALL_STATE(4517)] = 269778, - [SMALL_STATE(4518)] = 269802, - [SMALL_STATE(4519)] = 269832, - [SMALL_STATE(4520)] = 269864, - [SMALL_STATE(4521)] = 269896, - [SMALL_STATE(4522)] = 269926, - [SMALL_STATE(4523)] = 269956, - [SMALL_STATE(4524)] = 269988, - [SMALL_STATE(4525)] = 270016, - [SMALL_STATE(4526)] = 270048, - [SMALL_STATE(4527)] = 270080, - [SMALL_STATE(4528)] = 270110, - [SMALL_STATE(4529)] = 270138, - [SMALL_STATE(4530)] = 270166, - [SMALL_STATE(4531)] = 270198, - [SMALL_STATE(4532)] = 270228, - [SMALL_STATE(4533)] = 270260, - [SMALL_STATE(4534)] = 270288, - [SMALL_STATE(4535)] = 270318, - [SMALL_STATE(4536)] = 270350, - [SMALL_STATE(4537)] = 270382, - [SMALL_STATE(4538)] = 270412, - [SMALL_STATE(4539)] = 270444, - [SMALL_STATE(4540)] = 270474, - [SMALL_STATE(4541)] = 270506, - [SMALL_STATE(4542)] = 270538, - [SMALL_STATE(4543)] = 270570, - [SMALL_STATE(4544)] = 270600, - [SMALL_STATE(4545)] = 270624, - [SMALL_STATE(4546)] = 270656, - [SMALL_STATE(4547)] = 270686, - [SMALL_STATE(4548)] = 270710, - [SMALL_STATE(4549)] = 270736, - [SMALL_STATE(4550)] = 270766, - [SMALL_STATE(4551)] = 270798, - [SMALL_STATE(4552)] = 270822, - [SMALL_STATE(4553)] = 270852, - [SMALL_STATE(4554)] = 270882, - [SMALL_STATE(4555)] = 270906, - [SMALL_STATE(4556)] = 270936, - [SMALL_STATE(4557)] = 270964, - [SMALL_STATE(4558)] = 270994, - [SMALL_STATE(4559)] = 271022, - [SMALL_STATE(4560)] = 271052, - [SMALL_STATE(4561)] = 271084, - [SMALL_STATE(4562)] = 271116, - [SMALL_STATE(4563)] = 271146, - [SMALL_STATE(4564)] = 271174, - [SMALL_STATE(4565)] = 271206, - [SMALL_STATE(4566)] = 271236, - [SMALL_STATE(4567)] = 271266, - [SMALL_STATE(4568)] = 271296, - [SMALL_STATE(4569)] = 271326, - [SMALL_STATE(4570)] = 271358, - [SMALL_STATE(4571)] = 271388, - [SMALL_STATE(4572)] = 271410, - [SMALL_STATE(4573)] = 271440, - [SMALL_STATE(4574)] = 271470, - [SMALL_STATE(4575)] = 271500, - [SMALL_STATE(4576)] = 271532, - [SMALL_STATE(4577)] = 271562, - [SMALL_STATE(4578)] = 271592, - [SMALL_STATE(4579)] = 271624, - [SMALL_STATE(4580)] = 271652, - [SMALL_STATE(4581)] = 271680, - [SMALL_STATE(4582)] = 271712, - [SMALL_STATE(4583)] = 271742, - [SMALL_STATE(4584)] = 271772, - [SMALL_STATE(4585)] = 271794, - [SMALL_STATE(4586)] = 271816, - [SMALL_STATE(4587)] = 271846, - [SMALL_STATE(4588)] = 271874, - [SMALL_STATE(4589)] = 271902, - [SMALL_STATE(4590)] = 271932, - [SMALL_STATE(4591)] = 271962, - [SMALL_STATE(4592)] = 271994, - [SMALL_STATE(4593)] = 272024, - [SMALL_STATE(4594)] = 272052, - [SMALL_STATE(4595)] = 272084, - [SMALL_STATE(4596)] = 272112, - [SMALL_STATE(4597)] = 272140, - [SMALL_STATE(4598)] = 272172, - [SMALL_STATE(4599)] = 272204, - [SMALL_STATE(4600)] = 272236, - [SMALL_STATE(4601)] = 272268, - [SMALL_STATE(4602)] = 272296, - [SMALL_STATE(4603)] = 272320, - [SMALL_STATE(4604)] = 272348, - [SMALL_STATE(4605)] = 272380, - [SMALL_STATE(4606)] = 272410, - [SMALL_STATE(4607)] = 272440, - [SMALL_STATE(4608)] = 272470, - [SMALL_STATE(4609)] = 272494, - [SMALL_STATE(4610)] = 272524, - [SMALL_STATE(4611)] = 272548, - [SMALL_STATE(4612)] = 272578, - [SMALL_STATE(4613)] = 272610, - [SMALL_STATE(4614)] = 272642, - [SMALL_STATE(4615)] = 272666, - [SMALL_STATE(4616)] = 272694, - [SMALL_STATE(4617)] = 272724, - [SMALL_STATE(4618)] = 272754, - [SMALL_STATE(4619)] = 272786, - [SMALL_STATE(4620)] = 272816, - [SMALL_STATE(4621)] = 272840, - [SMALL_STATE(4622)] = 272864, - [SMALL_STATE(4623)] = 272896, - [SMALL_STATE(4624)] = 272926, - [SMALL_STATE(4625)] = 272958, - [SMALL_STATE(4626)] = 272988, - [SMALL_STATE(4627)] = 273018, - [SMALL_STATE(4628)] = 273048, - [SMALL_STATE(4629)] = 273078, - [SMALL_STATE(4630)] = 273108, - [SMALL_STATE(4631)] = 273140, - [SMALL_STATE(4632)] = 273170, - [SMALL_STATE(4633)] = 273194, - [SMALL_STATE(4634)] = 273224, - [SMALL_STATE(4635)] = 273254, - [SMALL_STATE(4636)] = 273282, - [SMALL_STATE(4637)] = 273314, - [SMALL_STATE(4638)] = 273346, - [SMALL_STATE(4639)] = 273376, - [SMALL_STATE(4640)] = 273408, - [SMALL_STATE(4641)] = 273438, - [SMALL_STATE(4642)] = 273468, - [SMALL_STATE(4643)] = 273492, - [SMALL_STATE(4644)] = 273524, - [SMALL_STATE(4645)] = 273556, - [SMALL_STATE(4646)] = 273588, - [SMALL_STATE(4647)] = 273618, - [SMALL_STATE(4648)] = 273650, - [SMALL_STATE(4649)] = 273682, - [SMALL_STATE(4650)] = 273706, - [SMALL_STATE(4651)] = 273736, - [SMALL_STATE(4652)] = 273768, - [SMALL_STATE(4653)] = 273798, - [SMALL_STATE(4654)] = 273828, - [SMALL_STATE(4655)] = 273852, - [SMALL_STATE(4656)] = 273876, - [SMALL_STATE(4657)] = 273898, - [SMALL_STATE(4658)] = 273928, - [SMALL_STATE(4659)] = 273958, - [SMALL_STATE(4660)] = 273982, - [SMALL_STATE(4661)] = 274014, - [SMALL_STATE(4662)] = 274043, - [SMALL_STATE(4663)] = 274072, - [SMALL_STATE(4664)] = 274101, - [SMALL_STATE(4665)] = 274128, - [SMALL_STATE(4666)] = 274155, - [SMALL_STATE(4667)] = 274180, - [SMALL_STATE(4668)] = 274209, - [SMALL_STATE(4669)] = 274238, - [SMALL_STATE(4670)] = 274265, - [SMALL_STATE(4671)] = 274292, - [SMALL_STATE(4672)] = 274321, - [SMALL_STATE(4673)] = 274348, - [SMALL_STATE(4674)] = 274369, - [SMALL_STATE(4675)] = 274398, - [SMALL_STATE(4676)] = 274427, - [SMALL_STATE(4677)] = 274452, - [SMALL_STATE(4678)] = 274481, - [SMALL_STATE(4679)] = 274506, - [SMALL_STATE(4680)] = 274533, - [SMALL_STATE(4681)] = 274562, - [SMALL_STATE(4682)] = 274591, - [SMALL_STATE(4683)] = 274620, - [SMALL_STATE(4684)] = 274645, - [SMALL_STATE(4685)] = 274666, - [SMALL_STATE(4686)] = 274695, - [SMALL_STATE(4687)] = 274716, - [SMALL_STATE(4688)] = 274737, - [SMALL_STATE(4689)] = 274766, - [SMALL_STATE(4690)] = 274793, - [SMALL_STATE(4691)] = 274820, - [SMALL_STATE(4692)] = 274841, - [SMALL_STATE(4693)] = 274868, - [SMALL_STATE(4694)] = 274897, - [SMALL_STATE(4695)] = 274926, - [SMALL_STATE(4696)] = 274955, - [SMALL_STATE(4697)] = 274976, - [SMALL_STATE(4698)] = 275001, - [SMALL_STATE(4699)] = 275030, - [SMALL_STATE(4700)] = 275059, - [SMALL_STATE(4701)] = 275088, - [SMALL_STATE(4702)] = 275117, - [SMALL_STATE(4703)] = 275142, - [SMALL_STATE(4704)] = 275171, - [SMALL_STATE(4705)] = 275200, - [SMALL_STATE(4706)] = 275227, - [SMALL_STATE(4707)] = 275248, - [SMALL_STATE(4708)] = 275277, - [SMALL_STATE(4709)] = 275306, - [SMALL_STATE(4710)] = 275331, - [SMALL_STATE(4711)] = 275360, - [SMALL_STATE(4712)] = 275385, - [SMALL_STATE(4713)] = 275414, - [SMALL_STATE(4714)] = 275437, - [SMALL_STATE(4715)] = 275464, - [SMALL_STATE(4716)] = 275493, - [SMALL_STATE(4717)] = 275522, - [SMALL_STATE(4718)] = 275549, - [SMALL_STATE(4719)] = 275574, - [SMALL_STATE(4720)] = 275603, - [SMALL_STATE(4721)] = 275630, - [SMALL_STATE(4722)] = 275655, - [SMALL_STATE(4723)] = 275684, - [SMALL_STATE(4724)] = 275713, - [SMALL_STATE(4725)] = 275742, - [SMALL_STATE(4726)] = 275763, - [SMALL_STATE(4727)] = 275792, - [SMALL_STATE(4728)] = 275813, - [SMALL_STATE(4729)] = 275842, - [SMALL_STATE(4730)] = 275865, - [SMALL_STATE(4731)] = 275890, - [SMALL_STATE(4732)] = 275913, - [SMALL_STATE(4733)] = 275942, - [SMALL_STATE(4734)] = 275971, - [SMALL_STATE(4735)] = 275996, - [SMALL_STATE(4736)] = 276025, - [SMALL_STATE(4737)] = 276052, - [SMALL_STATE(4738)] = 276079, - [SMALL_STATE(4739)] = 276108, - [SMALL_STATE(4740)] = 276137, - [SMALL_STATE(4741)] = 276166, - [SMALL_STATE(4742)] = 276193, - [SMALL_STATE(4743)] = 276222, - [SMALL_STATE(4744)] = 276249, - [SMALL_STATE(4745)] = 276274, - [SMALL_STATE(4746)] = 276303, - [SMALL_STATE(4747)] = 276326, - [SMALL_STATE(4748)] = 276351, - [SMALL_STATE(4749)] = 276372, - [SMALL_STATE(4750)] = 276401, - [SMALL_STATE(4751)] = 276424, - [SMALL_STATE(4752)] = 276453, - [SMALL_STATE(4753)] = 276478, - [SMALL_STATE(4754)] = 276507, - [SMALL_STATE(4755)] = 276528, - [SMALL_STATE(4756)] = 276553, - [SMALL_STATE(4757)] = 276576, - [SMALL_STATE(4758)] = 276601, - [SMALL_STATE(4759)] = 276628, - [SMALL_STATE(4760)] = 276653, - [SMALL_STATE(4761)] = 276676, - [SMALL_STATE(4762)] = 276705, - [SMALL_STATE(4763)] = 276728, - [SMALL_STATE(4764)] = 276757, - [SMALL_STATE(4765)] = 276782, - [SMALL_STATE(4766)] = 276807, - [SMALL_STATE(4767)] = 276830, - [SMALL_STATE(4768)] = 276851, - [SMALL_STATE(4769)] = 276872, - [SMALL_STATE(4770)] = 276895, - [SMALL_STATE(4771)] = 276920, - [SMALL_STATE(4772)] = 276949, - [SMALL_STATE(4773)] = 276976, - [SMALL_STATE(4774)] = 277005, - [SMALL_STATE(4775)] = 277034, - [SMALL_STATE(4776)] = 277063, - [SMALL_STATE(4777)] = 277088, - [SMALL_STATE(4778)] = 277113, - [SMALL_STATE(4779)] = 277142, - [SMALL_STATE(4780)] = 277168, - [SMALL_STATE(4781)] = 277194, - [SMALL_STATE(4782)] = 277214, - [SMALL_STATE(4783)] = 277234, - [SMALL_STATE(4784)] = 277254, - [SMALL_STATE(4785)] = 277274, - [SMALL_STATE(4786)] = 277300, - [SMALL_STATE(4787)] = 277322, - [SMALL_STATE(4788)] = 277348, - [SMALL_STATE(4789)] = 277370, - [SMALL_STATE(4790)] = 277396, - [SMALL_STATE(4791)] = 277416, - [SMALL_STATE(4792)] = 277442, - [SMALL_STATE(4793)] = 277462, - [SMALL_STATE(4794)] = 277486, - [SMALL_STATE(4795)] = 277512, - [SMALL_STATE(4796)] = 277538, - [SMALL_STATE(4797)] = 277558, - [SMALL_STATE(4798)] = 277578, - [SMALL_STATE(4799)] = 277598, - [SMALL_STATE(4800)] = 277624, - [SMALL_STATE(4801)] = 277644, - [SMALL_STATE(4802)] = 277664, - [SMALL_STATE(4803)] = 277690, - [SMALL_STATE(4804)] = 277710, - [SMALL_STATE(4805)] = 277736, - [SMALL_STATE(4806)] = 277762, - [SMALL_STATE(4807)] = 277788, - [SMALL_STATE(4808)] = 277808, - [SMALL_STATE(4809)] = 277828, - [SMALL_STATE(4810)] = 277854, - [SMALL_STATE(4811)] = 277878, - [SMALL_STATE(4812)] = 277902, - [SMALL_STATE(4813)] = 277928, - [SMALL_STATE(4814)] = 277954, - [SMALL_STATE(4815)] = 277980, - [SMALL_STATE(4816)] = 278000, - [SMALL_STATE(4817)] = 278024, - [SMALL_STATE(4818)] = 278050, - [SMALL_STATE(4819)] = 278070, - [SMALL_STATE(4820)] = 278090, - [SMALL_STATE(4821)] = 278110, - [SMALL_STATE(4822)] = 278136, - [SMALL_STATE(4823)] = 278162, - [SMALL_STATE(4824)] = 278182, - [SMALL_STATE(4825)] = 278202, - [SMALL_STATE(4826)] = 278228, - [SMALL_STATE(4827)] = 278254, - [SMALL_STATE(4828)] = 278280, - [SMALL_STATE(4829)] = 278306, - [SMALL_STATE(4830)] = 278326, - [SMALL_STATE(4831)] = 278350, - [SMALL_STATE(4832)] = 278376, - [SMALL_STATE(4833)] = 278396, - [SMALL_STATE(4834)] = 278422, - [SMALL_STATE(4835)] = 278442, - [SMALL_STATE(4836)] = 278468, - [SMALL_STATE(4837)] = 278494, - [SMALL_STATE(4838)] = 278514, - [SMALL_STATE(4839)] = 278534, - [SMALL_STATE(4840)] = 278554, - [SMALL_STATE(4841)] = 278574, - [SMALL_STATE(4842)] = 278600, - [SMALL_STATE(4843)] = 278620, - [SMALL_STATE(4844)] = 278646, - [SMALL_STATE(4845)] = 278672, - [SMALL_STATE(4846)] = 278696, - [SMALL_STATE(4847)] = 278720, - [SMALL_STATE(4848)] = 278746, - [SMALL_STATE(4849)] = 278766, - [SMALL_STATE(4850)] = 278792, - [SMALL_STATE(4851)] = 278812, - [SMALL_STATE(4852)] = 278832, - [SMALL_STATE(4853)] = 278852, - [SMALL_STATE(4854)] = 278874, - [SMALL_STATE(4855)] = 278894, - [SMALL_STATE(4856)] = 278914, - [SMALL_STATE(4857)] = 278934, - [SMALL_STATE(4858)] = 278960, - [SMALL_STATE(4859)] = 278980, - [SMALL_STATE(4860)] = 279006, - [SMALL_STATE(4861)] = 279032, - [SMALL_STATE(4862)] = 279058, - [SMALL_STATE(4863)] = 279084, - [SMALL_STATE(4864)] = 279110, - [SMALL_STATE(4865)] = 279136, - [SMALL_STATE(4866)] = 279158, - [SMALL_STATE(4867)] = 279184, - [SMALL_STATE(4868)] = 279210, - [SMALL_STATE(4869)] = 279236, - [SMALL_STATE(4870)] = 279262, - [SMALL_STATE(4871)] = 279286, - [SMALL_STATE(4872)] = 279312, - [SMALL_STATE(4873)] = 279338, - [SMALL_STATE(4874)] = 279364, - [SMALL_STATE(4875)] = 279384, - [SMALL_STATE(4876)] = 279410, - [SMALL_STATE(4877)] = 279436, - [SMALL_STATE(4878)] = 279456, - [SMALL_STATE(4879)] = 279476, - [SMALL_STATE(4880)] = 279502, - [SMALL_STATE(4881)] = 279528, - [SMALL_STATE(4882)] = 279550, - [SMALL_STATE(4883)] = 279576, - [SMALL_STATE(4884)] = 279602, - [SMALL_STATE(4885)] = 279628, - [SMALL_STATE(4886)] = 279654, - [SMALL_STATE(4887)] = 279678, - [SMALL_STATE(4888)] = 279704, - [SMALL_STATE(4889)] = 279728, - [SMALL_STATE(4890)] = 279754, - [SMALL_STATE(4891)] = 279780, - [SMALL_STATE(4892)] = 279806, - [SMALL_STATE(4893)] = 279826, - [SMALL_STATE(4894)] = 279852, - [SMALL_STATE(4895)] = 279872, - [SMALL_STATE(4896)] = 279892, - [SMALL_STATE(4897)] = 279918, - [SMALL_STATE(4898)] = 279938, - [SMALL_STATE(4899)] = 279964, - [SMALL_STATE(4900)] = 279984, - [SMALL_STATE(4901)] = 280010, - [SMALL_STATE(4902)] = 280036, - [SMALL_STATE(4903)] = 280058, - [SMALL_STATE(4904)] = 280084, - [SMALL_STATE(4905)] = 280104, - [SMALL_STATE(4906)] = 280124, - [SMALL_STATE(4907)] = 280148, - [SMALL_STATE(4908)] = 280174, - [SMALL_STATE(4909)] = 280200, - [SMALL_STATE(4910)] = 280220, - [SMALL_STATE(4911)] = 280240, - [SMALL_STATE(4912)] = 280262, - [SMALL_STATE(4913)] = 280288, - [SMALL_STATE(4914)] = 280314, - [SMALL_STATE(4915)] = 280340, - [SMALL_STATE(4916)] = 280366, - [SMALL_STATE(4917)] = 280386, - [SMALL_STATE(4918)] = 280406, - [SMALL_STATE(4919)] = 280432, - [SMALL_STATE(4920)] = 280458, - [SMALL_STATE(4921)] = 280478, - [SMALL_STATE(4922)] = 280504, - [SMALL_STATE(4923)] = 280530, - [SMALL_STATE(4924)] = 280550, - [SMALL_STATE(4925)] = 280570, - [SMALL_STATE(4926)] = 280596, - [SMALL_STATE(4927)] = 280616, - [SMALL_STATE(4928)] = 280642, - [SMALL_STATE(4929)] = 280662, - [SMALL_STATE(4930)] = 280688, - [SMALL_STATE(4931)] = 280708, - [SMALL_STATE(4932)] = 280734, - [SMALL_STATE(4933)] = 280760, - [SMALL_STATE(4934)] = 280786, - [SMALL_STATE(4935)] = 280812, - [SMALL_STATE(4936)] = 280838, - [SMALL_STATE(4937)] = 280864, - [SMALL_STATE(4938)] = 280890, - [SMALL_STATE(4939)] = 280916, - [SMALL_STATE(4940)] = 280936, - [SMALL_STATE(4941)] = 280956, - [SMALL_STATE(4942)] = 280982, - [SMALL_STATE(4943)] = 281008, - [SMALL_STATE(4944)] = 281034, - [SMALL_STATE(4945)] = 281054, - [SMALL_STATE(4946)] = 281080, - [SMALL_STATE(4947)] = 281104, - [SMALL_STATE(4948)] = 281124, - [SMALL_STATE(4949)] = 281144, - [SMALL_STATE(4950)] = 281168, - [SMALL_STATE(4951)] = 281194, - [SMALL_STATE(4952)] = 281220, - [SMALL_STATE(4953)] = 281246, - [SMALL_STATE(4954)] = 281266, - [SMALL_STATE(4955)] = 281292, - [SMALL_STATE(4956)] = 281312, - [SMALL_STATE(4957)] = 281332, - [SMALL_STATE(4958)] = 281352, - [SMALL_STATE(4959)] = 281372, - [SMALL_STATE(4960)] = 281392, - [SMALL_STATE(4961)] = 281416, - [SMALL_STATE(4962)] = 281442, - [SMALL_STATE(4963)] = 281462, - [SMALL_STATE(4964)] = 281482, - [SMALL_STATE(4965)] = 281506, - [SMALL_STATE(4966)] = 281530, - [SMALL_STATE(4967)] = 281550, - [SMALL_STATE(4968)] = 281576, - [SMALL_STATE(4969)] = 281596, - [SMALL_STATE(4970)] = 281622, - [SMALL_STATE(4971)] = 281644, - [SMALL_STATE(4972)] = 281664, - [SMALL_STATE(4973)] = 281690, - [SMALL_STATE(4974)] = 281716, - [SMALL_STATE(4975)] = 281742, - [SMALL_STATE(4976)] = 281762, - [SMALL_STATE(4977)] = 281788, - [SMALL_STATE(4978)] = 281814, - [SMALL_STATE(4979)] = 281840, - [SMALL_STATE(4980)] = 281860, - [SMALL_STATE(4981)] = 281886, - [SMALL_STATE(4982)] = 281912, - [SMALL_STATE(4983)] = 281932, - [SMALL_STATE(4984)] = 281958, - [SMALL_STATE(4985)] = 281984, - [SMALL_STATE(4986)] = 282008, - [SMALL_STATE(4987)] = 282028, - [SMALL_STATE(4988)] = 282048, - [SMALL_STATE(4989)] = 282068, - [SMALL_STATE(4990)] = 282094, - [SMALL_STATE(4991)] = 282114, - [SMALL_STATE(4992)] = 282136, - [SMALL_STATE(4993)] = 282156, - [SMALL_STATE(4994)] = 282182, - [SMALL_STATE(4995)] = 282208, - [SMALL_STATE(4996)] = 282234, - [SMALL_STATE(4997)] = 282254, - [SMALL_STATE(4998)] = 282280, - [SMALL_STATE(4999)] = 282300, - [SMALL_STATE(5000)] = 282320, - [SMALL_STATE(5001)] = 282346, - [SMALL_STATE(5002)] = 282366, - [SMALL_STATE(5003)] = 282386, - [SMALL_STATE(5004)] = 282412, - [SMALL_STATE(5005)] = 282434, - [SMALL_STATE(5006)] = 282454, - [SMALL_STATE(5007)] = 282474, - [SMALL_STATE(5008)] = 282500, - [SMALL_STATE(5009)] = 282522, - [SMALL_STATE(5010)] = 282542, - [SMALL_STATE(5011)] = 282562, - [SMALL_STATE(5012)] = 282582, - [SMALL_STATE(5013)] = 282608, - [SMALL_STATE(5014)] = 282634, - [SMALL_STATE(5015)] = 282660, - [SMALL_STATE(5016)] = 282686, - [SMALL_STATE(5017)] = 282706, - [SMALL_STATE(5018)] = 282726, - [SMALL_STATE(5019)] = 282752, - [SMALL_STATE(5020)] = 282776, - [SMALL_STATE(5021)] = 282802, - [SMALL_STATE(5022)] = 282828, - [SMALL_STATE(5023)] = 282854, - [SMALL_STATE(5024)] = 282878, - [SMALL_STATE(5025)] = 282902, - [SMALL_STATE(5026)] = 282922, - [SMALL_STATE(5027)] = 282946, - [SMALL_STATE(5028)] = 282966, - [SMALL_STATE(5029)] = 282986, - [SMALL_STATE(5030)] = 283012, - [SMALL_STATE(5031)] = 283038, - [SMALL_STATE(5032)] = 283062, - [SMALL_STATE(5033)] = 283088, - [SMALL_STATE(5034)] = 283108, - [SMALL_STATE(5035)] = 283134, - [SMALL_STATE(5036)] = 283160, - [SMALL_STATE(5037)] = 283180, - [SMALL_STATE(5038)] = 283200, - [SMALL_STATE(5039)] = 283220, - [SMALL_STATE(5040)] = 283246, - [SMALL_STATE(5041)] = 283266, - [SMALL_STATE(5042)] = 283292, - [SMALL_STATE(5043)] = 283318, - [SMALL_STATE(5044)] = 283344, - [SMALL_STATE(5045)] = 283370, - [SMALL_STATE(5046)] = 283390, - [SMALL_STATE(5047)] = 283416, - [SMALL_STATE(5048)] = 283436, - [SMALL_STATE(5049)] = 283460, - [SMALL_STATE(5050)] = 283486, - [SMALL_STATE(5051)] = 283510, - [SMALL_STATE(5052)] = 283536, - [SMALL_STATE(5053)] = 283560, - [SMALL_STATE(5054)] = 283586, - [SMALL_STATE(5055)] = 283612, - [SMALL_STATE(5056)] = 283632, - [SMALL_STATE(5057)] = 283658, - [SMALL_STATE(5058)] = 283680, - [SMALL_STATE(5059)] = 283706, - [SMALL_STATE(5060)] = 283732, - [SMALL_STATE(5061)] = 283758, - [SMALL_STATE(5062)] = 283778, - [SMALL_STATE(5063)] = 283804, - [SMALL_STATE(5064)] = 283824, - [SMALL_STATE(5065)] = 283850, - [SMALL_STATE(5066)] = 283876, - [SMALL_STATE(5067)] = 283902, - [SMALL_STATE(5068)] = 283924, - [SMALL_STATE(5069)] = 283950, - [SMALL_STATE(5070)] = 283976, - [SMALL_STATE(5071)] = 284000, - [SMALL_STATE(5072)] = 284026, - [SMALL_STATE(5073)] = 284052, - [SMALL_STATE(5074)] = 284072, - [SMALL_STATE(5075)] = 284098, - [SMALL_STATE(5076)] = 284124, - [SMALL_STATE(5077)] = 284148, - [SMALL_STATE(5078)] = 284174, - [SMALL_STATE(5079)] = 284194, - [SMALL_STATE(5080)] = 284220, - [SMALL_STATE(5081)] = 284246, - [SMALL_STATE(5082)] = 284272, - [SMALL_STATE(5083)] = 284294, - [SMALL_STATE(5084)] = 284320, - [SMALL_STATE(5085)] = 284346, - [SMALL_STATE(5086)] = 284366, - [SMALL_STATE(5087)] = 284392, - [SMALL_STATE(5088)] = 284416, - [SMALL_STATE(5089)] = 284436, - [SMALL_STATE(5090)] = 284462, - [SMALL_STATE(5091)] = 284482, - [SMALL_STATE(5092)] = 284508, - [SMALL_STATE(5093)] = 284528, - [SMALL_STATE(5094)] = 284548, - [SMALL_STATE(5095)] = 284574, - [SMALL_STATE(5096)] = 284600, - [SMALL_STATE(5097)] = 284620, - [SMALL_STATE(5098)] = 284640, - [SMALL_STATE(5099)] = 284664, - [SMALL_STATE(5100)] = 284690, - [SMALL_STATE(5101)] = 284714, - [SMALL_STATE(5102)] = 284740, - [SMALL_STATE(5103)] = 284766, - [SMALL_STATE(5104)] = 284792, - [SMALL_STATE(5105)] = 284818, - [SMALL_STATE(5106)] = 284842, - [SMALL_STATE(5107)] = 284868, - [SMALL_STATE(5108)] = 284894, - [SMALL_STATE(5109)] = 284920, - [SMALL_STATE(5110)] = 284940, - [SMALL_STATE(5111)] = 284966, - [SMALL_STATE(5112)] = 284990, - [SMALL_STATE(5113)] = 285010, - [SMALL_STATE(5114)] = 285036, - [SMALL_STATE(5115)] = 285056, - [SMALL_STATE(5116)] = 285078, - [SMALL_STATE(5117)] = 285104, - [SMALL_STATE(5118)] = 285130, - [SMALL_STATE(5119)] = 285150, - [SMALL_STATE(5120)] = 285176, - [SMALL_STATE(5121)] = 285202, - [SMALL_STATE(5122)] = 285222, - [SMALL_STATE(5123)] = 285248, - [SMALL_STATE(5124)] = 285272, - [SMALL_STATE(5125)] = 285294, - [SMALL_STATE(5126)] = 285320, - [SMALL_STATE(5127)] = 285344, - [SMALL_STATE(5128)] = 285364, - [SMALL_STATE(5129)] = 285384, - [SMALL_STATE(5130)] = 285410, - [SMALL_STATE(5131)] = 285434, - [SMALL_STATE(5132)] = 285460, - [SMALL_STATE(5133)] = 285480, - [SMALL_STATE(5134)] = 285506, - [SMALL_STATE(5135)] = 285532, - [SMALL_STATE(5136)] = 285558, - [SMALL_STATE(5137)] = 285580, - [SMALL_STATE(5138)] = 285600, - [SMALL_STATE(5139)] = 285620, - [SMALL_STATE(5140)] = 285646, - [SMALL_STATE(5141)] = 285670, - [SMALL_STATE(5142)] = 285694, - [SMALL_STATE(5143)] = 285714, - [SMALL_STATE(5144)] = 285734, - [SMALL_STATE(5145)] = 285754, - [SMALL_STATE(5146)] = 285780, - [SMALL_STATE(5147)] = 285806, - [SMALL_STATE(5148)] = 285830, - [SMALL_STATE(5149)] = 285856, - [SMALL_STATE(5150)] = 285880, - [SMALL_STATE(5151)] = 285900, - [SMALL_STATE(5152)] = 285920, - [SMALL_STATE(5153)] = 285940, - [SMALL_STATE(5154)] = 285966, - [SMALL_STATE(5155)] = 285992, - [SMALL_STATE(5156)] = 286018, - [SMALL_STATE(5157)] = 286038, - [SMALL_STATE(5158)] = 286064, - [SMALL_STATE(5159)] = 286088, - [SMALL_STATE(5160)] = 286114, - [SMALL_STATE(5161)] = 286134, - [SMALL_STATE(5162)] = 286154, - [SMALL_STATE(5163)] = 286180, - [SMALL_STATE(5164)] = 286206, - [SMALL_STATE(5165)] = 286232, - [SMALL_STATE(5166)] = 286258, - [SMALL_STATE(5167)] = 286284, - [SMALL_STATE(5168)] = 286308, - [SMALL_STATE(5169)] = 286334, - [SMALL_STATE(5170)] = 286354, - [SMALL_STATE(5171)] = 286380, - [SMALL_STATE(5172)] = 286400, - [SMALL_STATE(5173)] = 286420, - [SMALL_STATE(5174)] = 286444, - [SMALL_STATE(5175)] = 286464, - [SMALL_STATE(5176)] = 286484, - [SMALL_STATE(5177)] = 286510, - [SMALL_STATE(5178)] = 286530, - [SMALL_STATE(5179)] = 286554, - [SMALL_STATE(5180)] = 286576, - [SMALL_STATE(5181)] = 286602, - [SMALL_STATE(5182)] = 286622, - [SMALL_STATE(5183)] = 286642, - [SMALL_STATE(5184)] = 286668, - [SMALL_STATE(5185)] = 286688, - [SMALL_STATE(5186)] = 286714, - [SMALL_STATE(5187)] = 286734, - [SMALL_STATE(5188)] = 286754, - [SMALL_STATE(5189)] = 286774, - [SMALL_STATE(5190)] = 286798, - [SMALL_STATE(5191)] = 286824, - [SMALL_STATE(5192)] = 286850, - [SMALL_STATE(5193)] = 286876, - [SMALL_STATE(5194)] = 286898, - [SMALL_STATE(5195)] = 286920, - [SMALL_STATE(5196)] = 286940, - [SMALL_STATE(5197)] = 286960, - [SMALL_STATE(5198)] = 286986, - [SMALL_STATE(5199)] = 287012, - [SMALL_STATE(5200)] = 287036, - [SMALL_STATE(5201)] = 287056, - [SMALL_STATE(5202)] = 287082, - [SMALL_STATE(5203)] = 287108, - [SMALL_STATE(5204)] = 287128, - [SMALL_STATE(5205)] = 287154, - [SMALL_STATE(5206)] = 287180, - [SMALL_STATE(5207)] = 287206, - [SMALL_STATE(5208)] = 287232, - [SMALL_STATE(5209)] = 287258, - [SMALL_STATE(5210)] = 287278, - [SMALL_STATE(5211)] = 287300, - [SMALL_STATE(5212)] = 287326, - [SMALL_STATE(5213)] = 287348, - [SMALL_STATE(5214)] = 287374, - [SMALL_STATE(5215)] = 287400, - [SMALL_STATE(5216)] = 287426, - [SMALL_STATE(5217)] = 287452, - [SMALL_STATE(5218)] = 287478, - [SMALL_STATE(5219)] = 287504, - [SMALL_STATE(5220)] = 287524, - [SMALL_STATE(5221)] = 287550, - [SMALL_STATE(5222)] = 287576, - [SMALL_STATE(5223)] = 287596, - [SMALL_STATE(5224)] = 287616, - [SMALL_STATE(5225)] = 287642, - [SMALL_STATE(5226)] = 287668, - [SMALL_STATE(5227)] = 287688, - [SMALL_STATE(5228)] = 287714, - [SMALL_STATE(5229)] = 287734, - [SMALL_STATE(5230)] = 287754, - [SMALL_STATE(5231)] = 287774, - [SMALL_STATE(5232)] = 287794, - [SMALL_STATE(5233)] = 287818, - [SMALL_STATE(5234)] = 287844, - [SMALL_STATE(5235)] = 287870, - [SMALL_STATE(5236)] = 287890, - [SMALL_STATE(5237)] = 287916, - [SMALL_STATE(5238)] = 287938, - [SMALL_STATE(5239)] = 287958, - [SMALL_STATE(5240)] = 287978, - [SMALL_STATE(5241)] = 287998, - [SMALL_STATE(5242)] = 288024, - [SMALL_STATE(5243)] = 288050, - [SMALL_STATE(5244)] = 288070, - [SMALL_STATE(5245)] = 288096, - [SMALL_STATE(5246)] = 288122, - [SMALL_STATE(5247)] = 288146, - [SMALL_STATE(5248)] = 288172, - [SMALL_STATE(5249)] = 288198, - [SMALL_STATE(5250)] = 288224, - [SMALL_STATE(5251)] = 288248, - [SMALL_STATE(5252)] = 288274, - [SMALL_STATE(5253)] = 288294, - [SMALL_STATE(5254)] = 288314, - [SMALL_STATE(5255)] = 288340, - [SMALL_STATE(5256)] = 288360, - [SMALL_STATE(5257)] = 288384, - [SMALL_STATE(5258)] = 288410, - [SMALL_STATE(5259)] = 288436, - [SMALL_STATE(5260)] = 288456, - [SMALL_STATE(5261)] = 288480, - [SMALL_STATE(5262)] = 288506, - [SMALL_STATE(5263)] = 288532, - [SMALL_STATE(5264)] = 288558, - [SMALL_STATE(5265)] = 288584, - [SMALL_STATE(5266)] = 288610, - [SMALL_STATE(5267)] = 288636, - [SMALL_STATE(5268)] = 288656, - [SMALL_STATE(5269)] = 288676, - [SMALL_STATE(5270)] = 288702, - [SMALL_STATE(5271)] = 288728, - [SMALL_STATE(5272)] = 288748, - [SMALL_STATE(5273)] = 288768, - [SMALL_STATE(5274)] = 288794, - [SMALL_STATE(5275)] = 288820, - [SMALL_STATE(5276)] = 288846, - [SMALL_STATE(5277)] = 288866, - [SMALL_STATE(5278)] = 288892, - [SMALL_STATE(5279)] = 288912, - [SMALL_STATE(5280)] = 288936, - [SMALL_STATE(5281)] = 288956, - [SMALL_STATE(5282)] = 288976, - [SMALL_STATE(5283)] = 289002, - [SMALL_STATE(5284)] = 289026, - [SMALL_STATE(5285)] = 289046, - [SMALL_STATE(5286)] = 289066, - [SMALL_STATE(5287)] = 289092, - [SMALL_STATE(5288)] = 289112, - [SMALL_STATE(5289)] = 289132, - [SMALL_STATE(5290)] = 289158, - [SMALL_STATE(5291)] = 289184, - [SMALL_STATE(5292)] = 289204, - [SMALL_STATE(5293)] = 289224, - [SMALL_STATE(5294)] = 289244, - [SMALL_STATE(5295)] = 289264, - [SMALL_STATE(5296)] = 289290, - [SMALL_STATE(5297)] = 289316, - [SMALL_STATE(5298)] = 289342, - [SMALL_STATE(5299)] = 289368, - [SMALL_STATE(5300)] = 289394, - [SMALL_STATE(5301)] = 289420, - [SMALL_STATE(5302)] = 289440, - [SMALL_STATE(5303)] = 289466, - [SMALL_STATE(5304)] = 289486, - [SMALL_STATE(5305)] = 289512, - [SMALL_STATE(5306)] = 289532, - [SMALL_STATE(5307)] = 289554, - [SMALL_STATE(5308)] = 289580, - [SMALL_STATE(5309)] = 289606, - [SMALL_STATE(5310)] = 289626, - [SMALL_STATE(5311)] = 289652, - [SMALL_STATE(5312)] = 289678, - [SMALL_STATE(5313)] = 289704, - [SMALL_STATE(5314)] = 289730, - [SMALL_STATE(5315)] = 289750, - [SMALL_STATE(5316)] = 289776, - [SMALL_STATE(5317)] = 289800, - [SMALL_STATE(5318)] = 289826, - [SMALL_STATE(5319)] = 289846, - [SMALL_STATE(5320)] = 289872, - [SMALL_STATE(5321)] = 289898, - [SMALL_STATE(5322)] = 289924, - [SMALL_STATE(5323)] = 289950, - [SMALL_STATE(5324)] = 289976, - [SMALL_STATE(5325)] = 290002, - [SMALL_STATE(5326)] = 290028, - [SMALL_STATE(5327)] = 290054, - [SMALL_STATE(5328)] = 290080, - [SMALL_STATE(5329)] = 290106, - [SMALL_STATE(5330)] = 290132, - [SMALL_STATE(5331)] = 290158, - [SMALL_STATE(5332)] = 290184, - [SMALL_STATE(5333)] = 290204, - [SMALL_STATE(5334)] = 290230, - [SMALL_STATE(5335)] = 290256, - [SMALL_STATE(5336)] = 290278, - [SMALL_STATE(5337)] = 290300, - [SMALL_STATE(5338)] = 290320, - [SMALL_STATE(5339)] = 290343, - [SMALL_STATE(5340)] = 290366, - [SMALL_STATE(5341)] = 290387, - [SMALL_STATE(5342)] = 290410, - [SMALL_STATE(5343)] = 290433, - [SMALL_STATE(5344)] = 290456, - [SMALL_STATE(5345)] = 290479, - [SMALL_STATE(5346)] = 290502, - [SMALL_STATE(5347)] = 290525, - [SMALL_STATE(5348)] = 290548, - [SMALL_STATE(5349)] = 290571, - [SMALL_STATE(5350)] = 290592, - [SMALL_STATE(5351)] = 290615, - [SMALL_STATE(5352)] = 290636, - [SMALL_STATE(5353)] = 290659, - [SMALL_STATE(5354)] = 290678, - [SMALL_STATE(5355)] = 290701, - [SMALL_STATE(5356)] = 290724, - [SMALL_STATE(5357)] = 290743, - [SMALL_STATE(5358)] = 290764, - [SMALL_STATE(5359)] = 290787, - [SMALL_STATE(5360)] = 290808, - [SMALL_STATE(5361)] = 290827, - [SMALL_STATE(5362)] = 290850, - [SMALL_STATE(5363)] = 290873, - [SMALL_STATE(5364)] = 290896, - [SMALL_STATE(5365)] = 290919, - [SMALL_STATE(5366)] = 290942, - [SMALL_STATE(5367)] = 290965, - [SMALL_STATE(5368)] = 290988, - [SMALL_STATE(5369)] = 291009, - [SMALL_STATE(5370)] = 291032, - [SMALL_STATE(5371)] = 291055, - [SMALL_STATE(5372)] = 291078, - [SMALL_STATE(5373)] = 291101, - [SMALL_STATE(5374)] = 291124, - [SMALL_STATE(5375)] = 291147, - [SMALL_STATE(5376)] = 291170, - [SMALL_STATE(5377)] = 291193, - [SMALL_STATE(5378)] = 291216, - [SMALL_STATE(5379)] = 291237, - [SMALL_STATE(5380)] = 291260, - [SMALL_STATE(5381)] = 291283, - [SMALL_STATE(5382)] = 291306, - [SMALL_STATE(5383)] = 291329, - [SMALL_STATE(5384)] = 291352, - [SMALL_STATE(5385)] = 291373, - [SMALL_STATE(5386)] = 291396, - [SMALL_STATE(5387)] = 291419, - [SMALL_STATE(5388)] = 291442, - [SMALL_STATE(5389)] = 291465, - [SMALL_STATE(5390)] = 291486, - [SMALL_STATE(5391)] = 291509, - [SMALL_STATE(5392)] = 291530, - [SMALL_STATE(5393)] = 291553, - [SMALL_STATE(5394)] = 291576, - [SMALL_STATE(5395)] = 291597, - [SMALL_STATE(5396)] = 291620, - [SMALL_STATE(5397)] = 291641, - [SMALL_STATE(5398)] = 291664, - [SMALL_STATE(5399)] = 291687, - [SMALL_STATE(5400)] = 291710, - [SMALL_STATE(5401)] = 291733, - [SMALL_STATE(5402)] = 291756, - [SMALL_STATE(5403)] = 291779, - [SMALL_STATE(5404)] = 291802, - [SMALL_STATE(5405)] = 291825, - [SMALL_STATE(5406)] = 291846, - [SMALL_STATE(5407)] = 291869, - [SMALL_STATE(5408)] = 291892, - [SMALL_STATE(5409)] = 291915, - [SMALL_STATE(5410)] = 291934, - [SMALL_STATE(5411)] = 291957, - [SMALL_STATE(5412)] = 291980, - [SMALL_STATE(5413)] = 291999, - [SMALL_STATE(5414)] = 292022, - [SMALL_STATE(5415)] = 292041, - [SMALL_STATE(5416)] = 292064, - [SMALL_STATE(5417)] = 292087, - [SMALL_STATE(5418)] = 292110, - [SMALL_STATE(5419)] = 292131, - [SMALL_STATE(5420)] = 292154, - [SMALL_STATE(5421)] = 292177, - [SMALL_STATE(5422)] = 292200, - [SMALL_STATE(5423)] = 292223, - [SMALL_STATE(5424)] = 292246, - [SMALL_STATE(5425)] = 292267, - [SMALL_STATE(5426)] = 292290, - [SMALL_STATE(5427)] = 292313, - [SMALL_STATE(5428)] = 292336, - [SMALL_STATE(5429)] = 292359, - [SMALL_STATE(5430)] = 292382, - [SMALL_STATE(5431)] = 292403, - [SMALL_STATE(5432)] = 292426, - [SMALL_STATE(5433)] = 292449, - [SMALL_STATE(5434)] = 292472, - [SMALL_STATE(5435)] = 292495, - [SMALL_STATE(5436)] = 292518, - [SMALL_STATE(5437)] = 292541, - [SMALL_STATE(5438)] = 292562, - [SMALL_STATE(5439)] = 292585, - [SMALL_STATE(5440)] = 292608, - [SMALL_STATE(5441)] = 292631, - [SMALL_STATE(5442)] = 292654, - [SMALL_STATE(5443)] = 292677, - [SMALL_STATE(5444)] = 292700, - [SMALL_STATE(5445)] = 292723, - [SMALL_STATE(5446)] = 292744, - [SMALL_STATE(5447)] = 292767, - [SMALL_STATE(5448)] = 292788, - [SMALL_STATE(5449)] = 292811, - [SMALL_STATE(5450)] = 292834, - [SMALL_STATE(5451)] = 292857, - [SMALL_STATE(5452)] = 292880, - [SMALL_STATE(5453)] = 292903, - [SMALL_STATE(5454)] = 292926, - [SMALL_STATE(5455)] = 292949, - [SMALL_STATE(5456)] = 292972, - [SMALL_STATE(5457)] = 292995, - [SMALL_STATE(5458)] = 293018, - [SMALL_STATE(5459)] = 293039, - [SMALL_STATE(5460)] = 293062, - [SMALL_STATE(5461)] = 293085, - [SMALL_STATE(5462)] = 293108, - [SMALL_STATE(5463)] = 293131, - [SMALL_STATE(5464)] = 293154, - [SMALL_STATE(5465)] = 293177, - [SMALL_STATE(5466)] = 293200, - [SMALL_STATE(5467)] = 293219, - [SMALL_STATE(5468)] = 293242, - [SMALL_STATE(5469)] = 293265, - [SMALL_STATE(5470)] = 293288, - [SMALL_STATE(5471)] = 293311, - [SMALL_STATE(5472)] = 293334, - [SMALL_STATE(5473)] = 293357, - [SMALL_STATE(5474)] = 293380, - [SMALL_STATE(5475)] = 293399, - [SMALL_STATE(5476)] = 293422, - [SMALL_STATE(5477)] = 293445, - [SMALL_STATE(5478)] = 293468, - [SMALL_STATE(5479)] = 293491, - [SMALL_STATE(5480)] = 293514, - [SMALL_STATE(5481)] = 293537, - [SMALL_STATE(5482)] = 293556, - [SMALL_STATE(5483)] = 293579, - [SMALL_STATE(5484)] = 293602, - [SMALL_STATE(5485)] = 293625, - [SMALL_STATE(5486)] = 293648, - [SMALL_STATE(5487)] = 293671, - [SMALL_STATE(5488)] = 293690, - [SMALL_STATE(5489)] = 293713, - [SMALL_STATE(5490)] = 293736, - [SMALL_STATE(5491)] = 293759, - [SMALL_STATE(5492)] = 293780, - [SMALL_STATE(5493)] = 293803, - [SMALL_STATE(5494)] = 293826, - [SMALL_STATE(5495)] = 293849, - [SMALL_STATE(5496)] = 293870, - [SMALL_STATE(5497)] = 293893, - [SMALL_STATE(5498)] = 293916, - [SMALL_STATE(5499)] = 293937, - [SMALL_STATE(5500)] = 293958, - [SMALL_STATE(5501)] = 293979, - [SMALL_STATE(5502)] = 293998, - [SMALL_STATE(5503)] = 294017, - [SMALL_STATE(5504)] = 294040, - [SMALL_STATE(5505)] = 294063, - [SMALL_STATE(5506)] = 294086, - [SMALL_STATE(5507)] = 294109, - [SMALL_STATE(5508)] = 294130, - [SMALL_STATE(5509)] = 294153, - [SMALL_STATE(5510)] = 294176, - [SMALL_STATE(5511)] = 294197, - [SMALL_STATE(5512)] = 294216, - [SMALL_STATE(5513)] = 294237, - [SMALL_STATE(5514)] = 294260, - [SMALL_STATE(5515)] = 294283, - [SMALL_STATE(5516)] = 294304, - [SMALL_STATE(5517)] = 294325, - [SMALL_STATE(5518)] = 294348, - [SMALL_STATE(5519)] = 294371, - [SMALL_STATE(5520)] = 294390, - [SMALL_STATE(5521)] = 294413, - [SMALL_STATE(5522)] = 294436, - [SMALL_STATE(5523)] = 294459, - [SMALL_STATE(5524)] = 294482, - [SMALL_STATE(5525)] = 294505, - [SMALL_STATE(5526)] = 294528, - [SMALL_STATE(5527)] = 294551, - [SMALL_STATE(5528)] = 294574, - [SMALL_STATE(5529)] = 294595, - [SMALL_STATE(5530)] = 294616, - [SMALL_STATE(5531)] = 294639, - [SMALL_STATE(5532)] = 294662, - [SMALL_STATE(5533)] = 294681, - [SMALL_STATE(5534)] = 294704, - [SMALL_STATE(5535)] = 294723, - [SMALL_STATE(5536)] = 294744, - [SMALL_STATE(5537)] = 294767, - [SMALL_STATE(5538)] = 294788, - [SMALL_STATE(5539)] = 294809, - [SMALL_STATE(5540)] = 294832, - [SMALL_STATE(5541)] = 294853, - [SMALL_STATE(5542)] = 294876, - [SMALL_STATE(5543)] = 294897, - [SMALL_STATE(5544)] = 294920, - [SMALL_STATE(5545)] = 294943, - [SMALL_STATE(5546)] = 294964, - [SMALL_STATE(5547)] = 294985, - [SMALL_STATE(5548)] = 295008, - [SMALL_STATE(5549)] = 295031, - [SMALL_STATE(5550)] = 295054, - [SMALL_STATE(5551)] = 295077, - [SMALL_STATE(5552)] = 295100, - [SMALL_STATE(5553)] = 295123, - [SMALL_STATE(5554)] = 295146, - [SMALL_STATE(5555)] = 295169, - [SMALL_STATE(5556)] = 295188, - [SMALL_STATE(5557)] = 295211, - [SMALL_STATE(5558)] = 295234, - [SMALL_STATE(5559)] = 295257, - [SMALL_STATE(5560)] = 295280, - [SMALL_STATE(5561)] = 295303, - [SMALL_STATE(5562)] = 295326, - [SMALL_STATE(5563)] = 295349, - [SMALL_STATE(5564)] = 295368, - [SMALL_STATE(5565)] = 295387, - [SMALL_STATE(5566)] = 295406, - [SMALL_STATE(5567)] = 295429, - [SMALL_STATE(5568)] = 295452, - [SMALL_STATE(5569)] = 295475, - [SMALL_STATE(5570)] = 295498, - [SMALL_STATE(5571)] = 295519, - [SMALL_STATE(5572)] = 295542, - [SMALL_STATE(5573)] = 295565, - [SMALL_STATE(5574)] = 295584, - [SMALL_STATE(5575)] = 295607, - [SMALL_STATE(5576)] = 295630, - [SMALL_STATE(5577)] = 295653, - [SMALL_STATE(5578)] = 295676, - [SMALL_STATE(5579)] = 295699, - [SMALL_STATE(5580)] = 295722, - [SMALL_STATE(5581)] = 295745, - [SMALL_STATE(5582)] = 295768, - [SMALL_STATE(5583)] = 295791, - [SMALL_STATE(5584)] = 295814, - [SMALL_STATE(5585)] = 295837, - [SMALL_STATE(5586)] = 295860, - [SMALL_STATE(5587)] = 295879, - [SMALL_STATE(5588)] = 295902, - [SMALL_STATE(5589)] = 295921, - [SMALL_STATE(5590)] = 295942, - [SMALL_STATE(5591)] = 295965, - [SMALL_STATE(5592)] = 295984, - [SMALL_STATE(5593)] = 296007, - [SMALL_STATE(5594)] = 296028, - [SMALL_STATE(5595)] = 296051, - [SMALL_STATE(5596)] = 296072, - [SMALL_STATE(5597)] = 296095, - [SMALL_STATE(5598)] = 296118, - [SMALL_STATE(5599)] = 296141, - [SMALL_STATE(5600)] = 296164, - [SMALL_STATE(5601)] = 296187, - [SMALL_STATE(5602)] = 296210, - [SMALL_STATE(5603)] = 296233, - [SMALL_STATE(5604)] = 296256, - [SMALL_STATE(5605)] = 296279, - [SMALL_STATE(5606)] = 296302, - [SMALL_STATE(5607)] = 296323, - [SMALL_STATE(5608)] = 296346, - [SMALL_STATE(5609)] = 296367, - [SMALL_STATE(5610)] = 296390, - [SMALL_STATE(5611)] = 296413, - [SMALL_STATE(5612)] = 296432, - [SMALL_STATE(5613)] = 296455, - [SMALL_STATE(5614)] = 296478, - [SMALL_STATE(5615)] = 296497, - [SMALL_STATE(5616)] = 296520, - [SMALL_STATE(5617)] = 296543, - [SMALL_STATE(5618)] = 296566, - [SMALL_STATE(5619)] = 296587, - [SMALL_STATE(5620)] = 296608, - [SMALL_STATE(5621)] = 296631, - [SMALL_STATE(5622)] = 296654, - [SMALL_STATE(5623)] = 296675, - [SMALL_STATE(5624)] = 296698, - [SMALL_STATE(5625)] = 296719, - [SMALL_STATE(5626)] = 296742, - [SMALL_STATE(5627)] = 296765, - [SMALL_STATE(5628)] = 296788, - [SMALL_STATE(5629)] = 296811, - [SMALL_STATE(5630)] = 296834, - [SMALL_STATE(5631)] = 296857, - [SMALL_STATE(5632)] = 296878, - [SMALL_STATE(5633)] = 296901, - [SMALL_STATE(5634)] = 296924, - [SMALL_STATE(5635)] = 296945, - [SMALL_STATE(5636)] = 296968, - [SMALL_STATE(5637)] = 296991, - [SMALL_STATE(5638)] = 297014, - [SMALL_STATE(5639)] = 297037, - [SMALL_STATE(5640)] = 297060, - [SMALL_STATE(5641)] = 297083, - [SMALL_STATE(5642)] = 297104, - [SMALL_STATE(5643)] = 297127, - [SMALL_STATE(5644)] = 297150, - [SMALL_STATE(5645)] = 297171, - [SMALL_STATE(5646)] = 297194, - [SMALL_STATE(5647)] = 297217, - [SMALL_STATE(5648)] = 297238, - [SMALL_STATE(5649)] = 297261, - [SMALL_STATE(5650)] = 297284, - [SMALL_STATE(5651)] = 297307, - [SMALL_STATE(5652)] = 297330, - [SMALL_STATE(5653)] = 297353, - [SMALL_STATE(5654)] = 297376, - [SMALL_STATE(5655)] = 297399, - [SMALL_STATE(5656)] = 297422, - [SMALL_STATE(5657)] = 297445, - [SMALL_STATE(5658)] = 297468, - [SMALL_STATE(5659)] = 297491, - [SMALL_STATE(5660)] = 297514, - [SMALL_STATE(5661)] = 297537, - [SMALL_STATE(5662)] = 297560, - [SMALL_STATE(5663)] = 297583, - [SMALL_STATE(5664)] = 297606, - [SMALL_STATE(5665)] = 297629, - [SMALL_STATE(5666)] = 297652, - [SMALL_STATE(5667)] = 297675, - [SMALL_STATE(5668)] = 297696, - [SMALL_STATE(5669)] = 297715, - [SMALL_STATE(5670)] = 297738, - [SMALL_STATE(5671)] = 297761, - [SMALL_STATE(5672)] = 297784, - [SMALL_STATE(5673)] = 297805, - [SMALL_STATE(5674)] = 297825, - [SMALL_STATE(5675)] = 297845, - [SMALL_STATE(5676)] = 297865, - [SMALL_STATE(5677)] = 297883, - [SMALL_STATE(5678)] = 297903, - [SMALL_STATE(5679)] = 297921, - [SMALL_STATE(5680)] = 297941, - [SMALL_STATE(5681)] = 297961, - [SMALL_STATE(5682)] = 297981, - [SMALL_STATE(5683)] = 298001, - [SMALL_STATE(5684)] = 298021, - [SMALL_STATE(5685)] = 298041, - [SMALL_STATE(5686)] = 298061, - [SMALL_STATE(5687)] = 298081, - [SMALL_STATE(5688)] = 298099, - [SMALL_STATE(5689)] = 298119, - [SMALL_STATE(5690)] = 298137, - [SMALL_STATE(5691)] = 298155, - [SMALL_STATE(5692)] = 298175, - [SMALL_STATE(5693)] = 298195, - [SMALL_STATE(5694)] = 298215, - [SMALL_STATE(5695)] = 298235, - [SMALL_STATE(5696)] = 298255, - [SMALL_STATE(5697)] = 298275, - [SMALL_STATE(5698)] = 298295, - [SMALL_STATE(5699)] = 298315, - [SMALL_STATE(5700)] = 298335, - [SMALL_STATE(5701)] = 298355, - [SMALL_STATE(5702)] = 298375, - [SMALL_STATE(5703)] = 298395, - [SMALL_STATE(5704)] = 298415, - [SMALL_STATE(5705)] = 298435, - [SMALL_STATE(5706)] = 298455, - [SMALL_STATE(5707)] = 298475, - [SMALL_STATE(5708)] = 298495, - [SMALL_STATE(5709)] = 298513, - [SMALL_STATE(5710)] = 298533, - [SMALL_STATE(5711)] = 298553, - [SMALL_STATE(5712)] = 298573, - [SMALL_STATE(5713)] = 298593, - [SMALL_STATE(5714)] = 298613, - [SMALL_STATE(5715)] = 298633, - [SMALL_STATE(5716)] = 298651, - [SMALL_STATE(5717)] = 298671, - [SMALL_STATE(5718)] = 298691, - [SMALL_STATE(5719)] = 298711, - [SMALL_STATE(5720)] = 298731, - [SMALL_STATE(5721)] = 298751, - [SMALL_STATE(5722)] = 298771, - [SMALL_STATE(5723)] = 298791, - [SMALL_STATE(5724)] = 298811, - [SMALL_STATE(5725)] = 298831, - [SMALL_STATE(5726)] = 298849, - [SMALL_STATE(5727)] = 298867, - [SMALL_STATE(5728)] = 298887, - [SMALL_STATE(5729)] = 298905, - [SMALL_STATE(5730)] = 298925, - [SMALL_STATE(5731)] = 298945, - [SMALL_STATE(5732)] = 298965, - [SMALL_STATE(5733)] = 298985, - [SMALL_STATE(5734)] = 299003, - [SMALL_STATE(5735)] = 299023, - [SMALL_STATE(5736)] = 299043, - [SMALL_STATE(5737)] = 299063, - [SMALL_STATE(5738)] = 299083, - [SMALL_STATE(5739)] = 299103, - [SMALL_STATE(5740)] = 299123, - [SMALL_STATE(5741)] = 299143, - [SMALL_STATE(5742)] = 299163, - [SMALL_STATE(5743)] = 299183, - [SMALL_STATE(5744)] = 299203, - [SMALL_STATE(5745)] = 299223, - [SMALL_STATE(5746)] = 299243, - [SMALL_STATE(5747)] = 299263, - [SMALL_STATE(5748)] = 299283, - [SMALL_STATE(5749)] = 299303, - [SMALL_STATE(5750)] = 299323, - [SMALL_STATE(5751)] = 299341, - [SMALL_STATE(5752)] = 299359, - [SMALL_STATE(5753)] = 299379, - [SMALL_STATE(5754)] = 299399, - [SMALL_STATE(5755)] = 299419, - [SMALL_STATE(5756)] = 299439, - [SMALL_STATE(5757)] = 299459, - [SMALL_STATE(5758)] = 299479, - [SMALL_STATE(5759)] = 299497, - [SMALL_STATE(5760)] = 299517, - [SMALL_STATE(5761)] = 299537, - [SMALL_STATE(5762)] = 299557, - [SMALL_STATE(5763)] = 299577, - [SMALL_STATE(5764)] = 299597, - [SMALL_STATE(5765)] = 299617, - [SMALL_STATE(5766)] = 299637, - [SMALL_STATE(5767)] = 299657, - [SMALL_STATE(5768)] = 299677, - [SMALL_STATE(5769)] = 299697, - [SMALL_STATE(5770)] = 299717, - [SMALL_STATE(5771)] = 299735, - [SMALL_STATE(5772)] = 299753, - [SMALL_STATE(5773)] = 299773, - [SMALL_STATE(5774)] = 299793, - [SMALL_STATE(5775)] = 299813, - [SMALL_STATE(5776)] = 299833, - [SMALL_STATE(5777)] = 299853, - [SMALL_STATE(5778)] = 299871, - [SMALL_STATE(5779)] = 299891, - [SMALL_STATE(5780)] = 299911, - [SMALL_STATE(5781)] = 299929, - [SMALL_STATE(5782)] = 299949, - [SMALL_STATE(5783)] = 299969, - [SMALL_STATE(5784)] = 299987, - [SMALL_STATE(5785)] = 300007, - [SMALL_STATE(5786)] = 300025, - [SMALL_STATE(5787)] = 300045, - [SMALL_STATE(5788)] = 300065, - [SMALL_STATE(5789)] = 300083, - [SMALL_STATE(5790)] = 300103, - [SMALL_STATE(5791)] = 300123, - [SMALL_STATE(5792)] = 300143, - [SMALL_STATE(5793)] = 300161, - [SMALL_STATE(5794)] = 300179, - [SMALL_STATE(5795)] = 300199, - [SMALL_STATE(5796)] = 300219, - [SMALL_STATE(5797)] = 300239, - [SMALL_STATE(5798)] = 300259, - [SMALL_STATE(5799)] = 300279, - [SMALL_STATE(5800)] = 300299, - [SMALL_STATE(5801)] = 300319, - [SMALL_STATE(5802)] = 300339, - [SMALL_STATE(5803)] = 300359, - [SMALL_STATE(5804)] = 300379, - [SMALL_STATE(5805)] = 300399, - [SMALL_STATE(5806)] = 300419, - [SMALL_STATE(5807)] = 300439, - [SMALL_STATE(5808)] = 300459, - [SMALL_STATE(5809)] = 300479, - [SMALL_STATE(5810)] = 300499, - [SMALL_STATE(5811)] = 300519, - [SMALL_STATE(5812)] = 300539, - [SMALL_STATE(5813)] = 300559, - [SMALL_STATE(5814)] = 300579, - [SMALL_STATE(5815)] = 300599, - [SMALL_STATE(5816)] = 300619, - [SMALL_STATE(5817)] = 300639, - [SMALL_STATE(5818)] = 300659, - [SMALL_STATE(5819)] = 300679, - [SMALL_STATE(5820)] = 300699, - [SMALL_STATE(5821)] = 300719, - [SMALL_STATE(5822)] = 300739, - [SMALL_STATE(5823)] = 300759, - [SMALL_STATE(5824)] = 300779, - [SMALL_STATE(5825)] = 300799, - [SMALL_STATE(5826)] = 300819, - [SMALL_STATE(5827)] = 300839, - [SMALL_STATE(5828)] = 300859, - [SMALL_STATE(5829)] = 300879, - [SMALL_STATE(5830)] = 300899, - [SMALL_STATE(5831)] = 300919, - [SMALL_STATE(5832)] = 300939, - [SMALL_STATE(5833)] = 300959, - [SMALL_STATE(5834)] = 300979, - [SMALL_STATE(5835)] = 300999, - [SMALL_STATE(5836)] = 301017, - [SMALL_STATE(5837)] = 301037, - [SMALL_STATE(5838)] = 301057, - [SMALL_STATE(5839)] = 301077, - [SMALL_STATE(5840)] = 301097, - [SMALL_STATE(5841)] = 301117, - [SMALL_STATE(5842)] = 301135, - [SMALL_STATE(5843)] = 301155, - [SMALL_STATE(5844)] = 301175, - [SMALL_STATE(5845)] = 301195, - [SMALL_STATE(5846)] = 301215, - [SMALL_STATE(5847)] = 301235, - [SMALL_STATE(5848)] = 301255, - [SMALL_STATE(5849)] = 301275, - [SMALL_STATE(5850)] = 301295, - [SMALL_STATE(5851)] = 301315, - [SMALL_STATE(5852)] = 301335, - [SMALL_STATE(5853)] = 301355, - [SMALL_STATE(5854)] = 301375, - [SMALL_STATE(5855)] = 301395, - [SMALL_STATE(5856)] = 301415, - [SMALL_STATE(5857)] = 301435, - [SMALL_STATE(5858)] = 301455, - [SMALL_STATE(5859)] = 301475, - [SMALL_STATE(5860)] = 301495, - [SMALL_STATE(5861)] = 301515, - [SMALL_STATE(5862)] = 301535, - [SMALL_STATE(5863)] = 301555, - [SMALL_STATE(5864)] = 301575, - [SMALL_STATE(5865)] = 301595, - [SMALL_STATE(5866)] = 301615, - [SMALL_STATE(5867)] = 301635, - [SMALL_STATE(5868)] = 301653, - [SMALL_STATE(5869)] = 301673, - [SMALL_STATE(5870)] = 301693, - [SMALL_STATE(5871)] = 301711, - [SMALL_STATE(5872)] = 301731, - [SMALL_STATE(5873)] = 301751, - [SMALL_STATE(5874)] = 301771, - [SMALL_STATE(5875)] = 301791, - [SMALL_STATE(5876)] = 301811, - [SMALL_STATE(5877)] = 301831, - [SMALL_STATE(5878)] = 301851, - [SMALL_STATE(5879)] = 301871, - [SMALL_STATE(5880)] = 301891, - [SMALL_STATE(5881)] = 301911, - [SMALL_STATE(5882)] = 301929, - [SMALL_STATE(5883)] = 301949, - [SMALL_STATE(5884)] = 301969, - [SMALL_STATE(5885)] = 301989, - [SMALL_STATE(5886)] = 302009, - [SMALL_STATE(5887)] = 302029, - [SMALL_STATE(5888)] = 302049, - [SMALL_STATE(5889)] = 302069, - [SMALL_STATE(5890)] = 302089, - [SMALL_STATE(5891)] = 302109, - [SMALL_STATE(5892)] = 302129, - [SMALL_STATE(5893)] = 302147, - [SMALL_STATE(5894)] = 302167, - [SMALL_STATE(5895)] = 302187, - [SMALL_STATE(5896)] = 302207, - [SMALL_STATE(5897)] = 302227, - [SMALL_STATE(5898)] = 302247, - [SMALL_STATE(5899)] = 302267, - [SMALL_STATE(5900)] = 302287, - [SMALL_STATE(5901)] = 302307, - [SMALL_STATE(5902)] = 302327, - [SMALL_STATE(5903)] = 302347, - [SMALL_STATE(5904)] = 302367, - [SMALL_STATE(5905)] = 302387, - [SMALL_STATE(5906)] = 302407, - [SMALL_STATE(5907)] = 302425, - [SMALL_STATE(5908)] = 302445, - [SMALL_STATE(5909)] = 302465, - [SMALL_STATE(5910)] = 302485, - [SMALL_STATE(5911)] = 302505, - [SMALL_STATE(5912)] = 302525, - [SMALL_STATE(5913)] = 302545, - [SMALL_STATE(5914)] = 302565, - [SMALL_STATE(5915)] = 302585, - [SMALL_STATE(5916)] = 302605, - [SMALL_STATE(5917)] = 302625, - [SMALL_STATE(5918)] = 302645, - [SMALL_STATE(5919)] = 302665, - [SMALL_STATE(5920)] = 302685, - [SMALL_STATE(5921)] = 302705, - [SMALL_STATE(5922)] = 302725, - [SMALL_STATE(5923)] = 302745, - [SMALL_STATE(5924)] = 302765, - [SMALL_STATE(5925)] = 302785, - [SMALL_STATE(5926)] = 302805, - [SMALL_STATE(5927)] = 302825, - [SMALL_STATE(5928)] = 302845, - [SMALL_STATE(5929)] = 302865, - [SMALL_STATE(5930)] = 302883, - [SMALL_STATE(5931)] = 302903, - [SMALL_STATE(5932)] = 302923, - [SMALL_STATE(5933)] = 302943, - [SMALL_STATE(5934)] = 302963, - [SMALL_STATE(5935)] = 302983, - [SMALL_STATE(5936)] = 303003, - [SMALL_STATE(5937)] = 303023, - [SMALL_STATE(5938)] = 303043, - [SMALL_STATE(5939)] = 303063, - [SMALL_STATE(5940)] = 303083, - [SMALL_STATE(5941)] = 303103, - [SMALL_STATE(5942)] = 303123, - [SMALL_STATE(5943)] = 303143, - [SMALL_STATE(5944)] = 303163, - [SMALL_STATE(5945)] = 303183, - [SMALL_STATE(5946)] = 303203, - [SMALL_STATE(5947)] = 303223, - [SMALL_STATE(5948)] = 303243, - [SMALL_STATE(5949)] = 303263, - [SMALL_STATE(5950)] = 303283, - [SMALL_STATE(5951)] = 303303, - [SMALL_STATE(5952)] = 303323, - [SMALL_STATE(5953)] = 303343, - [SMALL_STATE(5954)] = 303363, - [SMALL_STATE(5955)] = 303381, - [SMALL_STATE(5956)] = 303401, - [SMALL_STATE(5957)] = 303421, - [SMALL_STATE(5958)] = 303441, - [SMALL_STATE(5959)] = 303461, - [SMALL_STATE(5960)] = 303481, - [SMALL_STATE(5961)] = 303501, - [SMALL_STATE(5962)] = 303521, - [SMALL_STATE(5963)] = 303539, - [SMALL_STATE(5964)] = 303559, - [SMALL_STATE(5965)] = 303579, - [SMALL_STATE(5966)] = 303599, - [SMALL_STATE(5967)] = 303617, - [SMALL_STATE(5968)] = 303637, - [SMALL_STATE(5969)] = 303657, - [SMALL_STATE(5970)] = 303677, - [SMALL_STATE(5971)] = 303697, - [SMALL_STATE(5972)] = 303717, - [SMALL_STATE(5973)] = 303737, - [SMALL_STATE(5974)] = 303757, - [SMALL_STATE(5975)] = 303777, - [SMALL_STATE(5976)] = 303797, - [SMALL_STATE(5977)] = 303817, - [SMALL_STATE(5978)] = 303837, - [SMALL_STATE(5979)] = 303857, - [SMALL_STATE(5980)] = 303877, - [SMALL_STATE(5981)] = 303897, - [SMALL_STATE(5982)] = 303917, - [SMALL_STATE(5983)] = 303937, - [SMALL_STATE(5984)] = 303955, - [SMALL_STATE(5985)] = 303975, - [SMALL_STATE(5986)] = 303993, - [SMALL_STATE(5987)] = 304013, - [SMALL_STATE(5988)] = 304033, - [SMALL_STATE(5989)] = 304053, - [SMALL_STATE(5990)] = 304073, - [SMALL_STATE(5991)] = 304093, - [SMALL_STATE(5992)] = 304113, - [SMALL_STATE(5993)] = 304133, - [SMALL_STATE(5994)] = 304153, - [SMALL_STATE(5995)] = 304173, - [SMALL_STATE(5996)] = 304193, - [SMALL_STATE(5997)] = 304213, - [SMALL_STATE(5998)] = 304233, - [SMALL_STATE(5999)] = 304253, - [SMALL_STATE(6000)] = 304273, - [SMALL_STATE(6001)] = 304293, - [SMALL_STATE(6002)] = 304311, - [SMALL_STATE(6003)] = 304329, - [SMALL_STATE(6004)] = 304349, - [SMALL_STATE(6005)] = 304369, - [SMALL_STATE(6006)] = 304389, - [SMALL_STATE(6007)] = 304409, - [SMALL_STATE(6008)] = 304429, - [SMALL_STATE(6009)] = 304449, - [SMALL_STATE(6010)] = 304469, - [SMALL_STATE(6011)] = 304489, - [SMALL_STATE(6012)] = 304509, - [SMALL_STATE(6013)] = 304527, - [SMALL_STATE(6014)] = 304547, - [SMALL_STATE(6015)] = 304567, - [SMALL_STATE(6016)] = 304587, - [SMALL_STATE(6017)] = 304607, - [SMALL_STATE(6018)] = 304627, - [SMALL_STATE(6019)] = 304647, - [SMALL_STATE(6020)] = 304667, - [SMALL_STATE(6021)] = 304687, - [SMALL_STATE(6022)] = 304707, - [SMALL_STATE(6023)] = 304727, - [SMALL_STATE(6024)] = 304747, - [SMALL_STATE(6025)] = 304767, - [SMALL_STATE(6026)] = 304787, - [SMALL_STATE(6027)] = 304805, - [SMALL_STATE(6028)] = 304825, - [SMALL_STATE(6029)] = 304845, - [SMALL_STATE(6030)] = 304865, - [SMALL_STATE(6031)] = 304885, - [SMALL_STATE(6032)] = 304905, - [SMALL_STATE(6033)] = 304925, - [SMALL_STATE(6034)] = 304945, - [SMALL_STATE(6035)] = 304965, - [SMALL_STATE(6036)] = 304985, - [SMALL_STATE(6037)] = 305005, - [SMALL_STATE(6038)] = 305025, - [SMALL_STATE(6039)] = 305045, - [SMALL_STATE(6040)] = 305065, - [SMALL_STATE(6041)] = 305085, - [SMALL_STATE(6042)] = 305105, - [SMALL_STATE(6043)] = 305125, - [SMALL_STATE(6044)] = 305145, - [SMALL_STATE(6045)] = 305165, - [SMALL_STATE(6046)] = 305185, - [SMALL_STATE(6047)] = 305205, - [SMALL_STATE(6048)] = 305223, - [SMALL_STATE(6049)] = 305243, - [SMALL_STATE(6050)] = 305263, - [SMALL_STATE(6051)] = 305283, - [SMALL_STATE(6052)] = 305303, - [SMALL_STATE(6053)] = 305323, - [SMALL_STATE(6054)] = 305343, - [SMALL_STATE(6055)] = 305363, - [SMALL_STATE(6056)] = 305383, - [SMALL_STATE(6057)] = 305403, - [SMALL_STATE(6058)] = 305423, - [SMALL_STATE(6059)] = 305443, - [SMALL_STATE(6060)] = 305463, - [SMALL_STATE(6061)] = 305483, - [SMALL_STATE(6062)] = 305503, - [SMALL_STATE(6063)] = 305523, - [SMALL_STATE(6064)] = 305543, - [SMALL_STATE(6065)] = 305563, - [SMALL_STATE(6066)] = 305583, - [SMALL_STATE(6067)] = 305603, - [SMALL_STATE(6068)] = 305623, - [SMALL_STATE(6069)] = 305643, - [SMALL_STATE(6070)] = 305663, - [SMALL_STATE(6071)] = 305683, - [SMALL_STATE(6072)] = 305703, - [SMALL_STATE(6073)] = 305723, - [SMALL_STATE(6074)] = 305743, - [SMALL_STATE(6075)] = 305763, - [SMALL_STATE(6076)] = 305783, - [SMALL_STATE(6077)] = 305803, - [SMALL_STATE(6078)] = 305823, - [SMALL_STATE(6079)] = 305843, - [SMALL_STATE(6080)] = 305863, - [SMALL_STATE(6081)] = 305883, - [SMALL_STATE(6082)] = 305901, - [SMALL_STATE(6083)] = 305921, - [SMALL_STATE(6084)] = 305941, - [SMALL_STATE(6085)] = 305959, - [SMALL_STATE(6086)] = 305979, - [SMALL_STATE(6087)] = 305999, - [SMALL_STATE(6088)] = 306019, - [SMALL_STATE(6089)] = 306039, - [SMALL_STATE(6090)] = 306057, - [SMALL_STATE(6091)] = 306077, - [SMALL_STATE(6092)] = 306097, - [SMALL_STATE(6093)] = 306117, - [SMALL_STATE(6094)] = 306137, - [SMALL_STATE(6095)] = 306157, - [SMALL_STATE(6096)] = 306175, - [SMALL_STATE(6097)] = 306195, - [SMALL_STATE(6098)] = 306215, - [SMALL_STATE(6099)] = 306235, - [SMALL_STATE(6100)] = 306255, - [SMALL_STATE(6101)] = 306275, - [SMALL_STATE(6102)] = 306295, - [SMALL_STATE(6103)] = 306315, - [SMALL_STATE(6104)] = 306335, - [SMALL_STATE(6105)] = 306355, - [SMALL_STATE(6106)] = 306375, - [SMALL_STATE(6107)] = 306395, - [SMALL_STATE(6108)] = 306415, - [SMALL_STATE(6109)] = 306435, - [SMALL_STATE(6110)] = 306455, - [SMALL_STATE(6111)] = 306475, - [SMALL_STATE(6112)] = 306495, - [SMALL_STATE(6113)] = 306515, - [SMALL_STATE(6114)] = 306535, - [SMALL_STATE(6115)] = 306553, - [SMALL_STATE(6116)] = 306573, - [SMALL_STATE(6117)] = 306593, - [SMALL_STATE(6118)] = 306611, - [SMALL_STATE(6119)] = 306629, - [SMALL_STATE(6120)] = 306647, - [SMALL_STATE(6121)] = 306667, - [SMALL_STATE(6122)] = 306687, - [SMALL_STATE(6123)] = 306705, - [SMALL_STATE(6124)] = 306725, - [SMALL_STATE(6125)] = 306745, - [SMALL_STATE(6126)] = 306765, - [SMALL_STATE(6127)] = 306785, - [SMALL_STATE(6128)] = 306805, - [SMALL_STATE(6129)] = 306825, - [SMALL_STATE(6130)] = 306845, - [SMALL_STATE(6131)] = 306865, - [SMALL_STATE(6132)] = 306885, - [SMALL_STATE(6133)] = 306905, - [SMALL_STATE(6134)] = 306925, - [SMALL_STATE(6135)] = 306945, - [SMALL_STATE(6136)] = 306965, - [SMALL_STATE(6137)] = 306985, - [SMALL_STATE(6138)] = 307005, - [SMALL_STATE(6139)] = 307025, - [SMALL_STATE(6140)] = 307045, - [SMALL_STATE(6141)] = 307065, - [SMALL_STATE(6142)] = 307085, - [SMALL_STATE(6143)] = 307105, - [SMALL_STATE(6144)] = 307125, - [SMALL_STATE(6145)] = 307145, - [SMALL_STATE(6146)] = 307165, - [SMALL_STATE(6147)] = 307185, - [SMALL_STATE(6148)] = 307205, - [SMALL_STATE(6149)] = 307225, - [SMALL_STATE(6150)] = 307245, - [SMALL_STATE(6151)] = 307265, - [SMALL_STATE(6152)] = 307285, - [SMALL_STATE(6153)] = 307305, - [SMALL_STATE(6154)] = 307325, - [SMALL_STATE(6155)] = 307345, - [SMALL_STATE(6156)] = 307365, - [SMALL_STATE(6157)] = 307385, - [SMALL_STATE(6158)] = 307405, - [SMALL_STATE(6159)] = 307425, - [SMALL_STATE(6160)] = 307445, - [SMALL_STATE(6161)] = 307465, - [SMALL_STATE(6162)] = 307485, - [SMALL_STATE(6163)] = 307505, - [SMALL_STATE(6164)] = 307525, - [SMALL_STATE(6165)] = 307545, - [SMALL_STATE(6166)] = 307565, - [SMALL_STATE(6167)] = 307585, - [SMALL_STATE(6168)] = 307605, - [SMALL_STATE(6169)] = 307625, - [SMALL_STATE(6170)] = 307645, - [SMALL_STATE(6171)] = 307665, - [SMALL_STATE(6172)] = 307685, - [SMALL_STATE(6173)] = 307705, - [SMALL_STATE(6174)] = 307725, - [SMALL_STATE(6175)] = 307745, - [SMALL_STATE(6176)] = 307765, - [SMALL_STATE(6177)] = 307785, - [SMALL_STATE(6178)] = 307805, - [SMALL_STATE(6179)] = 307825, - [SMALL_STATE(6180)] = 307845, - [SMALL_STATE(6181)] = 307865, - [SMALL_STATE(6182)] = 307885, - [SMALL_STATE(6183)] = 307905, - [SMALL_STATE(6184)] = 307925, - [SMALL_STATE(6185)] = 307945, - [SMALL_STATE(6186)] = 307965, - [SMALL_STATE(6187)] = 307985, - [SMALL_STATE(6188)] = 308003, - [SMALL_STATE(6189)] = 308023, - [SMALL_STATE(6190)] = 308043, - [SMALL_STATE(6191)] = 308063, - [SMALL_STATE(6192)] = 308083, - [SMALL_STATE(6193)] = 308103, - [SMALL_STATE(6194)] = 308123, - [SMALL_STATE(6195)] = 308143, - [SMALL_STATE(6196)] = 308163, - [SMALL_STATE(6197)] = 308183, - [SMALL_STATE(6198)] = 308203, - [SMALL_STATE(6199)] = 308223, - [SMALL_STATE(6200)] = 308243, - [SMALL_STATE(6201)] = 308263, - [SMALL_STATE(6202)] = 308283, - [SMALL_STATE(6203)] = 308303, - [SMALL_STATE(6204)] = 308321, - [SMALL_STATE(6205)] = 308341, - [SMALL_STATE(6206)] = 308359, - [SMALL_STATE(6207)] = 308379, - [SMALL_STATE(6208)] = 308399, - [SMALL_STATE(6209)] = 308419, - [SMALL_STATE(6210)] = 308439, - [SMALL_STATE(6211)] = 308457, - [SMALL_STATE(6212)] = 308477, - [SMALL_STATE(6213)] = 308497, - [SMALL_STATE(6214)] = 308517, - [SMALL_STATE(6215)] = 308537, - [SMALL_STATE(6216)] = 308555, - [SMALL_STATE(6217)] = 308573, - [SMALL_STATE(6218)] = 308593, - [SMALL_STATE(6219)] = 308613, - [SMALL_STATE(6220)] = 308633, - [SMALL_STATE(6221)] = 308653, - [SMALL_STATE(6222)] = 308673, - [SMALL_STATE(6223)] = 308693, - [SMALL_STATE(6224)] = 308713, - [SMALL_STATE(6225)] = 308733, - [SMALL_STATE(6226)] = 308753, - [SMALL_STATE(6227)] = 308773, - [SMALL_STATE(6228)] = 308793, - [SMALL_STATE(6229)] = 308813, - [SMALL_STATE(6230)] = 308833, - [SMALL_STATE(6231)] = 308853, - [SMALL_STATE(6232)] = 308873, - [SMALL_STATE(6233)] = 308893, - [SMALL_STATE(6234)] = 308913, - [SMALL_STATE(6235)] = 308933, - [SMALL_STATE(6236)] = 308953, - [SMALL_STATE(6237)] = 308973, - [SMALL_STATE(6238)] = 308993, - [SMALL_STATE(6239)] = 309013, - [SMALL_STATE(6240)] = 309033, - [SMALL_STATE(6241)] = 309053, - [SMALL_STATE(6242)] = 309073, - [SMALL_STATE(6243)] = 309093, - [SMALL_STATE(6244)] = 309113, - [SMALL_STATE(6245)] = 309133, - [SMALL_STATE(6246)] = 309153, - [SMALL_STATE(6247)] = 309173, - [SMALL_STATE(6248)] = 309193, - [SMALL_STATE(6249)] = 309213, - [SMALL_STATE(6250)] = 309233, - [SMALL_STATE(6251)] = 309253, - [SMALL_STATE(6252)] = 309273, - [SMALL_STATE(6253)] = 309293, - [SMALL_STATE(6254)] = 309313, - [SMALL_STATE(6255)] = 309333, - [SMALL_STATE(6256)] = 309353, - [SMALL_STATE(6257)] = 309373, - [SMALL_STATE(6258)] = 309393, - [SMALL_STATE(6259)] = 309413, - [SMALL_STATE(6260)] = 309433, - [SMALL_STATE(6261)] = 309453, - [SMALL_STATE(6262)] = 309473, - [SMALL_STATE(6263)] = 309493, - [SMALL_STATE(6264)] = 309513, - [SMALL_STATE(6265)] = 309533, - [SMALL_STATE(6266)] = 309553, - [SMALL_STATE(6267)] = 309573, - [SMALL_STATE(6268)] = 309593, - [SMALL_STATE(6269)] = 309613, - [SMALL_STATE(6270)] = 309633, - [SMALL_STATE(6271)] = 309653, - [SMALL_STATE(6272)] = 309673, - [SMALL_STATE(6273)] = 309693, - [SMALL_STATE(6274)] = 309713, - [SMALL_STATE(6275)] = 309733, - [SMALL_STATE(6276)] = 309753, - [SMALL_STATE(6277)] = 309773, - [SMALL_STATE(6278)] = 309793, - [SMALL_STATE(6279)] = 309813, - [SMALL_STATE(6280)] = 309833, - [SMALL_STATE(6281)] = 309853, - [SMALL_STATE(6282)] = 309873, - [SMALL_STATE(6283)] = 309893, - [SMALL_STATE(6284)] = 309913, - [SMALL_STATE(6285)] = 309933, - [SMALL_STATE(6286)] = 309953, - [SMALL_STATE(6287)] = 309973, - [SMALL_STATE(6288)] = 309993, - [SMALL_STATE(6289)] = 310013, - [SMALL_STATE(6290)] = 310033, - [SMALL_STATE(6291)] = 310051, - [SMALL_STATE(6292)] = 310071, - [SMALL_STATE(6293)] = 310091, - [SMALL_STATE(6294)] = 310109, - [SMALL_STATE(6295)] = 310129, - [SMALL_STATE(6296)] = 310149, - [SMALL_STATE(6297)] = 310167, - [SMALL_STATE(6298)] = 310187, - [SMALL_STATE(6299)] = 310207, - [SMALL_STATE(6300)] = 310227, - [SMALL_STATE(6301)] = 310247, - [SMALL_STATE(6302)] = 310267, - [SMALL_STATE(6303)] = 310287, - [SMALL_STATE(6304)] = 310305, - [SMALL_STATE(6305)] = 310325, - [SMALL_STATE(6306)] = 310345, - [SMALL_STATE(6307)] = 310365, - [SMALL_STATE(6308)] = 310385, - [SMALL_STATE(6309)] = 310405, - [SMALL_STATE(6310)] = 310425, - [SMALL_STATE(6311)] = 310445, - [SMALL_STATE(6312)] = 310465, - [SMALL_STATE(6313)] = 310485, - [SMALL_STATE(6314)] = 310505, - [SMALL_STATE(6315)] = 310525, - [SMALL_STATE(6316)] = 310545, - [SMALL_STATE(6317)] = 310565, - [SMALL_STATE(6318)] = 310585, - [SMALL_STATE(6319)] = 310605, - [SMALL_STATE(6320)] = 310623, - [SMALL_STATE(6321)] = 310643, - [SMALL_STATE(6322)] = 310663, - [SMALL_STATE(6323)] = 310681, - [SMALL_STATE(6324)] = 310699, - [SMALL_STATE(6325)] = 310719, - [SMALL_STATE(6326)] = 310739, - [SMALL_STATE(6327)] = 310759, - [SMALL_STATE(6328)] = 310779, - [SMALL_STATE(6329)] = 310799, - [SMALL_STATE(6330)] = 310819, - [SMALL_STATE(6331)] = 310839, - [SMALL_STATE(6332)] = 310859, - [SMALL_STATE(6333)] = 310879, - [SMALL_STATE(6334)] = 310899, - [SMALL_STATE(6335)] = 310919, - [SMALL_STATE(6336)] = 310939, - [SMALL_STATE(6337)] = 310959, - [SMALL_STATE(6338)] = 310979, - [SMALL_STATE(6339)] = 310997, - [SMALL_STATE(6340)] = 311017, - [SMALL_STATE(6341)] = 311037, - [SMALL_STATE(6342)] = 311057, - [SMALL_STATE(6343)] = 311077, - [SMALL_STATE(6344)] = 311097, - [SMALL_STATE(6345)] = 311117, - [SMALL_STATE(6346)] = 311137, - [SMALL_STATE(6347)] = 311157, - [SMALL_STATE(6348)] = 311177, - [SMALL_STATE(6349)] = 311197, - [SMALL_STATE(6350)] = 311217, - [SMALL_STATE(6351)] = 311237, - [SMALL_STATE(6352)] = 311257, - [SMALL_STATE(6353)] = 311277, - [SMALL_STATE(6354)] = 311297, - [SMALL_STATE(6355)] = 311317, - [SMALL_STATE(6356)] = 311337, - [SMALL_STATE(6357)] = 311357, - [SMALL_STATE(6358)] = 311377, - [SMALL_STATE(6359)] = 311395, - [SMALL_STATE(6360)] = 311415, - [SMALL_STATE(6361)] = 311435, - [SMALL_STATE(6362)] = 311455, - [SMALL_STATE(6363)] = 311475, - [SMALL_STATE(6364)] = 311495, - [SMALL_STATE(6365)] = 311513, - [SMALL_STATE(6366)] = 311533, - [SMALL_STATE(6367)] = 311553, - [SMALL_STATE(6368)] = 311573, - [SMALL_STATE(6369)] = 311591, - [SMALL_STATE(6370)] = 311611, - [SMALL_STATE(6371)] = 311629, - [SMALL_STATE(6372)] = 311649, - [SMALL_STATE(6373)] = 311666, - [SMALL_STATE(6374)] = 311683, - [SMALL_STATE(6375)] = 311700, - [SMALL_STATE(6376)] = 311717, - [SMALL_STATE(6377)] = 311734, - [SMALL_STATE(6378)] = 311751, - [SMALL_STATE(6379)] = 311768, - [SMALL_STATE(6380)] = 311785, - [SMALL_STATE(6381)] = 311802, - [SMALL_STATE(6382)] = 311819, - [SMALL_STATE(6383)] = 311836, - [SMALL_STATE(6384)] = 311853, - [SMALL_STATE(6385)] = 311870, - [SMALL_STATE(6386)] = 311887, - [SMALL_STATE(6387)] = 311904, - [SMALL_STATE(6388)] = 311919, - [SMALL_STATE(6389)] = 311936, - [SMALL_STATE(6390)] = 311953, - [SMALL_STATE(6391)] = 311970, - [SMALL_STATE(6392)] = 311987, - [SMALL_STATE(6393)] = 312004, - [SMALL_STATE(6394)] = 312021, - [SMALL_STATE(6395)] = 312038, - [SMALL_STATE(6396)] = 312055, - [SMALL_STATE(6397)] = 312072, - [SMALL_STATE(6398)] = 312089, - [SMALL_STATE(6399)] = 312106, - [SMALL_STATE(6400)] = 312123, - [SMALL_STATE(6401)] = 312140, - [SMALL_STATE(6402)] = 312157, - [SMALL_STATE(6403)] = 312174, - [SMALL_STATE(6404)] = 312191, - [SMALL_STATE(6405)] = 312208, - [SMALL_STATE(6406)] = 312225, - [SMALL_STATE(6407)] = 312242, - [SMALL_STATE(6408)] = 312259, - [SMALL_STATE(6409)] = 312276, - [SMALL_STATE(6410)] = 312293, - [SMALL_STATE(6411)] = 312310, - [SMALL_STATE(6412)] = 312327, - [SMALL_STATE(6413)] = 312344, - [SMALL_STATE(6414)] = 312361, - [SMALL_STATE(6415)] = 312378, - [SMALL_STATE(6416)] = 312395, - [SMALL_STATE(6417)] = 312412, - [SMALL_STATE(6418)] = 312429, - [SMALL_STATE(6419)] = 312446, - [SMALL_STATE(6420)] = 312463, - [SMALL_STATE(6421)] = 312480, - [SMALL_STATE(6422)] = 312497, - [SMALL_STATE(6423)] = 312514, - [SMALL_STATE(6424)] = 312531, - [SMALL_STATE(6425)] = 312548, - [SMALL_STATE(6426)] = 312565, - [SMALL_STATE(6427)] = 312582, - [SMALL_STATE(6428)] = 312599, - [SMALL_STATE(6429)] = 312616, - [SMALL_STATE(6430)] = 312633, - [SMALL_STATE(6431)] = 312650, - [SMALL_STATE(6432)] = 312667, - [SMALL_STATE(6433)] = 312684, - [SMALL_STATE(6434)] = 312701, - [SMALL_STATE(6435)] = 312718, - [SMALL_STATE(6436)] = 312735, - [SMALL_STATE(6437)] = 312752, - [SMALL_STATE(6438)] = 312769, - [SMALL_STATE(6439)] = 312786, - [SMALL_STATE(6440)] = 312803, - [SMALL_STATE(6441)] = 312820, - [SMALL_STATE(6442)] = 312837, - [SMALL_STATE(6443)] = 312854, - [SMALL_STATE(6444)] = 312871, - [SMALL_STATE(6445)] = 312888, - [SMALL_STATE(6446)] = 312905, - [SMALL_STATE(6447)] = 312922, - [SMALL_STATE(6448)] = 312939, - [SMALL_STATE(6449)] = 312956, - [SMALL_STATE(6450)] = 312973, - [SMALL_STATE(6451)] = 312990, - [SMALL_STATE(6452)] = 313007, - [SMALL_STATE(6453)] = 313024, - [SMALL_STATE(6454)] = 313041, - [SMALL_STATE(6455)] = 313058, - [SMALL_STATE(6456)] = 313075, - [SMALL_STATE(6457)] = 313092, - [SMALL_STATE(6458)] = 313109, - [SMALL_STATE(6459)] = 313126, - [SMALL_STATE(6460)] = 313143, - [SMALL_STATE(6461)] = 313160, - [SMALL_STATE(6462)] = 313177, - [SMALL_STATE(6463)] = 313194, - [SMALL_STATE(6464)] = 313211, - [SMALL_STATE(6465)] = 313228, - [SMALL_STATE(6466)] = 313245, - [SMALL_STATE(6467)] = 313262, - [SMALL_STATE(6468)] = 313279, - [SMALL_STATE(6469)] = 313296, - [SMALL_STATE(6470)] = 313313, - [SMALL_STATE(6471)] = 313330, - [SMALL_STATE(6472)] = 313347, - [SMALL_STATE(6473)] = 313364, - [SMALL_STATE(6474)] = 313381, - [SMALL_STATE(6475)] = 313398, - [SMALL_STATE(6476)] = 313415, - [SMALL_STATE(6477)] = 313432, - [SMALL_STATE(6478)] = 313449, - [SMALL_STATE(6479)] = 313466, - [SMALL_STATE(6480)] = 313483, - [SMALL_STATE(6481)] = 313500, - [SMALL_STATE(6482)] = 313517, - [SMALL_STATE(6483)] = 313534, - [SMALL_STATE(6484)] = 313551, - [SMALL_STATE(6485)] = 313568, - [SMALL_STATE(6486)] = 313585, - [SMALL_STATE(6487)] = 313602, - [SMALL_STATE(6488)] = 313619, - [SMALL_STATE(6489)] = 313636, - [SMALL_STATE(6490)] = 313653, - [SMALL_STATE(6491)] = 313670, - [SMALL_STATE(6492)] = 313687, - [SMALL_STATE(6493)] = 313704, - [SMALL_STATE(6494)] = 313721, - [SMALL_STATE(6495)] = 313738, - [SMALL_STATE(6496)] = 313755, - [SMALL_STATE(6497)] = 313772, - [SMALL_STATE(6498)] = 313789, - [SMALL_STATE(6499)] = 313806, - [SMALL_STATE(6500)] = 313823, - [SMALL_STATE(6501)] = 313840, - [SMALL_STATE(6502)] = 313857, - [SMALL_STATE(6503)] = 313874, - [SMALL_STATE(6504)] = 313891, - [SMALL_STATE(6505)] = 313908, - [SMALL_STATE(6506)] = 313925, - [SMALL_STATE(6507)] = 313942, - [SMALL_STATE(6508)] = 313959, - [SMALL_STATE(6509)] = 313976, - [SMALL_STATE(6510)] = 313993, - [SMALL_STATE(6511)] = 314010, - [SMALL_STATE(6512)] = 314027, - [SMALL_STATE(6513)] = 314044, - [SMALL_STATE(6514)] = 314061, - [SMALL_STATE(6515)] = 314078, - [SMALL_STATE(6516)] = 314095, - [SMALL_STATE(6517)] = 314112, - [SMALL_STATE(6518)] = 314129, - [SMALL_STATE(6519)] = 314146, - [SMALL_STATE(6520)] = 314163, - [SMALL_STATE(6521)] = 314180, - [SMALL_STATE(6522)] = 314197, - [SMALL_STATE(6523)] = 314214, - [SMALL_STATE(6524)] = 314231, - [SMALL_STATE(6525)] = 314248, - [SMALL_STATE(6526)] = 314265, - [SMALL_STATE(6527)] = 314282, - [SMALL_STATE(6528)] = 314299, - [SMALL_STATE(6529)] = 314316, - [SMALL_STATE(6530)] = 314333, - [SMALL_STATE(6531)] = 314350, - [SMALL_STATE(6532)] = 314367, - [SMALL_STATE(6533)] = 314384, - [SMALL_STATE(6534)] = 314401, - [SMALL_STATE(6535)] = 314418, - [SMALL_STATE(6536)] = 314435, - [SMALL_STATE(6537)] = 314452, - [SMALL_STATE(6538)] = 314469, - [SMALL_STATE(6539)] = 314486, - [SMALL_STATE(6540)] = 314503, - [SMALL_STATE(6541)] = 314520, - [SMALL_STATE(6542)] = 314537, - [SMALL_STATE(6543)] = 314554, - [SMALL_STATE(6544)] = 314571, - [SMALL_STATE(6545)] = 314588, - [SMALL_STATE(6546)] = 314605, - [SMALL_STATE(6547)] = 314622, - [SMALL_STATE(6548)] = 314639, - [SMALL_STATE(6549)] = 314656, - [SMALL_STATE(6550)] = 314673, - [SMALL_STATE(6551)] = 314690, - [SMALL_STATE(6552)] = 314707, - [SMALL_STATE(6553)] = 314724, - [SMALL_STATE(6554)] = 314741, - [SMALL_STATE(6555)] = 314758, - [SMALL_STATE(6556)] = 314775, - [SMALL_STATE(6557)] = 314792, - [SMALL_STATE(6558)] = 314809, - [SMALL_STATE(6559)] = 314826, - [SMALL_STATE(6560)] = 314843, - [SMALL_STATE(6561)] = 314860, - [SMALL_STATE(6562)] = 314877, - [SMALL_STATE(6563)] = 314894, - [SMALL_STATE(6564)] = 314911, - [SMALL_STATE(6565)] = 314928, - [SMALL_STATE(6566)] = 314945, - [SMALL_STATE(6567)] = 314962, - [SMALL_STATE(6568)] = 314979, - [SMALL_STATE(6569)] = 314996, - [SMALL_STATE(6570)] = 315013, - [SMALL_STATE(6571)] = 315030, - [SMALL_STATE(6572)] = 315047, - [SMALL_STATE(6573)] = 315064, - [SMALL_STATE(6574)] = 315081, - [SMALL_STATE(6575)] = 315098, - [SMALL_STATE(6576)] = 315115, - [SMALL_STATE(6577)] = 315132, - [SMALL_STATE(6578)] = 315149, - [SMALL_STATE(6579)] = 315166, - [SMALL_STATE(6580)] = 315183, - [SMALL_STATE(6581)] = 315200, - [SMALL_STATE(6582)] = 315217, - [SMALL_STATE(6583)] = 315234, - [SMALL_STATE(6584)] = 315251, - [SMALL_STATE(6585)] = 315268, - [SMALL_STATE(6586)] = 315285, - [SMALL_STATE(6587)] = 315302, - [SMALL_STATE(6588)] = 315319, - [SMALL_STATE(6589)] = 315336, - [SMALL_STATE(6590)] = 315353, - [SMALL_STATE(6591)] = 315370, - [SMALL_STATE(6592)] = 315387, - [SMALL_STATE(6593)] = 315404, - [SMALL_STATE(6594)] = 315421, - [SMALL_STATE(6595)] = 315438, - [SMALL_STATE(6596)] = 315455, - [SMALL_STATE(6597)] = 315472, - [SMALL_STATE(6598)] = 315489, - [SMALL_STATE(6599)] = 315506, - [SMALL_STATE(6600)] = 315523, - [SMALL_STATE(6601)] = 315540, - [SMALL_STATE(6602)] = 315557, - [SMALL_STATE(6603)] = 315574, - [SMALL_STATE(6604)] = 315591, - [SMALL_STATE(6605)] = 315608, - [SMALL_STATE(6606)] = 315625, - [SMALL_STATE(6607)] = 315642, - [SMALL_STATE(6608)] = 315659, - [SMALL_STATE(6609)] = 315676, - [SMALL_STATE(6610)] = 315693, - [SMALL_STATE(6611)] = 315710, - [SMALL_STATE(6612)] = 315727, - [SMALL_STATE(6613)] = 315744, - [SMALL_STATE(6614)] = 315761, - [SMALL_STATE(6615)] = 315778, - [SMALL_STATE(6616)] = 315795, - [SMALL_STATE(6617)] = 315812, - [SMALL_STATE(6618)] = 315829, - [SMALL_STATE(6619)] = 315846, - [SMALL_STATE(6620)] = 315863, - [SMALL_STATE(6621)] = 315880, - [SMALL_STATE(6622)] = 315897, - [SMALL_STATE(6623)] = 315914, - [SMALL_STATE(6624)] = 315931, - [SMALL_STATE(6625)] = 315948, - [SMALL_STATE(6626)] = 315965, - [SMALL_STATE(6627)] = 315982, - [SMALL_STATE(6628)] = 315999, - [SMALL_STATE(6629)] = 316016, - [SMALL_STATE(6630)] = 316033, - [SMALL_STATE(6631)] = 316050, - [SMALL_STATE(6632)] = 316067, - [SMALL_STATE(6633)] = 316084, - [SMALL_STATE(6634)] = 316101, - [SMALL_STATE(6635)] = 316118, - [SMALL_STATE(6636)] = 316135, - [SMALL_STATE(6637)] = 316152, - [SMALL_STATE(6638)] = 316169, - [SMALL_STATE(6639)] = 316186, - [SMALL_STATE(6640)] = 316203, - [SMALL_STATE(6641)] = 316220, - [SMALL_STATE(6642)] = 316237, - [SMALL_STATE(6643)] = 316254, - [SMALL_STATE(6644)] = 316271, - [SMALL_STATE(6645)] = 316288, - [SMALL_STATE(6646)] = 316305, - [SMALL_STATE(6647)] = 316322, - [SMALL_STATE(6648)] = 316339, - [SMALL_STATE(6649)] = 316356, - [SMALL_STATE(6650)] = 316373, - [SMALL_STATE(6651)] = 316390, - [SMALL_STATE(6652)] = 316407, - [SMALL_STATE(6653)] = 316424, - [SMALL_STATE(6654)] = 316441, - [SMALL_STATE(6655)] = 316458, - [SMALL_STATE(6656)] = 316475, - [SMALL_STATE(6657)] = 316492, - [SMALL_STATE(6658)] = 316509, - [SMALL_STATE(6659)] = 316526, - [SMALL_STATE(6660)] = 316543, - [SMALL_STATE(6661)] = 316560, - [SMALL_STATE(6662)] = 316577, - [SMALL_STATE(6663)] = 316594, - [SMALL_STATE(6664)] = 316611, - [SMALL_STATE(6665)] = 316628, - [SMALL_STATE(6666)] = 316645, - [SMALL_STATE(6667)] = 316660, - [SMALL_STATE(6668)] = 316677, - [SMALL_STATE(6669)] = 316694, - [SMALL_STATE(6670)] = 316711, - [SMALL_STATE(6671)] = 316728, - [SMALL_STATE(6672)] = 316745, - [SMALL_STATE(6673)] = 316762, - [SMALL_STATE(6674)] = 316779, - [SMALL_STATE(6675)] = 316796, - [SMALL_STATE(6676)] = 316813, - [SMALL_STATE(6677)] = 316830, - [SMALL_STATE(6678)] = 316847, - [SMALL_STATE(6679)] = 316864, - [SMALL_STATE(6680)] = 316881, - [SMALL_STATE(6681)] = 316898, - [SMALL_STATE(6682)] = 316915, - [SMALL_STATE(6683)] = 316932, - [SMALL_STATE(6684)] = 316949, - [SMALL_STATE(6685)] = 316966, - [SMALL_STATE(6686)] = 316983, - [SMALL_STATE(6687)] = 317000, - [SMALL_STATE(6688)] = 317017, - [SMALL_STATE(6689)] = 317034, - [SMALL_STATE(6690)] = 317051, - [SMALL_STATE(6691)] = 317068, - [SMALL_STATE(6692)] = 317085, - [SMALL_STATE(6693)] = 317102, - [SMALL_STATE(6694)] = 317119, - [SMALL_STATE(6695)] = 317136, - [SMALL_STATE(6696)] = 317153, - [SMALL_STATE(6697)] = 317170, - [SMALL_STATE(6698)] = 317187, - [SMALL_STATE(6699)] = 317204, - [SMALL_STATE(6700)] = 317221, - [SMALL_STATE(6701)] = 317238, - [SMALL_STATE(6702)] = 317255, - [SMALL_STATE(6703)] = 317272, - [SMALL_STATE(6704)] = 317289, - [SMALL_STATE(6705)] = 317306, - [SMALL_STATE(6706)] = 317323, - [SMALL_STATE(6707)] = 317340, - [SMALL_STATE(6708)] = 317357, - [SMALL_STATE(6709)] = 317374, - [SMALL_STATE(6710)] = 317391, - [SMALL_STATE(6711)] = 317408, - [SMALL_STATE(6712)] = 317425, - [SMALL_STATE(6713)] = 317442, - [SMALL_STATE(6714)] = 317459, - [SMALL_STATE(6715)] = 317476, - [SMALL_STATE(6716)] = 317493, - [SMALL_STATE(6717)] = 317510, - [SMALL_STATE(6718)] = 317527, - [SMALL_STATE(6719)] = 317544, - [SMALL_STATE(6720)] = 317561, - [SMALL_STATE(6721)] = 317578, - [SMALL_STATE(6722)] = 317595, - [SMALL_STATE(6723)] = 317612, - [SMALL_STATE(6724)] = 317629, - [SMALL_STATE(6725)] = 317646, - [SMALL_STATE(6726)] = 317663, - [SMALL_STATE(6727)] = 317680, - [SMALL_STATE(6728)] = 317697, - [SMALL_STATE(6729)] = 317714, - [SMALL_STATE(6730)] = 317731, - [SMALL_STATE(6731)] = 317748, - [SMALL_STATE(6732)] = 317765, - [SMALL_STATE(6733)] = 317782, - [SMALL_STATE(6734)] = 317799, - [SMALL_STATE(6735)] = 317816, - [SMALL_STATE(6736)] = 317833, - [SMALL_STATE(6737)] = 317850, - [SMALL_STATE(6738)] = 317867, - [SMALL_STATE(6739)] = 317884, - [SMALL_STATE(6740)] = 317901, - [SMALL_STATE(6741)] = 317918, - [SMALL_STATE(6742)] = 317935, - [SMALL_STATE(6743)] = 317952, - [SMALL_STATE(6744)] = 317969, - [SMALL_STATE(6745)] = 317986, - [SMALL_STATE(6746)] = 318003, - [SMALL_STATE(6747)] = 318020, - [SMALL_STATE(6748)] = 318037, - [SMALL_STATE(6749)] = 318054, - [SMALL_STATE(6750)] = 318071, - [SMALL_STATE(6751)] = 318088, - [SMALL_STATE(6752)] = 318105, - [SMALL_STATE(6753)] = 318122, - [SMALL_STATE(6754)] = 318139, - [SMALL_STATE(6755)] = 318156, - [SMALL_STATE(6756)] = 318173, - [SMALL_STATE(6757)] = 318190, - [SMALL_STATE(6758)] = 318207, - [SMALL_STATE(6759)] = 318224, - [SMALL_STATE(6760)] = 318241, - [SMALL_STATE(6761)] = 318258, - [SMALL_STATE(6762)] = 318275, - [SMALL_STATE(6763)] = 318292, - [SMALL_STATE(6764)] = 318309, - [SMALL_STATE(6765)] = 318326, - [SMALL_STATE(6766)] = 318343, - [SMALL_STATE(6767)] = 318360, - [SMALL_STATE(6768)] = 318377, - [SMALL_STATE(6769)] = 318394, - [SMALL_STATE(6770)] = 318411, - [SMALL_STATE(6771)] = 318428, - [SMALL_STATE(6772)] = 318445, - [SMALL_STATE(6773)] = 318462, - [SMALL_STATE(6774)] = 318479, - [SMALL_STATE(6775)] = 318496, - [SMALL_STATE(6776)] = 318513, - [SMALL_STATE(6777)] = 318530, - [SMALL_STATE(6778)] = 318547, - [SMALL_STATE(6779)] = 318564, - [SMALL_STATE(6780)] = 318581, - [SMALL_STATE(6781)] = 318598, - [SMALL_STATE(6782)] = 318615, - [SMALL_STATE(6783)] = 318632, - [SMALL_STATE(6784)] = 318649, - [SMALL_STATE(6785)] = 318666, - [SMALL_STATE(6786)] = 318683, - [SMALL_STATE(6787)] = 318700, - [SMALL_STATE(6788)] = 318717, - [SMALL_STATE(6789)] = 318734, - [SMALL_STATE(6790)] = 318751, - [SMALL_STATE(6791)] = 318768, - [SMALL_STATE(6792)] = 318785, - [SMALL_STATE(6793)] = 318802, - [SMALL_STATE(6794)] = 318819, - [SMALL_STATE(6795)] = 318836, - [SMALL_STATE(6796)] = 318853, - [SMALL_STATE(6797)] = 318870, - [SMALL_STATE(6798)] = 318887, - [SMALL_STATE(6799)] = 318904, - [SMALL_STATE(6800)] = 318921, - [SMALL_STATE(6801)] = 318938, - [SMALL_STATE(6802)] = 318955, - [SMALL_STATE(6803)] = 318972, - [SMALL_STATE(6804)] = 318989, - [SMALL_STATE(6805)] = 319006, - [SMALL_STATE(6806)] = 319023, - [SMALL_STATE(6807)] = 319040, - [SMALL_STATE(6808)] = 319057, - [SMALL_STATE(6809)] = 319074, - [SMALL_STATE(6810)] = 319091, - [SMALL_STATE(6811)] = 319108, - [SMALL_STATE(6812)] = 319125, - [SMALL_STATE(6813)] = 319142, - [SMALL_STATE(6814)] = 319159, - [SMALL_STATE(6815)] = 319176, - [SMALL_STATE(6816)] = 319193, - [SMALL_STATE(6817)] = 319210, - [SMALL_STATE(6818)] = 319227, - [SMALL_STATE(6819)] = 319244, - [SMALL_STATE(6820)] = 319261, - [SMALL_STATE(6821)] = 319278, - [SMALL_STATE(6822)] = 319295, - [SMALL_STATE(6823)] = 319312, - [SMALL_STATE(6824)] = 319329, - [SMALL_STATE(6825)] = 319346, - [SMALL_STATE(6826)] = 319363, - [SMALL_STATE(6827)] = 319380, - [SMALL_STATE(6828)] = 319397, - [SMALL_STATE(6829)] = 319414, - [SMALL_STATE(6830)] = 319431, - [SMALL_STATE(6831)] = 319448, - [SMALL_STATE(6832)] = 319465, - [SMALL_STATE(6833)] = 319482, - [SMALL_STATE(6834)] = 319499, - [SMALL_STATE(6835)] = 319516, - [SMALL_STATE(6836)] = 319533, - [SMALL_STATE(6837)] = 319550, - [SMALL_STATE(6838)] = 319567, - [SMALL_STATE(6839)] = 319584, - [SMALL_STATE(6840)] = 319601, - [SMALL_STATE(6841)] = 319618, - [SMALL_STATE(6842)] = 319635, - [SMALL_STATE(6843)] = 319652, - [SMALL_STATE(6844)] = 319669, - [SMALL_STATE(6845)] = 319686, - [SMALL_STATE(6846)] = 319703, - [SMALL_STATE(6847)] = 319720, - [SMALL_STATE(6848)] = 319737, - [SMALL_STATE(6849)] = 319754, - [SMALL_STATE(6850)] = 319771, - [SMALL_STATE(6851)] = 319788, - [SMALL_STATE(6852)] = 319805, - [SMALL_STATE(6853)] = 319822, - [SMALL_STATE(6854)] = 319839, - [SMALL_STATE(6855)] = 319856, - [SMALL_STATE(6856)] = 319873, - [SMALL_STATE(6857)] = 319890, - [SMALL_STATE(6858)] = 319907, - [SMALL_STATE(6859)] = 319924, - [SMALL_STATE(6860)] = 319941, - [SMALL_STATE(6861)] = 319958, - [SMALL_STATE(6862)] = 319975, - [SMALL_STATE(6863)] = 319992, - [SMALL_STATE(6864)] = 320009, - [SMALL_STATE(6865)] = 320026, - [SMALL_STATE(6866)] = 320043, - [SMALL_STATE(6867)] = 320060, - [SMALL_STATE(6868)] = 320077, - [SMALL_STATE(6869)] = 320094, - [SMALL_STATE(6870)] = 320111, - [SMALL_STATE(6871)] = 320128, - [SMALL_STATE(6872)] = 320145, - [SMALL_STATE(6873)] = 320162, - [SMALL_STATE(6874)] = 320179, - [SMALL_STATE(6875)] = 320196, - [SMALL_STATE(6876)] = 320213, - [SMALL_STATE(6877)] = 320230, - [SMALL_STATE(6878)] = 320247, - [SMALL_STATE(6879)] = 320264, - [SMALL_STATE(6880)] = 320281, - [SMALL_STATE(6881)] = 320298, - [SMALL_STATE(6882)] = 320315, - [SMALL_STATE(6883)] = 320332, - [SMALL_STATE(6884)] = 320349, - [SMALL_STATE(6885)] = 320366, - [SMALL_STATE(6886)] = 320383, - [SMALL_STATE(6887)] = 320400, - [SMALL_STATE(6888)] = 320417, - [SMALL_STATE(6889)] = 320434, - [SMALL_STATE(6890)] = 320451, - [SMALL_STATE(6891)] = 320468, - [SMALL_STATE(6892)] = 320485, - [SMALL_STATE(6893)] = 320502, - [SMALL_STATE(6894)] = 320519, - [SMALL_STATE(6895)] = 320536, - [SMALL_STATE(6896)] = 320553, - [SMALL_STATE(6897)] = 320570, - [SMALL_STATE(6898)] = 320587, - [SMALL_STATE(6899)] = 320604, - [SMALL_STATE(6900)] = 320621, - [SMALL_STATE(6901)] = 320638, - [SMALL_STATE(6902)] = 320655, - [SMALL_STATE(6903)] = 320672, - [SMALL_STATE(6904)] = 320689, - [SMALL_STATE(6905)] = 320706, - [SMALL_STATE(6906)] = 320723, - [SMALL_STATE(6907)] = 320740, - [SMALL_STATE(6908)] = 320757, - [SMALL_STATE(6909)] = 320774, - [SMALL_STATE(6910)] = 320791, - [SMALL_STATE(6911)] = 320808, - [SMALL_STATE(6912)] = 320825, - [SMALL_STATE(6913)] = 320842, - [SMALL_STATE(6914)] = 320859, - [SMALL_STATE(6915)] = 320876, - [SMALL_STATE(6916)] = 320893, - [SMALL_STATE(6917)] = 320910, - [SMALL_STATE(6918)] = 320927, - [SMALL_STATE(6919)] = 320944, - [SMALL_STATE(6920)] = 320961, - [SMALL_STATE(6921)] = 320978, - [SMALL_STATE(6922)] = 320995, - [SMALL_STATE(6923)] = 321012, - [SMALL_STATE(6924)] = 321029, - [SMALL_STATE(6925)] = 321046, - [SMALL_STATE(6926)] = 321063, - [SMALL_STATE(6927)] = 321080, - [SMALL_STATE(6928)] = 321097, - [SMALL_STATE(6929)] = 321114, - [SMALL_STATE(6930)] = 321131, - [SMALL_STATE(6931)] = 321148, - [SMALL_STATE(6932)] = 321165, - [SMALL_STATE(6933)] = 321182, - [SMALL_STATE(6934)] = 321199, - [SMALL_STATE(6935)] = 321216, - [SMALL_STATE(6936)] = 321233, - [SMALL_STATE(6937)] = 321250, - [SMALL_STATE(6938)] = 321267, - [SMALL_STATE(6939)] = 321284, - [SMALL_STATE(6940)] = 321301, - [SMALL_STATE(6941)] = 321318, - [SMALL_STATE(6942)] = 321335, - [SMALL_STATE(6943)] = 321352, - [SMALL_STATE(6944)] = 321369, - [SMALL_STATE(6945)] = 321386, - [SMALL_STATE(6946)] = 321401, - [SMALL_STATE(6947)] = 321418, - [SMALL_STATE(6948)] = 321435, - [SMALL_STATE(6949)] = 321452, - [SMALL_STATE(6950)] = 321469, - [SMALL_STATE(6951)] = 321486, - [SMALL_STATE(6952)] = 321503, - [SMALL_STATE(6953)] = 321520, - [SMALL_STATE(6954)] = 321537, - [SMALL_STATE(6955)] = 321554, - [SMALL_STATE(6956)] = 321571, - [SMALL_STATE(6957)] = 321588, - [SMALL_STATE(6958)] = 321605, - [SMALL_STATE(6959)] = 321622, - [SMALL_STATE(6960)] = 321639, - [SMALL_STATE(6961)] = 321656, - [SMALL_STATE(6962)] = 321673, - [SMALL_STATE(6963)] = 321690, - [SMALL_STATE(6964)] = 321707, - [SMALL_STATE(6965)] = 321724, - [SMALL_STATE(6966)] = 321741, - [SMALL_STATE(6967)] = 321758, - [SMALL_STATE(6968)] = 321775, - [SMALL_STATE(6969)] = 321792, - [SMALL_STATE(6970)] = 321809, - [SMALL_STATE(6971)] = 321826, - [SMALL_STATE(6972)] = 321843, - [SMALL_STATE(6973)] = 321860, - [SMALL_STATE(6974)] = 321877, - [SMALL_STATE(6975)] = 321894, - [SMALL_STATE(6976)] = 321911, - [SMALL_STATE(6977)] = 321928, - [SMALL_STATE(6978)] = 321945, - [SMALL_STATE(6979)] = 321962, - [SMALL_STATE(6980)] = 321979, - [SMALL_STATE(6981)] = 321996, - [SMALL_STATE(6982)] = 322013, - [SMALL_STATE(6983)] = 322030, - [SMALL_STATE(6984)] = 322047, - [SMALL_STATE(6985)] = 322064, - [SMALL_STATE(6986)] = 322081, - [SMALL_STATE(6987)] = 322098, - [SMALL_STATE(6988)] = 322115, - [SMALL_STATE(6989)] = 322132, - [SMALL_STATE(6990)] = 322149, - [SMALL_STATE(6991)] = 322166, - [SMALL_STATE(6992)] = 322183, - [SMALL_STATE(6993)] = 322200, - [SMALL_STATE(6994)] = 322217, - [SMALL_STATE(6995)] = 322234, - [SMALL_STATE(6996)] = 322251, - [SMALL_STATE(6997)] = 322268, - [SMALL_STATE(6998)] = 322285, - [SMALL_STATE(6999)] = 322302, - [SMALL_STATE(7000)] = 322319, - [SMALL_STATE(7001)] = 322336, - [SMALL_STATE(7002)] = 322353, - [SMALL_STATE(7003)] = 322370, - [SMALL_STATE(7004)] = 322387, - [SMALL_STATE(7005)] = 322404, - [SMALL_STATE(7006)] = 322421, - [SMALL_STATE(7007)] = 322438, - [SMALL_STATE(7008)] = 322455, - [SMALL_STATE(7009)] = 322472, - [SMALL_STATE(7010)] = 322489, - [SMALL_STATE(7011)] = 322506, - [SMALL_STATE(7012)] = 322523, - [SMALL_STATE(7013)] = 322540, - [SMALL_STATE(7014)] = 322557, - [SMALL_STATE(7015)] = 322574, - [SMALL_STATE(7016)] = 322591, - [SMALL_STATE(7017)] = 322608, - [SMALL_STATE(7018)] = 322625, - [SMALL_STATE(7019)] = 322642, - [SMALL_STATE(7020)] = 322659, - [SMALL_STATE(7021)] = 322676, - [SMALL_STATE(7022)] = 322693, - [SMALL_STATE(7023)] = 322710, - [SMALL_STATE(7024)] = 322727, - [SMALL_STATE(7025)] = 322744, - [SMALL_STATE(7026)] = 322761, - [SMALL_STATE(7027)] = 322778, - [SMALL_STATE(7028)] = 322795, - [SMALL_STATE(7029)] = 322812, - [SMALL_STATE(7030)] = 322829, - [SMALL_STATE(7031)] = 322846, - [SMALL_STATE(7032)] = 322863, - [SMALL_STATE(7033)] = 322880, - [SMALL_STATE(7034)] = 322897, - [SMALL_STATE(7035)] = 322914, - [SMALL_STATE(7036)] = 322931, - [SMALL_STATE(7037)] = 322948, - [SMALL_STATE(7038)] = 322965, - [SMALL_STATE(7039)] = 322982, - [SMALL_STATE(7040)] = 322999, - [SMALL_STATE(7041)] = 323016, - [SMALL_STATE(7042)] = 323033, - [SMALL_STATE(7043)] = 323050, - [SMALL_STATE(7044)] = 323067, - [SMALL_STATE(7045)] = 323084, - [SMALL_STATE(7046)] = 323101, - [SMALL_STATE(7047)] = 323118, - [SMALL_STATE(7048)] = 323135, - [SMALL_STATE(7049)] = 323152, - [SMALL_STATE(7050)] = 323169, - [SMALL_STATE(7051)] = 323186, - [SMALL_STATE(7052)] = 323203, - [SMALL_STATE(7053)] = 323220, - [SMALL_STATE(7054)] = 323237, - [SMALL_STATE(7055)] = 323254, - [SMALL_STATE(7056)] = 323271, - [SMALL_STATE(7057)] = 323288, - [SMALL_STATE(7058)] = 323305, - [SMALL_STATE(7059)] = 323322, - [SMALL_STATE(7060)] = 323339, - [SMALL_STATE(7061)] = 323356, - [SMALL_STATE(7062)] = 323373, - [SMALL_STATE(7063)] = 323390, - [SMALL_STATE(7064)] = 323407, - [SMALL_STATE(7065)] = 323424, - [SMALL_STATE(7066)] = 323441, - [SMALL_STATE(7067)] = 323458, - [SMALL_STATE(7068)] = 323475, - [SMALL_STATE(7069)] = 323492, - [SMALL_STATE(7070)] = 323509, - [SMALL_STATE(7071)] = 323526, - [SMALL_STATE(7072)] = 323543, - [SMALL_STATE(7073)] = 323560, - [SMALL_STATE(7074)] = 323564, - [SMALL_STATE(7075)] = 323568, - [SMALL_STATE(7076)] = 323572, - [SMALL_STATE(7077)] = 323576, + [SMALL_STATE(207)] = 0, + [SMALL_STATE(208)] = 85, + [SMALL_STATE(209)] = 164, + [SMALL_STATE(210)] = 255, + [SMALL_STATE(211)] = 346, + [SMALL_STATE(212)] = 437, + [SMALL_STATE(213)] = 516, + [SMALL_STATE(214)] = 607, + [SMALL_STATE(215)] = 698, + [SMALL_STATE(216)] = 779, + [SMALL_STATE(217)] = 854, + [SMALL_STATE(218)] = 945, + [SMALL_STATE(219)] = 1024, + [SMALL_STATE(220)] = 1099, + [SMALL_STATE(221)] = 1232, + [SMALL_STATE(222)] = 1323, + [SMALL_STATE(223)] = 1412, + [SMALL_STATE(224)] = 1487, + [SMALL_STATE(225)] = 1562, + [SMALL_STATE(226)] = 1637, + [SMALL_STATE(227)] = 1720, + [SMALL_STATE(228)] = 1797, + [SMALL_STATE(229)] = 1874, + [SMALL_STATE(230)] = 1963, + [SMALL_STATE(231)] = 2042, + [SMALL_STATE(232)] = 2121, + [SMALL_STATE(233)] = 2200, + [SMALL_STATE(234)] = 2333, + [SMALL_STATE(235)] = 2464, + [SMALL_STATE(236)] = 2541, + [SMALL_STATE(237)] = 2620, + [SMALL_STATE(238)] = 2711, + [SMALL_STATE(239)] = 2786, + [SMALL_STATE(240)] = 2863, + [SMALL_STATE(241)] = 2942, + [SMALL_STATE(242)] = 3019, + [SMALL_STATE(243)] = 3098, + [SMALL_STATE(244)] = 3172, + [SMALL_STATE(245)] = 3252, + [SMALL_STATE(246)] = 3332, + [SMALL_STATE(247)] = 3410, + [SMALL_STATE(248)] = 3486, + [SMALL_STATE(249)] = 3560, + [SMALL_STATE(250)] = 3634, + [SMALL_STATE(251)] = 3708, + [SMALL_STATE(252)] = 3786, + [SMALL_STATE(253)] = 3860, + [SMALL_STATE(254)] = 3938, + [SMALL_STATE(255)] = 4029, + [SMALL_STATE(256)] = 4156, + [SMALL_STATE(257)] = 4229, + [SMALL_STATE(258)] = 4302, + [SMALL_STATE(259)] = 4375, + [SMALL_STATE(260)] = 4448, + [SMALL_STATE(261)] = 4521, + [SMALL_STATE(262)] = 4594, + [SMALL_STATE(263)] = 4721, + [SMALL_STATE(264)] = 4794, + [SMALL_STATE(265)] = 4867, + [SMALL_STATE(266)] = 4940, + [SMALL_STATE(267)] = 5013, + [SMALL_STATE(268)] = 5086, + [SMALL_STATE(269)] = 5161, + [SMALL_STATE(270)] = 5234, + [SMALL_STATE(271)] = 5307, + [SMALL_STATE(272)] = 5380, + [SMALL_STATE(273)] = 5507, + [SMALL_STATE(274)] = 5584, + [SMALL_STATE(275)] = 5711, + [SMALL_STATE(276)] = 5786, + [SMALL_STATE(277)] = 5861, + [SMALL_STATE(278)] = 5934, + [SMALL_STATE(279)] = 6007, + [SMALL_STATE(280)] = 6084, + [SMALL_STATE(281)] = 6157, + [SMALL_STATE(282)] = 6234, + [SMALL_STATE(283)] = 6311, + [SMALL_STATE(284)] = 6388, + [SMALL_STATE(285)] = 6463, + [SMALL_STATE(286)] = 6536, + [SMALL_STATE(287)] = 6609, + [SMALL_STATE(288)] = 6686, + [SMALL_STATE(289)] = 6761, + [SMALL_STATE(290)] = 6834, + [SMALL_STATE(291)] = 6907, + [SMALL_STATE(292)] = 6984, + [SMALL_STATE(293)] = 7061, + [SMALL_STATE(294)] = 7134, + [SMALL_STATE(295)] = 7211, + [SMALL_STATE(296)] = 7284, + [SMALL_STATE(297)] = 7359, + [SMALL_STATE(298)] = 7484, + [SMALL_STATE(299)] = 7557, + [SMALL_STATE(300)] = 7630, + [SMALL_STATE(301)] = 7703, + [SMALL_STATE(302)] = 7776, + [SMALL_STATE(303)] = 7849, + [SMALL_STATE(304)] = 7976, + [SMALL_STATE(305)] = 8049, + [SMALL_STATE(306)] = 8176, + [SMALL_STATE(307)] = 8249, + [SMALL_STATE(308)] = 8322, + [SMALL_STATE(309)] = 8401, + [SMALL_STATE(310)] = 8528, + [SMALL_STATE(311)] = 8601, + [SMALL_STATE(312)] = 8690, + [SMALL_STATE(313)] = 8766, + [SMALL_STATE(314)] = 8890, + [SMALL_STATE(315)] = 8980, + [SMALL_STATE(316)] = 9052, + [SMALL_STATE(317)] = 9176, + [SMALL_STATE(318)] = 9300, + [SMALL_STATE(319)] = 9424, + [SMALL_STATE(320)] = 9548, + [SMALL_STATE(321)] = 9672, + [SMALL_STATE(322)] = 9750, + [SMALL_STATE(323)] = 9822, + [SMALL_STATE(324)] = 9896, + [SMALL_STATE(325)] = 10020, + [SMALL_STATE(326)] = 10144, + [SMALL_STATE(327)] = 10268, + [SMALL_STATE(328)] = 10392, + [SMALL_STATE(329)] = 10468, + [SMALL_STATE(330)] = 10592, + [SMALL_STATE(331)] = 10716, + [SMALL_STATE(332)] = 10840, + [SMALL_STATE(333)] = 10912, + [SMALL_STATE(334)] = 11036, + [SMALL_STATE(335)] = 11160, + [SMALL_STATE(336)] = 11248, + [SMALL_STATE(337)] = 11372, + [SMALL_STATE(338)] = 11496, + [SMALL_STATE(339)] = 11568, + [SMALL_STATE(340)] = 11692, + [SMALL_STATE(341)] = 11816, + [SMALL_STATE(342)] = 11888, + [SMALL_STATE(343)] = 12009, + [SMALL_STATE(344)] = 12130, + [SMALL_STATE(345)] = 12251, + [SMALL_STATE(346)] = 12372, + [SMALL_STATE(347)] = 12493, + [SMALL_STATE(348)] = 12614, + [SMALL_STATE(349)] = 12735, + [SMALL_STATE(350)] = 12856, + [SMALL_STATE(351)] = 12977, + [SMALL_STATE(352)] = 13098, + [SMALL_STATE(353)] = 13219, + [SMALL_STATE(354)] = 13340, + [SMALL_STATE(355)] = 13461, + [SMALL_STATE(356)] = 13582, + [SMALL_STATE(357)] = 13703, + [SMALL_STATE(358)] = 13824, + [SMALL_STATE(359)] = 13945, + [SMALL_STATE(360)] = 14066, + [SMALL_STATE(361)] = 14187, + [SMALL_STATE(362)] = 14308, + [SMALL_STATE(363)] = 14429, + [SMALL_STATE(364)] = 14550, + [SMALL_STATE(365)] = 14671, + [SMALL_STATE(366)] = 14792, + [SMALL_STATE(367)] = 14913, + [SMALL_STATE(368)] = 15034, + [SMALL_STATE(369)] = 15155, + [SMALL_STATE(370)] = 15276, + [SMALL_STATE(371)] = 15397, + [SMALL_STATE(372)] = 15518, + [SMALL_STATE(373)] = 15639, + [SMALL_STATE(374)] = 15760, + [SMALL_STATE(375)] = 15881, + [SMALL_STATE(376)] = 16002, + [SMALL_STATE(377)] = 16123, + [SMALL_STATE(378)] = 16244, + [SMALL_STATE(379)] = 16365, + [SMALL_STATE(380)] = 16486, + [SMALL_STATE(381)] = 16607, + [SMALL_STATE(382)] = 16728, + [SMALL_STATE(383)] = 16849, + [SMALL_STATE(384)] = 16970, + [SMALL_STATE(385)] = 17091, + [SMALL_STATE(386)] = 17212, + [SMALL_STATE(387)] = 17333, + [SMALL_STATE(388)] = 17454, + [SMALL_STATE(389)] = 17575, + [SMALL_STATE(390)] = 17696, + [SMALL_STATE(391)] = 17817, + [SMALL_STATE(392)] = 17938, + [SMALL_STATE(393)] = 18059, + [SMALL_STATE(394)] = 18180, + [SMALL_STATE(395)] = 18301, + [SMALL_STATE(396)] = 18422, + [SMALL_STATE(397)] = 18543, + [SMALL_STATE(398)] = 18664, + [SMALL_STATE(399)] = 18785, + [SMALL_STATE(400)] = 18906, + [SMALL_STATE(401)] = 19027, + [SMALL_STATE(402)] = 19148, + [SMALL_STATE(403)] = 19269, + [SMALL_STATE(404)] = 19390, + [SMALL_STATE(405)] = 19511, + [SMALL_STATE(406)] = 19632, + [SMALL_STATE(407)] = 19753, + [SMALL_STATE(408)] = 19874, + [SMALL_STATE(409)] = 19995, + [SMALL_STATE(410)] = 20116, + [SMALL_STATE(411)] = 20237, + [SMALL_STATE(412)] = 20358, + [SMALL_STATE(413)] = 20479, + [SMALL_STATE(414)] = 20600, + [SMALL_STATE(415)] = 20721, + [SMALL_STATE(416)] = 20842, + [SMALL_STATE(417)] = 20963, + [SMALL_STATE(418)] = 21084, + [SMALL_STATE(419)] = 21205, + [SMALL_STATE(420)] = 21326, + [SMALL_STATE(421)] = 21447, + [SMALL_STATE(422)] = 21568, + [SMALL_STATE(423)] = 21689, + [SMALL_STATE(424)] = 21810, + [SMALL_STATE(425)] = 21931, + [SMALL_STATE(426)] = 22052, + [SMALL_STATE(427)] = 22173, + [SMALL_STATE(428)] = 22294, + [SMALL_STATE(429)] = 22415, + [SMALL_STATE(430)] = 22536, + [SMALL_STATE(431)] = 22657, + [SMALL_STATE(432)] = 22778, + [SMALL_STATE(433)] = 22899, + [SMALL_STATE(434)] = 23020, + [SMALL_STATE(435)] = 23141, + [SMALL_STATE(436)] = 23262, + [SMALL_STATE(437)] = 23383, + [SMALL_STATE(438)] = 23504, + [SMALL_STATE(439)] = 23625, + [SMALL_STATE(440)] = 23746, + [SMALL_STATE(441)] = 23867, + [SMALL_STATE(442)] = 23988, + [SMALL_STATE(443)] = 24109, + [SMALL_STATE(444)] = 24230, + [SMALL_STATE(445)] = 24351, + [SMALL_STATE(446)] = 24472, + [SMALL_STATE(447)] = 24593, + [SMALL_STATE(448)] = 24714, + [SMALL_STATE(449)] = 24835, + [SMALL_STATE(450)] = 24956, + [SMALL_STATE(451)] = 25077, + [SMALL_STATE(452)] = 25198, + [SMALL_STATE(453)] = 25319, + [SMALL_STATE(454)] = 25440, + [SMALL_STATE(455)] = 25561, + [SMALL_STATE(456)] = 25682, + [SMALL_STATE(457)] = 25803, + [SMALL_STATE(458)] = 25924, + [SMALL_STATE(459)] = 26045, + [SMALL_STATE(460)] = 26166, + [SMALL_STATE(461)] = 26287, + [SMALL_STATE(462)] = 26408, + [SMALL_STATE(463)] = 26529, + [SMALL_STATE(464)] = 26650, + [SMALL_STATE(465)] = 26771, + [SMALL_STATE(466)] = 26892, + [SMALL_STATE(467)] = 27013, + [SMALL_STATE(468)] = 27134, + [SMALL_STATE(469)] = 27255, + [SMALL_STATE(470)] = 27376, + [SMALL_STATE(471)] = 27497, + [SMALL_STATE(472)] = 27618, + [SMALL_STATE(473)] = 27739, + [SMALL_STATE(474)] = 27860, + [SMALL_STATE(475)] = 27981, + [SMALL_STATE(476)] = 28102, + [SMALL_STATE(477)] = 28223, + [SMALL_STATE(478)] = 28344, + [SMALL_STATE(479)] = 28465, + [SMALL_STATE(480)] = 28586, + [SMALL_STATE(481)] = 28707, + [SMALL_STATE(482)] = 28828, + [SMALL_STATE(483)] = 28949, + [SMALL_STATE(484)] = 29070, + [SMALL_STATE(485)] = 29191, + [SMALL_STATE(486)] = 29312, + [SMALL_STATE(487)] = 29433, + [SMALL_STATE(488)] = 29554, + [SMALL_STATE(489)] = 29675, + [SMALL_STATE(490)] = 29796, + [SMALL_STATE(491)] = 29917, + [SMALL_STATE(492)] = 30038, + [SMALL_STATE(493)] = 30159, + [SMALL_STATE(494)] = 30280, + [SMALL_STATE(495)] = 30401, + [SMALL_STATE(496)] = 30522, + [SMALL_STATE(497)] = 30643, + [SMALL_STATE(498)] = 30764, + [SMALL_STATE(499)] = 30885, + [SMALL_STATE(500)] = 31006, + [SMALL_STATE(501)] = 31127, + [SMALL_STATE(502)] = 31248, + [SMALL_STATE(503)] = 31369, + [SMALL_STATE(504)] = 31490, + [SMALL_STATE(505)] = 31611, + [SMALL_STATE(506)] = 31732, + [SMALL_STATE(507)] = 31853, + [SMALL_STATE(508)] = 31974, + [SMALL_STATE(509)] = 32095, + [SMALL_STATE(510)] = 32216, + [SMALL_STATE(511)] = 32337, + [SMALL_STATE(512)] = 32458, + [SMALL_STATE(513)] = 32579, + [SMALL_STATE(514)] = 32700, + [SMALL_STATE(515)] = 32821, + [SMALL_STATE(516)] = 32942, + [SMALL_STATE(517)] = 33063, + [SMALL_STATE(518)] = 33184, + [SMALL_STATE(519)] = 33305, + [SMALL_STATE(520)] = 33426, + [SMALL_STATE(521)] = 33547, + [SMALL_STATE(522)] = 33668, + [SMALL_STATE(523)] = 33789, + [SMALL_STATE(524)] = 33910, + [SMALL_STATE(525)] = 34031, + [SMALL_STATE(526)] = 34152, + [SMALL_STATE(527)] = 34273, + [SMALL_STATE(528)] = 34394, + [SMALL_STATE(529)] = 34515, + [SMALL_STATE(530)] = 34636, + [SMALL_STATE(531)] = 34757, + [SMALL_STATE(532)] = 34878, + [SMALL_STATE(533)] = 34999, + [SMALL_STATE(534)] = 35120, + [SMALL_STATE(535)] = 35241, + [SMALL_STATE(536)] = 35362, + [SMALL_STATE(537)] = 35483, + [SMALL_STATE(538)] = 35604, + [SMALL_STATE(539)] = 35725, + [SMALL_STATE(540)] = 35846, + [SMALL_STATE(541)] = 35967, + [SMALL_STATE(542)] = 36088, + [SMALL_STATE(543)] = 36209, + [SMALL_STATE(544)] = 36330, + [SMALL_STATE(545)] = 36451, + [SMALL_STATE(546)] = 36572, + [SMALL_STATE(547)] = 36693, + [SMALL_STATE(548)] = 36814, + [SMALL_STATE(549)] = 36935, + [SMALL_STATE(550)] = 37056, + [SMALL_STATE(551)] = 37177, + [SMALL_STATE(552)] = 37298, + [SMALL_STATE(553)] = 37419, + [SMALL_STATE(554)] = 37540, + [SMALL_STATE(555)] = 37661, + [SMALL_STATE(556)] = 37782, + [SMALL_STATE(557)] = 37903, + [SMALL_STATE(558)] = 38024, + [SMALL_STATE(559)] = 38145, + [SMALL_STATE(560)] = 38266, + [SMALL_STATE(561)] = 38387, + [SMALL_STATE(562)] = 38508, + [SMALL_STATE(563)] = 38629, + [SMALL_STATE(564)] = 38750, + [SMALL_STATE(565)] = 38871, + [SMALL_STATE(566)] = 38992, + [SMALL_STATE(567)] = 39113, + [SMALL_STATE(568)] = 39234, + [SMALL_STATE(569)] = 39355, + [SMALL_STATE(570)] = 39476, + [SMALL_STATE(571)] = 39597, + [SMALL_STATE(572)] = 39718, + [SMALL_STATE(573)] = 39839, + [SMALL_STATE(574)] = 39960, + [SMALL_STATE(575)] = 40081, + [SMALL_STATE(576)] = 40202, + [SMALL_STATE(577)] = 40323, + [SMALL_STATE(578)] = 40444, + [SMALL_STATE(579)] = 40565, + [SMALL_STATE(580)] = 40686, + [SMALL_STATE(581)] = 40807, + [SMALL_STATE(582)] = 40928, + [SMALL_STATE(583)] = 41049, + [SMALL_STATE(584)] = 41170, + [SMALL_STATE(585)] = 41291, + [SMALL_STATE(586)] = 41412, + [SMALL_STATE(587)] = 41533, + [SMALL_STATE(588)] = 41654, + [SMALL_STATE(589)] = 41775, + [SMALL_STATE(590)] = 41896, + [SMALL_STATE(591)] = 42017, + [SMALL_STATE(592)] = 42138, + [SMALL_STATE(593)] = 42259, + [SMALL_STATE(594)] = 42380, + [SMALL_STATE(595)] = 42501, + [SMALL_STATE(596)] = 42622, + [SMALL_STATE(597)] = 42743, + [SMALL_STATE(598)] = 42864, + [SMALL_STATE(599)] = 42985, + [SMALL_STATE(600)] = 43106, + [SMALL_STATE(601)] = 43227, + [SMALL_STATE(602)] = 43348, + [SMALL_STATE(603)] = 43469, + [SMALL_STATE(604)] = 43590, + [SMALL_STATE(605)] = 43711, + [SMALL_STATE(606)] = 43832, + [SMALL_STATE(607)] = 43953, + [SMALL_STATE(608)] = 44074, + [SMALL_STATE(609)] = 44195, + [SMALL_STATE(610)] = 44316, + [SMALL_STATE(611)] = 44437, + [SMALL_STATE(612)] = 44558, + [SMALL_STATE(613)] = 44679, + [SMALL_STATE(614)] = 44800, + [SMALL_STATE(615)] = 44921, + [SMALL_STATE(616)] = 45042, + [SMALL_STATE(617)] = 45163, + [SMALL_STATE(618)] = 45284, + [SMALL_STATE(619)] = 45405, + [SMALL_STATE(620)] = 45526, + [SMALL_STATE(621)] = 45647, + [SMALL_STATE(622)] = 45768, + [SMALL_STATE(623)] = 45889, + [SMALL_STATE(624)] = 46010, + [SMALL_STATE(625)] = 46131, + [SMALL_STATE(626)] = 46252, + [SMALL_STATE(627)] = 46373, + [SMALL_STATE(628)] = 46494, + [SMALL_STATE(629)] = 46615, + [SMALL_STATE(630)] = 46736, + [SMALL_STATE(631)] = 46857, + [SMALL_STATE(632)] = 46978, + [SMALL_STATE(633)] = 47099, + [SMALL_STATE(634)] = 47220, + [SMALL_STATE(635)] = 47341, + [SMALL_STATE(636)] = 47462, + [SMALL_STATE(637)] = 47583, + [SMALL_STATE(638)] = 47704, + [SMALL_STATE(639)] = 47825, + [SMALL_STATE(640)] = 47946, + [SMALL_STATE(641)] = 48067, + [SMALL_STATE(642)] = 48188, + [SMALL_STATE(643)] = 48309, + [SMALL_STATE(644)] = 48430, + [SMALL_STATE(645)] = 48551, + [SMALL_STATE(646)] = 48672, + [SMALL_STATE(647)] = 48793, + [SMALL_STATE(648)] = 48914, + [SMALL_STATE(649)] = 49035, + [SMALL_STATE(650)] = 49156, + [SMALL_STATE(651)] = 49277, + [SMALL_STATE(652)] = 49398, + [SMALL_STATE(653)] = 49519, + [SMALL_STATE(654)] = 49640, + [SMALL_STATE(655)] = 49761, + [SMALL_STATE(656)] = 49882, + [SMALL_STATE(657)] = 50003, + [SMALL_STATE(658)] = 50124, + [SMALL_STATE(659)] = 50245, + [SMALL_STATE(660)] = 50366, + [SMALL_STATE(661)] = 50487, + [SMALL_STATE(662)] = 50608, + [SMALL_STATE(663)] = 50729, + [SMALL_STATE(664)] = 50850, + [SMALL_STATE(665)] = 50971, + [SMALL_STATE(666)] = 51092, + [SMALL_STATE(667)] = 51213, + [SMALL_STATE(668)] = 51334, + [SMALL_STATE(669)] = 51455, + [SMALL_STATE(670)] = 51576, + [SMALL_STATE(671)] = 51697, + [SMALL_STATE(672)] = 51818, + [SMALL_STATE(673)] = 51939, + [SMALL_STATE(674)] = 52060, + [SMALL_STATE(675)] = 52181, + [SMALL_STATE(676)] = 52302, + [SMALL_STATE(677)] = 52423, + [SMALL_STATE(678)] = 52544, + [SMALL_STATE(679)] = 52665, + [SMALL_STATE(680)] = 52786, + [SMALL_STATE(681)] = 52907, + [SMALL_STATE(682)] = 53028, + [SMALL_STATE(683)] = 53149, + [SMALL_STATE(684)] = 53270, + [SMALL_STATE(685)] = 53391, + [SMALL_STATE(686)] = 53512, + [SMALL_STATE(687)] = 53633, + [SMALL_STATE(688)] = 53754, + [SMALL_STATE(689)] = 53875, + [SMALL_STATE(690)] = 53996, + [SMALL_STATE(691)] = 54117, + [SMALL_STATE(692)] = 54238, + [SMALL_STATE(693)] = 54359, + [SMALL_STATE(694)] = 54480, + [SMALL_STATE(695)] = 54601, + [SMALL_STATE(696)] = 54722, + [SMALL_STATE(697)] = 54843, + [SMALL_STATE(698)] = 54964, + [SMALL_STATE(699)] = 55085, + [SMALL_STATE(700)] = 55206, + [SMALL_STATE(701)] = 55327, + [SMALL_STATE(702)] = 55448, + [SMALL_STATE(703)] = 55569, + [SMALL_STATE(704)] = 55690, + [SMALL_STATE(705)] = 55811, + [SMALL_STATE(706)] = 55932, + [SMALL_STATE(707)] = 56053, + [SMALL_STATE(708)] = 56174, + [SMALL_STATE(709)] = 56295, + [SMALL_STATE(710)] = 56416, + [SMALL_STATE(711)] = 56537, + [SMALL_STATE(712)] = 56658, + [SMALL_STATE(713)] = 56779, + [SMALL_STATE(714)] = 56900, + [SMALL_STATE(715)] = 57021, + [SMALL_STATE(716)] = 57142, + [SMALL_STATE(717)] = 57263, + [SMALL_STATE(718)] = 57384, + [SMALL_STATE(719)] = 57505, + [SMALL_STATE(720)] = 57626, + [SMALL_STATE(721)] = 57747, + [SMALL_STATE(722)] = 57868, + [SMALL_STATE(723)] = 57989, + [SMALL_STATE(724)] = 58110, + [SMALL_STATE(725)] = 58231, + [SMALL_STATE(726)] = 58352, + [SMALL_STATE(727)] = 58473, + [SMALL_STATE(728)] = 58594, + [SMALL_STATE(729)] = 58715, + [SMALL_STATE(730)] = 58836, + [SMALL_STATE(731)] = 58957, + [SMALL_STATE(732)] = 59078, + [SMALL_STATE(733)] = 59199, + [SMALL_STATE(734)] = 59320, + [SMALL_STATE(735)] = 59441, + [SMALL_STATE(736)] = 59562, + [SMALL_STATE(737)] = 59683, + [SMALL_STATE(738)] = 59804, + [SMALL_STATE(739)] = 59925, + [SMALL_STATE(740)] = 60046, + [SMALL_STATE(741)] = 60167, + [SMALL_STATE(742)] = 60288, + [SMALL_STATE(743)] = 60409, + [SMALL_STATE(744)] = 60530, + [SMALL_STATE(745)] = 60651, + [SMALL_STATE(746)] = 60772, + [SMALL_STATE(747)] = 60893, + [SMALL_STATE(748)] = 61014, + [SMALL_STATE(749)] = 61135, + [SMALL_STATE(750)] = 61256, + [SMALL_STATE(751)] = 61347, + [SMALL_STATE(752)] = 61468, + [SMALL_STATE(753)] = 61589, + [SMALL_STATE(754)] = 61710, + [SMALL_STATE(755)] = 61831, + [SMALL_STATE(756)] = 61952, + [SMALL_STATE(757)] = 62073, + [SMALL_STATE(758)] = 62194, + [SMALL_STATE(759)] = 62315, + [SMALL_STATE(760)] = 62436, + [SMALL_STATE(761)] = 62557, + [SMALL_STATE(762)] = 62678, + [SMALL_STATE(763)] = 62799, + [SMALL_STATE(764)] = 62920, + [SMALL_STATE(765)] = 63041, + [SMALL_STATE(766)] = 63162, + [SMALL_STATE(767)] = 63283, + [SMALL_STATE(768)] = 63404, + [SMALL_STATE(769)] = 63525, + [SMALL_STATE(770)] = 63646, + [SMALL_STATE(771)] = 63767, + [SMALL_STATE(772)] = 63888, + [SMALL_STATE(773)] = 64009, + [SMALL_STATE(774)] = 64080, + [SMALL_STATE(775)] = 64201, + [SMALL_STATE(776)] = 64272, + [SMALL_STATE(777)] = 64393, + [SMALL_STATE(778)] = 64464, + [SMALL_STATE(779)] = 64585, + [SMALL_STATE(780)] = 64706, + [SMALL_STATE(781)] = 64827, + [SMALL_STATE(782)] = 64948, + [SMALL_STATE(783)] = 65069, + [SMALL_STATE(784)] = 65190, + [SMALL_STATE(785)] = 65311, + [SMALL_STATE(786)] = 65432, + [SMALL_STATE(787)] = 65553, + [SMALL_STATE(788)] = 65674, + [SMALL_STATE(789)] = 65795, + [SMALL_STATE(790)] = 65916, + [SMALL_STATE(791)] = 66037, + [SMALL_STATE(792)] = 66158, + [SMALL_STATE(793)] = 66279, + [SMALL_STATE(794)] = 66400, + [SMALL_STATE(795)] = 66471, + [SMALL_STATE(796)] = 66592, + [SMALL_STATE(797)] = 66713, + [SMALL_STATE(798)] = 66834, + [SMALL_STATE(799)] = 66955, + [SMALL_STATE(800)] = 67076, + [SMALL_STATE(801)] = 67197, + [SMALL_STATE(802)] = 67318, + [SMALL_STATE(803)] = 67439, + [SMALL_STATE(804)] = 67560, + [SMALL_STATE(805)] = 67681, + [SMALL_STATE(806)] = 67802, + [SMALL_STATE(807)] = 67923, + [SMALL_STATE(808)] = 67994, + [SMALL_STATE(809)] = 68115, + [SMALL_STATE(810)] = 68186, + [SMALL_STATE(811)] = 68257, + [SMALL_STATE(812)] = 68328, + [SMALL_STATE(813)] = 68399, + [SMALL_STATE(814)] = 68520, + [SMALL_STATE(815)] = 68591, + [SMALL_STATE(816)] = 68662, + [SMALL_STATE(817)] = 68733, + [SMALL_STATE(818)] = 68854, + [SMALL_STATE(819)] = 68925, + [SMALL_STATE(820)] = 69046, + [SMALL_STATE(821)] = 69117, + [SMALL_STATE(822)] = 69238, + [SMALL_STATE(823)] = 69359, + [SMALL_STATE(824)] = 69480, + [SMALL_STATE(825)] = 69601, + [SMALL_STATE(826)] = 69672, + [SMALL_STATE(827)] = 69743, + [SMALL_STATE(828)] = 69864, + [SMALL_STATE(829)] = 69985, + [SMALL_STATE(830)] = 70106, + [SMALL_STATE(831)] = 70227, + [SMALL_STATE(832)] = 70348, + [SMALL_STATE(833)] = 70419, + [SMALL_STATE(834)] = 70490, + [SMALL_STATE(835)] = 70611, + [SMALL_STATE(836)] = 70732, + [SMALL_STATE(837)] = 70853, + [SMALL_STATE(838)] = 70974, + [SMALL_STATE(839)] = 71095, + [SMALL_STATE(840)] = 71166, + [SMALL_STATE(841)] = 71287, + [SMALL_STATE(842)] = 71358, + [SMALL_STATE(843)] = 71479, + [SMALL_STATE(844)] = 71600, + [SMALL_STATE(845)] = 71721, + [SMALL_STATE(846)] = 71842, + [SMALL_STATE(847)] = 71963, + [SMALL_STATE(848)] = 72084, + [SMALL_STATE(849)] = 72205, + [SMALL_STATE(850)] = 72326, + [SMALL_STATE(851)] = 72447, + [SMALL_STATE(852)] = 72518, + [SMALL_STATE(853)] = 72589, + [SMALL_STATE(854)] = 72710, + [SMALL_STATE(855)] = 72781, + [SMALL_STATE(856)] = 72902, + [SMALL_STATE(857)] = 73023, + [SMALL_STATE(858)] = 73094, + [SMALL_STATE(859)] = 73165, + [SMALL_STATE(860)] = 73236, + [SMALL_STATE(861)] = 73357, + [SMALL_STATE(862)] = 73478, + [SMALL_STATE(863)] = 73599, + [SMALL_STATE(864)] = 73720, + [SMALL_STATE(865)] = 73841, + [SMALL_STATE(866)] = 73962, + [SMALL_STATE(867)] = 74083, + [SMALL_STATE(868)] = 74204, + [SMALL_STATE(869)] = 74325, + [SMALL_STATE(870)] = 74446, + [SMALL_STATE(871)] = 74567, + [SMALL_STATE(872)] = 74688, + [SMALL_STATE(873)] = 74809, + [SMALL_STATE(874)] = 74930, + [SMALL_STATE(875)] = 75051, + [SMALL_STATE(876)] = 75172, + [SMALL_STATE(877)] = 75293, + [SMALL_STATE(878)] = 75414, + [SMALL_STATE(879)] = 75535, + [SMALL_STATE(880)] = 75656, + [SMALL_STATE(881)] = 75777, + [SMALL_STATE(882)] = 75898, + [SMALL_STATE(883)] = 76019, + [SMALL_STATE(884)] = 76140, + [SMALL_STATE(885)] = 76261, + [SMALL_STATE(886)] = 76382, + [SMALL_STATE(887)] = 76503, + [SMALL_STATE(888)] = 76624, + [SMALL_STATE(889)] = 76745, + [SMALL_STATE(890)] = 76866, + [SMALL_STATE(891)] = 76987, + [SMALL_STATE(892)] = 77108, + [SMALL_STATE(893)] = 77229, + [SMALL_STATE(894)] = 77350, + [SMALL_STATE(895)] = 77471, + [SMALL_STATE(896)] = 77592, + [SMALL_STATE(897)] = 77713, + [SMALL_STATE(898)] = 77834, + [SMALL_STATE(899)] = 77955, + [SMALL_STATE(900)] = 78076, + [SMALL_STATE(901)] = 78197, + [SMALL_STATE(902)] = 78318, + [SMALL_STATE(903)] = 78439, + [SMALL_STATE(904)] = 78560, + [SMALL_STATE(905)] = 78681, + [SMALL_STATE(906)] = 78802, + [SMALL_STATE(907)] = 78923, + [SMALL_STATE(908)] = 79044, + [SMALL_STATE(909)] = 79165, + [SMALL_STATE(910)] = 79286, + [SMALL_STATE(911)] = 79407, + [SMALL_STATE(912)] = 79528, + [SMALL_STATE(913)] = 79649, + [SMALL_STATE(914)] = 79770, + [SMALL_STATE(915)] = 79891, + [SMALL_STATE(916)] = 80012, + [SMALL_STATE(917)] = 80133, + [SMALL_STATE(918)] = 80254, + [SMALL_STATE(919)] = 80375, + [SMALL_STATE(920)] = 80496, + [SMALL_STATE(921)] = 80617, + [SMALL_STATE(922)] = 80738, + [SMALL_STATE(923)] = 80859, + [SMALL_STATE(924)] = 80980, + [SMALL_STATE(925)] = 81101, + [SMALL_STATE(926)] = 81222, + [SMALL_STATE(927)] = 81343, + [SMALL_STATE(928)] = 81464, + [SMALL_STATE(929)] = 81585, + [SMALL_STATE(930)] = 81706, + [SMALL_STATE(931)] = 81827, + [SMALL_STATE(932)] = 81948, + [SMALL_STATE(933)] = 82069, + [SMALL_STATE(934)] = 82190, + [SMALL_STATE(935)] = 82311, + [SMALL_STATE(936)] = 82432, + [SMALL_STATE(937)] = 82553, + [SMALL_STATE(938)] = 82674, + [SMALL_STATE(939)] = 82795, + [SMALL_STATE(940)] = 82916, + [SMALL_STATE(941)] = 83037, + [SMALL_STATE(942)] = 83158, + [SMALL_STATE(943)] = 83279, + [SMALL_STATE(944)] = 83400, + [SMALL_STATE(945)] = 83521, + [SMALL_STATE(946)] = 83642, + [SMALL_STATE(947)] = 83763, + [SMALL_STATE(948)] = 83884, + [SMALL_STATE(949)] = 84005, + [SMALL_STATE(950)] = 84126, + [SMALL_STATE(951)] = 84247, + [SMALL_STATE(952)] = 84368, + [SMALL_STATE(953)] = 84489, + [SMALL_STATE(954)] = 84610, + [SMALL_STATE(955)] = 84731, + [SMALL_STATE(956)] = 84852, + [SMALL_STATE(957)] = 84973, + [SMALL_STATE(958)] = 85094, + [SMALL_STATE(959)] = 85215, + [SMALL_STATE(960)] = 85336, + [SMALL_STATE(961)] = 85457, + [SMALL_STATE(962)] = 85578, + [SMALL_STATE(963)] = 85699, + [SMALL_STATE(964)] = 85820, + [SMALL_STATE(965)] = 85941, + [SMALL_STATE(966)] = 86062, + [SMALL_STATE(967)] = 86183, + [SMALL_STATE(968)] = 86304, + [SMALL_STATE(969)] = 86425, + [SMALL_STATE(970)] = 86546, + [SMALL_STATE(971)] = 86667, + [SMALL_STATE(972)] = 86788, + [SMALL_STATE(973)] = 86909, + [SMALL_STATE(974)] = 87030, + [SMALL_STATE(975)] = 87151, + [SMALL_STATE(976)] = 87272, + [SMALL_STATE(977)] = 87393, + [SMALL_STATE(978)] = 87514, + [SMALL_STATE(979)] = 87635, + [SMALL_STATE(980)] = 87756, + [SMALL_STATE(981)] = 87877, + [SMALL_STATE(982)] = 87998, + [SMALL_STATE(983)] = 88119, + [SMALL_STATE(984)] = 88240, + [SMALL_STATE(985)] = 88361, + [SMALL_STATE(986)] = 88482, + [SMALL_STATE(987)] = 88603, + [SMALL_STATE(988)] = 88689, + [SMALL_STATE(989)] = 88775, + [SMALL_STATE(990)] = 88861, + [SMALL_STATE(991)] = 88947, + [SMALL_STATE(992)] = 89033, + [SMALL_STATE(993)] = 89119, + [SMALL_STATE(994)] = 89205, + [SMALL_STATE(995)] = 89291, + [SMALL_STATE(996)] = 89377, + [SMALL_STATE(997)] = 89457, + [SMALL_STATE(998)] = 89535, + [SMALL_STATE(999)] = 89619, + [SMALL_STATE(1000)] = 89705, + [SMALL_STATE(1001)] = 89793, + [SMALL_STATE(1002)] = 89877, + [SMALL_STATE(1003)] = 89962, + [SMALL_STATE(1004)] = 90033, + [SMALL_STATE(1005)] = 90118, + [SMALL_STATE(1006)] = 90201, + [SMALL_STATE(1007)] = 90286, + [SMALL_STATE(1008)] = 90371, + [SMALL_STATE(1009)] = 90456, + [SMALL_STATE(1010)] = 90541, + [SMALL_STATE(1011)] = 90626, + [SMALL_STATE(1012)] = 90709, + [SMALL_STATE(1013)] = 90786, + [SMALL_STATE(1014)] = 90865, + [SMALL_STATE(1015)] = 90950, + [SMALL_STATE(1016)] = 91035, + [SMALL_STATE(1017)] = 91107, + [SMALL_STATE(1018)] = 91175, + [SMALL_STATE(1019)] = 91247, + [SMALL_STATE(1020)] = 91319, + [SMALL_STATE(1021)] = 91393, + [SMALL_STATE(1022)] = 91461, + [SMALL_STATE(1023)] = 91529, + [SMALL_STATE(1024)] = 91597, + [SMALL_STATE(1025)] = 91665, + [SMALL_STATE(1026)] = 91735, + [SMALL_STATE(1027)] = 91807, + [SMALL_STATE(1028)] = 91879, + [SMALL_STATE(1029)] = 91949, + [SMALL_STATE(1030)] = 92021, + [SMALL_STATE(1031)] = 92093, + [SMALL_STATE(1032)] = 92165, + [SMALL_STATE(1033)] = 92235, + [SMALL_STATE(1034)] = 92305, + [SMALL_STATE(1035)] = 92375, + [SMALL_STATE(1036)] = 92443, + [SMALL_STATE(1037)] = 92515, + [SMALL_STATE(1038)] = 92586, + [SMALL_STATE(1039)] = 92653, + [SMALL_STATE(1040)] = 92726, + [SMALL_STATE(1041)] = 92797, + [SMALL_STATE(1042)] = 92870, + [SMALL_STATE(1043)] = 92941, + [SMALL_STATE(1044)] = 93012, + [SMALL_STATE(1045)] = 93079, + [SMALL_STATE(1046)] = 93150, + [SMALL_STATE(1047)] = 93219, + [SMALL_STATE(1048)] = 93290, + [SMALL_STATE(1049)] = 93357, + [SMALL_STATE(1050)] = 93428, + [SMALL_STATE(1051)] = 93499, + [SMALL_STATE(1052)] = 93570, + [SMALL_STATE(1053)] = 93637, + [SMALL_STATE(1054)] = 93704, + [SMALL_STATE(1055)] = 93775, + [SMALL_STATE(1056)] = 93844, + [SMALL_STATE(1057)] = 93913, + [SMALL_STATE(1058)] = 93982, + [SMALL_STATE(1059)] = 94051, + [SMALL_STATE(1060)] = 94120, + [SMALL_STATE(1061)] = 94187, + [SMALL_STATE(1062)] = 94254, + [SMALL_STATE(1063)] = 94321, + [SMALL_STATE(1064)] = 94388, + [SMALL_STATE(1065)] = 94455, + [SMALL_STATE(1066)] = 94526, + [SMALL_STATE(1067)] = 94593, + [SMALL_STATE(1068)] = 94665, + [SMALL_STATE(1069)] = 94731, + [SMALL_STATE(1070)] = 94799, + [SMALL_STATE(1071)] = 94865, + [SMALL_STATE(1072)] = 94931, + [SMALL_STATE(1073)] = 94997, + [SMALL_STATE(1074)] = 95067, + [SMALL_STATE(1075)] = 95133, + [SMALL_STATE(1076)] = 95199, + [SMALL_STATE(1077)] = 95265, + [SMALL_STATE(1078)] = 95337, + [SMALL_STATE(1079)] = 95403, + [SMALL_STATE(1080)] = 95489, + [SMALL_STATE(1081)] = 95577, + [SMALL_STATE(1082)] = 95665, + [SMALL_STATE(1083)] = 95753, + [SMALL_STATE(1084)] = 95841, + [SMALL_STATE(1085)] = 95929, + [SMALL_STATE(1086)] = 95999, + [SMALL_STATE(1087)] = 96087, + [SMALL_STATE(1088)] = 96175, + [SMALL_STATE(1089)] = 96255, + [SMALL_STATE(1090)] = 96321, + [SMALL_STATE(1091)] = 96387, + [SMALL_STATE(1092)] = 96463, + [SMALL_STATE(1093)] = 96533, + [SMALL_STATE(1094)] = 96619, + [SMALL_STATE(1095)] = 96685, + [SMALL_STATE(1096)] = 96773, + [SMALL_STATE(1097)] = 96861, + [SMALL_STATE(1098)] = 96927, + [SMALL_STATE(1099)] = 96993, + [SMALL_STATE(1100)] = 97059, + [SMALL_STATE(1101)] = 97131, + [SMALL_STATE(1102)] = 97197, + [SMALL_STATE(1103)] = 97263, + [SMALL_STATE(1104)] = 97329, + [SMALL_STATE(1105)] = 97395, + [SMALL_STATE(1106)] = 97461, + [SMALL_STATE(1107)] = 97527, + [SMALL_STATE(1108)] = 97593, + [SMALL_STATE(1109)] = 97659, + [SMALL_STATE(1110)] = 97725, + [SMALL_STATE(1111)] = 97791, + [SMALL_STATE(1112)] = 97857, + [SMALL_STATE(1113)] = 97923, + [SMALL_STATE(1114)] = 97989, + [SMALL_STATE(1115)] = 98055, + [SMALL_STATE(1116)] = 98121, + [SMALL_STATE(1117)] = 98187, + [SMALL_STATE(1118)] = 98253, + [SMALL_STATE(1119)] = 98318, + [SMALL_STATE(1120)] = 98383, + [SMALL_STATE(1121)] = 98448, + [SMALL_STATE(1122)] = 98521, + [SMALL_STATE(1123)] = 98586, + [SMALL_STATE(1124)] = 98659, + [SMALL_STATE(1125)] = 98724, + [SMALL_STATE(1126)] = 98789, + [SMALL_STATE(1127)] = 98854, + [SMALL_STATE(1128)] = 98919, + [SMALL_STATE(1129)] = 98984, + [SMALL_STATE(1130)] = 99049, + [SMALL_STATE(1131)] = 99114, + [SMALL_STATE(1132)] = 99179, + [SMALL_STATE(1133)] = 99244, + [SMALL_STATE(1134)] = 99309, + [SMALL_STATE(1135)] = 99374, + [SMALL_STATE(1136)] = 99439, + [SMALL_STATE(1137)] = 99506, + [SMALL_STATE(1138)] = 99577, + [SMALL_STATE(1139)] = 99642, + [SMALL_STATE(1140)] = 99707, + [SMALL_STATE(1141)] = 99772, + [SMALL_STATE(1142)] = 99837, + [SMALL_STATE(1143)] = 99902, + [SMALL_STATE(1144)] = 99967, + [SMALL_STATE(1145)] = 100032, + [SMALL_STATE(1146)] = 100097, + [SMALL_STATE(1147)] = 100162, + [SMALL_STATE(1148)] = 100227, + [SMALL_STATE(1149)] = 100293, + [SMALL_STATE(1150)] = 100363, + [SMALL_STATE(1151)] = 100433, + [SMALL_STATE(1152)] = 100501, + [SMALL_STATE(1153)] = 100571, + [SMALL_STATE(1154)] = 100641, + [SMALL_STATE(1155)] = 100711, + [SMALL_STATE(1156)] = 100779, + [SMALL_STATE(1157)] = 100845, + [SMALL_STATE(1158)] = 100915, + [SMALL_STATE(1159)] = 100981, + [SMALL_STATE(1160)] = 101047, + [SMALL_STATE(1161)] = 101113, + [SMALL_STATE(1162)] = 101183, + [SMALL_STATE(1163)] = 101249, + [SMALL_STATE(1164)] = 101319, + [SMALL_STATE(1165)] = 101387, + [SMALL_STATE(1166)] = 101455, + [SMALL_STATE(1167)] = 101520, + [SMALL_STATE(1168)] = 101613, + [SMALL_STATE(1169)] = 101706, + [SMALL_STATE(1170)] = 101799, + [SMALL_STATE(1171)] = 101892, + [SMALL_STATE(1172)] = 101985, + [SMALL_STATE(1173)] = 102050, + [SMALL_STATE(1174)] = 102117, + [SMALL_STATE(1175)] = 102210, + [SMALL_STATE(1176)] = 102275, + [SMALL_STATE(1177)] = 102368, + [SMALL_STATE(1178)] = 102461, + [SMALL_STATE(1179)] = 102554, + [SMALL_STATE(1180)] = 102619, + [SMALL_STATE(1181)] = 102712, + [SMALL_STATE(1182)] = 102796, + [SMALL_STATE(1183)] = 102876, + [SMALL_STATE(1184)] = 102940, + [SMALL_STATE(1185)] = 103004, + [SMALL_STATE(1186)] = 103068, + [SMALL_STATE(1187)] = 103132, + [SMALL_STATE(1188)] = 103196, + [SMALL_STATE(1189)] = 103260, + [SMALL_STATE(1190)] = 103340, + [SMALL_STATE(1191)] = 103422, + [SMALL_STATE(1192)] = 103504, + [SMALL_STATE(1193)] = 103568, + [SMALL_STATE(1194)] = 103632, + [SMALL_STATE(1195)] = 103696, + [SMALL_STATE(1196)] = 103760, + [SMALL_STATE(1197)] = 103824, + [SMALL_STATE(1198)] = 103888, + [SMALL_STATE(1199)] = 103970, + [SMALL_STATE(1200)] = 104052, + [SMALL_STATE(1201)] = 104134, + [SMALL_STATE(1202)] = 104216, + [SMALL_STATE(1203)] = 104298, + [SMALL_STATE(1204)] = 104362, + [SMALL_STATE(1205)] = 104438, + [SMALL_STATE(1206)] = 104502, + [SMALL_STATE(1207)] = 104566, + [SMALL_STATE(1208)] = 104638, + [SMALL_STATE(1209)] = 104702, + [SMALL_STATE(1210)] = 104766, + [SMALL_STATE(1211)] = 104830, + [SMALL_STATE(1212)] = 104894, + [SMALL_STATE(1213)] = 104958, + [SMALL_STATE(1214)] = 105022, + [SMALL_STATE(1215)] = 105086, + [SMALL_STATE(1216)] = 105150, + [SMALL_STATE(1217)] = 105214, + [SMALL_STATE(1218)] = 105278, + [SMALL_STATE(1219)] = 105360, + [SMALL_STATE(1220)] = 105424, + [SMALL_STATE(1221)] = 105505, + [SMALL_STATE(1222)] = 105586, + [SMALL_STATE(1223)] = 105657, + [SMALL_STATE(1224)] = 105738, + [SMALL_STATE(1225)] = 105819, + [SMALL_STATE(1226)] = 105900, + [SMALL_STATE(1227)] = 105975, + [SMALL_STATE(1228)] = 106056, + [SMALL_STATE(1229)] = 106137, + [SMALL_STATE(1230)] = 106216, + [SMALL_STATE(1231)] = 106297, + [SMALL_STATE(1232)] = 106378, + [SMALL_STATE(1233)] = 106457, + [SMALL_STATE(1234)] = 106538, + [SMALL_STATE(1235)] = 106619, + [SMALL_STATE(1236)] = 106688, + [SMALL_STATE(1237)] = 106769, + [SMALL_STATE(1238)] = 106837, + [SMALL_STATE(1239)] = 106915, + [SMALL_STATE(1240)] = 106997, + [SMALL_STATE(1241)] = 107077, + [SMALL_STATE(1242)] = 107147, + [SMALL_STATE(1243)] = 107221, + [SMALL_STATE(1244)] = 107303, + [SMALL_STATE(1245)] = 107385, + [SMALL_STATE(1246)] = 107467, + [SMALL_STATE(1247)] = 107549, + [SMALL_STATE(1248)] = 107631, + [SMALL_STATE(1249)] = 107713, + [SMALL_STATE(1250)] = 107795, + [SMALL_STATE(1251)] = 107875, + [SMALL_STATE(1252)] = 107941, + [SMALL_STATE(1253)] = 108023, + [SMALL_STATE(1254)] = 108104, + [SMALL_STATE(1255)] = 108199, + [SMALL_STATE(1256)] = 108294, + [SMALL_STATE(1257)] = 108389, + [SMALL_STATE(1258)] = 108470, + [SMALL_STATE(1259)] = 108551, + [SMALL_STATE(1260)] = 108632, + [SMALL_STATE(1261)] = 108713, + [SMALL_STATE(1262)] = 108794, + [SMALL_STATE(1263)] = 108875, + [SMALL_STATE(1264)] = 108970, + [SMALL_STATE(1265)] = 109051, + [SMALL_STATE(1266)] = 109124, + [SMALL_STATE(1267)] = 109219, + [SMALL_STATE(1268)] = 109288, + [SMALL_STATE(1269)] = 109367, + [SMALL_STATE(1270)] = 109462, + [SMALL_STATE(1271)] = 109543, + [SMALL_STATE(1272)] = 109638, + [SMALL_STATE(1273)] = 109703, + [SMALL_STATE(1274)] = 109798, + [SMALL_STATE(1275)] = 109893, + [SMALL_STATE(1276)] = 109988, + [SMALL_STATE(1277)] = 110083, + [SMALL_STATE(1278)] = 110178, + [SMALL_STATE(1279)] = 110273, + [SMALL_STATE(1280)] = 110368, + [SMALL_STATE(1281)] = 110463, + [SMALL_STATE(1282)] = 110542, + [SMALL_STATE(1283)] = 110637, + [SMALL_STATE(1284)] = 110732, + [SMALL_STATE(1285)] = 110827, + [SMALL_STATE(1286)] = 110922, + [SMALL_STATE(1287)] = 111017, + [SMALL_STATE(1288)] = 111112, + [SMALL_STATE(1289)] = 111207, + [SMALL_STATE(1290)] = 111302, + [SMALL_STATE(1291)] = 111397, + [SMALL_STATE(1292)] = 111492, + [SMALL_STATE(1293)] = 111587, + [SMALL_STATE(1294)] = 111682, + [SMALL_STATE(1295)] = 111777, + [SMALL_STATE(1296)] = 111844, + [SMALL_STATE(1297)] = 111908, + [SMALL_STATE(1298)] = 111974, + [SMALL_STATE(1299)] = 112036, + [SMALL_STATE(1300)] = 112113, + [SMALL_STATE(1301)] = 112190, + [SMALL_STATE(1302)] = 112267, + [SMALL_STATE(1303)] = 112330, + [SMALL_STATE(1304)] = 112407, + [SMALL_STATE(1305)] = 112484, + [SMALL_STATE(1306)] = 112561, + [SMALL_STATE(1307)] = 112638, + [SMALL_STATE(1308)] = 112704, + [SMALL_STATE(1309)] = 112778, + [SMALL_STATE(1310)] = 112856, + [SMALL_STATE(1311)] = 112934, + [SMALL_STATE(1312)] = 113004, + [SMALL_STATE(1313)] = 113070, + [SMALL_STATE(1314)] = 113146, + [SMALL_STATE(1315)] = 113224, + [SMALL_STATE(1316)] = 113302, + [SMALL_STATE(1317)] = 113380, + [SMALL_STATE(1318)] = 113458, + [SMALL_STATE(1319)] = 113536, + [SMALL_STATE(1320)] = 113614, + [SMALL_STATE(1321)] = 113690, + [SMALL_STATE(1322)] = 113752, + [SMALL_STATE(1323)] = 113814, + [SMALL_STATE(1324)] = 113874, + [SMALL_STATE(1325)] = 113950, + [SMALL_STATE(1326)] = 114020, + [SMALL_STATE(1327)] = 114096, + [SMALL_STATE(1328)] = 114172, + [SMALL_STATE(1329)] = 114248, + [SMALL_STATE(1330)] = 114324, + [SMALL_STATE(1331)] = 114400, + [SMALL_STATE(1332)] = 114476, + [SMALL_STATE(1333)] = 114554, + [SMALL_STATE(1334)] = 114630, + [SMALL_STATE(1335)] = 114704, + [SMALL_STATE(1336)] = 114780, + [SMALL_STATE(1337)] = 114865, + [SMALL_STATE(1338)] = 114950, + [SMALL_STATE(1339)] = 115025, + [SMALL_STATE(1340)] = 115110, + [SMALL_STATE(1341)] = 115195, + [SMALL_STATE(1342)] = 115280, + [SMALL_STATE(1343)] = 115365, + [SMALL_STATE(1344)] = 115428, + [SMALL_STATE(1345)] = 115489, + [SMALL_STATE(1346)] = 115552, + [SMALL_STATE(1347)] = 115609, + [SMALL_STATE(1348)] = 115694, + [SMALL_STATE(1349)] = 115757, + [SMALL_STATE(1350)] = 115842, + [SMALL_STATE(1351)] = 115927, + [SMALL_STATE(1352)] = 116012, + [SMALL_STATE(1353)] = 116070, + [SMALL_STATE(1354)] = 116144, + [SMALL_STATE(1355)] = 116208, + [SMALL_STATE(1356)] = 116276, + [SMALL_STATE(1357)] = 116350, + [SMALL_STATE(1358)] = 116424, + [SMALL_STATE(1359)] = 116498, + [SMALL_STATE(1360)] = 116572, + [SMALL_STATE(1361)] = 116646, + [SMALL_STATE(1362)] = 116720, + [SMALL_STATE(1363)] = 116794, + [SMALL_STATE(1364)] = 116866, + [SMALL_STATE(1365)] = 116926, + [SMALL_STATE(1366)] = 117000, + [SMALL_STATE(1367)] = 117074, + [SMALL_STATE(1368)] = 117132, + [SMALL_STATE(1369)] = 117206, + [SMALL_STATE(1370)] = 117266, + [SMALL_STATE(1371)] = 117322, + [SMALL_STATE(1372)] = 117382, + [SMALL_STATE(1373)] = 117456, + [SMALL_STATE(1374)] = 117530, + [SMALL_STATE(1375)] = 117588, + [SMALL_STATE(1376)] = 117648, + [SMALL_STATE(1377)] = 117706, + [SMALL_STATE(1378)] = 117778, + [SMALL_STATE(1379)] = 117852, + [SMALL_STATE(1380)] = 117910, + [SMALL_STATE(1381)] = 117970, + [SMALL_STATE(1382)] = 118030, + [SMALL_STATE(1383)] = 118104, + [SMALL_STATE(1384)] = 118160, + [SMALL_STATE(1385)] = 118228, + [SMALL_STATE(1386)] = 118284, + [SMALL_STATE(1387)] = 118348, + [SMALL_STATE(1388)] = 118404, + [SMALL_STATE(1389)] = 118476, + [SMALL_STATE(1390)] = 118548, + [SMALL_STATE(1391)] = 118620, + [SMALL_STATE(1392)] = 118694, + [SMALL_STATE(1393)] = 118754, + [SMALL_STATE(1394)] = 118828, + [SMALL_STATE(1395)] = 118888, + [SMALL_STATE(1396)] = 118962, + [SMALL_STATE(1397)] = 119038, + [SMALL_STATE(1398)] = 119094, + [SMALL_STATE(1399)] = 119150, + [SMALL_STATE(1400)] = 119210, + [SMALL_STATE(1401)] = 119266, + [SMALL_STATE(1402)] = 119321, + [SMALL_STATE(1403)] = 119394, + [SMALL_STATE(1404)] = 119467, + [SMALL_STATE(1405)] = 119520, + [SMALL_STATE(1406)] = 119593, + [SMALL_STATE(1407)] = 119666, + [SMALL_STATE(1408)] = 119739, + [SMALL_STATE(1409)] = 119812, + [SMALL_STATE(1410)] = 119885, + [SMALL_STATE(1411)] = 119946, + [SMALL_STATE(1412)] = 120019, + [SMALL_STATE(1413)] = 120092, + [SMALL_STATE(1414)] = 120159, + [SMALL_STATE(1415)] = 120222, + [SMALL_STATE(1416)] = 120295, + [SMALL_STATE(1417)] = 120366, + [SMALL_STATE(1418)] = 120439, + [SMALL_STATE(1419)] = 120494, + [SMALL_STATE(1420)] = 120555, + [SMALL_STATE(1421)] = 120626, + [SMALL_STATE(1422)] = 120697, + [SMALL_STATE(1423)] = 120752, + [SMALL_STATE(1424)] = 120825, + [SMALL_STATE(1425)] = 120898, + [SMALL_STATE(1426)] = 120953, + [SMALL_STATE(1427)] = 121010, + [SMALL_STATE(1428)] = 121064, + [SMALL_STATE(1429)] = 121118, + [SMALL_STATE(1430)] = 121172, + [SMALL_STATE(1431)] = 121226, + [SMALL_STATE(1432)] = 121280, + [SMALL_STATE(1433)] = 121334, + [SMALL_STATE(1434)] = 121408, + [SMALL_STATE(1435)] = 121480, + [SMALL_STATE(1436)] = 121534, + [SMALL_STATE(1437)] = 121608, + [SMALL_STATE(1438)] = 121662, + [SMALL_STATE(1439)] = 121734, + [SMALL_STATE(1440)] = 121788, + [SMALL_STATE(1441)] = 121854, + [SMALL_STATE(1442)] = 121928, + [SMALL_STATE(1443)] = 121982, + [SMALL_STATE(1444)] = 122036, + [SMALL_STATE(1445)] = 122090, + [SMALL_STATE(1446)] = 122144, + [SMALL_STATE(1447)] = 122206, + [SMALL_STATE(1448)] = 122260, + [SMALL_STATE(1449)] = 122314, + [SMALL_STATE(1450)] = 122384, + [SMALL_STATE(1451)] = 122456, + [SMALL_STATE(1452)] = 122510, + [SMALL_STATE(1453)] = 122582, + [SMALL_STATE(1454)] = 122636, + [SMALL_STATE(1455)] = 122690, + [SMALL_STATE(1456)] = 122762, + [SMALL_STATE(1457)] = 122834, + [SMALL_STATE(1458)] = 122906, + [SMALL_STATE(1459)] = 122978, + [SMALL_STATE(1460)] = 123050, + [SMALL_STATE(1461)] = 123104, + [SMALL_STATE(1462)] = 123174, + [SMALL_STATE(1463)] = 123240, + [SMALL_STATE(1464)] = 123302, + [SMALL_STATE(1465)] = 123376, + [SMALL_STATE(1466)] = 123436, + [SMALL_STATE(1467)] = 123494, + [SMALL_STATE(1468)] = 123564, + [SMALL_STATE(1469)] = 123618, + [SMALL_STATE(1470)] = 123690, + [SMALL_STATE(1471)] = 123762, + [SMALL_STATE(1472)] = 123836, + [SMALL_STATE(1473)] = 123890, + [SMALL_STATE(1474)] = 123964, + [SMALL_STATE(1475)] = 124036, + [SMALL_STATE(1476)] = 124090, + [SMALL_STATE(1477)] = 124160, + [SMALL_STATE(1478)] = 124214, + [SMALL_STATE(1479)] = 124268, + [SMALL_STATE(1480)] = 124322, + [SMALL_STATE(1481)] = 124394, + [SMALL_STATE(1482)] = 124454, + [SMALL_STATE(1483)] = 124524, + [SMALL_STATE(1484)] = 124582, + [SMALL_STATE(1485)] = 124656, + [SMALL_STATE(1486)] = 124730, + [SMALL_STATE(1487)] = 124784, + [SMALL_STATE(1488)] = 124858, + [SMALL_STATE(1489)] = 124925, + [SMALL_STATE(1490)] = 124984, + [SMALL_STATE(1491)] = 125053, + [SMALL_STATE(1492)] = 125122, + [SMALL_STATE(1493)] = 125197, + [SMALL_STATE(1494)] = 125254, + [SMALL_STATE(1495)] = 125313, + [SMALL_STATE(1496)] = 125379, + [SMALL_STATE(1497)] = 125437, + [SMALL_STATE(1498)] = 125491, + [SMALL_STATE(1499)] = 125557, + [SMALL_STATE(1500)] = 125611, + [SMALL_STATE(1501)] = 125671, + [SMALL_STATE(1502)] = 125737, + [SMALL_STATE(1503)] = 125803, + [SMALL_STATE(1504)] = 125869, + [SMALL_STATE(1505)] = 125935, + [SMALL_STATE(1506)] = 126001, + [SMALL_STATE(1507)] = 126063, + [SMALL_STATE(1508)] = 126129, + [SMALL_STATE(1509)] = 126195, + [SMALL_STATE(1510)] = 126253, + [SMALL_STATE(1511)] = 126311, + [SMALL_STATE(1512)] = 126377, + [SMALL_STATE(1513)] = 126449, + [SMALL_STATE(1514)] = 126507, + [SMALL_STATE(1515)] = 126565, + [SMALL_STATE(1516)] = 126619, + [SMALL_STATE(1517)] = 126677, + [SMALL_STATE(1518)] = 126733, + [SMALL_STATE(1519)] = 126789, + [SMALL_STATE(1520)] = 126845, + [SMALL_STATE(1521)] = 126901, + [SMALL_STATE(1522)] = 126957, + [SMALL_STATE(1523)] = 127029, + [SMALL_STATE(1524)] = 127085, + [SMALL_STATE(1525)] = 127141, + [SMALL_STATE(1526)] = 127197, + [SMALL_STATE(1527)] = 127253, + [SMALL_STATE(1528)] = 127319, + [SMALL_STATE(1529)] = 127375, + [SMALL_STATE(1530)] = 127431, + [SMALL_STATE(1531)] = 127487, + [SMALL_STATE(1532)] = 127543, + [SMALL_STATE(1533)] = 127597, + [SMALL_STATE(1534)] = 127669, + [SMALL_STATE(1535)] = 127738, + [SMALL_STATE(1536)] = 127807, + [SMALL_STATE(1537)] = 127874, + [SMALL_STATE(1538)] = 127943, + [SMALL_STATE(1539)] = 127996, + [SMALL_STATE(1540)] = 128063, + [SMALL_STATE(1541)] = 128132, + [SMALL_STATE(1542)] = 128201, + [SMALL_STATE(1543)] = 128270, + [SMALL_STATE(1544)] = 128339, + [SMALL_STATE(1545)] = 128408, + [SMALL_STATE(1546)] = 128477, + [SMALL_STATE(1547)] = 128540, + [SMALL_STATE(1548)] = 128609, + [SMALL_STATE(1549)] = 128668, + [SMALL_STATE(1550)] = 128735, + [SMALL_STATE(1551)] = 128804, + [SMALL_STATE(1552)] = 128859, + [SMALL_STATE(1553)] = 128914, + [SMALL_STATE(1554)] = 128977, + [SMALL_STATE(1555)] = 129046, + [SMALL_STATE(1556)] = 129115, + [SMALL_STATE(1557)] = 129184, + [SMALL_STATE(1558)] = 129253, + [SMALL_STATE(1559)] = 129324, + [SMALL_STATE(1560)] = 129391, + [SMALL_STATE(1561)] = 129450, + [SMALL_STATE(1562)] = 129519, + [SMALL_STATE(1563)] = 129578, + [SMALL_STATE(1564)] = 129637, + [SMALL_STATE(1565)] = 129706, + [SMALL_STATE(1566)] = 129775, + [SMALL_STATE(1567)] = 129838, + [SMALL_STATE(1568)] = 129893, + [SMALL_STATE(1569)] = 129962, + [SMALL_STATE(1570)] = 130031, + [SMALL_STATE(1571)] = 130082, + [SMALL_STATE(1572)] = 130149, + [SMALL_STATE(1573)] = 130214, + [SMALL_STATE(1574)] = 130271, + [SMALL_STATE(1575)] = 130342, + [SMALL_STATE(1576)] = 130407, + [SMALL_STATE(1577)] = 130472, + [SMALL_STATE(1578)] = 130531, + [SMALL_STATE(1579)] = 130592, + [SMALL_STATE(1580)] = 130657, + [SMALL_STATE(1581)] = 130722, + [SMALL_STATE(1582)] = 130791, + [SMALL_STATE(1583)] = 130860, + [SMALL_STATE(1584)] = 130925, + [SMALL_STATE(1585)] = 130994, + [SMALL_STATE(1586)] = 131059, + [SMALL_STATE(1587)] = 131128, + [SMALL_STATE(1588)] = 131193, + [SMALL_STATE(1589)] = 131258, + [SMALL_STATE(1590)] = 131323, + [SMALL_STATE(1591)] = 131388, + [SMALL_STATE(1592)] = 131455, + [SMALL_STATE(1593)] = 131524, + [SMALL_STATE(1594)] = 131593, + [SMALL_STATE(1595)] = 131643, + [SMALL_STATE(1596)] = 131693, + [SMALL_STATE(1597)] = 131761, + [SMALL_STATE(1598)] = 131829, + [SMALL_STATE(1599)] = 131897, + [SMALL_STATE(1600)] = 131949, + [SMALL_STATE(1601)] = 132017, + [SMALL_STATE(1602)] = 132081, + [SMALL_STATE(1603)] = 132145, + [SMALL_STATE(1604)] = 132209, + [SMALL_STATE(1605)] = 132273, + [SMALL_STATE(1606)] = 132337, + [SMALL_STATE(1607)] = 132401, + [SMALL_STATE(1608)] = 132465, + [SMALL_STATE(1609)] = 132529, + [SMALL_STATE(1610)] = 132589, + [SMALL_STATE(1611)] = 132647, + [SMALL_STATE(1612)] = 132701, + [SMALL_STATE(1613)] = 132765, + [SMALL_STATE(1614)] = 132819, + [SMALL_STATE(1615)] = 132883, + [SMALL_STATE(1616)] = 132937, + [SMALL_STATE(1617)] = 132987, + [SMALL_STATE(1618)] = 133035, + [SMALL_STATE(1619)] = 133083, + [SMALL_STATE(1620)] = 133135, + [SMALL_STATE(1621)] = 133183, + [SMALL_STATE(1622)] = 133231, + [SMALL_STATE(1623)] = 133279, + [SMALL_STATE(1624)] = 133327, + [SMALL_STATE(1625)] = 133375, + [SMALL_STATE(1626)] = 133423, + [SMALL_STATE(1627)] = 133475, + [SMALL_STATE(1628)] = 133525, + [SMALL_STATE(1629)] = 133573, + [SMALL_STATE(1630)] = 133621, + [SMALL_STATE(1631)] = 133669, + [SMALL_STATE(1632)] = 133717, + [SMALL_STATE(1633)] = 133765, + [SMALL_STATE(1634)] = 133813, + [SMALL_STATE(1635)] = 133863, + [SMALL_STATE(1636)] = 133917, + [SMALL_STATE(1637)] = 133971, + [SMALL_STATE(1638)] = 134019, + [SMALL_STATE(1639)] = 134067, + [SMALL_STATE(1640)] = 134115, + [SMALL_STATE(1641)] = 134163, + [SMALL_STATE(1642)] = 134211, + [SMALL_STATE(1643)] = 134259, + [SMALL_STATE(1644)] = 134307, + [SMALL_STATE(1645)] = 134355, + [SMALL_STATE(1646)] = 134407, + [SMALL_STATE(1647)] = 134501, + [SMALL_STATE(1648)] = 134549, + [SMALL_STATE(1649)] = 134597, + [SMALL_STATE(1650)] = 134645, + [SMALL_STATE(1651)] = 134693, + [SMALL_STATE(1652)] = 134741, + [SMALL_STATE(1653)] = 134789, + [SMALL_STATE(1654)] = 134883, + [SMALL_STATE(1655)] = 134933, + [SMALL_STATE(1656)] = 134989, + [SMALL_STATE(1657)] = 135039, + [SMALL_STATE(1658)] = 135089, + [SMALL_STATE(1659)] = 135165, + [SMALL_STATE(1660)] = 135213, + [SMALL_STATE(1661)] = 135261, + [SMALL_STATE(1662)] = 135311, + [SMALL_STATE(1663)] = 135361, + [SMALL_STATE(1664)] = 135417, + [SMALL_STATE(1665)] = 135473, + [SMALL_STATE(1666)] = 135567, + [SMALL_STATE(1667)] = 135661, + [SMALL_STATE(1668)] = 135709, + [SMALL_STATE(1669)] = 135785, + [SMALL_STATE(1670)] = 135879, + [SMALL_STATE(1671)] = 135955, + [SMALL_STATE(1672)] = 136005, + [SMALL_STATE(1673)] = 136081, + [SMALL_STATE(1674)] = 136175, + [SMALL_STATE(1675)] = 136269, + [SMALL_STATE(1676)] = 136345, + [SMALL_STATE(1677)] = 136413, + [SMALL_STATE(1678)] = 136507, + [SMALL_STATE(1679)] = 136555, + [SMALL_STATE(1680)] = 136603, + [SMALL_STATE(1681)] = 136651, + [SMALL_STATE(1682)] = 136701, + [SMALL_STATE(1683)] = 136749, + [SMALL_STATE(1684)] = 136797, + [SMALL_STATE(1685)] = 136847, + [SMALL_STATE(1686)] = 136897, + [SMALL_STATE(1687)] = 136945, + [SMALL_STATE(1688)] = 136993, + [SMALL_STATE(1689)] = 137043, + [SMALL_STATE(1690)] = 137093, + [SMALL_STATE(1691)] = 137141, + [SMALL_STATE(1692)] = 137189, + [SMALL_STATE(1693)] = 137237, + [SMALL_STATE(1694)] = 137285, + [SMALL_STATE(1695)] = 137335, + [SMALL_STATE(1696)] = 137385, + [SMALL_STATE(1697)] = 137435, + [SMALL_STATE(1698)] = 137483, + [SMALL_STATE(1699)] = 137531, + [SMALL_STATE(1700)] = 137579, + [SMALL_STATE(1701)] = 137627, + [SMALL_STATE(1702)] = 137675, + [SMALL_STATE(1703)] = 137723, + [SMALL_STATE(1704)] = 137771, + [SMALL_STATE(1705)] = 137819, + [SMALL_STATE(1706)] = 137867, + [SMALL_STATE(1707)] = 137917, + [SMALL_STATE(1708)] = 137967, + [SMALL_STATE(1709)] = 138017, + [SMALL_STATE(1710)] = 138067, + [SMALL_STATE(1711)] = 138117, + [SMALL_STATE(1712)] = 138167, + [SMALL_STATE(1713)] = 138215, + [SMALL_STATE(1714)] = 138263, + [SMALL_STATE(1715)] = 138311, + [SMALL_STATE(1716)] = 138359, + [SMALL_STATE(1717)] = 138407, + [SMALL_STATE(1718)] = 138455, + [SMALL_STATE(1719)] = 138503, + [SMALL_STATE(1720)] = 138551, + [SMALL_STATE(1721)] = 138599, + [SMALL_STATE(1722)] = 138647, + [SMALL_STATE(1723)] = 138695, + [SMALL_STATE(1724)] = 138743, + [SMALL_STATE(1725)] = 138791, + [SMALL_STATE(1726)] = 138839, + [SMALL_STATE(1727)] = 138887, + [SMALL_STATE(1728)] = 138935, + [SMALL_STATE(1729)] = 138983, + [SMALL_STATE(1730)] = 139031, + [SMALL_STATE(1731)] = 139081, + [SMALL_STATE(1732)] = 139131, + [SMALL_STATE(1733)] = 139181, + [SMALL_STATE(1734)] = 139231, + [SMALL_STATE(1735)] = 139279, + [SMALL_STATE(1736)] = 139329, + [SMALL_STATE(1737)] = 139379, + [SMALL_STATE(1738)] = 139427, + [SMALL_STATE(1739)] = 139477, + [SMALL_STATE(1740)] = 139527, + [SMALL_STATE(1741)] = 139575, + [SMALL_STATE(1742)] = 139623, + [SMALL_STATE(1743)] = 139687, + [SMALL_STATE(1744)] = 139735, + [SMALL_STATE(1745)] = 139783, + [SMALL_STATE(1746)] = 139831, + [SMALL_STATE(1747)] = 139879, + [SMALL_STATE(1748)] = 139927, + [SMALL_STATE(1749)] = 139975, + [SMALL_STATE(1750)] = 140023, + [SMALL_STATE(1751)] = 140071, + [SMALL_STATE(1752)] = 140119, + [SMALL_STATE(1753)] = 140167, + [SMALL_STATE(1754)] = 140215, + [SMALL_STATE(1755)] = 140263, + [SMALL_STATE(1756)] = 140311, + [SMALL_STATE(1757)] = 140359, + [SMALL_STATE(1758)] = 140407, + [SMALL_STATE(1759)] = 140455, + [SMALL_STATE(1760)] = 140503, + [SMALL_STATE(1761)] = 140551, + [SMALL_STATE(1762)] = 140599, + [SMALL_STATE(1763)] = 140647, + [SMALL_STATE(1764)] = 140695, + [SMALL_STATE(1765)] = 140743, + [SMALL_STATE(1766)] = 140791, + [SMALL_STATE(1767)] = 140841, + [SMALL_STATE(1768)] = 140889, + [SMALL_STATE(1769)] = 140937, + [SMALL_STATE(1770)] = 140987, + [SMALL_STATE(1771)] = 141037, + [SMALL_STATE(1772)] = 141087, + [SMALL_STATE(1773)] = 141135, + [SMALL_STATE(1774)] = 141185, + [SMALL_STATE(1775)] = 141235, + [SMALL_STATE(1776)] = 141283, + [SMALL_STATE(1777)] = 141331, + [SMALL_STATE(1778)] = 141379, + [SMALL_STATE(1779)] = 141427, + [SMALL_STATE(1780)] = 141475, + [SMALL_STATE(1781)] = 141523, + [SMALL_STATE(1782)] = 141571, + [SMALL_STATE(1783)] = 141619, + [SMALL_STATE(1784)] = 141667, + [SMALL_STATE(1785)] = 141715, + [SMALL_STATE(1786)] = 141763, + [SMALL_STATE(1787)] = 141811, + [SMALL_STATE(1788)] = 141859, + [SMALL_STATE(1789)] = 141907, + [SMALL_STATE(1790)] = 141955, + [SMALL_STATE(1791)] = 142003, + [SMALL_STATE(1792)] = 142051, + [SMALL_STATE(1793)] = 142099, + [SMALL_STATE(1794)] = 142147, + [SMALL_STATE(1795)] = 142195, + [SMALL_STATE(1796)] = 142243, + [SMALL_STATE(1797)] = 142291, + [SMALL_STATE(1798)] = 142339, + [SMALL_STATE(1799)] = 142387, + [SMALL_STATE(1800)] = 142435, + [SMALL_STATE(1801)] = 142483, + [SMALL_STATE(1802)] = 142531, + [SMALL_STATE(1803)] = 142579, + [SMALL_STATE(1804)] = 142627, + [SMALL_STATE(1805)] = 142675, + [SMALL_STATE(1806)] = 142725, + [SMALL_STATE(1807)] = 142775, + [SMALL_STATE(1808)] = 142823, + [SMALL_STATE(1809)] = 142871, + [SMALL_STATE(1810)] = 142919, + [SMALL_STATE(1811)] = 142967, + [SMALL_STATE(1812)] = 143015, + [SMALL_STATE(1813)] = 143063, + [SMALL_STATE(1814)] = 143111, + [SMALL_STATE(1815)] = 143159, + [SMALL_STATE(1816)] = 143207, + [SMALL_STATE(1817)] = 143255, + [SMALL_STATE(1818)] = 143303, + [SMALL_STATE(1819)] = 143351, + [SMALL_STATE(1820)] = 143399, + [SMALL_STATE(1821)] = 143447, + [SMALL_STATE(1822)] = 143495, + [SMALL_STATE(1823)] = 143543, + [SMALL_STATE(1824)] = 143591, + [SMALL_STATE(1825)] = 143639, + [SMALL_STATE(1826)] = 143687, + [SMALL_STATE(1827)] = 143735, + [SMALL_STATE(1828)] = 143783, + [SMALL_STATE(1829)] = 143831, + [SMALL_STATE(1830)] = 143879, + [SMALL_STATE(1831)] = 143927, + [SMALL_STATE(1832)] = 143977, + [SMALL_STATE(1833)] = 144025, + [SMALL_STATE(1834)] = 144089, + [SMALL_STATE(1835)] = 144147, + [SMALL_STATE(1836)] = 144207, + [SMALL_STATE(1837)] = 144271, + [SMALL_STATE(1838)] = 144335, + [SMALL_STATE(1839)] = 144391, + [SMALL_STATE(1840)] = 144439, + [SMALL_STATE(1841)] = 144487, + [SMALL_STATE(1842)] = 144581, + [SMALL_STATE(1843)] = 144629, + [SMALL_STATE(1844)] = 144677, + [SMALL_STATE(1845)] = 144725, + [SMALL_STATE(1846)] = 144773, + [SMALL_STATE(1847)] = 144821, + [SMALL_STATE(1848)] = 144869, + [SMALL_STATE(1849)] = 144917, + [SMALL_STATE(1850)] = 144971, + [SMALL_STATE(1851)] = 145021, + [SMALL_STATE(1852)] = 145069, + [SMALL_STATE(1853)] = 145117, + [SMALL_STATE(1854)] = 145165, + [SMALL_STATE(1855)] = 145213, + [SMALL_STATE(1856)] = 145265, + [SMALL_STATE(1857)] = 145313, + [SMALL_STATE(1858)] = 145361, + [SMALL_STATE(1859)] = 145413, + [SMALL_STATE(1860)] = 145477, + [SMALL_STATE(1861)] = 145541, + [SMALL_STATE(1862)] = 145605, + [SMALL_STATE(1863)] = 145669, + [SMALL_STATE(1864)] = 145733, + [SMALL_STATE(1865)] = 145783, + [SMALL_STATE(1866)] = 145833, + [SMALL_STATE(1867)] = 145897, + [SMALL_STATE(1868)] = 145945, + [SMALL_STATE(1869)] = 145995, + [SMALL_STATE(1870)] = 146043, + [SMALL_STATE(1871)] = 146091, + [SMALL_STATE(1872)] = 146139, + [SMALL_STATE(1873)] = 146187, + [SMALL_STATE(1874)] = 146241, + [SMALL_STATE(1875)] = 146293, + [SMALL_STATE(1876)] = 146341, + [SMALL_STATE(1877)] = 146389, + [SMALL_STATE(1878)] = 146437, + [SMALL_STATE(1879)] = 146487, + [SMALL_STATE(1880)] = 146537, + [SMALL_STATE(1881)] = 146587, + [SMALL_STATE(1882)] = 146637, + [SMALL_STATE(1883)] = 146687, + [SMALL_STATE(1884)] = 146741, + [SMALL_STATE(1885)] = 146791, + [SMALL_STATE(1886)] = 146841, + [SMALL_STATE(1887)] = 146891, + [SMALL_STATE(1888)] = 146941, + [SMALL_STATE(1889)] = 146989, + [SMALL_STATE(1890)] = 147037, + [SMALL_STATE(1891)] = 147087, + [SMALL_STATE(1892)] = 147137, + [SMALL_STATE(1893)] = 147187, + [SMALL_STATE(1894)] = 147237, + [SMALL_STATE(1895)] = 147287, + [SMALL_STATE(1896)] = 147337, + [SMALL_STATE(1897)] = 147431, + [SMALL_STATE(1898)] = 147481, + [SMALL_STATE(1899)] = 147531, + [SMALL_STATE(1900)] = 147581, + [SMALL_STATE(1901)] = 147631, + [SMALL_STATE(1902)] = 147681, + [SMALL_STATE(1903)] = 147731, + [SMALL_STATE(1904)] = 147781, + [SMALL_STATE(1905)] = 147831, + [SMALL_STATE(1906)] = 147881, + [SMALL_STATE(1907)] = 147931, + [SMALL_STATE(1908)] = 147981, + [SMALL_STATE(1909)] = 148031, + [SMALL_STATE(1910)] = 148085, + [SMALL_STATE(1911)] = 148139, + [SMALL_STATE(1912)] = 148189, + [SMALL_STATE(1913)] = 148239, + [SMALL_STATE(1914)] = 148289, + [SMALL_STATE(1915)] = 148339, + [SMALL_STATE(1916)] = 148389, + [SMALL_STATE(1917)] = 148439, + [SMALL_STATE(1918)] = 148493, + [SMALL_STATE(1919)] = 148543, + [SMALL_STATE(1920)] = 148593, + [SMALL_STATE(1921)] = 148643, + [SMALL_STATE(1922)] = 148693, + [SMALL_STATE(1923)] = 148743, + [SMALL_STATE(1924)] = 148793, + [SMALL_STATE(1925)] = 148843, + [SMALL_STATE(1926)] = 148893, + [SMALL_STATE(1927)] = 148943, + [SMALL_STATE(1928)] = 148993, + [SMALL_STATE(1929)] = 149043, + [SMALL_STATE(1930)] = 149093, + [SMALL_STATE(1931)] = 149143, + [SMALL_STATE(1932)] = 149193, + [SMALL_STATE(1933)] = 149243, + [SMALL_STATE(1934)] = 149293, + [SMALL_STATE(1935)] = 149343, + [SMALL_STATE(1936)] = 149393, + [SMALL_STATE(1937)] = 149443, + [SMALL_STATE(1938)] = 149493, + [SMALL_STATE(1939)] = 149543, + [SMALL_STATE(1940)] = 149593, + [SMALL_STATE(1941)] = 149643, + [SMALL_STATE(1942)] = 149693, + [SMALL_STATE(1943)] = 149743, + [SMALL_STATE(1944)] = 149793, + [SMALL_STATE(1945)] = 149843, + [SMALL_STATE(1946)] = 149893, + [SMALL_STATE(1947)] = 149943, + [SMALL_STATE(1948)] = 149993, + [SMALL_STATE(1949)] = 150043, + [SMALL_STATE(1950)] = 150093, + [SMALL_STATE(1951)] = 150143, + [SMALL_STATE(1952)] = 150193, + [SMALL_STATE(1953)] = 150243, + [SMALL_STATE(1954)] = 150293, + [SMALL_STATE(1955)] = 150343, + [SMALL_STATE(1956)] = 150391, + [SMALL_STATE(1957)] = 150441, + [SMALL_STATE(1958)] = 150491, + [SMALL_STATE(1959)] = 150541, + [SMALL_STATE(1960)] = 150591, + [SMALL_STATE(1961)] = 150641, + [SMALL_STATE(1962)] = 150691, + [SMALL_STATE(1963)] = 150741, + [SMALL_STATE(1964)] = 150791, + [SMALL_STATE(1965)] = 150841, + [SMALL_STATE(1966)] = 150889, + [SMALL_STATE(1967)] = 150939, + [SMALL_STATE(1968)] = 150989, + [SMALL_STATE(1969)] = 151039, + [SMALL_STATE(1970)] = 151089, + [SMALL_STATE(1971)] = 151139, + [SMALL_STATE(1972)] = 151189, + [SMALL_STATE(1973)] = 151239, + [SMALL_STATE(1974)] = 151289, + [SMALL_STATE(1975)] = 151339, + [SMALL_STATE(1976)] = 151389, + [SMALL_STATE(1977)] = 151439, + [SMALL_STATE(1978)] = 151489, + [SMALL_STATE(1979)] = 151539, + [SMALL_STATE(1980)] = 151589, + [SMALL_STATE(1981)] = 151639, + [SMALL_STATE(1982)] = 151689, + [SMALL_STATE(1983)] = 151739, + [SMALL_STATE(1984)] = 151789, + [SMALL_STATE(1985)] = 151839, + [SMALL_STATE(1986)] = 151889, + [SMALL_STATE(1987)] = 151939, + [SMALL_STATE(1988)] = 151989, + [SMALL_STATE(1989)] = 152039, + [SMALL_STATE(1990)] = 152089, + [SMALL_STATE(1991)] = 152139, + [SMALL_STATE(1992)] = 152189, + [SMALL_STATE(1993)] = 152239, + [SMALL_STATE(1994)] = 152289, + [SMALL_STATE(1995)] = 152339, + [SMALL_STATE(1996)] = 152389, + [SMALL_STATE(1997)] = 152443, + [SMALL_STATE(1998)] = 152493, + [SMALL_STATE(1999)] = 152543, + [SMALL_STATE(2000)] = 152593, + [SMALL_STATE(2001)] = 152643, + [SMALL_STATE(2002)] = 152693, + [SMALL_STATE(2003)] = 152743, + [SMALL_STATE(2004)] = 152793, + [SMALL_STATE(2005)] = 152843, + [SMALL_STATE(2006)] = 152893, + [SMALL_STATE(2007)] = 152943, + [SMALL_STATE(2008)] = 152993, + [SMALL_STATE(2009)] = 153043, + [SMALL_STATE(2010)] = 153093, + [SMALL_STATE(2011)] = 153143, + [SMALL_STATE(2012)] = 153193, + [SMALL_STATE(2013)] = 153243, + [SMALL_STATE(2014)] = 153293, + [SMALL_STATE(2015)] = 153343, + [SMALL_STATE(2016)] = 153393, + [SMALL_STATE(2017)] = 153443, + [SMALL_STATE(2018)] = 153493, + [SMALL_STATE(2019)] = 153543, + [SMALL_STATE(2020)] = 153593, + [SMALL_STATE(2021)] = 153643, + [SMALL_STATE(2022)] = 153693, + [SMALL_STATE(2023)] = 153743, + [SMALL_STATE(2024)] = 153793, + [SMALL_STATE(2025)] = 153843, + [SMALL_STATE(2026)] = 153893, + [SMALL_STATE(2027)] = 153943, + [SMALL_STATE(2028)] = 153992, + [SMALL_STATE(2029)] = 154039, + [SMALL_STATE(2030)] = 154088, + [SMALL_STATE(2031)] = 154137, + [SMALL_STATE(2032)] = 154186, + [SMALL_STATE(2033)] = 154235, + [SMALL_STATE(2034)] = 154284, + [SMALL_STATE(2035)] = 154369, + [SMALL_STATE(2036)] = 154432, + [SMALL_STATE(2037)] = 154481, + [SMALL_STATE(2038)] = 154530, + [SMALL_STATE(2039)] = 154579, + [SMALL_STATE(2040)] = 154634, + [SMALL_STATE(2041)] = 154683, + [SMALL_STATE(2042)] = 154748, + [SMALL_STATE(2043)] = 154797, + [SMALL_STATE(2044)] = 154846, + [SMALL_STATE(2045)] = 154895, + [SMALL_STATE(2046)] = 154944, + [SMALL_STATE(2047)] = 154993, + [SMALL_STATE(2048)] = 155060, + [SMALL_STATE(2049)] = 155107, + [SMALL_STATE(2050)] = 155154, + [SMALL_STATE(2051)] = 155221, + [SMALL_STATE(2052)] = 155270, + [SMALL_STATE(2053)] = 155319, + [SMALL_STATE(2054)] = 155368, + [SMALL_STATE(2055)] = 155425, + [SMALL_STATE(2056)] = 155478, + [SMALL_STATE(2057)] = 155527, + [SMALL_STATE(2058)] = 155576, + [SMALL_STATE(2059)] = 155625, + [SMALL_STATE(2060)] = 155686, + [SMALL_STATE(2061)] = 155735, + [SMALL_STATE(2062)] = 155784, + [SMALL_STATE(2063)] = 155833, + [SMALL_STATE(2064)] = 155882, + [SMALL_STATE(2065)] = 155949, + [SMALL_STATE(2066)] = 155998, + [SMALL_STATE(2067)] = 156065, + [SMALL_STATE(2068)] = 156132, + [SMALL_STATE(2069)] = 156199, + [SMALL_STATE(2070)] = 156266, + [SMALL_STATE(2071)] = 156317, + [SMALL_STATE(2072)] = 156384, + [SMALL_STATE(2073)] = 156451, + [SMALL_STATE(2074)] = 156536, + [SMALL_STATE(2075)] = 156585, + [SMALL_STATE(2076)] = 156634, + [SMALL_STATE(2077)] = 156683, + [SMALL_STATE(2078)] = 156748, + [SMALL_STATE(2079)] = 156797, + [SMALL_STATE(2080)] = 156846, + [SMALL_STATE(2081)] = 156895, + [SMALL_STATE(2082)] = 156944, + [SMALL_STATE(2083)] = 156993, + [SMALL_STATE(2084)] = 157042, + [SMALL_STATE(2085)] = 157127, + [SMALL_STATE(2086)] = 157212, + [SMALL_STATE(2087)] = 157261, + [SMALL_STATE(2088)] = 157310, + [SMALL_STATE(2089)] = 157359, + [SMALL_STATE(2090)] = 157408, + [SMALL_STATE(2091)] = 157457, + [SMALL_STATE(2092)] = 157506, + [SMALL_STATE(2093)] = 157553, + [SMALL_STATE(2094)] = 157606, + [SMALL_STATE(2095)] = 157653, + [SMALL_STATE(2096)] = 157702, + [SMALL_STATE(2097)] = 157787, + [SMALL_STATE(2098)] = 157836, + [SMALL_STATE(2099)] = 157885, + [SMALL_STATE(2100)] = 157952, + [SMALL_STATE(2101)] = 158001, + [SMALL_STATE(2102)] = 158050, + [SMALL_STATE(2103)] = 158101, + [SMALL_STATE(2104)] = 158150, + [SMALL_STATE(2105)] = 158199, + [SMALL_STATE(2106)] = 158264, + [SMALL_STATE(2107)] = 158321, + [SMALL_STATE(2108)] = 158370, + [SMALL_STATE(2109)] = 158431, + [SMALL_STATE(2110)] = 158492, + [SMALL_STATE(2111)] = 158559, + [SMALL_STATE(2112)] = 158626, + [SMALL_STATE(2113)] = 158673, + [SMALL_STATE(2114)] = 158740, + [SMALL_STATE(2115)] = 158807, + [SMALL_STATE(2116)] = 158874, + [SMALL_STATE(2117)] = 158923, + [SMALL_STATE(2118)] = 158970, + [SMALL_STATE(2119)] = 159019, + [SMALL_STATE(2120)] = 159068, + [SMALL_STATE(2121)] = 159117, + [SMALL_STATE(2122)] = 159166, + [SMALL_STATE(2123)] = 159213, + [SMALL_STATE(2124)] = 159274, + [SMALL_STATE(2125)] = 159335, + [SMALL_STATE(2126)] = 159402, + [SMALL_STATE(2127)] = 159449, + [SMALL_STATE(2128)] = 159496, + [SMALL_STATE(2129)] = 159545, + [SMALL_STATE(2130)] = 159606, + [SMALL_STATE(2131)] = 159671, + [SMALL_STATE(2132)] = 159732, + [SMALL_STATE(2133)] = 159793, + [SMALL_STATE(2134)] = 159842, + [SMALL_STATE(2135)] = 159903, + [SMALL_STATE(2136)] = 159952, + [SMALL_STATE(2137)] = 159999, + [SMALL_STATE(2138)] = 160048, + [SMALL_STATE(2139)] = 160095, + [SMALL_STATE(2140)] = 160156, + [SMALL_STATE(2141)] = 160217, + [SMALL_STATE(2142)] = 160266, + [SMALL_STATE(2143)] = 160323, + [SMALL_STATE(2144)] = 160370, + [SMALL_STATE(2145)] = 160417, + [SMALL_STATE(2146)] = 160466, + [SMALL_STATE(2147)] = 160513, + [SMALL_STATE(2148)] = 160568, + [SMALL_STATE(2149)] = 160617, + [SMALL_STATE(2150)] = 160678, + [SMALL_STATE(2151)] = 160725, + [SMALL_STATE(2152)] = 160786, + [SMALL_STATE(2153)] = 160835, + [SMALL_STATE(2154)] = 160884, + [SMALL_STATE(2155)] = 160931, + [SMALL_STATE(2156)] = 160980, + [SMALL_STATE(2157)] = 161027, + [SMALL_STATE(2158)] = 161080, + [SMALL_STATE(2159)] = 161129, + [SMALL_STATE(2160)] = 161178, + [SMALL_STATE(2161)] = 161225, + [SMALL_STATE(2162)] = 161272, + [SMALL_STATE(2163)] = 161321, + [SMALL_STATE(2164)] = 161368, + [SMALL_STATE(2165)] = 161417, + [SMALL_STATE(2166)] = 161466, + [SMALL_STATE(2167)] = 161515, + [SMALL_STATE(2168)] = 161564, + [SMALL_STATE(2169)] = 161613, + [SMALL_STATE(2170)] = 161680, + [SMALL_STATE(2171)] = 161729, + [SMALL_STATE(2172)] = 161776, + [SMALL_STATE(2173)] = 161823, + [SMALL_STATE(2174)] = 161872, + [SMALL_STATE(2175)] = 161927, + [SMALL_STATE(2176)] = 161976, + [SMALL_STATE(2177)] = 162029, + [SMALL_STATE(2178)] = 162078, + [SMALL_STATE(2179)] = 162127, + [SMALL_STATE(2180)] = 162176, + [SMALL_STATE(2181)] = 162225, + [SMALL_STATE(2182)] = 162274, + [SMALL_STATE(2183)] = 162325, + [SMALL_STATE(2184)] = 162374, + [SMALL_STATE(2185)] = 162423, + [SMALL_STATE(2186)] = 162472, + [SMALL_STATE(2187)] = 162521, + [SMALL_STATE(2188)] = 162570, + [SMALL_STATE(2189)] = 162619, + [SMALL_STATE(2190)] = 162668, + [SMALL_STATE(2191)] = 162717, + [SMALL_STATE(2192)] = 162766, + [SMALL_STATE(2193)] = 162817, + [SMALL_STATE(2194)] = 162866, + [SMALL_STATE(2195)] = 162915, + [SMALL_STATE(2196)] = 162964, + [SMALL_STATE(2197)] = 163031, + [SMALL_STATE(2198)] = 163080, + [SMALL_STATE(2199)] = 163129, + [SMALL_STATE(2200)] = 163180, + [SMALL_STATE(2201)] = 163229, + [SMALL_STATE(2202)] = 163292, + [SMALL_STATE(2203)] = 163341, + [SMALL_STATE(2204)] = 163388, + [SMALL_STATE(2205)] = 163435, + [SMALL_STATE(2206)] = 163482, + [SMALL_STATE(2207)] = 163529, + [SMALL_STATE(2208)] = 163578, + [SMALL_STATE(2209)] = 163641, + [SMALL_STATE(2210)] = 163704, + [SMALL_STATE(2211)] = 163753, + [SMALL_STATE(2212)] = 163802, + [SMALL_STATE(2213)] = 163851, + [SMALL_STATE(2214)] = 163900, + [SMALL_STATE(2215)] = 163949, + [SMALL_STATE(2216)] = 164002, + [SMALL_STATE(2217)] = 164051, + [SMALL_STATE(2218)] = 164100, + [SMALL_STATE(2219)] = 164147, + [SMALL_STATE(2220)] = 164194, + [SMALL_STATE(2221)] = 164241, + [SMALL_STATE(2222)] = 164288, + [SMALL_STATE(2223)] = 164335, + [SMALL_STATE(2224)] = 164382, + [SMALL_STATE(2225)] = 164429, + [SMALL_STATE(2226)] = 164476, + [SMALL_STATE(2227)] = 164523, + [SMALL_STATE(2228)] = 164570, + [SMALL_STATE(2229)] = 164619, + [SMALL_STATE(2230)] = 164666, + [SMALL_STATE(2231)] = 164715, + [SMALL_STATE(2232)] = 164778, + [SMALL_STATE(2233)] = 164825, + [SMALL_STATE(2234)] = 164872, + [SMALL_STATE(2235)] = 164919, + [SMALL_STATE(2236)] = 164966, + [SMALL_STATE(2237)] = 165013, + [SMALL_STATE(2238)] = 165062, + [SMALL_STATE(2239)] = 165125, + [SMALL_STATE(2240)] = 165172, + [SMALL_STATE(2241)] = 165221, + [SMALL_STATE(2242)] = 165284, + [SMALL_STATE(2243)] = 165333, + [SMALL_STATE(2244)] = 165380, + [SMALL_STATE(2245)] = 165429, + [SMALL_STATE(2246)] = 165478, + [SMALL_STATE(2247)] = 165527, + [SMALL_STATE(2248)] = 165574, + [SMALL_STATE(2249)] = 165621, + [SMALL_STATE(2250)] = 165668, + [SMALL_STATE(2251)] = 165715, + [SMALL_STATE(2252)] = 165762, + [SMALL_STATE(2253)] = 165809, + [SMALL_STATE(2254)] = 165858, + [SMALL_STATE(2255)] = 165905, + [SMALL_STATE(2256)] = 165952, + [SMALL_STATE(2257)] = 165999, + [SMALL_STATE(2258)] = 166046, + [SMALL_STATE(2259)] = 166093, + [SMALL_STATE(2260)] = 166142, + [SMALL_STATE(2261)] = 166191, + [SMALL_STATE(2262)] = 166240, + [SMALL_STATE(2263)] = 166289, + [SMALL_STATE(2264)] = 166336, + [SMALL_STATE(2265)] = 166385, + [SMALL_STATE(2266)] = 166434, + [SMALL_STATE(2267)] = 166481, + [SMALL_STATE(2268)] = 166528, + [SMALL_STATE(2269)] = 166577, + [SMALL_STATE(2270)] = 166624, + [SMALL_STATE(2271)] = 166671, + [SMALL_STATE(2272)] = 166718, + [SMALL_STATE(2273)] = 166767, + [SMALL_STATE(2274)] = 166814, + [SMALL_STATE(2275)] = 166861, + [SMALL_STATE(2276)] = 166908, + [SMALL_STATE(2277)] = 166955, + [SMALL_STATE(2278)] = 167002, + [SMALL_STATE(2279)] = 167049, + [SMALL_STATE(2280)] = 167096, + [SMALL_STATE(2281)] = 167145, + [SMALL_STATE(2282)] = 167192, + [SMALL_STATE(2283)] = 167241, + [SMALL_STATE(2284)] = 167290, + [SMALL_STATE(2285)] = 167339, + [SMALL_STATE(2286)] = 167388, + [SMALL_STATE(2287)] = 167451, + [SMALL_STATE(2288)] = 167500, + [SMALL_STATE(2289)] = 167549, + [SMALL_STATE(2290)] = 167598, + [SMALL_STATE(2291)] = 167647, + [SMALL_STATE(2292)] = 167710, + [SMALL_STATE(2293)] = 167759, + [SMALL_STATE(2294)] = 167806, + [SMALL_STATE(2295)] = 167853, + [SMALL_STATE(2296)] = 167900, + [SMALL_STATE(2297)] = 167947, + [SMALL_STATE(2298)] = 167994, + [SMALL_STATE(2299)] = 168041, + [SMALL_STATE(2300)] = 168088, + [SMALL_STATE(2301)] = 168135, + [SMALL_STATE(2302)] = 168182, + [SMALL_STATE(2303)] = 168229, + [SMALL_STATE(2304)] = 168278, + [SMALL_STATE(2305)] = 168325, + [SMALL_STATE(2306)] = 168372, + [SMALL_STATE(2307)] = 168419, + [SMALL_STATE(2308)] = 168466, + [SMALL_STATE(2309)] = 168515, + [SMALL_STATE(2310)] = 168562, + [SMALL_STATE(2311)] = 168621, + [SMALL_STATE(2312)] = 168670, + [SMALL_STATE(2313)] = 168719, + [SMALL_STATE(2314)] = 168768, + [SMALL_STATE(2315)] = 168815, + [SMALL_STATE(2316)] = 168862, + [SMALL_STATE(2317)] = 168909, + [SMALL_STATE(2318)] = 168956, + [SMALL_STATE(2319)] = 169003, + [SMALL_STATE(2320)] = 169050, + [SMALL_STATE(2321)] = 169099, + [SMALL_STATE(2322)] = 169148, + [SMALL_STATE(2323)] = 169195, + [SMALL_STATE(2324)] = 169242, + [SMALL_STATE(2325)] = 169289, + [SMALL_STATE(2326)] = 169336, + [SMALL_STATE(2327)] = 169393, + [SMALL_STATE(2328)] = 169442, + [SMALL_STATE(2329)] = 169505, + [SMALL_STATE(2330)] = 169554, + [SMALL_STATE(2331)] = 169601, + [SMALL_STATE(2332)] = 169648, + [SMALL_STATE(2333)] = 169695, + [SMALL_STATE(2334)] = 169742, + [SMALL_STATE(2335)] = 169789, + [SMALL_STATE(2336)] = 169836, + [SMALL_STATE(2337)] = 169885, + [SMALL_STATE(2338)] = 169932, + [SMALL_STATE(2339)] = 169979, + [SMALL_STATE(2340)] = 170028, + [SMALL_STATE(2341)] = 170077, + [SMALL_STATE(2342)] = 170140, + [SMALL_STATE(2343)] = 170189, + [SMALL_STATE(2344)] = 170238, + [SMALL_STATE(2345)] = 170285, + [SMALL_STATE(2346)] = 170332, + [SMALL_STATE(2347)] = 170381, + [SMALL_STATE(2348)] = 170428, + [SMALL_STATE(2349)] = 170491, + [SMALL_STATE(2350)] = 170538, + [SMALL_STATE(2351)] = 170585, + [SMALL_STATE(2352)] = 170632, + [SMALL_STATE(2353)] = 170679, + [SMALL_STATE(2354)] = 170726, + [SMALL_STATE(2355)] = 170773, + [SMALL_STATE(2356)] = 170820, + [SMALL_STATE(2357)] = 170883, + [SMALL_STATE(2358)] = 170930, + [SMALL_STATE(2359)] = 170977, + [SMALL_STATE(2360)] = 171024, + [SMALL_STATE(2361)] = 171071, + [SMALL_STATE(2362)] = 171118, + [SMALL_STATE(2363)] = 171181, + [SMALL_STATE(2364)] = 171230, + [SMALL_STATE(2365)] = 171283, + [SMALL_STATE(2366)] = 171346, + [SMALL_STATE(2367)] = 171409, + [SMALL_STATE(2368)] = 171458, + [SMALL_STATE(2369)] = 171505, + [SMALL_STATE(2370)] = 171552, + [SMALL_STATE(2371)] = 171599, + [SMALL_STATE(2372)] = 171646, + [SMALL_STATE(2373)] = 171693, + [SMALL_STATE(2374)] = 171742, + [SMALL_STATE(2375)] = 171789, + [SMALL_STATE(2376)] = 171836, + [SMALL_STATE(2377)] = 171883, + [SMALL_STATE(2378)] = 171930, + [SMALL_STATE(2379)] = 171977, + [SMALL_STATE(2380)] = 172024, + [SMALL_STATE(2381)] = 172071, + [SMALL_STATE(2382)] = 172118, + [SMALL_STATE(2383)] = 172165, + [SMALL_STATE(2384)] = 172212, + [SMALL_STATE(2385)] = 172259, + [SMALL_STATE(2386)] = 172306, + [SMALL_STATE(2387)] = 172369, + [SMALL_STATE(2388)] = 172416, + [SMALL_STATE(2389)] = 172465, + [SMALL_STATE(2390)] = 172512, + [SMALL_STATE(2391)] = 172559, + [SMALL_STATE(2392)] = 172606, + [SMALL_STATE(2393)] = 172655, + [SMALL_STATE(2394)] = 172704, + [SMALL_STATE(2395)] = 172751, + [SMALL_STATE(2396)] = 172798, + [SMALL_STATE(2397)] = 172845, + [SMALL_STATE(2398)] = 172894, + [SMALL_STATE(2399)] = 172941, + [SMALL_STATE(2400)] = 172988, + [SMALL_STATE(2401)] = 173037, + [SMALL_STATE(2402)] = 173086, + [SMALL_STATE(2403)] = 173133, + [SMALL_STATE(2404)] = 173180, + [SMALL_STATE(2405)] = 173227, + [SMALL_STATE(2406)] = 173274, + [SMALL_STATE(2407)] = 173321, + [SMALL_STATE(2408)] = 173368, + [SMALL_STATE(2409)] = 173415, + [SMALL_STATE(2410)] = 173462, + [SMALL_STATE(2411)] = 173509, + [SMALL_STATE(2412)] = 173556, + [SMALL_STATE(2413)] = 173619, + [SMALL_STATE(2414)] = 173668, + [SMALL_STATE(2415)] = 173717, + [SMALL_STATE(2416)] = 173764, + [SMALL_STATE(2417)] = 173827, + [SMALL_STATE(2418)] = 173874, + [SMALL_STATE(2419)] = 173937, + [SMALL_STATE(2420)] = 173986, + [SMALL_STATE(2421)] = 174033, + [SMALL_STATE(2422)] = 174080, + [SMALL_STATE(2423)] = 174127, + [SMALL_STATE(2424)] = 174174, + [SMALL_STATE(2425)] = 174221, + [SMALL_STATE(2426)] = 174268, + [SMALL_STATE(2427)] = 174315, + [SMALL_STATE(2428)] = 174362, + [SMALL_STATE(2429)] = 174409, + [SMALL_STATE(2430)] = 174458, + [SMALL_STATE(2431)] = 174505, + [SMALL_STATE(2432)] = 174556, + [SMALL_STATE(2433)] = 174607, + [SMALL_STATE(2434)] = 174666, + [SMALL_STATE(2435)] = 174723, + [SMALL_STATE(2436)] = 174772, + [SMALL_STATE(2437)] = 174821, + [SMALL_STATE(2438)] = 174870, + [SMALL_STATE(2439)] = 174917, + [SMALL_STATE(2440)] = 174966, + [SMALL_STATE(2441)] = 175015, + [SMALL_STATE(2442)] = 175078, + [SMALL_STATE(2443)] = 175125, + [SMALL_STATE(2444)] = 175188, + [SMALL_STATE(2445)] = 175237, + [SMALL_STATE(2446)] = 175284, + [SMALL_STATE(2447)] = 175337, + [SMALL_STATE(2448)] = 175390, + [SMALL_STATE(2449)] = 175443, + [SMALL_STATE(2450)] = 175490, + [SMALL_STATE(2451)] = 175539, + [SMALL_STATE(2452)] = 175588, + [SMALL_STATE(2453)] = 175637, + [SMALL_STATE(2454)] = 175686, + [SMALL_STATE(2455)] = 175739, + [SMALL_STATE(2456)] = 175792, + [SMALL_STATE(2457)] = 175841, + [SMALL_STATE(2458)] = 175890, + [SMALL_STATE(2459)] = 175937, + [SMALL_STATE(2460)] = 175984, + [SMALL_STATE(2461)] = 176031, + [SMALL_STATE(2462)] = 176080, + [SMALL_STATE(2463)] = 176129, + [SMALL_STATE(2464)] = 176178, + [SMALL_STATE(2465)] = 176227, + [SMALL_STATE(2466)] = 176274, + [SMALL_STATE(2467)] = 176323, + [SMALL_STATE(2468)] = 176372, + [SMALL_STATE(2469)] = 176425, + [SMALL_STATE(2470)] = 176476, + [SMALL_STATE(2471)] = 176525, + [SMALL_STATE(2472)] = 176578, + [SMALL_STATE(2473)] = 176627, + [SMALL_STATE(2474)] = 176680, + [SMALL_STATE(2475)] = 176733, + [SMALL_STATE(2476)] = 176786, + [SMALL_STATE(2477)] = 176835, + [SMALL_STATE(2478)] = 176888, + [SMALL_STATE(2479)] = 176937, + [SMALL_STATE(2480)] = 176986, + [SMALL_STATE(2481)] = 177035, + [SMALL_STATE(2482)] = 177086, + [SMALL_STATE(2483)] = 177135, + [SMALL_STATE(2484)] = 177184, + [SMALL_STATE(2485)] = 177233, + [SMALL_STATE(2486)] = 177288, + [SMALL_STATE(2487)] = 177337, + [SMALL_STATE(2488)] = 177386, + [SMALL_STATE(2489)] = 177433, + [SMALL_STATE(2490)] = 177483, + [SMALL_STATE(2491)] = 177533, + [SMALL_STATE(2492)] = 177583, + [SMALL_STATE(2493)] = 177629, + [SMALL_STATE(2494)] = 177677, + [SMALL_STATE(2495)] = 177725, + [SMALL_STATE(2496)] = 177777, + [SMALL_STATE(2497)] = 177825, + [SMALL_STATE(2498)] = 177873, + [SMALL_STATE(2499)] = 177921, + [SMALL_STATE(2500)] = 177969, + [SMALL_STATE(2501)] = 178017, + [SMALL_STATE(2502)] = 178083, + [SMALL_STATE(2503)] = 178149, + [SMALL_STATE(2504)] = 178237, + [SMALL_STATE(2505)] = 178289, + [SMALL_STATE(2506)] = 178341, + [SMALL_STATE(2507)] = 178393, + [SMALL_STATE(2508)] = 178481, + [SMALL_STATE(2509)] = 178533, + [SMALL_STATE(2510)] = 178603, + [SMALL_STATE(2511)] = 178651, + [SMALL_STATE(2512)] = 178717, + [SMALL_STATE(2513)] = 178781, + [SMALL_STATE(2514)] = 178829, + [SMALL_STATE(2515)] = 178881, + [SMALL_STATE(2516)] = 178929, + [SMALL_STATE(2517)] = 178977, + [SMALL_STATE(2518)] = 179025, + [SMALL_STATE(2519)] = 179073, + [SMALL_STATE(2520)] = 179121, + [SMALL_STATE(2521)] = 179175, + [SMALL_STATE(2522)] = 179263, + [SMALL_STATE(2523)] = 179311, + [SMALL_STATE(2524)] = 179399, + [SMALL_STATE(2525)] = 179447, + [SMALL_STATE(2526)] = 179495, + [SMALL_STATE(2527)] = 179583, + [SMALL_STATE(2528)] = 179631, + [SMALL_STATE(2529)] = 179683, + [SMALL_STATE(2530)] = 179735, + [SMALL_STATE(2531)] = 179805, + [SMALL_STATE(2532)] = 179871, + [SMALL_STATE(2533)] = 179921, + [SMALL_STATE(2534)] = 179969, + [SMALL_STATE(2535)] = 180017, + [SMALL_STATE(2536)] = 180069, + [SMALL_STATE(2537)] = 180121, + [SMALL_STATE(2538)] = 180191, + [SMALL_STATE(2539)] = 180261, + [SMALL_STATE(2540)] = 180315, + [SMALL_STATE(2541)] = 180365, + [SMALL_STATE(2542)] = 180451, + [SMALL_STATE(2543)] = 180503, + [SMALL_STATE(2544)] = 180549, + [SMALL_STATE(2545)] = 180595, + [SMALL_STATE(2546)] = 180643, + [SMALL_STATE(2547)] = 180731, + [SMALL_STATE(2548)] = 180783, + [SMALL_STATE(2549)] = 180831, + [SMALL_STATE(2550)] = 180879, + [SMALL_STATE(2551)] = 180927, + [SMALL_STATE(2552)] = 180975, + [SMALL_STATE(2553)] = 181025, + [SMALL_STATE(2554)] = 181073, + [SMALL_STATE(2555)] = 181127, + [SMALL_STATE(2556)] = 181193, + [SMALL_STATE(2557)] = 181241, + [SMALL_STATE(2558)] = 181289, + [SMALL_STATE(2559)] = 181335, + [SMALL_STATE(2560)] = 181383, + [SMALL_STATE(2561)] = 181431, + [SMALL_STATE(2562)] = 181519, + [SMALL_STATE(2563)] = 181589, + [SMALL_STATE(2564)] = 181655, + [SMALL_STATE(2565)] = 181715, + [SMALL_STATE(2566)] = 181771, + [SMALL_STATE(2567)] = 181825, + [SMALL_STATE(2568)] = 181875, + [SMALL_STATE(2569)] = 181939, + [SMALL_STATE(2570)] = 182005, + [SMALL_STATE(2571)] = 182053, + [SMALL_STATE(2572)] = 182101, + [SMALL_STATE(2573)] = 182155, + [SMALL_STATE(2574)] = 182207, + [SMALL_STATE(2575)] = 182255, + [SMALL_STATE(2576)] = 182303, + [SMALL_STATE(2577)] = 182373, + [SMALL_STATE(2578)] = 182427, + [SMALL_STATE(2579)] = 182475, + [SMALL_STATE(2580)] = 182527, + [SMALL_STATE(2581)] = 182577, + [SMALL_STATE(2582)] = 182647, + [SMALL_STATE(2583)] = 182713, + [SMALL_STATE(2584)] = 182779, + [SMALL_STATE(2585)] = 182827, + [SMALL_STATE(2586)] = 182875, + [SMALL_STATE(2587)] = 182945, + [SMALL_STATE(2588)] = 182993, + [SMALL_STATE(2589)] = 183045, + [SMALL_STATE(2590)] = 183095, + [SMALL_STATE(2591)] = 183143, + [SMALL_STATE(2592)] = 183191, + [SMALL_STATE(2593)] = 183261, + [SMALL_STATE(2594)] = 183349, + [SMALL_STATE(2595)] = 183435, + [SMALL_STATE(2596)] = 183505, + [SMALL_STATE(2597)] = 183575, + [SMALL_STATE(2598)] = 183663, + [SMALL_STATE(2599)] = 183733, + [SMALL_STATE(2600)] = 183785, + [SMALL_STATE(2601)] = 183855, + [SMALL_STATE(2602)] = 183925, + [SMALL_STATE(2603)] = 183995, + [SMALL_STATE(2604)] = 184043, + [SMALL_STATE(2605)] = 184131, + [SMALL_STATE(2606)] = 184201, + [SMALL_STATE(2607)] = 184247, + [SMALL_STATE(2608)] = 184333, + [SMALL_STATE(2609)] = 184385, + [SMALL_STATE(2610)] = 184455, + [SMALL_STATE(2611)] = 184525, + [SMALL_STATE(2612)] = 184579, + [SMALL_STATE(2613)] = 184631, + [SMALL_STATE(2614)] = 184677, + [SMALL_STATE(2615)] = 184724, + [SMALL_STATE(2616)] = 184789, + [SMALL_STATE(2617)] = 184840, + [SMALL_STATE(2618)] = 184891, + [SMALL_STATE(2619)] = 184938, + [SMALL_STATE(2620)] = 184989, + [SMALL_STATE(2621)] = 185038, + [SMALL_STATE(2622)] = 185089, + [SMALL_STATE(2623)] = 185154, + [SMALL_STATE(2624)] = 185203, + [SMALL_STATE(2625)] = 185250, + [SMALL_STATE(2626)] = 185315, + [SMALL_STATE(2627)] = 185362, + [SMALL_STATE(2628)] = 185417, + [SMALL_STATE(2629)] = 185468, + [SMALL_STATE(2630)] = 185533, + [SMALL_STATE(2631)] = 185596, + [SMALL_STATE(2632)] = 185661, + [SMALL_STATE(2633)] = 185708, + [SMALL_STATE(2634)] = 185759, + [SMALL_STATE(2635)] = 185824, + [SMALL_STATE(2636)] = 185891, + [SMALL_STATE(2637)] = 185938, + [SMALL_STATE(2638)] = 185985, + [SMALL_STATE(2639)] = 186032, + [SMALL_STATE(2640)] = 186085, + [SMALL_STATE(2641)] = 186136, + [SMALL_STATE(2642)] = 186201, + [SMALL_STATE(2643)] = 186252, + [SMALL_STATE(2644)] = 186307, + [SMALL_STATE(2645)] = 186356, + [SMALL_STATE(2646)] = 186415, + [SMALL_STATE(2647)] = 186480, + [SMALL_STATE(2648)] = 186545, + [SMALL_STATE(2649)] = 186592, + [SMALL_STATE(2650)] = 186639, + [SMALL_STATE(2651)] = 186704, + [SMALL_STATE(2652)] = 186769, + [SMALL_STATE(2653)] = 186818, + [SMALL_STATE(2654)] = 186865, + [SMALL_STATE(2655)] = 186928, + [SMALL_STATE(2656)] = 186979, + [SMALL_STATE(2657)] = 187026, + [SMALL_STATE(2658)] = 187077, + [SMALL_STATE(2659)] = 187128, + [SMALL_STATE(2660)] = 187191, + [SMALL_STATE(2661)] = 187240, + [SMALL_STATE(2662)] = 187305, + [SMALL_STATE(2663)] = 187352, + [SMALL_STATE(2664)] = 187417, + [SMALL_STATE(2665)] = 187482, + [SMALL_STATE(2666)] = 187547, + [SMALL_STATE(2667)] = 187612, + [SMALL_STATE(2668)] = 187667, + [SMALL_STATE(2669)] = 187718, + [SMALL_STATE(2670)] = 187783, + [SMALL_STATE(2671)] = 187830, + [SMALL_STATE(2672)] = 187877, + [SMALL_STATE(2673)] = 187924, + [SMALL_STATE(2674)] = 187975, + [SMALL_STATE(2675)] = 188038, + [SMALL_STATE(2676)] = 188103, + [SMALL_STATE(2677)] = 188168, + [SMALL_STATE(2678)] = 188215, + [SMALL_STATE(2679)] = 188264, + [SMALL_STATE(2680)] = 188317, + [SMALL_STATE(2681)] = 188368, + [SMALL_STATE(2682)] = 188421, + [SMALL_STATE(2683)] = 188486, + [SMALL_STATE(2684)] = 188533, + [SMALL_STATE(2685)] = 188578, + [SMALL_STATE(2686)] = 188623, + [SMALL_STATE(2687)] = 188688, + [SMALL_STATE(2688)] = 188733, + [SMALL_STATE(2689)] = 188798, + [SMALL_STATE(2690)] = 188847, + [SMALL_STATE(2691)] = 188910, + [SMALL_STATE(2692)] = 188959, + [SMALL_STATE(2693)] = 189008, + [SMALL_STATE(2694)] = 189057, + [SMALL_STATE(2695)] = 189122, + [SMALL_STATE(2696)] = 189189, + [SMALL_STATE(2697)] = 189254, + [SMALL_STATE(2698)] = 189301, + [SMALL_STATE(2699)] = 189360, + [SMALL_STATE(2700)] = 189425, + [SMALL_STATE(2701)] = 189476, + [SMALL_STATE(2702)] = 189535, + [SMALL_STATE(2703)] = 189582, + [SMALL_STATE(2704)] = 189629, + [SMALL_STATE(2705)] = 189676, + [SMALL_STATE(2706)] = 189731, + [SMALL_STATE(2707)] = 189778, + [SMALL_STATE(2708)] = 189827, + [SMALL_STATE(2709)] = 189876, + [SMALL_STATE(2710)] = 189939, + [SMALL_STATE(2711)] = 190002, + [SMALL_STATE(2712)] = 190051, + [SMALL_STATE(2713)] = 190106, + [SMALL_STATE(2714)] = 190171, + [SMALL_STATE(2715)] = 190222, + [SMALL_STATE(2716)] = 190287, + [SMALL_STATE(2717)] = 190346, + [SMALL_STATE(2718)] = 190393, + [SMALL_STATE(2719)] = 190440, + [SMALL_STATE(2720)] = 190505, + [SMALL_STATE(2721)] = 190570, + [SMALL_STATE(2722)] = 190617, + [SMALL_STATE(2723)] = 190664, + [SMALL_STATE(2724)] = 190729, + [SMALL_STATE(2725)] = 190776, + [SMALL_STATE(2726)] = 190843, + [SMALL_STATE(2727)] = 190910, + [SMALL_STATE(2728)] = 190977, + [SMALL_STATE(2729)] = 191042, + [SMALL_STATE(2730)] = 191089, + [SMALL_STATE(2731)] = 191154, + [SMALL_STATE(2732)] = 191203, + [SMALL_STATE(2733)] = 191250, + [SMALL_STATE(2734)] = 191297, + [SMALL_STATE(2735)] = 191346, + [SMALL_STATE(2736)] = 191411, + [SMALL_STATE(2737)] = 191462, + [SMALL_STATE(2738)] = 191507, + [SMALL_STATE(2739)] = 191554, + [SMALL_STATE(2740)] = 191601, + [SMALL_STATE(2741)] = 191648, + [SMALL_STATE(2742)] = 191697, + [SMALL_STATE(2743)] = 191762, + [SMALL_STATE(2744)] = 191827, + [SMALL_STATE(2745)] = 191874, + [SMALL_STATE(2746)] = 191921, + [SMALL_STATE(2747)] = 191986, + [SMALL_STATE(2748)] = 192051, + [SMALL_STATE(2749)] = 192096, + [SMALL_STATE(2750)] = 192147, + [SMALL_STATE(2751)] = 192196, + [SMALL_STATE(2752)] = 192243, + [SMALL_STATE(2753)] = 192290, + [SMALL_STATE(2754)] = 192337, + [SMALL_STATE(2755)] = 192384, + [SMALL_STATE(2756)] = 192435, + [SMALL_STATE(2757)] = 192482, + [SMALL_STATE(2758)] = 192529, + [SMALL_STATE(2759)] = 192576, + [SMALL_STATE(2760)] = 192639, + [SMALL_STATE(2761)] = 192686, + [SMALL_STATE(2762)] = 192733, + [SMALL_STATE(2763)] = 192780, + [SMALL_STATE(2764)] = 192825, + [SMALL_STATE(2765)] = 192872, + [SMALL_STATE(2766)] = 192926, + [SMALL_STATE(2767)] = 192990, + [SMALL_STATE(2768)] = 193054, + [SMALL_STATE(2769)] = 193118, + [SMALL_STATE(2770)] = 193182, + [SMALL_STATE(2771)] = 193246, + [SMALL_STATE(2772)] = 193310, + [SMALL_STATE(2773)] = 193374, + [SMALL_STATE(2774)] = 193438, + [SMALL_STATE(2775)] = 193518, + [SMALL_STATE(2776)] = 193566, + [SMALL_STATE(2777)] = 193630, + [SMALL_STATE(2778)] = 193694, + [SMALL_STATE(2779)] = 193758, + [SMALL_STATE(2780)] = 193822, + [SMALL_STATE(2781)] = 193870, + [SMALL_STATE(2782)] = 193934, + [SMALL_STATE(2783)] = 193980, + [SMALL_STATE(2784)] = 194026, + [SMALL_STATE(2785)] = 194108, + [SMALL_STATE(2786)] = 194172, + [SMALL_STATE(2787)] = 194236, + [SMALL_STATE(2788)] = 194282, + [SMALL_STATE(2789)] = 194346, + [SMALL_STATE(2790)] = 194410, + [SMALL_STATE(2791)] = 194474, + [SMALL_STATE(2792)] = 194538, + [SMALL_STATE(2793)] = 194602, + [SMALL_STATE(2794)] = 194666, + [SMALL_STATE(2795)] = 194730, + [SMALL_STATE(2796)] = 194794, + [SMALL_STATE(2797)] = 194858, + [SMALL_STATE(2798)] = 194922, + [SMALL_STATE(2799)] = 194986, + [SMALL_STATE(2800)] = 195032, + [SMALL_STATE(2801)] = 195078, + [SMALL_STATE(2802)] = 195142, + [SMALL_STATE(2803)] = 195188, + [SMALL_STATE(2804)] = 195234, + [SMALL_STATE(2805)] = 195298, + [SMALL_STATE(2806)] = 195362, + [SMALL_STATE(2807)] = 195426, + [SMALL_STATE(2808)] = 195490, + [SMALL_STATE(2809)] = 195554, + [SMALL_STATE(2810)] = 195618, + [SMALL_STATE(2811)] = 195682, + [SMALL_STATE(2812)] = 195746, + [SMALL_STATE(2813)] = 195810, + [SMALL_STATE(2814)] = 195856, + [SMALL_STATE(2815)] = 195920, + [SMALL_STATE(2816)] = 195966, + [SMALL_STATE(2817)] = 196030, + [SMALL_STATE(2818)] = 196094, + [SMALL_STATE(2819)] = 196158, + [SMALL_STATE(2820)] = 196222, + [SMALL_STATE(2821)] = 196286, + [SMALL_STATE(2822)] = 196350, + [SMALL_STATE(2823)] = 196414, + [SMALL_STATE(2824)] = 196476, + [SMALL_STATE(2825)] = 196540, + [SMALL_STATE(2826)] = 196604, + [SMALL_STATE(2827)] = 196668, + [SMALL_STATE(2828)] = 196714, + [SMALL_STATE(2829)] = 196778, + [SMALL_STATE(2830)] = 196824, + [SMALL_STATE(2831)] = 196888, + [SMALL_STATE(2832)] = 196952, + [SMALL_STATE(2833)] = 197016, + [SMALL_STATE(2834)] = 197080, + [SMALL_STATE(2835)] = 197134, + [SMALL_STATE(2836)] = 197192, + [SMALL_STATE(2837)] = 197256, + [SMALL_STATE(2838)] = 197320, + [SMALL_STATE(2839)] = 197366, + [SMALL_STATE(2840)] = 197412, + [SMALL_STATE(2841)] = 197476, + [SMALL_STATE(2842)] = 197522, + [SMALL_STATE(2843)] = 197568, + [SMALL_STATE(2844)] = 197614, + [SMALL_STATE(2845)] = 197678, + [SMALL_STATE(2846)] = 197724, + [SMALL_STATE(2847)] = 197770, + [SMALL_STATE(2848)] = 197816, + [SMALL_STATE(2849)] = 197880, + [SMALL_STATE(2850)] = 197926, + [SMALL_STATE(2851)] = 197972, + [SMALL_STATE(2852)] = 198018, + [SMALL_STATE(2853)] = 198064, + [SMALL_STATE(2854)] = 198128, + [SMALL_STATE(2855)] = 198192, + [SMALL_STATE(2856)] = 198256, + [SMALL_STATE(2857)] = 198320, + [SMALL_STATE(2858)] = 198384, + [SMALL_STATE(2859)] = 198466, + [SMALL_STATE(2860)] = 198512, + [SMALL_STATE(2861)] = 198558, + [SMALL_STATE(2862)] = 198622, + [SMALL_STATE(2863)] = 198666, + [SMALL_STATE(2864)] = 198730, + [SMALL_STATE(2865)] = 198794, + [SMALL_STATE(2866)] = 198858, + [SMALL_STATE(2867)] = 198922, + [SMALL_STATE(2868)] = 198986, + [SMALL_STATE(2869)] = 199050, + [SMALL_STATE(2870)] = 199114, + [SMALL_STATE(2871)] = 199158, + [SMALL_STATE(2872)] = 199204, + [SMALL_STATE(2873)] = 199268, + [SMALL_STATE(2874)] = 199332, + [SMALL_STATE(2875)] = 199396, + [SMALL_STATE(2876)] = 199460, + [SMALL_STATE(2877)] = 199524, + [SMALL_STATE(2878)] = 199588, + [SMALL_STATE(2879)] = 199670, + [SMALL_STATE(2880)] = 199734, + [SMALL_STATE(2881)] = 199780, + [SMALL_STATE(2882)] = 199844, + [SMALL_STATE(2883)] = 199908, + [SMALL_STATE(2884)] = 199972, + [SMALL_STATE(2885)] = 200036, + [SMALL_STATE(2886)] = 200100, + [SMALL_STATE(2887)] = 200146, + [SMALL_STATE(2888)] = 200192, + [SMALL_STATE(2889)] = 200256, + [SMALL_STATE(2890)] = 200320, + [SMALL_STATE(2891)] = 200372, + [SMALL_STATE(2892)] = 200436, + [SMALL_STATE(2893)] = 200498, + [SMALL_STATE(2894)] = 200580, + [SMALL_STATE(2895)] = 200644, + [SMALL_STATE(2896)] = 200708, + [SMALL_STATE(2897)] = 200772, + [SMALL_STATE(2898)] = 200836, + [SMALL_STATE(2899)] = 200900, + [SMALL_STATE(2900)] = 200946, + [SMALL_STATE(2901)] = 201008, + [SMALL_STATE(2902)] = 201072, + [SMALL_STATE(2903)] = 201136, + [SMALL_STATE(2904)] = 201186, + [SMALL_STATE(2905)] = 201250, + [SMALL_STATE(2906)] = 201314, + [SMALL_STATE(2907)] = 201396, + [SMALL_STATE(2908)] = 201446, + [SMALL_STATE(2909)] = 201510, + [SMALL_STATE(2910)] = 201554, + [SMALL_STATE(2911)] = 201600, + [SMALL_STATE(2912)] = 201664, + [SMALL_STATE(2913)] = 201710, + [SMALL_STATE(2914)] = 201774, + [SMALL_STATE(2915)] = 201838, + [SMALL_STATE(2916)] = 201902, + [SMALL_STATE(2917)] = 201966, + [SMALL_STATE(2918)] = 202030, + [SMALL_STATE(2919)] = 202094, + [SMALL_STATE(2920)] = 202158, + [SMALL_STATE(2921)] = 202222, + [SMALL_STATE(2922)] = 202286, + [SMALL_STATE(2923)] = 202350, + [SMALL_STATE(2924)] = 202408, + [SMALL_STATE(2925)] = 202470, + [SMALL_STATE(2926)] = 202534, + [SMALL_STATE(2927)] = 202598, + [SMALL_STATE(2928)] = 202662, + [SMALL_STATE(2929)] = 202724, + [SMALL_STATE(2930)] = 202778, + [SMALL_STATE(2931)] = 202824, + [SMALL_STATE(2932)] = 202882, + [SMALL_STATE(2933)] = 202934, + [SMALL_STATE(2934)] = 202982, + [SMALL_STATE(2935)] = 203046, + [SMALL_STATE(2936)] = 203110, + [SMALL_STATE(2937)] = 203174, + [SMALL_STATE(2938)] = 203238, + [SMALL_STATE(2939)] = 203302, + [SMALL_STATE(2940)] = 203366, + [SMALL_STATE(2941)] = 203430, + [SMALL_STATE(2942)] = 203494, + [SMALL_STATE(2943)] = 203558, + [SMALL_STATE(2944)] = 203622, + [SMALL_STATE(2945)] = 203666, + [SMALL_STATE(2946)] = 203728, + [SMALL_STATE(2947)] = 203792, + [SMALL_STATE(2948)] = 203838, + [SMALL_STATE(2949)] = 203884, + [SMALL_STATE(2950)] = 203948, + [SMALL_STATE(2951)] = 204030, + [SMALL_STATE(2952)] = 204094, + [SMALL_STATE(2953)] = 204140, + [SMALL_STATE(2954)] = 204186, + [SMALL_STATE(2955)] = 204268, + [SMALL_STATE(2956)] = 204332, + [SMALL_STATE(2957)] = 204396, + [SMALL_STATE(2958)] = 204440, + [SMALL_STATE(2959)] = 204504, + [SMALL_STATE(2960)] = 204586, + [SMALL_STATE(2961)] = 204650, + [SMALL_STATE(2962)] = 204714, + [SMALL_STATE(2963)] = 204758, + [SMALL_STATE(2964)] = 204822, + [SMALL_STATE(2965)] = 204874, + [SMALL_STATE(2966)] = 204938, + [SMALL_STATE(2967)] = 204984, + [SMALL_STATE(2968)] = 205030, + [SMALL_STATE(2969)] = 205076, + [SMALL_STATE(2970)] = 205122, + [SMALL_STATE(2971)] = 205202, + [SMALL_STATE(2972)] = 205248, + [SMALL_STATE(2973)] = 205312, + [SMALL_STATE(2974)] = 205376, + [SMALL_STATE(2975)] = 205422, + [SMALL_STATE(2976)] = 205486, + [SMALL_STATE(2977)] = 205550, + [SMALL_STATE(2978)] = 205614, + [SMALL_STATE(2979)] = 205678, + [SMALL_STATE(2980)] = 205722, + [SMALL_STATE(2981)] = 205786, + [SMALL_STATE(2982)] = 205850, + [SMALL_STATE(2983)] = 205914, + [SMALL_STATE(2984)] = 205960, + [SMALL_STATE(2985)] = 206024, + [SMALL_STATE(2986)] = 206088, + [SMALL_STATE(2987)] = 206152, + [SMALL_STATE(2988)] = 206198, + [SMALL_STATE(2989)] = 206246, + [SMALL_STATE(2990)] = 206292, + [SMALL_STATE(2991)] = 206356, + [SMALL_STATE(2992)] = 206402, + [SMALL_STATE(2993)] = 206466, + [SMALL_STATE(2994)] = 206516, + [SMALL_STATE(2995)] = 206598, + [SMALL_STATE(2996)] = 206644, + [SMALL_STATE(2997)] = 206690, + [SMALL_STATE(2998)] = 206754, + [SMALL_STATE(2999)] = 206800, + [SMALL_STATE(3000)] = 206846, + [SMALL_STATE(3001)] = 206892, + [SMALL_STATE(3002)] = 206938, + [SMALL_STATE(3003)] = 207020, + [SMALL_STATE(3004)] = 207066, + [SMALL_STATE(3005)] = 207118, + [SMALL_STATE(3006)] = 207164, + [SMALL_STATE(3007)] = 207210, + [SMALL_STATE(3008)] = 207256, + [SMALL_STATE(3009)] = 207302, + [SMALL_STATE(3010)] = 207348, + [SMALL_STATE(3011)] = 207412, + [SMALL_STATE(3012)] = 207458, + [SMALL_STATE(3013)] = 207504, + [SMALL_STATE(3014)] = 207547, + [SMALL_STATE(3015)] = 207626, + [SMALL_STATE(3016)] = 207671, + [SMALL_STATE(3017)] = 207750, + [SMALL_STATE(3018)] = 207805, + [SMALL_STATE(3019)] = 207850, + [SMALL_STATE(3020)] = 207895, + [SMALL_STATE(3021)] = 207974, + [SMALL_STATE(3022)] = 208019, + [SMALL_STATE(3023)] = 208098, + [SMALL_STATE(3024)] = 208143, + [SMALL_STATE(3025)] = 208222, + [SMALL_STATE(3026)] = 208267, + [SMALL_STATE(3027)] = 208346, + [SMALL_STATE(3028)] = 208391, + [SMALL_STATE(3029)] = 208470, + [SMALL_STATE(3030)] = 208525, + [SMALL_STATE(3031)] = 208604, + [SMALL_STATE(3032)] = 208649, + [SMALL_STATE(3033)] = 208694, + [SMALL_STATE(3034)] = 208739, + [SMALL_STATE(3035)] = 208784, + [SMALL_STATE(3036)] = 208827, + [SMALL_STATE(3037)] = 208878, + [SMALL_STATE(3038)] = 208927, + [SMALL_STATE(3039)] = 209006, + [SMALL_STATE(3040)] = 209061, + [SMALL_STATE(3041)] = 209106, + [SMALL_STATE(3042)] = 209151, + [SMALL_STATE(3043)] = 209196, + [SMALL_STATE(3044)] = 209239, + [SMALL_STATE(3045)] = 209282, + [SMALL_STATE(3046)] = 209327, + [SMALL_STATE(3047)] = 209372, + [SMALL_STATE(3048)] = 209423, + [SMALL_STATE(3049)] = 209468, + [SMALL_STATE(3050)] = 209517, + [SMALL_STATE(3051)] = 209560, + [SMALL_STATE(3052)] = 209609, + [SMALL_STATE(3053)] = 209688, + [SMALL_STATE(3054)] = 209767, + [SMALL_STATE(3055)] = 209846, + [SMALL_STATE(3056)] = 209891, + [SMALL_STATE(3057)] = 209934, + [SMALL_STATE(3058)] = 209979, + [SMALL_STATE(3059)] = 210024, + [SMALL_STATE(3060)] = 210069, + [SMALL_STATE(3061)] = 210114, + [SMALL_STATE(3062)] = 210159, + [SMALL_STATE(3063)] = 210204, + [SMALL_STATE(3064)] = 210283, + [SMALL_STATE(3065)] = 210328, + [SMALL_STATE(3066)] = 210373, + [SMALL_STATE(3067)] = 210418, + [SMALL_STATE(3068)] = 210463, + [SMALL_STATE(3069)] = 210508, + [SMALL_STATE(3070)] = 210553, + [SMALL_STATE(3071)] = 210598, + [SMALL_STATE(3072)] = 210643, + [SMALL_STATE(3073)] = 210686, + [SMALL_STATE(3074)] = 210765, + [SMALL_STATE(3075)] = 210810, + [SMALL_STATE(3076)] = 210855, + [SMALL_STATE(3077)] = 210898, + [SMALL_STATE(3078)] = 210941, + [SMALL_STATE(3079)] = 210986, + [SMALL_STATE(3080)] = 211031, + [SMALL_STATE(3081)] = 211074, + [SMALL_STATE(3082)] = 211129, + [SMALL_STATE(3083)] = 211172, + [SMALL_STATE(3084)] = 211217, + [SMALL_STATE(3085)] = 211260, + [SMALL_STATE(3086)] = 211305, + [SMALL_STATE(3087)] = 211348, + [SMALL_STATE(3088)] = 211391, + [SMALL_STATE(3089)] = 211434, + [SMALL_STATE(3090)] = 211477, + [SMALL_STATE(3091)] = 211520, + [SMALL_STATE(3092)] = 211565, + [SMALL_STATE(3093)] = 211608, + [SMALL_STATE(3094)] = 211687, + [SMALL_STATE(3095)] = 211732, + [SMALL_STATE(3096)] = 211777, + [SMALL_STATE(3097)] = 211820, + [SMALL_STATE(3098)] = 211869, + [SMALL_STATE(3099)] = 211912, + [SMALL_STATE(3100)] = 211957, + [SMALL_STATE(3101)] = 212036, + [SMALL_STATE(3102)] = 212081, + [SMALL_STATE(3103)] = 212124, + [SMALL_STATE(3104)] = 212203, + [SMALL_STATE(3105)] = 212254, + [SMALL_STATE(3106)] = 212299, + [SMALL_STATE(3107)] = 212342, + [SMALL_STATE(3108)] = 212387, + [SMALL_STATE(3109)] = 212430, + [SMALL_STATE(3110)] = 212509, + [SMALL_STATE(3111)] = 212554, + [SMALL_STATE(3112)] = 212599, + [SMALL_STATE(3113)] = 212644, + [SMALL_STATE(3114)] = 212695, + [SMALL_STATE(3115)] = 212774, + [SMALL_STATE(3116)] = 212817, + [SMALL_STATE(3117)] = 212860, + [SMALL_STATE(3118)] = 212903, + [SMALL_STATE(3119)] = 212948, + [SMALL_STATE(3120)] = 212993, + [SMALL_STATE(3121)] = 213072, + [SMALL_STATE(3122)] = 213117, + [SMALL_STATE(3123)] = 213166, + [SMALL_STATE(3124)] = 213209, + [SMALL_STATE(3125)] = 213264, + [SMALL_STATE(3126)] = 213313, + [SMALL_STATE(3127)] = 213358, + [SMALL_STATE(3128)] = 213403, + [SMALL_STATE(3129)] = 213473, + [SMALL_STATE(3130)] = 213543, + [SMALL_STATE(3131)] = 213613, + [SMALL_STATE(3132)] = 213661, + [SMALL_STATE(3133)] = 213731, + [SMALL_STATE(3134)] = 213805, + [SMALL_STATE(3135)] = 213875, + [SMALL_STATE(3136)] = 213945, + [SMALL_STATE(3137)] = 214015, + [SMALL_STATE(3138)] = 214083, + [SMALL_STATE(3139)] = 214153, + [SMALL_STATE(3140)] = 214227, + [SMALL_STATE(3141)] = 214275, + [SMALL_STATE(3142)] = 214345, + [SMALL_STATE(3143)] = 214415, + [SMALL_STATE(3144)] = 214485, + [SMALL_STATE(3145)] = 214555, + [SMALL_STATE(3146)] = 214625, + [SMALL_STATE(3147)] = 214673, + [SMALL_STATE(3148)] = 214743, + [SMALL_STATE(3149)] = 214813, + [SMALL_STATE(3150)] = 214883, + [SMALL_STATE(3151)] = 214953, + [SMALL_STATE(3152)] = 215023, + [SMALL_STATE(3153)] = 215093, + [SMALL_STATE(3154)] = 215163, + [SMALL_STATE(3155)] = 215236, + [SMALL_STATE(3156)] = 215309, + [SMALL_STATE(3157)] = 215382, + [SMALL_STATE(3158)] = 215455, + [SMALL_STATE(3159)] = 215528, + [SMALL_STATE(3160)] = 215601, + [SMALL_STATE(3161)] = 215674, + [SMALL_STATE(3162)] = 215747, + [SMALL_STATE(3163)] = 215818, + [SMALL_STATE(3164)] = 215859, + [SMALL_STATE(3165)] = 215932, + [SMALL_STATE(3166)] = 216005, + [SMALL_STATE(3167)] = 216078, + [SMALL_STATE(3168)] = 216151, + [SMALL_STATE(3169)] = 216224, + [SMALL_STATE(3170)] = 216297, + [SMALL_STATE(3171)] = 216368, + [SMALL_STATE(3172)] = 216441, + [SMALL_STATE(3173)] = 216482, + [SMALL_STATE(3174)] = 216555, + [SMALL_STATE(3175)] = 216626, + [SMALL_STATE(3176)] = 216695, + [SMALL_STATE(3177)] = 216736, + [SMALL_STATE(3178)] = 216809, + [SMALL_STATE(3179)] = 216882, + [SMALL_STATE(3180)] = 216923, + [SMALL_STATE(3181)] = 216964, + [SMALL_STATE(3182)] = 217037, + [SMALL_STATE(3183)] = 217110, + [SMALL_STATE(3184)] = 217183, + [SMALL_STATE(3185)] = 217256, + [SMALL_STATE(3186)] = 217329, + [SMALL_STATE(3187)] = 217372, + [SMALL_STATE(3188)] = 217445, + [SMALL_STATE(3189)] = 217488, + [SMALL_STATE(3190)] = 217561, + [SMALL_STATE(3191)] = 217634, + [SMALL_STATE(3192)] = 217707, + [SMALL_STATE(3193)] = 217780, + [SMALL_STATE(3194)] = 217831, + [SMALL_STATE(3195)] = 217904, + [SMALL_STATE(3196)] = 217977, + [SMALL_STATE(3197)] = 218028, + [SMALL_STATE(3198)] = 218101, + [SMALL_STATE(3199)] = 218174, + [SMALL_STATE(3200)] = 218247, + [SMALL_STATE(3201)] = 218290, + [SMALL_STATE(3202)] = 218363, + [SMALL_STATE(3203)] = 218436, + [SMALL_STATE(3204)] = 218509, + [SMALL_STATE(3205)] = 218552, + [SMALL_STATE(3206)] = 218593, + [SMALL_STATE(3207)] = 218666, + [SMALL_STATE(3208)] = 218739, + [SMALL_STATE(3209)] = 218812, + [SMALL_STATE(3210)] = 218885, + [SMALL_STATE(3211)] = 218958, + [SMALL_STATE(3212)] = 219031, + [SMALL_STATE(3213)] = 219104, + [SMALL_STATE(3214)] = 219177, + [SMALL_STATE(3215)] = 219228, + [SMALL_STATE(3216)] = 219301, + [SMALL_STATE(3217)] = 219374, + [SMALL_STATE(3218)] = 219447, + [SMALL_STATE(3219)] = 219520, + [SMALL_STATE(3220)] = 219593, + [SMALL_STATE(3221)] = 219666, + [SMALL_STATE(3222)] = 219737, + [SMALL_STATE(3223)] = 219810, + [SMALL_STATE(3224)] = 219883, + [SMALL_STATE(3225)] = 219956, + [SMALL_STATE(3226)] = 220029, + [SMALL_STATE(3227)] = 220102, + [SMALL_STATE(3228)] = 220145, + [SMALL_STATE(3229)] = 220218, + [SMALL_STATE(3230)] = 220291, + [SMALL_STATE(3231)] = 220364, + [SMALL_STATE(3232)] = 220437, + [SMALL_STATE(3233)] = 220510, + [SMALL_STATE(3234)] = 220561, + [SMALL_STATE(3235)] = 220634, + [SMALL_STATE(3236)] = 220707, + [SMALL_STATE(3237)] = 220780, + [SMALL_STATE(3238)] = 220853, + [SMALL_STATE(3239)] = 220926, + [SMALL_STATE(3240)] = 220999, + [SMALL_STATE(3241)] = 221072, + [SMALL_STATE(3242)] = 221115, + [SMALL_STATE(3243)] = 221188, + [SMALL_STATE(3244)] = 221261, + [SMALL_STATE(3245)] = 221334, + [SMALL_STATE(3246)] = 221410, + [SMALL_STATE(3247)] = 221454, + [SMALL_STATE(3248)] = 221530, + [SMALL_STATE(3249)] = 221606, + [SMALL_STATE(3250)] = 221682, + [SMALL_STATE(3251)] = 221758, + [SMALL_STATE(3252)] = 221834, + [SMALL_STATE(3253)] = 221910, + [SMALL_STATE(3254)] = 221986, + [SMALL_STATE(3255)] = 222062, + [SMALL_STATE(3256)] = 222106, + [SMALL_STATE(3257)] = 222150, + [SMALL_STATE(3258)] = 222226, + [SMALL_STATE(3259)] = 222302, + [SMALL_STATE(3260)] = 222378, + [SMALL_STATE(3261)] = 222454, + [SMALL_STATE(3262)] = 222530, + [SMALL_STATE(3263)] = 222606, + [SMALL_STATE(3264)] = 222682, + [SMALL_STATE(3265)] = 222758, + [SMALL_STATE(3266)] = 222834, + [SMALL_STATE(3267)] = 222910, + [SMALL_STATE(3268)] = 222986, + [SMALL_STATE(3269)] = 223028, + [SMALL_STATE(3270)] = 223093, + [SMALL_STATE(3271)] = 223158, + [SMALL_STATE(3272)] = 223199, + [SMALL_STATE(3273)] = 223264, + [SMALL_STATE(3274)] = 223305, + [SMALL_STATE(3275)] = 223346, + [SMALL_STATE(3276)] = 223387, + [SMALL_STATE(3277)] = 223452, + [SMALL_STATE(3278)] = 223517, + [SMALL_STATE(3279)] = 223582, + [SMALL_STATE(3280)] = 223647, + [SMALL_STATE(3281)] = 223712, + [SMALL_STATE(3282)] = 223777, + [SMALL_STATE(3283)] = 223842, + [SMALL_STATE(3284)] = 223883, + [SMALL_STATE(3285)] = 223948, + [SMALL_STATE(3286)] = 224013, + [SMALL_STATE(3287)] = 224054, + [SMALL_STATE(3288)] = 224119, + [SMALL_STATE(3289)] = 224178, + [SMALL_STATE(3290)] = 224243, + [SMALL_STATE(3291)] = 224297, + [SMALL_STATE(3292)] = 224338, + [SMALL_STATE(3293)] = 224377, + [SMALL_STATE(3294)] = 224416, + [SMALL_STATE(3295)] = 224455, + [SMALL_STATE(3296)] = 224494, + [SMALL_STATE(3297)] = 224540, + [SMALL_STATE(3298)] = 224580, + [SMALL_STATE(3299)] = 224620, + [SMALL_STATE(3300)] = 224666, + [SMALL_STATE(3301)] = 224712, + [SMALL_STATE(3302)] = 224758, + [SMALL_STATE(3303)] = 224804, + [SMALL_STATE(3304)] = 224850, + [SMALL_STATE(3305)] = 224896, + [SMALL_STATE(3306)] = 224940, + [SMALL_STATE(3307)] = 224986, + [SMALL_STATE(3308)] = 225032, + [SMALL_STATE(3309)] = 225078, + [SMALL_STATE(3310)] = 225124, + [SMALL_STATE(3311)] = 225170, + [SMALL_STATE(3312)] = 225216, + [SMALL_STATE(3313)] = 225262, + [SMALL_STATE(3314)] = 225302, + [SMALL_STATE(3315)] = 225338, + [SMALL_STATE(3316)] = 225384, + [SMALL_STATE(3317)] = 225433, + [SMALL_STATE(3318)] = 225494, + [SMALL_STATE(3319)] = 225555, + [SMALL_STATE(3320)] = 225594, + [SMALL_STATE(3321)] = 225655, + [SMALL_STATE(3322)] = 225706, + [SMALL_STATE(3323)] = 225767, + [SMALL_STATE(3324)] = 225828, + [SMALL_STATE(3325)] = 225889, + [SMALL_STATE(3326)] = 225948, + [SMALL_STATE(3327)] = 226007, + [SMALL_STATE(3328)] = 226068, + [SMALL_STATE(3329)] = 226115, + [SMALL_STATE(3330)] = 226176, + [SMALL_STATE(3331)] = 226219, + [SMALL_STATE(3332)] = 226280, + [SMALL_STATE(3333)] = 226339, + [SMALL_STATE(3334)] = 226400, + [SMALL_STATE(3335)] = 226437, + [SMALL_STATE(3336)] = 226488, + [SMALL_STATE(3337)] = 226527, + [SMALL_STATE(3338)] = 226566, + [SMALL_STATE(3339)] = 226625, + [SMALL_STATE(3340)] = 226670, + [SMALL_STATE(3341)] = 226718, + [SMALL_STATE(3342)] = 226764, + [SMALL_STATE(3343)] = 226812, + [SMALL_STATE(3344)] = 226870, + [SMALL_STATE(3345)] = 226918, + [SMALL_STATE(3346)] = 226966, + [SMALL_STATE(3347)] = 227028, + [SMALL_STATE(3348)] = 227062, + [SMALL_STATE(3349)] = 227106, + [SMALL_STATE(3350)] = 227154, + [SMALL_STATE(3351)] = 227212, + [SMALL_STATE(3352)] = 227274, + [SMALL_STATE(3353)] = 227332, + [SMALL_STATE(3354)] = 227366, + [SMALL_STATE(3355)] = 227428, + [SMALL_STATE(3356)] = 227462, + [SMALL_STATE(3357)] = 227512, + [SMALL_STATE(3358)] = 227560, + [SMALL_STATE(3359)] = 227610, + [SMALL_STATE(3360)] = 227644, + [SMALL_STATE(3361)] = 227692, + [SMALL_STATE(3362)] = 227740, + [SMALL_STATE(3363)] = 227802, + [SMALL_STATE(3364)] = 227864, + [SMALL_STATE(3365)] = 227922, + [SMALL_STATE(3366)] = 227980, + [SMALL_STATE(3367)] = 228014, + [SMALL_STATE(3368)] = 228069, + [SMALL_STATE(3369)] = 228104, + [SMALL_STATE(3370)] = 228159, + [SMALL_STATE(3371)] = 228214, + [SMALL_STATE(3372)] = 228269, + [SMALL_STATE(3373)] = 228324, + [SMALL_STATE(3374)] = 228379, + [SMALL_STATE(3375)] = 228412, + [SMALL_STATE(3376)] = 228457, + [SMALL_STATE(3377)] = 228500, + [SMALL_STATE(3378)] = 228555, + [SMALL_STATE(3379)] = 228590, + [SMALL_STATE(3380)] = 228629, + [SMALL_STATE(3381)] = 228684, + [SMALL_STATE(3382)] = 228719, + [SMALL_STATE(3383)] = 228774, + [SMALL_STATE(3384)] = 228821, + [SMALL_STATE(3385)] = 228854, + [SMALL_STATE(3386)] = 228889, + [SMALL_STATE(3387)] = 228934, + [SMALL_STATE(3388)] = 228981, + [SMALL_STATE(3389)] = 229028, + [SMALL_STATE(3390)] = 229061, + [SMALL_STATE(3391)] = 229108, + [SMALL_STATE(3392)] = 229163, + [SMALL_STATE(3393)] = 229211, + [SMALL_STATE(3394)] = 229259, + [SMALL_STATE(3395)] = 229307, + [SMALL_STATE(3396)] = 229355, + [SMALL_STATE(3397)] = 229407, + [SMALL_STATE(3398)] = 229455, + [SMALL_STATE(3399)] = 229507, + [SMALL_STATE(3400)] = 229559, + [SMALL_STATE(3401)] = 229607, + [SMALL_STATE(3402)] = 229659, + [SMALL_STATE(3403)] = 229707, + [SMALL_STATE(3404)] = 229755, + [SMALL_STATE(3405)] = 229803, + [SMALL_STATE(3406)] = 229855, + [SMALL_STATE(3407)] = 229903, + [SMALL_STATE(3408)] = 229955, + [SMALL_STATE(3409)] = 230003, + [SMALL_STATE(3410)] = 230051, + [SMALL_STATE(3411)] = 230099, + [SMALL_STATE(3412)] = 230147, + [SMALL_STATE(3413)] = 230203, + [SMALL_STATE(3414)] = 230251, + [SMALL_STATE(3415)] = 230299, + [SMALL_STATE(3416)] = 230351, + [SMALL_STATE(3417)] = 230399, + [SMALL_STATE(3418)] = 230447, + [SMALL_STATE(3419)] = 230495, + [SMALL_STATE(3420)] = 230543, + [SMALL_STATE(3421)] = 230591, + [SMALL_STATE(3422)] = 230639, + [SMALL_STATE(3423)] = 230687, + [SMALL_STATE(3424)] = 230739, + [SMALL_STATE(3425)] = 230795, + [SMALL_STATE(3426)] = 230843, + [SMALL_STATE(3427)] = 230899, + [SMALL_STATE(3428)] = 230947, + [SMALL_STATE(3429)] = 230995, + [SMALL_STATE(3430)] = 231043, + [SMALL_STATE(3431)] = 231091, + [SMALL_STATE(3432)] = 231139, + [SMALL_STATE(3433)] = 231187, + [SMALL_STATE(3434)] = 231239, + [SMALL_STATE(3435)] = 231287, + [SMALL_STATE(3436)] = 231335, + [SMALL_STATE(3437)] = 231383, + [SMALL_STATE(3438)] = 231431, + [SMALL_STATE(3439)] = 231479, + [SMALL_STATE(3440)] = 231527, + [SMALL_STATE(3441)] = 231575, + [SMALL_STATE(3442)] = 231631, + [SMALL_STATE(3443)] = 231687, + [SMALL_STATE(3444)] = 231735, + [SMALL_STATE(3445)] = 231787, + [SMALL_STATE(3446)] = 231835, + [SMALL_STATE(3447)] = 231875, + [SMALL_STATE(3448)] = 231923, + [SMALL_STATE(3449)] = 231971, + [SMALL_STATE(3450)] = 232013, + [SMALL_STATE(3451)] = 232061, + [SMALL_STATE(3452)] = 232109, + [SMALL_STATE(3453)] = 232163, + [SMALL_STATE(3454)] = 232211, + [SMALL_STATE(3455)] = 232259, + [SMALL_STATE(3456)] = 232307, + [SMALL_STATE(3457)] = 232349, + [SMALL_STATE(3458)] = 232397, + [SMALL_STATE(3459)] = 232445, + [SMALL_STATE(3460)] = 232491, + [SMALL_STATE(3461)] = 232539, + [SMALL_STATE(3462)] = 232587, + [SMALL_STATE(3463)] = 232635, + [SMALL_STATE(3464)] = 232683, + [SMALL_STATE(3465)] = 232731, + [SMALL_STATE(3466)] = 232779, + [SMALL_STATE(3467)] = 232827, + [SMALL_STATE(3468)] = 232875, + [SMALL_STATE(3469)] = 232906, + [SMALL_STATE(3470)] = 232955, + [SMALL_STATE(3471)] = 233008, + [SMALL_STATE(3472)] = 233057, + [SMALL_STATE(3473)] = 233092, + [SMALL_STATE(3474)] = 233141, + [SMALL_STATE(3475)] = 233194, + [SMALL_STATE(3476)] = 233229, + [SMALL_STATE(3477)] = 233282, + [SMALL_STATE(3478)] = 233335, + [SMALL_STATE(3479)] = 233388, + [SMALL_STATE(3480)] = 233441, + [SMALL_STATE(3481)] = 233474, + [SMALL_STATE(3482)] = 233515, + [SMALL_STATE(3483)] = 233564, + [SMALL_STATE(3484)] = 233613, + [SMALL_STATE(3485)] = 233666, + [SMALL_STATE(3486)] = 233719, + [SMALL_STATE(3487)] = 233750, + [SMALL_STATE(3488)] = 233799, + [SMALL_STATE(3489)] = 233852, + [SMALL_STATE(3490)] = 233905, + [SMALL_STATE(3491)] = 233954, + [SMALL_STATE(3492)] = 234007, + [SMALL_STATE(3493)] = 234060, + [SMALL_STATE(3494)] = 234113, + [SMALL_STATE(3495)] = 234162, + [SMALL_STATE(3496)] = 234211, + [SMALL_STATE(3497)] = 234264, + [SMALL_STATE(3498)] = 234301, + [SMALL_STATE(3499)] = 234354, + [SMALL_STATE(3500)] = 234397, + [SMALL_STATE(3501)] = 234450, + [SMALL_STATE(3502)] = 234499, + [SMALL_STATE(3503)] = 234552, + [SMALL_STATE(3504)] = 234605, + [SMALL_STATE(3505)] = 234658, + [SMALL_STATE(3506)] = 234701, + [SMALL_STATE(3507)] = 234744, + [SMALL_STATE(3508)] = 234797, + [SMALL_STATE(3509)] = 234840, + [SMALL_STATE(3510)] = 234883, + [SMALL_STATE(3511)] = 234936, + [SMALL_STATE(3512)] = 234983, + [SMALL_STATE(3513)] = 235033, + [SMALL_STATE(3514)] = 235083, + [SMALL_STATE(3515)] = 235133, + [SMALL_STATE(3516)] = 235179, + [SMALL_STATE(3517)] = 235215, + [SMALL_STATE(3518)] = 235265, + [SMALL_STATE(3519)] = 235299, + [SMALL_STATE(3520)] = 235349, + [SMALL_STATE(3521)] = 235399, + [SMALL_STATE(3522)] = 235449, + [SMALL_STATE(3523)] = 235499, + [SMALL_STATE(3524)] = 235549, + [SMALL_STATE(3525)] = 235599, + [SMALL_STATE(3526)] = 235649, + [SMALL_STATE(3527)] = 235679, + [SMALL_STATE(3528)] = 235729, + [SMALL_STATE(3529)] = 235779, + [SMALL_STATE(3530)] = 235829, + [SMALL_STATE(3531)] = 235879, + [SMALL_STATE(3532)] = 235925, + [SMALL_STATE(3533)] = 235975, + [SMALL_STATE(3534)] = 236021, + [SMALL_STATE(3535)] = 236067, + [SMALL_STATE(3536)] = 236117, + [SMALL_STATE(3537)] = 236167, + [SMALL_STATE(3538)] = 236217, + [SMALL_STATE(3539)] = 236267, + [SMALL_STATE(3540)] = 236317, + [SMALL_STATE(3541)] = 236367, + [SMALL_STATE(3542)] = 236413, + [SMALL_STATE(3543)] = 236459, + [SMALL_STATE(3544)] = 236497, + [SMALL_STATE(3545)] = 236547, + [SMALL_STATE(3546)] = 236597, + [SMALL_STATE(3547)] = 236635, + [SMALL_STATE(3548)] = 236685, + [SMALL_STATE(3549)] = 236731, + [SMALL_STATE(3550)] = 236781, + [SMALL_STATE(3551)] = 236827, + [SMALL_STATE(3552)] = 236873, + [SMALL_STATE(3553)] = 236919, + [SMALL_STATE(3554)] = 236957, + [SMALL_STATE(3555)] = 237007, + [SMALL_STATE(3556)] = 237057, + [SMALL_STATE(3557)] = 237087, + [SMALL_STATE(3558)] = 237137, + [SMALL_STATE(3559)] = 237175, + [SMALL_STATE(3560)] = 237225, + [SMALL_STATE(3561)] = 237275, + [SMALL_STATE(3562)] = 237325, + [SMALL_STATE(3563)] = 237375, + [SMALL_STATE(3564)] = 237407, + [SMALL_STATE(3565)] = 237453, + [SMALL_STATE(3566)] = 237491, + [SMALL_STATE(3567)] = 237541, + [SMALL_STATE(3568)] = 237591, + [SMALL_STATE(3569)] = 237641, + [SMALL_STATE(3570)] = 237687, + [SMALL_STATE(3571)] = 237733, + [SMALL_STATE(3572)] = 237783, + [SMALL_STATE(3573)] = 237829, + [SMALL_STATE(3574)] = 237879, + [SMALL_STATE(3575)] = 237929, + [SMALL_STATE(3576)] = 237975, + [SMALL_STATE(3577)] = 238025, + [SMALL_STATE(3578)] = 238055, + [SMALL_STATE(3579)] = 238105, + [SMALL_STATE(3580)] = 238155, + [SMALL_STATE(3581)] = 238205, + [SMALL_STATE(3582)] = 238255, + [SMALL_STATE(3583)] = 238305, + [SMALL_STATE(3584)] = 238355, + [SMALL_STATE(3585)] = 238401, + [SMALL_STATE(3586)] = 238451, + [SMALL_STATE(3587)] = 238501, + [SMALL_STATE(3588)] = 238551, + [SMALL_STATE(3589)] = 238601, + [SMALL_STATE(3590)] = 238651, + [SMALL_STATE(3591)] = 238701, + [SMALL_STATE(3592)] = 238751, + [SMALL_STATE(3593)] = 238801, + [SMALL_STATE(3594)] = 238847, + [SMALL_STATE(3595)] = 238893, + [SMALL_STATE(3596)] = 238939, + [SMALL_STATE(3597)] = 238989, + [SMALL_STATE(3598)] = 239039, + [SMALL_STATE(3599)] = 239089, + [SMALL_STATE(3600)] = 239139, + [SMALL_STATE(3601)] = 239189, + [SMALL_STATE(3602)] = 239239, + [SMALL_STATE(3603)] = 239285, + [SMALL_STATE(3604)] = 239332, + [SMALL_STATE(3605)] = 239379, + [SMALL_STATE(3606)] = 239426, + [SMALL_STATE(3607)] = 239473, + [SMALL_STATE(3608)] = 239520, + [SMALL_STATE(3609)] = 239567, + [SMALL_STATE(3610)] = 239614, + [SMALL_STATE(3611)] = 239661, + [SMALL_STATE(3612)] = 239708, + [SMALL_STATE(3613)] = 239755, + [SMALL_STATE(3614)] = 239802, + [SMALL_STATE(3615)] = 239849, + [SMALL_STATE(3616)] = 239896, + [SMALL_STATE(3617)] = 239943, + [SMALL_STATE(3618)] = 239990, + [SMALL_STATE(3619)] = 240037, + [SMALL_STATE(3620)] = 240084, + [SMALL_STATE(3621)] = 240131, + [SMALL_STATE(3622)] = 240178, + [SMALL_STATE(3623)] = 240209, + [SMALL_STATE(3624)] = 240256, + [SMALL_STATE(3625)] = 240303, + [SMALL_STATE(3626)] = 240350, + [SMALL_STATE(3627)] = 240397, + [SMALL_STATE(3628)] = 240444, + [SMALL_STATE(3629)] = 240491, + [SMALL_STATE(3630)] = 240538, + [SMALL_STATE(3631)] = 240585, + [SMALL_STATE(3632)] = 240632, + [SMALL_STATE(3633)] = 240679, + [SMALL_STATE(3634)] = 240726, + [SMALL_STATE(3635)] = 240773, + [SMALL_STATE(3636)] = 240820, + [SMALL_STATE(3637)] = 240867, + [SMALL_STATE(3638)] = 240914, + [SMALL_STATE(3639)] = 240961, + [SMALL_STATE(3640)] = 241008, + [SMALL_STATE(3641)] = 241055, + [SMALL_STATE(3642)] = 241086, + [SMALL_STATE(3643)] = 241117, + [SMALL_STATE(3644)] = 241148, + [SMALL_STATE(3645)] = 241179, + [SMALL_STATE(3646)] = 241226, + [SMALL_STATE(3647)] = 241273, + [SMALL_STATE(3648)] = 241310, + [SMALL_STATE(3649)] = 241357, + [SMALL_STATE(3650)] = 241404, + [SMALL_STATE(3651)] = 241441, + [SMALL_STATE(3652)] = 241488, + [SMALL_STATE(3653)] = 241535, + [SMALL_STATE(3654)] = 241582, + [SMALL_STATE(3655)] = 241613, + [SMALL_STATE(3656)] = 241644, + [SMALL_STATE(3657)] = 241691, + [SMALL_STATE(3658)] = 241738, + [SMALL_STATE(3659)] = 241785, + [SMALL_STATE(3660)] = 241816, + [SMALL_STATE(3661)] = 241863, + [SMALL_STATE(3662)] = 241910, + [SMALL_STATE(3663)] = 241941, + [SMALL_STATE(3664)] = 241988, + [SMALL_STATE(3665)] = 242035, + [SMALL_STATE(3666)] = 242082, + [SMALL_STATE(3667)] = 242129, + [SMALL_STATE(3668)] = 242160, + [SMALL_STATE(3669)] = 242207, + [SMALL_STATE(3670)] = 242254, + [SMALL_STATE(3671)] = 242301, + [SMALL_STATE(3672)] = 242348, + [SMALL_STATE(3673)] = 242379, + [SMALL_STATE(3674)] = 242426, + [SMALL_STATE(3675)] = 242473, + [SMALL_STATE(3676)] = 242520, + [SMALL_STATE(3677)] = 242567, + [SMALL_STATE(3678)] = 242614, + [SMALL_STATE(3679)] = 242651, + [SMALL_STATE(3680)] = 242698, + [SMALL_STATE(3681)] = 242745, + [SMALL_STATE(3682)] = 242792, + [SMALL_STATE(3683)] = 242839, + [SMALL_STATE(3684)] = 242886, + [SMALL_STATE(3685)] = 242933, + [SMALL_STATE(3686)] = 242980, + [SMALL_STATE(3687)] = 243027, + [SMALL_STATE(3688)] = 243074, + [SMALL_STATE(3689)] = 243121, + [SMALL_STATE(3690)] = 243152, + [SMALL_STATE(3691)] = 243183, + [SMALL_STATE(3692)] = 243230, + [SMALL_STATE(3693)] = 243277, + [SMALL_STATE(3694)] = 243312, + [SMALL_STATE(3695)] = 243359, + [SMALL_STATE(3696)] = 243406, + [SMALL_STATE(3697)] = 243437, + [SMALL_STATE(3698)] = 243484, + [SMALL_STATE(3699)] = 243531, + [SMALL_STATE(3700)] = 243578, + [SMALL_STATE(3701)] = 243625, + [SMALL_STATE(3702)] = 243672, + [SMALL_STATE(3703)] = 243719, + [SMALL_STATE(3704)] = 243766, + [SMALL_STATE(3705)] = 243797, + [SMALL_STATE(3706)] = 243844, + [SMALL_STATE(3707)] = 243891, + [SMALL_STATE(3708)] = 243938, + [SMALL_STATE(3709)] = 243985, + [SMALL_STATE(3710)] = 244032, + [SMALL_STATE(3711)] = 244079, + [SMALL_STATE(3712)] = 244126, + [SMALL_STATE(3713)] = 244173, + [SMALL_STATE(3714)] = 244204, + [SMALL_STATE(3715)] = 244251, + [SMALL_STATE(3716)] = 244298, + [SMALL_STATE(3717)] = 244345, + [SMALL_STATE(3718)] = 244392, + [SMALL_STATE(3719)] = 244439, + [SMALL_STATE(3720)] = 244480, + [SMALL_STATE(3721)] = 244527, + [SMALL_STATE(3722)] = 244574, + [SMALL_STATE(3723)] = 244621, + [SMALL_STATE(3724)] = 244668, + [SMALL_STATE(3725)] = 244715, + [SMALL_STATE(3726)] = 244762, + [SMALL_STATE(3727)] = 244809, + [SMALL_STATE(3728)] = 244856, + [SMALL_STATE(3729)] = 244894, + [SMALL_STATE(3730)] = 244934, + [SMALL_STATE(3731)] = 244962, + [SMALL_STATE(3732)] = 244990, + [SMALL_STATE(3733)] = 245036, + [SMALL_STATE(3734)] = 245064, + [SMALL_STATE(3735)] = 245102, + [SMALL_STATE(3736)] = 245142, + [SMALL_STATE(3737)] = 245182, + [SMALL_STATE(3738)] = 245222, + [SMALL_STATE(3739)] = 245262, + [SMALL_STATE(3740)] = 245308, + [SMALL_STATE(3741)] = 245350, + [SMALL_STATE(3742)] = 245390, + [SMALL_STATE(3743)] = 245432, + [SMALL_STATE(3744)] = 245470, + [SMALL_STATE(3745)] = 245516, + [SMALL_STATE(3746)] = 245556, + [SMALL_STATE(3747)] = 245596, + [SMALL_STATE(3748)] = 245636, + [SMALL_STATE(3749)] = 245678, + [SMALL_STATE(3750)] = 245718, + [SMALL_STATE(3751)] = 245746, + [SMALL_STATE(3752)] = 245774, + [SMALL_STATE(3753)] = 245814, + [SMALL_STATE(3754)] = 245852, + [SMALL_STATE(3755)] = 245892, + [SMALL_STATE(3756)] = 245932, + [SMALL_STATE(3757)] = 245972, + [SMALL_STATE(3758)] = 246014, + [SMALL_STATE(3759)] = 246054, + [SMALL_STATE(3760)] = 246094, + [SMALL_STATE(3761)] = 246134, + [SMALL_STATE(3762)] = 246174, + [SMALL_STATE(3763)] = 246212, + [SMALL_STATE(3764)] = 246252, + [SMALL_STATE(3765)] = 246292, + [SMALL_STATE(3766)] = 246332, + [SMALL_STATE(3767)] = 246360, + [SMALL_STATE(3768)] = 246400, + [SMALL_STATE(3769)] = 246438, + [SMALL_STATE(3770)] = 246478, + [SMALL_STATE(3771)] = 246518, + [SMALL_STATE(3772)] = 246558, + [SMALL_STATE(3773)] = 246594, + [SMALL_STATE(3774)] = 246634, + [SMALL_STATE(3775)] = 246674, + [SMALL_STATE(3776)] = 246702, + [SMALL_STATE(3777)] = 246730, + [SMALL_STATE(3778)] = 246770, + [SMALL_STATE(3779)] = 246810, + [SMALL_STATE(3780)] = 246850, + [SMALL_STATE(3781)] = 246890, + [SMALL_STATE(3782)] = 246930, + [SMALL_STATE(3783)] = 246970, + [SMALL_STATE(3784)] = 247010, + [SMALL_STATE(3785)] = 247050, + [SMALL_STATE(3786)] = 247090, + [SMALL_STATE(3787)] = 247130, + [SMALL_STATE(3788)] = 247170, + [SMALL_STATE(3789)] = 247210, + [SMALL_STATE(3790)] = 247250, + [SMALL_STATE(3791)] = 247296, + [SMALL_STATE(3792)] = 247336, + [SMALL_STATE(3793)] = 247376, + [SMALL_STATE(3794)] = 247422, + [SMALL_STATE(3795)] = 247462, + [SMALL_STATE(3796)] = 247502, + [SMALL_STATE(3797)] = 247540, + [SMALL_STATE(3798)] = 247586, + [SMALL_STATE(3799)] = 247614, + [SMALL_STATE(3800)] = 247656, + [SMALL_STATE(3801)] = 247702, + [SMALL_STATE(3802)] = 247734, + [SMALL_STATE(3803)] = 247774, + [SMALL_STATE(3804)] = 247802, + [SMALL_STATE(3805)] = 247842, + [SMALL_STATE(3806)] = 247880, + [SMALL_STATE(3807)] = 247922, + [SMALL_STATE(3808)] = 247962, + [SMALL_STATE(3809)] = 248002, + [SMALL_STATE(3810)] = 248042, + [SMALL_STATE(3811)] = 248072, + [SMALL_STATE(3812)] = 248118, + [SMALL_STATE(3813)] = 248158, + [SMALL_STATE(3814)] = 248198, + [SMALL_STATE(3815)] = 248226, + [SMALL_STATE(3816)] = 248266, + [SMALL_STATE(3817)] = 248306, + [SMALL_STATE(3818)] = 248346, + [SMALL_STATE(3819)] = 248386, + [SMALL_STATE(3820)] = 248426, + [SMALL_STATE(3821)] = 248468, + [SMALL_STATE(3822)] = 248508, + [SMALL_STATE(3823)] = 248546, + [SMALL_STATE(3824)] = 248588, + [SMALL_STATE(3825)] = 248630, + [SMALL_STATE(3826)] = 248670, + [SMALL_STATE(3827)] = 248710, + [SMALL_STATE(3828)] = 248750, + [SMALL_STATE(3829)] = 248796, + [SMALL_STATE(3830)] = 248836, + [SMALL_STATE(3831)] = 248864, + [SMALL_STATE(3832)] = 248906, + [SMALL_STATE(3833)] = 248946, + [SMALL_STATE(3834)] = 248974, + [SMALL_STATE(3835)] = 249016, + [SMALL_STATE(3836)] = 249056, + [SMALL_STATE(3837)] = 249096, + [SMALL_STATE(3838)] = 249136, + [SMALL_STATE(3839)] = 249182, + [SMALL_STATE(3840)] = 249220, + [SMALL_STATE(3841)] = 249260, + [SMALL_STATE(3842)] = 249300, + [SMALL_STATE(3843)] = 249340, + [SMALL_STATE(3844)] = 249380, + [SMALL_STATE(3845)] = 249420, + [SMALL_STATE(3846)] = 249459, + [SMALL_STATE(3847)] = 249488, + [SMALL_STATE(3848)] = 249517, + [SMALL_STATE(3849)] = 249556, + [SMALL_STATE(3850)] = 249585, + [SMALL_STATE(3851)] = 249628, + [SMALL_STATE(3852)] = 249671, + [SMALL_STATE(3853)] = 249714, + [SMALL_STATE(3854)] = 249743, + [SMALL_STATE(3855)] = 249770, + [SMALL_STATE(3856)] = 249799, + [SMALL_STATE(3857)] = 249826, + [SMALL_STATE(3858)] = 249869, + [SMALL_STATE(3859)] = 249898, + [SMALL_STATE(3860)] = 249941, + [SMALL_STATE(3861)] = 249980, + [SMALL_STATE(3862)] = 250023, + [SMALL_STATE(3863)] = 250062, + [SMALL_STATE(3864)] = 250089, + [SMALL_STATE(3865)] = 250128, + [SMALL_STATE(3866)] = 250167, + [SMALL_STATE(3867)] = 250204, + [SMALL_STATE(3868)] = 250247, + [SMALL_STATE(3869)] = 250276, + [SMALL_STATE(3870)] = 250305, + [SMALL_STATE(3871)] = 250334, + [SMALL_STATE(3872)] = 250373, + [SMALL_STATE(3873)] = 250402, + [SMALL_STATE(3874)] = 250431, + [SMALL_STATE(3875)] = 250470, + [SMALL_STATE(3876)] = 250499, + [SMALL_STATE(3877)] = 250542, + [SMALL_STATE(3878)] = 250571, + [SMALL_STATE(3879)] = 250614, + [SMALL_STATE(3880)] = 250657, + [SMALL_STATE(3881)] = 250686, + [SMALL_STATE(3882)] = 250715, + [SMALL_STATE(3883)] = 250758, + [SMALL_STATE(3884)] = 250787, + [SMALL_STATE(3885)] = 250828, + [SMALL_STATE(3886)] = 250867, + [SMALL_STATE(3887)] = 250896, + [SMALL_STATE(3888)] = 250925, + [SMALL_STATE(3889)] = 250968, + [SMALL_STATE(3890)] = 251011, + [SMALL_STATE(3891)] = 251054, + [SMALL_STATE(3892)] = 251097, + [SMALL_STATE(3893)] = 251140, + [SMALL_STATE(3894)] = 251183, + [SMALL_STATE(3895)] = 251212, + [SMALL_STATE(3896)] = 251239, + [SMALL_STATE(3897)] = 251282, + [SMALL_STATE(3898)] = 251325, + [SMALL_STATE(3899)] = 251368, + [SMALL_STATE(3900)] = 251397, + [SMALL_STATE(3901)] = 251440, + [SMALL_STATE(3902)] = 251467, + [SMALL_STATE(3903)] = 251510, + [SMALL_STATE(3904)] = 251539, + [SMALL_STATE(3905)] = 251582, + [SMALL_STATE(3906)] = 251621, + [SMALL_STATE(3907)] = 251650, + [SMALL_STATE(3908)] = 251679, + [SMALL_STATE(3909)] = 251718, + [SMALL_STATE(3910)] = 251757, + [SMALL_STATE(3911)] = 251796, + [SMALL_STATE(3912)] = 251839, + [SMALL_STATE(3913)] = 251882, + [SMALL_STATE(3914)] = 251921, + [SMALL_STATE(3915)] = 251960, + [SMALL_STATE(3916)] = 251999, + [SMALL_STATE(3917)] = 252028, + [SMALL_STATE(3918)] = 252057, + [SMALL_STATE(3919)] = 252086, + [SMALL_STATE(3920)] = 252115, + [SMALL_STATE(3921)] = 252158, + [SMALL_STATE(3922)] = 252185, + [SMALL_STATE(3923)] = 252228, + [SMALL_STATE(3924)] = 252271, + [SMALL_STATE(3925)] = 252314, + [SMALL_STATE(3926)] = 252357, + [SMALL_STATE(3927)] = 252386, + [SMALL_STATE(3928)] = 252429, + [SMALL_STATE(3929)] = 252472, + [SMALL_STATE(3930)] = 252515, + [SMALL_STATE(3931)] = 252544, + [SMALL_STATE(3932)] = 252583, + [SMALL_STATE(3933)] = 252612, + [SMALL_STATE(3934)] = 252641, + [SMALL_STATE(3935)] = 252680, + [SMALL_STATE(3936)] = 252723, + [SMALL_STATE(3937)] = 252762, + [SMALL_STATE(3938)] = 252791, + [SMALL_STATE(3939)] = 252834, + [SMALL_STATE(3940)] = 252877, + [SMALL_STATE(3941)] = 252920, + [SMALL_STATE(3942)] = 252963, + [SMALL_STATE(3943)] = 253006, + [SMALL_STATE(3944)] = 253049, + [SMALL_STATE(3945)] = 253092, + [SMALL_STATE(3946)] = 253119, + [SMALL_STATE(3947)] = 253158, + [SMALL_STATE(3948)] = 253197, + [SMALL_STATE(3949)] = 253236, + [SMALL_STATE(3950)] = 253265, + [SMALL_STATE(3951)] = 253304, + [SMALL_STATE(3952)] = 253343, + [SMALL_STATE(3953)] = 253378, + [SMALL_STATE(3954)] = 253421, + [SMALL_STATE(3955)] = 253466, + [SMALL_STATE(3956)] = 253509, + [SMALL_STATE(3957)] = 253544, + [SMALL_STATE(3958)] = 253587, + [SMALL_STATE(3959)] = 253622, + [SMALL_STATE(3960)] = 253651, + [SMALL_STATE(3961)] = 253680, + [SMALL_STATE(3962)] = 253725, + [SMALL_STATE(3963)] = 253768, + [SMALL_STATE(3964)] = 253811, + [SMALL_STATE(3965)] = 253854, + [SMALL_STATE(3966)] = 253883, + [SMALL_STATE(3967)] = 253912, + [SMALL_STATE(3968)] = 253943, + [SMALL_STATE(3969)] = 253986, + [SMALL_STATE(3970)] = 254029, + [SMALL_STATE(3971)] = 254072, + [SMALL_STATE(3972)] = 254111, + [SMALL_STATE(3973)] = 254154, + [SMALL_STATE(3974)] = 254183, + [SMALL_STATE(3975)] = 254222, + [SMALL_STATE(3976)] = 254265, + [SMALL_STATE(3977)] = 254308, + [SMALL_STATE(3978)] = 254351, + [SMALL_STATE(3979)] = 254394, + [SMALL_STATE(3980)] = 254437, + [SMALL_STATE(3981)] = 254476, + [SMALL_STATE(3982)] = 254505, + [SMALL_STATE(3983)] = 254548, + [SMALL_STATE(3984)] = 254587, + [SMALL_STATE(3985)] = 254616, + [SMALL_STATE(3986)] = 254655, + [SMALL_STATE(3987)] = 254694, + [SMALL_STATE(3988)] = 254733, + [SMALL_STATE(3989)] = 254762, + [SMALL_STATE(3990)] = 254793, + [SMALL_STATE(3991)] = 254822, + [SMALL_STATE(3992)] = 254861, + [SMALL_STATE(3993)] = 254900, + [SMALL_STATE(3994)] = 254939, + [SMALL_STATE(3995)] = 254978, + [SMALL_STATE(3996)] = 255021, + [SMALL_STATE(3997)] = 255064, + [SMALL_STATE(3998)] = 255093, + [SMALL_STATE(3999)] = 255136, + [SMALL_STATE(4000)] = 255174, + [SMALL_STATE(4001)] = 255212, + [SMALL_STATE(4002)] = 255242, + [SMALL_STATE(4003)] = 255276, + [SMALL_STATE(4004)] = 255314, + [SMALL_STATE(4005)] = 255356, + [SMALL_STATE(4006)] = 255394, + [SMALL_STATE(4007)] = 255432, + [SMALL_STATE(4008)] = 255470, + [SMALL_STATE(4009)] = 255508, + [SMALL_STATE(4010)] = 255546, + [SMALL_STATE(4011)] = 255588, + [SMALL_STATE(4012)] = 255626, + [SMALL_STATE(4013)] = 255664, + [SMALL_STATE(4014)] = 255702, + [SMALL_STATE(4015)] = 255744, + [SMALL_STATE(4016)] = 255782, + [SMALL_STATE(4017)] = 255820, + [SMALL_STATE(4018)] = 255858, + [SMALL_STATE(4019)] = 255896, + [SMALL_STATE(4020)] = 255934, + [SMALL_STATE(4021)] = 255972, + [SMALL_STATE(4022)] = 256014, + [SMALL_STATE(4023)] = 256056, + [SMALL_STATE(4024)] = 256094, + [SMALL_STATE(4025)] = 256132, + [SMALL_STATE(4026)] = 256174, + [SMALL_STATE(4027)] = 256216, + [SMALL_STATE(4028)] = 256254, + [SMALL_STATE(4029)] = 256292, + [SMALL_STATE(4030)] = 256330, + [SMALL_STATE(4031)] = 256372, + [SMALL_STATE(4032)] = 256408, + [SMALL_STATE(4033)] = 256446, + [SMALL_STATE(4034)] = 256484, + [SMALL_STATE(4035)] = 256522, + [SMALL_STATE(4036)] = 256560, + [SMALL_STATE(4037)] = 256598, + [SMALL_STATE(4038)] = 256636, + [SMALL_STATE(4039)] = 256674, + [SMALL_STATE(4040)] = 256700, + [SMALL_STATE(4041)] = 256738, + [SMALL_STATE(4042)] = 256780, + [SMALL_STATE(4043)] = 256822, + [SMALL_STATE(4044)] = 256860, + [SMALL_STATE(4045)] = 256886, + [SMALL_STATE(4046)] = 256924, + [SMALL_STATE(4047)] = 256962, + [SMALL_STATE(4048)] = 257000, + [SMALL_STATE(4049)] = 257042, + [SMALL_STATE(4050)] = 257080, + [SMALL_STATE(4051)] = 257122, + [SMALL_STATE(4052)] = 257160, + [SMALL_STATE(4053)] = 257198, + [SMALL_STATE(4054)] = 257236, + [SMALL_STATE(4055)] = 257272, + [SMALL_STATE(4056)] = 257314, + [SMALL_STATE(4057)] = 257352, + [SMALL_STATE(4058)] = 257390, + [SMALL_STATE(4059)] = 257428, + [SMALL_STATE(4060)] = 257466, + [SMALL_STATE(4061)] = 257504, + [SMALL_STATE(4062)] = 257542, + [SMALL_STATE(4063)] = 257584, + [SMALL_STATE(4064)] = 257610, + [SMALL_STATE(4065)] = 257648, + [SMALL_STATE(4066)] = 257686, + [SMALL_STATE(4067)] = 257722, + [SMALL_STATE(4068)] = 257764, + [SMALL_STATE(4069)] = 257802, + [SMALL_STATE(4070)] = 257840, + [SMALL_STATE(4071)] = 257866, + [SMALL_STATE(4072)] = 257908, + [SMALL_STATE(4073)] = 257946, + [SMALL_STATE(4074)] = 257988, + [SMALL_STATE(4075)] = 258026, + [SMALL_STATE(4076)] = 258064, + [SMALL_STATE(4077)] = 258106, + [SMALL_STATE(4078)] = 258144, + [SMALL_STATE(4079)] = 258182, + [SMALL_STATE(4080)] = 258218, + [SMALL_STATE(4081)] = 258256, + [SMALL_STATE(4082)] = 258294, + [SMALL_STATE(4083)] = 258332, + [SMALL_STATE(4084)] = 258370, + [SMALL_STATE(4085)] = 258412, + [SMALL_STATE(4086)] = 258450, + [SMALL_STATE(4087)] = 258488, + [SMALL_STATE(4088)] = 258526, + [SMALL_STATE(4089)] = 258552, + [SMALL_STATE(4090)] = 258594, + [SMALL_STATE(4091)] = 258620, + [SMALL_STATE(4092)] = 258658, + [SMALL_STATE(4093)] = 258696, + [SMALL_STATE(4094)] = 258723, + [SMALL_STATE(4095)] = 258750, + [SMALL_STATE(4096)] = 258779, + [SMALL_STATE(4097)] = 258806, + [SMALL_STATE(4098)] = 258833, + [SMALL_STATE(4099)] = 258860, + [SMALL_STATE(4100)] = 258887, + [SMALL_STATE(4101)] = 258914, + [SMALL_STATE(4102)] = 258941, + [SMALL_STATE(4103)] = 258968, + [SMALL_STATE(4104)] = 258997, + [SMALL_STATE(4105)] = 259024, + [SMALL_STATE(4106)] = 259051, + [SMALL_STATE(4107)] = 259078, + [SMALL_STATE(4108)] = 259105, + [SMALL_STATE(4109)] = 259132, + [SMALL_STATE(4110)] = 259159, + [SMALL_STATE(4111)] = 259186, + [SMALL_STATE(4112)] = 259213, + [SMALL_STATE(4113)] = 259240, + [SMALL_STATE(4114)] = 259275, + [SMALL_STATE(4115)] = 259302, + [SMALL_STATE(4116)] = 259337, + [SMALL_STATE(4117)] = 259364, + [SMALL_STATE(4118)] = 259391, + [SMALL_STATE(4119)] = 259420, + [SMALL_STATE(4120)] = 259447, + [SMALL_STATE(4121)] = 259476, + [SMALL_STATE(4122)] = 259503, + [SMALL_STATE(4123)] = 259530, + [SMALL_STATE(4124)] = 259557, + [SMALL_STATE(4125)] = 259584, + [SMALL_STATE(4126)] = 259611, + [SMALL_STATE(4127)] = 259638, + [SMALL_STATE(4128)] = 259665, + [SMALL_STATE(4129)] = 259692, + [SMALL_STATE(4130)] = 259723, + [SMALL_STATE(4131)] = 259752, + [SMALL_STATE(4132)] = 259779, + [SMALL_STATE(4133)] = 259806, + [SMALL_STATE(4134)] = 259835, + [SMALL_STATE(4135)] = 259862, + [SMALL_STATE(4136)] = 259891, + [SMALL_STATE(4137)] = 259918, + [SMALL_STATE(4138)] = 259945, + [SMALL_STATE(4139)] = 259977, + [SMALL_STATE(4140)] = 260009, + [SMALL_STATE(4141)] = 260045, + [SMALL_STATE(4142)] = 260081, + [SMALL_STATE(4143)] = 260119, + [SMALL_STATE(4144)] = 260155, + [SMALL_STATE(4145)] = 260183, + [SMALL_STATE(4146)] = 260209, + [SMALL_STATE(4147)] = 260241, + [SMALL_STATE(4148)] = 260273, + [SMALL_STATE(4149)] = 260311, + [SMALL_STATE(4150)] = 260343, + [SMALL_STATE(4151)] = 260373, + [SMALL_STATE(4152)] = 260409, + [SMALL_STATE(4153)] = 260441, + [SMALL_STATE(4154)] = 260473, + [SMALL_STATE(4155)] = 260511, + [SMALL_STATE(4156)] = 260547, + [SMALL_STATE(4157)] = 260579, + [SMALL_STATE(4158)] = 260611, + [SMALL_STATE(4159)] = 260647, + [SMALL_STATE(4160)] = 260679, + [SMALL_STATE(4161)] = 260711, + [SMALL_STATE(4162)] = 260743, + [SMALL_STATE(4163)] = 260775, + [SMALL_STATE(4164)] = 260805, + [SMALL_STATE(4165)] = 260837, + [SMALL_STATE(4166)] = 260869, + [SMALL_STATE(4167)] = 260901, + [SMALL_STATE(4168)] = 260939, + [SMALL_STATE(4169)] = 260977, + [SMALL_STATE(4170)] = 261009, + [SMALL_STATE(4171)] = 261039, + [SMALL_STATE(4172)] = 261071, + [SMALL_STATE(4173)] = 261101, + [SMALL_STATE(4174)] = 261139, + [SMALL_STATE(4175)] = 261175, + [SMALL_STATE(4176)] = 261207, + [SMALL_STATE(4177)] = 261239, + [SMALL_STATE(4178)] = 261271, + [SMALL_STATE(4179)] = 261303, + [SMALL_STATE(4180)] = 261335, + [SMALL_STATE(4181)] = 261367, + [SMALL_STATE(4182)] = 261399, + [SMALL_STATE(4183)] = 261431, + [SMALL_STATE(4184)] = 261469, + [SMALL_STATE(4185)] = 261501, + [SMALL_STATE(4186)] = 261537, + [SMALL_STATE(4187)] = 261569, + [SMALL_STATE(4188)] = 261599, + [SMALL_STATE(4189)] = 261629, + [SMALL_STATE(4190)] = 261665, + [SMALL_STATE(4191)] = 261703, + [SMALL_STATE(4192)] = 261741, + [SMALL_STATE(4193)] = 261773, + [SMALL_STATE(4194)] = 261805, + [SMALL_STATE(4195)] = 261841, + [SMALL_STATE(4196)] = 261873, + [SMALL_STATE(4197)] = 261905, + [SMALL_STATE(4198)] = 261941, + [SMALL_STATE(4199)] = 261973, + [SMALL_STATE(4200)] = 262005, + [SMALL_STATE(4201)] = 262037, + [SMALL_STATE(4202)] = 262069, + [SMALL_STATE(4203)] = 262105, + [SMALL_STATE(4204)] = 262137, + [SMALL_STATE(4205)] = 262169, + [SMALL_STATE(4206)] = 262207, + [SMALL_STATE(4207)] = 262239, + [SMALL_STATE(4208)] = 262271, + [SMALL_STATE(4209)] = 262309, + [SMALL_STATE(4210)] = 262339, + [SMALL_STATE(4211)] = 262369, + [SMALL_STATE(4212)] = 262407, + [SMALL_STATE(4213)] = 262445, + [SMALL_STATE(4214)] = 262477, + [SMALL_STATE(4215)] = 262507, + [SMALL_STATE(4216)] = 262539, + [SMALL_STATE(4217)] = 262571, + [SMALL_STATE(4218)] = 262603, + [SMALL_STATE(4219)] = 262641, + [SMALL_STATE(4220)] = 262677, + [SMALL_STATE(4221)] = 262707, + [SMALL_STATE(4222)] = 262737, + [SMALL_STATE(4223)] = 262767, + [SMALL_STATE(4224)] = 262799, + [SMALL_STATE(4225)] = 262829, + [SMALL_STATE(4226)] = 262859, + [SMALL_STATE(4227)] = 262891, + [SMALL_STATE(4228)] = 262923, + [SMALL_STATE(4229)] = 262955, + [SMALL_STATE(4230)] = 262987, + [SMALL_STATE(4231)] = 263017, + [SMALL_STATE(4232)] = 263053, + [SMALL_STATE(4233)] = 263085, + [SMALL_STATE(4234)] = 263121, + [SMALL_STATE(4235)] = 263153, + [SMALL_STATE(4236)] = 263185, + [SMALL_STATE(4237)] = 263223, + [SMALL_STATE(4238)] = 263261, + [SMALL_STATE(4239)] = 263297, + [SMALL_STATE(4240)] = 263329, + [SMALL_STATE(4241)] = 263365, + [SMALL_STATE(4242)] = 263397, + [SMALL_STATE(4243)] = 263429, + [SMALL_STATE(4244)] = 263459, + [SMALL_STATE(4245)] = 263491, + [SMALL_STATE(4246)] = 263523, + [SMALL_STATE(4247)] = 263555, + [SMALL_STATE(4248)] = 263593, + [SMALL_STATE(4249)] = 263625, + [SMALL_STATE(4250)] = 263663, + [SMALL_STATE(4251)] = 263701, + [SMALL_STATE(4252)] = 263733, + [SMALL_STATE(4253)] = 263765, + [SMALL_STATE(4254)] = 263797, + [SMALL_STATE(4255)] = 263827, + [SMALL_STATE(4256)] = 263857, + [SMALL_STATE(4257)] = 263889, + [SMALL_STATE(4258)] = 263921, + [SMALL_STATE(4259)] = 263953, + [SMALL_STATE(4260)] = 263985, + [SMALL_STATE(4261)] = 264021, + [SMALL_STATE(4262)] = 264051, + [SMALL_STATE(4263)] = 264083, + [SMALL_STATE(4264)] = 264113, + [SMALL_STATE(4265)] = 264149, + [SMALL_STATE(4266)] = 264185, + [SMALL_STATE(4267)] = 264217, + [SMALL_STATE(4268)] = 264245, + [SMALL_STATE(4269)] = 264277, + [SMALL_STATE(4270)] = 264301, + [SMALL_STATE(4271)] = 264331, + [SMALL_STATE(4272)] = 264363, + [SMALL_STATE(4273)] = 264398, + [SMALL_STATE(4274)] = 264433, + [SMALL_STATE(4275)] = 264468, + [SMALL_STATE(4276)] = 264503, + [SMALL_STATE(4277)] = 264538, + [SMALL_STATE(4278)] = 264569, + [SMALL_STATE(4279)] = 264604, + [SMALL_STATE(4280)] = 264639, + [SMALL_STATE(4281)] = 264674, + [SMALL_STATE(4282)] = 264709, + [SMALL_STATE(4283)] = 264744, + [SMALL_STATE(4284)] = 264779, + [SMALL_STATE(4285)] = 264814, + [SMALL_STATE(4286)] = 264849, + [SMALL_STATE(4287)] = 264882, + [SMALL_STATE(4288)] = 264917, + [SMALL_STATE(4289)] = 264950, + [SMALL_STATE(4290)] = 264985, + [SMALL_STATE(4291)] = 265020, + [SMALL_STATE(4292)] = 265055, + [SMALL_STATE(4293)] = 265088, + [SMALL_STATE(4294)] = 265117, + [SMALL_STATE(4295)] = 265148, + [SMALL_STATE(4296)] = 265183, + [SMALL_STATE(4297)] = 265216, + [SMALL_STATE(4298)] = 265251, + [SMALL_STATE(4299)] = 265286, + [SMALL_STATE(4300)] = 265321, + [SMALL_STATE(4301)] = 265356, + [SMALL_STATE(4302)] = 265391, + [SMALL_STATE(4303)] = 265420, + [SMALL_STATE(4304)] = 265455, + [SMALL_STATE(4305)] = 265486, + [SMALL_STATE(4306)] = 265521, + [SMALL_STATE(4307)] = 265556, + [SMALL_STATE(4308)] = 265591, + [SMALL_STATE(4309)] = 265626, + [SMALL_STATE(4310)] = 265653, + [SMALL_STATE(4311)] = 265682, + [SMALL_STATE(4312)] = 265717, + [SMALL_STATE(4313)] = 265752, + [SMALL_STATE(4314)] = 265787, + [SMALL_STATE(4315)] = 265810, + [SMALL_STATE(4316)] = 265843, + [SMALL_STATE(4317)] = 265876, + [SMALL_STATE(4318)] = 265911, + [SMALL_STATE(4319)] = 265942, + [SMALL_STATE(4320)] = 265977, + [SMALL_STATE(4321)] = 266000, + [SMALL_STATE(4322)] = 266035, + [SMALL_STATE(4323)] = 266066, + [SMALL_STATE(4324)] = 266099, + [SMALL_STATE(4325)] = 266122, + [SMALL_STATE(4326)] = 266157, + [SMALL_STATE(4327)] = 266192, + [SMALL_STATE(4328)] = 266215, + [SMALL_STATE(4329)] = 266250, + [SMALL_STATE(4330)] = 266273, + [SMALL_STATE(4331)] = 266308, + [SMALL_STATE(4332)] = 266331, + [SMALL_STATE(4333)] = 266366, + [SMALL_STATE(4334)] = 266401, + [SMALL_STATE(4335)] = 266436, + [SMALL_STATE(4336)] = 266471, + [SMALL_STATE(4337)] = 266506, + [SMALL_STATE(4338)] = 266541, + [SMALL_STATE(4339)] = 266576, + [SMALL_STATE(4340)] = 266611, + [SMALL_STATE(4341)] = 266634, + [SMALL_STATE(4342)] = 266667, + [SMALL_STATE(4343)] = 266702, + [SMALL_STATE(4344)] = 266737, + [SMALL_STATE(4345)] = 266772, + [SMALL_STATE(4346)] = 266807, + [SMALL_STATE(4347)] = 266836, + [SMALL_STATE(4348)] = 266867, + [SMALL_STATE(4349)] = 266902, + [SMALL_STATE(4350)] = 266935, + [SMALL_STATE(4351)] = 266970, + [SMALL_STATE(4352)] = 266995, + [SMALL_STATE(4353)] = 267030, + [SMALL_STATE(4354)] = 267055, + [SMALL_STATE(4355)] = 267090, + [SMALL_STATE(4356)] = 267113, + [SMALL_STATE(4357)] = 267148, + [SMALL_STATE(4358)] = 267175, + [SMALL_STATE(4359)] = 267210, + [SMALL_STATE(4360)] = 267237, + [SMALL_STATE(4361)] = 267262, + [SMALL_STATE(4362)] = 267295, + [SMALL_STATE(4363)] = 267324, + [SMALL_STATE(4364)] = 267359, + [SMALL_STATE(4365)] = 267394, + [SMALL_STATE(4366)] = 267417, + [SMALL_STATE(4367)] = 267452, + [SMALL_STATE(4368)] = 267487, + [SMALL_STATE(4369)] = 267517, + [SMALL_STATE(4370)] = 267547, + [SMALL_STATE(4371)] = 267575, + [SMALL_STATE(4372)] = 267603, + [SMALL_STATE(4373)] = 267633, + [SMALL_STATE(4374)] = 267663, + [SMALL_STATE(4375)] = 267693, + [SMALL_STATE(4376)] = 267723, + [SMALL_STATE(4377)] = 267753, + [SMALL_STATE(4378)] = 267783, + [SMALL_STATE(4379)] = 267813, + [SMALL_STATE(4380)] = 267843, + [SMALL_STATE(4381)] = 267871, + [SMALL_STATE(4382)] = 267901, + [SMALL_STATE(4383)] = 267929, + [SMALL_STATE(4384)] = 267953, + [SMALL_STATE(4385)] = 267983, + [SMALL_STATE(4386)] = 268015, + [SMALL_STATE(4387)] = 268043, + [SMALL_STATE(4388)] = 268073, + [SMALL_STATE(4389)] = 268103, + [SMALL_STATE(4390)] = 268131, + [SMALL_STATE(4391)] = 268163, + [SMALL_STATE(4392)] = 268193, + [SMALL_STATE(4393)] = 268215, + [SMALL_STATE(4394)] = 268245, + [SMALL_STATE(4395)] = 268267, + [SMALL_STATE(4396)] = 268295, + [SMALL_STATE(4397)] = 268319, + [SMALL_STATE(4398)] = 268341, + [SMALL_STATE(4399)] = 268371, + [SMALL_STATE(4400)] = 268393, + [SMALL_STATE(4401)] = 268421, + [SMALL_STATE(4402)] = 268451, + [SMALL_STATE(4403)] = 268481, + [SMALL_STATE(4404)] = 268511, + [SMALL_STATE(4405)] = 268541, + [SMALL_STATE(4406)] = 268569, + [SMALL_STATE(4407)] = 268599, + [SMALL_STATE(4408)] = 268627, + [SMALL_STATE(4409)] = 268657, + [SMALL_STATE(4410)] = 268689, + [SMALL_STATE(4411)] = 268719, + [SMALL_STATE(4412)] = 268745, + [SMALL_STATE(4413)] = 268771, + [SMALL_STATE(4414)] = 268803, + [SMALL_STATE(4415)] = 268829, + [SMALL_STATE(4416)] = 268859, + [SMALL_STATE(4417)] = 268881, + [SMALL_STATE(4418)] = 268909, + [SMALL_STATE(4419)] = 268939, + [SMALL_STATE(4420)] = 268969, + [SMALL_STATE(4421)] = 268999, + [SMALL_STATE(4422)] = 269029, + [SMALL_STATE(4423)] = 269051, + [SMALL_STATE(4424)] = 269081, + [SMALL_STATE(4425)] = 269111, + [SMALL_STATE(4426)] = 269141, + [SMALL_STATE(4427)] = 269171, + [SMALL_STATE(4428)] = 269201, + [SMALL_STATE(4429)] = 269223, + [SMALL_STATE(4430)] = 269251, + [SMALL_STATE(4431)] = 269281, + [SMALL_STATE(4432)] = 269303, + [SMALL_STATE(4433)] = 269333, + [SMALL_STATE(4434)] = 269363, + [SMALL_STATE(4435)] = 269393, + [SMALL_STATE(4436)] = 269425, + [SMALL_STATE(4437)] = 269455, + [SMALL_STATE(4438)] = 269485, + [SMALL_STATE(4439)] = 269515, + [SMALL_STATE(4440)] = 269545, + [SMALL_STATE(4441)] = 269575, + [SMALL_STATE(4442)] = 269605, + [SMALL_STATE(4443)] = 269637, + [SMALL_STATE(4444)] = 269665, + [SMALL_STATE(4445)] = 269687, + [SMALL_STATE(4446)] = 269717, + [SMALL_STATE(4447)] = 269747, + [SMALL_STATE(4448)] = 269773, + [SMALL_STATE(4449)] = 269803, + [SMALL_STATE(4450)] = 269833, + [SMALL_STATE(4451)] = 269859, + [SMALL_STATE(4452)] = 269883, + [SMALL_STATE(4453)] = 269907, + [SMALL_STATE(4454)] = 269937, + [SMALL_STATE(4455)] = 269967, + [SMALL_STATE(4456)] = 269995, + [SMALL_STATE(4457)] = 270019, + [SMALL_STATE(4458)] = 270043, + [SMALL_STATE(4459)] = 270069, + [SMALL_STATE(4460)] = 270101, + [SMALL_STATE(4461)] = 270131, + [SMALL_STATE(4462)] = 270161, + [SMALL_STATE(4463)] = 270185, + [SMALL_STATE(4464)] = 270215, + [SMALL_STATE(4465)] = 270239, + [SMALL_STATE(4466)] = 270269, + [SMALL_STATE(4467)] = 270293, + [SMALL_STATE(4468)] = 270323, + [SMALL_STATE(4469)] = 270355, + [SMALL_STATE(4470)] = 270387, + [SMALL_STATE(4471)] = 270417, + [SMALL_STATE(4472)] = 270439, + [SMALL_STATE(4473)] = 270469, + [SMALL_STATE(4474)] = 270491, + [SMALL_STATE(4475)] = 270521, + [SMALL_STATE(4476)] = 270553, + [SMALL_STATE(4477)] = 270583, + [SMALL_STATE(4478)] = 270613, + [SMALL_STATE(4479)] = 270635, + [SMALL_STATE(4480)] = 270657, + [SMALL_STATE(4481)] = 270687, + [SMALL_STATE(4482)] = 270711, + [SMALL_STATE(4483)] = 270741, + [SMALL_STATE(4484)] = 270765, + [SMALL_STATE(4485)] = 270795, + [SMALL_STATE(4486)] = 270819, + [SMALL_STATE(4487)] = 270843, + [SMALL_STATE(4488)] = 270867, + [SMALL_STATE(4489)] = 270893, + [SMALL_STATE(4490)] = 270923, + [SMALL_STATE(4491)] = 270953, + [SMALL_STATE(4492)] = 270983, + [SMALL_STATE(4493)] = 271013, + [SMALL_STATE(4494)] = 271037, + [SMALL_STATE(4495)] = 271067, + [SMALL_STATE(4496)] = 271099, + [SMALL_STATE(4497)] = 271123, + [SMALL_STATE(4498)] = 271145, + [SMALL_STATE(4499)] = 271175, + [SMALL_STATE(4500)] = 271207, + [SMALL_STATE(4501)] = 271231, + [SMALL_STATE(4502)] = 271257, + [SMALL_STATE(4503)] = 271281, + [SMALL_STATE(4504)] = 271305, + [SMALL_STATE(4505)] = 271335, + [SMALL_STATE(4506)] = 271365, + [SMALL_STATE(4507)] = 271395, + [SMALL_STATE(4508)] = 271423, + [SMALL_STATE(4509)] = 271453, + [SMALL_STATE(4510)] = 271483, + [SMALL_STATE(4511)] = 271513, + [SMALL_STATE(4512)] = 271537, + [SMALL_STATE(4513)] = 271567, + [SMALL_STATE(4514)] = 271597, + [SMALL_STATE(4515)] = 271629, + [SMALL_STATE(4516)] = 271653, + [SMALL_STATE(4517)] = 271683, + [SMALL_STATE(4518)] = 271715, + [SMALL_STATE(4519)] = 271745, + [SMALL_STATE(4520)] = 271775, + [SMALL_STATE(4521)] = 271799, + [SMALL_STATE(4522)] = 271823, + [SMALL_STATE(4523)] = 271847, + [SMALL_STATE(4524)] = 271879, + [SMALL_STATE(4525)] = 271909, + [SMALL_STATE(4526)] = 271933, + [SMALL_STATE(4527)] = 271963, + [SMALL_STATE(4528)] = 271993, + [SMALL_STATE(4529)] = 272023, + [SMALL_STATE(4530)] = 272049, + [SMALL_STATE(4531)] = 272081, + [SMALL_STATE(4532)] = 272111, + [SMALL_STATE(4533)] = 272135, + [SMALL_STATE(4534)] = 272165, + [SMALL_STATE(4535)] = 272195, + [SMALL_STATE(4536)] = 272225, + [SMALL_STATE(4537)] = 272255, + [SMALL_STATE(4538)] = 272285, + [SMALL_STATE(4539)] = 272309, + [SMALL_STATE(4540)] = 272333, + [SMALL_STATE(4541)] = 272363, + [SMALL_STATE(4542)] = 272393, + [SMALL_STATE(4543)] = 272417, + [SMALL_STATE(4544)] = 272445, + [SMALL_STATE(4545)] = 272475, + [SMALL_STATE(4546)] = 272503, + [SMALL_STATE(4547)] = 272532, + [SMALL_STATE(4548)] = 272561, + [SMALL_STATE(4549)] = 272590, + [SMALL_STATE(4550)] = 272611, + [SMALL_STATE(4551)] = 272632, + [SMALL_STATE(4552)] = 272661, + [SMALL_STATE(4553)] = 272688, + [SMALL_STATE(4554)] = 272713, + [SMALL_STATE(4555)] = 272734, + [SMALL_STATE(4556)] = 272757, + [SMALL_STATE(4557)] = 272778, + [SMALL_STATE(4558)] = 272807, + [SMALL_STATE(4559)] = 272836, + [SMALL_STATE(4560)] = 272857, + [SMALL_STATE(4561)] = 272886, + [SMALL_STATE(4562)] = 272915, + [SMALL_STATE(4563)] = 272944, + [SMALL_STATE(4564)] = 272969, + [SMALL_STATE(4565)] = 272990, + [SMALL_STATE(4566)] = 273015, + [SMALL_STATE(4567)] = 273040, + [SMALL_STATE(4568)] = 273065, + [SMALL_STATE(4569)] = 273094, + [SMALL_STATE(4570)] = 273119, + [SMALL_STATE(4571)] = 273148, + [SMALL_STATE(4572)] = 273177, + [SMALL_STATE(4573)] = 273198, + [SMALL_STATE(4574)] = 273227, + [SMALL_STATE(4575)] = 273250, + [SMALL_STATE(4576)] = 273275, + [SMALL_STATE(4577)] = 273298, + [SMALL_STATE(4578)] = 273323, + [SMALL_STATE(4579)] = 273352, + [SMALL_STATE(4580)] = 273373, + [SMALL_STATE(4581)] = 273394, + [SMALL_STATE(4582)] = 273423, + [SMALL_STATE(4583)] = 273452, + [SMALL_STATE(4584)] = 273481, + [SMALL_STATE(4585)] = 273502, + [SMALL_STATE(4586)] = 273531, + [SMALL_STATE(4587)] = 273558, + [SMALL_STATE(4588)] = 273579, + [SMALL_STATE(4589)] = 273608, + [SMALL_STATE(4590)] = 273629, + [SMALL_STATE(4591)] = 273650, + [SMALL_STATE(4592)] = 273679, + [SMALL_STATE(4593)] = 273704, + [SMALL_STATE(4594)] = 273733, + [SMALL_STATE(4595)] = 273762, + [SMALL_STATE(4596)] = 273787, + [SMALL_STATE(4597)] = 273810, + [SMALL_STATE(4598)] = 273831, + [SMALL_STATE(4599)] = 273852, + [SMALL_STATE(4600)] = 273881, + [SMALL_STATE(4601)] = 273910, + [SMALL_STATE(4602)] = 273937, + [SMALL_STATE(4603)] = 273962, + [SMALL_STATE(4604)] = 273991, + [SMALL_STATE(4605)] = 274020, + [SMALL_STATE(4606)] = 274041, + [SMALL_STATE(4607)] = 274070, + [SMALL_STATE(4608)] = 274099, + [SMALL_STATE(4609)] = 274128, + [SMALL_STATE(4610)] = 274153, + [SMALL_STATE(4611)] = 274182, + [SMALL_STATE(4612)] = 274211, + [SMALL_STATE(4613)] = 274240, + [SMALL_STATE(4614)] = 274269, + [SMALL_STATE(4615)] = 274298, + [SMALL_STATE(4616)] = 274327, + [SMALL_STATE(4617)] = 274356, + [SMALL_STATE(4618)] = 274385, + [SMALL_STATE(4619)] = 274410, + [SMALL_STATE(4620)] = 274433, + [SMALL_STATE(4621)] = 274454, + [SMALL_STATE(4622)] = 274479, + [SMALL_STATE(4623)] = 274506, + [SMALL_STATE(4624)] = 274531, + [SMALL_STATE(4625)] = 274560, + [SMALL_STATE(4626)] = 274589, + [SMALL_STATE(4627)] = 274618, + [SMALL_STATE(4628)] = 274643, + [SMALL_STATE(4629)] = 274672, + [SMALL_STATE(4630)] = 274701, + [SMALL_STATE(4631)] = 274730, + [SMALL_STATE(4632)] = 274759, + [SMALL_STATE(4633)] = 274784, + [SMALL_STATE(4634)] = 274807, + [SMALL_STATE(4635)] = 274832, + [SMALL_STATE(4636)] = 274855, + [SMALL_STATE(4637)] = 274878, + [SMALL_STATE(4638)] = 274901, + [SMALL_STATE(4639)] = 274928, + [SMALL_STATE(4640)] = 274953, + [SMALL_STATE(4641)] = 274982, + [SMALL_STATE(4642)] = 275011, + [SMALL_STATE(4643)] = 275040, + [SMALL_STATE(4644)] = 275067, + [SMALL_STATE(4645)] = 275092, + [SMALL_STATE(4646)] = 275115, + [SMALL_STATE(4647)] = 275136, + [SMALL_STATE(4648)] = 275165, + [SMALL_STATE(4649)] = 275188, + [SMALL_STATE(4650)] = 275211, + [SMALL_STATE(4651)] = 275240, + [SMALL_STATE(4652)] = 275261, + [SMALL_STATE(4653)] = 275284, + [SMALL_STATE(4654)] = 275313, + [SMALL_STATE(4655)] = 275334, + [SMALL_STATE(4656)] = 275355, + [SMALL_STATE(4657)] = 275384, + [SMALL_STATE(4658)] = 275411, + [SMALL_STATE(4659)] = 275434, + [SMALL_STATE(4660)] = 275459, + [SMALL_STATE(4661)] = 275480, + [SMALL_STATE(4662)] = 275509, + [SMALL_STATE(4663)] = 275530, + [SMALL_STATE(4664)] = 275551, + [SMALL_STATE(4665)] = 275574, + [SMALL_STATE(4666)] = 275599, + [SMALL_STATE(4667)] = 275628, + [SMALL_STATE(4668)] = 275653, + [SMALL_STATE(4669)] = 275673, + [SMALL_STATE(4670)] = 275699, + [SMALL_STATE(4671)] = 275725, + [SMALL_STATE(4672)] = 275749, + [SMALL_STATE(4673)] = 275775, + [SMALL_STATE(4674)] = 275799, + [SMALL_STATE(4675)] = 275825, + [SMALL_STATE(4676)] = 275851, + [SMALL_STATE(4677)] = 275875, + [SMALL_STATE(4678)] = 275901, + [SMALL_STATE(4679)] = 275925, + [SMALL_STATE(4680)] = 275949, + [SMALL_STATE(4681)] = 275973, + [SMALL_STATE(4682)] = 275997, + [SMALL_STATE(4683)] = 276021, + [SMALL_STATE(4684)] = 276045, + [SMALL_STATE(4685)] = 276069, + [SMALL_STATE(4686)] = 276093, + [SMALL_STATE(4687)] = 276117, + [SMALL_STATE(4688)] = 276137, + [SMALL_STATE(4689)] = 276157, + [SMALL_STATE(4690)] = 276183, + [SMALL_STATE(4691)] = 276209, + [SMALL_STATE(4692)] = 276235, + [SMALL_STATE(4693)] = 276255, + [SMALL_STATE(4694)] = 276281, + [SMALL_STATE(4695)] = 276301, + [SMALL_STATE(4696)] = 276321, + [SMALL_STATE(4697)] = 276341, + [SMALL_STATE(4698)] = 276367, + [SMALL_STATE(4699)] = 276393, + [SMALL_STATE(4700)] = 276413, + [SMALL_STATE(4701)] = 276433, + [SMALL_STATE(4702)] = 276453, + [SMALL_STATE(4703)] = 276473, + [SMALL_STATE(4704)] = 276493, + [SMALL_STATE(4705)] = 276513, + [SMALL_STATE(4706)] = 276533, + [SMALL_STATE(4707)] = 276553, + [SMALL_STATE(4708)] = 276579, + [SMALL_STATE(4709)] = 276605, + [SMALL_STATE(4710)] = 276625, + [SMALL_STATE(4711)] = 276651, + [SMALL_STATE(4712)] = 276677, + [SMALL_STATE(4713)] = 276703, + [SMALL_STATE(4714)] = 276723, + [SMALL_STATE(4715)] = 276749, + [SMALL_STATE(4716)] = 276769, + [SMALL_STATE(4717)] = 276789, + [SMALL_STATE(4718)] = 276809, + [SMALL_STATE(4719)] = 276829, + [SMALL_STATE(4720)] = 276849, + [SMALL_STATE(4721)] = 276869, + [SMALL_STATE(4722)] = 276895, + [SMALL_STATE(4723)] = 276921, + [SMALL_STATE(4724)] = 276941, + [SMALL_STATE(4725)] = 276967, + [SMALL_STATE(4726)] = 276993, + [SMALL_STATE(4727)] = 277013, + [SMALL_STATE(4728)] = 277039, + [SMALL_STATE(4729)] = 277059, + [SMALL_STATE(4730)] = 277085, + [SMALL_STATE(4731)] = 277109, + [SMALL_STATE(4732)] = 277135, + [SMALL_STATE(4733)] = 277161, + [SMALL_STATE(4734)] = 277181, + [SMALL_STATE(4735)] = 277201, + [SMALL_STATE(4736)] = 277221, + [SMALL_STATE(4737)] = 277245, + [SMALL_STATE(4738)] = 277269, + [SMALL_STATE(4739)] = 277295, + [SMALL_STATE(4740)] = 277321, + [SMALL_STATE(4741)] = 277341, + [SMALL_STATE(4742)] = 277361, + [SMALL_STATE(4743)] = 277381, + [SMALL_STATE(4744)] = 277401, + [SMALL_STATE(4745)] = 277427, + [SMALL_STATE(4746)] = 277447, + [SMALL_STATE(4747)] = 277467, + [SMALL_STATE(4748)] = 277487, + [SMALL_STATE(4749)] = 277507, + [SMALL_STATE(4750)] = 277527, + [SMALL_STATE(4751)] = 277547, + [SMALL_STATE(4752)] = 277573, + [SMALL_STATE(4753)] = 277593, + [SMALL_STATE(4754)] = 277613, + [SMALL_STATE(4755)] = 277633, + [SMALL_STATE(4756)] = 277653, + [SMALL_STATE(4757)] = 277677, + [SMALL_STATE(4758)] = 277701, + [SMALL_STATE(4759)] = 277727, + [SMALL_STATE(4760)] = 277747, + [SMALL_STATE(4761)] = 277771, + [SMALL_STATE(4762)] = 277797, + [SMALL_STATE(4763)] = 277821, + [SMALL_STATE(4764)] = 277845, + [SMALL_STATE(4765)] = 277869, + [SMALL_STATE(4766)] = 277889, + [SMALL_STATE(4767)] = 277909, + [SMALL_STATE(4768)] = 277933, + [SMALL_STATE(4769)] = 277953, + [SMALL_STATE(4770)] = 277977, + [SMALL_STATE(4771)] = 278003, + [SMALL_STATE(4772)] = 278029, + [SMALL_STATE(4773)] = 278053, + [SMALL_STATE(4774)] = 278079, + [SMALL_STATE(4775)] = 278099, + [SMALL_STATE(4776)] = 278125, + [SMALL_STATE(4777)] = 278151, + [SMALL_STATE(4778)] = 278177, + [SMALL_STATE(4779)] = 278203, + [SMALL_STATE(4780)] = 278229, + [SMALL_STATE(4781)] = 278255, + [SMALL_STATE(4782)] = 278275, + [SMALL_STATE(4783)] = 278301, + [SMALL_STATE(4784)] = 278327, + [SMALL_STATE(4785)] = 278347, + [SMALL_STATE(4786)] = 278373, + [SMALL_STATE(4787)] = 278393, + [SMALL_STATE(4788)] = 278419, + [SMALL_STATE(4789)] = 278439, + [SMALL_STATE(4790)] = 278459, + [SMALL_STATE(4791)] = 278479, + [SMALL_STATE(4792)] = 278505, + [SMALL_STATE(4793)] = 278525, + [SMALL_STATE(4794)] = 278551, + [SMALL_STATE(4795)] = 278571, + [SMALL_STATE(4796)] = 278591, + [SMALL_STATE(4797)] = 278617, + [SMALL_STATE(4798)] = 278643, + [SMALL_STATE(4799)] = 278663, + [SMALL_STATE(4800)] = 278683, + [SMALL_STATE(4801)] = 278703, + [SMALL_STATE(4802)] = 278729, + [SMALL_STATE(4803)] = 278755, + [SMALL_STATE(4804)] = 278775, + [SMALL_STATE(4805)] = 278795, + [SMALL_STATE(4806)] = 278821, + [SMALL_STATE(4807)] = 278841, + [SMALL_STATE(4808)] = 278867, + [SMALL_STATE(4809)] = 278887, + [SMALL_STATE(4810)] = 278913, + [SMALL_STATE(4811)] = 278933, + [SMALL_STATE(4812)] = 278953, + [SMALL_STATE(4813)] = 278973, + [SMALL_STATE(4814)] = 278993, + [SMALL_STATE(4815)] = 279013, + [SMALL_STATE(4816)] = 279033, + [SMALL_STATE(4817)] = 279053, + [SMALL_STATE(4818)] = 279079, + [SMALL_STATE(4819)] = 279099, + [SMALL_STATE(4820)] = 279119, + [SMALL_STATE(4821)] = 279145, + [SMALL_STATE(4822)] = 279169, + [SMALL_STATE(4823)] = 279189, + [SMALL_STATE(4824)] = 279209, + [SMALL_STATE(4825)] = 279235, + [SMALL_STATE(4826)] = 279255, + [SMALL_STATE(4827)] = 279275, + [SMALL_STATE(4828)] = 279295, + [SMALL_STATE(4829)] = 279315, + [SMALL_STATE(4830)] = 279335, + [SMALL_STATE(4831)] = 279355, + [SMALL_STATE(4832)] = 279375, + [SMALL_STATE(4833)] = 279401, + [SMALL_STATE(4834)] = 279421, + [SMALL_STATE(4835)] = 279441, + [SMALL_STATE(4836)] = 279461, + [SMALL_STATE(4837)] = 279481, + [SMALL_STATE(4838)] = 279505, + [SMALL_STATE(4839)] = 279525, + [SMALL_STATE(4840)] = 279545, + [SMALL_STATE(4841)] = 279565, + [SMALL_STATE(4842)] = 279585, + [SMALL_STATE(4843)] = 279605, + [SMALL_STATE(4844)] = 279625, + [SMALL_STATE(4845)] = 279645, + [SMALL_STATE(4846)] = 279665, + [SMALL_STATE(4847)] = 279691, + [SMALL_STATE(4848)] = 279711, + [SMALL_STATE(4849)] = 279737, + [SMALL_STATE(4850)] = 279763, + [SMALL_STATE(4851)] = 279783, + [SMALL_STATE(4852)] = 279809, + [SMALL_STATE(4853)] = 279835, + [SMALL_STATE(4854)] = 279855, + [SMALL_STATE(4855)] = 279881, + [SMALL_STATE(4856)] = 279901, + [SMALL_STATE(4857)] = 279927, + [SMALL_STATE(4858)] = 279947, + [SMALL_STATE(4859)] = 279967, + [SMALL_STATE(4860)] = 279987, + [SMALL_STATE(4861)] = 280013, + [SMALL_STATE(4862)] = 280033, + [SMALL_STATE(4863)] = 280059, + [SMALL_STATE(4864)] = 280079, + [SMALL_STATE(4865)] = 280099, + [SMALL_STATE(4866)] = 280125, + [SMALL_STATE(4867)] = 280151, + [SMALL_STATE(4868)] = 280171, + [SMALL_STATE(4869)] = 280191, + [SMALL_STATE(4870)] = 280217, + [SMALL_STATE(4871)] = 280243, + [SMALL_STATE(4872)] = 280263, + [SMALL_STATE(4873)] = 280287, + [SMALL_STATE(4874)] = 280313, + [SMALL_STATE(4875)] = 280335, + [SMALL_STATE(4876)] = 280355, + [SMALL_STATE(4877)] = 280375, + [SMALL_STATE(4878)] = 280401, + [SMALL_STATE(4879)] = 280427, + [SMALL_STATE(4880)] = 280447, + [SMALL_STATE(4881)] = 280467, + [SMALL_STATE(4882)] = 280487, + [SMALL_STATE(4883)] = 280507, + [SMALL_STATE(4884)] = 280527, + [SMALL_STATE(4885)] = 280547, + [SMALL_STATE(4886)] = 280567, + [SMALL_STATE(4887)] = 280587, + [SMALL_STATE(4888)] = 280609, + [SMALL_STATE(4889)] = 280629, + [SMALL_STATE(4890)] = 280655, + [SMALL_STATE(4891)] = 280677, + [SMALL_STATE(4892)] = 280697, + [SMALL_STATE(4893)] = 280723, + [SMALL_STATE(4894)] = 280743, + [SMALL_STATE(4895)] = 280769, + [SMALL_STATE(4896)] = 280789, + [SMALL_STATE(4897)] = 280815, + [SMALL_STATE(4898)] = 280835, + [SMALL_STATE(4899)] = 280855, + [SMALL_STATE(4900)] = 280875, + [SMALL_STATE(4901)] = 280895, + [SMALL_STATE(4902)] = 280915, + [SMALL_STATE(4903)] = 280935, + [SMALL_STATE(4904)] = 280961, + [SMALL_STATE(4905)] = 280983, + [SMALL_STATE(4906)] = 281009, + [SMALL_STATE(4907)] = 281031, + [SMALL_STATE(4908)] = 281055, + [SMALL_STATE(4909)] = 281077, + [SMALL_STATE(4910)] = 281103, + [SMALL_STATE(4911)] = 281129, + [SMALL_STATE(4912)] = 281155, + [SMALL_STATE(4913)] = 281175, + [SMALL_STATE(4914)] = 281201, + [SMALL_STATE(4915)] = 281221, + [SMALL_STATE(4916)] = 281241, + [SMALL_STATE(4917)] = 281267, + [SMALL_STATE(4918)] = 281287, + [SMALL_STATE(4919)] = 281313, + [SMALL_STATE(4920)] = 281339, + [SMALL_STATE(4921)] = 281365, + [SMALL_STATE(4922)] = 281391, + [SMALL_STATE(4923)] = 281411, + [SMALL_STATE(4924)] = 281437, + [SMALL_STATE(4925)] = 281463, + [SMALL_STATE(4926)] = 281483, + [SMALL_STATE(4927)] = 281509, + [SMALL_STATE(4928)] = 281529, + [SMALL_STATE(4929)] = 281555, + [SMALL_STATE(4930)] = 281581, + [SMALL_STATE(4931)] = 281601, + [SMALL_STATE(4932)] = 281621, + [SMALL_STATE(4933)] = 281641, + [SMALL_STATE(4934)] = 281667, + [SMALL_STATE(4935)] = 281693, + [SMALL_STATE(4936)] = 281713, + [SMALL_STATE(4937)] = 281733, + [SMALL_STATE(4938)] = 281753, + [SMALL_STATE(4939)] = 281773, + [SMALL_STATE(4940)] = 281799, + [SMALL_STATE(4941)] = 281819, + [SMALL_STATE(4942)] = 281839, + [SMALL_STATE(4943)] = 281865, + [SMALL_STATE(4944)] = 281887, + [SMALL_STATE(4945)] = 281913, + [SMALL_STATE(4946)] = 281939, + [SMALL_STATE(4947)] = 281965, + [SMALL_STATE(4948)] = 281985, + [SMALL_STATE(4949)] = 282005, + [SMALL_STATE(4950)] = 282025, + [SMALL_STATE(4951)] = 282047, + [SMALL_STATE(4952)] = 282069, + [SMALL_STATE(4953)] = 282089, + [SMALL_STATE(4954)] = 282111, + [SMALL_STATE(4955)] = 282131, + [SMALL_STATE(4956)] = 282153, + [SMALL_STATE(4957)] = 282173, + [SMALL_STATE(4958)] = 282199, + [SMALL_STATE(4959)] = 282225, + [SMALL_STATE(4960)] = 282245, + [SMALL_STATE(4961)] = 282265, + [SMALL_STATE(4962)] = 282291, + [SMALL_STATE(4963)] = 282311, + [SMALL_STATE(4964)] = 282337, + [SMALL_STATE(4965)] = 282357, + [SMALL_STATE(4966)] = 282377, + [SMALL_STATE(4967)] = 282397, + [SMALL_STATE(4968)] = 282423, + [SMALL_STATE(4969)] = 282449, + [SMALL_STATE(4970)] = 282469, + [SMALL_STATE(4971)] = 282495, + [SMALL_STATE(4972)] = 282515, + [SMALL_STATE(4973)] = 282541, + [SMALL_STATE(4974)] = 282561, + [SMALL_STATE(4975)] = 282585, + [SMALL_STATE(4976)] = 282605, + [SMALL_STATE(4977)] = 282629, + [SMALL_STATE(4978)] = 282649, + [SMALL_STATE(4979)] = 282675, + [SMALL_STATE(4980)] = 282701, + [SMALL_STATE(4981)] = 282727, + [SMALL_STATE(4982)] = 282753, + [SMALL_STATE(4983)] = 282779, + [SMALL_STATE(4984)] = 282805, + [SMALL_STATE(4985)] = 282831, + [SMALL_STATE(4986)] = 282857, + [SMALL_STATE(4987)] = 282883, + [SMALL_STATE(4988)] = 282909, + [SMALL_STATE(4989)] = 282935, + [SMALL_STATE(4990)] = 282961, + [SMALL_STATE(4991)] = 282987, + [SMALL_STATE(4992)] = 283007, + [SMALL_STATE(4993)] = 283033, + [SMALL_STATE(4994)] = 283057, + [SMALL_STATE(4995)] = 283083, + [SMALL_STATE(4996)] = 283109, + [SMALL_STATE(4997)] = 283135, + [SMALL_STATE(4998)] = 283161, + [SMALL_STATE(4999)] = 283187, + [SMALL_STATE(5000)] = 283207, + [SMALL_STATE(5001)] = 283233, + [SMALL_STATE(5002)] = 283259, + [SMALL_STATE(5003)] = 283285, + [SMALL_STATE(5004)] = 283305, + [SMALL_STATE(5005)] = 283331, + [SMALL_STATE(5006)] = 283357, + [SMALL_STATE(5007)] = 283377, + [SMALL_STATE(5008)] = 283403, + [SMALL_STATE(5009)] = 283429, + [SMALL_STATE(5010)] = 283455, + [SMALL_STATE(5011)] = 283479, + [SMALL_STATE(5012)] = 283505, + [SMALL_STATE(5013)] = 283531, + [SMALL_STATE(5014)] = 283557, + [SMALL_STATE(5015)] = 283583, + [SMALL_STATE(5016)] = 283609, + [SMALL_STATE(5017)] = 283635, + [SMALL_STATE(5018)] = 283659, + [SMALL_STATE(5019)] = 283685, + [SMALL_STATE(5020)] = 283705, + [SMALL_STATE(5021)] = 283729, + [SMALL_STATE(5022)] = 283749, + [SMALL_STATE(5023)] = 283775, + [SMALL_STATE(5024)] = 283801, + [SMALL_STATE(5025)] = 283825, + [SMALL_STATE(5026)] = 283847, + [SMALL_STATE(5027)] = 283873, + [SMALL_STATE(5028)] = 283899, + [SMALL_STATE(5029)] = 283919, + [SMALL_STATE(5030)] = 283939, + [SMALL_STATE(5031)] = 283963, + [SMALL_STATE(5032)] = 283983, + [SMALL_STATE(5033)] = 284009, + [SMALL_STATE(5034)] = 284035, + [SMALL_STATE(5035)] = 284061, + [SMALL_STATE(5036)] = 284083, + [SMALL_STATE(5037)] = 284109, + [SMALL_STATE(5038)] = 284129, + [SMALL_STATE(5039)] = 284151, + [SMALL_STATE(5040)] = 284173, + [SMALL_STATE(5041)] = 284199, + [SMALL_STATE(5042)] = 284219, + [SMALL_STATE(5043)] = 284245, + [SMALL_STATE(5044)] = 284265, + [SMALL_STATE(5045)] = 284285, + [SMALL_STATE(5046)] = 284305, + [SMALL_STATE(5047)] = 284327, + [SMALL_STATE(5048)] = 284353, + [SMALL_STATE(5049)] = 284379, + [SMALL_STATE(5050)] = 284401, + [SMALL_STATE(5051)] = 284423, + [SMALL_STATE(5052)] = 284445, + [SMALL_STATE(5053)] = 284467, + [SMALL_STATE(5054)] = 284493, + [SMALL_STATE(5055)] = 284513, + [SMALL_STATE(5056)] = 284535, + [SMALL_STATE(5057)] = 284555, + [SMALL_STATE(5058)] = 284577, + [SMALL_STATE(5059)] = 284599, + [SMALL_STATE(5060)] = 284625, + [SMALL_STATE(5061)] = 284651, + [SMALL_STATE(5062)] = 284675, + [SMALL_STATE(5063)] = 284701, + [SMALL_STATE(5064)] = 284727, + [SMALL_STATE(5065)] = 284747, + [SMALL_STATE(5066)] = 284769, + [SMALL_STATE(5067)] = 284791, + [SMALL_STATE(5068)] = 284813, + [SMALL_STATE(5069)] = 284835, + [SMALL_STATE(5070)] = 284857, + [SMALL_STATE(5071)] = 284883, + [SMALL_STATE(5072)] = 284905, + [SMALL_STATE(5073)] = 284931, + [SMALL_STATE(5074)] = 284957, + [SMALL_STATE(5075)] = 284983, + [SMALL_STATE(5076)] = 285009, + [SMALL_STATE(5077)] = 285035, + [SMALL_STATE(5078)] = 285055, + [SMALL_STATE(5079)] = 285081, + [SMALL_STATE(5080)] = 285105, + [SMALL_STATE(5081)] = 285129, + [SMALL_STATE(5082)] = 285155, + [SMALL_STATE(5083)] = 285181, + [SMALL_STATE(5084)] = 285207, + [SMALL_STATE(5085)] = 285233, + [SMALL_STATE(5086)] = 285259, + [SMALL_STATE(5087)] = 285285, + [SMALL_STATE(5088)] = 285311, + [SMALL_STATE(5089)] = 285331, + [SMALL_STATE(5090)] = 285353, + [SMALL_STATE(5091)] = 285379, + [SMALL_STATE(5092)] = 285405, + [SMALL_STATE(5093)] = 285431, + [SMALL_STATE(5094)] = 285457, + [SMALL_STATE(5095)] = 285477, + [SMALL_STATE(5096)] = 285499, + [SMALL_STATE(5097)] = 285525, + [SMALL_STATE(5098)] = 285547, + [SMALL_STATE(5099)] = 285573, + [SMALL_STATE(5100)] = 285593, + [SMALL_STATE(5101)] = 285619, + [SMALL_STATE(5102)] = 285645, + [SMALL_STATE(5103)] = 285671, + [SMALL_STATE(5104)] = 285697, + [SMALL_STATE(5105)] = 285723, + [SMALL_STATE(5106)] = 285749, + [SMALL_STATE(5107)] = 285772, + [SMALL_STATE(5108)] = 285795, + [SMALL_STATE(5109)] = 285818, + [SMALL_STATE(5110)] = 285841, + [SMALL_STATE(5111)] = 285864, + [SMALL_STATE(5112)] = 285883, + [SMALL_STATE(5113)] = 285902, + [SMALL_STATE(5114)] = 285925, + [SMALL_STATE(5115)] = 285948, + [SMALL_STATE(5116)] = 285971, + [SMALL_STATE(5117)] = 285992, + [SMALL_STATE(5118)] = 286015, + [SMALL_STATE(5119)] = 286038, + [SMALL_STATE(5120)] = 286061, + [SMALL_STATE(5121)] = 286084, + [SMALL_STATE(5122)] = 286107, + [SMALL_STATE(5123)] = 286130, + [SMALL_STATE(5124)] = 286149, + [SMALL_STATE(5125)] = 286172, + [SMALL_STATE(5126)] = 286191, + [SMALL_STATE(5127)] = 286214, + [SMALL_STATE(5128)] = 286233, + [SMALL_STATE(5129)] = 286252, + [SMALL_STATE(5130)] = 286275, + [SMALL_STATE(5131)] = 286294, + [SMALL_STATE(5132)] = 286317, + [SMALL_STATE(5133)] = 286340, + [SMALL_STATE(5134)] = 286363, + [SMALL_STATE(5135)] = 286382, + [SMALL_STATE(5136)] = 286405, + [SMALL_STATE(5137)] = 286428, + [SMALL_STATE(5138)] = 286451, + [SMALL_STATE(5139)] = 286474, + [SMALL_STATE(5140)] = 286497, + [SMALL_STATE(5141)] = 286516, + [SMALL_STATE(5142)] = 286535, + [SMALL_STATE(5143)] = 286558, + [SMALL_STATE(5144)] = 286579, + [SMALL_STATE(5145)] = 286602, + [SMALL_STATE(5146)] = 286623, + [SMALL_STATE(5147)] = 286646, + [SMALL_STATE(5148)] = 286669, + [SMALL_STATE(5149)] = 286692, + [SMALL_STATE(5150)] = 286713, + [SMALL_STATE(5151)] = 286736, + [SMALL_STATE(5152)] = 286759, + [SMALL_STATE(5153)] = 286780, + [SMALL_STATE(5154)] = 286803, + [SMALL_STATE(5155)] = 286826, + [SMALL_STATE(5156)] = 286849, + [SMALL_STATE(5157)] = 286868, + [SMALL_STATE(5158)] = 286891, + [SMALL_STATE(5159)] = 286914, + [SMALL_STATE(5160)] = 286937, + [SMALL_STATE(5161)] = 286960, + [SMALL_STATE(5162)] = 286983, + [SMALL_STATE(5163)] = 287004, + [SMALL_STATE(5164)] = 287027, + [SMALL_STATE(5165)] = 287050, + [SMALL_STATE(5166)] = 287073, + [SMALL_STATE(5167)] = 287094, + [SMALL_STATE(5168)] = 287117, + [SMALL_STATE(5169)] = 287138, + [SMALL_STATE(5170)] = 287161, + [SMALL_STATE(5171)] = 287182, + [SMALL_STATE(5172)] = 287205, + [SMALL_STATE(5173)] = 287228, + [SMALL_STATE(5174)] = 287251, + [SMALL_STATE(5175)] = 287274, + [SMALL_STATE(5176)] = 287297, + [SMALL_STATE(5177)] = 287320, + [SMALL_STATE(5178)] = 287343, + [SMALL_STATE(5179)] = 287366, + [SMALL_STATE(5180)] = 287385, + [SMALL_STATE(5181)] = 287408, + [SMALL_STATE(5182)] = 287431, + [SMALL_STATE(5183)] = 287454, + [SMALL_STATE(5184)] = 287477, + [SMALL_STATE(5185)] = 287500, + [SMALL_STATE(5186)] = 287523, + [SMALL_STATE(5187)] = 287546, + [SMALL_STATE(5188)] = 287569, + [SMALL_STATE(5189)] = 287592, + [SMALL_STATE(5190)] = 287615, + [SMALL_STATE(5191)] = 287638, + [SMALL_STATE(5192)] = 287661, + [SMALL_STATE(5193)] = 287684, + [SMALL_STATE(5194)] = 287707, + [SMALL_STATE(5195)] = 287730, + [SMALL_STATE(5196)] = 287751, + [SMALL_STATE(5197)] = 287774, + [SMALL_STATE(5198)] = 287797, + [SMALL_STATE(5199)] = 287820, + [SMALL_STATE(5200)] = 287843, + [SMALL_STATE(5201)] = 287862, + [SMALL_STATE(5202)] = 287885, + [SMALL_STATE(5203)] = 287908, + [SMALL_STATE(5204)] = 287929, + [SMALL_STATE(5205)] = 287952, + [SMALL_STATE(5206)] = 287973, + [SMALL_STATE(5207)] = 287996, + [SMALL_STATE(5208)] = 288019, + [SMALL_STATE(5209)] = 288042, + [SMALL_STATE(5210)] = 288065, + [SMALL_STATE(5211)] = 288088, + [SMALL_STATE(5212)] = 288111, + [SMALL_STATE(5213)] = 288134, + [SMALL_STATE(5214)] = 288155, + [SMALL_STATE(5215)] = 288178, + [SMALL_STATE(5216)] = 288201, + [SMALL_STATE(5217)] = 288224, + [SMALL_STATE(5218)] = 288243, + [SMALL_STATE(5219)] = 288266, + [SMALL_STATE(5220)] = 288289, + [SMALL_STATE(5221)] = 288312, + [SMALL_STATE(5222)] = 288335, + [SMALL_STATE(5223)] = 288358, + [SMALL_STATE(5224)] = 288381, + [SMALL_STATE(5225)] = 288404, + [SMALL_STATE(5226)] = 288425, + [SMALL_STATE(5227)] = 288444, + [SMALL_STATE(5228)] = 288467, + [SMALL_STATE(5229)] = 288490, + [SMALL_STATE(5230)] = 288513, + [SMALL_STATE(5231)] = 288536, + [SMALL_STATE(5232)] = 288559, + [SMALL_STATE(5233)] = 288582, + [SMALL_STATE(5234)] = 288605, + [SMALL_STATE(5235)] = 288628, + [SMALL_STATE(5236)] = 288651, + [SMALL_STATE(5237)] = 288674, + [SMALL_STATE(5238)] = 288697, + [SMALL_STATE(5239)] = 288720, + [SMALL_STATE(5240)] = 288743, + [SMALL_STATE(5241)] = 288766, + [SMALL_STATE(5242)] = 288789, + [SMALL_STATE(5243)] = 288812, + [SMALL_STATE(5244)] = 288835, + [SMALL_STATE(5245)] = 288858, + [SMALL_STATE(5246)] = 288881, + [SMALL_STATE(5247)] = 288902, + [SMALL_STATE(5248)] = 288925, + [SMALL_STATE(5249)] = 288946, + [SMALL_STATE(5250)] = 288969, + [SMALL_STATE(5251)] = 288992, + [SMALL_STATE(5252)] = 289013, + [SMALL_STATE(5253)] = 289036, + [SMALL_STATE(5254)] = 289057, + [SMALL_STATE(5255)] = 289078, + [SMALL_STATE(5256)] = 289101, + [SMALL_STATE(5257)] = 289124, + [SMALL_STATE(5258)] = 289143, + [SMALL_STATE(5259)] = 289166, + [SMALL_STATE(5260)] = 289189, + [SMALL_STATE(5261)] = 289210, + [SMALL_STATE(5262)] = 289233, + [SMALL_STATE(5263)] = 289254, + [SMALL_STATE(5264)] = 289277, + [SMALL_STATE(5265)] = 289300, + [SMALL_STATE(5266)] = 289323, + [SMALL_STATE(5267)] = 289344, + [SMALL_STATE(5268)] = 289367, + [SMALL_STATE(5269)] = 289390, + [SMALL_STATE(5270)] = 289413, + [SMALL_STATE(5271)] = 289436, + [SMALL_STATE(5272)] = 289455, + [SMALL_STATE(5273)] = 289478, + [SMALL_STATE(5274)] = 289501, + [SMALL_STATE(5275)] = 289524, + [SMALL_STATE(5276)] = 289547, + [SMALL_STATE(5277)] = 289570, + [SMALL_STATE(5278)] = 289593, + [SMALL_STATE(5279)] = 289616, + [SMALL_STATE(5280)] = 289639, + [SMALL_STATE(5281)] = 289662, + [SMALL_STATE(5282)] = 289685, + [SMALL_STATE(5283)] = 289708, + [SMALL_STATE(5284)] = 289729, + [SMALL_STATE(5285)] = 289750, + [SMALL_STATE(5286)] = 289773, + [SMALL_STATE(5287)] = 289794, + [SMALL_STATE(5288)] = 289815, + [SMALL_STATE(5289)] = 289838, + [SMALL_STATE(5290)] = 289861, + [SMALL_STATE(5291)] = 289882, + [SMALL_STATE(5292)] = 289903, + [SMALL_STATE(5293)] = 289926, + [SMALL_STATE(5294)] = 289947, + [SMALL_STATE(5295)] = 289966, + [SMALL_STATE(5296)] = 289987, + [SMALL_STATE(5297)] = 290008, + [SMALL_STATE(5298)] = 290029, + [SMALL_STATE(5299)] = 290052, + [SMALL_STATE(5300)] = 290075, + [SMALL_STATE(5301)] = 290098, + [SMALL_STATE(5302)] = 290121, + [SMALL_STATE(5303)] = 290144, + [SMALL_STATE(5304)] = 290167, + [SMALL_STATE(5305)] = 290190, + [SMALL_STATE(5306)] = 290213, + [SMALL_STATE(5307)] = 290234, + [SMALL_STATE(5308)] = 290253, + [SMALL_STATE(5309)] = 290272, + [SMALL_STATE(5310)] = 290295, + [SMALL_STATE(5311)] = 290318, + [SMALL_STATE(5312)] = 290341, + [SMALL_STATE(5313)] = 290364, + [SMALL_STATE(5314)] = 290387, + [SMALL_STATE(5315)] = 290408, + [SMALL_STATE(5316)] = 290431, + [SMALL_STATE(5317)] = 290454, + [SMALL_STATE(5318)] = 290475, + [SMALL_STATE(5319)] = 290498, + [SMALL_STATE(5320)] = 290521, + [SMALL_STATE(5321)] = 290544, + [SMALL_STATE(5322)] = 290565, + [SMALL_STATE(5323)] = 290588, + [SMALL_STATE(5324)] = 290611, + [SMALL_STATE(5325)] = 290634, + [SMALL_STATE(5326)] = 290657, + [SMALL_STATE(5327)] = 290680, + [SMALL_STATE(5328)] = 290703, + [SMALL_STATE(5329)] = 290726, + [SMALL_STATE(5330)] = 290745, + [SMALL_STATE(5331)] = 290766, + [SMALL_STATE(5332)] = 290789, + [SMALL_STATE(5333)] = 290812, + [SMALL_STATE(5334)] = 290833, + [SMALL_STATE(5335)] = 290856, + [SMALL_STATE(5336)] = 290879, + [SMALL_STATE(5337)] = 290902, + [SMALL_STATE(5338)] = 290923, + [SMALL_STATE(5339)] = 290944, + [SMALL_STATE(5340)] = 290967, + [SMALL_STATE(5341)] = 290988, + [SMALL_STATE(5342)] = 291009, + [SMALL_STATE(5343)] = 291032, + [SMALL_STATE(5344)] = 291053, + [SMALL_STATE(5345)] = 291076, + [SMALL_STATE(5346)] = 291099, + [SMALL_STATE(5347)] = 291120, + [SMALL_STATE(5348)] = 291143, + [SMALL_STATE(5349)] = 291166, + [SMALL_STATE(5350)] = 291189, + [SMALL_STATE(5351)] = 291212, + [SMALL_STATE(5352)] = 291235, + [SMALL_STATE(5353)] = 291256, + [SMALL_STATE(5354)] = 291279, + [SMALL_STATE(5355)] = 291302, + [SMALL_STATE(5356)] = 291325, + [SMALL_STATE(5357)] = 291346, + [SMALL_STATE(5358)] = 291367, + [SMALL_STATE(5359)] = 291390, + [SMALL_STATE(5360)] = 291411, + [SMALL_STATE(5361)] = 291432, + [SMALL_STATE(5362)] = 291455, + [SMALL_STATE(5363)] = 291478, + [SMALL_STATE(5364)] = 291501, + [SMALL_STATE(5365)] = 291524, + [SMALL_STATE(5366)] = 291547, + [SMALL_STATE(5367)] = 291570, + [SMALL_STATE(5368)] = 291593, + [SMALL_STATE(5369)] = 291616, + [SMALL_STATE(5370)] = 291639, + [SMALL_STATE(5371)] = 291662, + [SMALL_STATE(5372)] = 291685, + [SMALL_STATE(5373)] = 291708, + [SMALL_STATE(5374)] = 291731, + [SMALL_STATE(5375)] = 291754, + [SMALL_STATE(5376)] = 291777, + [SMALL_STATE(5377)] = 291800, + [SMALL_STATE(5378)] = 291823, + [SMALL_STATE(5379)] = 291846, + [SMALL_STATE(5380)] = 291869, + [SMALL_STATE(5381)] = 291892, + [SMALL_STATE(5382)] = 291915, + [SMALL_STATE(5383)] = 291938, + [SMALL_STATE(5384)] = 291961, + [SMALL_STATE(5385)] = 291984, + [SMALL_STATE(5386)] = 292007, + [SMALL_STATE(5387)] = 292030, + [SMALL_STATE(5388)] = 292053, + [SMALL_STATE(5389)] = 292072, + [SMALL_STATE(5390)] = 292095, + [SMALL_STATE(5391)] = 292116, + [SMALL_STATE(5392)] = 292139, + [SMALL_STATE(5393)] = 292162, + [SMALL_STATE(5394)] = 292185, + [SMALL_STATE(5395)] = 292208, + [SMALL_STATE(5396)] = 292231, + [SMALL_STATE(5397)] = 292254, + [SMALL_STATE(5398)] = 292277, + [SMALL_STATE(5399)] = 292300, + [SMALL_STATE(5400)] = 292323, + [SMALL_STATE(5401)] = 292346, + [SMALL_STATE(5402)] = 292369, + [SMALL_STATE(5403)] = 292392, + [SMALL_STATE(5404)] = 292415, + [SMALL_STATE(5405)] = 292438, + [SMALL_STATE(5406)] = 292461, + [SMALL_STATE(5407)] = 292484, + [SMALL_STATE(5408)] = 292507, + [SMALL_STATE(5409)] = 292530, + [SMALL_STATE(5410)] = 292553, + [SMALL_STATE(5411)] = 292576, + [SMALL_STATE(5412)] = 292599, + [SMALL_STATE(5413)] = 292618, + [SMALL_STATE(5414)] = 292639, + [SMALL_STATE(5415)] = 292662, + [SMALL_STATE(5416)] = 292685, + [SMALL_STATE(5417)] = 292708, + [SMALL_STATE(5418)] = 292731, + [SMALL_STATE(5419)] = 292752, + [SMALL_STATE(5420)] = 292775, + [SMALL_STATE(5421)] = 292798, + [SMALL_STATE(5422)] = 292821, + [SMALL_STATE(5423)] = 292844, + [SMALL_STATE(5424)] = 292867, + [SMALL_STATE(5425)] = 292890, + [SMALL_STATE(5426)] = 292909, + [SMALL_STATE(5427)] = 292932, + [SMALL_STATE(5428)] = 292951, + [SMALL_STATE(5429)] = 292974, + [SMALL_STATE(5430)] = 292993, + [SMALL_STATE(5431)] = 293012, + [SMALL_STATE(5432)] = 293035, + [SMALL_STATE(5433)] = 293058, + [SMALL_STATE(5434)] = 293081, + [SMALL_STATE(5435)] = 293101, + [SMALL_STATE(5436)] = 293121, + [SMALL_STATE(5437)] = 293141, + [SMALL_STATE(5438)] = 293161, + [SMALL_STATE(5439)] = 293181, + [SMALL_STATE(5440)] = 293201, + [SMALL_STATE(5441)] = 293221, + [SMALL_STATE(5442)] = 293241, + [SMALL_STATE(5443)] = 293261, + [SMALL_STATE(5444)] = 293281, + [SMALL_STATE(5445)] = 293299, + [SMALL_STATE(5446)] = 293319, + [SMALL_STATE(5447)] = 293339, + [SMALL_STATE(5448)] = 293359, + [SMALL_STATE(5449)] = 293379, + [SMALL_STATE(5450)] = 293399, + [SMALL_STATE(5451)] = 293419, + [SMALL_STATE(5452)] = 293439, + [SMALL_STATE(5453)] = 293459, + [SMALL_STATE(5454)] = 293479, + [SMALL_STATE(5455)] = 293497, + [SMALL_STATE(5456)] = 293517, + [SMALL_STATE(5457)] = 293537, + [SMALL_STATE(5458)] = 293557, + [SMALL_STATE(5459)] = 293577, + [SMALL_STATE(5460)] = 293597, + [SMALL_STATE(5461)] = 293615, + [SMALL_STATE(5462)] = 293635, + [SMALL_STATE(5463)] = 293655, + [SMALL_STATE(5464)] = 293675, + [SMALL_STATE(5465)] = 293695, + [SMALL_STATE(5466)] = 293715, + [SMALL_STATE(5467)] = 293733, + [SMALL_STATE(5468)] = 293753, + [SMALL_STATE(5469)] = 293773, + [SMALL_STATE(5470)] = 293793, + [SMALL_STATE(5471)] = 293813, + [SMALL_STATE(5472)] = 293833, + [SMALL_STATE(5473)] = 293851, + [SMALL_STATE(5474)] = 293869, + [SMALL_STATE(5475)] = 293889, + [SMALL_STATE(5476)] = 293909, + [SMALL_STATE(5477)] = 293929, + [SMALL_STATE(5478)] = 293949, + [SMALL_STATE(5479)] = 293969, + [SMALL_STATE(5480)] = 293989, + [SMALL_STATE(5481)] = 294007, + [SMALL_STATE(5482)] = 294027, + [SMALL_STATE(5483)] = 294047, + [SMALL_STATE(5484)] = 294067, + [SMALL_STATE(5485)] = 294087, + [SMALL_STATE(5486)] = 294107, + [SMALL_STATE(5487)] = 294127, + [SMALL_STATE(5488)] = 294147, + [SMALL_STATE(5489)] = 294167, + [SMALL_STATE(5490)] = 294187, + [SMALL_STATE(5491)] = 294207, + [SMALL_STATE(5492)] = 294227, + [SMALL_STATE(5493)] = 294247, + [SMALL_STATE(5494)] = 294267, + [SMALL_STATE(5495)] = 294287, + [SMALL_STATE(5496)] = 294307, + [SMALL_STATE(5497)] = 294327, + [SMALL_STATE(5498)] = 294347, + [SMALL_STATE(5499)] = 294367, + [SMALL_STATE(5500)] = 294387, + [SMALL_STATE(5501)] = 294407, + [SMALL_STATE(5502)] = 294425, + [SMALL_STATE(5503)] = 294445, + [SMALL_STATE(5504)] = 294465, + [SMALL_STATE(5505)] = 294485, + [SMALL_STATE(5506)] = 294505, + [SMALL_STATE(5507)] = 294525, + [SMALL_STATE(5508)] = 294545, + [SMALL_STATE(5509)] = 294565, + [SMALL_STATE(5510)] = 294585, + [SMALL_STATE(5511)] = 294603, + [SMALL_STATE(5512)] = 294623, + [SMALL_STATE(5513)] = 294643, + [SMALL_STATE(5514)] = 294663, + [SMALL_STATE(5515)] = 294683, + [SMALL_STATE(5516)] = 294703, + [SMALL_STATE(5517)] = 294723, + [SMALL_STATE(5518)] = 294743, + [SMALL_STATE(5519)] = 294763, + [SMALL_STATE(5520)] = 294783, + [SMALL_STATE(5521)] = 294803, + [SMALL_STATE(5522)] = 294823, + [SMALL_STATE(5523)] = 294843, + [SMALL_STATE(5524)] = 294863, + [SMALL_STATE(5525)] = 294881, + [SMALL_STATE(5526)] = 294901, + [SMALL_STATE(5527)] = 294921, + [SMALL_STATE(5528)] = 294941, + [SMALL_STATE(5529)] = 294961, + [SMALL_STATE(5530)] = 294981, + [SMALL_STATE(5531)] = 295001, + [SMALL_STATE(5532)] = 295021, + [SMALL_STATE(5533)] = 295041, + [SMALL_STATE(5534)] = 295061, + [SMALL_STATE(5535)] = 295081, + [SMALL_STATE(5536)] = 295101, + [SMALL_STATE(5537)] = 295121, + [SMALL_STATE(5538)] = 295141, + [SMALL_STATE(5539)] = 295161, + [SMALL_STATE(5540)] = 295181, + [SMALL_STATE(5541)] = 295201, + [SMALL_STATE(5542)] = 295221, + [SMALL_STATE(5543)] = 295241, + [SMALL_STATE(5544)] = 295261, + [SMALL_STATE(5545)] = 295281, + [SMALL_STATE(5546)] = 295301, + [SMALL_STATE(5547)] = 295321, + [SMALL_STATE(5548)] = 295341, + [SMALL_STATE(5549)] = 295361, + [SMALL_STATE(5550)] = 295381, + [SMALL_STATE(5551)] = 295399, + [SMALL_STATE(5552)] = 295419, + [SMALL_STATE(5553)] = 295439, + [SMALL_STATE(5554)] = 295459, + [SMALL_STATE(5555)] = 295479, + [SMALL_STATE(5556)] = 295499, + [SMALL_STATE(5557)] = 295519, + [SMALL_STATE(5558)] = 295539, + [SMALL_STATE(5559)] = 295559, + [SMALL_STATE(5560)] = 295579, + [SMALL_STATE(5561)] = 295599, + [SMALL_STATE(5562)] = 295619, + [SMALL_STATE(5563)] = 295639, + [SMALL_STATE(5564)] = 295659, + [SMALL_STATE(5565)] = 295677, + [SMALL_STATE(5566)] = 295697, + [SMALL_STATE(5567)] = 295717, + [SMALL_STATE(5568)] = 295737, + [SMALL_STATE(5569)] = 295757, + [SMALL_STATE(5570)] = 295777, + [SMALL_STATE(5571)] = 295797, + [SMALL_STATE(5572)] = 295817, + [SMALL_STATE(5573)] = 295837, + [SMALL_STATE(5574)] = 295857, + [SMALL_STATE(5575)] = 295877, + [SMALL_STATE(5576)] = 295897, + [SMALL_STATE(5577)] = 295917, + [SMALL_STATE(5578)] = 295937, + [SMALL_STATE(5579)] = 295957, + [SMALL_STATE(5580)] = 295977, + [SMALL_STATE(5581)] = 295997, + [SMALL_STATE(5582)] = 296017, + [SMALL_STATE(5583)] = 296037, + [SMALL_STATE(5584)] = 296057, + [SMALL_STATE(5585)] = 296075, + [SMALL_STATE(5586)] = 296095, + [SMALL_STATE(5587)] = 296113, + [SMALL_STATE(5588)] = 296133, + [SMALL_STATE(5589)] = 296153, + [SMALL_STATE(5590)] = 296173, + [SMALL_STATE(5591)] = 296193, + [SMALL_STATE(5592)] = 296213, + [SMALL_STATE(5593)] = 296233, + [SMALL_STATE(5594)] = 296253, + [SMALL_STATE(5595)] = 296273, + [SMALL_STATE(5596)] = 296293, + [SMALL_STATE(5597)] = 296313, + [SMALL_STATE(5598)] = 296333, + [SMALL_STATE(5599)] = 296353, + [SMALL_STATE(5600)] = 296373, + [SMALL_STATE(5601)] = 296393, + [SMALL_STATE(5602)] = 296413, + [SMALL_STATE(5603)] = 296433, + [SMALL_STATE(5604)] = 296453, + [SMALL_STATE(5605)] = 296473, + [SMALL_STATE(5606)] = 296493, + [SMALL_STATE(5607)] = 296513, + [SMALL_STATE(5608)] = 296533, + [SMALL_STATE(5609)] = 296553, + [SMALL_STATE(5610)] = 296573, + [SMALL_STATE(5611)] = 296593, + [SMALL_STATE(5612)] = 296613, + [SMALL_STATE(5613)] = 296633, + [SMALL_STATE(5614)] = 296653, + [SMALL_STATE(5615)] = 296673, + [SMALL_STATE(5616)] = 296693, + [SMALL_STATE(5617)] = 296713, + [SMALL_STATE(5618)] = 296733, + [SMALL_STATE(5619)] = 296753, + [SMALL_STATE(5620)] = 296773, + [SMALL_STATE(5621)] = 296793, + [SMALL_STATE(5622)] = 296811, + [SMALL_STATE(5623)] = 296831, + [SMALL_STATE(5624)] = 296851, + [SMALL_STATE(5625)] = 296869, + [SMALL_STATE(5626)] = 296889, + [SMALL_STATE(5627)] = 296909, + [SMALL_STATE(5628)] = 296927, + [SMALL_STATE(5629)] = 296945, + [SMALL_STATE(5630)] = 296965, + [SMALL_STATE(5631)] = 296985, + [SMALL_STATE(5632)] = 297005, + [SMALL_STATE(5633)] = 297025, + [SMALL_STATE(5634)] = 297045, + [SMALL_STATE(5635)] = 297063, + [SMALL_STATE(5636)] = 297083, + [SMALL_STATE(5637)] = 297103, + [SMALL_STATE(5638)] = 297123, + [SMALL_STATE(5639)] = 297143, + [SMALL_STATE(5640)] = 297163, + [SMALL_STATE(5641)] = 297183, + [SMALL_STATE(5642)] = 297203, + [SMALL_STATE(5643)] = 297223, + [SMALL_STATE(5644)] = 297243, + [SMALL_STATE(5645)] = 297263, + [SMALL_STATE(5646)] = 297283, + [SMALL_STATE(5647)] = 297303, + [SMALL_STATE(5648)] = 297323, + [SMALL_STATE(5649)] = 297343, + [SMALL_STATE(5650)] = 297363, + [SMALL_STATE(5651)] = 297383, + [SMALL_STATE(5652)] = 297403, + [SMALL_STATE(5653)] = 297423, + [SMALL_STATE(5654)] = 297441, + [SMALL_STATE(5655)] = 297461, + [SMALL_STATE(5656)] = 297481, + [SMALL_STATE(5657)] = 297501, + [SMALL_STATE(5658)] = 297521, + [SMALL_STATE(5659)] = 297541, + [SMALL_STATE(5660)] = 297561, + [SMALL_STATE(5661)] = 297581, + [SMALL_STATE(5662)] = 297601, + [SMALL_STATE(5663)] = 297621, + [SMALL_STATE(5664)] = 297641, + [SMALL_STATE(5665)] = 297661, + [SMALL_STATE(5666)] = 297681, + [SMALL_STATE(5667)] = 297701, + [SMALL_STATE(5668)] = 297721, + [SMALL_STATE(5669)] = 297741, + [SMALL_STATE(5670)] = 297761, + [SMALL_STATE(5671)] = 297781, + [SMALL_STATE(5672)] = 297801, + [SMALL_STATE(5673)] = 297819, + [SMALL_STATE(5674)] = 297837, + [SMALL_STATE(5675)] = 297857, + [SMALL_STATE(5676)] = 297877, + [SMALL_STATE(5677)] = 297897, + [SMALL_STATE(5678)] = 297917, + [SMALL_STATE(5679)] = 297937, + [SMALL_STATE(5680)] = 297957, + [SMALL_STATE(5681)] = 297977, + [SMALL_STATE(5682)] = 297997, + [SMALL_STATE(5683)] = 298017, + [SMALL_STATE(5684)] = 298037, + [SMALL_STATE(5685)] = 298057, + [SMALL_STATE(5686)] = 298075, + [SMALL_STATE(5687)] = 298095, + [SMALL_STATE(5688)] = 298115, + [SMALL_STATE(5689)] = 298135, + [SMALL_STATE(5690)] = 298155, + [SMALL_STATE(5691)] = 298175, + [SMALL_STATE(5692)] = 298195, + [SMALL_STATE(5693)] = 298213, + [SMALL_STATE(5694)] = 298233, + [SMALL_STATE(5695)] = 298253, + [SMALL_STATE(5696)] = 298271, + [SMALL_STATE(5697)] = 298291, + [SMALL_STATE(5698)] = 298311, + [SMALL_STATE(5699)] = 298331, + [SMALL_STATE(5700)] = 298351, + [SMALL_STATE(5701)] = 298371, + [SMALL_STATE(5702)] = 298391, + [SMALL_STATE(5703)] = 298411, + [SMALL_STATE(5704)] = 298431, + [SMALL_STATE(5705)] = 298451, + [SMALL_STATE(5706)] = 298471, + [SMALL_STATE(5707)] = 298491, + [SMALL_STATE(5708)] = 298511, + [SMALL_STATE(5709)] = 298531, + [SMALL_STATE(5710)] = 298551, + [SMALL_STATE(5711)] = 298571, + [SMALL_STATE(5712)] = 298591, + [SMALL_STATE(5713)] = 298611, + [SMALL_STATE(5714)] = 298631, + [SMALL_STATE(5715)] = 298651, + [SMALL_STATE(5716)] = 298671, + [SMALL_STATE(5717)] = 298691, + [SMALL_STATE(5718)] = 298711, + [SMALL_STATE(5719)] = 298731, + [SMALL_STATE(5720)] = 298751, + [SMALL_STATE(5721)] = 298771, + [SMALL_STATE(5722)] = 298791, + [SMALL_STATE(5723)] = 298811, + [SMALL_STATE(5724)] = 298831, + [SMALL_STATE(5725)] = 298851, + [SMALL_STATE(5726)] = 298871, + [SMALL_STATE(5727)] = 298891, + [SMALL_STATE(5728)] = 298911, + [SMALL_STATE(5729)] = 298931, + [SMALL_STATE(5730)] = 298951, + [SMALL_STATE(5731)] = 298969, + [SMALL_STATE(5732)] = 298989, + [SMALL_STATE(5733)] = 299009, + [SMALL_STATE(5734)] = 299029, + [SMALL_STATE(5735)] = 299049, + [SMALL_STATE(5736)] = 299069, + [SMALL_STATE(5737)] = 299089, + [SMALL_STATE(5738)] = 299109, + [SMALL_STATE(5739)] = 299129, + [SMALL_STATE(5740)] = 299149, + [SMALL_STATE(5741)] = 299169, + [SMALL_STATE(5742)] = 299189, + [SMALL_STATE(5743)] = 299209, + [SMALL_STATE(5744)] = 299229, + [SMALL_STATE(5745)] = 299249, + [SMALL_STATE(5746)] = 299269, + [SMALL_STATE(5747)] = 299287, + [SMALL_STATE(5748)] = 299305, + [SMALL_STATE(5749)] = 299325, + [SMALL_STATE(5750)] = 299345, + [SMALL_STATE(5751)] = 299365, + [SMALL_STATE(5752)] = 299385, + [SMALL_STATE(5753)] = 299405, + [SMALL_STATE(5754)] = 299425, + [SMALL_STATE(5755)] = 299445, + [SMALL_STATE(5756)] = 299465, + [SMALL_STATE(5757)] = 299485, + [SMALL_STATE(5758)] = 299505, + [SMALL_STATE(5759)] = 299525, + [SMALL_STATE(5760)] = 299545, + [SMALL_STATE(5761)] = 299565, + [SMALL_STATE(5762)] = 299585, + [SMALL_STATE(5763)] = 299605, + [SMALL_STATE(5764)] = 299625, + [SMALL_STATE(5765)] = 299645, + [SMALL_STATE(5766)] = 299665, + [SMALL_STATE(5767)] = 299685, + [SMALL_STATE(5768)] = 299705, + [SMALL_STATE(5769)] = 299725, + [SMALL_STATE(5770)] = 299745, + [SMALL_STATE(5771)] = 299765, + [SMALL_STATE(5772)] = 299785, + [SMALL_STATE(5773)] = 299805, + [SMALL_STATE(5774)] = 299825, + [SMALL_STATE(5775)] = 299845, + [SMALL_STATE(5776)] = 299865, + [SMALL_STATE(5777)] = 299885, + [SMALL_STATE(5778)] = 299905, + [SMALL_STATE(5779)] = 299925, + [SMALL_STATE(5780)] = 299945, + [SMALL_STATE(5781)] = 299965, + [SMALL_STATE(5782)] = 299985, + [SMALL_STATE(5783)] = 300005, + [SMALL_STATE(5784)] = 300025, + [SMALL_STATE(5785)] = 300045, + [SMALL_STATE(5786)] = 300065, + [SMALL_STATE(5787)] = 300085, + [SMALL_STATE(5788)] = 300105, + [SMALL_STATE(5789)] = 300125, + [SMALL_STATE(5790)] = 300145, + [SMALL_STATE(5791)] = 300165, + [SMALL_STATE(5792)] = 300185, + [SMALL_STATE(5793)] = 300205, + [SMALL_STATE(5794)] = 300225, + [SMALL_STATE(5795)] = 300245, + [SMALL_STATE(5796)] = 300265, + [SMALL_STATE(5797)] = 300285, + [SMALL_STATE(5798)] = 300305, + [SMALL_STATE(5799)] = 300325, + [SMALL_STATE(5800)] = 300345, + [SMALL_STATE(5801)] = 300365, + [SMALL_STATE(5802)] = 300385, + [SMALL_STATE(5803)] = 300405, + [SMALL_STATE(5804)] = 300425, + [SMALL_STATE(5805)] = 300445, + [SMALL_STATE(5806)] = 300463, + [SMALL_STATE(5807)] = 300483, + [SMALL_STATE(5808)] = 300503, + [SMALL_STATE(5809)] = 300523, + [SMALL_STATE(5810)] = 300543, + [SMALL_STATE(5811)] = 300563, + [SMALL_STATE(5812)] = 300583, + [SMALL_STATE(5813)] = 300603, + [SMALL_STATE(5814)] = 300623, + [SMALL_STATE(5815)] = 300641, + [SMALL_STATE(5816)] = 300661, + [SMALL_STATE(5817)] = 300681, + [SMALL_STATE(5818)] = 300701, + [SMALL_STATE(5819)] = 300721, + [SMALL_STATE(5820)] = 300741, + [SMALL_STATE(5821)] = 300761, + [SMALL_STATE(5822)] = 300781, + [SMALL_STATE(5823)] = 300801, + [SMALL_STATE(5824)] = 300821, + [SMALL_STATE(5825)] = 300841, + [SMALL_STATE(5826)] = 300861, + [SMALL_STATE(5827)] = 300881, + [SMALL_STATE(5828)] = 300901, + [SMALL_STATE(5829)] = 300921, + [SMALL_STATE(5830)] = 300941, + [SMALL_STATE(5831)] = 300961, + [SMALL_STATE(5832)] = 300981, + [SMALL_STATE(5833)] = 301001, + [SMALL_STATE(5834)] = 301021, + [SMALL_STATE(5835)] = 301041, + [SMALL_STATE(5836)] = 301061, + [SMALL_STATE(5837)] = 301081, + [SMALL_STATE(5838)] = 301101, + [SMALL_STATE(5839)] = 301121, + [SMALL_STATE(5840)] = 301141, + [SMALL_STATE(5841)] = 301161, + [SMALL_STATE(5842)] = 301181, + [SMALL_STATE(5843)] = 301201, + [SMALL_STATE(5844)] = 301221, + [SMALL_STATE(5845)] = 301241, + [SMALL_STATE(5846)] = 301261, + [SMALL_STATE(5847)] = 301281, + [SMALL_STATE(5848)] = 301299, + [SMALL_STATE(5849)] = 301319, + [SMALL_STATE(5850)] = 301339, + [SMALL_STATE(5851)] = 301359, + [SMALL_STATE(5852)] = 301379, + [SMALL_STATE(5853)] = 301399, + [SMALL_STATE(5854)] = 301419, + [SMALL_STATE(5855)] = 301439, + [SMALL_STATE(5856)] = 301459, + [SMALL_STATE(5857)] = 301479, + [SMALL_STATE(5858)] = 301499, + [SMALL_STATE(5859)] = 301519, + [SMALL_STATE(5860)] = 301539, + [SMALL_STATE(5861)] = 301559, + [SMALL_STATE(5862)] = 301579, + [SMALL_STATE(5863)] = 301599, + [SMALL_STATE(5864)] = 301619, + [SMALL_STATE(5865)] = 301639, + [SMALL_STATE(5866)] = 301659, + [SMALL_STATE(5867)] = 301679, + [SMALL_STATE(5868)] = 301699, + [SMALL_STATE(5869)] = 301719, + [SMALL_STATE(5870)] = 301739, + [SMALL_STATE(5871)] = 301759, + [SMALL_STATE(5872)] = 301777, + [SMALL_STATE(5873)] = 301797, + [SMALL_STATE(5874)] = 301817, + [SMALL_STATE(5875)] = 301835, + [SMALL_STATE(5876)] = 301855, + [SMALL_STATE(5877)] = 301875, + [SMALL_STATE(5878)] = 301895, + [SMALL_STATE(5879)] = 301915, + [SMALL_STATE(5880)] = 301935, + [SMALL_STATE(5881)] = 301955, + [SMALL_STATE(5882)] = 301975, + [SMALL_STATE(5883)] = 301995, + [SMALL_STATE(5884)] = 302013, + [SMALL_STATE(5885)] = 302033, + [SMALL_STATE(5886)] = 302053, + [SMALL_STATE(5887)] = 302073, + [SMALL_STATE(5888)] = 302093, + [SMALL_STATE(5889)] = 302113, + [SMALL_STATE(5890)] = 302131, + [SMALL_STATE(5891)] = 302151, + [SMALL_STATE(5892)] = 302171, + [SMALL_STATE(5893)] = 302191, + [SMALL_STATE(5894)] = 302211, + [SMALL_STATE(5895)] = 302231, + [SMALL_STATE(5896)] = 302251, + [SMALL_STATE(5897)] = 302271, + [SMALL_STATE(5898)] = 302291, + [SMALL_STATE(5899)] = 302311, + [SMALL_STATE(5900)] = 302331, + [SMALL_STATE(5901)] = 302351, + [SMALL_STATE(5902)] = 302371, + [SMALL_STATE(5903)] = 302391, + [SMALL_STATE(5904)] = 302411, + [SMALL_STATE(5905)] = 302429, + [SMALL_STATE(5906)] = 302449, + [SMALL_STATE(5907)] = 302467, + [SMALL_STATE(5908)] = 302487, + [SMALL_STATE(5909)] = 302507, + [SMALL_STATE(5910)] = 302527, + [SMALL_STATE(5911)] = 302547, + [SMALL_STATE(5912)] = 302567, + [SMALL_STATE(5913)] = 302587, + [SMALL_STATE(5914)] = 302607, + [SMALL_STATE(5915)] = 302627, + [SMALL_STATE(5916)] = 302647, + [SMALL_STATE(5917)] = 302667, + [SMALL_STATE(5918)] = 302687, + [SMALL_STATE(5919)] = 302707, + [SMALL_STATE(5920)] = 302727, + [SMALL_STATE(5921)] = 302747, + [SMALL_STATE(5922)] = 302767, + [SMALL_STATE(5923)] = 302787, + [SMALL_STATE(5924)] = 302807, + [SMALL_STATE(5925)] = 302827, + [SMALL_STATE(5926)] = 302847, + [SMALL_STATE(5927)] = 302867, + [SMALL_STATE(5928)] = 302885, + [SMALL_STATE(5929)] = 302905, + [SMALL_STATE(5930)] = 302925, + [SMALL_STATE(5931)] = 302945, + [SMALL_STATE(5932)] = 302965, + [SMALL_STATE(5933)] = 302985, + [SMALL_STATE(5934)] = 303005, + [SMALL_STATE(5935)] = 303025, + [SMALL_STATE(5936)] = 303045, + [SMALL_STATE(5937)] = 303065, + [SMALL_STATE(5938)] = 303085, + [SMALL_STATE(5939)] = 303105, + [SMALL_STATE(5940)] = 303125, + [SMALL_STATE(5941)] = 303143, + [SMALL_STATE(5942)] = 303163, + [SMALL_STATE(5943)] = 303183, + [SMALL_STATE(5944)] = 303203, + [SMALL_STATE(5945)] = 303223, + [SMALL_STATE(5946)] = 303243, + [SMALL_STATE(5947)] = 303263, + [SMALL_STATE(5948)] = 303283, + [SMALL_STATE(5949)] = 303303, + [SMALL_STATE(5950)] = 303323, + [SMALL_STATE(5951)] = 303343, + [SMALL_STATE(5952)] = 303363, + [SMALL_STATE(5953)] = 303383, + [SMALL_STATE(5954)] = 303403, + [SMALL_STATE(5955)] = 303423, + [SMALL_STATE(5956)] = 303441, + [SMALL_STATE(5957)] = 303461, + [SMALL_STATE(5958)] = 303481, + [SMALL_STATE(5959)] = 303501, + [SMALL_STATE(5960)] = 303521, + [SMALL_STATE(5961)] = 303541, + [SMALL_STATE(5962)] = 303561, + [SMALL_STATE(5963)] = 303581, + [SMALL_STATE(5964)] = 303601, + [SMALL_STATE(5965)] = 303621, + [SMALL_STATE(5966)] = 303641, + [SMALL_STATE(5967)] = 303661, + [SMALL_STATE(5968)] = 303681, + [SMALL_STATE(5969)] = 303701, + [SMALL_STATE(5970)] = 303721, + [SMALL_STATE(5971)] = 303741, + [SMALL_STATE(5972)] = 303759, + [SMALL_STATE(5973)] = 303779, + [SMALL_STATE(5974)] = 303799, + [SMALL_STATE(5975)] = 303819, + [SMALL_STATE(5976)] = 303839, + [SMALL_STATE(5977)] = 303859, + [SMALL_STATE(5978)] = 303879, + [SMALL_STATE(5979)] = 303899, + [SMALL_STATE(5980)] = 303919, + [SMALL_STATE(5981)] = 303939, + [SMALL_STATE(5982)] = 303959, + [SMALL_STATE(5983)] = 303979, + [SMALL_STATE(5984)] = 303999, + [SMALL_STATE(5985)] = 304019, + [SMALL_STATE(5986)] = 304037, + [SMALL_STATE(5987)] = 304057, + [SMALL_STATE(5988)] = 304077, + [SMALL_STATE(5989)] = 304097, + [SMALL_STATE(5990)] = 304117, + [SMALL_STATE(5991)] = 304137, + [SMALL_STATE(5992)] = 304157, + [SMALL_STATE(5993)] = 304177, + [SMALL_STATE(5994)] = 304197, + [SMALL_STATE(5995)] = 304217, + [SMALL_STATE(5996)] = 304237, + [SMALL_STATE(5997)] = 304255, + [SMALL_STATE(5998)] = 304275, + [SMALL_STATE(5999)] = 304295, + [SMALL_STATE(6000)] = 304315, + [SMALL_STATE(6001)] = 304333, + [SMALL_STATE(6002)] = 304353, + [SMALL_STATE(6003)] = 304373, + [SMALL_STATE(6004)] = 304393, + [SMALL_STATE(6005)] = 304413, + [SMALL_STATE(6006)] = 304433, + [SMALL_STATE(6007)] = 304453, + [SMALL_STATE(6008)] = 304473, + [SMALL_STATE(6009)] = 304493, + [SMALL_STATE(6010)] = 304513, + [SMALL_STATE(6011)] = 304533, + [SMALL_STATE(6012)] = 304551, + [SMALL_STATE(6013)] = 304571, + [SMALL_STATE(6014)] = 304589, + [SMALL_STATE(6015)] = 304609, + [SMALL_STATE(6016)] = 304629, + [SMALL_STATE(6017)] = 304649, + [SMALL_STATE(6018)] = 304669, + [SMALL_STATE(6019)] = 304687, + [SMALL_STATE(6020)] = 304707, + [SMALL_STATE(6021)] = 304727, + [SMALL_STATE(6022)] = 304747, + [SMALL_STATE(6023)] = 304765, + [SMALL_STATE(6024)] = 304785, + [SMALL_STATE(6025)] = 304805, + [SMALL_STATE(6026)] = 304825, + [SMALL_STATE(6027)] = 304845, + [SMALL_STATE(6028)] = 304865, + [SMALL_STATE(6029)] = 304883, + [SMALL_STATE(6030)] = 304903, + [SMALL_STATE(6031)] = 304923, + [SMALL_STATE(6032)] = 304943, + [SMALL_STATE(6033)] = 304963, + [SMALL_STATE(6034)] = 304983, + [SMALL_STATE(6035)] = 305003, + [SMALL_STATE(6036)] = 305023, + [SMALL_STATE(6037)] = 305041, + [SMALL_STATE(6038)] = 305061, + [SMALL_STATE(6039)] = 305079, + [SMALL_STATE(6040)] = 305099, + [SMALL_STATE(6041)] = 305119, + [SMALL_STATE(6042)] = 305139, + [SMALL_STATE(6043)] = 305157, + [SMALL_STATE(6044)] = 305177, + [SMALL_STATE(6045)] = 305197, + [SMALL_STATE(6046)] = 305215, + [SMALL_STATE(6047)] = 305235, + [SMALL_STATE(6048)] = 305255, + [SMALL_STATE(6049)] = 305273, + [SMALL_STATE(6050)] = 305291, + [SMALL_STATE(6051)] = 305311, + [SMALL_STATE(6052)] = 305331, + [SMALL_STATE(6053)] = 305351, + [SMALL_STATE(6054)] = 305371, + [SMALL_STATE(6055)] = 305388, + [SMALL_STATE(6056)] = 305405, + [SMALL_STATE(6057)] = 305422, + [SMALL_STATE(6058)] = 305439, + [SMALL_STATE(6059)] = 305456, + [SMALL_STATE(6060)] = 305473, + [SMALL_STATE(6061)] = 305490, + [SMALL_STATE(6062)] = 305507, + [SMALL_STATE(6063)] = 305524, + [SMALL_STATE(6064)] = 305541, + [SMALL_STATE(6065)] = 305558, + [SMALL_STATE(6066)] = 305575, + [SMALL_STATE(6067)] = 305592, + [SMALL_STATE(6068)] = 305609, + [SMALL_STATE(6069)] = 305626, + [SMALL_STATE(6070)] = 305643, + [SMALL_STATE(6071)] = 305660, + [SMALL_STATE(6072)] = 305677, + [SMALL_STATE(6073)] = 305694, + [SMALL_STATE(6074)] = 305711, + [SMALL_STATE(6075)] = 305728, + [SMALL_STATE(6076)] = 305745, + [SMALL_STATE(6077)] = 305762, + [SMALL_STATE(6078)] = 305779, + [SMALL_STATE(6079)] = 305796, + [SMALL_STATE(6080)] = 305813, + [SMALL_STATE(6081)] = 305830, + [SMALL_STATE(6082)] = 305847, + [SMALL_STATE(6083)] = 305864, + [SMALL_STATE(6084)] = 305881, + [SMALL_STATE(6085)] = 305898, + [SMALL_STATE(6086)] = 305915, + [SMALL_STATE(6087)] = 305932, + [SMALL_STATE(6088)] = 305949, + [SMALL_STATE(6089)] = 305966, + [SMALL_STATE(6090)] = 305983, + [SMALL_STATE(6091)] = 306000, + [SMALL_STATE(6092)] = 306017, + [SMALL_STATE(6093)] = 306034, + [SMALL_STATE(6094)] = 306051, + [SMALL_STATE(6095)] = 306068, + [SMALL_STATE(6096)] = 306085, + [SMALL_STATE(6097)] = 306102, + [SMALL_STATE(6098)] = 306119, + [SMALL_STATE(6099)] = 306136, + [SMALL_STATE(6100)] = 306153, + [SMALL_STATE(6101)] = 306170, + [SMALL_STATE(6102)] = 306187, + [SMALL_STATE(6103)] = 306204, + [SMALL_STATE(6104)] = 306221, + [SMALL_STATE(6105)] = 306238, + [SMALL_STATE(6106)] = 306255, + [SMALL_STATE(6107)] = 306272, + [SMALL_STATE(6108)] = 306289, + [SMALL_STATE(6109)] = 306306, + [SMALL_STATE(6110)] = 306323, + [SMALL_STATE(6111)] = 306340, + [SMALL_STATE(6112)] = 306357, + [SMALL_STATE(6113)] = 306374, + [SMALL_STATE(6114)] = 306391, + [SMALL_STATE(6115)] = 306408, + [SMALL_STATE(6116)] = 306425, + [SMALL_STATE(6117)] = 306442, + [SMALL_STATE(6118)] = 306459, + [SMALL_STATE(6119)] = 306476, + [SMALL_STATE(6120)] = 306493, + [SMALL_STATE(6121)] = 306510, + [SMALL_STATE(6122)] = 306527, + [SMALL_STATE(6123)] = 306544, + [SMALL_STATE(6124)] = 306561, + [SMALL_STATE(6125)] = 306578, + [SMALL_STATE(6126)] = 306595, + [SMALL_STATE(6127)] = 306612, + [SMALL_STATE(6128)] = 306629, + [SMALL_STATE(6129)] = 306646, + [SMALL_STATE(6130)] = 306663, + [SMALL_STATE(6131)] = 306680, + [SMALL_STATE(6132)] = 306697, + [SMALL_STATE(6133)] = 306714, + [SMALL_STATE(6134)] = 306731, + [SMALL_STATE(6135)] = 306748, + [SMALL_STATE(6136)] = 306765, + [SMALL_STATE(6137)] = 306782, + [SMALL_STATE(6138)] = 306799, + [SMALL_STATE(6139)] = 306816, + [SMALL_STATE(6140)] = 306833, + [SMALL_STATE(6141)] = 306850, + [SMALL_STATE(6142)] = 306867, + [SMALL_STATE(6143)] = 306884, + [SMALL_STATE(6144)] = 306901, + [SMALL_STATE(6145)] = 306918, + [SMALL_STATE(6146)] = 306933, + [SMALL_STATE(6147)] = 306950, + [SMALL_STATE(6148)] = 306967, + [SMALL_STATE(6149)] = 306984, + [SMALL_STATE(6150)] = 307001, + [SMALL_STATE(6151)] = 307018, + [SMALL_STATE(6152)] = 307035, + [SMALL_STATE(6153)] = 307052, + [SMALL_STATE(6154)] = 307069, + [SMALL_STATE(6155)] = 307086, + [SMALL_STATE(6156)] = 307103, + [SMALL_STATE(6157)] = 307120, + [SMALL_STATE(6158)] = 307137, + [SMALL_STATE(6159)] = 307154, + [SMALL_STATE(6160)] = 307171, + [SMALL_STATE(6161)] = 307188, + [SMALL_STATE(6162)] = 307205, + [SMALL_STATE(6163)] = 307222, + [SMALL_STATE(6164)] = 307239, + [SMALL_STATE(6165)] = 307256, + [SMALL_STATE(6166)] = 307273, + [SMALL_STATE(6167)] = 307290, + [SMALL_STATE(6168)] = 307307, + [SMALL_STATE(6169)] = 307324, + [SMALL_STATE(6170)] = 307341, + [SMALL_STATE(6171)] = 307358, + [SMALL_STATE(6172)] = 307375, + [SMALL_STATE(6173)] = 307392, + [SMALL_STATE(6174)] = 307409, + [SMALL_STATE(6175)] = 307426, + [SMALL_STATE(6176)] = 307443, + [SMALL_STATE(6177)] = 307460, + [SMALL_STATE(6178)] = 307477, + [SMALL_STATE(6179)] = 307494, + [SMALL_STATE(6180)] = 307511, + [SMALL_STATE(6181)] = 307528, + [SMALL_STATE(6182)] = 307545, + [SMALL_STATE(6183)] = 307562, + [SMALL_STATE(6184)] = 307579, + [SMALL_STATE(6185)] = 307596, + [SMALL_STATE(6186)] = 307613, + [SMALL_STATE(6187)] = 307630, + [SMALL_STATE(6188)] = 307647, + [SMALL_STATE(6189)] = 307664, + [SMALL_STATE(6190)] = 307681, + [SMALL_STATE(6191)] = 307698, + [SMALL_STATE(6192)] = 307715, + [SMALL_STATE(6193)] = 307732, + [SMALL_STATE(6194)] = 307749, + [SMALL_STATE(6195)] = 307766, + [SMALL_STATE(6196)] = 307783, + [SMALL_STATE(6197)] = 307800, + [SMALL_STATE(6198)] = 307817, + [SMALL_STATE(6199)] = 307834, + [SMALL_STATE(6200)] = 307851, + [SMALL_STATE(6201)] = 307868, + [SMALL_STATE(6202)] = 307885, + [SMALL_STATE(6203)] = 307902, + [SMALL_STATE(6204)] = 307919, + [SMALL_STATE(6205)] = 307936, + [SMALL_STATE(6206)] = 307953, + [SMALL_STATE(6207)] = 307970, + [SMALL_STATE(6208)] = 307987, + [SMALL_STATE(6209)] = 308004, + [SMALL_STATE(6210)] = 308021, + [SMALL_STATE(6211)] = 308038, + [SMALL_STATE(6212)] = 308055, + [SMALL_STATE(6213)] = 308072, + [SMALL_STATE(6214)] = 308089, + [SMALL_STATE(6215)] = 308106, + [SMALL_STATE(6216)] = 308123, + [SMALL_STATE(6217)] = 308140, + [SMALL_STATE(6218)] = 308157, + [SMALL_STATE(6219)] = 308174, + [SMALL_STATE(6220)] = 308191, + [SMALL_STATE(6221)] = 308208, + [SMALL_STATE(6222)] = 308225, + [SMALL_STATE(6223)] = 308242, + [SMALL_STATE(6224)] = 308259, + [SMALL_STATE(6225)] = 308276, + [SMALL_STATE(6226)] = 308293, + [SMALL_STATE(6227)] = 308310, + [SMALL_STATE(6228)] = 308327, + [SMALL_STATE(6229)] = 308344, + [SMALL_STATE(6230)] = 308361, + [SMALL_STATE(6231)] = 308378, + [SMALL_STATE(6232)] = 308395, + [SMALL_STATE(6233)] = 308412, + [SMALL_STATE(6234)] = 308429, + [SMALL_STATE(6235)] = 308446, + [SMALL_STATE(6236)] = 308463, + [SMALL_STATE(6237)] = 308480, + [SMALL_STATE(6238)] = 308497, + [SMALL_STATE(6239)] = 308514, + [SMALL_STATE(6240)] = 308531, + [SMALL_STATE(6241)] = 308548, + [SMALL_STATE(6242)] = 308565, + [SMALL_STATE(6243)] = 308582, + [SMALL_STATE(6244)] = 308599, + [SMALL_STATE(6245)] = 308616, + [SMALL_STATE(6246)] = 308633, + [SMALL_STATE(6247)] = 308650, + [SMALL_STATE(6248)] = 308667, + [SMALL_STATE(6249)] = 308684, + [SMALL_STATE(6250)] = 308701, + [SMALL_STATE(6251)] = 308718, + [SMALL_STATE(6252)] = 308735, + [SMALL_STATE(6253)] = 308752, + [SMALL_STATE(6254)] = 308769, + [SMALL_STATE(6255)] = 308786, + [SMALL_STATE(6256)] = 308803, + [SMALL_STATE(6257)] = 308820, + [SMALL_STATE(6258)] = 308837, + [SMALL_STATE(6259)] = 308854, + [SMALL_STATE(6260)] = 308871, + [SMALL_STATE(6261)] = 308888, + [SMALL_STATE(6262)] = 308905, + [SMALL_STATE(6263)] = 308922, + [SMALL_STATE(6264)] = 308939, + [SMALL_STATE(6265)] = 308956, + [SMALL_STATE(6266)] = 308973, + [SMALL_STATE(6267)] = 308990, + [SMALL_STATE(6268)] = 309007, + [SMALL_STATE(6269)] = 309024, + [SMALL_STATE(6270)] = 309041, + [SMALL_STATE(6271)] = 309058, + [SMALL_STATE(6272)] = 309075, + [SMALL_STATE(6273)] = 309092, + [SMALL_STATE(6274)] = 309109, + [SMALL_STATE(6275)] = 309126, + [SMALL_STATE(6276)] = 309143, + [SMALL_STATE(6277)] = 309160, + [SMALL_STATE(6278)] = 309177, + [SMALL_STATE(6279)] = 309194, + [SMALL_STATE(6280)] = 309211, + [SMALL_STATE(6281)] = 309228, + [SMALL_STATE(6282)] = 309245, + [SMALL_STATE(6283)] = 309262, + [SMALL_STATE(6284)] = 309279, + [SMALL_STATE(6285)] = 309296, + [SMALL_STATE(6286)] = 309313, + [SMALL_STATE(6287)] = 309330, + [SMALL_STATE(6288)] = 309347, + [SMALL_STATE(6289)] = 309364, + [SMALL_STATE(6290)] = 309381, + [SMALL_STATE(6291)] = 309398, + [SMALL_STATE(6292)] = 309415, + [SMALL_STATE(6293)] = 309432, + [SMALL_STATE(6294)] = 309449, + [SMALL_STATE(6295)] = 309466, + [SMALL_STATE(6296)] = 309483, + [SMALL_STATE(6297)] = 309500, + [SMALL_STATE(6298)] = 309517, + [SMALL_STATE(6299)] = 309534, + [SMALL_STATE(6300)] = 309551, + [SMALL_STATE(6301)] = 309568, + [SMALL_STATE(6302)] = 309585, + [SMALL_STATE(6303)] = 309602, + [SMALL_STATE(6304)] = 309619, + [SMALL_STATE(6305)] = 309636, + [SMALL_STATE(6306)] = 309653, + [SMALL_STATE(6307)] = 309670, + [SMALL_STATE(6308)] = 309687, + [SMALL_STATE(6309)] = 309704, + [SMALL_STATE(6310)] = 309721, + [SMALL_STATE(6311)] = 309738, + [SMALL_STATE(6312)] = 309755, + [SMALL_STATE(6313)] = 309772, + [SMALL_STATE(6314)] = 309789, + [SMALL_STATE(6315)] = 309806, + [SMALL_STATE(6316)] = 309823, + [SMALL_STATE(6317)] = 309840, + [SMALL_STATE(6318)] = 309857, + [SMALL_STATE(6319)] = 309874, + [SMALL_STATE(6320)] = 309891, + [SMALL_STATE(6321)] = 309908, + [SMALL_STATE(6322)] = 309925, + [SMALL_STATE(6323)] = 309942, + [SMALL_STATE(6324)] = 309959, + [SMALL_STATE(6325)] = 309976, + [SMALL_STATE(6326)] = 309993, + [SMALL_STATE(6327)] = 310010, + [SMALL_STATE(6328)] = 310027, + [SMALL_STATE(6329)] = 310044, + [SMALL_STATE(6330)] = 310061, + [SMALL_STATE(6331)] = 310078, + [SMALL_STATE(6332)] = 310095, + [SMALL_STATE(6333)] = 310112, + [SMALL_STATE(6334)] = 310129, + [SMALL_STATE(6335)] = 310146, + [SMALL_STATE(6336)] = 310163, + [SMALL_STATE(6337)] = 310180, + [SMALL_STATE(6338)] = 310197, + [SMALL_STATE(6339)] = 310214, + [SMALL_STATE(6340)] = 310231, + [SMALL_STATE(6341)] = 310248, + [SMALL_STATE(6342)] = 310265, + [SMALL_STATE(6343)] = 310282, + [SMALL_STATE(6344)] = 310299, + [SMALL_STATE(6345)] = 310316, + [SMALL_STATE(6346)] = 310333, + [SMALL_STATE(6347)] = 310350, + [SMALL_STATE(6348)] = 310367, + [SMALL_STATE(6349)] = 310384, + [SMALL_STATE(6350)] = 310401, + [SMALL_STATE(6351)] = 310418, + [SMALL_STATE(6352)] = 310435, + [SMALL_STATE(6353)] = 310452, + [SMALL_STATE(6354)] = 310469, + [SMALL_STATE(6355)] = 310486, + [SMALL_STATE(6356)] = 310503, + [SMALL_STATE(6357)] = 310520, + [SMALL_STATE(6358)] = 310537, + [SMALL_STATE(6359)] = 310554, + [SMALL_STATE(6360)] = 310571, + [SMALL_STATE(6361)] = 310588, + [SMALL_STATE(6362)] = 310605, + [SMALL_STATE(6363)] = 310622, + [SMALL_STATE(6364)] = 310639, + [SMALL_STATE(6365)] = 310656, + [SMALL_STATE(6366)] = 310673, + [SMALL_STATE(6367)] = 310690, + [SMALL_STATE(6368)] = 310707, + [SMALL_STATE(6369)] = 310724, + [SMALL_STATE(6370)] = 310741, + [SMALL_STATE(6371)] = 310758, + [SMALL_STATE(6372)] = 310775, + [SMALL_STATE(6373)] = 310792, + [SMALL_STATE(6374)] = 310809, + [SMALL_STATE(6375)] = 310826, + [SMALL_STATE(6376)] = 310843, + [SMALL_STATE(6377)] = 310860, + [SMALL_STATE(6378)] = 310877, + [SMALL_STATE(6379)] = 310894, + [SMALL_STATE(6380)] = 310911, + [SMALL_STATE(6381)] = 310928, + [SMALL_STATE(6382)] = 310945, + [SMALL_STATE(6383)] = 310962, + [SMALL_STATE(6384)] = 310979, + [SMALL_STATE(6385)] = 310996, + [SMALL_STATE(6386)] = 311013, + [SMALL_STATE(6387)] = 311030, + [SMALL_STATE(6388)] = 311047, + [SMALL_STATE(6389)] = 311064, + [SMALL_STATE(6390)] = 311081, + [SMALL_STATE(6391)] = 311098, + [SMALL_STATE(6392)] = 311115, + [SMALL_STATE(6393)] = 311132, + [SMALL_STATE(6394)] = 311149, + [SMALL_STATE(6395)] = 311166, + [SMALL_STATE(6396)] = 311183, + [SMALL_STATE(6397)] = 311200, + [SMALL_STATE(6398)] = 311217, + [SMALL_STATE(6399)] = 311234, + [SMALL_STATE(6400)] = 311251, + [SMALL_STATE(6401)] = 311268, + [SMALL_STATE(6402)] = 311285, + [SMALL_STATE(6403)] = 311302, + [SMALL_STATE(6404)] = 311319, + [SMALL_STATE(6405)] = 311336, + [SMALL_STATE(6406)] = 311353, + [SMALL_STATE(6407)] = 311370, + [SMALL_STATE(6408)] = 311387, + [SMALL_STATE(6409)] = 311404, + [SMALL_STATE(6410)] = 311421, + [SMALL_STATE(6411)] = 311438, + [SMALL_STATE(6412)] = 311455, + [SMALL_STATE(6413)] = 311472, + [SMALL_STATE(6414)] = 311489, + [SMALL_STATE(6415)] = 311506, + [SMALL_STATE(6416)] = 311523, + [SMALL_STATE(6417)] = 311540, + [SMALL_STATE(6418)] = 311557, + [SMALL_STATE(6419)] = 311574, + [SMALL_STATE(6420)] = 311591, + [SMALL_STATE(6421)] = 311608, + [SMALL_STATE(6422)] = 311625, + [SMALL_STATE(6423)] = 311642, + [SMALL_STATE(6424)] = 311659, + [SMALL_STATE(6425)] = 311676, + [SMALL_STATE(6426)] = 311693, + [SMALL_STATE(6427)] = 311710, + [SMALL_STATE(6428)] = 311727, + [SMALL_STATE(6429)] = 311744, + [SMALL_STATE(6430)] = 311761, + [SMALL_STATE(6431)] = 311778, + [SMALL_STATE(6432)] = 311795, + [SMALL_STATE(6433)] = 311812, + [SMALL_STATE(6434)] = 311829, + [SMALL_STATE(6435)] = 311846, + [SMALL_STATE(6436)] = 311863, + [SMALL_STATE(6437)] = 311880, + [SMALL_STATE(6438)] = 311897, + [SMALL_STATE(6439)] = 311914, + [SMALL_STATE(6440)] = 311931, + [SMALL_STATE(6441)] = 311948, + [SMALL_STATE(6442)] = 311965, + [SMALL_STATE(6443)] = 311982, + [SMALL_STATE(6444)] = 311999, + [SMALL_STATE(6445)] = 312016, + [SMALL_STATE(6446)] = 312033, + [SMALL_STATE(6447)] = 312050, + [SMALL_STATE(6448)] = 312067, + [SMALL_STATE(6449)] = 312084, + [SMALL_STATE(6450)] = 312101, + [SMALL_STATE(6451)] = 312118, + [SMALL_STATE(6452)] = 312135, + [SMALL_STATE(6453)] = 312152, + [SMALL_STATE(6454)] = 312169, + [SMALL_STATE(6455)] = 312186, + [SMALL_STATE(6456)] = 312203, + [SMALL_STATE(6457)] = 312220, + [SMALL_STATE(6458)] = 312237, + [SMALL_STATE(6459)] = 312254, + [SMALL_STATE(6460)] = 312271, + [SMALL_STATE(6461)] = 312288, + [SMALL_STATE(6462)] = 312305, + [SMALL_STATE(6463)] = 312322, + [SMALL_STATE(6464)] = 312339, + [SMALL_STATE(6465)] = 312356, + [SMALL_STATE(6466)] = 312373, + [SMALL_STATE(6467)] = 312390, + [SMALL_STATE(6468)] = 312407, + [SMALL_STATE(6469)] = 312424, + [SMALL_STATE(6470)] = 312441, + [SMALL_STATE(6471)] = 312458, + [SMALL_STATE(6472)] = 312475, + [SMALL_STATE(6473)] = 312492, + [SMALL_STATE(6474)] = 312509, + [SMALL_STATE(6475)] = 312526, + [SMALL_STATE(6476)] = 312543, + [SMALL_STATE(6477)] = 312560, + [SMALL_STATE(6478)] = 312577, + [SMALL_STATE(6479)] = 312594, + [SMALL_STATE(6480)] = 312611, + [SMALL_STATE(6481)] = 312626, + [SMALL_STATE(6482)] = 312643, + [SMALL_STATE(6483)] = 312660, + [SMALL_STATE(6484)] = 312677, + [SMALL_STATE(6485)] = 312694, + [SMALL_STATE(6486)] = 312711, + [SMALL_STATE(6487)] = 312728, + [SMALL_STATE(6488)] = 312745, + [SMALL_STATE(6489)] = 312762, + [SMALL_STATE(6490)] = 312779, + [SMALL_STATE(6491)] = 312796, + [SMALL_STATE(6492)] = 312813, + [SMALL_STATE(6493)] = 312830, + [SMALL_STATE(6494)] = 312847, + [SMALL_STATE(6495)] = 312864, + [SMALL_STATE(6496)] = 312881, + [SMALL_STATE(6497)] = 312898, + [SMALL_STATE(6498)] = 312915, + [SMALL_STATE(6499)] = 312932, + [SMALL_STATE(6500)] = 312949, + [SMALL_STATE(6501)] = 312966, + [SMALL_STATE(6502)] = 312983, + [SMALL_STATE(6503)] = 313000, + [SMALL_STATE(6504)] = 313017, + [SMALL_STATE(6505)] = 313034, + [SMALL_STATE(6506)] = 313051, + [SMALL_STATE(6507)] = 313066, + [SMALL_STATE(6508)] = 313083, + [SMALL_STATE(6509)] = 313100, + [SMALL_STATE(6510)] = 313117, + [SMALL_STATE(6511)] = 313134, + [SMALL_STATE(6512)] = 313151, + [SMALL_STATE(6513)] = 313168, + [SMALL_STATE(6514)] = 313185, + [SMALL_STATE(6515)] = 313202, + [SMALL_STATE(6516)] = 313219, + [SMALL_STATE(6517)] = 313236, + [SMALL_STATE(6518)] = 313253, + [SMALL_STATE(6519)] = 313270, + [SMALL_STATE(6520)] = 313287, + [SMALL_STATE(6521)] = 313304, + [SMALL_STATE(6522)] = 313321, + [SMALL_STATE(6523)] = 313338, + [SMALL_STATE(6524)] = 313355, + [SMALL_STATE(6525)] = 313372, + [SMALL_STATE(6526)] = 313389, + [SMALL_STATE(6527)] = 313406, + [SMALL_STATE(6528)] = 313423, + [SMALL_STATE(6529)] = 313440, + [SMALL_STATE(6530)] = 313457, + [SMALL_STATE(6531)] = 313474, + [SMALL_STATE(6532)] = 313491, + [SMALL_STATE(6533)] = 313508, + [SMALL_STATE(6534)] = 313525, + [SMALL_STATE(6535)] = 313542, + [SMALL_STATE(6536)] = 313559, + [SMALL_STATE(6537)] = 313576, + [SMALL_STATE(6538)] = 313593, + [SMALL_STATE(6539)] = 313610, + [SMALL_STATE(6540)] = 313627, + [SMALL_STATE(6541)] = 313644, + [SMALL_STATE(6542)] = 313661, + [SMALL_STATE(6543)] = 313678, + [SMALL_STATE(6544)] = 313695, + [SMALL_STATE(6545)] = 313712, + [SMALL_STATE(6546)] = 313729, + [SMALL_STATE(6547)] = 313746, + [SMALL_STATE(6548)] = 313763, + [SMALL_STATE(6549)] = 313780, + [SMALL_STATE(6550)] = 313797, + [SMALL_STATE(6551)] = 313814, + [SMALL_STATE(6552)] = 313831, + [SMALL_STATE(6553)] = 313848, + [SMALL_STATE(6554)] = 313865, + [SMALL_STATE(6555)] = 313882, + [SMALL_STATE(6556)] = 313899, + [SMALL_STATE(6557)] = 313916, + [SMALL_STATE(6558)] = 313933, + [SMALL_STATE(6559)] = 313950, + [SMALL_STATE(6560)] = 313967, + [SMALL_STATE(6561)] = 313984, + [SMALL_STATE(6562)] = 314001, + [SMALL_STATE(6563)] = 314018, + [SMALL_STATE(6564)] = 314035, + [SMALL_STATE(6565)] = 314052, + [SMALL_STATE(6566)] = 314069, + [SMALL_STATE(6567)] = 314086, + [SMALL_STATE(6568)] = 314103, + [SMALL_STATE(6569)] = 314120, + [SMALL_STATE(6570)] = 314137, + [SMALL_STATE(6571)] = 314154, + [SMALL_STATE(6572)] = 314171, + [SMALL_STATE(6573)] = 314188, + [SMALL_STATE(6574)] = 314205, + [SMALL_STATE(6575)] = 314222, + [SMALL_STATE(6576)] = 314239, + [SMALL_STATE(6577)] = 314256, + [SMALL_STATE(6578)] = 314273, + [SMALL_STATE(6579)] = 314290, + [SMALL_STATE(6580)] = 314307, + [SMALL_STATE(6581)] = 314324, + [SMALL_STATE(6582)] = 314341, + [SMALL_STATE(6583)] = 314358, + [SMALL_STATE(6584)] = 314375, + [SMALL_STATE(6585)] = 314392, + [SMALL_STATE(6586)] = 314409, + [SMALL_STATE(6587)] = 314426, + [SMALL_STATE(6588)] = 314443, + [SMALL_STATE(6589)] = 314460, + [SMALL_STATE(6590)] = 314477, + [SMALL_STATE(6591)] = 314494, + [SMALL_STATE(6592)] = 314511, + [SMALL_STATE(6593)] = 314528, + [SMALL_STATE(6594)] = 314545, + [SMALL_STATE(6595)] = 314562, + [SMALL_STATE(6596)] = 314579, + [SMALL_STATE(6597)] = 314596, + [SMALL_STATE(6598)] = 314613, + [SMALL_STATE(6599)] = 314630, + [SMALL_STATE(6600)] = 314647, + [SMALL_STATE(6601)] = 314664, + [SMALL_STATE(6602)] = 314681, + [SMALL_STATE(6603)] = 314698, + [SMALL_STATE(6604)] = 314715, + [SMALL_STATE(6605)] = 314732, + [SMALL_STATE(6606)] = 314749, + [SMALL_STATE(6607)] = 314766, + [SMALL_STATE(6608)] = 314783, + [SMALL_STATE(6609)] = 314800, + [SMALL_STATE(6610)] = 314817, + [SMALL_STATE(6611)] = 314834, + [SMALL_STATE(6612)] = 314851, + [SMALL_STATE(6613)] = 314868, + [SMALL_STATE(6614)] = 314885, + [SMALL_STATE(6615)] = 314902, + [SMALL_STATE(6616)] = 314919, + [SMALL_STATE(6617)] = 314936, + [SMALL_STATE(6618)] = 314953, + [SMALL_STATE(6619)] = 314970, + [SMALL_STATE(6620)] = 314987, + [SMALL_STATE(6621)] = 315004, + [SMALL_STATE(6622)] = 315021, + [SMALL_STATE(6623)] = 315038, + [SMALL_STATE(6624)] = 315055, + [SMALL_STATE(6625)] = 315072, + [SMALL_STATE(6626)] = 315089, + [SMALL_STATE(6627)] = 315106, + [SMALL_STATE(6628)] = 315123, + [SMALL_STATE(6629)] = 315140, + [SMALL_STATE(6630)] = 315157, + [SMALL_STATE(6631)] = 315174, + [SMALL_STATE(6632)] = 315191, + [SMALL_STATE(6633)] = 315208, + [SMALL_STATE(6634)] = 315225, + [SMALL_STATE(6635)] = 315242, + [SMALL_STATE(6636)] = 315259, + [SMALL_STATE(6637)] = 315276, + [SMALL_STATE(6638)] = 315293, + [SMALL_STATE(6639)] = 315310, + [SMALL_STATE(6640)] = 315327, + [SMALL_STATE(6641)] = 315344, + [SMALL_STATE(6642)] = 315361, + [SMALL_STATE(6643)] = 315378, + [SMALL_STATE(6644)] = 315395, + [SMALL_STATE(6645)] = 315412, + [SMALL_STATE(6646)] = 315429, + [SMALL_STATE(6647)] = 315446, + [SMALL_STATE(6648)] = 315463, + [SMALL_STATE(6649)] = 315480, + [SMALL_STATE(6650)] = 315497, + [SMALL_STATE(6651)] = 315514, + [SMALL_STATE(6652)] = 315531, + [SMALL_STATE(6653)] = 315548, + [SMALL_STATE(6654)] = 315565, + [SMALL_STATE(6655)] = 315582, + [SMALL_STATE(6656)] = 315599, + [SMALL_STATE(6657)] = 315616, + [SMALL_STATE(6658)] = 315633, + [SMALL_STATE(6659)] = 315650, + [SMALL_STATE(6660)] = 315667, + [SMALL_STATE(6661)] = 315684, + [SMALL_STATE(6662)] = 315701, + [SMALL_STATE(6663)] = 315718, + [SMALL_STATE(6664)] = 315735, + [SMALL_STATE(6665)] = 315752, + [SMALL_STATE(6666)] = 315769, + [SMALL_STATE(6667)] = 315786, + [SMALL_STATE(6668)] = 315803, + [SMALL_STATE(6669)] = 315820, + [SMALL_STATE(6670)] = 315837, + [SMALL_STATE(6671)] = 315854, + [SMALL_STATE(6672)] = 315871, + [SMALL_STATE(6673)] = 315888, + [SMALL_STATE(6674)] = 315905, + [SMALL_STATE(6675)] = 315922, + [SMALL_STATE(6676)] = 315939, + [SMALL_STATE(6677)] = 315956, + [SMALL_STATE(6678)] = 315973, + [SMALL_STATE(6679)] = 315990, + [SMALL_STATE(6680)] = 316007, + [SMALL_STATE(6681)] = 316024, + [SMALL_STATE(6682)] = 316041, + [SMALL_STATE(6683)] = 316058, + [SMALL_STATE(6684)] = 316075, + [SMALL_STATE(6685)] = 316092, + [SMALL_STATE(6686)] = 316109, + [SMALL_STATE(6687)] = 316126, + [SMALL_STATE(6688)] = 316143, + [SMALL_STATE(6689)] = 316160, + [SMALL_STATE(6690)] = 316177, + [SMALL_STATE(6691)] = 316194, + [SMALL_STATE(6692)] = 316211, + [SMALL_STATE(6693)] = 316228, + [SMALL_STATE(6694)] = 316245, + [SMALL_STATE(6695)] = 316262, + [SMALL_STATE(6696)] = 316279, + [SMALL_STATE(6697)] = 316296, + [SMALL_STATE(6698)] = 316313, + [SMALL_STATE(6699)] = 316330, + [SMALL_STATE(6700)] = 316347, + [SMALL_STATE(6701)] = 316364, + [SMALL_STATE(6702)] = 316381, + [SMALL_STATE(6703)] = 316398, + [SMALL_STATE(6704)] = 316415, + [SMALL_STATE(6705)] = 316432, + [SMALL_STATE(6706)] = 316449, + [SMALL_STATE(6707)] = 316466, + [SMALL_STATE(6708)] = 316483, + [SMALL_STATE(6709)] = 316500, + [SMALL_STATE(6710)] = 316517, + [SMALL_STATE(6711)] = 316534, + [SMALL_STATE(6712)] = 316551, + [SMALL_STATE(6713)] = 316568, + [SMALL_STATE(6714)] = 316585, + [SMALL_STATE(6715)] = 316602, + [SMALL_STATE(6716)] = 316619, + [SMALL_STATE(6717)] = 316636, + [SMALL_STATE(6718)] = 316653, + [SMALL_STATE(6719)] = 316670, + [SMALL_STATE(6720)] = 316687, + [SMALL_STATE(6721)] = 316704, + [SMALL_STATE(6722)] = 316721, + [SMALL_STATE(6723)] = 316738, + [SMALL_STATE(6724)] = 316755, + [SMALL_STATE(6725)] = 316772, + [SMALL_STATE(6726)] = 316789, + [SMALL_STATE(6727)] = 316806, + [SMALL_STATE(6728)] = 316823, + [SMALL_STATE(6729)] = 316840, + [SMALL_STATE(6730)] = 316857, + [SMALL_STATE(6731)] = 316874, + [SMALL_STATE(6732)] = 316891, + [SMALL_STATE(6733)] = 316908, + [SMALL_STATE(6734)] = 316925, + [SMALL_STATE(6735)] = 316942, + [SMALL_STATE(6736)] = 316959, + [SMALL_STATE(6737)] = 316976, + [SMALL_STATE(6738)] = 316993, + [SMALL_STATE(6739)] = 317010, + [SMALL_STATE(6740)] = 317027, + [SMALL_STATE(6741)] = 317044, + [SMALL_STATE(6742)] = 317061, + [SMALL_STATE(6743)] = 317078, + [SMALL_STATE(6744)] = 317095, + [SMALL_STATE(6745)] = 317112, + [SMALL_STATE(6746)] = 317129, + [SMALL_STATE(6747)] = 317146, + [SMALL_STATE(6748)] = 317163, + [SMALL_STATE(6749)] = 317180, + [SMALL_STATE(6750)] = 317197, + [SMALL_STATE(6751)] = 317214, + [SMALL_STATE(6752)] = 317231, + [SMALL_STATE(6753)] = 317248, + [SMALL_STATE(6754)] = 317265, + [SMALL_STATE(6755)] = 317269, + [SMALL_STATE(6756)] = 317273, + [SMALL_STATE(6757)] = 317277, + [SMALL_STATE(6758)] = 317281, }; 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(7051), - [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6981), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5372), + [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6647), + [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6752), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5109), [9] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_code, 0), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5206), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5256), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5769), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2314), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5573), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4921), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3264), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6995), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7033), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4793), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5679), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5730), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3270), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4425), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4148), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3911), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6760), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5916), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5922), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5934), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4473), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6715), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4672), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4673), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5442), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5112), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4675), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3249), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6737), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6736), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4676), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5446), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5449), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3253), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4261), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3857), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6729), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5455), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5456), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5458), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4390), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6723), [67] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7051), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6981), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6647), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6752), [73] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), - [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5372), - [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5737), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6422), - [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6423), + [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5109), + [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5516), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6437), + [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6439), [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(6422), + [95] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6437), [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(5737), - [109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_name, 2), - [111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_name, 2), - [113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), - [115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), - [117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6423), - [120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 4), - [122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 4), - [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_input_expression, 2, .production_id = 8), - [130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_expression, 2, .production_id = 8), - [132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 6), - [134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 6), - [136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 2), - [138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 2), - [140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_access, 2, .production_id = 3), - [142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_access, 2, .production_id = 3), - [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(aux_sym_member_access_repeat1, 2, .production_id = 6), - [150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 6), - [152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_literal, 1), - [154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_literal, 1), - [156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7048), - [158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 2, .production_id = 2), - [160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 2, .production_id = 2), - [162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [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(sym_new_expression, 4), - [170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4), - [172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 5, .production_id = 34), - [174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 5, .production_id = 34), - [176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 5, .production_id = 33), - [178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 5, .production_id = 33), - [180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 3), - [182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 3), - [184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1), - [186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1), - [188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 2), - [190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 2), - [192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2), - [194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2), - [196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_expression, 1), - [198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binary_expression, 1), - [200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 1), - [202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 1), - [204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 7, .production_id = 46), - [206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 7, .production_id = 46), - [208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_available_expression, 2), - [210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_available_expression, 2), - [212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__decimal_literal, 3), - [214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__decimal_literal, 3), - [216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 3), - [218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 3), - [220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 6, .production_id = 34), - [222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 6, .production_id = 34), - [224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 6, .production_id = 46), - [226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 6, .production_id = 46), + [102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_expression, 4, .production_id = 22), + [104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_expression, 4, .production_id = 22), + [106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 2), + [108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 2), + [110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), + [112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_qualified_name_repeat1, 2), + [114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5516), + [117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 3), + [119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 3), + [121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 4), + [123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_arguments, 4), + [125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_name, 2), + [127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_name, 2), + [129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_access, 2, .production_id = 3), + [131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_access, 2, .production_id = 3), + [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(aux_sym_member_access_repeat1, 2, .production_id = 9), + [139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), + [141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6439), + [144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 6), + [146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 6), + [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(6258), + [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(22), + [172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__decimal_literal, 3), + [174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__decimal_literal, 3), + [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_can_find_expression, 5, .production_id = 33), + [190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 5, .production_id = 33), + [192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 5, .production_id = 23), + [194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 5, .production_id = 23), + [196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 5, .production_id = 34), + [198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 5, .production_id = 34), + [200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 6, .production_id = 33), + [202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 6, .production_id = 33), + [204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 6, .production_id = 46), + [206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 6, .production_id = 46), + [208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 6, .production_id = 34), + [210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 6, .production_id = 34), + [212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 7, .production_id = 46), + [214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 7, .production_id = 46), + [216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 1), + [218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 1), + [220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 4), + [222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 4), + [224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 2), + [226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 2), [228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), [230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 6, .production_id = 33), - [234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 6, .production_id = 33), - [236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_access, 4, .production_id = 21), - [238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_access, 4, .production_id = 21), - [240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 4), - [242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 4), - [244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 5, .production_id = 23), - [246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 5, .production_id = 23), - [248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 4), - [250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 4), - [252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_can_find_expression, 4, .production_id = 23), - [254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_can_find_expression, 4, .production_id = 23), - [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(144), - [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(4977), - [264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5100), - [267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5769), - [270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(2242), - [273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5487), - [276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(324), - [279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4984), - [282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(490), - [285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3242), - [288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6899), - [291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6746), - [294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5076), - [297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5814), - [300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(489), - [303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5926), - [306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3272), - [309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4384), - [312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4133), - [315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3746), - [318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6879), - [321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5923), - [324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(339), - [327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5817), - [330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5818), - [333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1286), - [336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4431), - [339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6965), - [342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), - [344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 1), - [346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4977), - [348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5100), - [350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), - [352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5487), - [354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), - [356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4984), - [358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), - [360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3242), - [362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6899), - [364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6746), - [366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5076), - [368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5814), - [370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), - [372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5926), - [374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3272), - [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4384), - [378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4133), - [380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3746), - [382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6879), - [384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5923), - [386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), - [388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5817), - [390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5818), - [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), - [394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4431), - [396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6965), - [398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dot_body, 2), - [400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_code, 1), - [402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 2), - [404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dot_body, 1), - [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(141), - [411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5206), - [414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5256), - [417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(2314), - [420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5573), - [423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(329), - [426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4921), - [429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(824), - [432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3264), - [435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6995), - [438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(7033), - [441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4793), - [444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5679), - [447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(419), - [450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5730), - [453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3270), - [456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4425), - [459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4148), - [462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3911), - [465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6760), - [468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5916), - [471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(373), - [474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5922), - [477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5934), - [480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1263), - [483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4473), - [486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6715), - [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), - [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4860), - [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4985), - [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2360), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5555), - [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), - [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4859), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), - [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3229), - [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6444), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6881), - [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4964), - [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6263), - [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), - [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5821), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3273), - [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4495), - [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4169), - [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3982), - [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6386), - [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5819), - [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), - [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6259), - [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6258), - [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), - [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4449), - [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7017), - [543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3), - [545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3), - [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), - [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), - [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5317), - [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5052), - [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), - [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5511), - [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), - [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5315), - [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), - [567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3208), - [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6661), - [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6794), - [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5050), - [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6031), - [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), - [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5887), - [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3234), - [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4543), - [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4120), - [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3734), - [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6677), - [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5885), - [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), - [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6034), - [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6035), - [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), - [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4542), - [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6983), - [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), + [232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2), + [234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2), + [236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 3), + [238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 3), + [240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1), + [242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1), + [244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_available_expression, 2), + [246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_available_expression, 2), + [248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 3), + [250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 3), + [252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_access, 4, .production_id = 21), + [254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_access, 4, .production_id = 21), + [256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3), + [258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3), + [260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), + [264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dot_body, 2), + [266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5027), + [268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4686), + [270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), + [272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5141), + [274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), + [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5026), + [278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), + [280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3248), + [282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6427), + [284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6428), + [286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4685), + [288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5641), + [290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), + [292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5639), + [294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3258), + [296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4150), + [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3924), + [302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6599), + [304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5637), + [306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), + [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5644), + [310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5645), + [312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), + [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4442), + [316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6646), + [318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 1), + [320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_code_repeat1, 2), + [322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(142), + [325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4672), + [328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4673), + [331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5442), + [334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(2034), + [337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5112), + [340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(337), + [343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4675), + [346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(747), + [349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3249), + [352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6737), + [355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6736), + [358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4676), + [361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5446), + [364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(925), + [367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5449), + [370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3253), + [373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(928), + [376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4261), + [379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3857), + [382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6729), + [385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5455), + [388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(984), + [391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5456), + [394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5458), + [397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1306), + [400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4390), + [403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6723), + [406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(144), + [409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), + [411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5027), + [414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4686), + [417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(2096), + [420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5141), + [423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(320), + [426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5026), + [429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(890), + [432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3248), + [435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6427), + [438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6428), + [441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4685), + [444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5641), + [447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(897), + [450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5639), + [453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3258), + [456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(899), + [459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4150), + [462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(3924), + [465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6599), + [468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5637), + [471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(533), + [474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5644), + [477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(5645), + [480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(1305), + [483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(4442), + [486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 2), SHIFT_REPEAT(6646), + [489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 2), + [491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dot_body, 1), + [493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_code, 1), + [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), + [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4848), + [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4680), + [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073), + [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5125), + [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), + [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4846), + [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), + [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3264), + [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6162), + [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6562), + [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4679), + [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5933), + [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), + [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5556), + [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3254), + [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), + [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4187), + [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3964), + [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6126), + [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5555), + [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), + [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5931), + [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5928), + [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4435), + [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6698), + [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), + [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), + [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4979), + [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4684), + [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), + [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5134), + [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), + [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4978), + [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), + [567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3266), + [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6267), + [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6476), + [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4683), + [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5824), + [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), + [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5613), + [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3250), + [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), + [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4222), + [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3976), + [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6598), + [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5612), + [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5827), + [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5828), + [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), + [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4409), + [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6664), + [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), - [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5065), - [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5026), - [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2316), - [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5532), - [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), - [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5060), - [621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), - [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3261), - [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6477), - [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6839), - [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5024), - [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6241), - [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), - [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5855), - [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3232), - [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4521), - [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4135), - [643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3864), - [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6398), - [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5852), - [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), - [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6244), - [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6245), - [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), - [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4660), - [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7000), - [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), - [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), + [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4920), + [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4682), + [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), + [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5128), + [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4919), + [621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), + [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3263), + [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6112), + [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6520), + [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4681), + [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5995), + [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), + [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5587), + [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3259), + [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4254), + [643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3859), + [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6478), + [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5585), + [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), + [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5998), + [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5999), + [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), + [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4385), + [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6681), + [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), + [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), - [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5361), - [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31), - [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32), - [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22), + [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5301), + [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(48), + [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), + [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(26), [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), - [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), - [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17), - [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3591), - [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), - [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(922), - [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), - [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6028), - [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4571), - [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), - [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6751), - [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6141), - [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3754), - [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5567), - [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2944), - [715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), - [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), - [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), - [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), - [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), - [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), - [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), - [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6052), - [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3417), - [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), - [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4795), - [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), - [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7050), - [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5704), - [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3835), - [745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6190), - [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3061), - [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1439), - [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), - [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2940), - [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), - [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), - [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), - [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), - [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2858), - [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), - [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2843), - [769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), - [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), - [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3029), - [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), - [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), - [779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3108), - [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3095), - [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3054), - [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), - [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2575), - [789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3051), - [791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2584), - [793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), - [795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), - [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1425), - [799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28), - [801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), - [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5466), - [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5541), - [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2305), - [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), - [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), - [813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), - [815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), - [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), - [819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3148), - [821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3550), - [823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), - [825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), - [827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), - [829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), - [831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), - [833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), - [835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), - [837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5811), - [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), - [841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6507), - [843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3886), - [845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5475), - [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6058), - [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6562), - [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6646), - [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), - [855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5132), - [859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), - [861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2322), - [863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1689), - [865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), - [867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5438), - [869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_definition, 3), - [871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), - [873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), - [875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), - [877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), - [879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), - [881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5668), - [883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3535), - [885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), - [887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), - [889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), - [891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), - [893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), - [895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), - [897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), - [899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5976), - [901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), - [903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6930), - [905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3758), - [907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5383), - [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_definition, 2), - [913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), - [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5917), - [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6432), - [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6492), - [921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), - [923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6001), - [925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2404), - [927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2559), - [929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2592), - [931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), - [933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_clause, 3), - [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5480), - [937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), - [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), - [941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), - [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), - [945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), - [947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3564), - [949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), - [951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), - [953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(627), - [955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), - [957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), - [959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), - [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), - [963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6023), - [965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), - [967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6922), - [969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3818), - [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5524), - [973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(149), - [978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), - [980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(5480), - [983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(283), - [986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(262), - [989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(249), - [992] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(297), - [995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(571), - [998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(3564), - [1001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(629), - [1004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(628), - [1007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(627), - [1010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(626), - [1013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(625), - [1016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(623), - [1019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(217), - [1022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6023), - [1025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(361), - [1028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6922), - [1031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(3818), - [1034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(5524), - [1037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(273), - [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), - [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5687), - [1044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6559), - [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2657), - [1048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2384), - [1050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2678), - [1052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2644), - [1054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), - [1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2396), - [1058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_clause, 2), - [1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), - [1062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), - [1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3653), - [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), - [1068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), - [1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), - [1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2519), - [1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5966), - [1076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), - [1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), - [1080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), - [1082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2766), - [1084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2217), - [1086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), - [1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), - [1090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), - [1092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), - [1094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_column, 1, .production_id = 28), - [1096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3140), - [1098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3136), - [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3162), - [1102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2428), - [1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), - [1106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sort_column, 1, .production_id = 28), - [1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), - [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), - [1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5775), - [1114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6683), - [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6659), - [1118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_expression, 2), - [1120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_expression, 2), - [1122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(188), - [1125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(5438), - [1128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(971), - [1131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(970), - [1134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(435), - [1137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(278), - [1140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(555), - [1143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(3535), - [1146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(755), - [1149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(754), - [1152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(753), - [1155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(752), - [1158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(751), - [1161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(750), - [1164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(323), - [1167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(5976), - [1170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(352), - [1173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6930), - [1176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(3758), - [1179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(5383), - [1182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(972), - [1185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_definition, 4), - [1187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ambiguous_expression, 2), - [1189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ambiguous_expression, 2), - [1191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_expression, 2, .production_id = 7), - [1193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_expression, 2, .production_id = 7), - [1195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_current_changed_expression, 2), - [1197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_current_changed_expression, 2), - [1199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_locked_expression, 2), - [1201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_locked_expression, 2), - [1203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_expression, 6, .production_id = 45), - [1205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 6, .production_id = 45), - [1207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulate_expression, 3), - [1209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulate_expression, 3), - [1211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_logical_expression, 3), - [1213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_expression, 3), - [1215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_expression, 3), - [1217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_expression, 3), - [1219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplicative_expression, 3), - [1221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplicative_expression, 3), - [1223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_additive_expression, 3), - [1225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_additive_expression, 3), - [1227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(263), - [1230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(5471), - [1233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1097), - [1236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1096), - [1239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1035), - [1242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(264), - [1245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(567), - [1248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(3594), - [1251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(877), - [1254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(878), - [1257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(880), - [1260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(885), - [1263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(886), - [1266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(887), - [1269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1013), - [1272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(6017), - [1275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(359), - [1278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), - [1280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(6942), - [1283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(6924), - [1286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(3791), - [1289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(5476), - [1292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1069), - [1295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2685), - [1297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), - [1299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5471), - [1301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), - [1303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), - [1305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), - [1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), - [1309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), - [1311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3594), - [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), - [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), - [1317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), - [1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), - [1321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), - [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), - [1325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), - [1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6017), - [1329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), - [1331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), - [1333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6942), - [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6924), - [1337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3791), - [1339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5476), - [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), - [1345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6432), - [1348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(223), - [1351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_expression, 1), - [1353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7052), - [1355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_expression, 1), - [1357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5917), - [1360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), - [1362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6492), - [1365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), - [1367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1651), - [1369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), - [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6496), - [1373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5219), - [1375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), - [1377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), - [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6156), - [1381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(522), - [1384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(5541), - [1387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), - [1389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1133), - [1392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1132), - [1395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1070), - [1398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(271), - [1401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(806), - [1404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(3550), - [1407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(574), - [1410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(576), - [1413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(577), - [1416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(578), - [1419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(586), - [1422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(587), - [1425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1032), - [1428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(5811), - [1431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(749), - [1434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(6507), - [1437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(3886), - [1440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(5475), - [1443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1114), - [1446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6156), - [1449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(216), - [1452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), - [1454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_expression, 3, .production_id = 13), - [1456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), - [1458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), - [1460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), - [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5943), - [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6573), - [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6528), - [1468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), - [1470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2494), - [1472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2782), - [1474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2896), - [1476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1678), - [1478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), - [1480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3105), - [1482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), - [1484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180), - [1486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5156), - [1488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3115), - [1490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3081), - [1492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2743), - [1494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), - [1496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [1498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), - [1500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6659), - [1503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6683), - [1506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), - [1508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5775), - [1511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(284), - [1514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6968), - [1516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2300), - [1518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(33), - [1520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), - [1522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), - [1524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2613), - [1526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), - [1528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), - [1530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), - [1532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), - [1534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), - [1536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), - [1538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3038), - [1540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), - [1542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3849), - [1544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(292), - [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), - [1549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), - [1551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), - [1553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), - [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), - [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), - [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), - [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), - [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3888), - [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), - [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), - [1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), - [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), - [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), - [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), - [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), - [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2760), - [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), - [1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3769), - [1585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), - [1587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5613), - [1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2620), - [1591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2619), - [1593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2398), - [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), - [1597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), - [1599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3528), - [1601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), - [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870), - [1605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), - [1607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), - [1609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), - [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), - [1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2501), - [1615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6238), - [1617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), - [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6799), - [1621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3900), - [1623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5609), - [1625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), - [1627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), - [1629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2260), - [1631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2293), - [1633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), - [1635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), - [1637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), - [1639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), - [1641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), - [1643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), - [1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3110), - [1647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), - [1649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3730), - [1651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), - [1653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), - [1655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), - [1657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), - [1659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), - [1661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), - [1663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), - [1665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), - [1667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3871), - [1669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), - [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), - [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), - [1675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), - [1677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), - [1679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), - [1681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), - [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), - [1685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3749), - [1687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2309), - [1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), - [1691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), - [1693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), - [1695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), - [1697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(757), - [1699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), - [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), - [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), - [1705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3838), - [1707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), - [1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), - [1711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), - [1713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), - [1715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), - [1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), - [1719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), - [1721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), - [1723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3918), - [1725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), - [1727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), - [1729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), - [1731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), - [1733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), - [1735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), - [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2886), - [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), - [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3936), - [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), - [1745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), - [1747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), - [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666), - [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), - [1753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), - [1755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), - [1757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), - [1759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3868), - [1761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), - [1763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), - [1765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), - [1767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), - [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), - [1771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), - [1773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2970), - [1775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), - [1777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3956), - [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6668), - [1781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), - [1783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5425), - [1785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2735), - [1787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), - [1789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2562), - [1791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), - [1793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), - [1795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3559), - [1797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), - [1799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), - [1801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), - [1803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), - [1805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), - [1807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), - [1809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560), - [1811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5942), - [1813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), - [1815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6936), - [1817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3744), - [1819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5416), - [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), - [1823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220), - [1825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5420), - [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), - [1829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), - [1831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), - [1833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), - [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), - [1837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3571), - [1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), - [1841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), - [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), - [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), - [1847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), - [1849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), - [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), - [1853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5940), - [1855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), - [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6938), - [1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3743), - [1861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5465), - [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [1865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), - [1867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), - [1869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), - [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), - [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), - [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), - [1877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2518), - [1879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), - [1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3980), - [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), - [1885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), - [1887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), - [1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), - [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), - [1893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), - [1895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), - [1897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), - [1899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3802), - [1901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(605), - [1903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), - [1905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), - [1907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), - [1909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), - [1911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), - [1913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), - [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [1917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3913), - [1919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), - [1921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5488), - [1923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), - [1925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191), - [1927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), - [1929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279), - [1931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), - [1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3618), - [1935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), - [1937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), - [1939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), - [1941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), - [1943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), - [1945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), - [1947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), - [1949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6030), - [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), - [1953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6886), - [1955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3826), - [1957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5506), - [1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [1961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), - [1963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), - [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5798), - [1967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7056), - [1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6931), - [1971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), - [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), - [1975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), - [1977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), - [1979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), - [1981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), - [1983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2891), - [1985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), - [1987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3752), - [1989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), - [1991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), - [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), - [1995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), - [1997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), - [1999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), - [2001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), - [2003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), - [2005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3759), - [2007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), - [2009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5426), - [2011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3088), - [2013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3087), - [2015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2839), - [2017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), - [2019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), - [2021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), - [2023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), - [2025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), - [2027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), - [2029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), - [2031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), - [2033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), - [2035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2667), - [2037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5955), - [2039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), - [2041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6934), - [2043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3750), - [2045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5367), - [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), - [2049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), - [2051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5436), - [2053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), - [2055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3099), - [2057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2890), - [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), - [2061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), - [2063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3541), - [2065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), - [2067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), - [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), - [2071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), - [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), - [2075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), - [2077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), - [2079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5968), - [2081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), - [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6932), - [2085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3751), - [2087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5345), - [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), - [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), - [2093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), - [2095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), - [2097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), - [2099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), - [2101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), - [2103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), - [2105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), - [2107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3757), - [2109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), - [2111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5493), - [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2814), - [2115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2813), - [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2756), - [2119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), - [2121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), - [2123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3615), - [2125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), - [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), - [2129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), - [2131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), - [2133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), - [2135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), - [2137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2511), - [2139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6043), - [2141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), - [2143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6844), - [2145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3858), - [2147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5533), - [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), - [2151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), - [2153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5462), - [2155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3126), - [2157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3130), - [2159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3015), - [2161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), - [2163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), - [2165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3530), - [2167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), - [2169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), - [2171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), - [2173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), - [2175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), - [2177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), - [2179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2645), - [2181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5994), - [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), - [2185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6928), - [2187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3760), - [2189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5415), - [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), - [2193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), - [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), - [2197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), - [2199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), - [2201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), - [2203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), - [2205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2881), - [2207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), - [2209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3965), - [2211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411), - [2213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5468), - [2215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2879), - [2217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2880), - [2219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2662), - [2221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), - [2223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [2225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3542), - [2227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), - [2229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), - [2231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), - [2233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), - [2235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), - [2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), - [2239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2589), - [2241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6003), - [2243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), - [2245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6926), - [2247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3778), - [2249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5448), - [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), - [2253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), - [2255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), - [2257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), - [2259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), - [2261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), - [2263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), - [2265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), - [2267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), - [2269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3755), - [2271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), - [2273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), - [2275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), - [2277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), - [2279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), - [2281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), - [2283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3123), - [2285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), - [2287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3753), - [2289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), - [2291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), - [2293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), - [2295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(853), - [2297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), - [2299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), - [2301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), - [2303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), - [2305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3748), - [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6006), - [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6490), - [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6443), - [2317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_conditon, 3), - [2319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_conditon, 3), - [2321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_conditon, 1), - [2323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_conditon, 1), + [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), + [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), + [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3673), + [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), + [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), + [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), + [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), + [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), + [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), + [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5757), + [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3374), + [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), + [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5042), + [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), + [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6583), + [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6433), + [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5596), + [713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3997), + [715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5339), + [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5846), + [719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), + [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), + [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), + [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), + [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), + [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), + [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5821), + [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4473), + [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), + [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5993), + [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3906), + [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3066), + [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), + [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3062), + [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), + [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), + [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2500), + [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), + [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2494), + [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), + [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), + [769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2757), + [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2843), + [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2752), + [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), + [779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), + [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3085), + [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32), + [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), + [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3055), + [789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3007), + [791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3008), + [793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3076), + [795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), + [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2847), + [799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3088), + [801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), + [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5156), + [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5354), + [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), + [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), + [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), + [813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), + [815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), + [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), + [819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3205), + [821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3677), + [823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), + [825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), + [827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), + [829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), + [833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), + [835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), + [837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5638), + [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), + [841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6519), + [843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3918), + [845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5176), + [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5544), + [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6565), + [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6563), + [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), + [859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4962), + [861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2449), + [863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), + [865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), + [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6021), + [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6269), + [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6114), + [873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), + [875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), + [877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5175), + [879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_definition, 3), + [881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), + [883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), + [885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), + [887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), + [889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5111), + [893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3656), + [895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), + [897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), + [899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), + [901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), + [903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), + [905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407), + [907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), + [909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5686), + [911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), + [913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6611), + [915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3853), + [917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5211), + [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_definition, 2), + [923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), + [925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2724), + [927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), + [929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3803), + [931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), + [933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), + [935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(147), + [938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), + [940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(5186), + [943] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(306), + [946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(310), + [949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(247), + [952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(326), + [955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(785), + [958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(3633), + [961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(960), + [964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(959), + [967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(958), + [970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(957), + [973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(956), + [976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(955), + [979] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(215), + [982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(5729), + [985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(983), + [988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6603), + [991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(3973), + [994] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(5229), + [997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(257), + [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), + [1002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_clause, 3), + [1004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5186), + [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), + [1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), + [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), + [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), + [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), + [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3633), + [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), + [1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), + [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), + [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), + [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), + [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), + [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), + [1032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5729), + [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983), + [1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6603), + [1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3973), + [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5229), + [1042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), + [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), + [1048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5940), + [1050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_clause, 2), + [1052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_column, 1, .production_id = 28), + [1054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3176), + [1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3172), + [1058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3163), + [1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2543), + [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), + [1064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sort_column, 1, .production_id = 28), + [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2557), + [1068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), + [1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6152), + [1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), + [1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6028), + [1076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5624), + [1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), + [1080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2603), + [1082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), + [1084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2312), + [1086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), + [1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180), + [1090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2653), + [1092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2672), + [1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), + [1096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2574), + [1098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), + [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5519), + [1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6329), + [1106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6631), + [1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), + [1112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2687), + [1114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), + [1116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), + [1118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulate_expression, 3), + [1120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulate_expression, 3), + [1122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_logical_expression, 3), + [1124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_expression, 3), + [1126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_additive_expression, 3), + [1128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_additive_expression, 3), + [1130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplicative_expression, 3), + [1132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplicative_expression, 3), + [1134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_expression, 3), + [1136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_expression, 3), + [1138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_expression, 2), + [1140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_expression, 2), + [1142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_locked_expression, 2), + [1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_locked_expression, 2), + [1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_current_changed_expression, 2), + [1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_current_changed_expression, 2), + [1150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_expression, 6, .production_id = 45), + [1152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 6, .production_id = 45), + [1154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_expression, 2, .production_id = 7), + [1156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_expression, 2, .production_id = 7), + [1158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ambiguous_expression, 2), + [1160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ambiguous_expression, 2), + [1162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2870), + [1164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_definition, 4), + [1166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(187), + [1169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(5175), + [1172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(859), + [1175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(858), + [1178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(323), + [1181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(331), + [1184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(761), + [1187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(3656), + [1190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(414), + [1193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(411), + [1196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(410), + [1199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(409), + [1202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(408), + [1205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(407), + [1208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(308), + [1211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(5686), + [1214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(926), + [1217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(6611), + [1220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(3853), + [1223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(5211), + [1226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sort_clause_repeat1, 2), SHIFT_REPEAT(773), + [1229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(212), + [1232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_expression, 1), + [1234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6670), + [1236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_expression, 1), + [1238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), + [1240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5183), + [1242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), + [1244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), + [1246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), + [1248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), + [1250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), + [1252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3625), + [1254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [1256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), + [1258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), + [1260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), + [1262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), + [1264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), + [1266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), + [1268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5715), + [1270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), + [1272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), + [1274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6311), + [1276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6605), + [1278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3917), + [1280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5263), + [1282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [1284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [1286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6269), + [1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), + [1291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(254), + [1294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(5183), + [1297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1112), + [1300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1116), + [1303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1058), + [1306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(318), + [1309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(788), + [1312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(3625), + [1315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(506), + [1318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(505), + [1321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(504), + [1324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(503), + [1327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(502), + [1330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(500), + [1333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1020), + [1336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(5715), + [1339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(986), + [1342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), + [1344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(6311), + [1347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(6605), + [1350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(3917), + [1353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(5263), + [1356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_when_branch_repeat1, 2), SHIFT_REPEAT(1072), + [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), + [1361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6114), + [1364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6021), + [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5640), + [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6118), + [1371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5640), + [1374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(240), + [1377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), + [1379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_expression, 3, .production_id = 13), + [1381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), + [1383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), + [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5891), + [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6560), + [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6271), + [1391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), + [1393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), + [1395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857), + [1397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5519), + [1400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4941), + [1402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), + [1404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6631), + [1407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), + [1409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6329), + [1412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(314), + [1415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(5354), + [1418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), + [1420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1124), + [1423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1129), + [1426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1069), + [1429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(327), + [1432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(717), + [1435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(3677), + [1438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(933), + [1441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(932), + [1444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(931), + [1447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(930), + [1450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(923), + [1453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(922), + [1456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1041), + [1459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(5638), + [1462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(919), + [1465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(6519), + [1468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(3918), + [1471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(5176), + [1474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abl_statement_repeat1, 2), SHIFT_REPEAT(1135), + [1477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), + [1479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2260), + [1481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(292), + [1484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6517), + [1486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3091), + [1488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), + [1490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), + [1492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), + [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5622), + [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6450), + [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6423), + [1500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2718), + [1502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3018), + [1504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), + [1506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2799), + [1508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), + [1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6608), + [1512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), + [1514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43), + [1516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), + [1518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120), + [1520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(291), + [1523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), + [1525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4954), + [1527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854), + [1529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2996), + [1531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), + [1533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3117), + [1535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2097), + [1537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560), + [1539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), + [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), + [1543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), + [1545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), + [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [1549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), + [1551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), + [1553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), + [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), + [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3990), + [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338), + [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5218), + [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2591), + [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), + [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), + [1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), + [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), + [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3694), + [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), + [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), + [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), + [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), + [1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), + [1585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), + [1587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2485), + [1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5992), + [1591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), + [1593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6481), + [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3868), + [1597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5164), + [1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [1601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), + [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5171), + [1605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), + [1607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), + [1609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1426), + [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), + [1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), + [1615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3697), + [1617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), + [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), + [1621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), + [1623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), + [1625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), + [1627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), + [1629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1345), + [1631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5658), + [1633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), + [1635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6619), + [1637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3933), + [1639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5292), + [1641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [1643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), + [1647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), + [1649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), + [1651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), + [1653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), + [1655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3004), + [1657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), + [1659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3846), + [1661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), + [1663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [1665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), + [1667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), + [1669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), + [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), + [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), + [1675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), + [1677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3907), + [1679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), + [1681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5172), + [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2703), + [1685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2704), + [1687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2491), + [1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), + [1691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), + [1693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3688), + [1695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [1697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), + [1699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), + [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), + [1705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), + [1707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2554), + [1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5661), + [1711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), + [1713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6617), + [1715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3926), + [1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5243), + [1719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), + [1721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [1723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), + [1725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), + [1727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [1729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), + [1731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), + [1733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), + [1735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), + [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3881), + [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470), + [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5173), + [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3074), + [1745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3075), + [1747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2780), + [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), + [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), + [1753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3674), + [1755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), + [1757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), + [1759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), + [1761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), + [1763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [1765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), + [1767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2681), + [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5667), + [1771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), + [1773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6615), + [1775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3880), + [1777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5194), + [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), + [1781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), + [1783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), + [1785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), + [1787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), + [1789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), + [1791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), + [1793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2539), + [1795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), + [1797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3875), + [1799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), + [1801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), + [1803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), + [1805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), + [1807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), + [1809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), + [1811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2932), + [1813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), + [1815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3966), + [1817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), + [1819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5174), + [1821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3027), + [1823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3025), + [1825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2933), + [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), + [1829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), + [1831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3661), + [1833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), + [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), + [1837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), + [1841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2679), + [1847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5681), + [1849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), + [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6613), + [1853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3873), + [1855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5147), + [1857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), + [1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), + [1861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), + [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), + [1865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), + [1867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), + [1869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), + [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), + [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), + [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3899), + [1877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), + [1879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), + [1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), + [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [1885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), + [1887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), + [1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1663), + [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), + [1893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3932), + [1895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), + [1897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), + [1899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), + [1901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), + [1903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), + [1905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), + [1907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1838), + [1909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), + [1911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3981), + [1913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), + [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), + [1917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), + [1919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [1921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), + [1923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), + [1925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), + [1927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), + [1929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3919), + [1931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), + [1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), + [1935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), + [1937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), + [1939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), + [1941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), + [1943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3104), + [1945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), + [1947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3960), + [1949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), + [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5187), + [1953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), + [1955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), + [1957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), + [1959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), + [1961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), + [1963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3727), + [1965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), + [1967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), + [1969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), + [1971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), + [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [1975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), + [1977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), + [1979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5737), + [1981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982), + [1983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6567), + [1985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3988), + [1987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5288), + [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [1991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666), + [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), + [1995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), + [1997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), + [1999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), + [2001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), + [2003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2890), + [2005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [2007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3872), + [2009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), + [2011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), + [2013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5177), + [2015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3050), + [2017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3084), + [2019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2930), + [2021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), + [2023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), + [2025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3645), + [2027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), + [2029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), + [2031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), + [2033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), + [2035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), + [2037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), + [2039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2655), + [2041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5698), + [2043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), + [2045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6609), + [2047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3849), + [2049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5397), + [2051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), + [2053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), + [2055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), + [2057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), + [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), + [2061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), + [2063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), + [2065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2964), + [2067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), + [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3965), + [2071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1424), + [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5180), + [2075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2782), + [2077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2783), + [2079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2711), + [2081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), + [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), + [2085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3658), + [2087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), + [2089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), + [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), + [2093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), + [2095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [2097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), + [2099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), + [2101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5707), + [2103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), + [2105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6607), + [2107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3886), + [2109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5309), + [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), + [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), + [2115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), + [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), + [2119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [2121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), + [2123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [2125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), + [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), + [2129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3937), + [2131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), + [2133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), + [2135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), + [2137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), + [2139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), + [2141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), + [2143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2639), + [2145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), + [2147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3855), + [2149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), + [2151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5191), + [2153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2947), + [2155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2948), + [2157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2644), + [2159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), + [2161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), + [2163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3682), + [2165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), + [2167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), + [2169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), + [2171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), + [2173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), + [2175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), + [2177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2520), + [2179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5751), + [2181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), + [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6525), + [2185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3916), + [2187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5154), + [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [2191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), + [2193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), + [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), + [2197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), + [2199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), + [2201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), + [2203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), + [2205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [2207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3858), + [2209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [2211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), + [2213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), + [2215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), + [2217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [2219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), + [2221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3047), + [2223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), + [2225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3984), + [2227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), + [2229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), + [2231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), + [2233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), + [2235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), + [2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), + [2239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1297), + [2241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), + [2243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3894), + [2245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), + [2247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), + [2249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), + [2251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), + [2253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), + [2255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), + [2257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), + [2259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), + [2261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3847), + [2263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), + [2265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), + [2267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(654), + [2269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), + [2271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), + [2273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), + [2275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3113), + [2277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), + [2279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3870), + [2281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598), + [2283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600), + [2285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), + [2287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), + [2289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), + [2291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), + [2293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), + [2295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), + [2297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), + [2299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [2301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3883), + [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5754), + [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6113), + [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6136), + [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1596), + [2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), + [2317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_conditon, 1), + [2319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_conditon, 1), + [2321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_conditon, 3), + [2323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_conditon, 3), [2325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_abl_statement_repeat1, 1), [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_abl_statement_repeat1, 1), - [2329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(1015), - [2332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7049), - [2334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), - [2336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6573), - [2339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5943), - [2342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6528), - [2345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), - [2347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(1047), - [2350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6700), - [2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6536), - [2354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(1011), - [2357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), - [2359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), - [2361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6931), - [2364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7056), - [2367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5798), - [2370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6490), - [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), - [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), - [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), - [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6505), - [2381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(1041), + [2329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(1029), + [2332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6606), + [2334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), + [2336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), + [2338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5891), + [2341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6271), + [2344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6560), + [2347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(1027), + [2350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(1045), + [2353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6716), + [2355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), + [2357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5622), + [2360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6450), + [2363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6423), + [2366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6279), + [2368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), + [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6667), + [2372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6113), + [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), + [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), + [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), + [2381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(1054), [2384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_tuning, 2), [2386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_tuning, 2), - [2388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), - [2390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7032), - [2392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6443), - [2395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), - [2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [2388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), + [2390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6693), + [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [2394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6136), + [2397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), [2399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [2401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6006), - [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), - [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), - [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6464), - [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), - [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), - [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), - [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), - [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4894), - [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), - [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [2401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5754), + [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), + [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), + [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), + [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), + [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4808), + [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6122), + [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), + [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4898), + [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), [2432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_tuning, 3), - [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5677), - [2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6883), - [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6827), - [2446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_tuning, 2), - [2448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15), - [2450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6951), + [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [2436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_tuning, 2), + [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5504), + [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6508), + [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6357), + [2448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17), + [2450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6505), [2452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_tuning, 5), - [2454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14), - [2456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_option, 2), - [2458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_option, 2), - [2460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6497), - [2462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6920), - [2464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4140), - [2466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4808), - [2468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5786), - [2470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3291), - [2472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3293), - [2474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3292), - [2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5028), - [2478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), - [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4795), - [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7050), - [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5704), - [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), - [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [2498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), - [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), - [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), - [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), - [2512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), - [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [2520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4662), - [2522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6481), - [2524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6250), - [2526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938), - [2528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), - [2530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), - [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), - [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), - [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), - [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), - [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [2548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6917), - [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), - [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [2558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27), - [2560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_tuning, 2), - [2562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_tuning, 2), - [2564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6883), - [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), - [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), - [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), - [2577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 2, .production_id = 10), - [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), - [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), - [2583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), - [2585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6910), - [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5259), - [2589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), - [2591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), - [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6146), - [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6591), - [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7012), - [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), - [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4917), - [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [2609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6827), - [2612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [2614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), - [2616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), - [2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5706), - [2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6732), - [2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6724), - [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [2626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6190), - [2629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7069), - [2631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), - [2633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5677), - [2636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_tuning, 3), - [2638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [2640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 2), - [2642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 2), SHIFT_REPEAT(1938), - [2645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 2), SHIFT_REPEAT(1939), - [2648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 2), SHIFT_REPEAT(1891), - [2651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_tuning, 5), - [2653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_tuning, 2), - [2655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), - [2657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), - [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5875), - [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6610), - [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6574), - [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6957), - [2667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), - [2669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), - [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6104), - [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6442), - [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6590), - [2677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6980), - [2679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6466), - [2681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), - [2683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), - [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5754), - [2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6699), - [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6684), - [2691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), - [2693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), - [2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5824), - [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6658), - [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6611), - [2701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_tuning, 2), - [2703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_tuning, 2), - [2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6990), - [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), - [2709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), - [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5734), - [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6723), - [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6702), - [2717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 10), - [2719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), - [2721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 10), - [2723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6959), - [2725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 5, .production_id = 61), - [2727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_statement, 5, .production_id = 61), - [2729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), - [2731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2), - [2733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(69), - [2736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(71), - [2739] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), - [2742] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(71), - [2746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 10), - [2748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), - [2750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1), SHIFT(71), - [2753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 10), SHIFT(71), - [2756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), - [2759] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1), SHIFT(69), - [2762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 10), - [2764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 10), SHIFT(69), - [2767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 2), - [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), - [2771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), - [2773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5002), - [2775] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(69), - [2779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(69), - [2782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(71), - [2785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 8), - [2787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), - [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4975), - [2791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6848), - [2793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6591), - [2796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_literal_repeat1, 2), - [2798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 6), - [2800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5092), + [2454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6123), + [2456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), + [2458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_option, 2), + [2460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_option, 2), + [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), + [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5042), + [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6583), + [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5596), + [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), + [2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), + [2478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), + [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), + [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), + [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [2498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), + [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), + [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), + [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), + [2512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), + [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), + [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), + [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), + [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [2528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6464), + [2530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6460), + [2532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21), + [2534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4616), + [2536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6533), + [2538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5528), + [2540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888), + [2542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1889), + [2544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), + [2546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4146), + [2548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5021), + [2550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5614), + [2552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3293), + [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3294), + [2556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3295), + [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4991), + [2560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6508), + [2563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 2, .production_id = 10), + [2565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_tuning, 2), + [2567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_tuning, 2), + [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), + [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), + [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), + [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [2579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), + [2581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), + [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5565), + [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6317), + [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6618), + [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4815), + [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4902), + [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [2597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6636), + [2599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399), + [2601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6442), + [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), + [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), + [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [2613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), + [2615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5487), + [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6356), + [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6215), + [2623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), + [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [2627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5504), + [2630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6357), + [2633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_tuning, 3), + [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [2637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5846), + [2640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(748), + [2642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), + [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6002), + [2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6139), + [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6314), + [2650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6523), + [2652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_tuning, 2), + [2654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6727), + [2656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_tuning, 5), + [2658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), + [2660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), + [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6085), + [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6576), + [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6645), + [2670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_tuning, 2), + [2672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_tuning, 2), + [2674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 2), + [2676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 2), SHIFT_REPEAT(1888), + [2679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 2), SHIFT_REPEAT(1889), + [2682] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 2), SHIFT_REPEAT(1955), + [2685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), + [2687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), + [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5469), + [2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6212), + [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6092), + [2695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), + [2697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), + [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5453), + [2701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6093), + [2703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6326), + [2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6115), + [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), + [2709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), + [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5603), + [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6642), + [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6350), + [2717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6509), + [2719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 2), + [2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), + [2723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), + [2725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4816), + [2727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6376), + [2729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 10), + [2731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 10), + [2733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(71), + [2736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_statement, 5, .production_id = 61), + [2738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), + [2741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), + [2744] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(71), + [2748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 10), + [2750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 10), + [2752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), + [2754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 8), + [2756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), + [2758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4912), + [2760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1), SHIFT(71), + [2763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6317), + [2766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 10), SHIFT(71), + [2769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(77), + [2772] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 10), SHIFT(77), + [2775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 6), + [2777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5094), + [2779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1), SHIFT(77), + [2782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), + [2784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), + [2786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2), + [2788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(71), + [2791] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(77), + [2795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_literal_repeat1, 2), + [2797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 5, .production_id = 61), + [2799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(77), [2802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 7), - [2804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5011), - [2806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 13, .production_id = 19), - [2808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, .production_id = 44), - [2810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 5), - [2812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_statement, 6, .production_id = 17), - [2814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 5, .production_id = 30), - [2816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 44), - [2818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 5), - [2820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 5, .production_id = 29), - [2822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_stream_statement, 7, .production_id = 35), - [2824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_statement, 5), - [2826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_statement, 7, .production_id = 17), - [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 7), - [2830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 7), - [2832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 7, .production_id = 15), - [2834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 7, .production_id = 15), - [2836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_statement, 5), - [2838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_statement, 5, .production_id = 17), - [2840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_definition, 7, .production_id = 26), - [2842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_statement, 5, .production_id = 17), - [2844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 26), - [2846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_buffer_definition, 7, .production_id = 47), - [2848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_buffer_definition, 7, .production_id = 47), - [2850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_statement, 5), - [2852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__procedure_terminator, 3), - [2854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 5), - [2856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_stream_statement, 5, .production_id = 14), - [2858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_close_statement, 5, .production_id = 25), - [2860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_close_statement, 5, .production_id = 24), - [2862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 5, .production_id = 19), - [2864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 7, .production_id = 15), - [2866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 7, .production_id = 15), - [2868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 5, .production_id = 26), - [2870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_definition, 5, .production_id = 26), - [2872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 7, .production_id = 15), - [2874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_definition, 5, .production_id = 15), - [2876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 5, .production_id = 15), - [2878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition, 7, .production_id = 26), - [2880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 7, .production_id = 26), - [2882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 7, .production_id = 26), - [2884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_buffer_definition, 7, .production_id = 49), - [2886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_buffer_definition, 7, .production_id = 49), - [2888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition, 5, .production_id = 15), - [2890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_definition, 5, .production_id = 15), - [2892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 5), - [2894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 5), - [2896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 7, .production_id = 26), - [2898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 7, .production_id = 26), - [2900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_statement, 5, .production_id = 17), - [2902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 7, .production_id = 26), - [2904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 19), - [2906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_close_statement, 5, .production_id = 25), - [2908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_close_statement, 5, .production_id = 24), - [2910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_stream_statement, 5, .production_id = 14), - [2912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_stream_statement, 7, .production_id = 35), - [2914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 7), - [2916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 12, .production_id = 19), - [2918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_statement, 7, .production_id = 17), - [2920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_statement, 7), - [2922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 4, .production_id = 12), - [2924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 4, .production_id = 20), - [2926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 4, .production_id = 11), - [2928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 7), - [2930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_statement, 4), - [2932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assign_statement, 4), - [2934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 7, .production_id = 7), - [2936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 4, .production_id = 19), - [2938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 4, .production_id = 7), - [2940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4), - [2942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_statement, 7, .production_id = 52), - [2944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_statement, 7, .production_id = 52), - [2946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulate_statement, 7), - [2948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_for_statement, 7, .production_id = 31), - [2950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_terminator, 1), - [2952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 7, .production_id = 43), - [2954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 4), - [2956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 4), - [2958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_statement, 4), - [2960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 7, .production_id = 20), - [2962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_statement, 4, .production_id = 17), - [2964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_terminator, 1), - [2966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_statement, 4), - [2968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 7, .production_id = 53), - [2970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 4), - [2972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 6, .production_id = 12), - [2974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 5, .production_id = 19), - [2976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_stream_statement, 4, .production_id = 14), - [2978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_definition, 4, .production_id = 15), - [2980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 4, .production_id = 15), - [2982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_definition, 4), - [2984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 4), - [2986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 4), - [2988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_statement, 7, .production_id = 17), - [2990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_stream_statement, 4, .production_id = 14), - [2992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 44), - [2994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 8, .production_id = 15), - [2996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 8, .production_id = 15), - [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 8, .production_id = 15), - [3000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 8, .production_id = 15), - [3002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 8), - [3004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 8), - [3006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 3, .production_id = 12), - [3008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 3, .production_id = 11), - [3010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 8, .production_id = 26), - [3012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_buffer_definition, 8, .production_id = 55), - [3014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 8, .production_id = 26), - [3016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_for_statement, 3), - [3018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_error_scope_statement, 3), - [3020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assign_statement, 3), - [3022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 3, .production_id = 7), - [3024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 3), - [3026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_statement, 3), - [3028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_statement, 3), - [3030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 8, .production_id = 26), - [3032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_buffer_definition, 8, .production_id = 55), - [3034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 8, .production_id = 26), - [3036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 8, .production_id = 26), - [3038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 19), - [3040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 3), - [3042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_terminator, 2), - [3044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_close_statement, 3), - [3046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 8), - [3048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 8), - [3050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), - [3052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 8, .production_id = 19), - [3054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_close_statement, 3), - [3056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abl_statement, 3, .production_id = 1), - [3058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 9, .production_id = 15), - [3060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 9, .production_id = 26), - [3062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 9, .production_id = 26), - [3064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_statement, 8, .production_id = 52), - [3066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_statement, 5), - [3068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_statement, 8, .production_id = 58), - [3070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 10, .production_id = 15), - [3072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 10, .production_id = 26), - [3074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 8, .production_id = 53), - [3076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 44), - [3078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 11, .production_id = 15), - [3080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 9, .production_id = 15), - [3082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 11, .production_id = 26), - [3084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 9, .production_id = 26), - [3086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 9, .production_id = 26), - [3088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 19), - [3090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 9), - [3092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call_statement, 2), - [3094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 2), - [3096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_statement, 9, .production_id = 58), - [3098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 44), - [3100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 12, .production_id = 26), - [3102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assign_statement, 2), - [3104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 2), - [3106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [3108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 9), - [3110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 10, .production_id = 15), - [3112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 10, .production_id = 26), - [3114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, .production_id = 19), - [3116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, .production_id = 44), - [3118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 10), - [3120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 11, .production_id = 15), - [3122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3, .production_id = 4), - [3124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [3126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 11, .production_id = 26), - [3128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, .production_id = 19), - [3130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abl_statement, 2, .production_id = 1), - [3132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 6, .production_id = 43), - [3134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 12, .production_id = 26), - [3136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stream_statement, 1), - [3138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), - [3140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 15, .production_id = 44), - [3142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 15, .production_id = 44), - [3144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 14, .production_id = 44), - [3146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 14, .production_id = 44), - [3148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 14, .production_id = 19), - [3150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 14, .production_id = 19), - [3152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1), - [3154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1), - [3156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 13, .production_id = 44), - [3158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 13, .production_id = 44), - [3160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 13, .production_id = 19), - [3162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 12, .production_id = 44), - [3164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 12, .production_id = 44), - [3166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 12, .production_id = 19), - [3168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, .production_id = 44), - [3170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, .production_id = 19), - [3172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 10), - [3174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, .production_id = 44), - [3176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, .production_id = 19), - [3178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 9), - [3180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 44), - [3182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_statement, 9, .production_id = 58), - [3184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 9), - [3186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 19), - [3188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 44), - [3190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 8, .production_id = 53), - [3192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_statement, 8, .production_id = 58), - [3194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_for_statement, 5, .production_id = 31), - [3196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_statement, 8, .production_id = 52), - [3198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 8, .production_id = 19), - [3200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 8), - [3202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 8), - [3204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 19), - [3206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 8, .production_id = 26), - [3208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_for_statement, 5), - [3210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 44), - [3212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_statement, 7, .production_id = 17), - [3214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 7, .production_id = 53), - [3216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 7, .production_id = 20), - [3218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 7, .production_id = 43), - [3220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_for_statement, 7, .production_id = 31), - [3222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulate_statement, 7), - [3224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__procedure_terminator, 3), - [3226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 5, .production_id = 7), - [3228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 7, .production_id = 19), - [3230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 7, .production_id = 19), - [3232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 7, .production_id = 7), - [3234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 7), - [3236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_statement, 7), - [3238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_statement, 7, .production_id = 17), - [3240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 7), - [3242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_statement, 7, .production_id = 35), - [3244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 19), - [3246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 7, .production_id = 26), - [3248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 5, .production_id = 11), - [3250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 7, .production_id = 15), - [3252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 5, .production_id = 20), - [3254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 26), - [3256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_statement, 7, .production_id = 17), - [3258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_statement, 7, .production_id = 35), - [3260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 5, .production_id = 12), - [3262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 44), - [3264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_statement, 6, .production_id = 17), - [3266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_statement, 5, .production_id = 17), - [3268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 6, .production_id = 12), - [3270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 6, .production_id = 20), - [3272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 6, .production_id = 20), - [3274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 6, .production_id = 43), - [3276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 6, .production_id = 11), - [3278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 6, .production_id = 11), - [3280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulate_statement, 6), - [3282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulate_statement, 6), - [3284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 6, .production_id = 19), - [3286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 6, .production_id = 19), - [3288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 6, .production_id = 7), - [3290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 6, .production_id = 7), - [3292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_terminator, 3), - [3294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_terminator, 3), - [3296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 6), - [3298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 6), - [3300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 6, .production_id = 39), - [3302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 6, .production_id = 39), - [3304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 6, .production_id = 29), - [3306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 6, .production_id = 29), - [3308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_statement, 6), - [3310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_statement, 6), - [3312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_statement, 6, .production_id = 17), - [3314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_statement, 6, .production_id = 17), - [3316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_statement, 6, .production_id = 17), - [3318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_statement, 6, .production_id = 17), - [3320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_terminator, 3), - [3322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_terminator, 3), - [3324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 6), - [3326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 6), - [3328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_definition, 6, .production_id = 26), - [3330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 6, .production_id = 15), - [3332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_statement, 6, .production_id = 35), - [3334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_stream_statement, 6, .production_id = 35), - [3336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 19), - [3338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 19), - [3340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 6, .production_id = 26), - [3342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 6, .production_id = 26), - [3344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_definition, 6, .production_id = 26), - [3346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_definition, 6, .production_id = 26), - [3348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 6, .production_id = 15), - [3350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 6, .production_id = 15), - [3352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_to_phrase, 3), - [3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), - [3356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 26), - [3358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 26), - [3360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_statement, 6, .production_id = 17), - [3362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_statement, 6, .production_id = 17), - [3364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_statement, 6, .production_id = 35), - [3366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_stream_statement, 6, .production_id = 35), - [3368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_buffer_definition, 6, .production_id = 36), - [3370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_statement, 5, .production_id = 17), - [3372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 5, .production_id = 12), - [3374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 5, .production_id = 20), - [3376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 5, .production_id = 11), - [3378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_for_statement, 5), - [3380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_for_statement, 5, .production_id = 31), - [3382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_statement, 5), - [3384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 5, .production_id = 19), - [3386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_definition, 6, .production_id = 15), - [3388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 6, .production_id = 15), - [3390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 6), - [3392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 5, .production_id = 7), - [3394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 5), - [3396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 5, .production_id = 30), - [3398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 5), - [3400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 5, .production_id = 29), - [3402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_statement, 5), - [3404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_statement, 5), - [3406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_statement, 5, .production_id = 17), - [3408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_statement, 5, .production_id = 17), - [3410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_statement, 5), - [3412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 5), - [3414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6732), - [3417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_statement, 5, .production_id = 14), - [3419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_statement, 2), - [3421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_close_statement, 5, .production_id = 25), - [3423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_close_statement, 5, .production_id = 24), - [3425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 5, .production_id = 19), - [3427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 5, .production_id = 26), - [3429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_definition, 5, .production_id = 26), - [3431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_definition, 5, .production_id = 15), - [3433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 5, .production_id = 15), - [3435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_statement, 5, .production_id = 17), - [3437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_close_statement, 5, .production_id = 25), - [3439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_close_statement, 5, .production_id = 24), - [3441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_statement, 5, .production_id = 14), - [3443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 4, .production_id = 12), - [3445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 4, .production_id = 20), - [3447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 4, .production_id = 11), - [3449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_statement, 4), - [3451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assign_statement, 4), - [3453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 4, .production_id = 19), - [3455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 4, .production_id = 7), - [3457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4), - [3459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_terminator, 1), - [3461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 4), - [3463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 4), - [3465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_statement, 4), - [3467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_statement, 4, .production_id = 17), - [3469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_terminator, 1), - [3471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_statement, 4), - [3473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 4), - [3475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 6), - [3477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 6, .production_id = 15), - [3479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_statement, 4, .production_id = 14), - [3481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_definition, 4, .production_id = 15), - [3483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 4, .production_id = 15), - [3485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_definition, 4), - [3487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_statement, 4, .production_id = 14), - [3489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition, 6, .production_id = 15), - [3491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_buffer_definition, 6, .production_id = 36), - [3493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 6, .production_id = 15), - [3495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 3, .production_id = 12), - [3497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 3, .production_id = 11), - [3499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_tuning, 1), - [3501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_for_statement, 3), - [3503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_error_scope_statement, 3), - [3505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assign_statement, 3), - [3507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 3, .production_id = 7), - [3509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 3), - [3511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_statement, 3), - [3513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_statement, 3), - [3515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 3), - [3517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_terminator, 2), - [3519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_close_statement, 3), - [3521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), - [3523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 1), - [3525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_close_statement, 3), - [3527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abl_statement, 3, .production_id = 1), - [3529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition, 6, .production_id = 26), - [3531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), - [3533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 2), - [3535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 2), - [3537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_statement, 2), - [3539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_tuning, 2, .production_id = 16), - [3541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_tuning, 2, .production_id = 16), - [3543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_tuning, 1), - [3545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_tuning, 1), - [3547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), - [3549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stream_statement, 1), - [3551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_index_definition_repeat1, 2), - [3553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_index_definition_repeat1, 2), SHIFT_REPEAT(5668), - [3556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_definition_repeat1, 2), - [3558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abl_statement, 2, .production_id = 1), - [3560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [3562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 2), - [3564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assign_statement, 2), - [3566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_mode, 1), - [3568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7055), - [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), - [3576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6750), - [3578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6442), - [3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), - [3585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_code_repeat1, 1), - [3587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 1), - [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6880), - [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6967), - [3593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5764), - [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), - [3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), - [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), - [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6756), - [3603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6756), - [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6969), - [3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6970), - [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5764), - [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6878), - [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6877), - [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6876), - [3617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6146), - [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), - [3622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502), - [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6462), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7002), - [3632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5752), - [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6849), - [3636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6849), - [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7004), - [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7005), - [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5752), - [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6651), - [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6650), - [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6649), - [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4116), - [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [3654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7012), - [3657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2488), - [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6779), - [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6780), - [3665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5827), - [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6998), - [3669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6998), - [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7008), - [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7024), - [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5827), - [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7025), - [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6656), - [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6697), - [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6455), - [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7019), - [3687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5742), - [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6891), - [3691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6891), - [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7021), - [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7022), - [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5742), - [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6459), - [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6452), - [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6451), - [3705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6610), - [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6652), - [3710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6985), - [3712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5731), - [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6804), - [3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6804), - [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6987), - [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6988), - [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5731), - [3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6456), - [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6457), - [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6458), - [3730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6691), - [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4161), - [3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2525), - [3736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6658), - [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6472), - [3741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_tuning, 2), - [3743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_tuning, 2), - [3745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_phrase, 2, .production_id = 10), - [3747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_order, 1), - [3749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sort_order, 1), - [3751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_column, 2, .production_id = 28), - [3753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sort_column, 2, .production_id = 28), - [3755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 2), - [3757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_argument, 4, .production_id = 32), - [3759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 1), - [3761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sort_clause_repeat1, 1), - [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6434), - [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), - [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6438), - [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6448), - [3771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6699), - [3774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), - [3776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(2076), - [3779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6724), - [3782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6723), - [3785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5706), - [3788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_index_definition_repeat1, 1), - [3790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_definition_repeat1, 1), - [3792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(1993), - [3795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(6708), - [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4588), - [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5348), - [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6736), - [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), - [3814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2642), - [3816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2512), - [3819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6898), - [3821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6587), - [3823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1), - [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5537), - [3827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1), - [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [3831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6104), - [3834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 4), - [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [3838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5875), - [3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), - [3843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2679), - [3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), - [3847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6574), - [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), - [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [3858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2444), - [3861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(6912), - [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6841), - [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), - [3868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), - [3870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6537), - [3872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(2478), - [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), - [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), - [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [3883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6590), - [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [3888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2582), - [3891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7031), - [3893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2), - [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), - [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), - [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [3903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5824), - [3906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stop_after_phrase, 2), - [3908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3004), - [3910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6611), - [3913] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2643), - [3916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6986), - [3918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(2571), - [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6580), - [3923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2722), - [3926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6923), - [3928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2728), - [3930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2865), - [3932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2931), - [3934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6684), - [3937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5734), - [3940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2895), - [3942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_argument, 1), - [3944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), - [3946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2663), - [3949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6929), - [3951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(2590), - [3954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5754), - [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6952), - [3959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6950), - [3961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6702), - [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), - [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), - [3974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(2702), - [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [3983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(2732), - [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [3994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_type, 2), - [3996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_type, 2), - [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [4024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 2), - [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [4034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 1), - [4036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_when_branch_repeat1, 1), - [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [4046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 2, .production_id = 37), - [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6745), - [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), - [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), - [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), - [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5271), - [4102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6558), - [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [4108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6670), - [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6637), - [4116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6933), - [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), - [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), - [4128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2783), - [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3973), - [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), - [4154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 1, .production_id = 27), - [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), - [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), - [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), - [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), - [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [4186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_tuning, 1), - [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), - [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), - [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [4194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6617), - [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), - [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), - [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), - [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [4216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_image_phrase, 3), - [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6107), - [4220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_image_phrase, 3), - [4222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5393), - [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5393), - [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [4228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(2628), - [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), - [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3944), - [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6616), - [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), - [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6757), - [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5921), - [4259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5395), - [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5395), - [4263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5397), - [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5397), - [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), - [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), - [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5398), - [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), - [4277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6960), - [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4905), - [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), - [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5040), - [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5226), - [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), - [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), - [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [4303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), - [4305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(6757), - [4308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(5921), - [4311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(5395), - [4314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(5395), - [4317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(5397), - [4320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(5397), - [4323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(3182), - [4326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(3189), - [4329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(493), - [4332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(5398), - [4335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(3166), - [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), - [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), - [4344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6483), - [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), - [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [4350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6941), - [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), - [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [4356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4407), - [4358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3699), - [4360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6260), - [4362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 4), - [4364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 4), - [4366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__comparison_operator, 1), - [4368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comparison_operator, 1), - [4370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2521), - [4372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3155), - [4374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5765), - [4376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiplicative_operator, 1), - [4378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiplicative_operator, 1), - [4380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3785), - [4382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6151), - [4384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 3), - [4386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 3), - [4388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2), - [4390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2), - [4392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_operator, 1), - [4394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_operator, 1), - [4396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__logical_operator, 1), - [4398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__logical_operator, 1), - [4400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1), - [4402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primitive_type, 1), - [4404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4117), - [4406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5722), - [4408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulate_aggregate, 1), - [4410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulate_aggregate, 1), - [4412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__additive_operator, 1), - [4414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__additive_operator, 1), - [4416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_tuning, 1), - [4418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_tuning, 1), - [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), - [4422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_tuning, 1), - [4424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_image_phrase, 7, .production_id = 63), - [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5804), - [4428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_image_phrase, 7, .production_id = 63), - [4430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_image_phrase, 8), - [4432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_image_phrase, 8), - [4434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_size_phrase, 4, .production_id = 48), - [4436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_size_phrase, 4, .production_id = 48), - [4438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_image_phrase, 12, .production_id = 63), - [4440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_image_phrase, 12, .production_id = 63), - [4442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 1), - [4444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_button_definition_repeat1, 1), - [4446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 3, .production_id = 37), - [4448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 1), - [4450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_buffer_definition_repeat1, 1), - [4452] = {.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(3175), - [4458] = {.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), - [4463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 1), REDUCE(aux_sym_property_definition_repeat1, 1), - [4466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_definition_repeat1, 1), - [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7059), - [4470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 1), REDUCE(aux_sym_event_definition_repeat1, 1), - [4473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 1), - [4475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 1), - [4477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 2, .production_id = 27), - [4479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3837), - [4481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), - [4483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), - [4485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5388), - [4487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), - [4489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4800), - [4491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6581), - [4493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), - [4495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6955), - [4497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5561), - [4499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6440), - [4501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7003), - [4503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 4, .production_id = 37), - [4505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 3, .production_id = 27), - [4507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7071), - [4509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6982), - [4511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_serialization_tuning, 1), - [4513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_serialization_tuning, 1), - [4515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6268), - [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6268), - [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [4522] = {.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), - [4526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat1, 1), - [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6426), - [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), - [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6484), - [4536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 6, .production_id = 37), - [4538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_tuning, 1), - [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [4544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 2), - [4546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 2), SHIFT_REPEAT(3377), - [4549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 2), SHIFT_REPEAT(524), - [4552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 2), SHIFT_REPEAT(3305), - [4555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 5, .production_id = 27), - [4557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 5, .production_id = 37), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6625), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4803), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6837), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6428), - [4579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 4, .production_id = 27), - [4581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_field, 1, .production_id = 18), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4614), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [4587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), - [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5354), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4704), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4703), - [4597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_field, 3, .production_id = 42), - [4599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 4), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6788), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [4605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5911), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), - [4613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3), - [4615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), SHIFT_REPEAT(3175), - [4618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), SHIFT_REPEAT(2965), - [4621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), SHIFT_REPEAT(3388), - [4624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), SHIFT_REPEAT(3436), - [4627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4547), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7061), - [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4659), - [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), - [4637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), - [4639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(6788), - [4642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(372), - [4645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(372), - [4648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(5911), - [4651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(5482), - [4654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(3385), - [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6427), - [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6435), - [4661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6435), - [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4252), - [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), - [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5260), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4949), - [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), - [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [4683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), - [4685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using, 3), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4871), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6623), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6822), - [4693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6822), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [4697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_of, 2), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6425), - [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6866), - [4703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6866), - [4705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using, 2), - [4707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_using_repeat1, 2), - [4709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_using_repeat1, 2), SHIFT_REPEAT(4871), - [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [4716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), - [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), - [4720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2440), - [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [4724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), - [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), - [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [4732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7020), - [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7006), - [4736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7001), - [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5751), - [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), - [4742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5753), - [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7014), - [4746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), - [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6890), - [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [4752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), - [4754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), - [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5284), - [4758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6516), - [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6485), - [4762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6908), - [4764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6908), - [4766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5174), - [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), - [4770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), - [4772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2440), - [4775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2440), - [4778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(1282), - [4781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(3551), - [4784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(4166), - [4787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 2), - [4789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 2), SHIFT_REPEAT(3175), - [4792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 2), SHIFT_REPEAT(2965), - [4795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 2), SHIFT_REPEAT(3388), - [4798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_definition_repeat1, 2), - [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), - [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6836), - [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6774), - [4806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6774), - [4808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), - [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6532), - [4812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(862), - [4815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(862), - [4818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 1), - [4820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 1), - [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), - [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7007), - [4826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 2), - [4828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 2), SHIFT_REPEAT(2965), - [4831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_property_definition_repeat3, 2), - [4833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 2), SHIFT_REPEAT(4704), - [4836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 2), SHIFT_REPEAT(4703), - [4839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_definition, 5, .production_id = 15), - [4841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_definition, 5, .production_id = 15), - [4843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_definition, 6, .production_id = 26), - [4845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_definition, 6, .production_id = 26), - [4847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_definition, 7, .production_id = 26), - [4849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_definition, 7, .production_id = 26), - [4851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_definition, 6, .production_id = 15), - [4853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_definition, 6, .production_id = 15), - [4855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_option, 1), - [4857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_option, 1), - [4859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 1), - [4861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_definition_repeat1, 1), - [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [4865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_argument_with_mode, 2), - [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6338), - [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4548), - [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6222), - [4875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_tuning, 2), - [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7063), - [4879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 2), - [4881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(3417), - [4884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(4795), - [4887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(7050), - [4890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_tuning, 1), - [4892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 2), SHIFT_REPEAT(3175), - [4895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 2), SHIFT_REPEAT(2965), - [4898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 2), SHIFT_REPEAT(3436), - [4901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 2), - [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), - [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), - [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7026), - [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7027), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7028), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7009), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7010), - [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7011), - [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6992), - [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6993), - [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6994), - [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6974), - [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6975), - [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6976), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [4935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), - [4937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(3417), - [4940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(4795), - [4943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(895), - [4946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(7050), - [4949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(5704), - [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [4954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_type, 1), - [4956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [4958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), - [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), - [4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), - [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), - [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), - [4972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable, 1, .production_id = 4), - [4974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), - [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), - [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), - [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), - [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), - [4988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6222), - [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), - [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), - [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), - [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), - [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), - [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), - [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), - [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), - [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), - [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), - [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), - [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), - [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), - [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), - [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), + [2804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5056), + [2806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6356), + [2809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3, .production_id = 4), + [2811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), + [2813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_to_phrase, 3), + [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5230), + [2817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_mode, 1), + [2819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6237), + [2821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), + [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_statement, 4, .production_id = 14), + [2825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_stream_statement, 4, .production_id = 14), + [2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 5, .production_id = 12), + [2829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 5, .production_id = 12), + [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [2837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6139), + [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [2842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 12, .production_id = 26), + [2844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 11, .production_id = 26), + [2846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_index_definition_repeat1, 2), + [2848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_index_definition_repeat1, 2), SHIFT_REPEAT(5111), + [2851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_definition_repeat1, 2), + [2853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 11, .production_id = 15), + [2855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 10, .production_id = 26), + [2857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 10, .production_id = 15), + [2859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 9, .production_id = 26), + [2861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 9, .production_id = 26), + [2863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 9, .production_id = 15), + [2865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5565), + [2868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 8, .production_id = 26), + [2870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_buffer_definition, 8, .production_id = 55), + [2872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 8, .production_id = 26), + [2874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 8), + [2876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 8, .production_id = 15), + [2878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 8, .production_id = 15), + [2880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 7, .production_id = 26), + [2882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_buffer_definition, 7, .production_id = 49), + [2884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 7, .production_id = 26), + [2886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_definition, 7, .production_id = 26), + [2888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 7, .production_id = 15), + [2890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_buffer_definition, 7, .production_id = 47), + [2892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 7, .production_id = 15), + [2894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 7), + [2896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6085), + [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4395), + [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4744), + [2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6378), + [2911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_definition, 6, .production_id = 26), + [2913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_query_definition, 6, .production_id = 15), + [2915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_buffer_definition, 6, .production_id = 36), + [2917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_definition, 6, .production_id = 15), + [2919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dataset_definition, 6, .production_id = 15), + [2921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 6), + [2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 2), + [2925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_statement, 2), + [2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), + [2933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_definition, 5, .production_id = 15), + [2935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 5), + [2937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6251), + [2939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_temp_table_definition, 4), + [2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4237), + [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), + [2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1), + [2947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1), + [2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), + [2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), + [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [2955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 13, .production_id = 44), + [2957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 12, .production_id = 44), + [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 12, .production_id = 19), + [2961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 12, .production_id = 26), + [2963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, .production_id = 44), + [2965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, .production_id = 19), + [2967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 11, .production_id = 26), + [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 11, .production_id = 15), + [2971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, .production_id = 44), + [2973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, .production_id = 19), + [2975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 10, .production_id = 26), + [2977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 10, .production_id = 15), + [2979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 9), + [2981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 44), + [2983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_statement, 9, .production_id = 58), + [2985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 19), + [2987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 9, .production_id = 26), + [2989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 9, .production_id = 26), + [2991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 9, .production_id = 15), + [2993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 8), + [2995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 44), + [2997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 8, .production_id = 53), + [2999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_statement, 8, .production_id = 58), + [3001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_statement, 8, .production_id = 52), + [3003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 8, .production_id = 19), + [3005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 8), + [3007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 19), + [3009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 8, .production_id = 26), + [3011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 8, .production_id = 26), + [3013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_buffer_definition, 8, .production_id = 55), + [3015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 8, .production_id = 26), + [3017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 8), + [3019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 8, .production_id = 15), + [3021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 8, .production_id = 15), + [3023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 44), + [3025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_statement, 7, .production_id = 17), + [3027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 7, .production_id = 53), + [3029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 7, .production_id = 20), + [3031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 7, .production_id = 43), + [3033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_for_statement, 7, .production_id = 31), + [3035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulate_statement, 7), + [3037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_statement, 7, .production_id = 52), + [3039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 7, .production_id = 19), + [3041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 7, .production_id = 7), + [3043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 7), + [3045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_statement, 7), + [3047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_statement, 7, .production_id = 17), + [3049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 7), + [3051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_stream_statement, 7, .production_id = 35), + [3053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 19), + [3055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 7, .production_id = 26), + [3057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 7, .production_id = 26), + [3059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_buffer_definition, 7, .production_id = 49), + [3061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 7, .production_id = 26), + [3063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition, 7, .production_id = 26), + [3065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 7, .production_id = 15), + [3067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 7, .production_id = 15), + [3069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_buffer_definition, 7, .production_id = 47), + [3071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 26), + [3073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 7, .production_id = 15), + [3075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 7), + [3077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_statement, 7, .production_id = 17), + [3079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_stream_statement, 7, .production_id = 35), + [3081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 44), + [3083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_statement, 6, .production_id = 17), + [3085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 6, .production_id = 12), + [3087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 6, .production_id = 20), + [3089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 6, .production_id = 43), + [3091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 6, .production_id = 11), + [3093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulate_statement, 6), + [3095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 6, .production_id = 19), + [3097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 6, .production_id = 7), + [3099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_terminator, 3), + [3101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 6), + [3103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 6, .production_id = 39), + [3105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 6, .production_id = 29), + [3107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_statement, 6), + [3109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_statement, 6, .production_id = 17), + [3111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_statement, 6, .production_id = 17), + [3113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_terminator, 3), + [3115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 6), + [3117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_stream_statement, 6, .production_id = 35), + [3119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 19), + [3121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 6, .production_id = 26), + [3123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition, 6, .production_id = 26), + [3125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_definition, 6, .production_id = 26), + [3127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 6, .production_id = 15), + [3129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition, 6, .production_id = 15), + [3131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_buffer_definition, 6, .production_id = 36), + [3133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition, 6, .production_id = 15), + [3135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 26), + [3137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dataset_definition, 6, .production_id = 15), + [3139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 6), + [3141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_statement, 6, .production_id = 17), + [3143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_stream_statement, 6, .production_id = 35), + [3145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_statement, 5, .production_id = 17), + [3147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 5, .production_id = 20), + [3149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 5, .production_id = 11), + [3151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_for_statement, 5), + [3153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_for_statement, 5, .production_id = 31), + [3155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_statement, 5), + [3157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 5, .production_id = 19), + [3159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 5, .production_id = 7), + [3161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 5), + [3163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 5, .production_id = 30), + [3165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 5), + [3167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 5, .production_id = 29), + [3169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_statement, 5), + [3171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_statement, 5), + [3173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_statement, 5, .production_id = 17), + [3175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_statement, 5, .production_id = 17), + [3177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_statement, 5), + [3179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__procedure_terminator, 3), + [3181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 5), + [3183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_stream_statement, 5, .production_id = 14), + [3185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_close_statement, 5, .production_id = 25), + [3187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_close_statement, 5, .production_id = 24), + [3189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 5, .production_id = 19), + [3191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 5, .production_id = 26), + [3193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_definition, 5, .production_id = 26), + [3195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_definition, 5, .production_id = 15), + [3197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 5, .production_id = 15), + [3199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition, 5, .production_id = 15), + [3201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 5), + [3203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_statement, 5, .production_id = 17), + [3205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_close_statement, 5, .production_id = 25), + [3207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_close_statement, 5, .production_id = 24), + [3209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_stream_statement, 5, .production_id = 14), + [3211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 4, .production_id = 12), + [3213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 4, .production_id = 20), + [3215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 4, .production_id = 11), + [3217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_statement, 4), + [3219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assign_statement, 4), + [3221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 4, .production_id = 19), + [3223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 4, .production_id = 7), + [3225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4), + [3227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_terminator, 1), + [3229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 4), + [3231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_undo_statement, 4), + [3233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_statement, 4), + [3235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_statement, 4, .production_id = 17), + [3237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_terminator, 1), + [3239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_statement, 4), + [3241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 4), + [3243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_stream_statement, 4, .production_id = 14), + [3245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_definition, 4, .production_id = 15), + [3247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_workfile_definition, 4, .production_id = 15), + [3249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_definition, 4), + [3251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_definition, 4), + [3253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6242), + [3255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 3, .production_id = 12), + [3257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_statement, 3, .production_id = 11), + [3259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_for_statement, 3), + [3261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_error_scope_statement, 3), + [3263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assign_statement, 3), + [3265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_find_statement, 3, .production_id = 7), + [3267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 3), + [3269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_statement, 3), + [3271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_statement, 3), + [3273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 3), + [3275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_terminator, 2), + [3277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_close_statement, 3), + [3279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), + [3281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2253), + [3283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_close_statement, 3), + [3285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abl_statement, 3, .production_id = 1), + [3287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6618), + [3290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), + [3292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), + [3294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stream_statement, 1), + [3296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stream_statement, 1), + [3298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call_statement, 2), + [3300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abl_statement, 2, .production_id = 1), + [3302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abl_statement, 2, .production_id = 1), + [3304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 2), + [3306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assign_statement, 2), + [3308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 2), + [3310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), + [3312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), + [3314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 13, .production_id = 44), + [3316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 12, .production_id = 44), + [3318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 12, .production_id = 19), + [3320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, .production_id = 44), + [3322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, .production_id = 19), + [3324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, .production_id = 44), + [3326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, .production_id = 19), + [3328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 9), + [3330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 44), + [3332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_tuning, 1), + [3334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_tuning, 1), + [3336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [3338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 2), + [3340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assign_statement, 2), + [3342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_statement, 9, .production_id = 58), + [3344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 19), + [3346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 8), + [3348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 2), + [3350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_statement, 2), + [3352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 44), + [3354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 8, .production_id = 53), + [3356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_statement, 8, .production_id = 58), + [3358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_statement, 8, .production_id = 52), + [3360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 8, .production_id = 19), + [3362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 8), + [3364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 19), + [3366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 8, .production_id = 26), + [3368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 44), + [3370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_statement, 7, .production_id = 17), + [3372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 7, .production_id = 53), + [3374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 7, .production_id = 20), + [3376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 7, .production_id = 43), + [3378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_for_statement, 7, .production_id = 31), + [3380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulate_statement, 7), + [3382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_statement, 7, .production_id = 52), + [3384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 7, .production_id = 19), + [3386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 7, .production_id = 7), + [3388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 7), + [3390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_statement, 7), + [3392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_statement, 7, .production_id = 17), + [3394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 7), + [3396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_statement, 7, .production_id = 35), + [3398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 19), + [3400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 7, .production_id = 26), + [3402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 7, .production_id = 15), + [3404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 7, .production_id = 26), + [3406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_statement, 7, .production_id = 17), + [3408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abl_statement, 3, .production_id = 1), + [3410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_close_statement, 3), + [3412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_statement, 7, .production_id = 35), + [3414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), + [3416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_close_statement, 3), + [3418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_terminator, 2), + [3420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 3), + [3422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 44), + [3424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_statement, 6, .production_id = 17), + [3426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 6, .production_id = 12), + [3428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_statement, 3), + [3430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_statement, 3), + [3432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 3), + [3434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 3, .production_id = 7), + [3436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assign_statement, 3), + [3438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_error_scope_statement, 3), + [3440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_for_statement, 3), + [3442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 6, .production_id = 20), + [3444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 6, .production_id = 43), + [3446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 6, .production_id = 11), + [3448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 3, .production_id = 11), + [3450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 3, .production_id = 12), + [3452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulate_statement, 6), + [3454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 6, .production_id = 19), + [3456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 6, .production_id = 7), + [3458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_tuning, 1), + [3460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_terminator, 3), + [3462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 6), + [3464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 6, .production_id = 39), + [3466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 6, .production_id = 29), + [3468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_statement, 6), + [3470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_statement, 6, .production_id = 17), + [3472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_statement, 6, .production_id = 17), + [3474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_terminator, 3), + [3476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 6), + [3478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_method_definition_repeat1, 1), + [3480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_statement, 6, .production_id = 35), + [3482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_definition, 4), + [3484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 4, .production_id = 15), + [3486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_definition, 4, .production_id = 15), + [3488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_statement, 4, .production_id = 14), + [3490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 19), + [3492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 6, .production_id = 26), + [3494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 4), + [3496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_definition, 6, .production_id = 26), + [3498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_statement, 4), + [3500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 6, .production_id = 15), + [3502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_parameter_definition, 6, .production_id = 26), + [3504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_terminator, 1), + [3506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_statement, 4, .production_id = 17), + [3508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_statement, 6, .production_id = 17), + [3510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_statement, 6, .production_id = 35), + [3512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_statement, 4), + [3514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_statement, 5, .production_id = 17), + [3516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 4), + [3518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 4), + [3520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_terminator, 1), + [3522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4), + [3524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 4, .production_id = 7), + [3526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 4, .production_id = 19), + [3528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assign_statement, 4), + [3530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_statement, 4), + [3532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 4, .production_id = 11), + [3534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 4, .production_id = 20), + [3536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 4, .production_id = 12), + [3538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_tuning, 2, .production_id = 16), + [3540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_tuning, 2, .production_id = 16), + [3542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_statement, 5, .production_id = 14), + [3544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_close_statement, 5, .production_id = 24), + [3546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_close_statement, 5, .production_id = 25), + [3548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_statement, 5, .production_id = 17), + [3550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 5, .production_id = 15), + [3552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_definition, 5, .production_id = 15), + [3554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_definition, 5, .production_id = 26), + [3556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_definition, 5, .production_id = 26), + [3558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 5, .production_id = 19), + [3560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_close_statement, 5, .production_id = 24), + [3562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_close_statement, 5, .production_id = 25), + [3564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_statement, 5, .production_id = 14), + [3566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 5), + [3568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__procedure_terminator, 3), + [3570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_statement, 5), + [3572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_statement, 5, .production_id = 17), + [3574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_statement, 5, .production_id = 17), + [3576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_statement, 5), + [3578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_statement, 5), + [3580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 5, .production_id = 29), + [3582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 5), + [3584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undo_statement, 5, .production_id = 30), + [3586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 5), + [3588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 5, .production_id = 7), + [3590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_find_statement, 5, .production_id = 19), + [3592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_statement, 5), + [3594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_for_statement, 5, .production_id = 31), + [3596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_for_statement, 5), + [3598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 5, .production_id = 11), + [3600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_statement, 5, .production_id = 20), + [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6422), + [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6421), + [3606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5650), + [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), + [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), + [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), + [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6416), + [3616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6416), + [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6415), + [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6414), + [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5650), + [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6413), + [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6412), + [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6411), + [3630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 2), + [3632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_code_repeat1, 1), + [3634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_code_repeat1, 1), + [3636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5487), + [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6253), + [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6666), + [3643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5465), + [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6486), + [3647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6486), + [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6668), + [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6669), + [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5465), + [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6174), + [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6175), + [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6176), + [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6173), + [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6700), + [3665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5479), + [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6572), + [3669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6572), + [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6702), + [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6703), + [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5479), + [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6104), + [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6102), + [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6099), + [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6105), + [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6683), + [3687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5489), + [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6530), + [3691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6530), + [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6685), + [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6686), + [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5489), + [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6252), + [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6250), + [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6246), + [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6419), + [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6648), + [3709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5498), + [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6438), + [3713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6438), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6650), + [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6651), + [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5498), + [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6418), + [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6417), + [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6409), + [3727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2578), + [3729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_argument, 4, .production_id = 32), + [3731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_phrase, 2, .production_id = 10), + [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6621), + [3735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6642), + [3738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(1996), + [3741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6215), + [3744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6212), + [3747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6093), + [3750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2549), + [3752] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(1917), + [3755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(6063), + [3758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6314), + [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6373), + [3763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_index_definition_repeat1, 1), + [3765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_definition_repeat1, 1), + [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [3771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2608), + [3774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6522), + [3776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(2477), + [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [3783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), + [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), + [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [3789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6290), + [3791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2677), + [3793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 2, .production_id = 37), + [3795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_order, 1), + [3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sort_order, 1), + [3799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sort_column, 2, .production_id = 28), + [3801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sort_column, 2, .production_id = 28), + [3803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5720), + [3806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2468), + [3809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(6449), + [3812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2), + [3814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_tuning, 2), + [3816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_tuning, 2), + [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [3820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2514), + [3823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6564), + [3825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6576), + [3828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6632), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), + [3832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6002), + [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [3839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2626), + [3841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 4), + [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6399), + [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), + [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6397), + [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6396), + [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), + [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), + [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [3867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sort_clause_repeat1, 1), + [3869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sort_clause_repeat1, 1), + [3871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 1, .production_id = 27), + [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), + [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), + [3877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2957), + [3879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stop_after_phrase, 2), + [3881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5603), + [3884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2886), + [3886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3012), + [3888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_argument, 1), + [3890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1), + [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5253), + [3894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1), + [3896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6350), + [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5428), + [3901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6316), + [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6345), + [3905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2678), + [3908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6537), + [3910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2962), + [3912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(2536), + [3915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2621), + [3918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6469), + [3920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 1), SHIFT(2680), + [3923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6468), + [3925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6326), + [3928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860), + [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6630), + [3932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2760), + [3934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6092), + [3937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5453), + [3940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(2588), + [3943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5469), + [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [3962] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(2660), + [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6241), + [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), + [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), + [3993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 2), + [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3930), + [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), + [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), + [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [4027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), + [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), + [4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), + [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), + [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), + [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), + [4097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [4103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6472), + [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [4115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(2633), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [4122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_input_expression, 3, .production_id = 13), SHIFT(2700), + [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [4129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6342), + [4145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6593), + [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6263), + [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4938), + [4171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6191), + [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), + [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), + [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), + [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [4199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2880), + [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), + [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [4207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6624), + [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), + [4211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_when_branch_repeat1, 1), + [4213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_when_branch_repeat1, 1), + [4215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_image_phrase, 3), + [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), + [4219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_image_phrase, 3), + [4221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5421), + [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5421), + [4225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_type, 2), + [4227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_type, 2), + [4229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6725), + [4231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_tuning, 1), + [4233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6097), + [4235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6485), + [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), + [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6475), + [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5632), + [4243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5411), + [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5411), + [4247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5282), + [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5282), + [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), + [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), + [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5188), + [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), + [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), + [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [4267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 2, .production_id = 27), + [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), + [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), + [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), + [4275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), + [4277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(6475), + [4280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(5632), + [4283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(5411), + [4286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(5411), + [4289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(5282), + [4292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(5282), + [4295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(3246), + [4298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(3271), + [4301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(488), + [4304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(5188), + [4307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 2), SHIFT_REPEAT(3256), + [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), + [4312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 3, .production_id = 37), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4863), + [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), + [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4899), + [4338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 4, .production_id = 37), + [4340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__additive_operator, 1), + [4342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__additive_operator, 1), + [4344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 3, .production_id = 27), + [4346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__comparison_operator, 1), + [4348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comparison_operator, 1), + [4350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiplicative_operator, 1), + [4352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiplicative_operator, 1), + [4354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__logical_operator, 1), + [4356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__logical_operator, 1), + [4358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulate_aggregate, 1), + [4360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulate_aggregate, 1), + [4362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1), + [4364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primitive_type, 1), + [4366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2627), + [4368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3186), + [4370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5629), + [4372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4373), + [4374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3730), + [4376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5968), + [4378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2), + [4380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2), + [4382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_operator, 1), + [4384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_operator, 1), + [4386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3952), + [4388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6008), + [4390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 3), + [4392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 3), + [4394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4266), + [4396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5826), + [4398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 4), + [4400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 4), + [4402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3961), + [4404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57), + [4406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6529), + [4408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), + [4410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6375), + [4412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4761), + [4414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_button_tuning, 1), + [4416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_button_tuning, 1), + [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), + [4420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6542), + [4422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6336), + [4424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6377), + [4426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), + [4428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4744), + [4430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), + [4432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4831), + [4434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6231), + [4436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_image_phrase, 7, .production_id = 63), + [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5939), + [4440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_image_phrase, 7, .production_id = 63), + [4442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_tuning, 1), + [4444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 5, .production_id = 37), + [4446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_image_phrase, 12, .production_id = 63), + [4448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_image_phrase, 12, .production_id = 63), + [4450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_size_phrase, 4, .production_id = 48), + [4452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_size_phrase, 4, .production_id = 48), + [4454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 4, .production_id = 27), + [4456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 5, .production_id = 27), + [4458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_button_definition_repeat1, 1), + [4460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_button_definition_repeat1, 1), + [4462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 6, .production_id = 37), + [4464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_image_phrase, 8), + [4466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_image_phrase, 8), + [4468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 1), + [4470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_buffer_definition_repeat1, 1), + [4472] = {.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(3268), + [4478] = {.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), + [4483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 1), REDUCE(aux_sym_property_definition_repeat1, 1), + [4486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_definition_repeat1, 1), + [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6633), + [4490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 1), REDUCE(aux_sym_event_definition_repeat1, 1), + [4493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 1), + [4495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 1), + [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5954), + [4499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5954), + [4502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_serialization_tuning, 1), + [4504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_serialization_tuning, 1), + [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [4508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_field, 3, .production_id = 42), + [4510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_stream_tuning, 1), + [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [4518] = {.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), + [4522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat1, 1), + [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6200), + [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6233), + [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4853), + [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), + [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6218), + [4534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 2), + [4536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 2), SHIFT_REPEAT(3347), + [4539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 2), SHIFT_REPEAT(517), + [4542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 2), SHIFT_REPEAT(3298), + [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6078), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4749), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6388), + [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [4559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_field, 1, .production_id = 18), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [4563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), + [4565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(6205), + [4568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(668), + [4571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(668), + [4574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(5976), + [4577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(5264), + [4580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(3381), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4927), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [4589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using, 3), + [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4775), + [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [4595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 4), + [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6205), + [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [4601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5976), + [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5264), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), + [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4520), + [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [4619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), + [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5384), + [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), + [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4611), + [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4610), + [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), + [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6635), + [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4539), + [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4881), + [4643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_using_repeat1, 2), + [4645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_using_repeat1, 2), SHIFT_REPEAT(4775), + [4648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3), + [4650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using, 2), + [4652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_of, 2), + [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4502), + [4656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), SHIFT_REPEAT(3268), + [4659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), SHIFT_REPEAT(3060), + [4662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), SHIFT_REPEAT(3385), + [4665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), SHIFT_REPEAT(3468), + [4668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat1, 2), + [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6159), + [4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6156), + [4674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6156), + [4676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), + [4678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2594), + [4681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2594), + [4684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(1301), + [4687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(3650), + [4690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(4224), + [4693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 1), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), + [4697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), + [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4331), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5079), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5080), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4327), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6226), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6503), + [4723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6503), + [4725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6158), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6154), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6130), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5904), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5987), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6496), + [4745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 2), + [4747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 2), SHIFT_REPEAT(3268), + [4750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 2), SHIFT_REPEAT(3060), + [4753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat1, 2), SHIFT_REPEAT(3385), + [4756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_definition_repeat1, 2), + [4758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6201), + [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6589), + [4762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6589), + [4764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [4766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6132), + [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), + [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6532), + [4772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [4774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), + [4776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(515), + [4779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_definition_repeat1, 2), SHIFT_REPEAT(515), + [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6077), + [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6547), + [4786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6547), + [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6384), + [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6456), + [4792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6456), + [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6138), + [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4914), + [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6362), + [4802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_output_stream_statement_repeat1, 1), + [4804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_definition_repeat1, 1), + [4806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_definition_repeat1, 1), + [4808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_tuning, 1), + [4810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 2), + [4812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(3374), + [4815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(5042), + [4818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 2), SHIFT_REPEAT(6583), + [4821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_option, 1), + [4823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_option, 1), + [4825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_definition, 7, .production_id = 26), + [4827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_definition, 7, .production_id = 26), + [4829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 2), + [4831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 2), SHIFT_REPEAT(3060), + [4834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_property_definition_repeat3, 2), + [4836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 2), SHIFT_REPEAT(4611), + [4839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 2), SHIFT_REPEAT(4610), + [4842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_definition, 6, .production_id = 15), + [4844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_definition, 6, .production_id = 15), + [4846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_definition, 5, .production_id = 15), + [4848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_definition, 5, .production_id = 15), + [4850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_tuning, 2), + [4852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_definition, 6, .production_id = 26), + [4854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_definition, 6, .production_id = 26), + [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), + [4860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), + [4862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), + [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), + [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), + [4876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), + [4882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), + [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), + [4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), + [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), + [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), + [4904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), + [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), + [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), + [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), + [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), + [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), + [4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), + [4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [4936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 2), SHIFT_REPEAT(3268), + [4939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 2), SHIFT_REPEAT(3060), + [4942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 2), SHIFT_REPEAT(3468), + [4945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_event_definition_repeat1, 2), + [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), + [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), + [4955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_argument_with_mode, 2), + [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), + [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5747), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4447), + [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5990), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), + [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), + [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6682), + [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [4977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), + [4979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(3374), + [4982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(5042), + [4985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(491), + [4988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(6583), + [4991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 2), SHIFT_REPEAT(5596), + [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [5010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_type, 1), + [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), + [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4831), + [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6542), + [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6375), + [5030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), + [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6529), + [5034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5990), [5037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 2), - [5039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 2), SHIFT_REPEAT(449), - [5042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_property_definition_repeat2, 2), SHIFT_REPEAT(449), - [5045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 2), SHIFT_REPEAT(5354), - [5048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 2), SHIFT_REPEAT(3568), - [5051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), - [5053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), SHIFT_REPEAT(3175), - [5056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), SHIFT_REPEAT(2965), - [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), - [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [5063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), - [5065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(4252), - [5068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(4224), - [5071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(4211), - [5074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(5260), - [5077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(4949), - [5080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(4260), - [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6494), - [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6498), - [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6566), - [5113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat1, 2), SHIFT_REPEAT(3175), - [5116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat1, 2), SHIFT_REPEAT(2965), - [5119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat1, 2), - [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), - [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [5125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pre_tuning, 1), - [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), - [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6439), - [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), - [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6716), - [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6631), - [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5507), - [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), - [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), - [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6789), - [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4956), - [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6414), - [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6835), - [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6648), - [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6486), - [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6424), - [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), - [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6622), - [5175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 5), - [5177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 5), - [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), - [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), - [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6840), - [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6838), - [5189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1351), - [5191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), - [5193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), SHIFT_REPEAT(4031), - [5196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), SHIFT_REPEAT(4035), - [5199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), - [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [5205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 3), - [5207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 3), - [5209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 3), - [5211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 3), - [5213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), - [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4055), - [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6581), - [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6955), - [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5561), - [5227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), - [5229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), - [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), - [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5388), - [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4800), - [5241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 2), - [5243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 2), - [5245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 2), - [5247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 2), - [5249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), - [5251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), - [5253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6257), - [5255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4031), - [5257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4035), - [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7071), - [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), - [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6440), - [5265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 4), - [5267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 4), - [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [5271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), - [5273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 1), - [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), - [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [5281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), - [5283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 1), - [5285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_property_definition_repeat3, 1), - [5287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 1), - [5289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_property_definition_repeat2, 1), - [5291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_tuning, 1), - [5293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_tuning, 1), - [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4838), - [5299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244), - [5301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), - [5303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(7006), - [5306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(7001), - [5309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(5751), - [5312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(3877), - [5315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(5753), - [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), - [5320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 5), - [5322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 5), - [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), - [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), - [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6982), - [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), - [5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4957), - [5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), - [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [5338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), - [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), - [5342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), - [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7003), - [5348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [5350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 4), - [5352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 4), - [5354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 6), - [5356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 6), - [5358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 6), - [5360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 6), - [5362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 7), - [5364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 7), - [5366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5685), - [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), - [5370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), - [5372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), - [5374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), - [5376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 7), - [5378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 7), - [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5096), - [5382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3445), - [5384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), - [5386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5058), - [5388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1889), - [5390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5270), - [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), - [5394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5127), - [5396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4794), - [5398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1852), - [5400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5236), - [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), - [5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), - [5406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5285), - [5408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4817), - [5410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), - [5412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), - [5414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5007), - [5416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [5420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2247), - [5422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4849), - [5424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586), - [5426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4983), - [5428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), - [5430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4893), - [5432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), - [5434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_tuning, 1), - [5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [5438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [5444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), - [5446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5080), - [5448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 2), - [5450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 2), SHIFT_REPEAT(441), - [5453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 2), SHIFT_REPEAT(4040), - [5456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 2), SHIFT_REPEAT(3697), - [5459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(7014), - [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), - [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [5468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), - [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5417), - [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), - [5474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3721), - [5476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), - [5478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6530), - [5480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), - [5482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4947), - [5484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4940), - [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4910), - [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [5490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), - [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [5494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), - [5496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), - [5498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6453), - [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4839), - [5502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), - [5504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6894), - [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [5508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), - [5510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4832), - [5512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2297), - [5514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7030), - [5516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4819), - [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), - [5522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4818), - [5524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6141), - [5528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2264), - [5530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4782), - [5532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [5534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2220), - [5536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7044), - [5538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), - [5540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255), - [5542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_tuning, 3), - [5544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_assign_statement_repeat1, 2), SHIFT_REPEAT(3721), - [5547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_assign_statement_repeat1, 2), - [5549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_assign_statement_repeat1, 2), SHIFT_REPEAT(5769), - [5552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5128), - [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4878), - [5558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4895), - [5560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4966), - [5562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4987), - [5564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), - [5566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4988), - [5568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5078), - [5570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), - [5572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), - [5574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), - [5576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), - [5578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7043), - [5580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4824), - [5582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 2), - [5584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 2), SHIFT_REPEAT(713), - [5587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_variable_definition_repeat2, 2), SHIFT_REPEAT(713), - [5590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 2), SHIFT_REPEAT(5417), - [5593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 2), SHIFT_REPEAT(4050), - [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [5598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), - [5602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), - [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), - [5606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), - [5608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 1, .production_id = 4), - [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4061), - [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4419), - [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [5616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [5618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 1), - [5620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 2, .production_id = 17), - [5622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [5630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), - [5632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), - [5634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), - [5636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2229), - [5638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), - [5640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), - [5642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), - [5644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6973), - [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [5648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2241), - [5650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [5654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_var_statement_repeat1, 2), SHIFT_REPEAT(3445), - [5657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_statement_repeat1, 2), - [5659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_var_statement_repeat1, 2), SHIFT_REPEAT(5769), - [5662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_tuning, 1), - [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), - [5668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), - [5670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2115), - [5672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587), - [5674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), - [5676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1690), - [5678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2246), - [5680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), - [5682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5291), - [5684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6520), - [5686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2359), - [5688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6971), - [5690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [5692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), - [5694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), - [5696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 3, .production_id = 15), - [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), - [5700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), - [5702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), - [5704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2338), - [5706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), - [5708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [5710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [5712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), - [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), - [5718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2024), - [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [5722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600), - [5724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inherits, 2), - [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5141), - [5728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), - [5730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), - [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [5734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), - [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), - [5738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808), - [5740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), - [5742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), - [5744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), - [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [5748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), - [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [5752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_tuning, 2), - [5754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [5756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implements, 2), - [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [5760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), - [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [5764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), - [5766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 4, .production_id = 26), - [5768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), - [5770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5182), - [5772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6570), - [5774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5779), - [5776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), - [5778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(3150), - [5781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(3150), - [5784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(1282), - [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), - [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6978), - [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4904), - [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), - [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5037), - [5799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), - [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), - [5803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3400), - [5805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5778), - [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), - [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [5819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3839), - [5821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6303), - [5823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6832), - [5825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4754), - [5827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4126), - [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5243), - [5831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_buffer_definition_repeat1, 1), - [5833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 1), - [5835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_body, 2), - [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), - [5839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3150), - [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), - [5845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), - [5849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5501), - [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [5853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_body, 1), - [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [5857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 6, .production_id = 27), - [5859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 1), - [5861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_inherits_repeat1, 2), - [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [5865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 7, .production_id = 37), - [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6940), - [5869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_tuning, 1), - [5871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_tuning, 1), - [5873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_inherits_repeat1, 2), SHIFT_REPEAT(5141), - [5876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 1), - [5878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_definition_repeat2, 1), - [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), - [5882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_tuning, 1), - [5884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat1, 2), - [5886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat1, 2), SHIFT_REPEAT(4194), - [5889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_argument_with_mode, 3), - [5891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), - [5893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implements, 3), - [5895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inherits, 3), - [5897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6665), - [5899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6663), - [5901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4281), - [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), - [5905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), - [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4790), - [5909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5707), - [5911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5711), - [5913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5665), - [5915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3341), - [5917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6989), - [5919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [5921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5896), - [5923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), - [5925] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(894), - [5928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4310), - [5930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4319), - [5932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3845), - [5934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6972), - [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), - [5938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7068), - [5940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4465), - [5942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_include_repeat2, 2), SHIFT_REPEAT(5252), - [5945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 2), SHIFT_REPEAT(5517), - [5948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 2), - [5950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 2), SHIFT_REPEAT(4720), - [5953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 2), SHIFT_REPEAT(6856), - [5956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 3), - [5958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), - [5960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4930), - [5962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6150), - [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6147), - [5968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3355), - [5970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4275), - [5972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3354), - [5974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4091), - [5976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6182), - [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6183), - [5980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_destructor_definition_repeat1, 2), - [5982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_destructor_definition_repeat1, 2), SHIFT_REPEAT(4465), - [5985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5631), - [5987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6126), - [5989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4330), - [5991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5624), - [5993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), - [5995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), - [5997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6247), - [5999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [6001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5949), - [6003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5953), - [6005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 2, .production_id = 4), - [6007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), - [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6349), - [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6350), - [6013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3362), - [6015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4234), - [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [6019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6128), - [6021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6127), - [6023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5714), - [6025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), - [6027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4208), - [6029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5993), - [6031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 3, .production_id = 4), - [6033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_parameter_repeat1, 2), - [6035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_parameter_repeat1, 2), SHIFT_REPEAT(4061), - [6038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_parameter_repeat1, 2), SHIFT_REPEAT(4419), - [6041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 3, .production_id = 17), - [6043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5950), - [6047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5951), - [6049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4293), - [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), - [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6161), - [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6162), - [6057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5252), - [6059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5517), - [6061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7073), - [6063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4720), - [6065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6856), - [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6366), - [6071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6367), - [6073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7074), - [6075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6473), - [6077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 6, .production_id = 26), - [6079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4340), - [6081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3365), - [6083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7046), - [6085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6155), - [6087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 4, .production_id = 17), - [6089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 4, .production_id = 15), - [6091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [6093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5971), - [6095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5972), - [6097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4273), - [6099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7077), - [6101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4823), - [6103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 5, .production_id = 26), - [6105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 5, .production_id = 15), - [6107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5865), - [6109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), - [6111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5988), - [6113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6004), - [6115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4533), - [6117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat1, 1), - [6119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_tuning, 1), - [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5986), - [6123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4524), - [6125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_final, 1), - [6127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 9), - [6129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5118), - [6131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [6133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6289), - [6135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [6137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6000), - [6139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [6141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5682), - [6143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6944), - [6145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract, 1), - [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [6149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6305), - [6151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), - [6153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6202), - [6155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6087), - [6159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4079), - [6161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [5039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 2), SHIFT_REPEAT(874), + [5042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_property_definition_repeat2, 2), SHIFT_REPEAT(874), + [5045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 2), SHIFT_REPEAT(5384), + [5048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 2), SHIFT_REPEAT(3713), + [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), + [5055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pre_tuning, 1), + [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6231), + [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6336), + [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4882), + [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), + [5069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), + [5071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), SHIFT_REPEAT(3268), + [5074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), SHIFT_REPEAT(3060), + [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6707), + [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6708), + [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6709), + [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), + [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6377), + [5087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable, 1, .production_id = 4), + [5089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), + [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6655), + [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6656), + [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6657), + [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6673), + [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6674), + [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6675), + [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6690), + [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6691), + [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6692), + [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6129), + [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6128), + [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6119), + [5115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), + [5117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(4324), + [5120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(4331), + [5123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(4329), + [5126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(5079), + [5129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(5080), + [5132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 2), SHIFT_REPEAT(4327), + [5135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat1, 2), SHIFT_REPEAT(3268), + [5138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat1, 2), SHIFT_REPEAT(3060), + [5141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat1, 2), + [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5340), + [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), + [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6203), + [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), + [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6298), + [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), + [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6202), + [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6076), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), + [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), + [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6224), + [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6382), + [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6549), + [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6096), + [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [5183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat1, 1), + [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4790), + [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), + [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4875), + [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6579), + [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6055), + [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), + [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), + [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), + [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6061), + [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6069), + [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), + [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4112), + [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [5215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 6), + [5217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 6), + [5219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), + [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [5223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), + [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [5227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 6), + [5229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 6), + [5231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 2), + [5233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 2), + [5235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 2), + [5237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 2), + [5239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), + [5241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5590), + [5243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4044), + [5245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4063), + [5247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5700), + [5249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 5), + [5251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 5), + [5253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 5), + [5255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 5), + [5257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), + [5259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), + [5261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 7), + [5263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 7), + [5265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), + [5267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 7), + [5269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 7), + [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), + [5273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 4), + [5275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 4), + [5277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 4), + [5279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 4), + [5281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), + [5283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), + [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), + [5287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [5291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), + [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), + [5295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), + [5297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat3, 1), + [5299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_property_definition_repeat3, 1), + [5301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_definition_repeat2, 1), + [5303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_property_definition_repeat2, 1), + [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), + [5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [5309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), + [5311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), SHIFT_REPEAT(4044), + [5314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_buffer_definition_repeat1, 2), SHIFT_REPEAT(4063), + [5317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), + [5319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 3), + [5321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 3), + [5323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), + [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), + [5327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 3), + [5329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 3), + [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [5333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_tuning, 1), + [5335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_tuning, 1), + [5337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), + [5339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(6154), + [5342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(6130), + [5345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(5904), + [5348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(3895), + [5351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 2), SHIFT_REPEAT(5987), + [5354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), + [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [5358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3504), + [5360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), + [5362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4903), + [5364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), + [5366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), + [5368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4894), + [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), + [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [5374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421), + [5376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5008), + [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), + [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), + [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), + [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), + [5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), + [5398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 2), + [5400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 2), SHIFT_REPEAT(436), + [5403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 2), SHIFT_REPEAT(4039), + [5406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 2), SHIFT_REPEAT(3801), + [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [5411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4915), + [5413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4832), + [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [5417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2230), + [5419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4957), + [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [5423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4876), + [5425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4820), + [5427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1993), + [5429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4961), + [5431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_stream_tuning, 1), + [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4871), + [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), + [5441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), + [5443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), + [5445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4967), + [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), + [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), + [5451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 6, .production_id = 27), + [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4766), + [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), + [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4742), + [5459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), + [5461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5013), + [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4717), + [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), + [5467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 7, .production_id = 37), + [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [5473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), + [5475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5033), + [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), + [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [5485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), + [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5322), + [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4116), + [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), + [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [5495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2319), + [5497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2318), + [5499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2317), + [5501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3954), + [5503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2472), + [5505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6209), + [5507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), + [5509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6494), + [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [5513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), + [5515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6181), + [5517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 3, .production_id = 15), + [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4129), + [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4392), + [5523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_tuning, 2), + [5525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_assign_statement_repeat1, 2), SHIFT_REPEAT(3954), + [5528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_assign_statement_repeat1, 2), + [5530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_assign_statement_repeat1, 2), SHIFT_REPEAT(5442), + [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), + [5535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 2), + [5537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 2), SHIFT_REPEAT(706), + [5540] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_variable_definition_repeat2, 2), SHIFT_REPEAT(706), + [5543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 2), SHIFT_REPEAT(5322), + [5546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 2), SHIFT_REPEAT(4116), + [5549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5993), + [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), + [5557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), + [5559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6496), + [5562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900), + [5564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202), + [5566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2422), + [5568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_var_statement_repeat1, 2), SHIFT_REPEAT(3504), + [5571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_statement_repeat1, 2), + [5573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_var_statement_repeat1, 2), SHIFT_REPEAT(5442), + [5576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [5578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), + [5580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6352), + [5582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), + [5584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), + [5586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912), + [5588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), + [5590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6090), + [5592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), + [5594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_tuning, 1), + [5596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), + [5598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2269), + [5600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), + [5602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), + [5604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_run_statement_repeat1, 1), + [5606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), + [5608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2462), + [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [5616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4093), + [5618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2463), + [5620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464), + [5622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), + [5628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2225), + [5630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_can_find_expression_repeat1, 1), + [5632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), + [5634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), + [5636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), + [5638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6300), + [5640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), + [5642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), + [5644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), + [5646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), + [5648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 1, .production_id = 4), + [5650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [5652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4723), + [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [5656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4728), + [5658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4733), + [5660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4734), + [5662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), + [5664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), + [5666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715), + [5668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), + [5670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_tuning, 3), + [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4102), + [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4755), + [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), + [5680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [5682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), + [5684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), + [5686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implements, 2), + [5688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), + [5690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), + [5692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inherits, 2), + [5694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), + [5696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), + [5698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4949), + [5700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6068), + [5702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4969), + [5704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6335), + [5706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2372), + [5708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2371), + [5710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 2, .production_id = 17), + [5712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), + [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4126), + [5716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4883), + [5718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), + [5720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6584), + [5722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4784), + [5724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4786), + [5726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4788), + [5728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 4, .production_id = 26), + [5730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), + [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), + [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4814), + [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [5748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4822), + [5750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4825), + [5752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), + [5754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6306), + [5756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_inherits_repeat1, 2), + [5758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), + [5760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(3175), + [5763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(3175), + [5766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(1301), + [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), + [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4651), + [5773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6659), + [5775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [5777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4859), + [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), + [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4864), + [5789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3452), + [5791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5921), + [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4811), + [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [5799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), + [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [5803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3931), + [5805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5480), + [5807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6183), + [5809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4620), + [5811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4209), + [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [5815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_body, 1), + [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), + [5819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3175), + [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), + [5823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5217), + [5825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_input_stream_statement_repeat1, 1), + [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), + [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), + [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [5833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_body, 2), + [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4900), + [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), + [5839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_buffer_definition_repeat1, 1), + [5841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inherits, 3), + [5843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implements, 3), + [5845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_definition_repeat2, 1), + [5847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_definition_repeat2, 1), + [5849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_argument_with_mode, 3), + [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), + [5853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_tuning, 1), + [5855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_tuning, 1), + [5857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_inherits_repeat1, 2), SHIFT_REPEAT(5010), + [5860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), + [5862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_tuning, 1), + [5864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat1, 2), + [5866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat1, 2), SHIFT_REPEAT(4761), + [5869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat1, 2), + [5871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat1, 2), SHIFT_REPEAT(4355), + [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5531), + [5878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), + [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6032), + [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), + [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), + [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5142), + [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4687), + [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5943), + [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5944), + [5894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat1, 2), SHIFT_REPEAT(4744), + [5897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(492), + [5900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5330), + [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5763), + [5904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6717), + [5906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6704), + [5908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4275), + [5910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3323), + [5912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6098), + [5914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5798), + [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5797), + [5920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4301), + [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5503), + [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5506), + [5928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 2, .production_id = 4), + [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5967), + [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5964), + [5936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 6, .production_id = 26), + [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5037), + [5940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5259), + [5942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6758), + [5944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4601), + [5946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6627), + [5948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 8, .production_id = 37), + [5950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6757), + [5952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_include_repeat2, 2), SHIFT_REPEAT(5037), + [5955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 2), SHIFT_REPEAT(5259), + [5958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 2), + [5960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 2), SHIFT_REPEAT(4601), + [5963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 2), SHIFT_REPEAT(6627), + [5966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 5, .production_id = 26), + [5968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5994), + [5972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5989), + [5974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3317), + [5976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4123), + [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5960), + [5980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5961), + [5982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4290), + [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), + [5986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [5988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4752), + [5990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), + [5992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 5, .production_id = 15), + [5994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5717), + [5996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 4, .production_id = 15), + [5998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4338), + [6000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3971), + [6002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6148), + [6004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4344), + [6006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 3), + [6008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), + [6010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4959), + [6012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4326), + [6014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [6016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5812), + [6018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5811), + [6020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 7, .production_id = 27), + [6022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_parameter_repeat1, 2), + [6024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_parameter_repeat1, 2), SHIFT_REPEAT(4129), + [6027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_parameter_repeat1, 2), SHIFT_REPEAT(4392), + [6030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3320), + [6032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 3, .production_id = 17), + [6034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6366), + [6036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4397), + [6038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [6040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5745), + [6042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5794), + [6044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), + [6046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5788), + [6048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5789), + [6050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4282), + [6052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4366), + [6054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5855), + [6056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6324), + [6058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6755), + [6060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4335), + [6062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4312), + [6064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3318), + [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [6068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5771), + [6070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5772), + [6072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3329), + [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3798), + [6076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5611), + [6078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_destructor_definition_repeat1, 2), + [6080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_destructor_definition_repeat1, 2), SHIFT_REPEAT(4397), + [6083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 4, .production_id = 17), + [6085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6732), + [6087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 3, .production_id = 4), + [6089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5762), + [6091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4443), + [6093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [6095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5437), + [6097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6626), + [6099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [6101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), + [6103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5784), + [6105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [6107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5768), + [6109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [6111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5809), + [6113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 9), + [6115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4847), + [6117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5972), + [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4386), + [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), + [6123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5801), + [6125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), + [6127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [6129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5835), + [6131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), + [6133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [6135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), + [6137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_data_relation_repeat1, 2), + [6139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 1), + [6141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [6143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5947), + [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), + [6149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5843), + [6151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4545), + [6153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_tuning, 1), + [6155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5580), + [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4543), + [6159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [6161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5952), [6163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_serializable, 1), - [6165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [6167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6112), - [6169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_widget_pool, 1), - [6171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [6173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_statement_repeat1, 1), - [6175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [6177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6106), - [6179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_data_relation_repeat1, 2), - [6181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), - [6183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), - [6185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6707), - [6187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_to_phrase, 5), - [6189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), - [6191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [6193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(896), - [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4087), - [6198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_tuning, 1), - [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6170), - [6202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4408), - [6204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4099), - [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6199), + [6165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_widget_pool, 1), + [6167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_final, 1), + [6169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract, 1), + [6171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [6173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat1, 1), + [6175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [6177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6007), + [6179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), + [6181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), + [6183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5981), + [6185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), + [6187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(438), + [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6070), + [6194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_temp_table_tuning, 1), + [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [6198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat2, 2), + [6200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat2, 2), SHIFT_REPEAT(4651), + [6203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5763), + [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), + [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5973), [6210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat2, 2), - [6212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat2, 2), SHIFT_REPEAT(248), - [6215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat2, 2), SHIFT_REPEAT(6736), - [6218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6126), - [6221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), - [6223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6211), - [6225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5959), - [6227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), - [6229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat2, 2), - [6231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat2, 2), SHIFT_REPEAT(4706), - [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), - [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5843), - [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4445), - [6240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4128), - [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4108), - [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4110), - [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6777), - [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4112), - [6252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), - [6254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), - [6256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_do_block_repeat1, 2), - [6258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_block_repeat1, 2), SHIFT_REPEAT(4800), - [6261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_argument_with_mode, 4), - [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), - [6265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 11), - [6267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 11), - [6269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_definition, 9), - [6271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_definition, 9), - [6273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 5), - [6275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event_definition, 8), - [6277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event_definition, 8), - [6279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_body, 2), - [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [6285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_parameter_repeat1, 1), - [6287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 10), - [6289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 10), - [6291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4121), - [6293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 8), - [6295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 8), - [6297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_phrase, 3), - [6299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6913), - [6301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 54), - [6303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 54), - [6305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_phrase, 2), - [6307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3357), - [6309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 60), - [6311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 60), - [6313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(74), - [6316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3363), - [6318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_relation_repeat1, 2), SHIFT_REPEAT(5682), - [6321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_query_definition_repeat1, 2), - [6323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_query_definition_repeat1, 2), SHIFT_REPEAT(5659), - [6326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_query_definition_repeat1, 2), SHIFT_REPEAT(4790), - [6329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), - [6331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_definition, 8), - [6333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_definition, 8), - [6335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [6337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3376), - [6339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), - [6341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 10), SHIFT(74), - [6344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(74), - [6347] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(74), - [6351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 6, .production_id = 30), - [6353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4104), - [6355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 1), - [6357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1), - [6359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4177), - [6361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [6363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 6), - [6365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 6, .production_id = 50), - [6367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_definition, 8), - [6369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_definition, 8), - [6371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), - [6373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), - [6375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), - [6377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_tuning, 2), - [6379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 9, .production_id = 60), - [6381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 9, .production_id = 60), - [6383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4136), - [6385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [6387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_widget_phrase_repeat1, 2), SHIFT_REPEAT(4760), - [6390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_widget_phrase_repeat1, 2), - [6392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_widget_phrase_repeat1, 2), SHIFT_REPEAT(6913), - [6395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5201), - [6397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5147), - [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5384), - [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), - [6405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3372), - [6407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4119), - [6409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 5), - [6411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 5), - [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), - [6417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 9), - [6419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 9), - [6421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), - [6423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), - [6425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 54), - [6427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 54), - [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [6453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 7, .production_id = 30), - [6455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 7, .production_id = 56), - [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [6459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2937), - [6461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6032), - [6463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [6465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), - [6467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), - [6469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement, 1), SHIFT(74), - [6472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat2, 2), - [6474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat2, 2), SHIFT_REPEAT(6840), - [6477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat2, 2), SHIFT_REPEAT(6838), - [6480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 6), - [6482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 6), - [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), - [6486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event_definition, 6), - [6488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event_definition, 6), - [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [6494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 60), - [6496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 60), - [6498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_definition, 6), - [6500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_definition, 6), - [6502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), - [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), - [6508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), - [6510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), - [6512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_definition, 7), - [6514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_definition, 7), - [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), - [6520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_definition, 7), - [6522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_definition, 7), - [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5608), - [6526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 7), - [6528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 7), - [6530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), - [6532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [6534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event_definition, 7), - [6536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event_definition, 7), - [6538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 54), - [6540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 54), - [6542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_destructor_definition_repeat1, 1), - [6544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), - [6546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3359), - [6548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [6550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5378), - [6552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6037), - [6554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4426), - [6556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_statement_repeat1, 2), - [6558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_statement_repeat1, 2), SHIFT_REPEAT(5260), - [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6293), - [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5806), - [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6294), - [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [6569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_fields, 3), - [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), - [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6323), - [6577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5873), - [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6324), - [6581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4649), - [6583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4846), - [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4970), - [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4413), - [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), - [6591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), - [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), - [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5232), - [6597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5528), - [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4492), - [6601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat2, 1), - [6603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 7, .production_id = 57), - [6605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 7), - [6607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [6609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_fields, 2), - [6611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), - [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5113), - [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5770), - [6617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat2, 1), - [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6119), - [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6110), - [6623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6120), - [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6515), - [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), - [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4424), - [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6084), - [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6201), - [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6085), - [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), - [6641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_tuning, 1), - [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4602), - [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5004), - [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5593), - [6651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_field, 2), - [6653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6564), - [6655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 7, .production_id = 27), - [6657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_double_quoted_string_repeat1, 2), - [6659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_double_quoted_string_repeat1, 2), SHIFT_REPEAT(5136), - [6662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_double_quoted_string_repeat1, 2), SHIFT_REPEAT(5136), - [6665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5137), - [6667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5136), - [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), - [6671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat1, 2), - [6673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat1, 2), SHIFT_REPEAT(6955), - [6676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4101), - [6678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 6, .production_id = 50), - [6680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6875), - [6682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 6), - [6684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [6686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4686), - [6688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_quit_phrase, 6), - [6690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4585), - [6692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_error_phrase, 6, .production_id = 30), - [6694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7029), - [6696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [6698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), - [6700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7038), - [6702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), - [6704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 8, .production_id = 37), - [6706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4958), - [6708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), - [6710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4767), - [6712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_quit_phrase, 4), - [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6415), - [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6300), - [6720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6562), - [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), - [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6615), - [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6091), - [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5906), - [6731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5879), - [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5907), - [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), - [6737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameter_mode, 1), - [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6215), - [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6176), - [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6214), - [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5870), - [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5680), - [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5871), - [6751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_on_statement_repeat1, 2), - [6753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_on_statement_repeat1, 2), SHIFT_REPEAT(6663), - [6756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_field, 1), - [6758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6682), - [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), - [6762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3917), - [6764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6685), - [6766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5287), - [6768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6501), - [6770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6209), - [6772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6187), - [6774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6252), - [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6186), - [6778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 2), - [6780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 2), SHIFT_REPEAT(209), - [6783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4725), - [6785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_quit_phrase, 5), - [6787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 5, .production_id = 38), - [6789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 5), - [6791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4499), - [6793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_error_phrase, 5), - [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4731), - [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), - [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6808), - [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5877), - [6803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4551), - [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5690), - [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5691), - [6811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5692), - [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6047), - [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6049), - [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6088), - [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), - [6821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6058), - [6824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition_tuning, 1), - [6826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), - [6828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [6830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), - [6834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3328), - [6836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6561), - [6838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_query_definition_repeat1, 1), - [6840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_include_repeat2, 1), - [6842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 1), - [6844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_tuning, 1), - [6846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [6848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(6037), - [6851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2), - [6853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2), SHIFT_REPEAT(6394), - [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5531), - [6858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5841), - [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), - [6862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), - [6864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_field, 5), - [6866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), - [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5867), - [6870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 4, .production_id = 4), - [6872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), - [6874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6206), - [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), - [6878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5777), - [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5314), - [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6216), - [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), - [6886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), - [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5983), - [6890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5237), - [6892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6081), - [6896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6896), - [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6897), - [6900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6582), - [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [6906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6887), - [6908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6888), - [6910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6585), - [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5929), - [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4788), - [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [6918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5239), - [6920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_stop_phrase, 5), - [6922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4909), - [6926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_member_repeat1, 2), - [6928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_member_repeat1, 2), - [6930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_member_repeat1, 2), SHIFT_REPEAT(4646), - [6933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 9, .production_id = 37), - [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), - [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5985), - [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4729), - [6941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6646), - [6944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [6946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6654), - [6948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6678), - [6950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6696), - [6952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [6954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable, 1), - [6956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 4), - [6958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [6960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), - [6962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 2), - [6964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6394), - [6966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4798), - [6970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_statement_repeat1, 2), - [6972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_statement_repeat1, 2), SHIFT_REPEAT(5770), - [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3966), - [6977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_quoted_string, 3), - [6979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_double_quoted_string, 3), - [6981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_widget_phrase_repeat1, 1), - [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), - [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5016), - [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [6989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6752), - [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6753), - [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6961), - [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), - [6997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6761), - [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6762), - [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6996), - [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), - [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [7009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_do_block_repeat1, 1), - [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), - [7013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_argument, 1, .production_id = 5), - [7015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_argument, 1, .production_id = 5), - [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4179), - [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), - [7021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6012), - [7023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), - [7025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6306), - [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [7029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), - [7031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5883), - [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4184), - [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), - [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6290), - [7045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_statement_repeat1, 1), - [7047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5614), - [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), - [7051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6854), - [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6855), - [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6991), - [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [7059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4708), - [7061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4544), - [7063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6655), - [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [7067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6845), - [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6846), - [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6997), - [7073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(335), - [7076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), - [7078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6044), - [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), - [7082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3954), - [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5758), - [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4766), - [7088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_member, 4, .production_id = 62), - [7090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_member, 4, .production_id = 62), - [7092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4646), - [7094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), - [7096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6033), - [7098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_field, 4), - [7100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), - [7102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6024), - [7104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), - [7106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [7108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), - [7110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5995), - [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [7114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), - [7116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6019), - [7118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 1), - [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5750), - [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4881), - [7124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 10), - [7126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100), - [7128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6005), - [7130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 1), - [7132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 1), - [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [7136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_double_quoted_string_repeat1, 1), - [7138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_double_quoted_string_repeat1, 1), - [7140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_quoted_string, 2), - [7142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_double_quoted_string, 2), - [7144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition_tuning, 2), - [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), - [7148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), - [7150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5789), - [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4044), - [7154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), - [7156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6895), - [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [7160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 8, .production_id = 27), - [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [7164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4663), - [7166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4649), - [7168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6475), - [7170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_assign_statement_repeat1, 1), - [7172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_type, 2, .production_id = 16), - [7174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), - [7176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5977), - [7178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), - [7180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5969), - [7182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4991), - [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6360), - [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5606), - [7188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), - [7190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5958), - [7192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_member, 3, .production_id = 59), - [7194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_member, 3, .production_id = 59), - [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [7198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6506), - [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6547), - [7202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6557), - [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4746), - [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6301), - [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [7214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_stop_phrase, 7, .production_id = 56), - [7216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_stop_phrase, 7, .production_id = 30), - [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4584), - [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), - [7226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5229), - [7228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_stop_phrase, 6, .production_id = 30), - [7230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_stop_phrase, 6), - [7232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_stop_phrase, 6, .production_id = 50), - [7234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_argument, 1, .production_id = 4), - [7236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_argument, 1, .production_id = 4), - [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), - [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), - [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), - [7246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), - [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [7252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat3, 2), - [7254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat3, 2), SHIFT_REPEAT(6978), - [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [7259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), - [7261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6097), - [7263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_argument, 1), - [7265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_argument, 1), - [7267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4677), - [7269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4602), - [7271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6540), - [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), - [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5008), - [7277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6809), - [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6810), - [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6436), - [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [7285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_definition_repeat1, 2), SHIFT_REPEAT(5531), - [7288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_definition_repeat1, 2), - [7290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [7292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6800), - [7294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6801), - [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6430), - [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), - [7300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6369), - [7302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5589), - [7304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4773), - [7306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4426), - [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [7310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [7312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), - [7314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4063), - [7316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6368), - [7318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [7320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), - [7322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4163), - [7324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5505), - [7326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4089), - [7328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6823), - [7330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6776), - [7332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6079), - [7334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5519), - [7336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), - [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), - [7340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_when_branch, 4, .production_id = 51), - [7342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat2, 1), - [7344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2), SHIFT_REPEAT(4063), - [7347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2), - [7349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 4), - [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6470), - [7353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6065), - [7355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6470), - [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), - [7359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5640), - [7361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5719), - [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), - [7365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3156), - [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4620), - [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), - [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), - [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), - [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4165), - [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), - [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), - [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), - [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5409), - [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), - [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), - [7405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6775), - [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5864), - [7411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5463), - [7413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6131), - [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6093), - [7417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4673), - [7419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6621), - [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6621), - [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [7425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6743), - [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), - [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), - [7433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4103), - [7435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6892), - [7437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), - [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), - [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5772), - [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), - [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5829), - [7449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5347), - [7451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6163), - [7453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_tuning, 3), - [7455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), - [7457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), - [7459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5910), - [7461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6885), - [7463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5941), - [7465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6885), - [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [7469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5362), - [7471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6111), - [7473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5678), - [7475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_include_repeat1, 2), - [7477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_include_repeat1, 2), SHIFT_REPEAT(5505), - [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6833), - [7482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5947), - [7484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6833), - [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6734), - [7488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5963), - [7490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6734), - [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), - [7494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), - [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5676), - [7498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4663), - [7500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6358), - [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6706), - [7504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5973), - [7506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6706), - [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6686), - [7510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5990), - [7512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6686), - [7514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [7516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), - [7518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), - [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [7522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), - [7524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4588), - [7527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), - [7529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6089), - [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [7533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [7535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [7539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6431), - [7541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4691), - [7543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_query_fields_repeat1, 2), SHIFT_REPEAT(6093), - [7546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_query_fields_repeat1, 2), - [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6667), - [7552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5996), - [7554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6667), - [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), - [7558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6546), - [7560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [7562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 2), - [7564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6614), - [7568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6010), - [7570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6614), - [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6577), - [7578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6020), - [7580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6577), - [7582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [7584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [7586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [7588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [7590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), - [7592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [7594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5410), - [7596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5952), - [7598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6534), - [7600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6025), - [7602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6534), - [7604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_on_statement_repeat1, 1), - [7606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6638), - [7608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5914), - [7610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6495), - [7612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6040), - [7614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6495), - [7616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), - [7618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6449), - [7620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6046), - [7622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6449), - [7624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4554), - [7626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5381), - [7628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5918), - [7630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 2), - [7632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5904), - [7634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6834), - [7636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6522), - [7638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6188), - [7640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6522), - [7642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [7644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), - [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [7648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [7650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5874), - [7652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(847), - [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5412), - [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), - [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), - [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6956), - [7665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6275), - [7667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6956), - [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5861), - [7673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5586), - [7675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), - [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [7679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), - [7681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6598), - [7683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5298), - [7685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5746), - [7687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4585), - [7689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_member, 1, .production_id = 4), - [7691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_member, 1, .production_id = 4), - [7693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4534), - [7695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5847), - [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), - [7699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat1, 1), - [7701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), SHIFT_REPEAT(5624), - [7704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), - [7706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5376), - [7708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6332), - [7710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_accumulate_statement_repeat1, 2), - [7712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_accumulate_statement_repeat1, 2), SHIFT_REPEAT(3774), - [7715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7047), - [7717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5850), - [7719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7047), - [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5502), - [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), - [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), - [7727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_arguments_repeat1, 2), SHIFT_REPEAT(190), - [7730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_arguments_repeat1, 2), - [7732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5248), - [7734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5739), - [7736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6709), - [7738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), - [7740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4700), - [7742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4551), - [7744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5459), - [7746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6351), - [7748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), - [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5815), - [7754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [7756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [7758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [7760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [7762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6593), - [7764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6939), - [7766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5832), - [7768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), - [7770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_branch_body, 1, .production_id = 1), - [7772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_when_branch, 3, .production_id = 40), - [7774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_branch_body, 1), - [7776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), - [7778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [7780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [7782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6664), - [7784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(949), - [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6281), - [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4732), - [7793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6875), - [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), - [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [7801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), - [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [7805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), - [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), - [7809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), - [7811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5360), - [7813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 3), - [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5188), - [7817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), - [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4402), - [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5802), - [7823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7036), - [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), - [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), - [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), - [7831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5191), - [7833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5729), - [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [7841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5229), - [7847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [7849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), - [7851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [7853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 1), - [7855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5591), - [7857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), - [7859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), - [7861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6560), - [7863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6237), - [7865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6560), - [7867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [7869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5780), - [7871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6909), - [7873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4287), - [7875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5061), - [7877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), - [7879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), - [7881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [7883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), - [7885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [7887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6210), - [7889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [7891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7015), - [7893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4802), - [7895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6192), - [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), - [7899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5610), - [7901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6174), - [7903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5675), - [7905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5295), - [7907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5759), - [7909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6178), - [7911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6407), - [7913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), - [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), - [7917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [7919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [7921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [7923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [7925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [7929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6152), - [7931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6254), - [7933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5689), - [7935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5575), - [7937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6144), - [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), - [7941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6385), - [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [7945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4807), - [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6379), - [7951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [7953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6733), - [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [7957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398), - [7959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4835), - [7961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6778), - [7963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), - [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), - [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6602), - [7969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6601), - [7971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), - [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6266), - [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5882), - [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6805), - [7979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), - [7981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), - [7983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2534), - [7985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5457), - [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6711), - [7989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 10, .production_id = 37), - [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6859), - [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), - [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6508), - [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5450), - [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4412), - [8003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [8005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6759), - [8007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_phrase, 9, .production_id = 27), - [8009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5176), - [8011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7072), - [8013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4776), - [8015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6905), - [8017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6905), - [8019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameter, 2), - [8021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), - [8023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2837), - [8025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [8027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24), - [8029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5247), - [8031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6863), - [8033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6863), - [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5289), - [8037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), - [8039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5238), - [8041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3962), - [8043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6819), - [8045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6819), - [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), - [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), - [8051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2775), - [8053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4727), - [8055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5307), - [8057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [8061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6695), - [8063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6771), - [8065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6771), - [8067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), - [8069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4931), - [8071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_tuning, 1), - [8073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_statement_repeat1, 1), - [8075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), - [8077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [8079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), - [8081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6669), - [8083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), - [8085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4414), - [8087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_tuning, 1), - [8089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [8091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_statement_repeat1, 1), - [8093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 4, .production_id = 4), - [8095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6728), - [8097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [8099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [8101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), - [8103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), - [8105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [8107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6680), - [8109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5594), - [8111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5596), - [8113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), - [8115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6947), - [8117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6807), - [8119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), - [8121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_accumulate_statement_repeat1, 2), - [8123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4914), - [8125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), - [8127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [8129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [8131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6797), - [8133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6953), - [8135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4771), - [8137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6900), - [8139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4755), - [8141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), - [8143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2982), - [8145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6405), - [8147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6405), - [8149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), - [8151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), - [8153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6963), - [8155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), - [8157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6769), - [8159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5210), - [8161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5944), - [8163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), - [8165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6524), - [8167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), - [8169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6662), - [8171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_definition, 3), - [8173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_definition_repeat1, 1), - [8175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_definition_repeat1, 1), - [8177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [8179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6826), - [8181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3360), - [8183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [8185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7016), - [8187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7016), - [8189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [8191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6979), - [8193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6977), - [8195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6858), - [8197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4666), - [8199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), - [8201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6903), - [8203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [8205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6925), - [8207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [8209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6884), - [8211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5212), - [8213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5903), - [8215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [8217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6764), - [8219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6853), - [8221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6738), - [8225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6787), - [8227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6730), - [8229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), - [8231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), - [8233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), - [8235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2718), - [8237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), - [8239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6698), - [8241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), - [8243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_argument_with_mode, 5), - [8245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [8247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4261), - [8249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6814), - [8251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4702), - [8253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), - [8255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6341), - [8257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6050), - [8259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6642), - [8261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat3, 1), - [8263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6739), - [8265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), - [8267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6705), - [8269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), - [8271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6704), - [8273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6735), - [8275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4711), - [8277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6812), - [8279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5336), - [8281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6690), - [8283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5335), - [8285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), - [8287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), - [8289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7023), - [8291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6620), - [8293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [8295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6692), - [8297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6726), - [8299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), - [8301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6999), - [8303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [8305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [8307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), - [8309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5399), - [8311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4221), - [8313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), - [8315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6850), - [8317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4698), - [8319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6766), - [8321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4757), - [8323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4768), - [8325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [8327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6679), - [8329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4740), - [8331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6719), - [8333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4744), - [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6721), - [8337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5115), - [8339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [8341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5937), - [8343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4937), - [8345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6901), - [8347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6901), - [8349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4993), - [8351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [8353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [8355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6927), - [8357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5082), - [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6852), - [8361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6852), - [8363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6815), - [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5467), - [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5051), - [8371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), - [8373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6634), - [8375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), - [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6529), - [8379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [8381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6579), - [8383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6755), - [8385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6755), - [8387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [8389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6902), - [8391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), - [8393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [8395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), - [8397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6653), - [8399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6710), - [8401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6710), - [8403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5208), - [8405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [8407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6727), - [8409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6893), - [8411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5231), - [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6608), - [8415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4687), - [8417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), - [8419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6701), - [8421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6693), - [8423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6693), - [8425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), - [8427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6604), - [8429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6791), - [8431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5282), - [8433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [8435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6674), - [8437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6674), - [8439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5319), - [8441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5280), - [8443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6468), - [8445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [8447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [8449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), - [8451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6618), - [8453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6618), - [8455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), - [8457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6527), - [8459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_definition, 4), - [8461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), - [8463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6871), - [8465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5269), - [8467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [8469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6588), - [8471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6588), - [8473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [8475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6635), - [8477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), - [8479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [8481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6539), - [8483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6539), - [8485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4879), - [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5157), - [8489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4857), - [8491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), - [8493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [8495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4751), - [8497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), - [8499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6754), - [8501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5634), - [8503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5634), - [8505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), - [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6551), - [8509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6499), - [8511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6499), - [8513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4681), - [8515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4680), - [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5101), - [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [8523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6744), - [8525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6469), - [8527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6469), - [8529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6918), - [8531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6921), - [8533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), - [8535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), - [8537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5043), - [8539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5588), - [8541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5588), - [8543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [8545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6149), - [8547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), - [8549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), - [8551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6626), - [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4621), - [8555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6519), - [8557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6538), - [8559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6538), - [8561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [8563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6543), - [8565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6544), - [8567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6672), - [8569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [8571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6575), - [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4865), - [8575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6116), - [8577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6596), - [8579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6607), - [8581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_query_fields_repeat1, 1), - [8583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_query_fields_repeat1, 1), - [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), - [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6545), - [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4245), - [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [8595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2746), - [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5460), - [8599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5461), - [8601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6722), - [8603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), - [8605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5661), - [8607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6572), - [8609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4678), - [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6571), - [8613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5179), - [8615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6720), - [8617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4476), - [8619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4476), - [8621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [8623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6712), - [8625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5371), - [8627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4308), - [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5554), - [8631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), - [8633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2438), - [8635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4072), - [8637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6984), - [8639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6421), - [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [8643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), - [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5404), - [8647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), - [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6747), - [8651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), - [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6489), - [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), - [8657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6563), - [8659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [8661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6860), - [8663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), - [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5583), - [8667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6460), - [8669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5161), - [8671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6412), - [8673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [8675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6633), - [8677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), - [8679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7058), - [8681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6417), - [8683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6946), - [8685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6946), - [8687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), - [8689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6681), - [8691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), - [8693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), - [8695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4789), - [8697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4642), - [8699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6445), - [8701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4632), - [8703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6437), - [8705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5097), - [8707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6447), - [8709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6624), - [8711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), - [8713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4338), - [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [8717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5047), - [8719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6433), - [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6461), - [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6465), - [8725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6476), - [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [8729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6478), - [8731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), - [8733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3515), - [8735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [8737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5736), - [8739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), - [8741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6446), - [8743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), - [8745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6521), - [8747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [8749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6500), - [8751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6548), - [8753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6503), - [8755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6511), - [8757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6511), - [8759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5042), - [8761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5056), - [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), - [8765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4749), - [8767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6675), - [8769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4990), - [8771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6413), - [8773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5544), - [8775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4432), - [8777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6583), - [8779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6416), - [8781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4979), - [8783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6639), - [8785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4763), - [8787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4845), - [8789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), - [8791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6153), - [8793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4844), - [8795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4883), - [8797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), - [8799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3311), - [8801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), - [8803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4939), - [8805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6404), - [8807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4924), - [8809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6400), - [8811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6882), - [8813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6882), - [8815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4916), - [8817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6392), - [8819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4501), - [8821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6597), - [8823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [8825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6870), - [8827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6869), - [8829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), - [8831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4856), - [8833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6725), - [8835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6847), - [8837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [8839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6842), - [8841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6824), - [8843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4655), - [8845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6467), - [8847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6811), - [8849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), - [8851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [8853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), - [8855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [8857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7037), - [8859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6731), - [8861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5121), - [8863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6378), - [8865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5451), - [8867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), - [8869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_pass_type, 1), - [8871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4926), - [8873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6396), - [8875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5653), - [8877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4686), - [8879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [8881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7042), - [8883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 1), - [8885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6816), - [8887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4725), - [8889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5717), - [8891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3915), - [8893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5836), - [8895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [8897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5970), - [8899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6062), - [8901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5223), - [8903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4996), - [8905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5930), - [8907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), - [8909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4928), - [8911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6948), - [8913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [8915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5876), - [8917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4783), - [8919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), - [8921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6022), - [8923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5305), - [8925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4164), - [8927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7070), - [8929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), - [8931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5831), - [8933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), - [8935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), - [8937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4815), - [8939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5340), - [8941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5422), - [8943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4834), - [8945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), - [8947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5899), - [8949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [8951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [8953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4858), - [8955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5888), - [8957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4848), - [8959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4850), - [8961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5869), - [8963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5572), - [8965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4874), - [8967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [8969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [8971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), - [8973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), - [8975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), - [8977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), - [8979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), - [8981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5905), - [8983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), - [8985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5574), - [8987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [8989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7057), - [8991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5405), - [8993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [8995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5672), - [8997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5816), - [8999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), - [9001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [9003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), - [9005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4466), - [9007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [9009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4955), - [9011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5695), - [9013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), - [9015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5688), - [9017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), - [9019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), - [9021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), - [9023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [9025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), - [9027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6552), - [9029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), - [9031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), - [9033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6943), - [9035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4968), - [9037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4971), - [9039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), - [9041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), - [9043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [9045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4986), - [9047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [9049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4429), - [9051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5160), - [9053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), - [9055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [9057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4416), - [9059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [9061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7066), - [9063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6196), - [9065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5551), - [9067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5027), - [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), - [9071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5033), - [9073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6164), - [9077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6212), - [9079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), - [9081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), - [9083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), - [9085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), - [9087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6189), - [9089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), - [9091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [9093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [9095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6248), - [9097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [9099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [9101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6742), - [9103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [9105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [9107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [9109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6741), - [9111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [9113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5055), - [9115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6261), - [9117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5085), - [9119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6273), - [9121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [9123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5964), - [9125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5140), - [9127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [9129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6276), - [9131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), - [9133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), - [9135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), - [9137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5530), - [9139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5525), - [9141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6277), - [9143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), - [9145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6945), - [9147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6251), - [9149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6284), - [9151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), - [9153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [9155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [9157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), - [9159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [9161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5674), - [9163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [9165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), - [9167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [9169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [9171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5338), - [9173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5805), - [9175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), - [9177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), - [9179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), - [9181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), - [9183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [9185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5982), - [9187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6233), - [9189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5912), - [9191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [9193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5253), - [9195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6348), - [9197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6231), - [9199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6195), - [9201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), - [9203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), - [9205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), - [9207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [9209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), - [9211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5749), - [9213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5093), - [9215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6488), - [9217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5288), - [9219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6740), - [9221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5090), - [9223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), - [9225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5860), - [9227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5291), - [9229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5306), - [9231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4709), - [9233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [9235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), - [9237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), - [9239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [9241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [9243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6331), - [9245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [9247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), - [9249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5272), - [9251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4517), - [9253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5240), - [9255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), - [9257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [9259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [9261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [9263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [9265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5920), - [9267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5935), - [9269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5187), - [9271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3859), - [9273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [9275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4411), - [9277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_relation, 6), - [9279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), - [9281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [9283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5948), - [9285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [9287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), - [9289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), - [9291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4162), - [9293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [9295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), - [9297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5866), - [9299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6036), - [9301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), - [9303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6060), - [9305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), - [9307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), - [9309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), - [9311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6130), - [9313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), - [9315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5713), - [9317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), - [9319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), - [9321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [9323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), - [9325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [9327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), - [9329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6168), - [9331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6194), - [9333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), - [9335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), - [9337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5645), - [9339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [9341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [9343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [9345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6179), - [9347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), - [9349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [9351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [9353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6291), - [9355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6181), - [9357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5165), - [9359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4610), - [9361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5474), - [9363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), - [9365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), - [9367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), - [9369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6493), - [9371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), - [9373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [9375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5794), - [9377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5432), - [9379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), - [9381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), - [9383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [9385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6795), - [9387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4368), - [9389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4430), - [9391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), - [9393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5466), - [9395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_include_repeat1, 1), - [9397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), - [9399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [9401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), - [9403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), - [9405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [9407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5830), - [9409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), - [9411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [9413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7076), - [9415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7067), - [9417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5978), - [9419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [9421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [9423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6567), - [9425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [9427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), - [9429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), - [9431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [9433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5193), - [9435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), - [9437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [9439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [9441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), - [9443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), - [9445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [9447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), - [9449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [9451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), - [9453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), - [9455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [9457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), - [9459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), - [9461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4393), - [9463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [9465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [9467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), - [9469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [9471] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [9473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6227), - [9475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4738), - [9477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4770), - [9479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [9481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4853), - [9483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), - [9485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), - [9487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), - [9489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4851), - [9491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [9493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [9495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [9497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6167), - [9499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), - [9501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [9503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), - [9505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [9507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), - [9509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4683), - [9511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [9513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6015), - [9515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [9517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6749), - [9519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5363), - [9521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6051), - [9523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [9525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), - [9527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), - [9529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5536), - [9531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), - [9533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4144), - [9535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), - [9537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5048), - [9539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5853), - [9541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5854), - [9543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), - [9545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5516), - [9547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), - [9549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [9551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6966), - [9553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5862), - [9555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5863), - [9557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6098), - [9559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [9561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4752), - [9563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), - [9565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5886), - [9567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5499), - [9569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5497), - [9571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6793), - [9573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5495), - [9575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5901), - [9577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5902), - [9579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [9581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), - [9583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6390), - [9585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5919), - [9587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5479), - [9589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6758), - [9591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6039), - [9593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [9595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), - [9597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6082), - [9599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [9601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6064), - [9603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), - [9605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5364), - [9607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), - [9609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6644), - [9611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [9613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5297), - [9615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5283), - [9617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6068), - [9619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6069), - [9621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5991), - [9623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5368), - [9625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5957), - [9627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [9629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5939), - [9631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6077), - [9633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6078), - [9635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), - [9637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), - [9639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4097), - [9641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), - [9643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [9645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [9647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6100), - [9649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5389), - [9651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5390), - [9653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6609), - [9655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5391), - [9657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6115), - [9659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), - [9661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), - [9663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [9665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [9667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5840), - [9669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6132), - [9671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5413), - [9673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6586), - [9675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), - [9677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), - [9679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [9681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), - [9683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), - [9685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), - [9687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [9689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5523), - [9691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5445), - [9693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), - [9695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [9697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5763), - [9699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5031), - [9701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6278), - [9703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6279), - [9705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [9707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [9709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5529), - [9711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [9713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6180), - [9715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), - [9717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [9719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6287), - [9721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6288), - [9723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6949), - [9725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5724), - [9727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4676), - [9729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [9731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), - [9733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6309), - [9735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5538), - [9737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5539), - [9739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6402), - [9741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5542), - [9743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [9745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [9747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [9749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6333), - [9751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5552), - [9753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6397), - [9755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_relation, 7), - [9757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), - [9759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), - [9761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7062), - [9763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7064), - [9765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), - [9767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5616), - [9769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5088), - [9771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [9773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [9775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [9777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), - [9779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6234), - [9781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6232), - [9783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5622), - [9785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [9787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [9789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5667), - [9791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6221), - [9793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6220), - [9795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), - [9797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), - [9799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4764), - [9801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [9803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [9805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [9807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6204), - [9809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5641), - [9811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5642), - [9813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6513), - [9815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5644), - [9817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [9819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [9821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6011), - [9823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), - [9825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4713), - [9827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6172), - [9829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5666), - [9831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6542), - [9833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [9835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [9837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), - [9839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [9841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [9843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5070), - [9845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), - [9847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5087), - [9849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [9851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5098), - [9853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4902), - [9855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5111), - [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), - [9859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5123), - [9861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [9863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5105), - [9865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [9867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5173), - [9869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5178), - [9871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_otherwise_branch, 2, .production_id = 41), - [9873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5199), - [9875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5938), - [9877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), - [9879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [9881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [9883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5924), - [9885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6387), - [9887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [9889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5600), - [9891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [9893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), - [9895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [9897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), - [9899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5718), - [9901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7045), - [9903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5063), - [9905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [9907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6362), - [9909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [9911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), - [9913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [9915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_body, 3), - [9917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), - [9919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), - [9921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), - [9923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5639), - [9925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6770), - [9927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [9929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6772), - [9931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6773), - [9933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [9935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), - [9937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), - [9939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6783), - [9941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6784), - [9943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6785), - [9945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [9947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5357), - [9949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), - [9951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), - [9953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6676), - [9955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4712), - [9957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [9959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6818), - [9961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), - [9963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6820), - [9965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6821), - [9967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__find_type, 1), - [9969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [9971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [9973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6829), - [9975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6830), - [9977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6831), - [9979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4197), - [9981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [9983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [9985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5595), - [9987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), - [9989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), - [9991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6408), - [9993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6862), - [9995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6864), - [9997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6865), - [9999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), - [10001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6406), - [10003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6872), - [10005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6873), - [10007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6874), - [10009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [10011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5803), - [10013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), - [10015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [10017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [10019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4733), - [10021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), - [10023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6904), - [10025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6906), - [10027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6907), - [10029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), - [10031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6660), - [10033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6410), - [10035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6914), - [10037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6915), - [10039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6916), - [10041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_relation, 8), - [10043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [10045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), - [10047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [10049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5654), - [10051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [10053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3867), - [10055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_relation, 9), - [10057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), - [10059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6225), - [10061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5643), - [10063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), - [10065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [10067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5414), - [10069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [10071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [10073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [10075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), - [10077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7075), - [10079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [10081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), - [10083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [10085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5062), - [10087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), - [10089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6798), - [10091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6796), - [10093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5498), - [10095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), - [10097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5890), - [10099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5648), - [10101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5891), - [10103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5895), - [10105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5527), - [10107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6790), - [10109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [10111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), - [10113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4777), - [10115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 4), - [10117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 3), - [10119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 2), + [6212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat2, 2), SHIFT_REPEAT(309), + [6215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat2, 2), SHIFT_REPEAT(6378), + [6218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_to_phrase, 5), + [6220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [6222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), + [6224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [6226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement, 1), SHIFT(75), + [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [6231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [6233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [6235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 10), SHIFT(75), + [6238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(75), + [6241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 10), + [6243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 10), + [6245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), + [6247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3362), + [6249] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__statement, 1), REDUCE(sym_if_statement, 4, .production_id = 10), SHIFT(75), + [6253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), + [6255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), + [6257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_parameter_repeat1, 1), + [6259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2607), + [6261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5813), + [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [6265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 5), + [6267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_phrase, 3), + [6269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6199), + [6271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [6273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_widget_phrase_repeat1, 2), SHIFT_REPEAT(4648), + [6276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_widget_phrase_repeat1, 2), + [6278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_widget_phrase_repeat1, 2), SHIFT_REPEAT(6199), + [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [6283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3354), + [6285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [6287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(75), + [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [6292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 6, .production_id = 30), + [6294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat2, 2), + [6296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat2, 2), SHIFT_REPEAT(6061), + [6299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat2, 2), SHIFT_REPEAT(6069), + [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4104), + [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), + [6310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_destructor_definition_repeat1, 1), + [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), + [6314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3363), + [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4101), + [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5072), + [6320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4976), + [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5321), + [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), + [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [6332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3351), + [6334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_tuning, 2), + [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [6342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_relation_repeat1, 2), SHIFT_REPEAT(5437), + [6345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_definition, 9), + [6347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_definition, 9), + [6349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_query_definition_repeat1, 2), + [6351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_query_definition_repeat1, 2), SHIFT_REPEAT(5142), + [6354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_query_definition_repeat1, 2), SHIFT_REPEAT(4687), + [6357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 5), + [6359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 5), + [6361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_argument_with_mode, 4), + [6363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [6365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 9, .production_id = 60), + [6367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 9, .production_id = 60), + [6369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [6371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 54), + [6373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 54), + [6375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [6377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 9), + [6379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 9), + [6381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_body, 2), + [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [6385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [6387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 6, .production_id = 50), + [6389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [6391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [6393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4097), + [6395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 7, .production_id = 30), + [6397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 7, .production_id = 56), + [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [6401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_definition, 8), + [6403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_definition, 8), + [6405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_definition, 8), + [6407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_definition, 8), + [6409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4096), + [6411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 60), + [6413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 60), + [6415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 54), + [6417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 54), + [6419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event_definition, 8), + [6421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event_definition, 8), + [6423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [6427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 8), + [6429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 8), + [6431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 6), + [6433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 6), + [6435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_error_phrase, 6), + [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), + [6439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 1), + [6441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1), + [6443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_do_block_repeat1, 2), + [6445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_block_repeat1, 2), SHIFT_REPEAT(4831), + [6448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event_definition, 6), + [6450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event_definition, 6), + [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), + [6454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), + [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), + [6458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_phrase, 2), + [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [6462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 11), + [6464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 11), + [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [6468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_definition, 7), + [6470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_definition, 7), + [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4128), + [6474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 60), + [6476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 60), + [6478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_definition, 6), + [6480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_definition, 6), + [6482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_definition, 7), + [6484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_definition, 7), + [6486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [6488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), + [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [6492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 54), + [6494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 54), + [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5357), + [6498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [6502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_source_definition, 7), + [6504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_source_definition, 7), + [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [6508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [6510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event_definition, 7), + [6512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event_definition, 7), + [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), + [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4916), + [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6000), + [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), + [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6056), + [6526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6052), + [6528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_stop_phrase, 6), + [6530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat2, 1), + [6532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4493), + [6534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5029), + [6536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4890), + [6538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4890), + [6540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_stop_phrase, 6, .production_id = 50), + [6542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4589), + [6544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_stop_phrase, 6, .production_id = 30), + [6546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_fields, 3), + [6548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), + [6550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6371), + [6552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5702), + [6554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat1, 1), + [6556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [6558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5472), + [6560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5474), + [6562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5477), + [6564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 6), + [6566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 2), + [6568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 2), SHIFT_REPEAT(220), + [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4872), + [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5777), + [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4399), + [6577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_on_statement_repeat1, 2), + [6579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_on_statement_repeat1, 2), SHIFT_REPEAT(6704), + [6582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4538), + [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5052), + [6586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), + [6588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), + [6590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), + [6592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 6, .production_id = 50), + [6594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4917), + [6596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6217), + [6598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5876), + [6600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4584), + [6602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_quit_phrase, 6), + [6604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5805), + [6606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5776), + [6608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5774), + [6610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6565), + [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5847), + [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5502), + [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5844), + [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [6621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 7, .production_id = 57), + [6623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 7), + [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4466), + [6627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 7, .production_id = 57), + [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), + [6631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_statement_repeat1, 2), + [6633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_statement_repeat1, 2), SHIFT_REPEAT(5079), + [6636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 7), + [6638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_stop_phrase, 7, .production_id = 56), + [6640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_stop_phrase, 7, .production_id = 30), + [6642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6153), + [6644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4678), + [6646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), + [6648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4416), + [6650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [6652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4236), + [6654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat2, 2), + [6656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat2, 2), SHIFT_REPEAT(6375), + [6659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4579), + [6661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_endkey_phrase, 6), + [6663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 6), + [6665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_fields, 2), + [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6160), + [6669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4886), + [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), + [6673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 6, .production_id = 50), + [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), + [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), + [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), + [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), + [6683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5287), + [6685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5500), + [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6248), + [6689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_double_quoted_string_repeat1, 2), + [6691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_double_quoted_string_repeat1, 2), SHIFT_REPEAT(4890), + [6694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_double_quoted_string_repeat1, 2), SHIFT_REPEAT(4890), + [6697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameter_mode, 1), + [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5883), + [6701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5841), + [6703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5882), + [6705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5695), + [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6033), + [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5696), + [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6277), + [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5818), + [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), + [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5730), + [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5636), + [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5731), + [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4636), + [6729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4471), + [6731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_error_phrase, 5), + [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5779), + [6735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4654), + [6737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_endkey_phrase, 4), + [6739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4479), + [6741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_error_phrase, 6, .production_id = 30), + [6743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4660), + [6745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_quit_phrase, 4), + [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5874), + [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5490), + [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5875), + [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), + [6755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), + [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5906), + [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5975), + [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5907), + [6763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_field, 2), + [6765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6741), + [6767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_phrase_repeat2, 1), + [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [6771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_field, 1), + [6773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6185), + [6775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3862), + [6777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6071), + [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), + [6781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_workfile_tuning, 1), + [6783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4605), + [6785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_endkey_phrase, 5), + [6787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 5, .production_id = 38), + [6789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_endkey_phrase, 5), + [6791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4110), + [6793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4572), + [6795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_quit_phrase, 5), + [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6045), + [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5888), + [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6046), + [6803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 5, .production_id = 38), + [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6213), + [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5881), + [6811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_on_quit_phrase, 5), + [6813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4554), + [6815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_on_stop_phrase, 5), + [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4633), + [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4212), + [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6036), + [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5938), + [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6035), + [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [6829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6461), + [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6431), + [6833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6429), + [6835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), + [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [6839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6391), + [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6387), + [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6385), + [6845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [6847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4183), + [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4478), + [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), + [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), + [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), + [6857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [6859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), + [6861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), + [6863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), + [6865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), + [6867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition_tuning, 1), + [6869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_query_definition_repeat1, 1), + [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), + [6875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [6877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5871), + [6879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6042), + [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4813), + [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [6889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2), + [6891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2), SHIFT_REPEAT(6531), + [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5361), + [6896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5621), + [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6457), + [6900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6458), + [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5689), + [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5690), + [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [6908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), + [6910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5668), + [6912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), + [6914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5682), + [6916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), + [6918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5691), + [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6280), + [6922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6325), + [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5697), + [6926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5684), + [6928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), + [6930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5699), + [6932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), + [6934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5709), + [6936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), + [6938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5718), + [6940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), + [6942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5733), + [6944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), + [6946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5738), + [6948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [6950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5444), + [6952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), + [6954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), + [6956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5752), + [6958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3313), + [6960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6654), + [6962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4753), + [6964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4720), + [6966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), + [6970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5500), + [6973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_tuning, 1), + [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), + [6977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), + [6979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5867), + [6981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_do_block_repeat1, 1), + [6983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6577), + [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6578), + [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6197), + [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [6991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 10), + [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [6995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6568), + [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6569), + [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6211), + [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), + [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5955), + [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4652), + [7007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_quoted_string, 2), + [7009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_double_quoted_string, 2), + [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6011), + [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4658), + [7015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_double_quoted_string_repeat1, 1), + [7017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_double_quoted_string_repeat1, 1), + [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), + [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3925), + [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), + [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5586), + [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4555), + [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6048), + [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4664), + [7033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), + [7035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6050), + [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5672), + [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4574), + [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [7043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 1), + [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6531), + [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4931), + [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5889), + [7051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6535), + [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6536), + [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6548), + [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [7061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6526), + [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6527), + [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6580), + [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5927), + [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), + [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5025), + [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), + [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5035), + [7079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_statement_repeat1, 1), + [7081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5430), + [7083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable, 1), + [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), + [7087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_of_phrase, 4), + [7089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_widget_phrase_repeat1, 1), + [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), + [7093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_assign_statement_repeat1, 1), + [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), + [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), + [7103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), + [7105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5887), + [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6521), + [7109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6491), + [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6492), + [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6513), + [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [7119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6482), + [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6483), + [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6370), + [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [7127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat3, 2), + [7129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat3, 2), SHIFT_REPEAT(6659), + [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), + [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3852), + [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), + [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), + [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [7150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), + [7152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5708), + [7154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 4, .production_id = 4), + [7156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_definition_repeat1, 2), SHIFT_REPEAT(5361), + [7159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_definition_repeat1, 2), + [7161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_member_repeat1, 2), + [7163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_member_repeat1, 2), + [7165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_member_repeat1, 2), SHIFT_REPEAT(4535), + [7168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6443), + [7170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6444), + [7172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6338), + [7174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [7176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [7178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6434), + [7180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6435), + [7182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6341), + [7184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_quoted_string, 3), + [7186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_double_quoted_string, 3), + [7188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_statement_repeat1, 2), + [7190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_statement_repeat1, 2), SHIFT_REPEAT(6000), + [7193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 2), + [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), + [7197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4568), + [7199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4496), + [7201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6424), + [7203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_argument, 1, .production_id = 4), + [7205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_argument, 1, .production_id = 4), + [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [7209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_argument, 1), + [7211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_argument, 1), + [7213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_argument, 1, .production_id = 5), + [7215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_argument, 1, .production_id = 5), + [7217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_include_repeat2, 1), + [7219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_include_repeat2, 1), + [7221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_field, 5), + [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5996), + [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4635), + [7227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5685), + [7229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4615), + [7231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4456), + [7233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6406), + [7235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(679), + [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), + [7240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), + [7242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5562), + [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), + [7246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_query_definition_tuning, 2), + [7248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 1), + [7250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 1), + [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5049), + [7254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5050), + [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5051), + [7258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_qualified_name_repeat1, 2), SHIFT_REPEAT(5544), + [7261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_access_repeat1, 2, .production_id = 9), SHIFT_REPEAT(6563), + [7264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_member, 3, .production_id = 59), + [7266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_member, 3, .production_id = 59), + [7268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4535), + [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [7272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_type, 2, .production_id = 16), + [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), + [7278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3956), + [7280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [7284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), + [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [7288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5692), + [7290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4551), + [7292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4538), + [7294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6665), + [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6049), + [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4637), + [7300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [7302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5058), + [7304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [7306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5055), + [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [7310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_widget_field, 4), + [7312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_member, 4, .production_id = 62), + [7314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_member, 4, .production_id = 62), + [7316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [7318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5110), + [7320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5742), + [7322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [7324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [7326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [7328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4247), + [7330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5133), + [7332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [7334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), + [7336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5662), + [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [7340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [7342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [7344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), + [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5388), + [7348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), + [7350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), + [7352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), + [7354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5320), + [7356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5782), + [7358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4698), + [7360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5462), + [7362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5541), + [7364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5673), + [7366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5548), + [7368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4712), + [7370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5468), + [7372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5570), + [7374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5581), + [7376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4722), + [7378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5485), + [7380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5598), + [7382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [7384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [7386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6639), + [7388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5511), + [7390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6639), + [7392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5608), + [7394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4583), + [7396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4493), + [7398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4739), + [7400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5492), + [7402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), + [7404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5626), + [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5635), + [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), + [7410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), + [7412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), + [7414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [7416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), + [7418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5602), + [7420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 2), + [7422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5971), + [7424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), + [7426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [7428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [7430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [7432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), + [7434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5028), + [7436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(524), + [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), + [7443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6348), + [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), + [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6518), + [7449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5660), + [7451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6518), + [7453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6372), + [7455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5665), + [7457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6372), + [7459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6238), + [7461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5680), + [7463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6238), + [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6073), + [7467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5683), + [7469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6073), + [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6266), + [7473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5694), + [7475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6266), + [7477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [7479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6616), + [7481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5705), + [7483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6616), + [7485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_repeat_statement_repeat2, 1), + [7487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6292), + [7489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5712), + [7491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6292), + [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [7495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5746), + [7497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6628), + [7499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5722), + [7501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6628), + [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [7505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [7507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3233), + [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6278), + [7511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5736), + [7513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6278), + [7515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6117), + [7517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5749), + [7519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6117), + [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [7523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [7525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6125), + [7527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5755), + [7529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6125), + [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), + [7533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6010), + [7535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), + [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [7539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6303), + [7541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5190), + [7543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5810), + [7545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_temp_table_definition_repeat2, 1), + [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [7549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6436), + [7551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5161), + [7553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5836), + [7555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6744), + [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [7563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5895), + [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), + [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), + [7569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5271), + [7571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 2), + [7573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6151), + [7575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5905), + [7577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6151), + [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5123), + [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), + [7583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), + [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6013), + [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [7589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2), SHIFT_REPEAT(463), + [7592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_tuning, 3), + [7594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [7596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [7598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [7600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [7602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [7604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [7606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6489), + [7608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), + [7610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5417), + [7612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5988), + [7614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), + [7616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6561), + [7618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), + [7620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [7622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5335), + [7624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6025), + [7626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6018), + [7628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5436), + [7630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4197), + [7632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), + [7634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5985), + [7636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 4), + [7638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6347), + [7640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6027), + [7642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6347), + [7644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_query_fields_repeat1, 2), SHIFT_REPEAT(5518), + [7647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_query_fields_repeat1, 2), + [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5127), + [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), + [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), + [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4109), + [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5550), + [7667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 3), + [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5257), + [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6360), + [7673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6216), + [7675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4617), + [7677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6153), + [7679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5334), + [7681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5945), + [7683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6677), + [7685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), + [7687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4395), + [7690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5120), + [7692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5918), + [7694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4240), + [7696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [7698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [7700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2), SHIFT_REPEAT(4115), + [7703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2), + [7705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_branch_body, 1), + [7707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [7709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [7711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6620), + [7713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5856), + [7715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6620), + [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5130), + [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), + [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), + [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [7727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_when_branch, 3, .production_id = 40), + [7729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_branch_body, 1, .production_id = 1), + [7731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), + [7733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), + [7735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4466), + [7737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5148), + [7739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5520), + [7741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [7743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [7745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), + [7747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [7749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [7751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6124), + [7753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5047), + [7755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5505), + [7757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5315), + [7759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5773), + [7761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_when_branch, 4, .production_id = 51), + [7763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), + [7765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4591), + [7767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6180), + [7769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6498), + [7771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), + [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), + [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), + [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [7781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_accumulate_statement_repeat1, 2), + [7783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_accumulate_statement_repeat1, 2), SHIFT_REPEAT(3959), + [7786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4947), + [7788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), + [7790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), + [7792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4511), + [7794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6260), + [7796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5675), + [7798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6260), + [7800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5140), + [7802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), + [7804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [7806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), + [7808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), SHIFT_REPEAT(5168), + [7811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_arguments_repeat1, 2), SHIFT_REPEAT(193), + [7814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_arguments_repeat1, 2), + [7816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_member, 1, .production_id = 4), + [7818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_member, 1, .production_id = 4), + [7820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4437), + [7822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [7824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), + [7826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [7828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [7830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [7832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [7834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), + [7836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [7838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [7840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [7842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [7844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), + [7846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [7848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), + [7850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [7852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [7854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), + [7856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), + [7860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [7862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), + [7864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6037), + [7866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4551), + [7868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6054), + [7870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), + [7872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), + [7874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), + [7876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5518), + [7878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4598), + [7880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4521), + [7882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [7884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [7886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [7888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), + [7890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), + [7892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [7894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4464), + [7896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [7898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [7900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6299), + [7902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6299), + [7904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 1), + [7906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [7908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [7910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), + [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [7914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_include_repeat1, 2), + [7916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_include_repeat1, 2), SHIFT_REPEAT(5133), + [7919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5501), + [7921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [7923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [7925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6285), + [7929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4556), + [7931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_on_statement_repeat1, 1), + [7933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [7935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5491), + [7937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), + [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6590), + [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), + [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6661), + [7945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4309), + [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4599), + [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4751), + [7951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6728), + [7953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4770), + [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), + [7957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6257), + [7959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6172), + [7961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4575), + [7963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6623), + [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), + [7969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2910), + [7971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_workfile_definition_repeat3, 1), + [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6364), + [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5546), + [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6592), + [7979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4624), + [7981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_tuning, 1), + [7983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), + [7985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6393), + [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6586), + [7991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6586), + [7993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_statement_repeat1, 1), + [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4711), + [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), + [7999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2887), + [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [8003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6430), + [8005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6301), + [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6302), + [8009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), + [8011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [8013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6432), + [8015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), + [8017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6135), + [8019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5935), + [8021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6544), + [8023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6544), + [8025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4840), + [8027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6477), + [8029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), + [8031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6204), + [8033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5241), + [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5236), + [8037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4721), + [8039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5398), + [8041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), + [8043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), + [8045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6346), + [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6500), + [8051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6500), + [8053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6067), + [8055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), + [8057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6318), + [8061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4738), + [8063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), + [8065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6625), + [8067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6453), + [8069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6453), + [8071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5195), + [8073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5195), + [8075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6451), + [8077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4836), + [8079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [8081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), + [8083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4758), + [8085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_argument_with_mode, 5), + [8087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6144), + [8089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6144), + [8091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5495), + [8093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6658), + [8095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [8097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5760), + [8099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [8101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24), + [8103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_query_fields_repeat1, 1), + [8105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_query_fields_repeat1, 1), + [8107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [8109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [8111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5115), + [8113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4522), + [8115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6170), + [8117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5350), + [8119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6143), + [8121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4668), + [8123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6556), + [8125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4827), + [8127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5823), + [8129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), + [8131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6425), + [8133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [8135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5656), + [8137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [8139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5425), + [8141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5425), + [8143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), + [8145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), + [8147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4819), + [8149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6410), + [8151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4571), + [8153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4570), + [8155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4818), + [8157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6091), + [8159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [8161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6262), + [8163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6581), + [8165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4621), + [8167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_definition_repeat1, 1), + [8169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_definition_repeat1, 1), + [8171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [8173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6196), + [8175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [8177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6150), + [8179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [8181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 4, .production_id = 4), + [8183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [8185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), + [8187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6214), + [8189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [8191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4716), + [8193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6288), + [8195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [8197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6487), + [8199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [8201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6133), + [8203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6558), + [8205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [8207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 1), + [8209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4590), + [8211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6539), + [8213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4659), + [8215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [8217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6507), + [8219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), + [8221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6541), + [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [8225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6179), + [8227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), + [8229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [8231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_accumulate_statement_repeat1, 2), + [8233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), + [8235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6680), + [8237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), + [8239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2979), + [8241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [8243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6719), + [8245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6495), + [8247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4639), + [8249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4488), + [8251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4803), + [8253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6315), + [8255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_definition, 3), + [8257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [8259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), + [8261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [8263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6753), + [8265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [8267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), + [8269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [8271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6640), + [8273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2382), + [8275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5083), + [8277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6448), + [8279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4623), + [8281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [8283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [8285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5085), + [8287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [8289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6116), + [8291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4557), + [8293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6304), + [8295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6304), + [8297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameter, 2), + [8299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6369), + [8301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5073), + [8303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4774), + [8305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6291), + [8307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6524), + [8309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6524), + [8311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5078), + [8313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [8315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6389), + [8317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6389), + [8319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5081), + [8321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [8323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), + [8325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4587), + [8327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6146), + [8329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6146), + [8331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6157), + [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6671), + [8337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6254), + [8339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6254), + [8341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5087), + [8343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [8345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6062), + [8347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6062), + [8349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5046), + [8351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5756), + [8353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_definition, 4), + [8355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5090), + [8357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6221), + [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6228), + [8363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5095), + [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5726), + [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5097), + [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5727), + [8371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [8373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6402), + [8375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), + [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6059), + [8379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6230), + [8381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6230), + [8383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6463), + [8385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), + [8387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5977), + [8389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5098), + [8391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [8393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), + [8395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6381), + [8397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6570), + [8399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6570), + [8401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5102), + [8403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [8405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [8407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4307), + [8409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6749), + [8411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6749), + [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [8415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6697), + [8417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5096), + [8419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6473), + [8421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [8423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [8425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2740), + [8427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), + [8429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6557), + [8431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6643), + [8433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6643), + [8435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6332), + [8437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4569), + [8439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6331), + [8441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5068), + [8443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6330), + [8445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5067), + [8447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6328), + [8449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5066), + [8451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5040), + [8453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6644), + [8455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [8457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6009), + [8459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [8461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6297), + [8463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6297), + [8465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4984), + [8467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [8469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [8471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6742), + [8473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [8475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6738), + [8477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5369), + [8479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), + [8481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4879), + [8483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6600), + [8485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_pass_type, 1), + [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), + [8489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6400), + [8491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6127), + [8493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6127), + [8495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4928), + [8497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [8499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [8501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), + [8503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6108), + [8505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6108), + [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6120), + [8509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4874), + [8511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4870), + [8513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), + [8515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6236), + [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4396), + [8519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4396), + [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), + [8523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6601), + [8525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5245), + [8527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6684), + [8529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392), + [8531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4471), + [8533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4479), + [8535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6528), + [8537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5131), + [8539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), + [8541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6155), + [8543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), + [8545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6594), + [8547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4741), + [8549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6270), + [8551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6575), + [8555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), + [8557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6264), + [8559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), + [8561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6688), + [8563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5196), + [8565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), + [8567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4727), + [8569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4715), + [8571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6244), + [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4707), + [8575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4529), + [8577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4661), + [8579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [8581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6169), + [8583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), + [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6142), + [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5184), + [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6638), + [8593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4888), + [8595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6353), + [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [8599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1404), + [8601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6462), + [8603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [8605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [8607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6552), + [8609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6194), + [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6426), + [8615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6383), + [8617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6383), + [8619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), + [8621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [8623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6327), + [8625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6313), + [8627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4279), + [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [8631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6282), + [8633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [8635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6275), + [8637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6573), + [8639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6094), + [8643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6072), + [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6641), + [8647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6177), + [8651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), + [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6678), + [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4308), + [8657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [8659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), + [8661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6735), + [8663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6739), + [8667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6540), + [8669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4481), + [8671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6192), + [8673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [8675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6663), + [8677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6571), + [8679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6167), + [8681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4566), + [8683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3863), + [8685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6484), + [8687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6484), + [8689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6731), + [8691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [8693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6165), + [8695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), + [8697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4532), + [8699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6676), + [8701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [8703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6559), + [8705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), + [8707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6706), + [8709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5192), + [8711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4350), + [8713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), + [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6637), + [8717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [8719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4525), + [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6718), + [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [8725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6223), + [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4580), + [8729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), + [8731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), + [8733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6163), + [8735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4918), + [8737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6321), + [8739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4968), + [8741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [8743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5434), + [8745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6490), + [8747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1789), + [8749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), + [8751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5323), + [8753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5267), + [8755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), + [8757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6441), + [8759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), + [8761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3314), + [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), + [8765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6057), + [8767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), + [8769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [8771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6107), + [8773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4936), + [8775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6695), + [8777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6711), + [8779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), + [8781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6087), + [8783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4887), + [8785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [8787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6186), + [8789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), + [8791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5342), + [8793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), + [8795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3556), + [8797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4710), + [8799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4714), + [8801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4655), + [8803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4548), + [8805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_tuning, 1), + [8807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), + [8809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2649), + [8811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), + [8813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6446), + [8815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4564), + [8817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6080), + [8819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4906), + [8821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [8823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6334), + [8825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [8827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), + [8829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [8831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), + [8833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5423), + [8835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6110), + [8837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6110), + [8839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [8841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6081), + [8843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6095), + [8845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6479), + [8847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6470), + [8849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2438), + [8851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6088), + [8853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4665), + [8855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6471), + [8857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [8859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_statement_repeat1, 1), + [8861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6134), + [8863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [8865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6140), + [8867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6149), + [8869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4352), + [8871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6168), + [8873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), + [8875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6488), + [8877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4549), + [8879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4663), + [8881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [8883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), + [8885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6379), + [8887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [8889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5732), + [8891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5748), + [8893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5296), + [8895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [8897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [8899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), + [8901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5949), + [8903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5589), + [8905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), + [8907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4969), + [8909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [8911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), + [8913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), + [8915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [8917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), + [8919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5625), + [8921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), + [8923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), + [8925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [8927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6020), + [8929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4904), + [8931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [8933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), + [8935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5538), + [8937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), + [8939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4922), + [8941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4908), + [8943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4632), + [8945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5926), + [8947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), + [8949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), + [8951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [8953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [8955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [8957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), + [8959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), + [8961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__find_type, 1), + [8963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), + [8965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5593), + [8967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5273), + [8969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), + [8971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), + [8973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6293), + [8975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), + [8977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), + [8979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [8981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [8983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [8985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4971), + [8987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), + [8989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), + [8991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [8993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [8995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [8997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), + [8999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [9001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [9003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6440), + [9005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4943), + [9007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5854), + [9009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [9011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [9013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), + [9015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), + [9017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6712), + [9019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [9021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6445), + [9023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6493), + [9025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6550), + [9027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), + [9029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [9031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [9033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [9035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [9037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [9039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [9041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5980), + [9043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [9045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [9047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6480), + [9049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [9051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [9053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), + [9055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [9057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), + [9059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [9061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [9063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_relation, 7), + [9065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), + [9067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), + [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), + [9071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), + [9073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5331), + [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), + [9077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4294), + [9079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5900), + [9081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [9083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5873), + [9085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4634), + [9087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), + [9089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [9091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4563), + [9093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), + [9095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6232), + [9097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), + [9099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), + [9101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), + [9103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4189), + [9105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [9107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_relation, 6), + [9109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [9111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), + [9113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), + [9115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5483), + [9117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6740), + [9119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [9121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5559), + [9123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), + [9125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), + [9127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5744), + [9129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [9131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), + [9133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), + [9135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5554), + [9137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [9139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4937), + [9141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5532), + [9143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4645), + [9145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), + [9147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), + [9149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), + [9151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4462), + [9153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), + [9155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4143), + [9157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), + [9159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5913), + [9161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [9163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5452), + [9165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4940), + [9167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), + [9169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5936), + [9171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [9173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), + [9175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [9177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5537), + [9179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), + [9181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5553), + [9183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [9185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5853), + [9187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), + [9189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4076), + [9191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5572), + [9193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), + [9195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5226), + [9197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [9199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), + [9201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [9203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4901), + [9205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), + [9207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5786), + [9209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5579), + [9211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [9213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [9215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), + [9217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5615), + [9219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), + [9221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [9223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5327), + [9225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4705), + [9227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5765), + [9229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [9231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), + [9233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_relation, 8), + [9235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), + [9237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), + [9239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), + [9241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6746), + [9243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), + [9245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), + [9247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), + [9249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [9251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), + [9253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [9255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [9257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [9259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), + [9261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [9263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5790), + [9265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [9267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), + [9269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3938), + [9271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [9273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4692), + [9275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [9277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_otherwise_branch, 2, .production_id = 41), + [9279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6715), + [9281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5799), + [9283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), + [9285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5540), + [9287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [9289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [9291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6034), + [9293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5121), + [9295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [9297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), + [9299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5822), + [9301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [9303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4765), + [9305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [9307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), + [9309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), + [9311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), + [9313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [9315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5740), + [9317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), + [9319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [9321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5514), + [9323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [9325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [9327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), + [9329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4740), + [9331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5152), + [9333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), + [9335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [9337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5908), + [9339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6047), + [9341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [9343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_body, 3), + [9345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [9347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [9349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), + [9351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), + [9353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [9355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), + [9357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6051), + [9359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3898), + [9361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [9363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5969), + [9365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6014), + [9367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [9369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [9371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4950), + [9373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [9375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4951), + [9377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), + [9379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4592), + [9381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4880), + [9383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), + [9385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), + [9387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5642), + [9389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [9391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), + [9393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), + [9395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), + [9397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), + [9399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4977), + [9401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [9403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), + [9405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5476), + [9407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [9409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), + [9411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [9413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [9415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), + [9417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5277), + [9419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5463), + [9421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [9423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6504), + [9425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), + [9427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6730), + [9429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5471), + [9431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [9433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5515), + [9435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [9437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [9439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5478), + [9441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6227), + [9443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [9445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [9447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), + [9449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5714), + [9451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), + [9453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [9455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), + [9457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [9459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [9461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5924), + [9463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), + [9465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [9467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5693), + [9469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5934), + [9471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5917), + [9473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), + [9475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4948), + [9477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5435), + [9479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5512), + [9481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), + [9483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6629), + [9485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [9487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [9489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [9491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5488), + [9493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [9495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5391), + [9497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5787), + [9499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), + [9501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), + [9503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), + [9505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), + [9507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), + [9509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6261), + [9511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6273), + [9513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6281), + [9515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5317), + [9517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4089), + [9519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6137), + [9521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), + [9523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6305), + [9525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), + [9527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [9529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5135), + [9531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), + [9533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [9535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), + [9537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5349), + [9539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [9541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5566), + [9543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [9545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5017), + [9547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5678), + [9549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5679), + [9551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4789), + [9553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [9555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5346), + [9557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [9559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6283), + [9561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [9563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5687), + [9565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5688), + [9567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5312), + [9569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4794), + [9571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4542), + [9573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4627), + [9575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), + [9577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [9579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4798), + [9581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5711), + [9583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5338), + [9585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5106), + [9587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6358), + [9589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5337), + [9591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5724), + [9593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5725), + [9595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), + [9597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [9599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5561), + [9601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4799), + [9603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [9605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [9607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5743), + [9609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5328), + [9611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6337), + [9613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), + [9615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [9617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [9619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [9621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [9623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [9625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [9627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5300), + [9629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6751), + [9631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4806), + [9633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4974), + [9635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5859), + [9637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5860), + [9639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), + [9641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [9643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5290), + [9645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [9647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), + [9649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [9651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [9653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5868), + [9655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5869), + [9657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5800), + [9659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [9661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4644), + [9663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4088), + [9665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), + [9667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5890), + [9669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5286), + [9671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5285), + [9673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6206), + [9675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5284), + [9677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5903), + [9679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [9681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_include_repeat1, 1), + [9683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [9685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), + [9687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5919), + [9689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5279), + [9691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6178), + [9693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), + [9695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5592), + [9697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [9699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), + [9701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5061), + [9703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5258), + [9705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5314), + [9707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [9709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [9711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [9713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4907), + [9715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6030), + [9717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6031), + [9719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), + [9721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4732), + [9723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [9725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6039), + [9727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6040), + [9729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [9731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5654), + [9733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4667), + [9735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [9737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), + [9739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6044), + [9741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5251), + [9743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5249), + [9745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6064), + [9747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5248), + [9749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [9751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), + [9753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6024), + [9755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5240), + [9757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6408), + [9759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [9761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [9763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [9765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [9767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5216), + [9769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5427), + [9771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), + [9773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5054), + [9775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5704), + [9777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4837), + [9779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5902), + [9781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5901), + [9783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), + [9785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4868), + [9787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), + [9789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), + [9791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), + [9793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [9795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [9797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5894), + [9799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5893), + [9801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [9803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4577), + [9805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4503), + [9807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), + [9809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [9811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5864), + [9813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5205), + [9815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5204), + [9817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6229), + [9819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5203), + [9821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [9823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5086), + [9825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5897), + [9827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), + [9829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5834), + [9831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5199), + [9833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6256), + [9835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6748), + [9837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6745), + [9839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4828), + [9841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [9843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5721), + [9845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4772), + [9847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), + [9849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), + [9851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [9853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), + [9855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4764), + [9859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5911), + [9861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4763), + [9863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5925), + [9865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4762), + [9867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5929), + [9869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4760), + [9871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), + [9873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4757), + [9875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [9877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4756), + [9879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [9881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), + [9883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), + [9885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [9887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5439), + [9889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6109), + [9891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [9893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5053), + [9895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), + [9897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [9899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [9901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6660), + [9903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6694), + [9905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5413), + [9907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [9909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [9911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4834), + [9913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6145), + [9915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), + [9917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4835), + [9919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [9921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [9923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), + [9925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [9927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), + [9929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6754), + [9931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6452), + [9933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5276), + [9935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6454), + [9937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6455), + [9939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5758), + [9941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6465), + [9943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6466), + [9945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6467), + [9947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5162), + [9949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5036), + [9951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), + [9953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5741), + [9955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4867), + [9957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4560), + [9959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5311), + [9961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6499), + [9963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [9965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6501), + [9967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6502), + [9969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [9971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [9973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4487), + [9975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6510), + [9977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6511), + [9979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6512), + [9981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4486), + [9983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), + [9985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4839), + [9987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), + [9989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [9991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4581), + [9993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5457), + [9995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6543), + [9997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [9999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6545), + [10001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6546), + [10003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), + [10005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [10007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6553), + [10009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6554), + [10011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6555), + [10013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [10015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6591), + [10017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4845), + [10019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5448), + [10021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4600), + [10023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6756), + [10025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6585), + [10027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6587), + [10029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6588), + [10031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4507), + [10033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5447), + [10035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6595), + [10037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6596), + [10039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6597), + [10041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), + [10043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5122), + [10045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4155), + [10047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [10049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5156), + [10051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), + [10053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [10055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), + [10057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), + [10059] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [10061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4613), + [10063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), + [10065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [10067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), + [10069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6243), + [10071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5522), + [10073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [10075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6743), + [10077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5833), + [10079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5526), + [10081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4855), + [10083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5185), + [10085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), + [10087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), + [10089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4857), + [10091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5099), + [10093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6343), + [10095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [10097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5523), + [10099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_relation, 9), + [10101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5137), + [10103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), + [10105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5129), + [10107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), + [10109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), + [10111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5126), + [10113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6699), + [10115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), + [10117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 2), + [10119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 3), [10121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 3), [10123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 5), + [10125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 4), }; #ifdef __cplusplus